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

Comparing ircd-hybrid-7.3/configure (file contents):
Revision 1084 by michael, Sat Mar 13 23:24:10 2010 UTC vs.
Revision 1095 by michael, Mon Aug 2 20:14:21 2010 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1068 2010-02-16 23:01:26Z michael .
2 > # From configure.ac Id: configure.ac 1092 2010-03-25 11:10:59Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.65 for ircd-hybrid 7.3-rc1.
4 > # Generated by GNU Autoconf 2.67 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 Foundation,
11 < # Inc.
10 > # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 > # Foundation, Inc.
12   #
13   #
14   # This configure script is free software; the Free Software Foundation
# Line 174 | Line 174 | test x\$exitcode = x0 || exit 1"
174    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176    test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 +
178 +  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
179 +    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
180 +    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181 +    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
182 +    PATH=/empty FPATH=/empty; export PATH FPATH
183 +    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
184 +      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
185   test \$(( 1 + 1 )) = 2 || exit 1"
186    if (eval "$as_required") 2>/dev/null; then :
187    as_have_required=yes
# Line 320 | Line 328 | $as_echo X"$as_dir" |
328        test -d "$as_dir" && break
329      done
330      test -z "$as_dirs" || eval "mkdir $as_dirs"
331 <  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
331 >  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
332  
333  
334   } # as_fn_mkdir_p
# Line 360 | Line 368 | else
368   fi # as_fn_arith
369  
370  
371 < # as_fn_error ERROR [LINENO LOG_FD]
372 < # ---------------------------------
371 > # as_fn_error STATUS ERROR [LINENO LOG_FD]
372 > # ----------------------------------------
373   # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
374   # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
375 < # script with status $?, using 1 if that was 0.
375 > # script with STATUS, using 1 if that was 0.
376   as_fn_error ()
377   {
378 <  as_status=$?; test $as_status -eq 0 && as_status=1
379 <  if test "$3"; then
380 <    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
381 <    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
378 >  as_status=$1; test $as_status -eq 0 && as_status=1
379 >  if test "$4"; then
380 >    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
381 >    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
382    fi
383 <  $as_echo "$as_me: error: $1" >&2
383 >  $as_echo "$as_me: error: $2" >&2
384    as_fn_exit $as_status
385   } # as_fn_error
386  
# Line 529 | Line 537 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P
537   # Sed expression to map a string onto a valid variable name.
538   as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539  
532
540   lt_ltdl_dir='libltdl'
541  
535
536 # Check that we are running under the correct shell.
542   SHELL=${CONFIG_SHELL-/bin/sh}
543  
539 case X$lt_ECHO in
540 X*--fallback-echo)
541  # Remove one level of quotation (which was required for Make).
542  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
543  ;;
544 esac
545
546 ECHO=${lt_ECHO-echo}
547 if test "X$1" = X--no-reexec; then
548  # Discard the --no-reexec flag, and continue.
549  shift
550 elif test "X$1" = X--fallback-echo; then
551  # Avoid inline document here, it may be left over
552  :
553 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
554  # Yippee, $ECHO works!
555  :
556 else
557  # Restart under the correct shell.
558  exec $SHELL "$0" --no-reexec ${1+"$@"}
559 fi
560
561 if test "X$1" = X--fallback-echo; then
562  # used as fallback echo
563  shift
564  cat <<_LT_EOF
565 $*
566 _LT_EOF
567  exit 0
568 fi
569
570 # The HP-UX ksh and POSIX shell print the target directory to stdout
571 # if CDPATH is set.
572 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
573
574 if test -z "$lt_ECHO"; then
575  if test "X${echo_test_string+set}" != Xset; then
576    # find a string as large as possible, as long as the shell can cope with it
577    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
578      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
579      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
580         { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
581      then
582        break
583      fi
584    done
585  fi
586
587  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
588     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
589     test "X$echo_testing_string" = "X$echo_test_string"; then
590    :
591  else
592    # The Solaris, AIX, and Digital Unix default echo programs unquote
593    # backslashes.  This makes it impossible to quote backslashes using
594    #   echo "$something" | sed 's/\\/\\\\/g'
595    #
596    # So, first we look for a working echo in the user's PATH.
597
598    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
599    for dir in $PATH /usr/ucb; do
600      IFS="$lt_save_ifs"
601      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
602         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
603         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
604         test "X$echo_testing_string" = "X$echo_test_string"; then
605        ECHO="$dir/echo"
606        break
607      fi
608    done
609    IFS="$lt_save_ifs"
610
611    if test "X$ECHO" = Xecho; then
612      # We didn't find a better echo, so look for alternatives.
613      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
614         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
615         test "X$echo_testing_string" = "X$echo_test_string"; then
616        # This shell has a builtin print -r that does the trick.
617        ECHO='print -r'
618      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
619           test "X$CONFIG_SHELL" != X/bin/ksh; then
620        # If we have ksh, try running configure again with it.
621        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
622        export ORIGINAL_CONFIG_SHELL
623        CONFIG_SHELL=/bin/ksh
624        export CONFIG_SHELL
625        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
626      else
627        # Try using printf.
628        ECHO='printf %s\n'
629        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
630           echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
631           test "X$echo_testing_string" = "X$echo_test_string"; then
632          # Cool, printf works
633          :
634        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
635             test "X$echo_testing_string" = 'X\t' &&
636             echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
637             test "X$echo_testing_string" = "X$echo_test_string"; then
638          CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
639          export CONFIG_SHELL
640          SHELL="$CONFIG_SHELL"
641          export SHELL
642          ECHO="$CONFIG_SHELL $0 --fallback-echo"
643        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
644             test "X$echo_testing_string" = 'X\t' &&
645             echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
646             test "X$echo_testing_string" = "X$echo_test_string"; then
647          ECHO="$CONFIG_SHELL $0 --fallback-echo"
648        else
649          # maybe with a smaller string...
650          prev=:
651
652          for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
653            if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
654            then
655              break
656            fi
657            prev="$cmd"
658          done
659
660          if test "$prev" != 'sed 50q "$0"'; then
661            echo_test_string=`eval $prev`
662            export echo_test_string
663            exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
664          else
665            # Oops.  We lost completely, so just stick with echo.
666            ECHO=echo
667          fi
668        fi
669      fi
670    fi
671  fi
672 fi
673
674 # Copy echo and quote the copy suitably for passing to libtool from
675 # the Makefile, instead of quoting the original, which is used later.
676 lt_ECHO=$ECHO
677 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
678   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
679 fi
680
681
682
683
684 lt_dlopen_dir="$lt_ltdl_dir"
544  
545   test -n "$DJDIR" || exec 7<&0 </dev/null
546   exec 6>&1
547  
548   # Name of the host.
549 < # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
549 > # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
550   # so uname gets run too.
551   ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
552  
# Line 748 | Line 607 | ac_includes_default="\
607   # include <unistd.h>
608   #endif"
609  
751 enable_option_checking=no
610   ac_func_list=
611   ac_header_list=
612   ac_subst_vars='ltdl_LTLIBOBJS
# Line 770 | Line 628 | ENABLE_PCRE_FALSE
628   ENABLE_PCRE_TRUE
629   LTDLOPEN
630   LT_CONFIG_H
773 subdirs
631   CONVENIENCE_LTDL_FALSE
632   CONVENIENCE_LTDL_TRUE
633   INSTALL_LTDL_FALSE
# Line 793 | Line 650 | OTOOL
650   LIPO
651   NMEDIT
652   DSYMUTIL
796 lt_ECHO
653   RANLIB
654   AR
655   OBJDUMP
# Line 948 | Line 804 | CPPFLAGS
804   YACC
805   YFLAGS
806   CPP'
807 < ac_subdirs_all='libltdl'
807 >
808  
809   # Initialize some variables set by options.
810   ac_init_help=
# Line 1010 | Line 866 | do
866    fi
867  
868    case $ac_option in
869 <  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 <  *)    ac_optarg=yes ;;
869 >  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 >  *=)   ac_optarg= ;;
871 >  *)    ac_optarg=yes ;;
872    esac
873  
874    # Accept the important Cygnus configure options, so we can diagnose typos.
# Line 1056 | Line 913 | do
913      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
914      # Reject names that are not valid shell variable names.
915      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916 <      as_fn_error "invalid feature name: $ac_useropt"
916 >      as_fn_error $? "invalid feature name: $ac_useropt"
917      ac_useropt_orig=$ac_useropt
918      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919      case $ac_user_opts in
# Line 1082 | Line 939 | do
939      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
940      # Reject names that are not valid shell variable names.
941      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
942 <      as_fn_error "invalid feature name: $ac_useropt"
942 >      as_fn_error $? "invalid feature name: $ac_useropt"
943      ac_useropt_orig=$ac_useropt
944      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945      case $ac_user_opts in
# Line 1286 | Line 1143 | do
1143      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1144      # Reject names that are not valid shell variable names.
1145      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1146 <      as_fn_error "invalid package name: $ac_useropt"
1146 >      as_fn_error $? "invalid package name: $ac_useropt"
1147      ac_useropt_orig=$ac_useropt
1148      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149      case $ac_user_opts in
# Line 1302 | Line 1159 | do
1159      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1160      # Reject names that are not valid shell variable names.
1161      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1162 <      as_fn_error "invalid package name: $ac_useropt"
1162 >      as_fn_error $? "invalid package name: $ac_useropt"
1163      ac_useropt_orig=$ac_useropt
1164      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1165      case $ac_user_opts in
# Line 1332 | Line 1189 | do
1189    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1190      x_libraries=$ac_optarg ;;
1191  
1192 <  -*) as_fn_error "unrecognized option: \`$ac_option'
1193 < Try \`$0 --help' for more information."
1192 >  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1193 > Try \`$0 --help' for more information"
1194      ;;
1195  
1196    *=*)
# Line 1341 | Line 1198 | Try \`$0 --help' for more information."
1198      # Reject names that are not valid shell variable names.
1199      case $ac_envvar in #(
1200        '' | [0-9]* | *[!_$as_cr_alnum]* )
1201 <      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1201 >      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1202      esac
1203      eval $ac_envvar=\$ac_optarg
1204      export $ac_envvar ;;
# Line 1359 | Line 1216 | done
1216  
1217   if test -n "$ac_prev"; then
1218    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1219 <  as_fn_error "missing argument to $ac_option"
1219 >  as_fn_error $? "missing argument to $ac_option"
1220   fi
1221  
1222   if test -n "$ac_unrecognized_opts"; then
1223    case $enable_option_checking in
1224      no) ;;
1225 <    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1225 >    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1226      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1227    esac
1228   fi
# Line 1388 | Line 1245 | do
1245      [\\/$]* | ?:[\\/]* )  continue;;
1246      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1247    esac
1248 <  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1248 >  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1249   done
1250  
1251   # There might be people who depend on the old broken behavior: `$host'
# Line 1402 | Line 1259 | target=$target_alias
1259   if test "x$host_alias" != x; then
1260    if test "x$build_alias" = x; then
1261      cross_compiling=maybe
1262 <    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1263 <    If a cross compiler is detected then cross compile mode will be used." >&2
1262 >    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1263 >    If a cross compiler is detected then cross compile mode will be used" >&2
1264    elif test "x$build_alias" != "x$host_alias"; then
1265      cross_compiling=yes
1266    fi
# Line 1418 | Line 1275 | test "$silent" = yes && exec 6>/dev/null
1275   ac_pwd=`pwd` && test -n "$ac_pwd" &&
1276   ac_ls_di=`ls -di .` &&
1277   ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1278 <  as_fn_error "working directory cannot be determined"
1278 >  as_fn_error $? "working directory cannot be determined"
1279   test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1280 <  as_fn_error "pwd does not report name of working directory"
1280 >  as_fn_error $? "pwd does not report name of working directory"
1281  
1282  
1283   # Find the source files, if location was not specified.
# Line 1459 | Line 1316 | else
1316   fi
1317   if test ! -r "$srcdir/$ac_unique_file"; then
1318    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1319 <  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1319 >  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1320   fi
1321   ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1322   ac_abs_confdir=`(
1323 <        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1323 >        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1324          pwd)`
1325   # When building in place, set srcdir=.
1326   if test "$ac_abs_confdir" = "$ac_pwd"; then
# Line 1503 | Line 1360 | Configuration:
1360        --help=short        display options specific to this package
1361        --help=recursive    display the short help of all the included packages
1362    -V, --version           display version information and exit
1363 <  -q, --quiet, --silent   do not print \`checking...' messages
1363 >  -q, --quiet, --silent   do not print \`checking ...' messages
1364        --cache-file=FILE   cache test results in FILE [disabled]
1365    -C, --config-cache      alias for \`--cache-file=config.cache'
1366    -n, --no-create         do not create output files
# Line 1696 | Line 1553 | test -n "$ac_init_help" && exit $ac_stat
1553   if $ac_init_version; then
1554    cat <<\_ACEOF
1555   ircd-hybrid configure 7.3-rc1
1556 < generated by GNU Autoconf 2.65
1556 > generated by GNU Autoconf 2.67
1557  
1558 < Copyright (C) 2009 Free Software Foundation, Inc.
1558 > Copyright (C) 2010 Free Software Foundation, Inc.
1559   This configure script is free software; the Free Software Foundation
1560   gives unlimited permission to copy, distribute and modify it.
1561   _ACEOF
# Line 1802 | Line 1659 | ac_fn_c_check_header_compile ()
1659    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1660    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1661   $as_echo_n "checking for $2... " >&6; }
1662 < if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1662 > if eval "test \"\${$3+set}\"" = set; then :
1663    $as_echo_n "(cached) " >&6
1664   else
1665    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
# Line 1845 | Line 1702 | $as_echo "$ac_try_echo"; } >&5
1702      mv -f conftest.er1 conftest.err
1703    fi
1704    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 <  test $ac_status = 0; } >/dev/null && {
1705 >  test $ac_status = 0; } > conftest.i && {
1706           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1707           test ! -s conftest.err
1708         }; then :
# Line 1911 | Line 1768 | ac_fn_c_check_func ()
1768    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770   $as_echo_n "checking for $2... " >&6; }
1771 < if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 > if eval "test \"\${$3+set}\"" = set; then :
1772    $as_echo_n "(cached) " >&6
1773   else
1774    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
# Line 1970 | Line 1827 | $as_echo "$ac_res" >&6; }
1827  
1828   } # ac_fn_c_check_func
1829  
1830 < # ac_fn_c_check_decl LINENO SYMBOL VAR
1831 < # ------------------------------------
1832 < # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1830 > # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1831 > # ---------------------------------------------
1832 > # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1833 > # accordingly.
1834   ac_fn_c_check_decl ()
1835   {
1836    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
1838 < $as_echo_n "checking whether $2 is declared... " >&6; }
1839 < if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837 >  as_decl_name=`echo $2|sed 's/ *(.*//'`
1838 >  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1839 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1840 > $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1841 > if eval "test \"\${$3+set}\"" = set; then :
1842    $as_echo_n "(cached) " >&6
1843   else
1844    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
# Line 1987 | Line 1847 | $4
1847   int
1848   main ()
1849   {
1850 < #ifndef $2
1851 <  (void) $2;
1850 > #ifndef $as_decl_name
1851 > #ifdef __cplusplus
1852 >  (void) $as_decl_use;
1853 > #else
1854 >  (void) $as_decl_name;
1855 > #endif
1856   #endif
1857  
1858    ;
# Line 2018 | Line 1882 | ac_fn_c_check_type ()
1882    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1883    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1884   $as_echo_n "checking for $2... " >&6; }
1885 < if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1885 > if eval "test \"\${$3+set}\"" = set; then :
1886    $as_echo_n "(cached) " >&6
1887   else
1888    eval "$3=no"
# Line 2072 | Line 1936 | ac_fn_c_check_member ()
1936    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1937    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1938   $as_echo_n "checking for $2.$3... " >&6; }
1939 < if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1939 > if eval "test \"\${$4+set}\"" = set; then :
1940    $as_echo_n "(cached) " >&6
1941   else
1942    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
# Line 2128 | Line 1992 | $as_echo "$ac_res" >&6; }
1992   ac_fn_c_check_header_mongrel ()
1993   {
1994    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1995 <  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1995 >  if eval "test \"\${$3+set}\"" = set; then :
1996    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1997   $as_echo_n "checking for $2... " >&6; }
1998 < if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1998 > if eval "test \"\${$3+set}\"" = set; then :
1999    $as_echo_n "(cached) " >&6
2000   fi
2001   eval ac_res=\$$3
# Line 2167 | Line 2031 | if ac_fn_c_try_cpp "$LINENO"; then :
2031   else
2032    ac_header_preproc=no
2033   fi
2034 < rm -f conftest.err conftest.$ac_ext
2034 > rm -f conftest.err conftest.i conftest.$ac_ext
2035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2036   $as_echo "$ac_header_preproc" >&6; }
2037  
# Line 2190 | Line 2054 | $as_echo "$as_me: WARNING: $2: see the A
2054   $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2055      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2056   $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2057 < ( cat <<\_ASBOX
2194 < ## ----------------------------------- ##
2057 > ( $as_echo "## ----------------------------------- ##
2058   ## Report this to bugs@ircd-hybrid.org ##
2059 < ## ----------------------------------- ##
2197 < _ASBOX
2059 > ## ----------------------------------- ##"
2060       ) | sed "s/^/$as_me: WARNING:     /" >&2
2061      ;;
2062   esac
2063    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2064   $as_echo_n "checking for $2... " >&6; }
2065 < if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2065 > if eval "test \"\${$3+set}\"" = set; then :
2066    $as_echo_n "(cached) " >&6
2067   else
2068    eval "$3=\$ac_header_compiler"
# Line 2217 | Line 2079 | This file contains any messages produced
2079   running configure, to aid debugging if configure makes a mistake.
2080  
2081   It was created by ircd-hybrid $as_me 7.3-rc1, which was
2082 < generated by GNU Autoconf 2.65.  Invocation command line was
2082 > generated by GNU Autoconf 2.67.  Invocation command line was
2083  
2084    $ $0 $@
2085  
# Line 2327 | Line 2189 | trap 'exit_status=$?
2189    {
2190      echo
2191  
2192 <    cat <<\_ASBOX
2331 < ## ---------------- ##
2192 >    $as_echo "## ---------------- ##
2193   ## Cache variables. ##
2194 < ## ---------------- ##
2334 < _ASBOX
2194 > ## ---------------- ##"
2195      echo
2196      # The following way of writing the cache mishandles newlines in values,
2197   (
# Line 2365 | Line 2225 | $as_echo "$as_me: WARNING: cache variabl
2225   )
2226      echo
2227  
2228 <    cat <<\_ASBOX
2369 < ## ----------------- ##
2228 >    $as_echo "## ----------------- ##
2229   ## Output variables. ##
2230 < ## ----------------- ##
2372 < _ASBOX
2230 > ## ----------------- ##"
2231      echo
2232      for ac_var in $ac_subst_vars
2233      do
# Line 2382 | Line 2240 | _ASBOX
2240      echo
2241  
2242      if test -n "$ac_subst_files"; then
2243 <      cat <<\_ASBOX
2386 < ## ------------------- ##
2243 >      $as_echo "## ------------------- ##
2244   ## File substitutions. ##
2245 < ## ------------------- ##
2389 < _ASBOX
2245 > ## ------------------- ##"
2246        echo
2247        for ac_var in $ac_subst_files
2248        do
# Line 2400 | Line 2256 | _ASBOX
2256      fi
2257  
2258      if test -s confdefs.h; then
2259 <      cat <<\_ASBOX
2404 < ## ----------- ##
2259 >      $as_echo "## ----------- ##
2260   ## confdefs.h. ##
2261 < ## ----------- ##
2407 < _ASBOX
2261 > ## ----------- ##"
2262        echo
2263        cat confdefs.h
2264        echo
# Line 2459 | Line 2313 | _ACEOF
2313   ac_site_file1=NONE
2314   ac_site_file2=NONE
2315   if test -n "$CONFIG_SITE"; then
2316 <  ac_site_file1=$CONFIG_SITE
2316 >  # We do not want a PATH search for config.site.
2317 >  case $CONFIG_SITE in #((
2318 >    -*)  ac_site_file1=./$CONFIG_SITE;;
2319 >    */*) ac_site_file1=$CONFIG_SITE;;
2320 >    *)   ac_site_file1=./$CONFIG_SITE;;
2321 >  esac
2322   elif test "x$prefix" != xNONE; then
2323    ac_site_file1=$prefix/share/config.site
2324    ac_site_file2=$prefix/etc/config.site
# Line 2474 | Line 2333 | do
2333      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2334   $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2335      sed 's/^/| /' "$ac_site_file" >&5
2336 <    . "$ac_site_file"
2336 >    . "$ac_site_file" \
2337 >      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2338 > $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2339 > as_fn_error $? "failed to load site script $ac_site_file
2340 > See \`config.log' for more details" "$LINENO" 5; }
2341    fi
2342   done
2343  
# Line 2567 | Line 2430 | if $ac_cache_corrupted; then
2430   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2431    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2432   $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2433 <  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2433 >  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2434   fi
2435   ## -------------------- ##
2436   ## Main body of script. ##
# Line 2584 | Line 2447 | am__api_version='1.11'
2447  
2448   ac_aux_dir=
2449   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2450 <  for ac_t in install-sh install.sh shtool; do
2451 <    if test -f "$ac_dir/$ac_t"; then
2452 <      ac_aux_dir=$ac_dir
2453 <      ac_install_sh="$ac_aux_dir/$ac_t -c"
2454 <      break 2
2455 <    fi
2456 <  done
2450 >  if test -f "$ac_dir/install-sh"; then
2451 >    ac_aux_dir=$ac_dir
2452 >    ac_install_sh="$ac_aux_dir/install-sh -c"
2453 >    break
2454 >  elif test -f "$ac_dir/install.sh"; then
2455 >    ac_aux_dir=$ac_dir
2456 >    ac_install_sh="$ac_aux_dir/install.sh -c"
2457 >    break
2458 >  elif test -f "$ac_dir/shtool"; then
2459 >    ac_aux_dir=$ac_dir
2460 >    ac_install_sh="$ac_aux_dir/shtool install -c"
2461 >    break
2462 >  fi
2463   done
2464   if test -z "$ac_aux_dir"; then
2465 <  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2465 >  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2466   fi
2467  
2468   # These three variables are undocumented and unsupported,
# Line 2709 | Line 2578 | am_lf='
2578   '
2579   case `pwd` in
2580    *[\\\"\#\$\&\'\`$am_lf]*)
2581 <    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2581 >    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2582   esac
2583   case $srcdir in
2584    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2585 <    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2585 >    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2586   esac
2587  
2588   # Do `set' in a subshell so we don't clobber the current shell's
# Line 2735 | Line 2604 | if (
2604        # if, for instance, CONFIG_SHELL is bash and it inherits a
2605        # broken ls alias from the environment.  This has actually
2606        # happened.  Such a system could not be considered "sane".
2607 <      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2607 >      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2608   alias in your environment" "$LINENO" 5
2609     fi
2610  
# Line 2745 | Line 2614 | then
2614     # Ok.
2615     :
2616   else
2617 <   as_fn_error "newly created file is older than distributed files!
2617 >   as_fn_error $? "newly created file is older than distributed files!
2618   Check your system clock" "$LINENO" 5
2619   fi
2620   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
# Line 2983 | Line 2852 | done
2852   $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2853   set x ${MAKE-make}
2854   ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2855 < if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2855 > if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2856    $as_echo_n "(cached) " >&6
2857   else
2858    cat >conftest.make <<\_ACEOF
# Line 2991 | Line 2860 | SHELL = /bin/sh
2860   all:
2861          @echo '@@@%%%=$(MAKE)=@@@%%%'
2862   _ACEOF
2863 < # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2863 > # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2864   case `${MAKE-make} -f conftest.make 2>/dev/null` in
2865    *@@@%%%=?*=@@@%%%*)
2866      eval ac_cv_prog_make_${ac_make}_set=yes;;
# Line 3025 | Line 2894 | if test "`cd $srcdir && pwd`" != "`pwd`"
2894    am__isrc=' -I$(srcdir)'
2895    # test to see if srcdir already configured
2896    if test -f $srcdir/config.status; then
2897 <    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2897 >    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2898    fi
2899   fi
2900  
# Line 3471 | Line 3340 | fi
3340  
3341   test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3342   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3343 < as_fn_error "no acceptable C compiler found in \$PATH
3344 < See \`config.log' for more details." "$LINENO" 5; }
3343 > as_fn_error $? "no acceptable C compiler found in \$PATH
3344 > See \`config.log' for more details" "$LINENO" 5; }
3345  
3346   # Provide some information about the compiler.
3347   $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
# Line 3586 | Line 3455 | sed 's/^/| /' conftest.$ac_ext >&5
3455  
3456   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3457   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3458 < { as_fn_set_status 77
3459 < as_fn_error "C compiler cannot create executables
3591 < See \`config.log' for more details." "$LINENO" 5; }; }
3458 > as_fn_error 77 "C compiler cannot create executables
3459 > See \`config.log' for more details" "$LINENO" 5; }
3460   else
3461    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3462   $as_echo "yes" >&6; }
# Line 3630 | Line 3498 | done
3498   else
3499    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3500   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3501 < as_fn_error "cannot compute suffix of executables: cannot compile and link
3502 < See \`config.log' for more details." "$LINENO" 5; }
3501 > as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3502 > See \`config.log' for more details" "$LINENO" 5; }
3503   fi
3504   rm -f conftest conftest$ac_cv_exeext
3505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
# Line 3688 | Line 3556 | $as_echo "$ac_try_echo"; } >&5
3556      else
3557          { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3558   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3559 < as_fn_error "cannot run C compiled programs.
3559 > as_fn_error $? "cannot run C compiled programs.
3560   If you meant to cross compile, use \`--host'.
3561 < See \`config.log' for more details." "$LINENO" 5; }
3561 > See \`config.log' for more details" "$LINENO" 5; }
3562      fi
3563    fi
3564   fi
# Line 3741 | Line 3609 | sed 's/^/| /' conftest.$ac_ext >&5
3609  
3610   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3611   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3612 < as_fn_error "cannot compute suffix of object files: cannot compile
3613 < See \`config.log' for more details." "$LINENO" 5; }
3612 > as_fn_error $? "cannot compute suffix of object files: cannot compile
3613 > See \`config.log' for more details" "$LINENO" 5; }
3614   fi
3615   rm -f conftest.$ac_cv_objext conftest.$ac_ext
3616   fi
# Line 4267 | Line 4135 | fi
4135  
4136  
4137   if test "$ac_cv_prog_cc_c99" = "no"; then :
4138 <  as_fn_error "no C99 compiler found. Aborting." "$LINENO" 5
4138 >  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4139   fi
4140   for ac_prog in 'bison -y' byacc
4141   do
# Line 4398 | Line 4266 | if test -f lex.yy.c; then
4266   elif test -f lexyy.c; then
4267    ac_cv_prog_lex_root=lexyy
4268   else
4269 <  as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
4269 >  as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
4270   fi
4271   fi
4272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
# Line 4483 | Line 4351 | fi
4351  
4352  
4353  
4486
4354   case `pwd` in
4355    *\ * | *\     *)
4356      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
# Line 4492 | Line 4359 | esac
4359  
4360  
4361  
4362 < macro_version='2.2.6b'
4363 < macro_revision='1.3017'
4362 > macro_version='2.2.10'
4363 > macro_revision='1.3175'
4364  
4365  
4366  
# Line 4511 | Line 4378 | ltmain="$ac_aux_dir/ltmain.sh"
4378  
4379   # Make sure we can run config.sub.
4380   $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4381 <  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4381 >  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4382  
4383   { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4384   $as_echo_n "checking build system type... " >&6; }
# Line 4522 | Line 4389 | else
4389   test "x$ac_build_alias" = x &&
4390    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4391   test "x$ac_build_alias" = x &&
4392 <  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4392 >  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4393   ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4394 <  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4394 >  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4395  
4396   fi
4397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4398   $as_echo "$ac_cv_build" >&6; }
4399   case $ac_cv_build in
4400   *-*-*) ;;
4401 < *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4401 > *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4402   esac
4403   build=$ac_cv_build
4404   ac_save_IFS=$IFS; IFS='-'
# Line 4556 | Line 4423 | else
4423    ac_cv_host=$ac_cv_build
4424   else
4425    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4426 <    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4426 >    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4427   fi
4428  
4429   fi
# Line 4564 | Line 4431 | fi
4431   $as_echo "$ac_cv_host" >&6; }
4432   case $ac_cv_host in
4433   *-*-*) ;;
4434 < *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4434 > *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4435   esac
4436   host=$ac_cv_host
4437   ac_save_IFS=$IFS; IFS='-'
# Line 4580 | Line 4447 | IFS=$ac_save_IFS
4447   case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4448  
4449  
4450 + # Backslashify metacharacters that are still active within
4451 + # double-quoted strings.
4452 + sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4453 +
4454 + # Same as above, but do not quote variable references.
4455 + double_quote_subst='s/\(["`\\]\)/\\\1/g'
4456 +
4457 + # Sed substitution to delay expansion of an escaped shell variable in a
4458 + # double_quote_subst'ed string.
4459 + delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4460 +
4461 + # Sed substitution to delay expansion of an escaped single quote.
4462 + delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4463 +
4464 + # Sed substitution to avoid accidental globbing in evaled expressions
4465 + no_glob_subst='s/\*/\\\*/g'
4466 +
4467 + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4468 + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4469 + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4470 +
4471 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4472 + $as_echo_n "checking how to print strings... " >&6; }
4473 + # Test print first, because it will be a builtin if present.
4474 + if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4475 +   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4476 +  ECHO='print -r --'
4477 + elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4478 +  ECHO='printf %s\n'
4479 + else
4480 +  # Use this function as a fallback that always works.
4481 +  func_fallback_echo ()
4482 +  {
4483 +    eval 'cat <<_LTECHO_EOF
4484 + $1
4485 + _LTECHO_EOF'
4486 +  }
4487 +  ECHO='func_fallback_echo'
4488 + fi
4489 +
4490 + # func_echo_all arg...
4491 + # Invoke $ECHO with all args, space-separated.
4492 + func_echo_all ()
4493 + {
4494 +    $ECHO ""
4495 + }
4496 +
4497 + case "$ECHO" in
4498 +  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4499 + $as_echo "printf" >&6; } ;;
4500 +  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4501 + $as_echo "print -r" >&6; } ;;
4502 +  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4503 + $as_echo "cat" >&6; } ;;
4504 + esac
4505 +
4506 +
4507 +
4508 +
4509 +
4510 +
4511 +
4512 +
4513 +
4514 +
4515 +
4516 +
4517 +
4518 +
4519   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4520   $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4521   if test "${ac_cv_path_SED+set}" = set; then :
# Line 4637 | Line 4573 | esac
4573    done
4574   IFS=$as_save_IFS
4575    if test -z "$ac_cv_path_SED"; then
4576 <    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4576 >    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4577    fi
4578   else
4579    ac_cv_path_SED=$SED
# Line 4713 | Line 4649 | esac
4649    done
4650   IFS=$as_save_IFS
4651    if test -z "$ac_cv_path_GREP"; then
4652 <    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4652 >    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4653    fi
4654   else
4655    ac_cv_path_GREP=$GREP
# Line 4779 | Line 4715 | esac
4715    done
4716   IFS=$as_save_IFS
4717    if test -z "$ac_cv_path_EGREP"; then
4718 <    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4718 >    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4719    fi
4720   else
4721    ac_cv_path_EGREP=$EGREP
# Line 4846 | Line 4782 | esac
4782    done
4783   IFS=$as_save_IFS
4784    if test -z "$ac_cv_path_FGREP"; then
4785 <    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4785 >    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4786    fi
4787   else
4788    ac_cv_path_FGREP=$FGREP
# Line 4962 | Line 4898 | else
4898    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4899   $as_echo "no" >&6; }
4900   fi
4901 < test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4901 > test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4902   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4903   $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4904   if test "${lt_cv_prog_gnu_ld+set}" = set; then :
# Line 5045 | Line 4981 | if test "$lt_cv_path_NM" != "no"; then
4981    NM="$lt_cv_path_NM"
4982   else
4983    # Didn't find any BSD compatible name lister, look for dumpbin.
4984 <  if test -n "$ac_tool_prefix"; then
4985 <  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4984 >  if test -n "$DUMPBIN"; then :
4985 >    # Let the user override the test.
4986 >  else
4987 >    if test -n "$ac_tool_prefix"; then
4988 >  for ac_prog in dumpbin "link -dump"
4989    do
4990      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4991   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
# Line 5090 | Line 5029 | fi
5029   fi
5030   if test -z "$DUMPBIN"; then
5031    ac_ct_DUMPBIN=$DUMPBIN
5032 <  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5032 >  for ac_prog in dumpbin "link -dump"
5033   do
5034    # Extract the first word of "$ac_prog", so it can be a program name with args.
5035   set dummy $ac_prog; ac_word=$2
# Line 5145 | Line 5084 | esac
5084    fi
5085   fi
5086  
5087 +    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5088 +    *COFF*)
5089 +      DUMPBIN="$DUMPBIN -symbols"
5090 +      ;;
5091 +    *)
5092 +      DUMPBIN=:
5093 +      ;;
5094 +    esac
5095 +  fi
5096  
5097    if test "$DUMPBIN" != ":"; then
5098      NM="$DUMPBIN"
# Line 5164 | Line 5112 | if test "${lt_cv_nm_interface+set}" = se
5112   else
5113    lt_cv_nm_interface="BSD nm"
5114    echo "int some_variable = 0;" > conftest.$ac_ext
5115 <  (eval echo "\"\$as_me:5167: $ac_compile\"" >&5)
5115 >  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5116    (eval "$ac_compile" 2>conftest.err)
5117    cat conftest.err >&5
5118 <  (eval echo "\"\$as_me:5170: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5118 >  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5119    (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5120    cat conftest.err >&5
5121 <  (eval echo "\"\$as_me:5173: output\"" >&5)
5121 >  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5122    cat conftest.out >&5
5123    if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5124      lt_cv_nm_interface="MS dumpbin"
# Line 5227 | Line 5175 | else
5175      lt_cv_sys_max_cmd_len=8192;
5176      ;;
5177  
5178 +  mint*)
5179 +    # On MiNT this can take a long time and run out of memory.
5180 +    lt_cv_sys_max_cmd_len=8192;
5181 +    ;;
5182 +
5183    amigaos*)
5184      # On AmigaOS with pdksh, this test takes hours, literally.
5185      # So we just punt and use a minimum line length of 8192.
# Line 5291 | Line 5244 | else
5244        # If test is not a shell built-in, we'll probably end up computing a
5245        # maximum length that is only half of the actual maximum length, but
5246        # we can't tell.
5247 <      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5248 <                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5247 >      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5248 >                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5249                test $i != 17 # 1/2 MB should be enough
5250        do
5251          i=`expr $i + 1`
# Line 5563 | Line 5516 | mingw* | pw32*)
5516    # Base MSYS/MinGW do not provide the 'file' command needed by
5517    # func_win32_libid shell function, so use a weaker test based on 'objdump',
5518    # unless we find 'file', for example because we are cross-compiling.
5519 <  if ( file / ) >/dev/null 2>&1; then
5519 >  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5520 >  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5521      lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5522      lt_cv_file_magic_cmd='func_win32_libid'
5523    else
5524 <    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5524 >    # Keep this pattern in sync with the one in func_win32_libid.
5525 >    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5526      lt_cv_file_magic_cmd='$OBJDUMP -f'
5527    fi
5528    ;;
5529  
5530 < cegcc)
5530 > cegcc*)
5531    # use the weaker test based on 'objdump'. See mingw*.
5532    lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5533    lt_cv_file_magic_cmd='$OBJDUMP -f'
# Line 5602 | Line 5557 | gnu*)
5557    lt_cv_deplibs_check_method=pass_all
5558    ;;
5559  
5560 + haiku*)
5561 +  lt_cv_deplibs_check_method=pass_all
5562 +  ;;
5563 +
5564   hpux10.20* | hpux11*)
5565    lt_cv_file_magic_cmd=/usr/bin/file
5566    case $host_cpu in
# Line 5610 | Line 5569 | hpux10.20* | hpux11*)
5569      lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5570      ;;
5571    hppa*64*)
5572 <    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5572 >    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5573      lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5574      ;;
5575    *)
5576 <    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5576 >    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5577      lt_cv_file_magic_test_file=/usr/lib/libc.sl
5578      ;;
5579    esac
# Line 5636 | Line 5595 | irix5* | irix6* | nonstopux*)
5595    ;;
5596  
5597   # This must be Linux ELF.
5598 < linux* | k*bsd*-gnu)
5598 > linux* | k*bsd*-gnu | kopensolaris*-gnu)
5599    lt_cv_deplibs_check_method=pass_all
5600    ;;
5601  
# Line 6052 | Line 6011 | if test -n "$RANLIB"; then
6011    old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6012   fi
6013  
6014 + case $host_os in
6015 +  darwin*)
6016 +    lock_old_archive_extraction=yes ;;
6017 +  *)
6018 +    lock_old_archive_extraction=no ;;
6019 + esac
6020 +
6021 +
6022 +
6023 +
6024 +
6025 +
6026  
6027  
6028  
# Line 6221 | Line 6192 | _LT_EOF
6192    test $ac_status = 0; }; then
6193      # Now try to grab the symbols.
6194      nlist=conftest.nm
6195 <    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6196 <  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6195 >    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6196 >  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6197    ac_status=$?
6198    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6199    test $ac_status = 0; } && test -s "$nlist"; then
# Line 6375 | Line 6346 | ia64-*-hpux*)
6346    ;;
6347   *-*-irix6*)
6348    # Find out which ABI we are using.
6349 <  echo '#line 6378 "configure"' > conftest.$ac_ext
6349 >  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6350    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6351    (eval $ac_compile) 2>&5
6352    ac_status=$?
# Line 7087 | Line 7058 | rm -f core conftest.err conftest.$ac_obj
7058   fi
7059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7060   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7061 +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7062 + $as_echo_n "checking for -force_load linker flag... " >&6; }
7063 + if test "${lt_cv_ld_force_load+set}" = set; then :
7064 +  $as_echo_n "(cached) " >&6
7065 + else
7066 +  lt_cv_ld_force_load=no
7067 +      cat > conftest.c << _LT_EOF
7068 + int forced_loaded() { return 2;}
7069 + _LT_EOF
7070 +      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7071 +      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7072 +      echo "$AR cru libconftest.a conftest.o" >&5
7073 +      $AR cru libconftest.a conftest.o 2>&5
7074 +      echo "$RANLIB libconftest.a" >&5
7075 +      $RANLIB libconftest.a 2>&5
7076 +      cat > conftest.c << _LT_EOF
7077 + int main() { return 0;}
7078 + _LT_EOF
7079 +      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7080 +      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7081 +      _lt_result=$?
7082 +      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7083 +        lt_cv_ld_force_load=yes
7084 +      else
7085 +        cat conftest.err >&5
7086 +      fi
7087 +        rm -f conftest.err libconftest.a conftest conftest.c
7088 +        rm -rf conftest.dSYM
7089 +
7090 + fi
7091 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7092 + $as_echo "$lt_cv_ld_force_load" >&6; }
7093      case $host_os in
7094      rhapsody* | darwin1.[012])
7095        _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
# Line 7114 | Line 7117 | $as_echo "$lt_cv_ld_exported_symbols_lis
7117      else
7118        _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7119      fi
7120 <    if test "$DSYMUTIL" != ":"; then
7120 >    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7121        _lt_dsymutil='~$DSYMUTIL $lib || :'
7122      else
7123        _lt_dsymutil=
# Line 7164 | Line 7167 | else
7167    # Broken: fails on valid input.
7168   continue
7169   fi
7170 < rm -f conftest.err conftest.$ac_ext
7170 > rm -f conftest.err conftest.i conftest.$ac_ext
7171  
7172    # OK, works on sane cases.  Now check whether nonexistent headers
7173    # can be detected and how.
# Line 7180 | Line 7183 | else
7183   ac_preproc_ok=:
7184   break
7185   fi
7186 < rm -f conftest.err conftest.$ac_ext
7186 > rm -f conftest.err conftest.i conftest.$ac_ext
7187  
7188   done
7189   # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7190 < rm -f conftest.err conftest.$ac_ext
7190 > rm -f conftest.i conftest.err conftest.$ac_ext
7191   if $ac_preproc_ok; then :
7192    break
7193   fi
# Line 7223 | Line 7226 | else
7226    # Broken: fails on valid input.
7227   continue
7228   fi
7229 < rm -f conftest.err conftest.$ac_ext
7229 > rm -f conftest.err conftest.i conftest.$ac_ext
7230  
7231    # OK, works on sane cases.  Now check whether nonexistent headers
7232    # can be detected and how.
# Line 7239 | Line 7242 | else
7242   ac_preproc_ok=:
7243   break
7244   fi
7245 < rm -f conftest.err conftest.$ac_ext
7245 > rm -f conftest.err conftest.i conftest.$ac_ext
7246  
7247   done
7248   # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7249 < rm -f conftest.err conftest.$ac_ext
7249 > rm -f conftest.i conftest.err conftest.$ac_ext
7250   if $ac_preproc_ok; then :
7251  
7252   else
7253    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7254   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7255 < as_fn_error "C preprocessor \"$CPP\" fails sanity check
7256 < See \`config.log' for more details." "$LINENO" 5; }
7255 > as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7256 > See \`config.log' for more details" "$LINENO" 5; }
7257   fi
7258  
7259   ac_ext=c
# Line 7379 | Line 7382 | do :
7382    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7383   ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7384   "
7385 < eval as_val=\$$as_ac_Header
7383 <   if test "x$as_val" = x""yes; then :
7385 > if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7386    cat >>confdefs.h <<_ACEOF
7387   #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7388   _ACEOF
# Line 7405 | Line 7407 | done
7407  
7408  
7409  
7410 +
7411 +
7412   # Set options
7413   enable_dlopen=yes
7414   # Check whether --enable-static was given.
# Line 7555 | Line 7559 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
7559  
7560  
7561  
7562 +
7563   test -z "$LN_S" && LN_S="ln -s"
7564  
7565  
# Line 7604 | Line 7609 | _ACEOF
7609  
7610  
7611  
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7612   case $host_os in
7613   aix3*)
7614    # AIX sometimes has problems with the GCC collect2 program.  For some
# Line 7629 | Line 7621 | aix3*)
7621    ;;
7622   esac
7623  
7632 # Sed substitution that helps us do robust quoting.  It backslashifies
7633 # metacharacters that are still active within double-quoted strings.
7634 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7635
7636 # Same as above, but do not quote variable references.
7637 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7638
7639 # Sed substitution to delay expansion of an escaped shell variable in a
7640 # double_quote_subst'ed string.
7641 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7642
7643 # Sed substitution to delay expansion of an escaped single quote.
7644 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7645
7646 # Sed substitution to avoid accidental globbing in evaled expressions
7647 no_glob_subst='s/\*/\\\*/g'
7648
7624   # Global variables:
7625   ofile=libtool
7626   can_build_shared=yes
# Line 7674 | Line 7649 | for cc_temp in $compiler""; do
7649      *) break;;
7650    esac
7651   done
7652 < cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7652 > cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7653  
7654  
7655   # Only perform the check for file, if the check method requires it
# Line 7879 | Line 7854 | if test -n "$compiler"; then
7854   lt_prog_compiler_no_builtin_flag=
7855  
7856   if test "$GCC" = yes; then
7857 <  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7857 >  case $cc_basename in
7858 >  nvcc*)
7859 >    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7860 >  *)
7861 >    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7862 >  esac
7863  
7864    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7865   $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
# Line 7899 | Line 7879 | else
7879     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7880     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7881     -e 's:$: $lt_compiler_flag:'`
7882 <   (eval echo "\"\$as_me:7902: $lt_compile\"" >&5)
7882 >   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7883     (eval "$lt_compile" 2>conftest.err)
7884     ac_status=$?
7885     cat conftest.err >&5
7886 <   echo "$as_me:7906: \$? = $ac_status" >&5
7886 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887     if (exit $ac_status) && test -s "$ac_outfile"; then
7888       # The compiler can only warn and ignore the option if not recognized
7889       # So say no if there are warnings other than the usual output.
7890 <     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7890 >     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7891       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7892       if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7893         lt_cv_prog_compiler_rtti_exceptions=yes
# Line 7985 | Line 7965 | $as_echo_n "checking for $compiler optio
7965        lt_prog_compiler_pic='-fno-common'
7966        ;;
7967  
7968 +    haiku*)
7969 +      # PIC is the default for Haiku.
7970 +      # The "-static" flag exists, but is broken.
7971 +      lt_prog_compiler_static=
7972 +      ;;
7973 +
7974      hpux*)
7975        # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7976        # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
# Line 8027 | Line 8013 | $as_echo_n "checking for $compiler optio
8013        lt_prog_compiler_pic='-fPIC'
8014        ;;
8015      esac
8016 +
8017 +    case $cc_basename in
8018 +    nvcc*) # Cuda Compiler Driver 2.2
8019 +      lt_prog_compiler_wl='-Xlinker '
8020 +      lt_prog_compiler_pic='-Xcompiler -fPIC'
8021 +      ;;
8022 +    esac
8023    else
8024      # PORTME Check for flag to pass linker flags through the system compiler.
8025      case $host_os in
# Line 8068 | Line 8061 | $as_echo_n "checking for $compiler optio
8061        lt_prog_compiler_static='-non_shared'
8062        ;;
8063  
8064 <    linux* | k*bsd*-gnu)
8064 >    linux* | k*bsd*-gnu | kopensolaris*-gnu)
8065        case $cc_basename in
8066        # old Intel for x86_64 which still supported -KPIC.
8067        ecc*)
# Line 8089 | Line 8082 | $as_echo_n "checking for $compiler optio
8082          lt_prog_compiler_pic='--shared'
8083          lt_prog_compiler_static='--static'
8084          ;;
8085 <      pgcc* | pgf77* | pgf90* | pgf95*)
8085 >      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8086          # Portland Group compilers (*not* the Pentium gcc compiler,
8087          # which looks to be a dead project)
8088          lt_prog_compiler_wl='-Wl,'
# Line 8101 | Line 8094 | $as_echo_n "checking for $compiler optio
8094          # All Alpha code is PIC.
8095          lt_prog_compiler_static='-non_shared'
8096          ;;
8097 <      xl*)
8098 <        # IBM XL C 8.0/Fortran 10.1 on PPC
8097 >      xl* | bgxl* | bgf* | mpixl*)
8098 >        # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8099          lt_prog_compiler_wl='-Wl,'
8100          lt_prog_compiler_pic='-qpic'
8101          lt_prog_compiler_static='-qstaticlink'
8102          ;;
8103        *)
8104          case `$CC -V 2>&1 | sed 5q` in
8105 <        *Sun\ C*)
8106 <          # Sun C 5.9
8105 >        *Sun\ F* | *Sun*Fortran*)
8106 >          # Sun Fortran 8.3 passes all unrecognized flags to the linker
8107            lt_prog_compiler_pic='-KPIC'
8108            lt_prog_compiler_static='-Bstatic'
8109 <          lt_prog_compiler_wl='-Wl,'
8109 >          lt_prog_compiler_wl=''
8110            ;;
8111 <        *Sun\ F*)
8112 <          # Sun Fortran 8.3 passes all unrecognized flags to the linker
8111 >        *Sun\ C*)
8112 >          # Sun C 5.9
8113            lt_prog_compiler_pic='-KPIC'
8114            lt_prog_compiler_static='-Bstatic'
8115 <          lt_prog_compiler_wl=''
8115 >          lt_prog_compiler_wl='-Wl,'
8116            ;;
8117          esac
8118          ;;
# Line 8151 | Line 8144 | $as_echo_n "checking for $compiler optio
8144        lt_prog_compiler_pic='-KPIC'
8145        lt_prog_compiler_static='-Bstatic'
8146        case $cc_basename in
8147 <      f77* | f90* | f95*)
8147 >      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8148          lt_prog_compiler_wl='-Qoption ld ';;
8149        *)
8150          lt_prog_compiler_wl='-Wl,';;
# Line 8238 | Line 8231 | else
8231     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8232     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8233     -e 's:$: $lt_compiler_flag:'`
8234 <   (eval echo "\"\$as_me:8241: $lt_compile\"" >&5)
8234 >   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8235     (eval "$lt_compile" 2>conftest.err)
8236     ac_status=$?
8237     cat conftest.err >&5
8238 <   echo "$as_me:8245: \$? = $ac_status" >&5
8238 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239     if (exit $ac_status) && test -s "$ac_outfile"; then
8240       # The compiler can only warn and ignore the option if not recognized
8241       # So say no if there are warnings other than the usual output.
8242 <     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8242 >     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8243       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8244       if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8245         lt_cv_prog_compiler_pic_works=yes
# Line 8294 | Line 8287 | else
8287       if test -s conftest.err; then
8288         # Append any errors to the config.log.
8289         cat conftest.err 1>&5
8290 <       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8290 >       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8291         $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8292         if diff conftest.exp conftest.er2 >/dev/null; then
8293           lt_cv_prog_compiler_static_works=yes
# Line 8343 | Line 8336 | else
8336     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8337     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8338     -e 's:$: $lt_compiler_flag:'`
8339 <   (eval echo "\"\$as_me:8346: $lt_compile\"" >&5)
8339 >   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8340     (eval "$lt_compile" 2>out/conftest.err)
8341     ac_status=$?
8342     cat out/conftest.err >&5
8343 <   echo "$as_me:8350: \$? = $ac_status" >&5
8343 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8344     if (exit $ac_status) && test -s out/conftest2.$ac_objext
8345     then
8346       # The compiler can only warn and ignore the option if not recognized
8347       # So say no if there are warnings
8348 <     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8348 >     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8349       $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8350       if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8351         lt_cv_prog_compiler_c_o=yes
# Line 8398 | Line 8391 | else
8391     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8392     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8393     -e 's:$: $lt_compiler_flag:'`
8394 <   (eval echo "\"\$as_me:8401: $lt_compile\"" >&5)
8394 >   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8395     (eval "$lt_compile" 2>out/conftest.err)
8396     ac_status=$?
8397     cat out/conftest.err >&5
8398 <   echo "$as_me:8405: \$? = $ac_status" >&5
8398 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8399     if (exit $ac_status) && test -s out/conftest2.$ac_objext
8400     then
8401       # The compiler can only warn and ignore the option if not recognized
8402       # So say no if there are warnings
8403 <     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8403 >     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8404       $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8405       if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8406         lt_cv_prog_compiler_c_o=yes
# Line 8520 | Line 8513 | $as_echo_n "checking whether the $compil
8513    esac
8514  
8515    ld_shlibs=yes
8516 +
8517 +  # On some targets, GNU ld is compatible enough with the native linker
8518 +  # that we're better off using the native interface for both.
8519 +  lt_use_gnu_ld_interface=no
8520    if test "$with_gnu_ld" = yes; then
8521 +    case $host_os in
8522 +      aix*)
8523 +        # The AIX port of GNU ld has always aspired to compatibility
8524 +        # with the native linker.  However, as the warning in the GNU ld
8525 +        # block says, versions before 2.19.5* couldn't really create working
8526 +        # shared libraries, regardless of the interface used.
8527 +        case `$LD -v 2>&1` in
8528 +          *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8529 +          *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8530 +          *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8531 +          *)
8532 +            lt_use_gnu_ld_interface=yes
8533 +            ;;
8534 +        esac
8535 +        ;;
8536 +      *)
8537 +        lt_use_gnu_ld_interface=yes
8538 +        ;;
8539 +    esac
8540 +  fi
8541 +
8542 +  if test "$lt_use_gnu_ld_interface" = yes; then
8543      # If archive_cmds runs LD, not CC, wlarc should be empty
8544      wlarc='${wl}'
8545  
# Line 8538 | Line 8557 | $as_echo_n "checking whether the $compil
8557      fi
8558      supports_anon_versioning=no
8559      case `$LD -v 2>&1` in
8560 +      *GNU\ gold*) supports_anon_versioning=yes ;;
8561        *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8562        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8563        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
# Line 8553 | Line 8573 | $as_echo_n "checking whether the $compil
8573          ld_shlibs=no
8574          cat <<_LT_EOF 1>&2
8575  
8576 < *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8576 > *** Warning: the GNU linker, at least up to release 2.19, is reported
8577   *** to be unable to reliably create shared libraries on AIX.
8578   *** Therefore, libtool is disabling shared libraries support.  If you
8579 < *** really care for shared libraries, you may want to modify your PATH
8580 < *** so that a non-GNU linker is found, and then restart.
8579 > *** really care for shared libraries, you may want to install binutils
8580 > *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8581 > *** You will then need to restart the configuration process.
8582  
8583   _LT_EOF
8584        fi
# Line 8593 | Line 8614 | _LT_EOF
8614        # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8615        # as there is no search path for DLLs.
8616        hardcode_libdir_flag_spec='-L$libdir'
8617 +      export_dynamic_flag_spec='${wl}--export-all-symbols'
8618        allow_undefined_flag=unsupported
8619        always_export_symbols=no
8620        enable_shared_with_static_runtimes=yes
# Line 8614 | Line 8636 | _LT_EOF
8636        fi
8637        ;;
8638  
8639 +    haiku*)
8640 +      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8641 +      link_all_deplibs=yes
8642 +      ;;
8643 +
8644      interix[3-9]*)
8645        hardcode_direct=no
8646        hardcode_shlibpath_var=no
# Line 8629 | Line 8656 | _LT_EOF
8656        archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8657        ;;
8658  
8659 <    gnu* | linux* | tpf* | k*bsd*-gnu)
8659 >    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8660        tmp_diet=no
8661        if test "$host_os" = linux-dietlibc; then
8662          case $cc_basename in
# Line 8643 | Line 8670 | _LT_EOF
8670          tmp_sharedflag='-shared'
8671          case $cc_basename,$host_cpu in
8672          pgcc*)                          # Portland Group C compiler
8673 <          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8673 >          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8674            tmp_addflag=' $pic_flag'
8675            ;;
8676 <        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8677 <          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8676 >        pgf77* | pgf90* | pgf95* | pgfortran*)
8677 >                                        # Portland Group f77 and f90 compilers
8678 >          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8679            tmp_addflag=' $pic_flag -Mnomain' ;;
8680          ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8681            tmp_addflag=' -i_dynamic' ;;
# Line 8658 | Line 8686 | _LT_EOF
8686          lf95*)                          # Lahey Fortran 8.1
8687            whole_archive_flag_spec=
8688            tmp_sharedflag='--shared' ;;
8689 <        xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8689 >        xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8690            tmp_sharedflag='-qmkshrobj'
8691            tmp_addflag= ;;
8692 +        nvcc*)  # Cuda Compiler Driver 2.2
8693 +          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8694 +          compiler_needs_object=yes
8695 +          ;;
8696          esac
8697          case `$CC -V 2>&1 | sed 5q` in
8698          *Sun\ C*)                       # Sun C 5.9
8699 <          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8699 >          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8700            compiler_needs_object=yes
8701            tmp_sharedflag='-G' ;;
8702          *Sun\ F*)                       # Sun Fortran 8.3
# Line 8680 | Line 8712 | _LT_EOF
8712          fi
8713  
8714          case $cc_basename in
8715 <        xlf*)
8715 >        xlf* | bgf* | bgxlf* | mpixlf*)
8716            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8717            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8718            hardcode_libdir_flag_spec=
8719            hardcode_libdir_flag_spec_ld='-rpath $libdir'
8720 <          archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8720 >          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8721            if test "x$supports_anon_versioning" = xyes; then
8722              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8723                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8724                echo "local: *; };" >> $output_objdir/$libname.ver~
8725 <              $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8725 >              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8726            fi
8727            ;;
8728          esac
# Line 8811 | Line 8843 | _LT_EOF
8843        else
8844          # If we're using GNU nm, then we don't want the "-C" option.
8845          # -C means demangle to AIX nm, but means don't demangle with GNU nm
8846 +        # Also, AIX nm treats weak defined symbols like other global
8847 +        # defined symbols, whereas GNU nm marks them as "W".
8848          if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8849 <          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8849 >          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8850          else
8851            export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8852          fi
# Line 8930 | Line 8964 | rm -f core conftest.err conftest.$ac_obj
8964   if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8965  
8966          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8967 <        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8967 >        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8968        else
8969          if test "$host_cpu" = ia64; then
8970            hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
# Line 8974 | Line 9008 | if test -z "$aix_libpath"; then aix_libp
9008            # -berok will link without error, but may produce a broken library.
9009            no_undefined_flag=' ${wl}-bernotok'
9010            allow_undefined_flag=' ${wl}-berok'
9011 <          # Exported symbols can be pulled into shared objects from archives
9012 <          whole_archive_flag_spec='$convenience'
9011 >          if test "$with_gnu_ld" = yes; then
9012 >            # We only use this code for GNU lds that support --whole-archive.
9013 >            whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9014 >          else
9015 >            # Exported symbols can be pulled into shared objects from archives
9016 >            whole_archive_flag_spec='$convenience'
9017 >          fi
9018            archive_cmds_need_lc=yes
9019            # This is similar to how AIX traditionally builds its shared libraries.
9020            archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
# Line 9014 | Line 9053 | if test -z "$aix_libpath"; then aix_libp
9053        # Tell ltmain to make .dll files, not .so files.
9054        shrext_cmds=".dll"
9055        # FIXME: Setting linknames here is a bad hack.
9056 <      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9056 >      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9057        # The linker will automatically build a .lib file if we build a DLL.
9058        old_archive_from_new_cmds='true'
9059        # FIXME: Should let the user specify the lib program.
# Line 9030 | Line 9069 | if test -z "$aix_libpath"; then aix_libp
9069    hardcode_direct=no
9070    hardcode_automatic=yes
9071    hardcode_shlibpath_var=unsupported
9072 <  whole_archive_flag_spec=''
9072 >  if test "$lt_cv_ld_force_load" = "yes"; then
9073 >    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9074 >  else
9075 >    whole_archive_flag_spec=''
9076 >  fi
9077    link_all_deplibs=yes
9078    allow_undefined_flag="$_lt_dar_allow_undefined"
9079    case $cc_basename in
# Line 9038 | Line 9081 | if test -z "$aix_libpath"; then aix_libp
9081       *) _lt_dar_can_shared=$GCC ;;
9082    esac
9083    if test "$_lt_dar_can_shared" = "yes"; then
9084 <    output_verbose_link_cmd=echo
9084 >    output_verbose_link_cmd=func_echo_all
9085      archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9086      module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9087      archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
# Line 9104 | Line 9147 | if test -z "$aix_libpath"; then aix_libp
9147        ;;
9148  
9149      hpux10*)
9150 <      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9150 >      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9151          archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9152        else
9153          archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
# Line 9123 | Line 9166 | if test -z "$aix_libpath"; then aix_libp
9166        ;;
9167  
9168      hpux11*)
9169 <      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9169 >      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9170          case $host_cpu in
9171          hppa*64*)
9172            archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
# Line 9144 | Line 9187 | if test -z "$aix_libpath"; then aix_libp
9187            archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9188            ;;
9189          *)
9190 <          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9190 >
9191 >          # Older versions of the 11.00 compiler do not understand -b yet
9192 >          # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9193 >          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9194 > $as_echo_n "checking if $CC understands -b... " >&6; }
9195 > if test "${lt_cv_prog_compiler__b+set}" = set; then :
9196 >  $as_echo_n "(cached) " >&6
9197 > else
9198 >  lt_cv_prog_compiler__b=no
9199 >   save_LDFLAGS="$LDFLAGS"
9200 >   LDFLAGS="$LDFLAGS -b"
9201 >   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9202 >   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9203 >     # The linker can only warn and ignore the option if not recognized
9204 >     # So say no if there are warnings
9205 >     if test -s conftest.err; then
9206 >       # Append any errors to the config.log.
9207 >       cat conftest.err 1>&5
9208 >       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9209 >       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9210 >       if diff conftest.exp conftest.er2 >/dev/null; then
9211 >         lt_cv_prog_compiler__b=yes
9212 >       fi
9213 >     else
9214 >       lt_cv_prog_compiler__b=yes
9215 >     fi
9216 >   fi
9217 >   $RM -r conftest*
9218 >   LDFLAGS="$save_LDFLAGS"
9219 >
9220 > fi
9221 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9222 > $as_echo "$lt_cv_prog_compiler__b" >&6; }
9223 >
9224 > if test x"$lt_cv_prog_compiler__b" = xyes; then
9225 >    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9226 > else
9227 >    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9228 > fi
9229 >
9230            ;;
9231          esac
9232        fi
# Line 9172 | Line 9254 | if test -z "$aix_libpath"; then aix_libp
9254  
9255      irix5* | irix6* | nonstopux*)
9256        if test "$GCC" = yes; then
9257 <        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9257 >        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9258          # Try to use the -exported_symbol ld option, if it does not
9259          # work, assume that -exports_file does not work either and
9260          # implicitly export all symbols.
# Line 9183 | Line 9265 | if test -z "$aix_libpath"; then aix_libp
9265   int foo(void) {}
9266   _ACEOF
9267   if ac_fn_c_try_link "$LINENO"; then :
9268 <  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9268 >  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9269  
9270   fi
9271   rm -f core conftest.err conftest.$ac_objext \
9272      conftest$ac_exeext conftest.$ac_ext
9273          LDFLAGS="$save_LDFLAGS"
9274        else
9275 <        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9276 <        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9275 >        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9276 >        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9277        fi
9278        archive_cmds_need_lc='no'
9279        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# Line 9253 | Line 9335 | rm -f core conftest.err conftest.$ac_obj
9335        hardcode_libdir_flag_spec='-L$libdir'
9336        hardcode_minus_L=yes
9337        allow_undefined_flag=unsupported
9338 <      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9338 >      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9339        old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9340        ;;
9341  
9342      osf3*)
9343        if test "$GCC" = yes; then
9344          allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9345 <        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9345 >        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9346        else
9347          allow_undefined_flag=' -expect_unresolved \*'
9348 <        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9348 >        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9349        fi
9350        archive_cmds_need_lc='no'
9351        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# Line 9273 | Line 9355 | rm -f core conftest.err conftest.$ac_obj
9355      osf4* | osf5*)      # as osf3* with the addition of -msym flag
9356        if test "$GCC" = yes; then
9357          allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9358 <        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9358 >        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9359          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9360        else
9361          allow_undefined_flag=' -expect_unresolved \*'
9362 <        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9362 >        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9363          archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9364 <        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9364 >        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9365  
9366          # Both c and cxx compiler support -rpath directly
9367          hardcode_libdir_flag_spec='-rpath $libdir'
# Line 9482 | Line 9564 | x|xyes)
9564        # to ld, don't add -lc before -lgcc.
9565        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9566   $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9567 <      $RM conftest*
9568 <      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9567 > if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9568 >  $as_echo_n "(cached) " >&6
9569 > else
9570 >  $RM conftest*
9571 >        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9572  
9573 <      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9573 >        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9574    (eval $ac_compile) 2>&5
9575    ac_status=$?
9576    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9577    test $ac_status = 0; } 2>conftest.err; then
9578 <        soname=conftest
9579 <        lib=conftest
9580 <        libobjs=conftest.$ac_objext
9581 <        deplibs=
9582 <        wl=$lt_prog_compiler_wl
9583 <        pic_flag=$lt_prog_compiler_pic
9584 <        compiler_flags=-v
9585 <        linker_flags=-v
9586 <        verstring=
9587 <        output_objdir=.
9588 <        libname=conftest
9589 <        lt_save_allow_undefined_flag=$allow_undefined_flag
9590 <        allow_undefined_flag=
9591 <        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9578 >          soname=conftest
9579 >          lib=conftest
9580 >          libobjs=conftest.$ac_objext
9581 >          deplibs=
9582 >          wl=$lt_prog_compiler_wl
9583 >          pic_flag=$lt_prog_compiler_pic
9584 >          compiler_flags=-v
9585 >          linker_flags=-v
9586 >          verstring=
9587 >          output_objdir=.
9588 >          libname=conftest
9589 >          lt_save_allow_undefined_flag=$allow_undefined_flag
9590 >          allow_undefined_flag=
9591 >          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9592    (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9593    ac_status=$?
9594    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9595    test $ac_status = 0; }
9596 <        then
9597 <          archive_cmds_need_lc=no
9598 <        else
9599 <          archive_cmds_need_lc=yes
9600 <        fi
9601 <        allow_undefined_flag=$lt_save_allow_undefined_flag
9602 <      else
9603 <        cat conftest.err 1>&5
9604 <      fi
9605 <      $RM conftest*
9606 <      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9607 < $as_echo "$archive_cmds_need_lc" >&6; }
9596 >          then
9597 >            lt_cv_archive_cmds_need_lc=no
9598 >          else
9599 >            lt_cv_archive_cmds_need_lc=yes
9600 >          fi
9601 >          allow_undefined_flag=$lt_save_allow_undefined_flag
9602 >        else
9603 >          cat conftest.err 1>&5
9604 >        fi
9605 >        $RM conftest*
9606 >
9607 > fi
9608 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9609 > $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9610 >      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9611        ;;
9612      esac
9613    fi
# Line 9690 | Line 9778 | if test "$GCC" = yes; then
9778      darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9779      *) lt_awk_arg="/^libraries:/" ;;
9780    esac
9781 <  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9782 <  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9781 >  case $host_os in
9782 >    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9783 >    *) lt_sed_strip_eq="s,=/,/,g" ;;
9784 >  esac
9785 >  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9786 >  case $lt_search_path_spec in
9787 >  *\;*)
9788      # if the path contains ";" then we assume it to be the separator
9789      # otherwise default to the standard path separator (i.e. ":") - it is
9790      # assumed that no part of a normal pathname contains ";" but that should
9791      # okay in the real world where ";" in dirpaths is itself problematic.
9792 <    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9793 <  else
9794 <    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9795 <  fi
9792 >    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9793 >    ;;
9794 >  *)
9795 >    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9796 >    ;;
9797 >  esac
9798    # Ok, now we have the path, separated by spaces, we can step through it
9799    # and add multilib dir if necessary.
9800    lt_tmp_lt_search_path_spec=
# Line 9712 | Line 9807 | if test "$GCC" = yes; then
9807          lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9808      fi
9809    done
9810 <  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9810 >  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9811   BEGIN {RS=" "; FS="/|\n";} {
9812    lt_foo="";
9813    lt_count=0;
# Line 9732 | Line 9827 | BEGIN {RS=" "; FS="/|\n";} {
9827    if (lt_foo != "") { lt_freq[lt_foo]++; }
9828    if (lt_freq[lt_foo] == 1) { print lt_foo; }
9829   }'`
9830 <  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9830 >  # AWK program above erroneously prepends '/' to C:/dos/paths
9831 >  # for these hosts.
9832 >  case $host_os in
9833 >    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9834 >      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9835 >  esac
9836 >  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9837   else
9838    sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9839   fi
# Line 9820 | Line 9921 | amigaos*)
9921    m68k)
9922      library_names_spec='$libname.ixlibrary $libname.a'
9923      # Create ${libname}_ixlibrary.a entries in /sys/libs.
9924 <    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9924 >    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9925      ;;
9926    esac
9927    ;;
# Line 9873 | Line 9974 | cygwin* | mingw* | pw32* | cegcc*)
9974      cygwin*)
9975        # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9976        soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9977 <      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9977 >
9978 >      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9979        ;;
9980      mingw* | cegcc*)
9981        # MinGW DLLs use traditional 'lib' prefix
9982        soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9881      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9882      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9883        # It is most probably a Windows format PATH printed by
9884        # mingw gcc, but we are running on Cygwin. Gcc prints its search
9885        # path with ; separators, and with drive letters. We can handle the
9886        # drive letters (cygwin fileutils understands them), so leave them,
9887        # especially as we might pass files found there to a mingw objdump,
9888        # which wouldn't understand a cygwinified path. Ahh.
9889        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9890      else
9891        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9892      fi
9983        ;;
9984      pw32*)
9985        # pw32 DLLs use 'pw' prefix rather than 'lib'
# Line 9989 | Line 10079 | gnu*)
10079    hardcode_into_libs=yes
10080    ;;
10081  
10082 + haiku*)
10083 +  version_type=linux
10084 +  need_lib_prefix=no
10085 +  need_version=no
10086 +  dynamic_linker="$host_os runtime_loader"
10087 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10088 +  soname_spec='${libname}${release}${shared_ext}$major'
10089 +  shlibpath_var=LIBRARY_PATH
10090 +  shlibpath_overrides_runpath=yes
10091 +  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10092 +  hardcode_into_libs=yes
10093 +  ;;
10094 +
10095   hpux9* | hpux10* | hpux11*)
10096    # Give a soname corresponding to the major version so that dld.sl refuses to
10097    # link against other versions.
# Line 10031 | Line 10134 | hpux9* | hpux10* | hpux11*)
10134      soname_spec='${libname}${release}${shared_ext}$major'
10135      ;;
10136    esac
10137 <  # HP-UX runs *really* slowly unless shared libraries are mode 555.
10137 >  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10138    postinstall_cmds='chmod 555 $lib'
10139 +  # or fails outright, so override atomically:
10140 +  install_override_mode=555
10141    ;;
10142  
10143   interix[3-9]*)
# Line 10090 | Line 10195 | linux*oldld* | linux*aout* | linux*coff*
10195    ;;
10196  
10197   # This must be Linux ELF.
10198 < linux* | k*bsd*-gnu)
10198 > linux* | k*bsd*-gnu | kopensolaris*-gnu)
10199    version_type=linux
10200    need_lib_prefix=no
10201    need_version=no
# Line 10099 | Line 10204 | linux* | k*bsd*-gnu)
10204    finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10205    shlibpath_var=LD_LIBRARY_PATH
10206    shlibpath_overrides_runpath=no
10207 +
10208    # Some binutils ld are patched to set DT_RUNPATH
10209 <  save_LDFLAGS=$LDFLAGS
10210 <  save_libdir=$libdir
10211 <  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10212 <       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10213 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10209 >  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10210 >  $as_echo_n "(cached) " >&6
10211 > else
10212 >  lt_cv_shlibpath_overrides_runpath=no
10213 >    save_LDFLAGS=$LDFLAGS
10214 >    save_libdir=$libdir
10215 >    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10216 >         LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10217 >    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10218   /* end confdefs.h.  */
10219  
10220   int
# Line 10117 | Line 10227 | main ()
10227   _ACEOF
10228   if ac_fn_c_try_link "$LINENO"; then :
10229    if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10230 <  shlibpath_overrides_runpath=yes
10230 >  lt_cv_shlibpath_overrides_runpath=yes
10231   fi
10232   fi
10233   rm -f core conftest.err conftest.$ac_objext \
10234      conftest$ac_exeext conftest.$ac_ext
10235 <  LDFLAGS=$save_LDFLAGS
10236 <  libdir=$save_libdir
10235 >    LDFLAGS=$save_LDFLAGS
10236 >    libdir=$save_libdir
10237 >
10238 > fi
10239 >
10240 >  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10241  
10242    # This implies no fast_install, which is unacceptable.
10243    # Some rework will be needed to allow for fast_install
# Line 10132 | Line 10246 | rm -f core conftest.err conftest.$ac_obj
10246  
10247    # Append ld.so.conf contents to the search path
10248    if test -f /etc/ld.so.conf; then
10249 <    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' ' '`
10249 >    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;s/"//g;/^$/d' | tr '\n' ' '`
10250      sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10251    fi
10252  
# Line 10435 | Line 10549 | fi
10549  
10550  
10551  
10552 +
10553 +
10554 +
10555 +
10556 +
10557    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10558   $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10559   hardcode_action=
# Line 10765 | Line 10884 | else
10884    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10885    lt_status=$lt_dlunknown
10886    cat > conftest.$ac_ext <<_LT_EOF
10887 < #line 10768 "configure"
10887 > #line $LINENO "configure"
10888   #include "confdefs.h"
10889  
10890   #if HAVE_DLFCN_H
# Line 10806 | Line 10925 | else
10925   #  endif
10926   #endif
10927  
10928 < void fnord() { int i=42;}
10928 > /* When -fvisbility=hidden is used, assume the code has been annotated
10929 >   correspondingly for the symbols needed.  */
10930 > #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10931 > void fnord () __attribute__((visibility("default")));
10932 > #endif
10933 >
10934 > void fnord () { int i=42; }
10935   int main ()
10936   {
10937    void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
# Line 10815 | Line 10940 | int main ()
10940    if (self)
10941      {
10942        if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10943 <      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10943 >      else
10944 >        {
10945 >          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
10946 >          else puts (dlerror ());
10947 >        }
10948        /* dlclose (self); */
10949      }
10950    else
# Line 10861 | Line 10990 | else
10990    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10991    lt_status=$lt_dlunknown
10992    cat > conftest.$ac_ext <<_LT_EOF
10993 < #line 10864 "configure"
10993 > #line $LINENO "configure"
10994   #include "confdefs.h"
10995  
10996   #if HAVE_DLFCN_H
# Line 10902 | Line 11031 | else
11031   #  endif
11032   #endif
11033  
11034 < void fnord() { int i=42;}
11034 > /* When -fvisbility=hidden is used, assume the code has been annotated
11035 >   correspondingly for the symbols needed.  */
11036 > #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11037 > void fnord () __attribute__((visibility("default")));
11038 > #endif
11039 >
11040 > void fnord () { int i=42; }
11041   int main ()
11042   {
11043    void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
# Line 10911 | Line 11046 | int main ()
11046    if (self)
11047      {
11048        if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11049 <      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11049 >      else
11050 >        {
11051 >          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11052 >          else puts (dlerror ());
11053 >        }
11054        /* dlclose (self); */
11055      }
11056    else
# Line 11533 | Line 11672 | else
11672    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11673    lt_status=$lt_dlunknown
11674    cat > conftest.$ac_ext <<_LT_EOF
11675 < #line 11536 "configure"
11675 > #line $LINENO "configure"
11676   #include "confdefs.h"
11677  
11678   #if HAVE_DLFCN_H
# Line 11574 | Line 11713 | else
11713   #  endif
11714   #endif
11715  
11716 < void fnord() { int i=42;}
11716 > /* When -fvisbility=hidden is used, assume the code has been annotated
11717 >   correspondingly for the symbols needed.  */
11718 > #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11719 > void fnord () __attribute__((visibility("default")));
11720 > #endif
11721 >
11722 > void fnord () { int i=42; }
11723   int main ()
11724   {
11725    void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
# Line 11583 | Line 11728 | int main ()
11728    if (self)
11729      {
11730        if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11731 <      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11731 >      else
11732 >        {
11733 >          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11734 >          else puts (dlerror ());
11735 >        }
11736        /* dlclose (self); */
11737      }
11738    else
# Line 11659 | Line 11808 | else
11808    freebsd* | dragonfly*)
11809      lt_cv_sys_dlopen_deplibs=yes
11810      ;;
11811 <  gnu* | linux* | k*bsd*-gnu)
11811 >  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
11812      # GNU and its variants, using gnu ld.so (Glibc)
11813      lt_cv_sys_dlopen_deplibs=yes
11814      ;;
# Line 11770 | Line 11919 | for ac_func in argz_add argz_append argz
11919   do :
11920    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11921   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11922 < eval as_val=\$$as_ac_var
11774 <   if test "x$as_val" = x""yes; then :
11922 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11923    cat >>confdefs.h <<_ACEOF
11924   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11925   _ACEOF
# Line 11854 | Line 12002 | $as_echo "#define HAVE_PRELOADED_SYMBOLS
12002  
12003   fi
12004  
11857
11858
12005   # Set options
12006  
12007  
# Line 11868 | Line 12014 | fi
12014  
12015  
12016  
11871
12017   # Check whether --with-included_ltdl was given.
12018   if test "${with_included_ltdl+set}" = set; then :
12019    withval=$with_included_ltdl;
# Line 11951 | Line 12096 | fi
12096   if test -n "$with_ltdl_include"; then
12097    if test -f "$with_ltdl_include/ltdl.h"; then :
12098    else
12099 <    as_fn_error "invalid ltdl include directory: \`$with_ltdl_include'" "$LINENO" 5
12099 >    as_fn_error $? "invalid ltdl include directory: \`$with_ltdl_include'" "$LINENO" 5
12100    fi
12101   else
12102    with_ltdl_include=no
# Line 11967 | Line 12112 | fi
12112   if test -n "$with_ltdl_lib"; then
12113    if test -f "$with_ltdl_lib/libltdl.la"; then :
12114    else
12115 <    as_fn_error "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
12115 >    as_fn_error $? "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
12116    fi
12117   else
12118    with_ltdl_lib=no
# Line 11976 | Line 12121 | fi
12121   case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
12122    ,yes,no,no,)
12123          case $enable_ltdl_convenience in
12124 <  no) as_fn_error "this package needs a convenience libltdl" "$LINENO" 5 ;;
12124 >  no) as_fn_error $? "this package needs a convenience libltdl" "$LINENO" 5 ;;
12125    "") enable_ltdl_convenience=yes
12126        ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
12127   esac
# Line 12004 | Line 12149 | $as_echo "#define HAVE_LTDL 1" >>confdef
12149          LTDLINCL=
12150          ;;
12151    ,no*,no,*)
12152 <        as_fn_error "\`--with-ltdl-include' and \`--with-ltdl-lib' options must be used together" "$LINENO" 5
12152 >        as_fn_error $? "\`--with-ltdl-include' and \`--with-ltdl-lib' options must be used together" "$LINENO" 5
12153          ;;
12154    *)    with_included_ltdl=no
12155          LIBLTDL="-L$with_ltdl_lib -lltdl"
# Line 12055 | Line 12200 | fi
12200  
12201  
12202  
12058    subdirs="$subdirs libltdl"
12059
12060
12203  
12204  
12205  
# Line 12074 | Line 12216 | do :
12216    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12217   ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12218   "
12219 < eval as_val=\$$as_ac_Header
12078 <   if test "x$as_val" = x""yes; then :
12219 > if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12220    cat >>confdefs.h <<_ACEOF
12221   #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12222   _ACEOF
# Line 12089 | Line 12230 | for ac_func in closedir opendir readdir
12230   do :
12231    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12232   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12233 < eval as_val=\$$as_ac_var
12093 <   if test "x$as_val" = x""yes; then :
12233 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12234    cat >>confdefs.h <<_ACEOF
12235   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12236   _ACEOF
# Line 12107 | Line 12247 | for ac_func in strlcat strlcpy
12247   do :
12248    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12249   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12250 < eval as_val=\$$as_ac_var
12111 <   if test "x$as_val" = x""yes; then :
12250 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12251    cat >>confdefs.h <<_ACEOF
12252   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12253   _ACEOF
# Line 12200 | Line 12339 | if test "$ac_res" != no; then :
12339    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12340  
12341   else
12342 <  as_fn_error "socket library not found" "$LINENO" 5
12342 >  as_fn_error $? "socket library not found" "$LINENO" 5
12343   fi
12344  
12345    for ac_func in inet_aton inet_ntop inet_pton
12346   do :
12347    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12348   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12349 < eval as_val=\$$as_ac_var
12211 <   if test "x$as_val" = x""yes; then :
12349 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12350    cat >>confdefs.h <<_ACEOF
12351   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12352   _ACEOF
# Line 12507 | Line 12645 | $as_echo "#define AC_APPLE_UNIVERSAL_BUI
12645  
12646       ;; #(
12647     *)
12648 <     as_fn_error "unknown endianness
12648 >     as_fn_error $? "unknown endianness
12649   presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12650   esac
12651  
# Line 12520 | Line 12658 | $as_echo "#define AC_APPLE_UNIVERSAL_BUI
12658   do :
12659    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12660   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12661 < eval as_val=\$$as_ac_var
12524 <   if test "x$as_val" = x""yes; then :
12661 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12662    cat >>confdefs.h <<_ACEOF
12663   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12664   _ACEOF
# Line 12550 | Line 12687 | do :
12687    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12688   ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12689   "
12690 < eval as_val=\$$as_ac_Header
12554 <   if test "x$as_val" = x""yes; then :
12690 > if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12691    cat >>confdefs.h <<_ACEOF
12692   #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12693   _ACEOF
# Line 12968 | Line 13104 | fi
13104   do :
13105    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13106   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13107 < eval as_val=\$$as_ac_var
12972 <   if test "x$as_val" = x""yes; then :
13107 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13108    cat >>confdefs.h <<_ACEOF
13109   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13110   _ACEOF
# Line 13191 | Line 13326 | _ACEOF
13326    if test "$cross_compiling" = yes; then :
13327    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13328   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13329 < as_fn_error "cannot run test program while cross compiling
13330 < See \`config.log' for more details." "$LINENO" 5; }
13329 > as_fn_error $? "cannot run test program while cross compiling
13330 > See \`config.log' for more details" "$LINENO" 5; }
13331   else
13332    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13333   /* end confdefs.h.  */
# Line 13296 | Line 13431 | _ACEOF
13431    if test "$cross_compiling" = yes; then :
13432    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13433   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13434 < as_fn_error "cannot run test program while cross compiling
13435 < See \`config.log' for more details." "$LINENO" 5; }
13434 > as_fn_error $? "cannot run test program while cross compiling
13435 > See \`config.log' for more details" "$LINENO" 5; }
13436   else
13437    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13438   /* end confdefs.h.  */
# Line 13446 | Line 13581 | rm -f core conftest.err conftest.$ac_obj
13581      if test "$optimal_iopoll_mechanism" = "none" ; then
13582        { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
13583   $as_echo "none" >&6; }
13584 <      as_fn_error "no iopoll mechanism found!" "$LINENO" 5
13584 >      as_fn_error $? "no iopoll mechanism found!" "$LINENO" 5
13585      else
13586        selected_iopoll_mechanism=$optimal_iopoll_mechanism
13587        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $selected_iopoll_mechanism" >&5
# Line 13461 | Line 13596 | $as_echo "$selected_iopoll_mechanism" >&
13596      else
13597        { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
13598   $as_echo "none" >&6; }
13599 <      as_fn_error "desired iopoll mechanism, $desired_iopoll_mechanism, is not available" "$LINENO" 5
13599 >      as_fn_error $? "desired iopoll mechanism, $desired_iopoll_mechanism, is not available" "$LINENO" 5
13600      fi
13601    fi
13602        eval "use_iopoll_mechanism=\$iopoll_mechanism_${selected_iopoll_mechanism}"
# Line 13594 | Line 13729 | fi
13729   do :
13730    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13731   ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13732 < eval as_val=\$$as_ac_Header
13598 <   if test "x$as_val" = x""yes; then :
13732 > if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13733    cat >>confdefs.h <<_ACEOF
13734   #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13735   _ACEOF
# Line 13621 | Line 13755 | $as_echo "#define SYSLOG_USERS 1" >>conf
13755   $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
13756   ;;
13757          yes) : ;;
13758 <        *) as_fn_error "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
13758 >        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
13759        esac
13760      done
13761  
# Line 13716 | Line 13850 | _ACEOF
13850    test "$exec_prefix_NONE" && exec_prefix=NONE
13851  
13852  
13853 < ac_config_files="$ac_config_files Makefile etc/Makefile 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"
13853 > 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"
13854  
13855  
13856   cat >confcache <<\_ACEOF
# Line 13802 | Line 13936 | DEFS=-DHAVE_CONFIG_H
13936  
13937   ac_libobjs=
13938   ac_ltlibobjs=
13939 + U=
13940   for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13941    # 1. Remove the extension, and $U if already installed.
13942    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
# Line 13825 | Line 13960 | else
13960   fi
13961  
13962   if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13963 <  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13963 >  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13964   Usually this means the macro was only invoked conditionally." "$LINENO" 5
13965   fi
13966   if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13967 <  as_fn_error "conditional \"AMDEP\" was never defined.
13967 >  as_fn_error $? "conditional \"AMDEP\" was never defined.
13968   Usually this means the macro was only invoked conditionally." "$LINENO" 5
13969   fi
13970   if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13971 <  as_fn_error "conditional \"am__fastdepCC\" was never defined.
13971 >  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13972   Usually this means the macro was only invoked conditionally." "$LINENO" 5
13973   fi
13974   if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
13975 <  as_fn_error "conditional \"INSTALL_LTDL\" was never defined.
13975 >  as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined.
13976   Usually this means the macro was only invoked conditionally." "$LINENO" 5
13977   fi
13978   if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
13979 <  as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.
13979 >  as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined.
13980   Usually this means the macro was only invoked conditionally." "$LINENO" 5
13981   fi
13982   LT_CONFIG_H=config.h
# Line 13863 | Line 13998 | LT_CONFIG_H=config.h
13998  
13999  
14000   if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14001 <  as_fn_error "conditional \"ENABLE_PCRE\" was never defined.
14001 >  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14002   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14003   fi
14004   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14005 <  as_fn_error "conditional \"ENABLE_SSL\" was never defined.
14005 >  as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14006   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14007   fi
14008   if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14009 <  as_fn_error "conditional \"EFNET\" was never defined.
14009 >  as_fn_error $? "conditional \"EFNET\" was never defined.
14010   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14011   fi
14012  
# Line 14021 | Line 14156 | export LANGUAGE
14156   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14157  
14158  
14159 < # as_fn_error ERROR [LINENO LOG_FD]
14160 < # ---------------------------------
14159 > # as_fn_error STATUS ERROR [LINENO LOG_FD]
14160 > # ----------------------------------------
14161   # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14162   # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14163 < # script with status $?, using 1 if that was 0.
14163 > # script with STATUS, using 1 if that was 0.
14164   as_fn_error ()
14165   {
14166 <  as_status=$?; test $as_status -eq 0 && as_status=1
14167 <  if test "$3"; then
14168 <    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14169 <    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14166 >  as_status=$1; test $as_status -eq 0 && as_status=1
14167 >  if test "$4"; then
14168 >    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14169 >    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14170    fi
14171 <  $as_echo "$as_me: error: $1" >&2
14171 >  $as_echo "$as_me: error: $2" >&2
14172    as_fn_exit $as_status
14173   } # as_fn_error
14174  
# Line 14229 | Line 14364 | $as_echo X"$as_dir" |
14364        test -d "$as_dir" && break
14365      done
14366      test -z "$as_dirs" || eval "mkdir $as_dirs"
14367 <  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14367 >  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14368  
14369  
14370   } # as_fn_mkdir_p
# Line 14283 | Line 14418 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
14418   # values after options handling.
14419   ac_log="
14420   This file was extended by ircd-hybrid $as_me 7.3-rc1, which was
14421 < generated by GNU Autoconf 2.65.  Invocation command line was
14421 > generated by GNU Autoconf 2.67.  Invocation command line was
14422  
14423    CONFIG_FILES    = $CONFIG_FILES
14424    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 14349 | Line 14484 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
14484   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14485   ac_cs_version="\\
14486   ircd-hybrid config.status 7.3-rc1
14487 < configured by $0, generated by GNU Autoconf 2.65,
14487 > configured by $0, generated by GNU Autoconf 2.67,
14488    with options \\"\$ac_cs_config\\"
14489  
14490 < Copyright (C) 2009 Free Software Foundation, Inc.
14490 > Copyright (C) 2010 Free Software Foundation, Inc.
14491   This config.status script is free software; the Free Software Foundation
14492   gives unlimited permission to copy, distribute and modify it."
14493  
# Line 14370 | Line 14505 | ac_need_defaults=:
14505   while test $# != 0
14506   do
14507    case $1 in
14508 <  --*=*)
14508 >  --*=?*)
14509      ac_option=`expr "X$1" : 'X\([^=]*\)='`
14510      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14511      ac_shift=:
14512      ;;
14513 +  --*=)
14514 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
14515 +    ac_optarg=
14516 +    ac_shift=:
14517 +    ;;
14518    *)
14519      ac_option=$1
14520      ac_optarg=$2
# Line 14396 | Line 14536 | do
14536      $ac_shift
14537      case $ac_optarg in
14538      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14539 +    '') as_fn_error $? "missing file argument" ;;
14540      esac
14541      as_fn_append CONFIG_FILES " '$ac_optarg'"
14542      ac_need_defaults=false;;
# Line 14408 | Line 14549 | do
14549      ac_need_defaults=false;;
14550    --he | --h)
14551      # Conflict between --help and --header
14552 <    as_fn_error "ambiguous option: \`$1'
14552 >    as_fn_error $? "ambiguous option: \`$1'
14553   Try \`$0 --help' for more information.";;
14554    --help | --hel | -h )
14555      $as_echo "$ac_cs_usage"; exit ;;
# Line 14417 | Line 14558 | Try \`$0 --help' for more information.";
14558      ac_cs_silent=: ;;
14559  
14560    # This is an error.
14561 <  -*) as_fn_error "unrecognized option: \`$1'
14561 >  -*) as_fn_error $? "unrecognized option: \`$1'
14562   Try \`$0 --help' for more information." ;;
14563  
14564    *) as_fn_append ac_config_targets " $1"
# Line 14471 | Line 14612 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac
14612   sed_quote_subst='$sed_quote_subst'
14613   double_quote_subst='$double_quote_subst'
14614   delay_variable_subst='$delay_variable_subst'
14615 < macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
14616 < macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
14617 < enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
14618 < enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
14619 < pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
14620 < enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
14621 < host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
14622 < host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
14623 < host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
14624 < build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
14625 < build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
14626 < build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
14627 < SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
14628 < Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
14629 < GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
14630 < EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
14631 < FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
14632 < LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
14633 < NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
14634 < LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
14635 < max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
14636 < ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
14637 < exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
14638 < lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
14639 < lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
14640 < lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
14641 < reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
14642 < reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14643 < OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
14644 < deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
14645 < file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
14646 < AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
14647 < AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
14648 < STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
14649 < RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
14650 < old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14651 < old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14652 < old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14653 < CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
14654 < CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
14655 < compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
14656 < GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
14657 < lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
14658 < lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
14659 < lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
14660 < lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
14661 < objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
14662 < SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
14663 < ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
14664 < MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
14665 < lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
14666 < lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
14667 < lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
14668 < lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
14669 < lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
14670 < need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
14671 < DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
14672 < NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
14673 < LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
14674 < OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
14675 < OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
14676 < libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
14677 < shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14678 < extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14679 < archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
14680 < enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
14681 < export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14682 < whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14683 < compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
14684 < old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14685 < old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14686 < archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14687 < archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14688 < module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14689 < module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14690 < with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
14691 < allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
14692 < no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
14693 < hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14694 < hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
14695 < hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
14696 < hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
14697 < hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
14698 < hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
14699 < hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14700 < hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
14701 < inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
14702 < link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
14703 < fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
14704 < always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
14705 < export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14706 < exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
14707 < include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
14708 < prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14709 < file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
14710 < variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
14711 < need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
14712 < need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
14713 < version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
14714 < runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14715 < shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14716 < shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
14717 < libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
14718 < library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
14719 < soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
14720 < postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14721 < postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14722 < finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14723 < finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
14724 < hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
14725 < sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
14726 < sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
14727 < hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
14728 < enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
14729 < enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
14730 < enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
14731 < old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
14732 < striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
14615 > macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14616 > macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14617 > enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14618 > enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14619 > pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14620 > enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14621 > SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14622 > ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14623 > host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14624 > host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14625 > host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14626 > build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14627 > build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14628 > build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14629 > SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14630 > Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14631 > GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14632 > EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14633 > FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14634 > LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14635 > NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14636 > LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14637 > max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14638 > ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14639 > exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14640 > lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14641 > lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14642 > lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14643 > reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14644 > reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14645 > OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14646 > deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14647 > file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14648 > AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14649 > AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14650 > STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14651 > RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14652 > old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14653 > old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14654 > old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14655 > lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14656 > CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14657 > CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14658 > compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14659 > GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14660 > lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14661 > lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14662 > lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14663 > lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
14664 > objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14665 > MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14666 > lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14667 > lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14668 > lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14669 > lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14670 > lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14671 > need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14672 > DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14673 > NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14674 > LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14675 > OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14676 > OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14677 > libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14678 > shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14679 > extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14680 > archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14681 > enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14682 > export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14683 > whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14684 > compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14685 > old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14686 > old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14687 > archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14688 > archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14689 > module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14690 > module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14691 > with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14692 > allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14693 > no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14694 > hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14695 > hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14696 > hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14697 > hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14698 > hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14699 > hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14700 > hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14701 > hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14702 > inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14703 > link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14704 > fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14705 > always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14706 > export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14707 > exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14708 > include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14709 > prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14710 > file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14711 > variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14712 > need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14713 > need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14714 > version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14715 > runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14716 > shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14717 > shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14718 > libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14719 > library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14720 > soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14721 > install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14722 > postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14723 > postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14724 > finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14725 > finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14726 > hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14727 > sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14728 > sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14729 > hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14730 > enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14731 > enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14732 > enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14733 > old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14734 > striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14735  
14736   LTCC='$LTCC'
14737   LTCFLAGS='$LTCFLAGS'
14738   compiler='$compiler_DEFAULT'
14739  
14740 + # A function that is used when there is no print builtin or printf.
14741 + func_fallback_echo ()
14742 + {
14743 +  eval 'cat <<_LTECHO_EOF
14744 + \$1
14745 + _LTECHO_EOF'
14746 + }
14747 +
14748   # Quote evaled strings.
14749 < for var in SED \
14749 > for var in SHELL \
14750 > ECHO \
14751 > SED \
14752   GREP \
14753   EGREP \
14754   FGREP \
# Line 14619 | Line 14772 | lt_cv_sys_global_symbol_pipe \
14772   lt_cv_sys_global_symbol_to_cdecl \
14773   lt_cv_sys_global_symbol_to_c_name_address \
14774   lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14622 SHELL \
14623 ECHO \
14775   lt_prog_compiler_no_builtin_flag \
14776   lt_prog_compiler_wl \
14777   lt_prog_compiler_pic \
# Line 14650 | Line 14801 | variables_saved_for_relink \
14801   libname_spec \
14802   library_names_spec \
14803   soname_spec \
14804 + install_override_mode \
14805   finish_eval \
14806   old_striplib \
14807   striplib; do
14808 <    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
14808 >    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14809      *[\\\\\\\`\\"\\\$]*)
14810 <      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14810 >      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14811        ;;
14812      *)
14813        eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
# Line 14682 | Line 14834 | postuninstall_cmds \
14834   finish_cmds \
14835   sys_lib_search_path_spec \
14836   sys_lib_dlsearch_path_spec; do
14837 <    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
14837 >    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14838      *[\\\\\\\`\\"\\\$]*)
14839 <      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14839 >      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14840        ;;
14841      *)
14842        eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
# Line 14692 | Line 14844 | sys_lib_dlsearch_path_spec; do
14844      esac
14845   done
14846  
14695 # Fix-up fallback echo if it was mangled by the above quoting rules.
14696 case \$lt_ECHO in
14697 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
14698  ;;
14699 esac
14700
14847   ac_aux_dir='$ac_aux_dir'
14848   xsi_shell='$xsi_shell'
14849   lt_shell_append='$lt_shell_append'
# Line 14735 | Line 14881 | do
14881      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
14882      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
14883      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14884 +    "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
14885      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
14886      "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
14887      "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
# Line 14744 | Line 14891 | do
14891      "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
14892      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
14893  
14894 <  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14894 >  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14895    esac
14896   done
14897  
# Line 14782 | Line 14929 | $debug ||
14929   {
14930    tmp=./conf$$-$RANDOM
14931    (umask 077 && mkdir "$tmp")
14932 < } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14932 > } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14933  
14934   # Set up the scripts for CONFIG_FILES section.
14935   # No need to generate them if there are no CONFIG_FILES.
# Line 14799 | Line 14946 | if test "x$ac_cr" = x; then
14946   fi
14947   ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14948   if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14949 <  ac_cs_awk_cr='\r'
14949 >  ac_cs_awk_cr='\\r'
14950   else
14951    ac_cs_awk_cr=$ac_cr
14952   fi
# Line 14813 | Line 14960 | _ACEOF
14960    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14961    echo "_ACEOF"
14962   } >conf$$subs.sh ||
14963 <  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14964 < ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14963 >  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14964 > ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14965   ac_delim='%!_!# '
14966   for ac_last_try in false false false false false :; do
14967    . ./conf$$subs.sh ||
14968 <    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14968 >    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14969  
14970    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14971    if test $ac_delim_n = $ac_delim_num; then
14972      break
14973    elif $ac_last_try; then
14974 <    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14974 >    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14975    else
14976      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14977    fi
# Line 14913 | Line 15060 | if sed "s/$ac_cr//" < /dev/null > /dev/n
15060   else
15061    cat
15062   fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15063 <  || as_fn_error "could not setup config files machinery" "$LINENO" 5
15063 >  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15064   _ACEOF
15065  
15066 < # VPATH may cause trouble with some makes, so we remove $(srcdir),
15067 < # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15066 > # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15067 > # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15068   # trailing colons and then remove the whole line if VPATH becomes empty
15069   # (actually we leave an empty line to preserve line numbers).
15070   if test "x$srcdir" = x.; then
15071 <  ac_vpsub='/^[  ]*VPATH[        ]*=/{
15072 < s/:*\$(srcdir):*/:/
15073 < s/:*\${srcdir}:*/:/
15074 < s/:*@srcdir@:*/:/
15075 < s/^\([^=]*=[     ]*\):*/\1/
15071 >  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
15072 > h
15073 > s///
15074 > s/^/:/
15075 > s/[      ]*$/:/
15076 > s/:\$(srcdir):/:/g
15077 > s/:\${srcdir}:/:/g
15078 > s/:@srcdir@:/:/g
15079 > s/^:*//
15080   s/:*$//
15081 + x
15082 + s/\(=[   ]*\).*/\1/
15083 + G
15084 + s/\n//
15085   s/^[^=]*=[       ]*$//
15086   }'
15087   fi
# Line 14954 | Line 15109 | for ac_last_try in false false :; do
15109    if test -z "$ac_t"; then
15110      break
15111    elif $ac_last_try; then
15112 <    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15112 >    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15113    else
15114      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15115    fi
# Line 15039 | Line 15194 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
15194   _ACAWK
15195   _ACEOF
15196   cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15197 <  as_fn_error "could not setup config headers machinery" "$LINENO" 5
15197 >  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15198   fi # test -n "$CONFIG_HEADERS"
15199  
15200  
# Line 15052 | Line 15207 | do
15207    esac
15208    case $ac_mode$ac_tag in
15209    :[FHL]*:*);;
15210 <  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15210 >  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15211    :[FH]-) ac_tag=-:-;;
15212    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15213    esac
# Line 15080 | Line 15235 | do
15235             [\\/$]*) false;;
15236             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15237             esac ||
15238 <           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15238 >           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15239        esac
15240        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15241        as_fn_append ac_file_inputs " '$ac_f'"
# Line 15107 | Line 15262 | $as_echo "$as_me: creating $ac_file" >&6
15262  
15263      case $ac_tag in
15264      *:-:* | *:-) cat >"$tmp/stdin" \
15265 <      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15265 >      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15266      esac
15267      ;;
15268    esac
# Line 15244 | Line 15399 | s&@MKDIR_P@&$ac_MKDIR_P&;t t
15399   $ac_datarootdir_hack
15400   "
15401   eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15402 <  || as_fn_error "could not create $ac_file" "$LINENO" 5
15402 >  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15403  
15404   test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15405    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15406    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15407    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15408 < which seems to be undefined.  Please make sure it is defined." >&5
15408 > which seems to be undefined.  Please make sure it is defined" >&5
15409   $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15410 < which seems to be undefined.  Please make sure it is defined." >&2;}
15410 > which seems to be undefined.  Please make sure it is defined" >&2;}
15411  
15412    rm -f "$tmp/stdin"
15413    case $ac_file in
15414    -) cat "$tmp/out" && rm -f "$tmp/out";;
15415    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15416    esac \
15417 <  || as_fn_error "could not create $ac_file" "$LINENO" 5
15417 >  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15418   ;;
15419    :H)
15420    #
# Line 15270 | Line 15425 | which seems to be undefined.  Please mak
15425        $as_echo "/* $configure_input  */" \
15426        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15427      } >"$tmp/config.h" \
15428 <      || as_fn_error "could not create $ac_file" "$LINENO" 5
15428 >      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15429      if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15430        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15431   $as_echo "$as_me: $ac_file is unchanged" >&6;}
15432      else
15433        rm -f "$ac_file"
15434        mv "$tmp/config.h" "$ac_file" \
15435 <        || as_fn_error "could not create $ac_file" "$LINENO" 5
15435 >        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15436      fi
15437    else
15438      $as_echo "/* $configure_input  */" \
15439        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15440 <      || as_fn_error "could not create -" "$LINENO" 5
15440 >      || as_fn_error $? "could not create -" "$LINENO" 5
15441    fi
15442   # Compute "$ac_file"'s index in $config_headers.
15443   _am_arg="$ac_file"
# Line 15443 | Line 15598 | $as_echo X"$file" |
15598   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15599   #
15600   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15601 < #                 2006, 2007, 2008 Free Software Foundation, Inc.
15601 > #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
15602 > #                 Inc.
15603   #   Written by Gordon Matzigkeit, 1996
15604   #
15605   #   This file is part of GNU Libtool.
# Line 15491 | Line 15647 | pic_mode=$pic_mode
15647   # Whether or not to optimize for fast installation.
15648   fast_install=$enable_fast_install
15649  
15650 + # Shell to use when invoking shell scripts.
15651 + SHELL=$lt_SHELL
15652 +
15653 + # An echo program that protects backslashes.
15654 + ECHO=$lt_ECHO
15655 +
15656   # The host system.
15657   host_alias=$host_alias
15658   host=$host
# Line 15540 | Line 15702 | SP2NL=$lt_lt_SP2NL
15702   # turn newlines into spaces.
15703   NL2SP=$lt_lt_NL2SP
15704  
15543 # How to create reloadable object files.
15544 reload_flag=$lt_reload_flag
15545 reload_cmds=$lt_reload_cmds
15546
15705   # An object symbol dumper.
15706   OBJDUMP=$lt_OBJDUMP
15707  
# Line 15565 | Line 15723 | RANLIB=$lt_RANLIB
15723   old_postinstall_cmds=$lt_old_postinstall_cmds
15724   old_postuninstall_cmds=$lt_old_postuninstall_cmds
15725  
15726 + # Whether to use a lock for old archive extraction.
15727 + lock_old_archive_extraction=$lock_old_archive_extraction
15728 +
15729   # A C compiler.
15730   LTCC=$lt_CC
15731  
# Line 15586 | Line 15747 | global_symbol_to_c_name_address_lib_pref
15747   # The name of the directory that contains temporary libtool files.
15748   objdir=$objdir
15749  
15589 # Shell to use when invoking shell scripts.
15590 SHELL=$lt_SHELL
15591
15592 # An echo program that does not interpret backslashes.
15593 ECHO=$lt_ECHO
15594
15750   # Used to examine libraries when file_magic_cmd begins with "file".
15751   MAGIC_CMD=$MAGIC_CMD
15752  
# Line 15654 | Line 15809 | library_names_spec=$lt_library_names_spe
15809   # The coded name of the library, if different from the real name.
15810   soname_spec=$lt_soname_spec
15811  
15812 + # Permission mode override for installation of shared libraries.
15813 + install_override_mode=$lt_install_override_mode
15814 +
15815   # Command to use after installation of a shared archive.
15816   postinstall_cmds=$lt_postinstall_cmds
15817  
# Line 15693 | Line 15851 | striplib=$lt_striplib
15851   # The linker used to build libraries.
15852   LD=$lt_LD
15853  
15854 + # How to create reloadable object files.
15855 + reload_flag=$lt_reload_flag
15856 + reload_cmds=$lt_reload_cmds
15857 +
15858   # Commands used to build an old-style archive.
15859   old_archive_cmds=$lt_old_archive_cmds
15860  
# Line 15952 | Line 16114 | _LT_EOF
16114   func_dirname ()
16115   {
16116    # Extract subdirectory from the argument.
16117 <  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
16117 >  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16118    if test "X$func_dirname_result" = "X${1}"; then
16119      func_dirname_result="${3}"
16120    else
# Line 15963 | Line 16125 | func_dirname ()
16125   # func_basename file
16126   func_basename ()
16127   {
16128 <  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
16128 >  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16129   }
16130  
16131  
# Line 15976 | Line 16138 | func_basename ()
16138   func_stripname ()
16139   {
16140    case ${2} in
16141 <    .*) func_stripname_result=`$ECHO "X${3}" \
16142 <           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15981 <    *)  func_stripname_result=`$ECHO "X${3}" \
15982 <           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
16141 >    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16142 >    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16143    esac
16144   }
16145  
# Line 15990 | Line 16150 | my_sed_long_arg='1s/^-[^=]*=//'
16150   # func_opt_split
16151   func_opt_split ()
16152   {
16153 <  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
16154 <  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
16153 >  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16154 >  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16155   }
16156  
16157   # func_lo2o object
16158   func_lo2o ()
16159   {
16160 <  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
16160 >  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16161   }
16162  
16163   # func_xform libobj-or-source
16164   func_xform ()
16165   {
16166 <  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
16166 >  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16167   }
16168  
16169   # func_arith arithmetic-term...
# Line 16067 | Line 16227 | _ACEOF
16227   ac_clean_files=$ac_clean_files_save
16228  
16229   test $ac_write_fail = 0 ||
16230 <  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16230 >  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16231  
16232  
16233   # configure is writing to config.log, and then calls config.status.
# Line 16088 | Line 16248 | if test "$no_create" != yes; then
16248    exec 5>>config.log
16249    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16250    # would make configure fail if this is the last instruction.
16251 <  $ac_cs_success || as_fn_exit $?
16092 < fi
16093 <
16094 < #
16095 < # CONFIG_SUBDIRS section.
16096 < #
16097 < if test "$no_recursion" != yes; then
16098 <
16099 <  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
16100 <  # so they do not pile up.
16101 <  ac_sub_configure_args=
16102 <  ac_prev=
16103 <  eval "set x $ac_configure_args"
16104 <  shift
16105 <  for ac_arg
16106 <  do
16107 <    if test -n "$ac_prev"; then
16108 <      ac_prev=
16109 <      continue
16110 <    fi
16111 <    case $ac_arg in
16112 <    -cache-file | --cache-file | --cache-fil | --cache-fi \
16113 <    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16114 <      ac_prev=cache_file ;;
16115 <    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
16116 <    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
16117 <    | --c=*)
16118 <      ;;
16119 <    --config-cache | -C)
16120 <      ;;
16121 <    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16122 <      ac_prev=srcdir ;;
16123 <    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16124 <      ;;
16125 <    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
16126 <      ac_prev=prefix ;;
16127 <    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
16128 <      ;;
16129 <    --disable-option-checking)
16130 <      ;;
16131 <    *)
16132 <      case $ac_arg in
16133 <      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
16134 <      esac
16135 <      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
16136 <    esac
16137 <  done
16138 <
16139 <  # Always prepend --prefix to ensure using the same prefix
16140 <  # in subdir configurations.
16141 <  ac_arg="--prefix=$prefix"
16142 <  case $ac_arg in
16143 <  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
16144 <  esac
16145 <  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
16146 <
16147 <  # Pass --silent
16148 <  if test "$silent" = yes; then
16149 <    ac_sub_configure_args="--silent $ac_sub_configure_args"
16150 <  fi
16151 <
16152 <  # Always prepend --disable-option-checking to silence warnings, since
16153 <  # different subdirs can have different --enable and --with options.
16154 <  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
16155 <
16156 <  ac_popdir=`pwd`
16157 <  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
16158 <
16159 <    # Do not complain, so a configure script can configure whichever
16160 <    # parts of a large source tree are present.
16161 <    test -d "$srcdir/$ac_dir" || continue
16162 <
16163 <    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
16164 <    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
16165 <    $as_echo "$ac_msg" >&6
16166 <    as_dir="$ac_dir"; as_fn_mkdir_p
16167 <    ac_builddir=.
16168 <
16169 < case "$ac_dir" in
16170 < .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16171 < *)
16172 <  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16173 <  # A ".." for each directory in $ac_dir_suffix.
16174 <  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16175 <  case $ac_top_builddir_sub in
16176 <  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16177 <  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16178 <  esac ;;
16179 < esac
16180 < ac_abs_top_builddir=$ac_pwd
16181 < ac_abs_builddir=$ac_pwd$ac_dir_suffix
16182 < # for backward compatibility:
16183 < ac_top_builddir=$ac_top_build_prefix
16184 <
16185 < case $srcdir in
16186 <  .)  # We are building in place.
16187 <    ac_srcdir=.
16188 <    ac_top_srcdir=$ac_top_builddir_sub
16189 <    ac_abs_top_srcdir=$ac_pwd ;;
16190 <  [\\/]* | ?:[\\/]* )  # Absolute name.
16191 <    ac_srcdir=$srcdir$ac_dir_suffix;
16192 <    ac_top_srcdir=$srcdir
16193 <    ac_abs_top_srcdir=$srcdir ;;
16194 <  *) # Relative name.
16195 <    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16196 <    ac_top_srcdir=$ac_top_build_prefix$srcdir
16197 <    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16198 < esac
16199 < ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16200 <
16201 <
16202 <    cd "$ac_dir"
16203 <
16204 <    # Check for guested configure; otherwise get Cygnus style configure.
16205 <    if test -f "$ac_srcdir/configure.gnu"; then
16206 <      ac_sub_configure=$ac_srcdir/configure.gnu
16207 <    elif test -f "$ac_srcdir/configure"; then
16208 <      ac_sub_configure=$ac_srcdir/configure
16209 <    elif test -f "$ac_srcdir/configure.in"; then
16210 <      # This should be Cygnus configure.
16211 <      ac_sub_configure=$ac_aux_dir/configure
16212 <    else
16213 <      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
16214 < $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
16215 <      ac_sub_configure=
16216 <    fi
16217 <
16218 <    # The recursion is here.
16219 <    if test -n "$ac_sub_configure"; then
16220 <      # Make the cache file name correct relative to the subdirectory.
16221 <      case $cache_file in
16222 <      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
16223 <      *) # Relative name.
16224 <        ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
16225 <      esac
16226 <
16227 <      { $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
16228 < $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
16229 <      # The eval makes quoting arguments work.
16230 <      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
16231 <           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
16232 <        as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
16233 <    fi
16234 <
16235 <    cd "$ac_popdir"
16236 <  done
16251 >  $ac_cs_success || as_fn_exit 1
16252   fi
16253   if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16254    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)