| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1856 2013-04-24 19:43:22Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 2480 2013-10-23 16:05:41Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK. |
| 5 |
|
# |
| 805 |
|
with_ltdl_include |
| 806 |
|
with_ltdl_lib |
| 807 |
|
enable_ltdl_install |
| 808 |
< |
enable_libpcre |
| 809 |
< |
enable_libGeoIP |
| 808 |
> |
enable_libgeoip |
| 809 |
|
enable_openssl |
| 810 |
|
enable_assert |
| 811 |
|
enable_kqueue |
| 1461 |
|
optimize for fast installation [default=yes] |
| 1462 |
|
--disable-libtool-lock avoid locking (might break parallel builds) |
| 1463 |
|
--enable-ltdl-install install libltdl |
| 1465 |
– |
--disable-libpcre Disable PCRE support |
| 1464 |
|
--disable-libgeoip Disable GeoIP support |
| 1465 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
| 1466 |
|
--disable-openssl Disable OpenSSL support. |
| 2453 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2454 |
|
|
| 2455 |
|
|
| 2456 |
< |
am__api_version='1.13' |
| 2456 |
> |
am__api_version='1.14' |
| 2457 |
|
|
| 2458 |
|
ac_aux_dir= |
| 2459 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 3008 |
|
# in the wild :-( We should find a proper way to deprecate it ... |
| 3009 |
|
AMTAR='$${TAR-tar}' |
| 3010 |
|
|
| 3011 |
+ |
|
| 3012 |
+ |
# We'll loop over all known methods to create a tar archive until one works. |
| 3013 |
+ |
_am_tools='gnutar pax cpio none' |
| 3014 |
+ |
|
| 3015 |
|
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
| 3016 |
|
|
| 3017 |
|
|
| 3019 |
|
|
| 3020 |
|
|
| 3021 |
|
|
| 3022 |
+ |
# POSIX will say in a future version that running "rm -f" with no argument |
| 3023 |
+ |
# is OK; and we want to be able to make that assumption in our Makefile |
| 3024 |
+ |
# recipes. So use an aggressive probe to check that the usage we want is |
| 3025 |
+ |
# actually supported "in the wild" to an acceptable degree. |
| 3026 |
+ |
# See automake bug#10828. |
| 3027 |
+ |
# To make any issue more visible, cause the running configure to be aborted |
| 3028 |
+ |
# by default if the 'rm' program in use doesn't match our expectations; the |
| 3029 |
+ |
# user can still override this though. |
| 3030 |
+ |
if rm -f && rm -fr && rm -rf; then : OK; else |
| 3031 |
+ |
cat >&2 <<'END' |
| 3032 |
+ |
Oops! |
| 3033 |
+ |
|
| 3034 |
+ |
Your 'rm' program seems unable to run without file operands specified |
| 3035 |
+ |
on the command line, even when the '-f' option is present. This is contrary |
| 3036 |
+ |
to the behaviour of most rm programs out there, and not conforming with |
| 3037 |
+ |
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
| 3038 |
+ |
|
| 3039 |
+ |
Please tell bug-automake@gnu.org about your system, including the value |
| 3040 |
+ |
of your $PATH and any error possibly output before this message. This |
| 3041 |
+ |
can help us improve future automake versions. |
| 3042 |
+ |
|
| 3043 |
+ |
END |
| 3044 |
+ |
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
| 3045 |
+ |
echo 'Configuration will proceed anyway, since you have set the' >&2 |
| 3046 |
+ |
echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
| 3047 |
+ |
echo >&2 |
| 3048 |
+ |
else |
| 3049 |
+ |
cat >&2 <<'END' |
| 3050 |
+ |
Aborting the configuration process, to ensure you take notice of the issue. |
| 3051 |
+ |
|
| 3052 |
+ |
You can download and install GNU coreutils to get an 'rm' implementation |
| 3053 |
+ |
that behaves properly: <http://www.gnu.org/software/coreutils/>. |
| 3054 |
+ |
|
| 3055 |
+ |
If you want to complete the configuration process using your problematic |
| 3056 |
+ |
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| 3057 |
+ |
to "yes", and re-run configure. |
| 3058 |
+ |
|
| 3059 |
+ |
END |
| 3060 |
+ |
as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 |
| 3061 |
+ |
fi |
| 3062 |
+ |
fi |
| 3063 |
+ |
|
| 3064 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
| 3065 |
|
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
| 3066 |
|
# Check whether --enable-maintainer-mode was given. |
| 3083 |
|
MAINT=$MAINTAINER_MODE_TRUE |
| 3084 |
|
|
| 3085 |
|
|
| 3086 |
+ |
|
| 3087 |
|
ac_config_headers="$ac_config_headers config.h" |
| 3088 |
|
|
| 3089 |
|
|
| 3941 |
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3942 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3943 |
|
|
| 3944 |
+ |
ac_ext=c |
| 3945 |
+ |
ac_cpp='$CPP $CPPFLAGS' |
| 3946 |
+ |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3947 |
+ |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3948 |
+ |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3949 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 |
| 3950 |
+ |
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
| 3951 |
+ |
if ${am_cv_prog_cc_c_o+:} false; then : |
| 3952 |
+ |
$as_echo_n "(cached) " >&6 |
| 3953 |
+ |
else |
| 3954 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3955 |
+ |
/* end confdefs.h. */ |
| 3956 |
+ |
|
| 3957 |
+ |
int |
| 3958 |
+ |
main () |
| 3959 |
+ |
{ |
| 3960 |
+ |
|
| 3961 |
+ |
; |
| 3962 |
+ |
return 0; |
| 3963 |
+ |
} |
| 3964 |
+ |
_ACEOF |
| 3965 |
+ |
# Make sure it works both with $CC and with simple cc. |
| 3966 |
+ |
# Following AC_PROG_CC_C_O, we do the test twice because some |
| 3967 |
+ |
# compilers refuse to overwrite an existing .o file with -o, |
| 3968 |
+ |
# though they will create one. |
| 3969 |
+ |
am_cv_prog_cc_c_o=yes |
| 3970 |
+ |
for am_i in 1 2; do |
| 3971 |
+ |
if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 |
| 3972 |
+ |
($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
| 3973 |
+ |
ac_status=$? |
| 3974 |
+ |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3975 |
+ |
(exit $ac_status); } \ |
| 3976 |
+ |
&& test -f conftest2.$ac_objext; then |
| 3977 |
+ |
: OK |
| 3978 |
+ |
else |
| 3979 |
+ |
am_cv_prog_cc_c_o=no |
| 3980 |
+ |
break |
| 3981 |
+ |
fi |
| 3982 |
+ |
done |
| 3983 |
+ |
rm -f core conftest* |
| 3984 |
+ |
unset am_i |
| 3985 |
+ |
fi |
| 3986 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 |
| 3987 |
+ |
$as_echo "$am_cv_prog_cc_c_o" >&6; } |
| 3988 |
+ |
if test "$am_cv_prog_cc_c_o" != yes; then |
| 3989 |
+ |
# Losing compiler, so override with the script. |
| 3990 |
+ |
# FIXME: It is wrong to rewrite CC. |
| 3991 |
+ |
# But if we don't then we get into trouble of one sort or another. |
| 3992 |
+ |
# A longer-term fix would be to have automake use am__CC in this case, |
| 3993 |
+ |
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
| 3994 |
+ |
CC="$am_aux_dir/compile $CC" |
| 3995 |
+ |
fi |
| 3996 |
+ |
ac_ext=c |
| 3997 |
+ |
ac_cpp='$CPP $CPPFLAGS' |
| 3998 |
+ |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3999 |
+ |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 4000 |
+ |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 4001 |
+ |
|
| 4002 |
+ |
|
| 4003 |
|
depcc="$CC" am_compiler_list= |
| 4004 |
|
|
| 4005 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
| 8560 |
|
$RM -r conftest* |
| 8561 |
|
|
| 8562 |
|
|
| 8563 |
+ |
## CAVEAT EMPTOR: |
| 8564 |
+ |
## There is no encapsulation within the following macros, do not change |
| 8565 |
+ |
## the running order or otherwise move them around unless you know exactly |
| 8566 |
+ |
## what you are doing... |
| 8567 |
|
if test -n "$compiler"; then |
| 8568 |
|
|
| 8569 |
|
lt_prog_compiler_no_builtin_flag= |
| 13177 |
|
|
| 13178 |
|
# Checks for libraries. |
| 13179 |
|
|
| 13180 |
+ |
|
| 13181 |
+ |
if test "X$CC" != "X"; then |
| 13182 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -fstack-protector" >&5 |
| 13183 |
+ |
$as_echo_n "checking whether ${CC} accepts -fstack-protector... " >&6; } |
| 13184 |
+ |
if ${ssp_cv_cc+:} false; then : |
| 13185 |
+ |
$as_echo_n "(cached) " >&6 |
| 13186 |
+ |
else |
| 13187 |
+ |
ssp_old_cflags="$CFLAGS" |
| 13188 |
+ |
CFLAGS="$CFLAGS -fstack-protector" |
| 13189 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13190 |
+ |
/* end confdefs.h. */ |
| 13191 |
+ |
|
| 13192 |
+ |
int |
| 13193 |
+ |
main () |
| 13194 |
+ |
{ |
| 13195 |
+ |
|
| 13196 |
+ |
; |
| 13197 |
+ |
return 0; |
| 13198 |
+ |
} |
| 13199 |
+ |
_ACEOF |
| 13200 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 13201 |
+ |
ssp_cv_cc=yes |
| 13202 |
+ |
else |
| 13203 |
+ |
ssp_cv_cc=no |
| 13204 |
+ |
fi |
| 13205 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13206 |
+ |
CFLAGS="$ssp_old_cflags" |
| 13207 |
+ |
|
| 13208 |
+ |
fi |
| 13209 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_cv_cc" >&5 |
| 13210 |
+ |
$as_echo "$ssp_cv_cc" >&6; } |
| 13211 |
+ |
if test $ssp_cv_cc = yes; then |
| 13212 |
+ |
CFLAGS="$CFLAGS -fstack-protector" |
| 13213 |
+ |
|
| 13214 |
+ |
$as_echo "#define ENABLE_SSP_CC 1" >>confdefs.h |
| 13215 |
+ |
|
| 13216 |
+ |
fi |
| 13217 |
+ |
fi |
| 13218 |
+ |
|
| 13219 |
+ |
|
| 13220 |
+ |
|
| 13221 |
|
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 13222 |
|
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 13223 |
|
|
| 13807 |
|
fi |
| 13808 |
|
|
| 13809 |
|
|
| 13810 |
< |
# Check whether --enable-libpcre was given. |
| 13811 |
< |
if test "${enable_libpcre+set}" = set; then : |
| 13812 |
< |
enableval=$enable_libpcre; |
| 13664 |
< |
else |
| 13665 |
< |
ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default" |
| 13666 |
< |
if test "x$ac_cv_header_pcre_h" = xyes; then : |
| 13667 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5 |
| 13668 |
< |
$as_echo_n "checking for library containing pcre_study... " >&6; } |
| 13669 |
< |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13670 |
< |
$as_echo_n "(cached) " >&6 |
| 13671 |
< |
else |
| 13672 |
< |
ac_func_search_save_LIBS=$LIBS |
| 13673 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13674 |
< |
/* end confdefs.h. */ |
| 13675 |
< |
|
| 13676 |
< |
/* Override any GCC internal prototype to avoid an error. |
| 13677 |
< |
Use char because int might match the return type of a GCC |
| 13678 |
< |
builtin and then its argument prototype would still apply. */ |
| 13679 |
< |
#ifdef __cplusplus |
| 13680 |
< |
extern "C" |
| 13681 |
< |
#endif |
| 13682 |
< |
char pcre_study (); |
| 13683 |
< |
int |
| 13684 |
< |
main () |
| 13685 |
< |
{ |
| 13686 |
< |
return pcre_study (); |
| 13687 |
< |
; |
| 13688 |
< |
return 0; |
| 13689 |
< |
} |
| 13690 |
< |
_ACEOF |
| 13691 |
< |
for ac_lib in '' pcre; do |
| 13692 |
< |
if test -z "$ac_lib"; then |
| 13693 |
< |
ac_res="none required" |
| 13694 |
< |
else |
| 13695 |
< |
ac_res=-l$ac_lib |
| 13696 |
< |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13697 |
< |
fi |
| 13698 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
| 13699 |
< |
ac_cv_search_pcre_study=$ac_res |
| 13700 |
< |
fi |
| 13701 |
< |
rm -f core conftest.err conftest.$ac_objext \ |
| 13702 |
< |
conftest$ac_exeext |
| 13703 |
< |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13704 |
< |
break |
| 13705 |
< |
fi |
| 13706 |
< |
done |
| 13707 |
< |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13708 |
< |
|
| 13709 |
< |
else |
| 13710 |
< |
ac_cv_search_pcre_study=no |
| 13711 |
< |
fi |
| 13712 |
< |
rm conftest.$ac_ext |
| 13713 |
< |
LIBS=$ac_func_search_save_LIBS |
| 13714 |
< |
fi |
| 13715 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5 |
| 13716 |
< |
$as_echo "$ac_cv_search_pcre_study" >&6; } |
| 13717 |
< |
ac_res=$ac_cv_search_pcre_study |
| 13718 |
< |
if test "$ac_res" != no; then : |
| 13719 |
< |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13720 |
< |
|
| 13721 |
< |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13722 |
< |
|
| 13723 |
< |
fi |
| 13724 |
< |
|
| 13725 |
< |
fi |
| 13726 |
< |
|
| 13727 |
< |
|
| 13728 |
< |
fi |
| 13729 |
< |
|
| 13730 |
< |
|
| 13731 |
< |
# Check whether --enable-libGeoIP was given. |
| 13732 |
< |
if test "${enable_libGeoIP+set}" = set; then : |
| 13733 |
< |
enableval=$enable_libGeoIP; |
| 13810 |
> |
# Check whether --enable-libgeoip was given. |
| 13811 |
> |
if test "${enable_libgeoip+set}" = set; then : |
| 13812 |
> |
enableval=$enable_libgeoip; |
| 13813 |
|
else |
| 13814 |
|
ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default" |
| 13815 |
|
if test "x$ac_cv_header_GeoIP_h" = xyes; then : |
| 13877 |
|
fi |
| 13878 |
|
|
| 13879 |
|
|
| 13880 |
+ |
|
| 13881 |
|
# Check whether --enable-openssl was given. |
| 13882 |
|
if test "${enable_openssl+set}" = set; then : |
| 13883 |
|
enableval=$enable_openssl; cf_enable_openssl=$enableval |
| 13932 |
|
fi |
| 13933 |
|
|
| 13934 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 13935 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5 |
| 13936 |
< |
$as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; } |
| 13935 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5 |
| 13936 |
> |
$as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; } |
| 13937 |
|
if test "$cross_compiling" = yes; then : |
| 13938 |
|
cf_openssl_version_ok=no |
| 13939 |
|
else |
| 13946 |
|
int |
| 13947 |
|
main () |
| 13948 |
|
{ |
| 13949 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f)); |
| 13949 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000)); |
| 13950 |
|
; |
| 13951 |
|
return 0; |
| 13952 |
|
} |
| 14090 |
|
fi |
| 14091 |
|
|
| 14092 |
|
|
| 14013 |
– |
|
| 14093 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h |
| 14094 |
|
|
| 14095 |
|
|
| 14096 |
< |
$as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h |
| 14096 |
> |
$as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h |
| 14097 |
|
|
| 14098 |
|
|
| 14099 |
< |
$as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h |
| 14099 |
> |
$as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h |
| 14100 |
|
|
| 14101 |
|
|
| 14102 |
< |
$as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h |
| 14102 |
> |
$as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h |
| 14103 |
|
|
| 14104 |
|
|
| 14105 |
< |
$as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h |
| 14105 |
> |
$as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h |
| 14106 |
|
|
| 14107 |
|
|
| 14108 |
< |
$as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h |
| 14108 |
> |
$as_echo "#define MP_CHUNK_SIZE_LCLIENT 512*1024" >>confdefs.h |
| 14109 |
|
|
| 14110 |
|
|
| 14111 |
< |
$as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h |
| 14111 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h |
| 14112 |
|
|
| 14113 |
|
|
| 14114 |
|
$as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h |
| 14115 |
|
|
| 14116 |
|
|
| 14117 |
< |
$as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h |
| 14117 |
> |
$as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h |
| 14118 |
> |
|
| 14119 |
> |
|
| 14120 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h |
| 14121 |
> |
|
| 14122 |
> |
|
| 14123 |
> |
$as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h |
| 14124 |
> |
|
| 14125 |
> |
|
| 14126 |
> |
$as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h |
| 14127 |
|
|
| 14128 |
|
|
| 14129 |
< |
$as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h |
| 14129 |
> |
$as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h |
| 14130 |
|
|
| 14131 |
|
|
| 14132 |
< |
$as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h |
| 14132 |
> |
$as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h |
| 14133 |
|
|
| 14134 |
|
|
| 14135 |
|
# Argument processing. |
| 14603 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
| 14604 |
|
|
| 14605 |
|
|
| 14606 |
< |
ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14606 |
> |
ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile" |
| 14607 |
|
|
| 14608 |
|
|
| 14609 |
|
cat >confcache <<\_ACEOF |
| 15652 |
|
"modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;; |
| 15653 |
|
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
| 15654 |
|
"help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;; |
| 15567 |
– |
"help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;; |
| 15568 |
– |
"help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;; |
| 15655 |
|
"tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; |
| 15656 |
|
|
| 15657 |
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 16300 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16301 |
|
test -z "$DEPDIR" && continue |
| 16302 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16303 |
< |
test -z "am__include" && continue |
| 16303 |
> |
test -z "$am__include" && continue |
| 16304 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16305 |
|
# Find all dependency output files, they are included files with |
| 16306 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |