Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a0bea5d5
Kaydet (Commit)
a0bea5d5
authored
May 08, 2010
tarafından
Matthias Klose
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Issue #8510: Update to autoconf2.65.
üst
d875d3c3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
NEWS
Misc/NEWS
+2
-0
configure
configure
+0
-0
configure.in
configure.in
+1
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
a0bea5d5
...
@@ -215,6 +215,8 @@ Build
...
@@ -215,6 +215,8 @@ Build
- Issue #7724: Building now full honors an MacOSX SDK when specified, which
- Issue #7724: Building now full honors an MacOSX SDK when specified, which
makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6.
makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6.
- Issue #8510: Update to autoconf2.65.
Misc
Misc
----
----
...
...
configure
Dosyayı görüntüle @
a0bea5d5
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
a0bea5d5
dnl ***********************************************
dnl ***********************************************
dnl * Please run autoreconf to test your changes! *
dnl * Please run autoreconf to test your changes! *
dnl ***********************************************
dnl ***********************************************
dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61).
# Set VERSION so we only need to edit in one place (i.e., here)
# Set VERSION so we only need to edit in one place (i.e., here)
m4_define(PYTHON_VERSION, 2.7)
m4_define(PYTHON_VERSION, 2.7)
...
@@ -13,7 +12,7 @@ m4_define([version_required],
...
@@ -13,7 +12,7 @@ m4_define([version_required],
[],
[],
[m4_fatal([Autoconf version $1 is required for Python], 63)])
[m4_fatal([Autoconf version $1 is required for Python], 63)])
])
])
version_required(2.6
1
)
version_required(2.6
5
)
AC_REVISION($Revision$)
AC_REVISION($Revision$)
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment