| 760 |
|
EFNET_TRUE |
| 761 |
|
ENABLE_SSL_FALSE |
| 762 |
|
ENABLE_SSL_TRUE |
| 763 |
– |
HAVE_CRYPT_FALSE |
| 764 |
– |
HAVE_CRYPT_TRUE |
| 763 |
|
LTDLOPEN |
| 764 |
|
LT_CONFIG_H |
| 765 |
|
subdirs |
| 897 |
|
enable_option_checking |
| 898 |
|
enable_maintainer_mode |
| 899 |
|
enable_dependency_tracking |
| 902 |
– |
enable_shared |
| 900 |
|
enable_static |
| 901 |
+ |
enable_shared |
| 902 |
|
with_pic |
| 903 |
|
enable_fast_install |
| 904 |
|
with_gnu_ld |
| 1561 |
|
(and sometimes confusing) to the casual installer |
| 1562 |
|
--disable-dependency-tracking speeds up one-time build |
| 1563 |
|
--enable-dependency-tracking do not reject slow dependency extractors |
| 1564 |
+ |
--enable-static[=PKGS] build static libraries [default=no] |
| 1565 |
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1567 |
– |
--enable-static[=PKGS] build static libraries [default=yes] |
| 1566 |
|
--enable-fast-install[=PKGS] |
| 1567 |
|
optimize for fast installation [default=yes] |
| 1568 |
|
--disable-libtool-lock avoid locking (might break parallel builds) |
| 5121 |
|
else |
| 5122 |
|
lt_cv_nm_interface="BSD nm" |
| 5123 |
|
echo "int some_variable = 0;" > conftest.$ac_ext |
| 5124 |
< |
(eval echo "\"\$as_me:5126: $ac_compile\"" >&5) |
| 5124 |
> |
(eval echo "\"\$as_me:5124: $ac_compile\"" >&5) |
| 5125 |
|
(eval "$ac_compile" 2>conftest.err) |
| 5126 |
|
cat conftest.err >&5 |
| 5127 |
< |
(eval echo "\"\$as_me:5129: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5127 |
> |
(eval echo "\"\$as_me:5127: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5128 |
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
| 5129 |
|
cat conftest.err >&5 |
| 5130 |
< |
(eval echo "\"\$as_me:5132: output\"" >&5) |
| 5130 |
> |
(eval echo "\"\$as_me:5130: output\"" >&5) |
| 5131 |
|
cat conftest.out >&5 |
| 5132 |
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
| 5133 |
|
lt_cv_nm_interface="MS dumpbin" |
| 6332 |
|
;; |
| 6333 |
|
*-*-irix6*) |
| 6334 |
|
# Find out which ABI we are using. |
| 6335 |
< |
echo '#line 6337 "configure"' > conftest.$ac_ext |
| 6335 |
> |
echo '#line 6335 "configure"' > conftest.$ac_ext |
| 6336 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 6337 |
|
(eval $ac_compile) 2>&5 |
| 6338 |
|
ac_status=$? |
| 7364 |
|
|
| 7365 |
|
# Set options |
| 7366 |
|
enable_dlopen=yes |
| 7367 |
< |
|
| 7368 |
< |
|
| 7369 |
< |
|
| 7372 |
< |
|
| 7373 |
< |
enable_win32_dll=no |
| 7374 |
< |
|
| 7375 |
< |
|
| 7376 |
< |
# Check whether --enable-shared was given. |
| 7377 |
< |
if test "${enable_shared+set}" = set; then : |
| 7378 |
< |
enableval=$enable_shared; p=${PACKAGE-default} |
| 7367 |
> |
# Check whether --enable-static was given. |
| 7368 |
> |
if test "${enable_static+set}" = set; then : |
| 7369 |
> |
enableval=$enable_static; p=${PACKAGE-default} |
| 7370 |
|
case $enableval in |
| 7371 |
< |
yes) enable_shared=yes ;; |
| 7372 |
< |
no) enable_shared=no ;; |
| 7371 |
> |
yes) enable_static=yes ;; |
| 7372 |
> |
no) enable_static=no ;; |
| 7373 |
|
*) |
| 7374 |
< |
enable_shared=no |
| 7374 |
> |
enable_static=no |
| 7375 |
|
# Look at the argument we got. We use all the common list separators. |
| 7376 |
|
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
| 7377 |
|
for pkg in $enableval; do |
| 7378 |
|
IFS="$lt_save_ifs" |
| 7379 |
|
if test "X$pkg" = "X$p"; then |
| 7380 |
< |
enable_shared=yes |
| 7380 |
> |
enable_static=yes |
| 7381 |
|
fi |
| 7382 |
|
done |
| 7383 |
|
IFS="$lt_save_ifs" |
| 7384 |
|
;; |
| 7385 |
|
esac |
| 7386 |
|
else |
| 7387 |
< |
enable_shared=yes |
| 7387 |
> |
enable_static=no |
| 7388 |
|
fi |
| 7389 |
|
|
| 7390 |
|
|
| 7395 |
|
|
| 7396 |
|
|
| 7397 |
|
|
| 7398 |
< |
# Check whether --enable-static was given. |
| 7399 |
< |
if test "${enable_static+set}" = set; then : |
| 7400 |
< |
enableval=$enable_static; p=${PACKAGE-default} |
| 7398 |
> |
|
| 7399 |
> |
|
| 7400 |
> |
enable_win32_dll=no |
| 7401 |
> |
|
| 7402 |
> |
|
| 7403 |
> |
# Check whether --enable-shared was given. |
| 7404 |
> |
if test "${enable_shared+set}" = set; then : |
| 7405 |
> |
enableval=$enable_shared; p=${PACKAGE-default} |
| 7406 |
|
case $enableval in |
| 7407 |
< |
yes) enable_static=yes ;; |
| 7408 |
< |
no) enable_static=no ;; |
| 7407 |
> |
yes) enable_shared=yes ;; |
| 7408 |
> |
no) enable_shared=no ;; |
| 7409 |
|
*) |
| 7410 |
< |
enable_static=no |
| 7410 |
> |
enable_shared=no |
| 7411 |
|
# Look at the argument we got. We use all the common list separators. |
| 7412 |
|
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
| 7413 |
|
for pkg in $enableval; do |
| 7414 |
|
IFS="$lt_save_ifs" |
| 7415 |
|
if test "X$pkg" = "X$p"; then |
| 7416 |
< |
enable_static=yes |
| 7416 |
> |
enable_shared=yes |
| 7417 |
|
fi |
| 7418 |
|
done |
| 7419 |
|
IFS="$lt_save_ifs" |
| 7420 |
|
;; |
| 7421 |
|
esac |
| 7422 |
|
else |
| 7423 |
< |
enable_static=yes |
| 7423 |
> |
enable_shared=yes |
| 7424 |
|
fi |
| 7425 |
|
|
| 7426 |
|
|
| 7432 |
|
|
| 7433 |
|
|
| 7434 |
|
|
| 7435 |
+ |
|
| 7436 |
|
# Check whether --with-pic was given. |
| 7437 |
|
if test "${with_pic+set}" = set; then : |
| 7438 |
|
withval=$with_pic; pic_mode="$withval" |
| 7856 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 7857 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 7858 |
|
-e 's:$: $lt_compiler_flag:'` |
| 7859 |
< |
(eval echo "\"\$as_me:7862: $lt_compile\"" >&5) |
| 7859 |
> |
(eval echo "\"\$as_me:7859: $lt_compile\"" >&5) |
| 7860 |
|
(eval "$lt_compile" 2>conftest.err) |
| 7861 |
|
ac_status=$? |
| 7862 |
|
cat conftest.err >&5 |
| 7863 |
< |
echo "$as_me:7866: \$? = $ac_status" >&5 |
| 7863 |
> |
echo "$as_me:7863: \$? = $ac_status" >&5 |
| 7864 |
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 7865 |
|
# The compiler can only warn and ignore the option if not recognized |
| 7866 |
|
# So say no if there are warnings other than the usual output. |
| 8195 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8196 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8197 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8198 |
< |
(eval echo "\"\$as_me:8201: $lt_compile\"" >&5) |
| 8198 |
> |
(eval echo "\"\$as_me:8198: $lt_compile\"" >&5) |
| 8199 |
|
(eval "$lt_compile" 2>conftest.err) |
| 8200 |
|
ac_status=$? |
| 8201 |
|
cat conftest.err >&5 |
| 8202 |
< |
echo "$as_me:8205: \$? = $ac_status" >&5 |
| 8202 |
> |
echo "$as_me:8202: \$? = $ac_status" >&5 |
| 8203 |
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 8204 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8205 |
|
# So say no if there are warnings other than the usual output. |
| 8300 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8301 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8302 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8303 |
< |
(eval echo "\"\$as_me:8306: $lt_compile\"" >&5) |
| 8303 |
> |
(eval echo "\"\$as_me:8303: $lt_compile\"" >&5) |
| 8304 |
|
(eval "$lt_compile" 2>out/conftest.err) |
| 8305 |
|
ac_status=$? |
| 8306 |
|
cat out/conftest.err >&5 |
| 8307 |
< |
echo "$as_me:8310: \$? = $ac_status" >&5 |
| 8307 |
> |
echo "$as_me:8307: \$? = $ac_status" >&5 |
| 8308 |
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 8309 |
|
then |
| 8310 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8355 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8356 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8357 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8358 |
< |
(eval echo "\"\$as_me:8361: $lt_compile\"" >&5) |
| 8358 |
> |
(eval echo "\"\$as_me:8358: $lt_compile\"" >&5) |
| 8359 |
|
(eval "$lt_compile" 2>out/conftest.err) |
| 8360 |
|
ac_status=$? |
| 8361 |
|
cat out/conftest.err >&5 |
| 8362 |
< |
echo "$as_me:8365: \$? = $ac_status" >&5 |
| 8362 |
> |
echo "$as_me:8362: \$? = $ac_status" >&5 |
| 8363 |
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 8364 |
|
then |
| 8365 |
|
# The compiler can only warn and ignore the option if not recognized |
| 10092 |
|
libsuff= |
| 10093 |
|
case "$host_cpu" in |
| 10094 |
|
x86_64*|s390x*|powerpc64*) |
| 10095 |
< |
echo '#line 10098 "configure"' > conftest.$ac_ext |
| 10095 |
> |
echo '#line 10095 "configure"' > conftest.$ac_ext |
| 10096 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 10097 |
|
(eval $ac_compile) 2>&5 |
| 10098 |
|
ac_status=$? |
| 10745 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10746 |
|
lt_status=$lt_dlunknown |
| 10747 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 10748 |
< |
#line 10751 "configure" |
| 10748 |
> |
#line 10748 "configure" |
| 10749 |
|
#include "confdefs.h" |
| 10750 |
|
|
| 10751 |
|
#if HAVE_DLFCN_H |
| 10841 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10842 |
|
lt_status=$lt_dlunknown |
| 10843 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 10844 |
< |
#line 10847 "configure" |
| 10844 |
> |
#line 10844 "configure" |
| 10845 |
|
#include "confdefs.h" |
| 10846 |
|
|
| 10847 |
|
#if HAVE_DLFCN_H |
| 11513 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 11514 |
|
lt_status=$lt_dlunknown |
| 11515 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 11516 |
< |
#line 11519 "configure" |
| 11516 |
> |
#line 11516 "configure" |
| 11517 |
|
#include "confdefs.h" |
| 11518 |
|
|
| 11519 |
|
#if HAVE_DLFCN_H |
| 12858 |
|
return 0; |
| 12859 |
|
} |
| 12860 |
|
_ACEOF |
| 12861 |
< |
for ac_lib in '' crypt descrypt; do |
| 12861 |
> |
for ac_lib in '' crypt; do |
| 12862 |
|
if test -z "$ac_lib"; then |
| 12863 |
|
ac_res="none required" |
| 12864 |
|
else |
| 12890 |
|
|
| 12891 |
|
fi |
| 12892 |
|
|
| 12896 |
– |
if test "$ac_cv_search_crypt" = "none required"; then |
| 12897 |
– |
HAVE_CRYPT_TRUE= |
| 12898 |
– |
HAVE_CRYPT_FALSE='#' |
| 12899 |
– |
else |
| 12900 |
– |
HAVE_CRYPT_TRUE='#' |
| 12901 |
– |
HAVE_CRYPT_FALSE= |
| 12902 |
– |
fi |
| 12903 |
– |
|
| 12893 |
|
|
| 12894 |
|
|
| 12895 |
|
|
| 13885 |
|
|
| 13886 |
|
|
| 13887 |
|
|
| 13899 |
– |
if test -z "${HAVE_CRYPT_TRUE}" && test -z "${HAVE_CRYPT_FALSE}"; then |
| 13900 |
– |
as_fn_error "conditional \"HAVE_CRYPT\" was never defined. |
| 13901 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 13902 |
– |
fi |
| 13888 |
|
if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then |
| 13889 |
|
as_fn_error "conditional \"ENABLE_SSL\" was never defined. |
| 13890 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14488 |
|
delay_variable_subst='$delay_variable_subst' |
| 14489 |
|
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' |
| 14490 |
|
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' |
| 14506 |
– |
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' |
| 14491 |
|
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' |
| 14492 |
+ |
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' |
| 14493 |
|
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' |
| 14494 |
|
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' |
| 14495 |
|
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' |
| 15499 |
|
macro_version=$macro_version |
| 15500 |
|
macro_revision=$macro_revision |
| 15501 |
|
|
| 15517 |
– |
# Whether or not to build shared libraries. |
| 15518 |
– |
build_libtool_libs=$enable_shared |
| 15519 |
– |
|
| 15502 |
|
# Whether or not to build static libraries. |
| 15503 |
|
build_old_libs=$enable_static |
| 15504 |
|
|
| 15505 |
+ |
# Whether or not to build shared libraries. |
| 15506 |
+ |
build_libtool_libs=$enable_shared |
| 15507 |
+ |
|
| 15508 |
|
# What type of objects to build. |
| 15509 |
|
pic_mode=$pic_mode |
| 15510 |
|
|