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
eab42bf0
Kaydet (Commit)
eab42bf0
authored
Ock 26, 2013
tarafından
doko@python.org
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
üst
fb931902
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
NEWS
Misc/NEWS
+2
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
eab42bf0
...
@@ -547,6 +547,8 @@ Tests
...
@@ -547,6 +547,8 @@ Tests
Build
Build
-----
-----
-
Issue
#
3718
:
Use
AC_ARG_VAR
to
set
MACHDEP
in
configure
.
ac
.
-
Issue
#
17031
:
Fix
running
regen
in
cross
builds
.
-
Issue
#
17031
:
Fix
running
regen
in
cross
builds
.
-
Issue
#
3754
:
fix
typo
in
pthread
AC_CACHE_VAL
.
-
Issue
#
3754
:
fix
typo
in
pthread
AC_CACHE_VAL
.
...
...
configure
Dosyayı görüntüle @
eab42bf0
...
@@ -810,6 +810,7 @@ with_computed_gotos
...
@@ -810,6 +810,7 @@ with_computed_gotos
ac_precious_vars
=
'build_alias
ac_precious_vars
=
'build_alias
host_alias
host_alias
target_alias
target_alias
MACHDEP
CC
CC
CFLAGS
CFLAGS
LDFLAGS
LDFLAGS
...
@@ -1484,6 +1485,7 @@ Optional Packages:
...
@@ -1484,6 +1485,7 @@ Optional Packages:
default on supported compilers)
default on supported compilers)
Some influential environment variables:
Some influential environment variables:
MACHDEP name for machine-dependent library files
CC C compiler command
CC C compiler command
CFLAGS C compiler flags
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
...
...
configure.ac
Dosyayı görüntüle @
eab42bf0
...
@@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
...
@@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
## [Use (OpenStep|Rhapsody) dynamic linker]))
## [Use (OpenStep|Rhapsody) dynamic linker]))
##
##
# Set name for machine-dependent library files
# Set name for machine-dependent library files
AC_
SUBST(MACHDEP
)
AC_
ARG_VAR([MACHDEP], [name for machine-dependent library files]
)
AC_MSG_CHECKING(MACHDEP)
AC_MSG_CHECKING(MACHDEP)
if test -z "$MACHDEP"
if test -z "$MACHDEP"
then
then
...
...
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