| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1664 2012-11-18 14:33:47Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1680 2012-12-18 18:06:32Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK. |
| 5 |
|
# |
| 723 |
|
MAINT |
| 724 |
|
MAINTAINER_MODE_FALSE |
| 725 |
|
MAINTAINER_MODE_TRUE |
| 726 |
+ |
AM_BACKSLASH |
| 727 |
+ |
AM_DEFAULT_VERBOSITY |
| 728 |
+ |
AM_DEFAULT_V |
| 729 |
+ |
AM_V |
| 730 |
|
am__untar |
| 731 |
|
am__tar |
| 732 |
|
AMTAR |
| 791 |
|
ac_subst_files='' |
| 792 |
|
ac_user_opts=' |
| 793 |
|
enable_option_checking |
| 794 |
+ |
enable_silent_rules |
| 795 |
|
enable_maintainer_mode |
| 796 |
|
enable_dependency_tracking |
| 797 |
|
enable_static |
| 1449 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1450 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1451 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1452 |
+ |
--enable-silent-rules less verbose build output (undo: "make V=1") |
| 1453 |
+ |
--disable-silent-rules verbose build output (undo: "make V=0") |
| 1454 |
|
--enable-maintainer-mode |
| 1455 |
|
enable make rules and dependencies not useful (and |
| 1456 |
|
sometimes confusing) to the casual installer |
| 2459 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2460 |
|
|
| 2461 |
|
|
| 2462 |
< |
am__api_version='1.12' |
| 2462 |
> |
am__api_version='1.13' |
| 2463 |
|
|
| 2464 |
|
ac_aux_dir= |
| 2465 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2672 |
|
esac |
| 2673 |
|
fi |
| 2674 |
|
# Use eval to expand $SHELL |
| 2675 |
< |
if eval "$MISSING --run true"; then |
| 2676 |
< |
am_missing_run="$MISSING --run " |
| 2675 |
> |
if eval "$MISSING --is-lightweight"; then |
| 2676 |
> |
am_missing_run="$MISSING " |
| 2677 |
|
else |
| 2678 |
|
am_missing_run= |
| 2679 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2913 |
|
fi |
| 2914 |
|
rmdir .tst 2>/dev/null |
| 2915 |
|
|
| 2916 |
+ |
# Check whether --enable-silent-rules was given. |
| 2917 |
+ |
if test "${enable_silent_rules+set}" = set; then : |
| 2918 |
+ |
enableval=$enable_silent_rules; |
| 2919 |
+ |
fi |
| 2920 |
+ |
|
| 2921 |
+ |
case $enable_silent_rules in # ((( |
| 2922 |
+ |
yes) AM_DEFAULT_VERBOSITY=0;; |
| 2923 |
+ |
no) AM_DEFAULT_VERBOSITY=1;; |
| 2924 |
+ |
*) AM_DEFAULT_VERBOSITY=1;; |
| 2925 |
+ |
esac |
| 2926 |
+ |
am_make=${MAKE-make} |
| 2927 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
| 2928 |
+ |
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
| 2929 |
+ |
if ${am_cv_make_support_nested_variables+:} false; then : |
| 2930 |
+ |
$as_echo_n "(cached) " >&6 |
| 2931 |
+ |
else |
| 2932 |
+ |
if $as_echo 'TRUE=$(BAR$(V)) |
| 2933 |
+ |
BAR0=false |
| 2934 |
+ |
BAR1=true |
| 2935 |
+ |
V=1 |
| 2936 |
+ |
am__doit: |
| 2937 |
+ |
@$(TRUE) |
| 2938 |
+ |
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
| 2939 |
+ |
am_cv_make_support_nested_variables=yes |
| 2940 |
+ |
else |
| 2941 |
+ |
am_cv_make_support_nested_variables=no |
| 2942 |
+ |
fi |
| 2943 |
+ |
fi |
| 2944 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
| 2945 |
+ |
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
| 2946 |
+ |
if test $am_cv_make_support_nested_variables = yes; then |
| 2947 |
+ |
AM_V='$(V)' |
| 2948 |
+ |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 2949 |
+ |
else |
| 2950 |
+ |
AM_V=$AM_DEFAULT_VERBOSITY |
| 2951 |
+ |
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 2952 |
+ |
fi |
| 2953 |
+ |
AM_BACKSLASH='\' |
| 2954 |
+ |
|
| 2955 |
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2956 |
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2957 |
|
# is not polluted with repeated "-I." |
| 16174 |
|
|
| 16175 |
|
case $ac_file$ac_mode in |
| 16176 |
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 16177 |
< |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 16177 |
> |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16178 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16179 |
|
# if we detect the quoting. |
| 16180 |
|
case $CONFIG_FILES in |