ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/configure
(Generate patch)

Comparing ircd-hybrid/trunk/configure (file contents):
Revision 1680 by michael, Tue Dec 18 18:06:32 2012 UTC vs.
Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC

# Line 1 | Line 1
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   #
# Line 723 | Line 723 | CC
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
# Line 787 | Line 791 | SHELL'
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
# Line 1444 | Line 1449 | Optional Features:
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
# Line 2452 | Line 2459 | ac_link='$CC -o conftest$ac_exeext $CFLA
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
# Line 2665 | Line 2672 | if test x"${MISSING+set}" != xset; then
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
# Line 2906 | Line 2913 | else
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."
# Line 16128 | Line 16174 | $as_echo "$as_me: executing $ac_file com
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines