| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1015 2009-10-25 00:08:06Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1090 2010-03-24 22:37:53Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.64 for ircd-hybrid 7.2.4. |
| 4 |
> |
# Generated by GNU Autoconf 2.65 for ircd-hybrid 7.3-rc1. |
| 5 |
> |
# |
| 6 |
> |
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
> |
# |
| 8 |
|
# |
| 9 |
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 10 |
< |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
| 11 |
< |
# Foundation, Inc. |
| 10 |
> |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
| 11 |
> |
# Inc. |
| 12 |
> |
# |
| 13 |
|
# |
| 14 |
|
# This configure script is free software; the Free Software Foundation |
| 15 |
|
# gives unlimited permission to copy, distribute and modify it. |
| 231 |
|
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
| 232 |
|
$as_echo "$0: be upgraded to zsh 4.3.4 or later." |
| 233 |
|
else |
| 234 |
< |
$as_echo "$0: Please tell bug-autoconf@gnu.org about your system, |
| 235 |
< |
$0: including any error possibly output before this |
| 236 |
< |
$0: message. Then install a modern shell, or manually run |
| 237 |
< |
$0: the script under such a shell if you do have one." |
| 234 |
> |
$as_echo "$0: Please tell bug-autoconf@gnu.org and |
| 235 |
> |
$0: bugs@ircd-hybrid.org about your system, including any |
| 236 |
> |
$0: error possibly output before this message. Then install |
| 237 |
> |
$0: a modern shell, or manually run the script under such a |
| 238 |
> |
$0: shell if you do have one." |
| 239 |
|
fi |
| 240 |
|
exit 1 |
| 241 |
|
fi |
| 530 |
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| 531 |
|
|
| 532 |
|
|
| 533 |
+ |
lt_ltdl_dir='libltdl' |
| 534 |
+ |
|
| 535 |
|
|
| 536 |
|
# Check that we are running under the correct shell. |
| 537 |
|
SHELL=${CONFIG_SHELL-/bin/sh} |
| 681 |
|
|
| 682 |
|
|
| 683 |
|
|
| 684 |
< |
lt_ltdl_dir='libltdl' |
| 685 |
< |
|
| 679 |
< |
lt_dlopen_dir="$lt_ltdl_dir" |
| 680 |
< |
|
| 681 |
< |
exec 7<&0 </dev/null 6>&1 |
| 684 |
> |
test -n "$DJDIR" || exec 7<&0 </dev/null |
| 685 |
> |
exec 6>&1 |
| 686 |
|
|
| 687 |
|
# Name of the host. |
| 688 |
|
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
| 704 |
|
# Identity of this package. |
| 705 |
|
PACKAGE_NAME='ircd-hybrid' |
| 706 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 707 |
< |
PACKAGE_VERSION='7.2.4' |
| 708 |
< |
PACKAGE_STRING='ircd-hybrid 7.2.4' |
| 709 |
< |
PACKAGE_BUGREPORT='' |
| 707 |
> |
PACKAGE_VERSION='7.3-rc1' |
| 708 |
> |
PACKAGE_STRING='ircd-hybrid 7.3-rc1' |
| 709 |
> |
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 710 |
|
PACKAGE_URL='' |
| 711 |
|
|
| 712 |
|
ac_unique_file="src/ircd.c" |
| 746 |
|
# include <unistd.h> |
| 747 |
|
#endif" |
| 748 |
|
|
| 745 |
– |
enable_option_checking=no |
| 749 |
|
ac_func_list= |
| 750 |
|
ac_header_list= |
| 751 |
|
ac_subst_vars='ltdl_LTLIBOBJS |
| 767 |
|
ENABLE_PCRE_TRUE |
| 768 |
|
LTDLOPEN |
| 769 |
|
LT_CONFIG_H |
| 767 |
– |
subdirs |
| 770 |
|
CONVENIENCE_LTDL_FALSE |
| 771 |
|
CONVENIENCE_LTDL_TRUE |
| 772 |
|
INSTALL_LTDL_FALSE |
| 944 |
|
YACC |
| 945 |
|
YFLAGS |
| 946 |
|
CPP' |
| 947 |
< |
ac_subdirs_all='libltdl' |
| 947 |
> |
|
| 948 |
|
|
| 949 |
|
# Initialize some variables set by options. |
| 950 |
|
ac_init_help= |
| 1485 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1486 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1487 |
|
cat <<_ACEOF |
| 1488 |
< |
\`configure' configures ircd-hybrid 7.2.4 to adapt to many kinds of systems. |
| 1488 |
> |
\`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems. |
| 1489 |
|
|
| 1490 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1491 |
|
|
| 1555 |
|
|
| 1556 |
|
if test -n "$ac_init_help"; then |
| 1557 |
|
case $ac_init_help in |
| 1558 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 7.2.4:";; |
| 1558 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";; |
| 1559 |
|
esac |
| 1560 |
|
cat <<\_ACEOF |
| 1561 |
|
|
| 1616 |
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
| 1617 |
|
nonstandard directory <lib dir> |
| 1618 |
|
LIBS libraries to pass to the linker, e.g. -l<library> |
| 1619 |
< |
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
| 1619 |
> |
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
| 1620 |
|
you have headers in a nonstandard directory <include dir> |
| 1621 |
|
YACC The `Yet Another C Compiler' implementation to use. Defaults to |
| 1622 |
|
the first program found out of: `bison -y', `byacc', `yacc'. |
| 1628 |
|
Use these variables to override the choices made by `configure' or to help |
| 1629 |
|
it to find libraries and programs with nonstandard names/locations. |
| 1630 |
|
|
| 1631 |
< |
Report bugs to the package provider. |
| 1631 |
> |
Report bugs to <bugs@ircd-hybrid.org>. |
| 1632 |
|
_ACEOF |
| 1633 |
|
ac_status=$? |
| 1634 |
|
fi |
| 1691 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1692 |
|
if $ac_init_version; then |
| 1693 |
|
cat <<\_ACEOF |
| 1694 |
< |
ircd-hybrid configure 7.2.4 |
| 1695 |
< |
generated by GNU Autoconf 2.64 |
| 1694 |
> |
ircd-hybrid configure 7.3-rc1 |
| 1695 |
> |
generated by GNU Autoconf 2.65 |
| 1696 |
|
|
| 1697 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
| 1698 |
|
This configure script is free software; the Free Software Foundation |
| 1739 |
|
ac_retval=1 |
| 1740 |
|
fi |
| 1741 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1742 |
< |
return $ac_retval |
| 1742 |
> |
as_fn_set_status $ac_retval |
| 1743 |
|
|
| 1744 |
|
} # ac_fn_c_try_compile |
| 1745 |
|
|
| 1785 |
|
# left behind by Apple's compiler. We do this before executing the actions. |
| 1786 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1787 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1788 |
< |
return $ac_retval |
| 1788 |
> |
as_fn_set_status $ac_retval |
| 1789 |
|
|
| 1790 |
|
} # ac_fn_c_try_link |
| 1791 |
|
|
| 1853 |
|
ac_retval=1 |
| 1854 |
|
fi |
| 1855 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1856 |
< |
return $ac_retval |
| 1856 |
> |
as_fn_set_status $ac_retval |
| 1857 |
|
|
| 1858 |
|
} # ac_fn_c_try_cpp |
| 1859 |
|
|
| 1895 |
|
fi |
| 1896 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1897 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1898 |
< |
return $ac_retval |
| 1898 |
> |
as_fn_set_status $ac_retval |
| 1899 |
|
|
| 1900 |
|
} # ac_fn_c_try_run |
| 1901 |
|
|
| 2186 |
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
| 2187 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
| 2188 |
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
| 2189 |
+ |
( cat <<\_ASBOX |
| 2190 |
+ |
## ----------------------------------- ## |
| 2191 |
+ |
## Report this to bugs@ircd-hybrid.org ## |
| 2192 |
+ |
## ----------------------------------- ## |
| 2193 |
+ |
_ASBOX |
| 2194 |
+ |
) | sed "s/^/$as_me: WARNING: /" >&2 |
| 2195 |
|
;; |
| 2196 |
|
esac |
| 2197 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2212 |
|
This file contains any messages produced by compilers while |
| 2213 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2214 |
|
|
| 2215 |
< |
It was created by ircd-hybrid $as_me 7.2.4, which was |
| 2216 |
< |
generated by GNU Autoconf 2.64. Invocation command line was |
| 2215 |
> |
It was created by ircd-hybrid $as_me 7.3-rc1, which was |
| 2216 |
> |
generated by GNU Autoconf 2.65. Invocation command line was |
| 2217 |
|
|
| 2218 |
|
$ $0 $@ |
| 2219 |
|
|
| 2466 |
|
for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
| 2467 |
|
do |
| 2468 |
|
test "x$ac_site_file" = xNONE && continue |
| 2469 |
< |
if test -r "$ac_site_file"; then |
| 2469 |
> |
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
| 2470 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 2471 |
|
$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 2472 |
|
sed 's/^/| /' "$ac_site_file" >&5 |
| 2475 |
|
done |
| 2476 |
|
|
| 2477 |
|
if test -r "$cache_file"; then |
| 2478 |
< |
# Some versions of bash will fail to source /dev/null (special |
| 2479 |
< |
# files actually), so we avoid doing that. |
| 2480 |
< |
if test -f "$cache_file"; then |
| 2478 |
> |
# Some versions of bash will fail to source /dev/null (special files |
| 2479 |
> |
# actually), so we avoid doing that. DJGPP emulates it as a regular file. |
| 2480 |
> |
if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
| 2481 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
| 2482 |
|
$as_echo "$as_me: loading cache $cache_file" >&6;} |
| 2483 |
|
case $cache_file in |
| 2913 |
|
|
| 2914 |
|
fi |
| 2915 |
|
|
| 2916 |
+ |
test -d ./--version && rmdir ./--version |
| 2917 |
|
if test "${ac_cv_path_mkdir+set}" = set; then |
| 2918 |
|
MKDIR_P="$ac_cv_path_mkdir -p" |
| 2919 |
|
else |
| 2921 |
|
# value for MKDIR_P within a source directory, because that will |
| 2922 |
|
# break other packages using the cache if that directory is |
| 2923 |
|
# removed, or if the value is a relative name. |
| 2915 |
– |
test -d ./--version && rmdir ./--version |
| 2924 |
|
MKDIR_P="$ac_install_sh -d" |
| 2925 |
|
fi |
| 2926 |
|
fi |
| 3037 |
|
|
| 3038 |
|
# Define the identity of the package. |
| 3039 |
|
PACKAGE='ircd-hybrid' |
| 3040 |
< |
VERSION='7.2.4' |
| 3040 |
> |
VERSION='7.3-rc1' |
| 3041 |
|
|
| 3042 |
|
|
| 3043 |
|
cat >>confdefs.h <<_ACEOF |
| 3489 |
|
... rest of stderr output deleted ... |
| 3490 |
|
10q' conftest.err >conftest.er1 |
| 3491 |
|
cat conftest.er1 >&5 |
| 3484 |
– |
rm -f conftest.er1 conftest.err |
| 3492 |
|
fi |
| 3493 |
+ |
rm -f conftest.er1 conftest.err |
| 3494 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3495 |
|
test $ac_status = 0; } |
| 3496 |
|
done |
| 3497 |
|
|
| 3498 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3499 |
|
/* end confdefs.h. */ |
| 3500 |
< |
#include <stdio.h> |
| 3500 |
> |
|
| 3501 |
|
int |
| 3502 |
|
main () |
| 3503 |
|
{ |
| 3496 |
– |
FILE *f = fopen ("conftest.out", "w"); |
| 3497 |
– |
return ferror (f) || fclose (f) != 0; |
| 3504 |
|
|
| 3505 |
|
; |
| 3506 |
|
return 0; |
| 3507 |
|
} |
| 3508 |
|
_ACEOF |
| 3509 |
|
ac_clean_files_save=$ac_clean_files |
| 3510 |
< |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
| 3510 |
> |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
| 3511 |
|
# Try to create an executable without -o first, disregard a.out. |
| 3512 |
|
# It will help us diagnose broken compilers, and finding out an intuition |
| 3513 |
|
# of exeext. |
| 3514 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
| 3515 |
< |
$as_echo_n "checking for C compiler default output file name... " >&6; } |
| 3514 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
| 3515 |
> |
$as_echo_n "checking whether the C compiler works... " >&6; } |
| 3516 |
|
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
| 3517 |
|
|
| 3518 |
|
# The possible output files: |
| 3574 |
|
else |
| 3575 |
|
ac_file='' |
| 3576 |
|
fi |
| 3571 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
| 3572 |
– |
$as_echo "$ac_file" >&6; } |
| 3577 |
|
if test -z "$ac_file"; then : |
| 3578 |
< |
$as_echo "$as_me: failed program was:" >&5 |
| 3578 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 3579 |
> |
$as_echo "no" >&6; } |
| 3580 |
> |
$as_echo "$as_me: failed program was:" >&5 |
| 3581 |
|
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3582 |
|
|
| 3583 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3585 |
|
{ as_fn_set_status 77 |
| 3586 |
|
as_fn_error "C compiler cannot create executables |
| 3587 |
|
See \`config.log' for more details." "$LINENO" 5; }; } |
| 3588 |
+ |
else |
| 3589 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 3590 |
+ |
$as_echo "yes" >&6; } |
| 3591 |
|
fi |
| 3592 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
| 3593 |
+ |
$as_echo_n "checking for C compiler default output file name... " >&6; } |
| 3594 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
| 3595 |
+ |
$as_echo "$ac_file" >&6; } |
| 3596 |
|
ac_exeext=$ac_cv_exeext |
| 3597 |
|
|
| 3598 |
< |
# Check that the compiler produces executables we can run. If not, either |
| 3586 |
< |
# the compiler is broken, or we cross compile. |
| 3587 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
| 3588 |
< |
$as_echo_n "checking whether the C compiler works... " >&6; } |
| 3589 |
< |
# If not cross compiling, check that we can run a simple program. |
| 3590 |
< |
if test "$cross_compiling" != yes; then |
| 3591 |
< |
if { ac_try='./$ac_file' |
| 3592 |
< |
{ { case "(($ac_try" in |
| 3593 |
< |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3594 |
< |
*) ac_try_echo=$ac_try;; |
| 3595 |
< |
esac |
| 3596 |
< |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
| 3597 |
< |
$as_echo "$ac_try_echo"; } >&5 |
| 3598 |
< |
(eval "$ac_try") 2>&5 |
| 3599 |
< |
ac_status=$? |
| 3600 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3601 |
< |
test $ac_status = 0; }; }; then |
| 3602 |
< |
cross_compiling=no |
| 3603 |
< |
else |
| 3604 |
< |
if test "$cross_compiling" = maybe; then |
| 3605 |
< |
cross_compiling=yes |
| 3606 |
< |
else |
| 3607 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3608 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3609 |
< |
as_fn_error "cannot run C compiled programs. |
| 3610 |
< |
If you meant to cross compile, use \`--host'. |
| 3611 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
| 3612 |
< |
fi |
| 3613 |
< |
fi |
| 3614 |
< |
fi |
| 3615 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 3616 |
< |
$as_echo "yes" >&6; } |
| 3617 |
< |
|
| 3618 |
< |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
| 3598 |
> |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
| 3599 |
|
ac_clean_files=$ac_clean_files_save |
| 3620 |
– |
# Check that the compiler produces executables we can run. If not, either |
| 3621 |
– |
# the compiler is broken, or we cross compile. |
| 3622 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
| 3623 |
– |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
| 3624 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
| 3625 |
– |
$as_echo "$cross_compiling" >&6; } |
| 3626 |
– |
|
| 3600 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
| 3601 |
|
$as_echo_n "checking for suffix of executables... " >&6; } |
| 3602 |
|
if { { ac_try="$ac_link" |
| 3629 |
|
as_fn_error "cannot compute suffix of executables: cannot compile and link |
| 3630 |
|
See \`config.log' for more details." "$LINENO" 5; } |
| 3631 |
|
fi |
| 3632 |
< |
rm -f conftest$ac_cv_exeext |
| 3632 |
> |
rm -f conftest conftest$ac_cv_exeext |
| 3633 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| 3634 |
|
$as_echo "$ac_cv_exeext" >&6; } |
| 3635 |
|
|
| 3636 |
|
rm -f conftest.$ac_ext |
| 3637 |
|
EXEEXT=$ac_cv_exeext |
| 3638 |
|
ac_exeext=$EXEEXT |
| 3639 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3640 |
+ |
/* end confdefs.h. */ |
| 3641 |
+ |
#include <stdio.h> |
| 3642 |
+ |
int |
| 3643 |
+ |
main () |
| 3644 |
+ |
{ |
| 3645 |
+ |
FILE *f = fopen ("conftest.out", "w"); |
| 3646 |
+ |
return ferror (f) || fclose (f) != 0; |
| 3647 |
+ |
|
| 3648 |
+ |
; |
| 3649 |
+ |
return 0; |
| 3650 |
+ |
} |
| 3651 |
+ |
_ACEOF |
| 3652 |
+ |
ac_clean_files="$ac_clean_files conftest.out" |
| 3653 |
+ |
# Check that the compiler produces executables we can run. If not, either |
| 3654 |
+ |
# the compiler is broken, or we cross compile. |
| 3655 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
| 3656 |
+ |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
| 3657 |
+ |
if test "$cross_compiling" != yes; then |
| 3658 |
+ |
{ { ac_try="$ac_link" |
| 3659 |
+ |
case "(($ac_try" in |
| 3660 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3661 |
+ |
*) ac_try_echo=$ac_try;; |
| 3662 |
+ |
esac |
| 3663 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
| 3664 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
| 3665 |
+ |
(eval "$ac_link") 2>&5 |
| 3666 |
+ |
ac_status=$? |
| 3667 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3668 |
+ |
test $ac_status = 0; } |
| 3669 |
+ |
if { ac_try='./conftest$ac_cv_exeext' |
| 3670 |
+ |
{ { case "(($ac_try" in |
| 3671 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3672 |
+ |
*) ac_try_echo=$ac_try;; |
| 3673 |
+ |
esac |
| 3674 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
| 3675 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
| 3676 |
+ |
(eval "$ac_try") 2>&5 |
| 3677 |
+ |
ac_status=$? |
| 3678 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3679 |
+ |
test $ac_status = 0; }; }; then |
| 3680 |
+ |
cross_compiling=no |
| 3681 |
+ |
else |
| 3682 |
+ |
if test "$cross_compiling" = maybe; then |
| 3683 |
+ |
cross_compiling=yes |
| 3684 |
+ |
else |
| 3685 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3686 |
+ |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3687 |
+ |
as_fn_error "cannot run C compiled programs. |
| 3688 |
+ |
If you meant to cross compile, use \`--host'. |
| 3689 |
+ |
See \`config.log' for more details." "$LINENO" 5; } |
| 3690 |
+ |
fi |
| 3691 |
+ |
fi |
| 3692 |
+ |
fi |
| 3693 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
| 3694 |
+ |
$as_echo "$cross_compiling" >&6; } |
| 3695 |
+ |
|
| 3696 |
+ |
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
| 3697 |
+ |
ac_clean_files=$ac_clean_files_save |
| 3698 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 3699 |
|
$as_echo_n "checking for suffix of object files... " >&6; } |
| 3700 |
|
if test "${ac_cv_objext+set}" = set; then : |
| 4472 |
|
|
| 4473 |
|
|
| 4474 |
|
# Initializing libtool. |
| 4475 |
+ |
|
| 4476 |
+ |
|
| 4477 |
+ |
|
| 4478 |
+ |
|
| 4479 |
+ |
|
| 4480 |
+ |
|
| 4481 |
+ |
|
| 4482 |
+ |
|
| 4483 |
|
case `pwd` in |
| 4484 |
|
*\ * | *\ *) |
| 4485 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
| 4488 |
|
|
| 4489 |
|
|
| 4490 |
|
|
| 4491 |
< |
macro_version='2.2.6' |
| 4492 |
< |
macro_revision='1.3012' |
| 4491 |
> |
macro_version='2.2.6b' |
| 4492 |
> |
macro_revision='1.3017' |
| 4493 |
|
|
| 4494 |
|
|
| 4495 |
|
|
| 5160 |
|
else |
| 5161 |
|
lt_cv_nm_interface="BSD nm" |
| 5162 |
|
echo "int some_variable = 0;" > conftest.$ac_ext |
| 5163 |
< |
(eval echo "\"\$as_me:5123: $ac_compile\"" >&5) |
| 5163 |
> |
(eval echo "\"\$as_me:5163: $ac_compile\"" >&5) |
| 5164 |
|
(eval "$ac_compile" 2>conftest.err) |
| 5165 |
|
cat conftest.err >&5 |
| 5166 |
< |
(eval echo "\"\$as_me:5126: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5166 |
> |
(eval echo "\"\$as_me:5166: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5167 |
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
| 5168 |
|
cat conftest.err >&5 |
| 5169 |
< |
(eval echo "\"\$as_me:5129: output\"" >&5) |
| 5169 |
> |
(eval echo "\"\$as_me:5169: output\"" >&5) |
| 5170 |
|
cat conftest.out >&5 |
| 5171 |
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
| 5172 |
|
lt_cv_nm_interface="MS dumpbin" |
| 6371 |
|
;; |
| 6372 |
|
*-*-irix6*) |
| 6373 |
|
# Find out which ABI we are using. |
| 6374 |
< |
echo '#line 6334 "configure"' > conftest.$ac_ext |
| 6374 |
> |
echo '#line 6374 "configure"' > conftest.$ac_ext |
| 6375 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 6376 |
|
(eval $ac_compile) 2>&5 |
| 6377 |
|
ac_status=$? |
| 7895 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 7896 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 7897 |
|
-e 's:$: $lt_compiler_flag:'` |
| 7898 |
< |
(eval echo "\"\$as_me:7858: $lt_compile\"" >&5) |
| 7898 |
> |
(eval echo "\"\$as_me:7898: $lt_compile\"" >&5) |
| 7899 |
|
(eval "$lt_compile" 2>conftest.err) |
| 7900 |
|
ac_status=$? |
| 7901 |
|
cat conftest.err >&5 |
| 7902 |
< |
echo "$as_me:7862: \$? = $ac_status" >&5 |
| 7902 |
> |
echo "$as_me:7902: \$? = $ac_status" >&5 |
| 7903 |
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 7904 |
|
# The compiler can only warn and ignore the option if not recognized |
| 7905 |
|
# So say no if there are warnings other than the usual output. |
| 8234 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8235 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8236 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8237 |
< |
(eval echo "\"\$as_me:8197: $lt_compile\"" >&5) |
| 8237 |
> |
(eval echo "\"\$as_me:8237: $lt_compile\"" >&5) |
| 8238 |
|
(eval "$lt_compile" 2>conftest.err) |
| 8239 |
|
ac_status=$? |
| 8240 |
|
cat conftest.err >&5 |
| 8241 |
< |
echo "$as_me:8201: \$? = $ac_status" >&5 |
| 8241 |
> |
echo "$as_me:8241: \$? = $ac_status" >&5 |
| 8242 |
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 8243 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8244 |
|
# So say no if there are warnings other than the usual output. |
| 8339 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8340 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8341 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8342 |
< |
(eval echo "\"\$as_me:8302: $lt_compile\"" >&5) |
| 8342 |
> |
(eval echo "\"\$as_me:8342: $lt_compile\"" >&5) |
| 8343 |
|
(eval "$lt_compile" 2>out/conftest.err) |
| 8344 |
|
ac_status=$? |
| 8345 |
|
cat out/conftest.err >&5 |
| 8346 |
< |
echo "$as_me:8306: \$? = $ac_status" >&5 |
| 8346 |
> |
echo "$as_me:8346: \$? = $ac_status" >&5 |
| 8347 |
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 8348 |
|
then |
| 8349 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8394 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8395 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8396 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8397 |
< |
(eval echo "\"\$as_me:8357: $lt_compile\"" >&5) |
| 8397 |
> |
(eval echo "\"\$as_me:8397: $lt_compile\"" >&5) |
| 8398 |
|
(eval "$lt_compile" 2>out/conftest.err) |
| 8399 |
|
ac_status=$? |
| 8400 |
|
cat out/conftest.err >&5 |
| 8401 |
< |
echo "$as_me:8361: \$? = $ac_status" >&5 |
| 8401 |
> |
echo "$as_me:8401: \$? = $ac_status" >&5 |
| 8402 |
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 8403 |
|
then |
| 8404 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8870 |
|
if test "$aix_use_runtimelinking" = yes; then |
| 8871 |
|
shared_flag="$shared_flag "'${wl}-G' |
| 8872 |
|
fi |
| 8833 |
– |
link_all_deplibs=no |
| 8873 |
|
else |
| 8874 |
|
# not using gcc |
| 8875 |
|
if test "$host_cpu" = ia64; then |
| 10126 |
|
# before this can be enabled. |
| 10127 |
|
hardcode_into_libs=yes |
| 10128 |
|
|
| 10090 |
– |
# find out which ABI we are using |
| 10091 |
– |
libsuff= |
| 10092 |
– |
case "$host_cpu" in |
| 10093 |
– |
x86_64*|s390x*|powerpc64*) |
| 10094 |
– |
echo '#line 10094 "configure"' > conftest.$ac_ext |
| 10095 |
– |
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 10096 |
– |
(eval $ac_compile) 2>&5 |
| 10097 |
– |
ac_status=$? |
| 10098 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 10099 |
– |
test $ac_status = 0; }; then |
| 10100 |
– |
case `/usr/bin/file conftest.$ac_objext` in |
| 10101 |
– |
*64-bit*) |
| 10102 |
– |
libsuff=64 |
| 10103 |
– |
;; |
| 10104 |
– |
esac |
| 10105 |
– |
fi |
| 10106 |
– |
rm -rf conftest* |
| 10107 |
– |
;; |
| 10108 |
– |
esac |
| 10109 |
– |
|
| 10110 |
– |
sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" |
| 10111 |
– |
|
| 10129 |
|
# Append ld.so.conf contents to the search path |
| 10130 |
|
if test -f /etc/ld.so.conf; then |
| 10131 |
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` |
| 10132 |
< |
sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" |
| 10132 |
> |
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
| 10133 |
|
fi |
| 10134 |
|
|
| 10135 |
|
# We used to test for /lib/ld.so.1 and disable shared libraries on |
| 10761 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10762 |
|
lt_status=$lt_dlunknown |
| 10763 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 10764 |
< |
#line 10747 "configure" |
| 10764 |
> |
#line 10764 "configure" |
| 10765 |
|
#include "confdefs.h" |
| 10766 |
|
|
| 10767 |
|
#if HAVE_DLFCN_H |
| 10857 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10858 |
|
lt_status=$lt_dlunknown |
| 10859 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 10860 |
< |
#line 10843 "configure" |
| 10860 |
> |
#line 10860 "configure" |
| 10861 |
|
#include "confdefs.h" |
| 10862 |
|
|
| 10863 |
|
#if HAVE_DLFCN_H |
| 11529 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 11530 |
|
lt_status=$lt_dlunknown |
| 11531 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 11532 |
< |
#line 11515 "configure" |
| 11532 |
> |
#line 11532 "configure" |
| 11533 |
|
#include "confdefs.h" |
| 11534 |
|
|
| 11535 |
|
#if HAVE_DLFCN_H |
| 11850 |
|
|
| 11851 |
|
fi |
| 11852 |
|
|
| 11836 |
– |
|
| 11837 |
– |
|
| 11853 |
|
# Set options |
| 11854 |
|
|
| 11855 |
|
|
| 11862 |
|
|
| 11863 |
|
|
| 11864 |
|
|
| 11850 |
– |
|
| 11865 |
|
# Check whether --with-included_ltdl was given. |
| 11866 |
|
if test "${with_included_ltdl+set}" = set; then : |
| 11867 |
|
withval=$with_included_ltdl; |
| 11935 |
|
|
| 11936 |
|
|
| 11937 |
|
|
| 11924 |
– |
|
| 11925 |
– |
|
| 11926 |
– |
|
| 11927 |
– |
|
| 11928 |
– |
|
| 11938 |
|
# Check whether --with-ltdl_include was given. |
| 11939 |
|
if test "${with_ltdl_include+set}" = set; then : |
| 11940 |
|
withval=$with_ltdl_include; |
| 12048 |
|
|
| 12049 |
|
|
| 12050 |
|
|
| 12042 |
– |
subdirs="$subdirs libltdl" |
| 12043 |
– |
|
| 12044 |
– |
|
| 12051 |
|
|
| 12052 |
|
|
| 12053 |
|
|
| 12131 |
|
# Only expand once: |
| 12132 |
|
|
| 12133 |
|
|
| 12134 |
+ |
LIBTOOL="$LIBTOOL --silent" |
| 12135 |
|
|
| 12136 |
|
# Checks for libraries. |
| 12137 |
|
|
| 13706 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
| 13707 |
|
|
| 13708 |
|
|
| 13709 |
< |
ac_config_files="$ac_config_files Makefile etc/Makefile etc/example.conf etc/example.conf.quick etc/example.efnet.conf servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 13709 |
> |
ac_config_files="$ac_config_files Makefile etc/Makefile servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 13710 |
|
|
| 13711 |
|
|
| 13712 |
|
cat >confcache <<\_ACEOF |
| 14272 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 14273 |
|
# values after options handling. |
| 14274 |
|
ac_log=" |
| 14275 |
< |
This file was extended by ircd-hybrid $as_me 7.2.4, which was |
| 14276 |
< |
generated by GNU Autoconf 2.64. Invocation command line was |
| 14275 |
> |
This file was extended by ircd-hybrid $as_me 7.3-rc1, which was |
| 14276 |
> |
generated by GNU Autoconf 2.65. Invocation command line was |
| 14277 |
|
|
| 14278 |
|
CONFIG_FILES = $CONFIG_FILES |
| 14279 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 14313 |
|
|
| 14314 |
|
-h, --help print this help, then exit |
| 14315 |
|
-V, --version print version number and configuration settings, then exit |
| 14316 |
+ |
--config print configuration, then exit |
| 14317 |
|
-q, --quiet, --silent |
| 14318 |
|
do not print progress messages |
| 14319 |
|
-d, --debug don't remove temporary files |
| 14332 |
|
Configuration commands: |
| 14333 |
|
$config_commands |
| 14334 |
|
|
| 14335 |
< |
Report bugs to the package provider." |
| 14335 |
> |
Report bugs to <bugs@ircd-hybrid.org>." |
| 14336 |
|
|
| 14337 |
|
_ACEOF |
| 14338 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 14339 |
+ |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 14340 |
|
ac_cs_version="\\ |
| 14341 |
< |
ircd-hybrid config.status 7.2.4 |
| 14342 |
< |
configured by $0, generated by GNU Autoconf 2.64, |
| 14343 |
< |
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
| 14341 |
> |
ircd-hybrid config.status 7.3-rc1 |
| 14342 |
> |
configured by $0, generated by GNU Autoconf 2.65, |
| 14343 |
> |
with options \\"\$ac_cs_config\\" |
| 14344 |
|
|
| 14345 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
| 14346 |
|
This config.status script is free software; the Free Software Foundation |
| 14378 |
|
ac_cs_recheck=: ;; |
| 14379 |
|
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
| 14380 |
|
$as_echo "$ac_cs_version"; exit ;; |
| 14381 |
+ |
--config | --confi | --conf | --con | --co | --c ) |
| 14382 |
+ |
$as_echo "$ac_cs_config"; exit ;; |
| 14383 |
|
--debug | --debu | --deb | --de | --d | -d ) |
| 14384 |
|
debug=: ;; |
| 14385 |
|
--file | --fil | --fi | --f ) |
| 14721 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
| 14722 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 14723 |
|
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; |
| 14713 |
– |
"etc/example.conf") CONFIG_FILES="$CONFIG_FILES etc/example.conf" ;; |
| 14714 |
– |
"etc/example.conf.quick") CONFIG_FILES="$CONFIG_FILES etc/example.conf.quick" ;; |
| 14715 |
– |
"etc/example.efnet.conf") CONFIG_FILES="$CONFIG_FILES etc/example.efnet.conf" ;; |
| 14724 |
|
"servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;; |
| 14725 |
|
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; |
| 14726 |
|
"contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;; |
| 14727 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 14728 |
+ |
"libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;; |
| 14729 |
|
"messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;; |
| 14730 |
|
"modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;; |
| 14731 |
|
"modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;; |
| 14837 |
|
t delim |
| 14838 |
|
:nl |
| 14839 |
|
h |
| 14840 |
< |
s/\(.\{148\}\).*/\1/ |
| 14840 |
> |
s/\(.\{148\}\)..*/\1/ |
| 14841 |
|
t more1 |
| 14842 |
|
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
| 14843 |
|
p |
| 14851 |
|
t nl |
| 14852 |
|
:delim |
| 14853 |
|
h |
| 14854 |
< |
s/\(.\{148\}\).*/\1/ |
| 14854 |
> |
s/\(.\{148\}\)..*/\1/ |
| 14855 |
|
t more2 |
| 14856 |
|
s/["\\]/\\&/g; s/^/"/; s/$/"/ |
| 14857 |
|
p |
| 16081 |
|
# would make configure fail if this is the last instruction. |
| 16082 |
|
$ac_cs_success || as_fn_exit $? |
| 16083 |
|
fi |
| 16075 |
– |
|
| 16076 |
– |
# |
| 16077 |
– |
# CONFIG_SUBDIRS section. |
| 16078 |
– |
# |
| 16079 |
– |
if test "$no_recursion" != yes; then |
| 16080 |
– |
|
| 16081 |
– |
# Remove --cache-file, --srcdir, and --disable-option-checking arguments |
| 16082 |
– |
# so they do not pile up. |
| 16083 |
– |
ac_sub_configure_args= |
| 16084 |
– |
ac_prev= |
| 16085 |
– |
eval "set x $ac_configure_args" |
| 16086 |
– |
shift |
| 16087 |
– |
for ac_arg |
| 16088 |
– |
do |
| 16089 |
– |
if test -n "$ac_prev"; then |
| 16090 |
– |
ac_prev= |
| 16091 |
– |
continue |
| 16092 |
– |
fi |
| 16093 |
– |
case $ac_arg in |
| 16094 |
– |
-cache-file | --cache-file | --cache-fil | --cache-fi \ |
| 16095 |
– |
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
| 16096 |
– |
ac_prev=cache_file ;; |
| 16097 |
– |
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
| 16098 |
– |
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ |
| 16099 |
– |
| --c=*) |
| 16100 |
– |
;; |
| 16101 |
– |
--config-cache | -C) |
| 16102 |
– |
;; |
| 16103 |
– |
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
| 16104 |
– |
ac_prev=srcdir ;; |
| 16105 |
– |
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
| 16106 |
– |
;; |
| 16107 |
– |
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
| 16108 |
– |
ac_prev=prefix ;; |
| 16109 |
– |
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
| 16110 |
– |
;; |
| 16111 |
– |
--disable-option-checking) |
| 16112 |
– |
;; |
| 16113 |
– |
*) |
| 16114 |
– |
case $ac_arg in |
| 16115 |
– |
*\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 16116 |
– |
esac |
| 16117 |
– |
as_fn_append ac_sub_configure_args " '$ac_arg'" ;; |
| 16118 |
– |
esac |
| 16119 |
– |
done |
| 16120 |
– |
|
| 16121 |
– |
# Always prepend --prefix to ensure using the same prefix |
| 16122 |
– |
# in subdir configurations. |
| 16123 |
– |
ac_arg="--prefix=$prefix" |
| 16124 |
– |
case $ac_arg in |
| 16125 |
– |
*\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 16126 |
– |
esac |
| 16127 |
– |
ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" |
| 16128 |
– |
|
| 16129 |
– |
# Pass --silent |
| 16130 |
– |
if test "$silent" = yes; then |
| 16131 |
– |
ac_sub_configure_args="--silent $ac_sub_configure_args" |
| 16132 |
– |
fi |
| 16133 |
– |
|
| 16134 |
– |
# Always prepend --disable-option-checking to silence warnings, since |
| 16135 |
– |
# different subdirs can have different --enable and --with options. |
| 16136 |
– |
ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args" |
| 16137 |
– |
|
| 16138 |
– |
ac_popdir=`pwd` |
| 16139 |
– |
for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue |
| 16140 |
– |
|
| 16141 |
– |
# Do not complain, so a configure script can configure whichever |
| 16142 |
– |
# parts of a large source tree are present. |
| 16143 |
– |
test -d "$srcdir/$ac_dir" || continue |
| 16144 |
– |
|
| 16145 |
– |
ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" |
| 16146 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5 |
| 16147 |
– |
$as_echo "$ac_msg" >&6 |
| 16148 |
– |
as_dir="$ac_dir"; as_fn_mkdir_p |
| 16149 |
– |
ac_builddir=. |
| 16150 |
– |
|
| 16151 |
– |
case "$ac_dir" in |
| 16152 |
– |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 16153 |
– |
*) |
| 16154 |
– |
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
| 16155 |
– |
# A ".." for each directory in $ac_dir_suffix. |
| 16156 |
– |
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
| 16157 |
– |
case $ac_top_builddir_sub in |
| 16158 |
– |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 16159 |
– |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
| 16160 |
– |
esac ;; |
| 16161 |
– |
esac |
| 16162 |
– |
ac_abs_top_builddir=$ac_pwd |
| 16163 |
– |
ac_abs_builddir=$ac_pwd$ac_dir_suffix |
| 16164 |
– |
# for backward compatibility: |
| 16165 |
– |
ac_top_builddir=$ac_top_build_prefix |
| 16166 |
– |
|
| 16167 |
– |
case $srcdir in |
| 16168 |
– |
.) # We are building in place. |
| 16169 |
– |
ac_srcdir=. |
| 16170 |
– |
ac_top_srcdir=$ac_top_builddir_sub |
| 16171 |
– |
ac_abs_top_srcdir=$ac_pwd ;; |
| 16172 |
– |
[\\/]* | ?:[\\/]* ) # Absolute name. |
| 16173 |
– |
ac_srcdir=$srcdir$ac_dir_suffix; |
| 16174 |
– |
ac_top_srcdir=$srcdir |
| 16175 |
– |
ac_abs_top_srcdir=$srcdir ;; |
| 16176 |
– |
*) # Relative name. |
| 16177 |
– |
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
| 16178 |
– |
ac_top_srcdir=$ac_top_build_prefix$srcdir |
| 16179 |
– |
ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
| 16180 |
– |
esac |
| 16181 |
– |
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
| 16182 |
– |
|
| 16183 |
– |
|
| 16184 |
– |
cd "$ac_dir" |
| 16185 |
– |
|
| 16186 |
– |
# Check for guested configure; otherwise get Cygnus style configure. |
| 16187 |
– |
if test -f "$ac_srcdir/configure.gnu"; then |
| 16188 |
– |
ac_sub_configure=$ac_srcdir/configure.gnu |
| 16189 |
– |
elif test -f "$ac_srcdir/configure"; then |
| 16190 |
– |
ac_sub_configure=$ac_srcdir/configure |
| 16191 |
– |
elif test -f "$ac_srcdir/configure.in"; then |
| 16192 |
– |
# This should be Cygnus configure. |
| 16193 |
– |
ac_sub_configure=$ac_aux_dir/configure |
| 16194 |
– |
else |
| 16195 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5 |
| 16196 |
– |
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} |
| 16197 |
– |
ac_sub_configure= |
| 16198 |
– |
fi |
| 16199 |
– |
|
| 16200 |
– |
# The recursion is here. |
| 16201 |
– |
if test -n "$ac_sub_configure"; then |
| 16202 |
– |
# Make the cache file name correct relative to the subdirectory. |
| 16203 |
– |
case $cache_file in |
| 16204 |
– |
[\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; |
| 16205 |
– |
*) # Relative name. |
| 16206 |
– |
ac_sub_cache_file=$ac_top_build_prefix$cache_file ;; |
| 16207 |
– |
esac |
| 16208 |
– |
|
| 16209 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 |
| 16210 |
– |
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} |
| 16211 |
– |
# The eval makes quoting arguments work. |
| 16212 |
– |
eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ |
| 16213 |
– |
--cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || |
| 16214 |
– |
as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 |
| 16215 |
– |
fi |
| 16216 |
– |
|
| 16217 |
– |
cd "$ac_popdir" |
| 16218 |
– |
done |
| 16219 |
– |
fi |
| 16084 |
|
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 16085 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
| 16086 |
|
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |