ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/configure
(Generate patch)

Comparing ircd-hybrid-7.3/configure (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1033 by michael, Thu Dec 3 19:04:55 2009 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # From configure.ac Id: configure.ac 1015 2009-10-25 00:08:06Z 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.2.4.
5 > #
6   #
7   # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 < # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 < # Foundation, Inc.
8 > # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9 > # Inc.
10 > #
11   #
12   # This configure script is free software; the Free Software Foundation
13   # gives unlimited permission to copy, distribute and modify it.
# Line 678 | Line 680 | lt_ltdl_dir='libltdl'
680  
681   lt_dlopen_dir="$lt_ltdl_dir"
682  
683 < exec 7<&0 </dev/null 6>&1
683 > test -n "$DJDIR" || exec 7<&0 </dev/null
684 > exec 6>&1
685  
686   # Name of the host.
687   # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# Line 1614 | Line 1617 | Some influential environment variables:
1617    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1618                nonstandard directory <lib dir>
1619    LIBS        libraries to pass to the linker, e.g. -l<library>
1620 <  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1620 >  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1621                you have headers in a nonstandard directory <include dir>
1622    YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1623                the first program found out of: `bison -y', `byacc', `yacc'.
# Line 1690 | Line 1693 | test -n "$ac_init_help" && exit $ac_stat
1693   if $ac_init_version; then
1694    cat <<\_ACEOF
1695   ircd-hybrid configure 7.2.4
1696 < generated by GNU Autoconf 2.64
1696 > generated by GNU Autoconf 2.65
1697  
1698   Copyright (C) 2009 Free Software Foundation, Inc.
1699   This configure script is free software; the Free Software Foundation
# Line 1737 | Line 1740 | sed 's/^/| /' conftest.$ac_ext >&5
1740          ac_retval=1
1741   fi
1742    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743 <  return $ac_retval
1743 >  as_fn_set_status $ac_retval
1744  
1745   } # ac_fn_c_try_compile
1746  
# Line 1783 | Line 1786 | fi
1786    # left behind by Apple's compiler.  We do this before executing the actions.
1787    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1788    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1789 <  return $ac_retval
1789 >  as_fn_set_status $ac_retval
1790  
1791   } # ac_fn_c_try_link
1792  
# Line 1851 | Line 1854 | sed 's/^/| /' conftest.$ac_ext >&5
1854      ac_retval=1
1855   fi
1856    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1857 <  return $ac_retval
1857 >  as_fn_set_status $ac_retval
1858  
1859   } # ac_fn_c_try_cpp
1860  
# Line 1893 | Line 1896 | sed 's/^/| /' conftest.$ac_ext >&5
1896   fi
1897    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1898    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1899 <  return $ac_retval
1899 >  as_fn_set_status $ac_retval
1900  
1901   } # ac_fn_c_try_run
1902  
# Line 2205 | Line 2208 | This file contains any messages produced
2208   running configure, to aid debugging if configure makes a mistake.
2209  
2210   It was created by ircd-hybrid $as_me 7.2.4, which was
2211 < generated by GNU Autoconf 2.64.  Invocation command line was
2211 > generated by GNU Autoconf 2.65.  Invocation command line was
2212  
2213    $ $0 $@
2214  
# Line 2458 | Line 2461 | fi
2461   for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2462   do
2463    test "x$ac_site_file" = xNONE && continue
2464 <  if test -r "$ac_site_file"; then
2464 >  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2465      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2466   $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2467      sed 's/^/| /' "$ac_site_file" >&5
# Line 2467 | Line 2470 | $as_echo "$as_me: loading site script $a
2470   done
2471  
2472   if test -r "$cache_file"; then
2473 <  # Some versions of bash will fail to source /dev/null (special
2474 <  # files actually), so we avoid doing that.
2475 <  if test -f "$cache_file"; then
2473 >  # Some versions of bash will fail to source /dev/null (special files
2474 >  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2475 >  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2476      { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2477   $as_echo "$as_me: loading cache $cache_file" >&6;}
2478      case $cache_file in
# Line 2905 | Line 2908 | IFS=$as_save_IFS
2908  
2909   fi
2910  
2911 +  test -d ./--version && rmdir ./--version
2912    if test "${ac_cv_path_mkdir+set}" = set; then
2913      MKDIR_P="$ac_cv_path_mkdir -p"
2914    else
# Line 2912 | Line 2916 | fi
2916      # value for MKDIR_P within a source directory, because that will
2917      # break other packages using the cache if that directory is
2918      # removed, or if the value is a relative name.
2915    test -d ./--version && rmdir ./--version
2919      MKDIR_P="$ac_install_sh -d"
2920    fi
2921   fi
# Line 3481 | Line 3484 | $as_echo "$ac_try_echo"; } >&5
3484   ... rest of stderr output deleted ...
3485           10q' conftest.err >conftest.er1
3486      cat conftest.er1 >&5
3484    rm -f conftest.er1 conftest.err
3487    fi
3488 +  rm -f conftest.er1 conftest.err
3489    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3490    test $ac_status = 0; }
3491   done
3492  
3493   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494   /* end confdefs.h.  */
3495 < #include <stdio.h>
3495 >
3496   int
3497   main ()
3498   {
3496 FILE *f = fopen ("conftest.out", "w");
3497 return ferror (f) || fclose (f) != 0;
3499  
3500    ;
3501    return 0;
3502   }
3503   _ACEOF
3504   ac_clean_files_save=$ac_clean_files
3505 < ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3505 > ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3506   # Try to create an executable without -o first, disregard a.out.
3507   # It will help us diagnose broken compilers, and finding out an intuition
3508   # of exeext.
3509 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3510 < $as_echo_n "checking for C compiler default output file name... " >&6; }
3509 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3510 > $as_echo_n "checking whether the C compiler works... " >&6; }
3511   ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3512  
3513   # The possible output files:
# Line 3568 | Line 3569 | test "$ac_cv_exeext" = no && ac_cv_exeex
3569   else
3570    ac_file=''
3571   fi
3571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3572 $as_echo "$ac_file" >&6; }
3572   if test -z "$ac_file"; then :
3573 <  $as_echo "$as_me: failed program was:" >&5
3573 >  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3574 > $as_echo "no" >&6; }
3575 > $as_echo "$as_me: failed program was:" >&5
3576   sed 's/^/| /' conftest.$ac_ext >&5
3577  
3578   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
# Line 3579 | Line 3580 | $as_echo "$as_me: error: in \`$ac_pwd':"
3580   { as_fn_set_status 77
3581   as_fn_error "C compiler cannot create executables
3582   See \`config.log' for more details." "$LINENO" 5; }; }
3583 + else
3584 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3585 + $as_echo "yes" >&6; }
3586   fi
3587 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3588 + $as_echo_n "checking for C compiler default output file name... " >&6; }
3589 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3590 + $as_echo "$ac_file" >&6; }
3591   ac_exeext=$ac_cv_exeext
3592  
3593 < # 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
3593 > rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3594   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
3595   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3596   $as_echo_n "checking for suffix of executables... " >&6; }
3597   if { { ac_try="$ac_link"
# Line 3656 | Line 3624 | $as_echo "$as_me: error: in \`$ac_pwd':"
3624   as_fn_error "cannot compute suffix of executables: cannot compile and link
3625   See \`config.log' for more details." "$LINENO" 5; }
3626   fi
3627 < rm -f conftest$ac_cv_exeext
3627 > rm -f conftest conftest$ac_cv_exeext
3628   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3629   $as_echo "$ac_cv_exeext" >&6; }
3630  
3631   rm -f conftest.$ac_ext
3632   EXEEXT=$ac_cv_exeext
3633   ac_exeext=$EXEEXT
3634 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3635 + /* end confdefs.h.  */
3636 + #include <stdio.h>
3637 + int
3638 + main ()
3639 + {
3640 + FILE *f = fopen ("conftest.out", "w");
3641 + return ferror (f) || fclose (f) != 0;
3642 +
3643 +  ;
3644 +  return 0;
3645 + }
3646 + _ACEOF
3647 + ac_clean_files="$ac_clean_files conftest.out"
3648 + # Check that the compiler produces executables we can run.  If not, either
3649 + # the compiler is broken, or we cross compile.
3650 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3651 + $as_echo_n "checking whether we are cross compiling... " >&6; }
3652 + if test "$cross_compiling" != yes; then
3653 +  { { ac_try="$ac_link"
3654 + case "(($ac_try" in
3655 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3656 +  *) ac_try_echo=$ac_try;;
3657 + esac
3658 + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3659 + $as_echo "$ac_try_echo"; } >&5
3660 +  (eval "$ac_link") 2>&5
3661 +  ac_status=$?
3662 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3663 +  test $ac_status = 0; }
3664 +  if { ac_try='./conftest$ac_cv_exeext'
3665 +  { { case "(($ac_try" in
3666 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3667 +  *) ac_try_echo=$ac_try;;
3668 + esac
3669 + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3670 + $as_echo "$ac_try_echo"; } >&5
3671 +  (eval "$ac_try") 2>&5
3672 +  ac_status=$?
3673 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3674 +  test $ac_status = 0; }; }; then
3675 +    cross_compiling=no
3676 +  else
3677 +    if test "$cross_compiling" = maybe; then
3678 +        cross_compiling=yes
3679 +    else
3680 +        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3681 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3682 + as_fn_error "cannot run C compiled programs.
3683 + If you meant to cross compile, use \`--host'.
3684 + See \`config.log' for more details." "$LINENO" 5; }
3685 +    fi
3686 +  fi
3687 + fi
3688 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3689 + $as_echo "$cross_compiling" >&6; }
3690 +
3691 + rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3692 + ac_clean_files=$ac_clean_files_save
3693   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3694   $as_echo_n "checking for suffix of object files... " >&6; }
3695   if test "${ac_cv_objext+set}" = set; then :
# Line 5120 | Line 5147 | if test "${lt_cv_nm_interface+set}" = se
5147   else
5148    lt_cv_nm_interface="BSD nm"
5149    echo "int some_variable = 0;" > conftest.$ac_ext
5150 <  (eval echo "\"\$as_me:5123: $ac_compile\"" >&5)
5150 >  (eval echo "\"\$as_me:5150: $ac_compile\"" >&5)
5151    (eval "$ac_compile" 2>conftest.err)
5152    cat conftest.err >&5
5153 <  (eval echo "\"\$as_me:5126: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5153 >  (eval echo "\"\$as_me:5153: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5154    (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5155    cat conftest.err >&5
5156 <  (eval echo "\"\$as_me:5129: output\"" >&5)
5156 >  (eval echo "\"\$as_me:5156: output\"" >&5)
5157    cat conftest.out >&5
5158    if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5159      lt_cv_nm_interface="MS dumpbin"
# Line 6331 | Line 6358 | ia64-*-hpux*)
6358    ;;
6359   *-*-irix6*)
6360    # Find out which ABI we are using.
6361 <  echo '#line 6334 "configure"' > conftest.$ac_ext
6361 >  echo '#line 6361 "configure"' > conftest.$ac_ext
6362    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6363    (eval $ac_compile) 2>&5
6364    ac_status=$?
# Line 7855 | Line 7882 | else
7882     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7883     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7884     -e 's:$: $lt_compiler_flag:'`
7885 <   (eval echo "\"\$as_me:7858: $lt_compile\"" >&5)
7885 >   (eval echo "\"\$as_me:7885: $lt_compile\"" >&5)
7886     (eval "$lt_compile" 2>conftest.err)
7887     ac_status=$?
7888     cat conftest.err >&5
7889 <   echo "$as_me:7862: \$? = $ac_status" >&5
7889 >   echo "$as_me:7889: \$? = $ac_status" >&5
7890     if (exit $ac_status) && test -s "$ac_outfile"; then
7891       # The compiler can only warn and ignore the option if not recognized
7892       # So say no if there are warnings other than the usual output.
# Line 8194 | Line 8221 | else
8221     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8222     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8223     -e 's:$: $lt_compiler_flag:'`
8224 <   (eval echo "\"\$as_me:8197: $lt_compile\"" >&5)
8224 >   (eval echo "\"\$as_me:8224: $lt_compile\"" >&5)
8225     (eval "$lt_compile" 2>conftest.err)
8226     ac_status=$?
8227     cat conftest.err >&5
8228 <   echo "$as_me:8201: \$? = $ac_status" >&5
8228 >   echo "$as_me:8228: \$? = $ac_status" >&5
8229     if (exit $ac_status) && test -s "$ac_outfile"; then
8230       # The compiler can only warn and ignore the option if not recognized
8231       # So say no if there are warnings other than the usual output.
# Line 8299 | Line 8326 | else
8326     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8327     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8328     -e 's:$: $lt_compiler_flag:'`
8329 <   (eval echo "\"\$as_me:8302: $lt_compile\"" >&5)
8329 >   (eval echo "\"\$as_me:8329: $lt_compile\"" >&5)
8330     (eval "$lt_compile" 2>out/conftest.err)
8331     ac_status=$?
8332     cat out/conftest.err >&5
8333 <   echo "$as_me:8306: \$? = $ac_status" >&5
8333 >   echo "$as_me:8333: \$? = $ac_status" >&5
8334     if (exit $ac_status) && test -s out/conftest2.$ac_objext
8335     then
8336       # The compiler can only warn and ignore the option if not recognized
# Line 8354 | Line 8381 | else
8381     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8382     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8383     -e 's:$: $lt_compiler_flag:'`
8384 <   (eval echo "\"\$as_me:8357: $lt_compile\"" >&5)
8384 >   (eval echo "\"\$as_me:8384: $lt_compile\"" >&5)
8385     (eval "$lt_compile" 2>out/conftest.err)
8386     ac_status=$?
8387     cat out/conftest.err >&5
8388 <   echo "$as_me:8361: \$? = $ac_status" >&5
8388 >   echo "$as_me:8388: \$? = $ac_status" >&5
8389     if (exit $ac_status) && test -s out/conftest2.$ac_objext
8390     then
8391       # The compiler can only warn and ignore the option if not recognized
# Line 10091 | Line 10118 | rm -f core conftest.err conftest.$ac_obj
10118    libsuff=
10119    case "$host_cpu" in
10120    x86_64*|s390x*|powerpc64*)
10121 <    echo '#line 10094 "configure"' > conftest.$ac_ext
10121 >    echo '#line 10121 "configure"' > conftest.$ac_ext
10122      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10123    (eval $ac_compile) 2>&5
10124    ac_status=$?
# Line 10744 | Line 10771 | else
10771    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10772    lt_status=$lt_dlunknown
10773    cat > conftest.$ac_ext <<_LT_EOF
10774 < #line 10747 "configure"
10774 > #line 10774 "configure"
10775   #include "confdefs.h"
10776  
10777   #if HAVE_DLFCN_H
# Line 10840 | Line 10867 | else
10867    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10868    lt_status=$lt_dlunknown
10869    cat > conftest.$ac_ext <<_LT_EOF
10870 < #line 10843 "configure"
10870 > #line 10870 "configure"
10871   #include "confdefs.h"
10872  
10873   #if HAVE_DLFCN_H
# Line 11512 | Line 11539 | else
11539    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11540    lt_status=$lt_dlunknown
11541    cat > conftest.$ac_ext <<_LT_EOF
11542 < #line 11515 "configure"
11542 > #line 11542 "configure"
11543   #include "confdefs.h"
11544  
11545   #if HAVE_DLFCN_H
# Line 14266 | Line 14293 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
14293   # values after options handling.
14294   ac_log="
14295   This file was extended by ircd-hybrid $as_me 7.2.4, which was
14296 < generated by GNU Autoconf 2.64.  Invocation command line was
14296 > generated by GNU Autoconf 2.65.  Invocation command line was
14297  
14298    CONFIG_FILES    = $CONFIG_FILES
14299    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 14306 | Line 14333 | Usage: $0 [OPTION]... [TAG]...
14333  
14334    -h, --help       print this help, then exit
14335    -V, --version    print version number and configuration settings, then exit
14336 +      --config     print configuration, then exit
14337    -q, --quiet, --silent
14338                     do not print progress messages
14339    -d, --debug      don't remove temporary files
# Line 14328 | Line 14356 | Report bugs to the package provider."
14356  
14357   _ACEOF
14358   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14359 + ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14360   ac_cs_version="\\
14361   ircd-hybrid config.status 7.2.4
14362 < configured by $0, generated by GNU Autoconf 2.64,
14363 <  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14362 > configured by $0, generated by GNU Autoconf 2.65,
14363 >  with options \\"\$ac_cs_config\\"
14364  
14365   Copyright (C) 2009 Free Software Foundation, Inc.
14366   This config.status script is free software; the Free Software Foundation
# Line 14369 | Line 14398 | do
14398      ac_cs_recheck=: ;;
14399    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14400      $as_echo "$ac_cs_version"; exit ;;
14401 +  --config | --confi | --conf | --con | --co | --c )
14402 +    $as_echo "$ac_cs_config"; exit ;;
14403    --debug | --debu | --deb | --de | --d | -d )
14404      debug=: ;;
14405    --file | --fil | --fi | --f )
# Line 14828 | Line 14859 | s/'"$ac_delim"'$//
14859   t delim
14860   :nl
14861   h
14862 < s/\(.\{148\}\).*/\1/
14862 > s/\(.\{148\}\)..*/\1/
14863   t more1
14864   s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14865   p
# Line 14842 | Line 14873 | s/.\{148\}//
14873   t nl
14874   :delim
14875   h
14876 < s/\(.\{148\}\).*/\1/
14876 > s/\(.\{148\}\)..*/\1/
14877   t more2
14878   s/["\\]/\\&/g; s/^/"/; s/$/"/
14879   p

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines