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
682d8d4a
Kaydet (Commit)
682d8d4a
authored
Ock 26, 2013
tarafından
doko@python.org
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
üst
e103d689
eab42bf0
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 @
682d8d4a
...
...
@@ -765,6 +765,8 @@ Tests
Build
-----
-
Issue
#
3718
:
Use
AC_ARG_VAR
to
set
MACHDEP
in
configure
.
ac
.
-
Issue
#
16235
:
Implement
python
-
config
as
a
shell
script
.
-
Issue
#
16769
:
Remove
outdated
Visual
Studio
projects
.
...
...
configure
Dosyayı görüntüle @
682d8d4a
...
...
@@ -812,6 +812,7 @@ with_computed_gotos
ac_precious_vars
=
'build_alias
host_alias
target_alias
MACHDEP
CC
CFLAGS
LDFLAGS
...
...
@@ -1486,6 +1487,7 @@ Optional Packages:
default on supported compilers)
Some influential environment variables:
MACHDEP name for machine-dependent library files
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
...
...
configure.ac
Dosyayı görüntüle @
682d8d4a
...
...
@@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
## [Use (OpenStep|Rhapsody) dynamic linker]))
##
# Set name for machine-dependent library files
AC_
SUBST(MACHDEP
)
AC_
ARG_VAR([MACHDEP], [name for machine-dependent library files]
)
AC_MSG_CHECKING(MACHDEP)
if test -z "$MACHDEP"
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