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
7bb7793b
Kaydet (Commit)
7bb7793b
authored
Ara 15, 2014
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.4 (#15506)
üst
2c63c4b8
0f3cde14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
3 deletions
+38
-3
NEWS
Misc/NEWS
+3
-0
configure
configure
+34
-2
configure.ac
configure.ac
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
7bb7793b
...
...
@@ -1297,6 +1297,9 @@ IDLE
Build
-----
- Issue #15506: Use standard PKG_PROG_PKG_CONFIG autoconf macro in the configure
script.
- Issue #22935: Allow the ssl module to be compiled if openssl doesn't support
SSL 3.
...
...
configure
Dosyayı görüntüle @
7bb7793b
...
...
@@ -650,6 +650,8 @@ USE_SIGNAL_MODULE
TCLTK_LIBS
TCLTK_INCLUDES
LIBFFI_INCLUDEDIR
PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH
PKG_CONFIG
SHLIBS
CFLAGSFORSHARED
...
...
@@ -830,7 +832,10 @@ CFLAGS
LDFLAGS
LIBS
CPPFLAGS
CPP'
CPP
PKG_CONFIG
PKG_CONFIG_PATH
PKG_CONFIG_LIBDIR'
# Initialize some variables set by options.
...
...
@@ -1518,6 +1523,11 @@ Some influential environment variables:
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
...
...
@@ -9420,7 +9430,15 @@ $as_echo "no" >&6; }
fi
if
test
-n
"
$ac_tool_prefix
"
;
then
if
test
"x
$ac_cv_env_PKG_CONFIG_set
"
!=
"xset"
;
then
if
test
-n
"
$ac_tool_prefix
"
;
then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
pkg-config
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
...
...
@@ -9518,6 +9536,20 @@ else
PKG_CONFIG
=
"
$ac_cv_path_PKG_CONFIG
"
fi
fi
if
test
-n
"
$PKG_CONFIG
"
;
then
_pkg_min_version
=
0.9.0
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking pkg-config is at least version
$_pkg_min_version
"
>
&5
$as_echo_n
"checking pkg-config is at least version
$_pkg_min_version
... "
>
&6
;
}
if
$PKG_CONFIG
--atleast-pkgconfig-version
$_pkg_min_version
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: yes"
>
&5
$as_echo
"yes"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
PKG_CONFIG
=
""
fi
fi
# Check for use of the system expat library
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for --with-system-expat"
>
&5
...
...
configure.ac
Dosyayı görüntüle @
7bb7793b
...
...
@@ -2404,7 +2404,7 @@ LIBS="$withval $LIBS"
],
[AC_MSG_RESULT(no)])
AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
PKG_PROG_PKG_CONFIG
# Check for use of the system expat library
AC_MSG_CHECKING(for --with-system-expat)
...
...
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