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
5595ab56
Kaydet (Commit)
5595ab56
authored
Eki 17, 2012
tarafından
Trent Nelson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #15819: use standard autoconf preset output variables.
Reported by: Roumen Petrov
üst
ee528ccc
739fc541
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
Makefile.pre.in
Makefile.pre.in
+2
-1
configure
configure
+1
-4
configure.ac
configure.ac
+1
-3
No files found.
Makefile.pre.in
Dosyayı görüntüle @
5595ab56
...
...
@@ -27,7 +27,8 @@ MODLIBS= _MODLIBS_
VERSION
=
@VERSION@
srcdir
=
@srcdir@
VPATH
=
@srcdir@
BUILDDIR
=
@BUILDDIR@
abs_srcdir
=
@abs_srcdir@
abs_builddir
=
@abs_builddir@
CC
=
@CC@
...
...
configure
Dosyayı görüntüle @
5595ab56
...
...
@@ -715,7 +715,6 @@ HGBRANCH
HGTAG
HGVERSION
BASECPPFLAGS
BUILDDIR
target_alias
host_alias
build_alias
...
...
@@ -2721,10 +2720,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
BUILDDIR
=
"
`
pwd
`
"
if
test
"
$srcdir
"
!=
"."
-a
"
$srcdir
"
!=
"
$BUILDDIR
"
;
then
if
test
"
$abs_srcdir
"
!=
"
$abs_builddir
"
;
then
# If we're building out-of-tree, we need to make sure the following
# resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc
...
...
configure.ac
Dosyayı görüntüle @
5595ab56
...
...
@@ -9,10 +9,8 @@ AC_PREREQ(2.65)
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
BUILDDIR="`pwd`"
AC_SUBST(BUILDDIR)
AC_SUBST(BASECPPFLAGS)
if test "$
srcdir" != "." -a "$srcdir" != "$BUILDDIR
"; then
if test "$
abs_srcdir" != "$abs_builddir
"; then
# If we're building out-of-tree, we need to make sure the following
# resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc
...
...
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