ltconfig
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:92k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # ltconfig - Create a system-specific libtool.
  3. # Copyright (C) 1996-1999 Free Software Foundation, Inc.
  4. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  5. #
  6. # This file is free software; you can redistribute it and/or modify it
  7. # under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14. # General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. #
  20. # As a special exception to the GNU General Public License, if you
  21. # distribute this file as part of a program that contains a
  22. # configuration script generated by Autoconf, you may include it under
  23. # the same distribution terms that you use for the rest of that program.
  24. # A lot of this script is taken from autoconf-2.10.
  25. # Check that we are running under the correct shell.
  26. SHELL=${CONFIG_SHELL-/bin/sh}
  27. echo=echo
  28. if test "X$1" = X--no-reexec; then
  29.   # Discard the --no-reexec flag, and continue.
  30.   shift
  31. elif test "X$1" = X--fallback-echo; then
  32.   # Avoid inline document here, it may be left over
  33.   :
  34. elif test "X`($echo 't') 2>/dev/null`" = 'Xt'; then
  35.   # Yippee, $echo works!
  36.   :
  37. else
  38.   # Restart under the correct shell.
  39.   exec "$SHELL" "$0" --no-reexec ${1+"$@"}
  40. fi
  41. if test "X$1" = X--fallback-echo; then
  42.   # used as fallback echo
  43.   shift
  44.   cat <<EOF
  45. $*
  46. EOF
  47.   exit 0
  48. fi
  49. # Find the correct PATH separator.  Usually this is `:', but
  50. # DJGPP uses `;' like DOS.
  51. if test "X${PATH_SEPARATOR+set}" != "Xset"; then
  52.   UNAME=${UNAME-`uname 2>/dev/null`}
  53.   case X$UNAME in
  54.     *-DOS) PATH_SEPARATOR=';' ;;
  55.     *)     PATH_SEPARATOR=':' ;;
  56.   esac
  57. fi
  58. # The HP-UX ksh and POSIX shell print the target directory to stdout
  59. # if CDPATH is set.
  60. if test "${CDPATH+set}" = set; then CDPATH=; export CDPATH; fi
  61. if test "X${echo_test_string+set}" != "Xset"; then
  62.   # find a string as large as possible, as long as the shell can cope with it
  63.   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  64.     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  65.     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  66.        echo_test_string="`eval $cmd`" &&
  67.        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
  68.       break
  69.     fi
  70.   done
  71. fi
  72. if test "X`($echo 't') 2>/dev/null`" != 'Xt' ||
  73.    test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
  74.   # The Solaris, AIX, and Digital Unix default echo programs unquote
  75.   # backslashes.  This makes it impossible to quote backslashes using
  76.   #   echo "$something" | sed 's/\/\\/g'
  77.   #
  78.   # So, first we look for a working echo in the user's PATH.
  79.   IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  80.   for dir in $PATH /usr/ucb; do
  81.     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  82.        test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  83.        test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  84.       echo="$dir/echo"
  85.       break
  86.     fi
  87.   done
  88.   IFS="$save_ifs"
  89.   if test "X$echo" = Xecho; then
  90.     # We didn't find a better echo, so look for alternatives.
  91.     if test "X`(print -r 't') 2>/dev/null`" = 'Xt' &&
  92.        test "X`(print -r "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  93.       # This shell has a builtin print -r that does the trick.
  94.       echo='print -r'
  95.     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  96.  test "X$CONFIG_SHELL" != X/bin/ksh; then
  97.       # If we have ksh, try running ltconfig again with it.
  98.       ORIGINAL_CONFIG_SHELL="${CONFIG_SHELL-/bin/sh}"
  99.       export ORIGINAL_CONFIG_SHELL
  100.       CONFIG_SHELL=/bin/ksh
  101.       export CONFIG_SHELL
  102.       exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
  103.     else
  104.       # Try using printf.
  105.       echo='printf "%sn"'
  106.       if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  107.  test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  108. # Cool, printf works
  109. :
  110.       elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo 't') 2>/dev/null`" = 'Xt' &&
  111.    test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  112. CONFIG_SHELL="$ORIGINAL_CONFIG_SHELL"
  113. export CONFIG_SHELL
  114. SHELL="$CONFIG_SHELL"
  115. export SHELL
  116. echo="$CONFIG_SHELL $0 --fallback-echo"
  117.       elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo 't') 2>/dev/null`" = 'Xt' &&
  118.    test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
  119. echo="$CONFIG_SHELL $0 --fallback-echo"
  120.       else
  121. # maybe with a smaller string...
  122. prev=:
  123. for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  124.   if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
  125.     break
  126.   fi
  127.   prev="$cmd"
  128. done
  129. if test "$prev" != 'sed 50q "$0"'; then
  130.   echo_test_string=`eval $prev`
  131.   export echo_test_string
  132.   exec "${ORIGINAL_CONFIG_SHELL}" "$0" ${1+"$@"}
  133. else
  134.   # Oops.  We lost completely, so just stick with echo.
  135.   echo=echo
  136. fi
  137.       fi
  138.     fi
  139.   fi
  140. fi
  141. # Sed substitution that helps us do robust quoting.  It backslashifies
  142. # metacharacters that are still active within double-quoted strings.
  143. Xsed='sed -e s/^X//'
  144. sed_quote_subst='s/([\"\`$\\])/\1/g'
  145. # Same as above, but do not quote variable references.
  146. double_quote_subst='s/([\"\`\\])/\1/g'
  147. # Sed substitution to delay expansion of an escaped shell variable in a
  148. # double_quote_subst'ed string.
  149. delay_variable_subst='s/\\\\\$/\\\$/g'
  150. # The name of this program.
  151. progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
  152. # Constants:
  153. PROGRAM=ltconfig
  154. PACKAGE=libtool
  155. VERSION=1.3.3
  156. TIMESTAMP=" (1.385.2.181 1999/07/02 15:49:11)"
  157. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.c 1>&5'
  158. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.c $LIBS 1>&5'
  159. rm="rm -f"
  160. help="Try `$progname --help' for more information."
  161. # Global variables:
  162. default_ofile=libtool
  163. can_build_shared=yes
  164. enable_shared=yes
  165. # All known linkers require a `.a' archive for static linking (except M$VC,
  166. # which needs '.lib').
  167. enable_static=yes
  168. enable_fast_install=yes
  169. enable_dlopen=unknown
  170. enable_win32_dll=no
  171. ltmain=
  172. silent=
  173. srcdir=
  174. ac_config_guess=
  175. ac_config_sub=
  176. host=
  177. nonopt=
  178. ofile="$default_ofile"
  179. verify_host=yes
  180. with_gcc=no
  181. with_gnu_ld=no
  182. need_locks=yes
  183. ac_ext=c
  184. objext=o
  185. libext=a
  186. exeext=
  187. cache_file=
  188. old_AR="$AR"
  189. old_CC="$CC"
  190. old_CFLAGS="$CFLAGS"
  191. old_CPPFLAGS="$CPPFLAGS"
  192. old_LDFLAGS="$LDFLAGS"
  193. old_LD="$LD"
  194. old_LN_S="$LN_S"
  195. old_LIBS="$LIBS"
  196. old_NM="$NM"
  197. old_RANLIB="$RANLIB"
  198. old_DLLTOOL="$DLLTOOL"
  199. old_OBJDUMP="$OBJDUMP"
  200. old_AS="$AS"
  201. # Parse the command line options.
  202. args=
  203. prev=
  204. for option
  205. do
  206.   case "$option" in
  207.   -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  208.   *) optarg= ;;
  209.   esac
  210.   # If the previous option needs an argument, assign it.
  211.   if test -n "$prev"; then
  212.     eval "$prev=$option"
  213.     prev=
  214.     continue
  215.   fi
  216.   case "$option" in
  217.   --help) cat <<EOM
  218. Usage: $progname [OPTION]... [HOST [LTMAIN]]
  219. Generate a system-specific libtool script.
  220.     --debug                enable verbose shell tracing
  221.     --disable-shared       do not build shared libraries
  222.     --disable-static       do not build static libraries
  223.     --disable-fast-install do not optimize for fast installation
  224.     --enable-dlopen        enable dlopen support
  225.     --enable-win32-dll     enable building dlls on win32 hosts
  226.     --help                 display this help and exit
  227.     --no-verify            do not verify that HOST is a valid host type
  228. -o, --output=FILE          specify the output file [default=$default_ofile]
  229.     --quiet                same as `--silent'
  230.     --silent               do not print informational messages
  231.     --srcdir=DIR           find `config.guess' in DIR
  232.     --version              output version information and exit
  233.     --with-gcc             assume that the GNU C compiler will be used
  234.     --with-gnu-ld          assume that the C compiler uses the GNU linker
  235.     --disable-lock         disable file locking
  236.     --cache-file=FILE      configure cache file
  237. LTMAIN is the `ltmain.sh' shell script fragment or `ltmain.c' program
  238. that provides basic libtool functionality.
  239. HOST is the canonical host system name [default=guessed].
  240. EOM
  241.   exit 0
  242.   ;;
  243.   --debug)
  244.     echo "$progname: enabling shell trace mode"
  245.     set -x
  246.     ;;
  247.   --disable-shared) enable_shared=no ;;
  248.   --disable-static) enable_static=no ;;
  249.   --disable-fast-install) enable_fast_install=no ;;
  250.   --enable-dlopen) enable_dlopen=yes ;;
  251.   --enable-win32-dll) enable_win32_dll=yes ;;
  252.   --quiet | --silent) silent=yes ;;
  253.   --srcdir) prev=srcdir ;;
  254.   --srcdir=*) srcdir="$optarg" ;;
  255.   --no-verify) verify_host=no ;;
  256.   --output | -o) prev=ofile ;;
  257.   --output=*) ofile="$optarg" ;;
  258.   --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"; exit 0 ;;
  259.   --with-gcc) with_gcc=yes ;;
  260.   --with-gnu-ld) with_gnu_ld=yes ;;
  261.   --disable-lock) need_locks=no ;;
  262.   --cache-file=*) cache_file="$optarg" ;;
  263.   -*)
  264.     echo "$progname: unrecognized option `$option'" 1>&2
  265.     echo "$help" 1>&2
  266.     exit 1
  267.     ;;
  268.   *)
  269.     if test -z "$ltmain"; then
  270.       ltmain="$option"
  271.     elif test -z "$host"; then
  272. # This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
  273. #      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
  274. #        echo "$progname: warning `$option' is not a valid host type" 1>&2
  275. #      fi
  276.       host="$option"
  277.     else
  278.       echo "$progname: too many arguments" 1>&2
  279.       echo "$help" 1>&2
  280.       exit 1
  281.     fi ;;
  282.   esac
  283. done
  284. if test -z "$ltmain"; then
  285.   echo "$progname: you must specify a LTMAIN file" 1>&2
  286.   echo "$help" 1>&2
  287.   exit 1
  288. fi
  289. if test ! -f "$ltmain"; then
  290.   echo "$progname: `$ltmain' does not exist" 1>&2
  291.   echo "$help" 1>&2
  292.   exit 1
  293. fi
  294. # Quote any args containing shell metacharacters.
  295. ltconfig_args=
  296. for arg
  297. do
  298.   case "$arg" in
  299.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  300.   ltconfig_args="$ltconfig_args '$arg'" ;;
  301.   *) ltconfig_args="$ltconfig_args $arg" ;;
  302.   esac
  303. done
  304. # A relevant subset of AC_INIT.
  305. # File descriptor usage:
  306. # 0 standard input
  307. # 1 file creation
  308. # 2 errors and warnings
  309. # 3 some systems may open it to /dev/tty
  310. # 4 used on the Kubota Titan
  311. # 5 compiler messages saved in config.log
  312. # 6 checking for... messages and results
  313. if test "$silent" = yes; then
  314.   exec 6>/dev/null
  315. else
  316.   exec 6>&1
  317. fi
  318. exec 5>>./config.log
  319. # NLS nuisances.
  320. # Only set LANG and LC_ALL to C if already set.
  321. # These must not be set unconditionally because not all systems understand
  322. # e.g. LANG=C (notably SCO).
  323. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  324. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  325. if test -n "$cache_file" && test -r "$cache_file"; then
  326.   echo "loading cache $cache_file within ltconfig"
  327.   . $cache_file
  328. fi
  329. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  330.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  331.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  332.     ac_n= ac_c='
  333. ' ac_t=' '
  334.   else
  335.     ac_n=-n ac_c= ac_t=
  336.   fi
  337. else
  338.   ac_n= ac_c='c' ac_t=
  339. fi
  340. if test -z "$srcdir"; then
  341.   # Assume the source directory is the same one as the path to LTMAIN.
  342.   srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
  343.   test "$srcdir" = "$ltmain" && srcdir=.
  344. fi
  345. trap "$rm conftest*; exit 1" 1 2 15
  346. if test "$verify_host" = yes; then
  347.   # Check for config.guess and config.sub.
  348.   ac_aux_dir=
  349.   for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  350.     if test -f $ac_dir/config.guess; then
  351.       ac_aux_dir=$ac_dir
  352.       break
  353.     fi
  354.   done
  355.   if test -z "$ac_aux_dir"; then
  356.     echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
  357.     echo "$help" 1>&2
  358.     exit 1
  359.   fi
  360.   ac_config_guess=$ac_aux_dir/config.guess
  361.   ac_config_sub=$ac_aux_dir/config.sub
  362.   # Make sure we can run config.sub.
  363.   if $SHELL $ac_config_sub sun4 >/dev/null 2>&1; then :
  364.   else
  365.     echo "$progname: cannot run $ac_config_sub" 1>&2
  366.     echo "$help" 1>&2
  367.     exit 1
  368.   fi
  369.   echo $ac_n "checking host system type""... $ac_c" 1>&6
  370.   host_alias=$host
  371.   case "$host_alias" in
  372.   "")
  373.     if host_alias=`$SHELL $ac_config_guess`; then :
  374.     else
  375.       echo "$progname: cannot guess host type; you must specify one" 1>&2
  376.       echo "$help" 1>&2
  377.       exit 1
  378.     fi ;;
  379.   esac
  380.   host=`$SHELL $ac_config_sub $host_alias`
  381.   echo "$ac_t$host" 1>&6
  382.   # Make sure the host verified.
  383.   test -z "$host" && exit 1
  384. elif test -z "$host"; then
  385.   echo "$progname: you must specify a host type if you use `--no-verify'" 1>&2
  386.   echo "$help" 1>&2
  387.   exit 1
  388. else
  389.   host_alias=$host
  390. fi
  391. # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
  392. case "$host_os" in
  393. linux-gnu*) ;;
  394. linux*) host=`echo $host | sed 's/^(.*-.*-linux)(.*)$/1-gnu2/'`
  395. esac
  396. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  397. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  398. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  399. case "$host_os" in
  400. aix3*)
  401.   # AIX sometimes has problems with the GCC collect2 program.  For some
  402.   # reason, if we set the COLLECT_NAMES environment variable, the problems
  403.   # vanish in a puff of smoke.
  404.   if test "${COLLECT_NAMES+set}" != set; then
  405.     COLLECT_NAMES=
  406.     export COLLECT_NAMES
  407.   fi
  408.   ;;
  409. esac
  410. # Determine commands to create old-style static archives.
  411. old_archive_cmds='$AR cru $oldlib$oldobjs'
  412. old_postinstall_cmds='chmod 644 $oldlib'
  413. old_postuninstall_cmds=
  414. # Set a sane default for `AR'.
  415. test -z "$AR" && AR=ar
  416. # Set a sane default for `OBJDUMP'.
  417. test -z "$OBJDUMP" && OBJDUMP=objdump
  418. # If RANLIB is not set, then run the test.
  419. if test "${RANLIB+set}" != "set"; then
  420.   result=no
  421.   echo $ac_n "checking for ranlib... $ac_c" 1>&6
  422.   IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  423.   for dir in $PATH; do
  424.     test -z "$dir" && dir=.
  425.     if test -f $dir/ranlib || test -f $dir/ranlib$ac_exeext; then
  426.       RANLIB="ranlib"
  427.       result="ranlib"
  428.       break
  429.     fi
  430.   done
  431.   IFS="$save_ifs"
  432.   echo "$ac_t$result" 1>&6
  433. fi
  434. if test -n "$RANLIB"; then
  435.   old_archive_cmds="$old_archive_cmds~$RANLIB $oldlib"
  436.   old_postinstall_cmds="$RANLIB $oldlib~$old_postinstall_cmds"
  437. fi
  438. # Set sane defaults for `DLLTOOL', `OBJDUMP', and `AS', used on cygwin.
  439. test -z "$DLLTOOL" && DLLTOOL=dlltool
  440. test -z "$OBJDUMP" && OBJDUMP=objdump
  441. test -z "$AS" && AS=as
  442. # Check to see if we are using GCC.
  443. if test "$with_gcc" != yes || test -z "$CC"; then
  444.   # If CC is not set, then try to find GCC or a usable CC.
  445.   if test -z "$CC"; then
  446.     echo $ac_n "checking for gcc... $ac_c" 1>&6
  447.     IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  448.     for dir in $PATH; do
  449.       test -z "$dir" && dir=.
  450.       if test -f $dir/gcc || test -f $dir/gcc$ac_exeext; then
  451. CC="gcc"
  452. break
  453.       fi
  454.     done
  455.     IFS="$save_ifs"
  456.     if test -n "$CC"; then
  457.       echo "$ac_t$CC" 1>&6
  458.     else
  459.       echo "$ac_t"no 1>&6
  460.     fi
  461.   fi
  462.   # Not "gcc", so try "cc", rejecting "/usr/ucb/cc".
  463.   if test -z "$CC"; then
  464.     echo $ac_n "checking for cc... $ac_c" 1>&6
  465.     IFS="${IFS=  }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  466.     cc_rejected=no
  467.     for dir in $PATH; do
  468.       test -z "$dir" && dir=.
  469.       if test -f $dir/cc || test -f $dir/cc$ac_exeext; then
  470. if test "$dir/cc" = "/usr/ucb/cc"; then
  471.   cc_rejected=yes
  472.   continue
  473. fi
  474. CC="cc"
  475. break
  476.       fi
  477.     done
  478.     IFS="$save_ifs"
  479.     if test $cc_rejected = yes; then
  480.       # We found a bogon in the path, so make sure we never use it.
  481.       set dummy $CC
  482.       shift
  483.       if test $# -gt 0; then
  484. # We chose a different compiler from the bogus one.
  485. # However, it has the same name, so the bogon will be chosen
  486. # first if we set CC to just the name; use the full file name.
  487. shift
  488. set dummy "$dir/cc" "$@"
  489. shift
  490. CC="$@"
  491.       fi
  492.     fi
  493.     if test -n "$CC"; then
  494.       echo "$ac_t$CC" 1>&6
  495.     else
  496.       echo "$ac_t"no 1>&6
  497.     fi
  498.     if test -z "$CC"; then
  499.       echo "$progname: error: no acceptable cc found in $PATH" 1>&2
  500.       exit 1
  501.     fi
  502.   fi
  503.   # Now see if the compiler is really GCC.
  504.   with_gcc=no
  505.   echo $ac_n "checking whether we are using GNU C... $ac_c" 1>&6
  506.   echo "$progname:581: checking whether we are using GNU C" >&5
  507.   $rm conftest.c
  508.   cat > conftest.c <<EOF
  509. #ifdef __GNUC__
  510.   yes;
  511. #endif
  512. EOF
  513.   if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:589: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  514.     with_gcc=yes
  515.   fi
  516.   $rm conftest.c
  517.   echo "$ac_t$with_gcc" 1>&6
  518. fi
  519. # Allow CC to be a program name with arguments.
  520. set dummy $CC
  521. compiler="$2"
  522. echo $ac_n "checking for object suffix... $ac_c" 1>&6
  523. $rm conftest*
  524. echo 'int i = 1;' > conftest.c
  525. echo "$progname:603: checking for object suffix" >& 5
  526. if { (eval echo $progname:604: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; }; then
  527.   # Append any warnings to the config.log.
  528.   cat conftest.err 1>&5
  529.   for ac_file in conftest.*; do
  530.     case $ac_file in
  531.     *.c) ;;
  532.     *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
  533.     esac
  534.   done
  535. else
  536.   cat conftest.err 1>&5
  537.   echo "$progname: failed program was:" >&5
  538.   cat conftest.c >&5
  539. fi
  540. $rm conftest*
  541. echo "$ac_t$objext" 1>&6
  542. echo $ac_n "checking for executable suffix... $ac_c" 1>&6
  543. if eval "test "`echo '$''{'ac_cv_exeext'+set}'`" = set"; then
  544.   echo $ac_n "(cached) $ac_c" 1>&6
  545. else
  546.   ac_cv_exeext="no"
  547.   $rm conftest*
  548.   echo 'main () { return 0; }' > conftest.c
  549.   echo "$progname:629: checking for executable suffix" >& 5
  550.   if { (eval echo $progname:630: "$ac_link") 1>&5; (eval $ac_link) 2>conftest.err; }; then
  551.     # Append any warnings to the config.log.
  552.     cat conftest.err 1>&5
  553.     for ac_file in conftest.*; do
  554.       case $ac_file in
  555.       *.c | *.err | *.$objext ) ;;
  556.       *) ac_cv_exeext=.`echo $ac_file | sed -e s/conftest.//` ;;
  557.       esac
  558.     done
  559.   else
  560.     cat conftest.err 1>&5
  561.     echo "$progname: failed program was:" >&5
  562.     cat conftest.c >&5
  563.   fi
  564.   $rm conftest*
  565. fi
  566. if test "X$ac_cv_exeext" = Xno; then
  567.   exeext=""
  568. else
  569.   exeext="$ac_cv_exeext"
  570. fi
  571. echo "$ac_t$ac_cv_exeext" 1>&6
  572. echo $ac_n "checking for $compiler option to produce PIC... $ac_c" 1>&6
  573. pic_flag=
  574. special_shlib_compile_flags=
  575. wl=
  576. link_static_flag=
  577. no_builtin_flag=
  578. if test "$with_gcc" = yes; then
  579.   wl='-Wl,'
  580.   link_static_flag='-static'
  581.   case "$host_os" in
  582.   beos* | irix5* | irix6* | osf3* | osf4*)
  583.     # PIC is the default for these OSes.
  584.     ;;
  585.   aix*)
  586.     # Below there is a dirty hack to force normal static linking with -ldl
  587.     # The problem is because libdl dynamically linked with both libc and
  588.     # libC (AIX C++ library), which obviously doesn't included in libraries
  589.     # list by gcc. This cause undefined symbols with -static flags.
  590.     # This hack allows C programs to be linked with "-static -ldl", but
  591.     # we not sure about C++ programs.
  592.     link_static_flag="$link_static_flag ${wl}-lC"
  593.     ;;
  594.   cygwin* | mingw* | os2*)
  595.     # We can build DLLs from non-PIC.
  596.     ;;
  597.   amigaos*)
  598.     # FIXME: we need at least 68020 code to build shared libraries, but
  599.     # adding the `-m68020' flag to GCC prevents building anything better,
  600.     # like `-m68040'.
  601.     pic_flag='-m68020 -resident32 -malways-restore-a4'
  602.     ;;
  603.   sysv4*MP*)
  604.     if test -d /usr/nec; then
  605.        pic_flag=-Kconform_pic
  606.     fi
  607.     ;;
  608.   *)
  609.     pic_flag='-fPIC'
  610.     ;;
  611.   esac
  612. else
  613.   # PORTME Check for PIC flags for the system compiler.
  614.   case "$host_os" in
  615.   aix3* | aix4*)
  616.     # All AIX code is PIC.
  617.     link_static_flag='-bnso -bI:/lib/syscalls.exp'
  618.     ;;
  619.   hpux9* | hpux10* | hpux11*)
  620.     # Is there a better link_static_flag that works with the bundled CC?
  621.     wl='-Wl,'
  622.     link_static_flag="${wl}-a ${wl}archive"
  623.     pic_flag='+Z'
  624.     ;;
  625.   irix5* | irix6*)
  626.     wl='-Wl,'
  627.     link_static_flag='-non_shared'
  628.     # PIC (with -KPIC) is the default.
  629.     ;;
  630.   cygwin* | mingw* | os2*)
  631.     # We can build DLLs from non-PIC.
  632.     ;;
  633.   osf3* | osf4*)
  634.     # All OSF/1 code is PIC.
  635.     wl='-Wl,'
  636.     link_static_flag='-non_shared'
  637.     ;;
  638.   sco3.2v5*)
  639.     pic_flag='-Kpic'
  640.     link_static_flag='-dn'
  641.     special_shlib_compile_flags='-belf'
  642.     ;;
  643.   solaris*)
  644.     pic_flag='-KPIC'
  645.     link_static_flag='-Bstatic'
  646.     wl='-Wl,'
  647.     ;;
  648.   sunos4*)
  649.     pic_flag='-PIC'
  650.     link_static_flag='-Bstatic'
  651.     wl='-Qoption ld '
  652.     ;;
  653.   sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  654.     pic_flag='-KPIC'
  655.     link_static_flag='-Bstatic'
  656.     wl='-Wl,'
  657.     ;;
  658.   uts4*)
  659.     pic_flag='-pic'
  660.     link_static_flag='-Bstatic'
  661.     ;;
  662.   sysv4*MP*)
  663.     if test -d /usr/nec ;then
  664.       pic_flag='-Kconform_pic'
  665.       link_static_flag='-Bstatic'
  666.     fi
  667.     ;;
  668.   *)
  669.     can_build_shared=no
  670.     ;;
  671.   esac
  672. fi
  673. if test -n "$pic_flag"; then
  674.   echo "$ac_t$pic_flag" 1>&6
  675.   # Check to make sure the pic_flag actually works.
  676.   echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
  677.   $rm conftest*
  678.   echo "int some_variable = 0;" > conftest.c
  679.   save_CFLAGS="$CFLAGS"
  680.   CFLAGS="$CFLAGS $pic_flag -DPIC"
  681.   echo "$progname:776: checking if $compiler PIC flag $pic_flag works" >&5
  682.   if { (eval echo $progname:777: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.$objext; then
  683.     # Append any warnings to the config.log.
  684.     cat conftest.err 1>&5
  685.     
  686.     case "$host_os" in
  687.     hpux9* | hpux10* | hpux11*)
  688.       # On HP-UX, both CC and GCC only warn that PIC is supported... then they
  689.       # create non-PIC objects.  So, if there were any warnings, we assume that
  690.       # PIC is not supported.
  691.       if test -s conftest.err; then
  692. echo "$ac_t"no 1>&6
  693. can_build_shared=no
  694. pic_flag=
  695.       else
  696. echo "$ac_t"yes 1>&6
  697. pic_flag=" $pic_flag"
  698.       fi
  699.       ;;
  700.     *)
  701.       echo "$ac_t"yes 1>&6
  702.       pic_flag=" $pic_flag"
  703.       ;;
  704.     esac
  705.   else
  706.     # Append any errors to the config.log.
  707.     cat conftest.err 1>&5
  708.     can_build_shared=no
  709.     pic_flag=
  710.     echo "$ac_t"no 1>&6
  711.   fi
  712.   CFLAGS="$save_CFLAGS"
  713.   $rm conftest*
  714. else
  715.   echo "$ac_t"none 1>&6
  716. fi
  717. # Check to see if options -o and -c are simultaneously supported by compiler
  718. echo $ac_n "checking if $compiler supports -c -o file.o... $ac_c" 1>&6
  719. $rm -r conftest 2>/dev/null
  720. mkdir conftest
  721. cd conftest
  722. $rm conftest*
  723. echo "int some_variable = 0;" > conftest.c
  724. mkdir out
  725. # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
  726. # that will create temporary files in the current directory regardless of
  727. # the output directory.  Thus, making CWD read-only will cause this test
  728. # to fail, enabling locking or at least warning the user not to do parallel
  729. # builds.
  730. chmod -w .
  731. save_CFLAGS="$CFLAGS"
  732. CFLAGS="$CFLAGS -o out/conftest2.o"
  733. echo "$progname:829: checking if $compiler supports -c -o file.o" >&5
  734. if { (eval echo $progname:830: "$ac_compile") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.o; then
  735.   # The compiler can only warn and ignore the option if not recognized
  736.   # So say no if there are warnings
  737.     if test -s out/conftest.err; then
  738.       echo "$ac_t"no 1>&6
  739.       compiler_c_o=no
  740.     else
  741.       echo "$ac_t"yes 1>&6
  742.       compiler_c_o=yes
  743.     fi
  744. else
  745.   # Append any errors to the config.log.
  746.   cat out/conftest.err 1>&5
  747.   compiler_c_o=no
  748.   echo "$ac_t"no 1>&6
  749. fi
  750. CFLAGS="$save_CFLAGS"
  751. chmod u+w .
  752. $rm conftest* out/*
  753. rmdir out
  754. cd ..
  755. rmdir conftest
  756. $rm -r conftest 2>/dev/null
  757. if test x"$compiler_c_o" = x"yes"; then
  758.   # Check to see if we can write to a .lo
  759.   echo $ac_n "checking if $compiler supports -c -o file.lo... $ac_c" 1>&6
  760.   $rm conftest*
  761.   echo "int some_variable = 0;" > conftest.c
  762.   save_CFLAGS="$CFLAGS"
  763.   CFLAGS="$CFLAGS -c -o conftest.lo"
  764.   echo "$progname:862: checking if $compiler supports -c -o file.lo" >&5
  765. if { (eval echo $progname:863: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.lo; then
  766.     # The compiler can only warn and ignore the option if not recognized
  767.     # So say no if there are warnings
  768.       if test -s conftest.err; then
  769. echo "$ac_t"no 1>&6
  770. compiler_o_lo=no
  771.       else
  772. echo "$ac_t"yes 1>&6
  773. compiler_o_lo=yes
  774.       fi
  775.   else
  776.     # Append any errors to the config.log.
  777.     cat conftest.err 1>&5
  778.     compiler_o_lo=no
  779.     echo "$ac_t"no 1>&6
  780.   fi
  781.   CFLAGS="$save_CFLAGS"
  782.   $rm conftest*
  783. else
  784.   compiler_o_lo=no
  785. fi
  786. # Check to see if we can do hard links to lock some files if needed
  787. hard_links="nottested"
  788. if test "$compiler_c_o" = no && test "$need_locks" != no; then
  789.   # do not overwrite the value of need_locks provided by the user
  790.   echo $ac_n "checking if we can lock with hard links... $ac_c" 1>&6
  791.   hard_links=yes
  792.   $rm conftest*
  793.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  794.   touch conftest.a
  795.   ln conftest.a conftest.b 2>&5 || hard_links=no
  796.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  797.   echo "$ac_t$hard_links" 1>&6
  798.   $rm conftest*
  799.   if test "$hard_links" = no; then
  800.     echo "*** WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&2
  801.     need_locks=warn
  802.   fi
  803. else
  804.   need_locks=no
  805. fi
  806. if test "$with_gcc" = yes; then
  807.   # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
  808.   echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions ... $ac_c" 1>&6
  809.   $rm conftest*
  810.   echo "int some_variable = 0;" > conftest.c
  811.   save_CFLAGS="$CFLAGS"
  812.   CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.c"
  813.   echo "$progname:914: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  814.   if { (eval echo $progname:915: "$ac_compile") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.o; then
  815.     # The compiler can only warn and ignore the option if not recognized
  816.     # So say no if there are warnings
  817.       if test -s conftest.err; then
  818. echo "$ac_t"no 1>&6
  819. compiler_rtti_exceptions=no
  820.       else
  821. echo "$ac_t"yes 1>&6
  822. compiler_rtti_exceptions=yes
  823.       fi
  824.   else
  825.     # Append any errors to the config.log.
  826.     cat conftest.err 1>&5
  827.     compiler_rtti_exceptions=no
  828.     echo "$ac_t"no 1>&6
  829.   fi
  830.   CFLAGS="$save_CFLAGS"
  831.   $rm conftest*
  832.   if test "$compiler_rtti_exceptions" = "yes"; then
  833.     no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
  834.   else
  835.     no_builtin_flag=' -fno-builtin'
  836.   fi
  837.   
  838. fi
  839. # Check for any special shared library compilation flags.
  840. if test -n "$special_shlib_compile_flags"; then
  841.   echo "$progname: warning: `$CC' requires `$special_shlib_compile_flags' to build shared libraries" 1>&2
  842.   if echo "$old_CC $old_CFLAGS " | egrep -e "[  ]$special_shlib_compile_flags[  ]" >/dev/null; then :
  843.   else
  844.     echo "$progname: add `$special_shlib_compile_flags' to the CC or CFLAGS env variable and reconfigure" 1>&2
  845.     can_build_shared=no
  846.   fi
  847. fi
  848. echo $ac_n "checking if $compiler static flag $link_static_flag works... $ac_c" 1>&6
  849. $rm conftest*
  850. echo 'main(){return(0);}' > conftest.c
  851. save_LDFLAGS="$LDFLAGS"
  852. LDFLAGS="$LDFLAGS $link_static_flag"
  853. echo "$progname:958: checking if $compiler static flag $link_static_flag works" >&5
  854. if { (eval echo $progname:959: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  855.   echo "$ac_t$link_static_flag" 1>&6
  856. else
  857.   echo "$ac_t"none 1>&6
  858.   link_static_flag=
  859. fi
  860. LDFLAGS="$save_LDFLAGS"
  861. $rm conftest*
  862. if test -z "$LN_S"; then
  863.   # Check to see if we can use ln -s, or we need hard links.
  864.   echo $ac_n "checking whether ln -s works... $ac_c" 1>&6
  865.   $rm conftest.dat
  866.   if ln -s X conftest.dat 2>/dev/null; then
  867.     $rm conftest.dat
  868.     LN_S="ln -s"
  869.   else
  870.     LN_S=ln
  871.   fi
  872.   if test "$LN_S" = "ln -s"; then
  873.     echo "$ac_t"yes 1>&6
  874.   else
  875.     echo "$ac_t"no 1>&6
  876.   fi
  877. fi
  878. # Make sure LD is an absolute path.
  879. if test -z "$LD"; then
  880.   ac_prog=ld
  881.   if test "$with_gcc" = yes; then
  882.     # Check if gcc -print-prog-name=ld gives a path.
  883.     echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
  884.     echo "$progname:991: checking for ld used by GCC" >&5
  885.     ac_prog=`($CC -print-prog-name=ld) 2>&5`
  886.     case "$ac_prog" in
  887.     # Accept absolute paths.
  888.     [\/]* | [A-Za-z]:[\/]*)
  889.       re_direlt='/[^/][^/]*/../'
  890.       # Canonicalize the path of ld
  891.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  892.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  893. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  894.       done
  895.       test -z "$LD" && LD="$ac_prog"
  896.       ;;
  897.     "")
  898.       # If it fails, then pretend we are not using GCC.
  899.       ac_prog=ld
  900.       ;;
  901.     *)
  902.       # If it is relative, then search for the first ld in PATH.
  903.       with_gnu_ld=unknown
  904.       ;;
  905.     esac
  906.   elif test "$with_gnu_ld" = yes; then
  907.     echo $ac_n "checking for GNU ld... $ac_c" 1>&6
  908.     echo "$progname:1015: checking for GNU ld" >&5
  909.   else
  910.     echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  911.     echo "$progname:1018: checking for non-GNU ld" >&5
  912.   fi
  913.   if test -z "$LD"; then
  914.     IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  915.     for ac_dir in $PATH; do
  916.       test -z "$ac_dir" && ac_dir=.
  917.       if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  918. LD="$ac_dir/$ac_prog"
  919. # Check to see if the program is GNU ld.  I'd rather use --version,
  920. # but apparently some GNU ld's only accept -v.
  921. # Break only if it was the GNU/non-GNU ld that we prefer.
  922. if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  923.   test "$with_gnu_ld" != no && break
  924. else
  925.   test "$with_gnu_ld" != yes && break
  926. fi
  927.       fi
  928.     done
  929.     IFS="$ac_save_ifs"
  930.   fi
  931.   if test -n "$LD"; then
  932.     echo "$ac_t$LD" 1>&6
  933.   else
  934.     echo "$ac_t"no 1>&6
  935.   fi
  936.   if test -z "$LD"; then
  937.     echo "$progname: error: no acceptable ld found in $PATH" 1>&2
  938.     exit 1
  939.   fi
  940. fi
  941. # Check to see if it really is or is not GNU ld.
  942. echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6
  943. # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  944. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  945.   with_gnu_ld=yes
  946. else
  947.   with_gnu_ld=no
  948. fi
  949. echo "$ac_t$with_gnu_ld" 1>&6
  950. # See if the linker supports building shared libraries.
  951. echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
  952. allow_undefined_flag=
  953. no_undefined_flag=
  954. need_lib_prefix=unknown
  955. need_version=unknown
  956. # when you set need_version to no, make sure it does not cause -set_version
  957. # flags to be left without arguments
  958. archive_cmds=
  959. archive_expsym_cmds=
  960. old_archive_from_new_cmds=
  961. export_dynamic_flag_spec=
  962. whole_archive_flag_spec=
  963. thread_safe_flag_spec=
  964. hardcode_libdir_flag_spec=
  965. hardcode_libdir_separator=
  966. hardcode_direct=no
  967. hardcode_minus_L=no
  968. hardcode_shlibpath_var=unsupported
  969. runpath_var=
  970. always_export_symbols=no
  971. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '''s/.* //''' | sort | uniq > $export_symbols'
  972. # include_expsyms should be a list of space-separated symbols to be *always*
  973. # included in the symbol list
  974. include_expsyms=
  975. # exclude_expsyms can be an egrep regular expression of symbols to exclude
  976. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  977. # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  978. # as well as any symbol that contains `d'.
  979. exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  980. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  981. # platforms (ab)use it in PIC code, but their linkers get confused if
  982. # the symbol is explicitly referenced.  Since portable code cannot
  983. # rely on this symbol name, it's probably fine to never include it in
  984. # preloaded symbol tables.
  985. case "$host_os" in
  986. cygwin* | mingw*)
  987.   # FIXME: the MSVC++ port hasn't been tested in a loooong time
  988.   # When not using gcc, we currently assume that we are using
  989.   # Microsoft Visual C++.
  990.   if test "$with_gcc" != yes; then
  991.     with_gnu_ld=no
  992.   fi
  993.   ;;
  994. esac
  995. ld_shlibs=yes
  996. if test "$with_gnu_ld" = yes; then
  997.   # If archive_cmds runs LD, not CC, wlarc should be empty
  998.   wlarc='${wl}'
  999.   # See if GNU ld supports shared libraries.
  1000.   case "$host_os" in
  1001.   aix3* | aix4*)
  1002.     # On AIX, the GNU linker is very broken
  1003.     ld_shlibs=no
  1004.     cat <<EOF 1>&2
  1005. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  1006. *** to be unable to reliably create shared libraries on AIX.
  1007. *** Therefore, libtool is disabling shared libraries support.  If you
  1008. *** really care for shared libraries, you may want to modify your PATH
  1009. *** so that a non-GNU linker is found, and then restart.
  1010. EOF
  1011.     ;;
  1012.   amigaos*)
  1013.     archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
  1014.     hardcode_libdir_flag_spec='-L$libdir'
  1015.     hardcode_minus_L=yes
  1016.     # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  1017.     # that the semantics of dynamic libraries on AmigaOS, at least up
  1018.     # to version 4, is to share data among multiple programs linked
  1019.     # with the same dynamic library.  Since this doesn't match the
  1020.     # behavior of shared libraries on other platforms, we can use
  1021.     # them.
  1022.     ld_shlibs=no
  1023.     ;;
  1024.   beos*)
  1025.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1026.       allow_undefined_flag=unsupported
  1027.       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1028.       # support --undefined.  This deserves some investigation.  FIXME
  1029.       archive_cmds='$CC -nostart $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1030.     else
  1031.       ld_shlibs=no
  1032.     fi
  1033.     ;;
  1034.   cygwin* | mingw*)
  1035.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1036.     # no search path for DLLs.
  1037.     hardcode_libdir_flag_spec='-L$libdir'
  1038.     allow_undefined_flag=unsupported
  1039.     always_export_symbols=yes
  1040.     # Extract the symbol export list from an `--export-all' def file,
  1041.     # then regenerate the def file from the symbol export list, so that
  1042.     # the compiled dll only exports the symbol export list.
  1043.     export_symbols_cmds='test -f $objdir/$soname-ltdll.c || sed -e "/^# /* ltdll.c starts here *//,/^# /* ltdll.c ends here *// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~
  1044.       test -f $objdir/$soname-ltdll.$objext || (cd $objdir && $CC -c $soname-ltdll.c)~
  1045.       $DLLTOOL --export-all --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $objdir/$soname-def  $objdir/$soname-ltdll.$objext $libobjs $convenience~
  1046.       sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]* ; *//" < $objdir/$soname-def > $export_symbols'
  1047.     archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
  1048.       _lt_hint=1;
  1049.       for symbol in `cat $export_symbols`; do
  1050. echo " $symbol @ $_lt_hint ; " >> $objdir/$soname-def;
  1051. _lt_hint=`expr 1 + $_lt_hint`;
  1052.       done~
  1053.       test -f $objdir/$soname-ltdll.c || sed -e "/^# /* ltdll.c starts here *//,/^# /* ltdll.c ends here *// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~
  1054.       test -f $objdir/$soname-ltdll.$objext || (cd $objdir && $CC -c $soname-ltdll.c)~
  1055.       $CC -Wl,--base-file,$objdir/$soname-base -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts~
  1056.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
  1057.       $CC -Wl,--base-file,$objdir/$soname-base $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts~
  1058.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
  1059.       $CC $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts'
  1060.       old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a' 
  1061.     ;;
  1062.   netbsd*)
  1063.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1064.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1065.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1066.     else
  1067.       archive_cmds='$LD -Bshareable $libobjs $deplibs $linkopts -o $lib'
  1068.       # can we support soname and/or expsyms with a.out? -oliva
  1069.     fi
  1070.     ;;
  1071.   solaris*)
  1072.     if $LD -v 2>&1 | egrep 'BFD 2.8' > /dev/null; then
  1073.       ld_shlibs=no
  1074.       cat <<EOF 1>&2
  1075. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  1076. *** create shared libraries on Solaris systems.  Therefore, libtool
  1077. *** is disabling shared libraries support.  We urge you to upgrade GNU
  1078. *** binutils to release 2.9.1 or newer.  Another option is to modify
  1079. *** your PATH or compiler configuration so that the native linker is
  1080. *** used, and then restart.
  1081. EOF
  1082.     elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1083.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1084.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1085.     else
  1086.       ld_shlibs=no
  1087.     fi
  1088.     ;;      
  1089.   sunos4*)
  1090.     archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1091.     wlarc=
  1092.     hardcode_direct=yes
  1093.     hardcode_shlibpath_var=no
  1094.     ;;
  1095.   *)
  1096.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1097.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
  1098.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1099.     else
  1100.       ld_shlibs=no
  1101.     fi
  1102.     ;;
  1103.   esac
  1104.   if test "$ld_shlibs" = yes; then
  1105.     runpath_var=LD_RUN_PATH
  1106.     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
  1107.     export_dynamic_flag_spec='${wl}--export-dynamic'
  1108.     case $host_os in
  1109.     cygwin* | mingw*)
  1110.       # dlltool doesn't understand --whole-archive et. al.
  1111.       whole_archive_flag_spec=
  1112.       ;;
  1113.     *)
  1114.       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1115.       ;;
  1116.     esac
  1117.   fi
  1118. else
  1119.   # PORTME fill in a description of your system's linker (not GNU ld)
  1120.   case "$host_os" in
  1121.   aix3*)
  1122.     allow_undefined_flag=unsupported
  1123.     always_export_symbols=yes
  1124.     archive_expsym_cmds='$LD -o $objdir/$soname $libobjs $deplibs $linkopts -bE:$export_symbols -T512 -H512 -bM:SRE~$AR cru $lib $objdir/$soname'
  1125.     # Note: this linker hardcodes the directories in LIBPATH if there
  1126.     # are no directories specified by -L.
  1127.     hardcode_minus_L=yes
  1128.     if test "$with_gcc" = yes && test -z "$link_static_flag"; then
  1129.       # Neither direct hardcoding nor static linking is supported with a
  1130.       # broken collect2.
  1131.       hardcode_direct=unsupported
  1132.     fi
  1133.     ;;
  1134.   aix4*)
  1135.     hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
  1136.     hardcode_libdir_separator=':'
  1137.     if test "$with_gcc" = yes; then
  1138.       collect2name=`${CC} -print-prog-name=collect2`
  1139.       if test -f "$collect2name" && 
  1140.  strings "$collect2name" | grep resolve_lib_name >/dev/null
  1141.       then
  1142. # We have reworked collect2
  1143. hardcode_direct=yes
  1144.       else
  1145. # We have old collect2
  1146. hardcode_direct=unsupported
  1147. # It fails to find uninstalled libraries when the uninstalled
  1148. # path is not listed in the libpath.  Setting hardcode_minus_L
  1149. # to unsupported forces relinking
  1150. hardcode_minus_L=yes
  1151. hardcode_libdir_flag_spec='-L$libdir'
  1152. hardcode_libdir_separator=
  1153.       fi
  1154.       shared_flag='-shared'
  1155.     else
  1156.       shared_flag='${wl}-bM:SRE'
  1157.       hardcode_direct=yes
  1158.     fi
  1159.     allow_undefined_flag=' ${wl}-berok'
  1160.     archive_cmds="$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
  1161.     archive_expsym_cmds="$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
  1162.     case "$host_os" in aix4.[01]|aix4.[01].*)
  1163.       # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
  1164.       always_export_symbols=yes ;;
  1165.     esac
  1166.    ;;
  1167.   amigaos*)
  1168.     archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
  1169.     hardcode_libdir_flag_spec='-L$libdir'
  1170.     hardcode_minus_L=yes
  1171.     # see comment about different semantics on the GNU ld section
  1172.     ld_shlibs=no
  1173.     ;;
  1174.   cygwin* | mingw*)
  1175.     # When not using gcc, we currently assume that we are using
  1176.     # Microsoft Visual C++.
  1177.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1178.     # no search path for DLLs.
  1179.     hardcode_libdir_flag_spec=' '
  1180.     allow_undefined_flag=unsupported
  1181.     # Tell ltmain to make .lib files, not .a files.
  1182.     libext=lib
  1183.     # FIXME: Setting linknames here is a bad hack.
  1184.     archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '''s/ -lc$//'''` -link -dll~linknames='
  1185.     # The linker will automatically build a .lib file if we build a DLL.
  1186.     old_archive_from_new_cmds='true'
  1187.     # FIXME: Should let the user specify the lib program.
  1188.     old_archive_cmds='lib /OUT:$oldlib$oldobjs'
  1189.     fix_srcfile_path='`cygpath -w $srcfile`'
  1190.     ;;
  1191.   freebsd1*)
  1192.     ld_shlibs=no
  1193.     ;;
  1194.   # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1195.   # support.  Future versions do this automatically, but an explicit c++rt0.o
  1196.   # does not break anything, and helps significantly (at the cost of a little
  1197.   # extra space).
  1198.   freebsd2.2*)
  1199.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts /usr/lib/c++rt0.o'
  1200.     hardcode_libdir_flag_spec='-R$libdir'
  1201.     hardcode_direct=yes
  1202.     hardcode_shlibpath_var=no
  1203.     ;;
  1204.   # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1205.   freebsd2*)
  1206.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1207.     hardcode_direct=yes
  1208.     hardcode_minus_L=yes
  1209.     hardcode_shlibpath_var=no
  1210.     ;;
  1211.   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1212.   freebsd*)
  1213.     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
  1214.     hardcode_libdir_flag_spec='-R$libdir'
  1215.     hardcode_direct=yes
  1216.     hardcode_shlibpath_var=no
  1217.     ;;
  1218.   hpux9* | hpux10* | hpux11*)
  1219.     case "$host_os" in
  1220.     hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;;
  1221.     *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linkopts' ;;
  1222.     esac
  1223.     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1224.     hardcode_libdir_separator=:
  1225.     hardcode_direct=yes
  1226.     hardcode_minus_L=yes # Not in the search PATH, but as the default
  1227.  # location of the library.
  1228.     export_dynamic_flag_spec='${wl}-E'
  1229.     ;;
  1230.   irix5* | irix6*)
  1231.     if test "$with_gcc" = yes; then
  1232.       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
  1233.     else
  1234.       archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1235.     fi
  1236.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1237.     hardcode_libdir_separator=:
  1238.     ;;
  1239.   netbsd*)
  1240.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1241.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'  # a.out
  1242.     else
  1243.       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linkopts'      # ELF
  1244.     fi
  1245.     hardcode_libdir_flag_spec='${wl}-R$libdir'
  1246.     hardcode_direct=yes
  1247.     hardcode_shlibpath_var=no
  1248.     ;;
  1249.   openbsd*)
  1250.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1251.     hardcode_libdir_flag_spec='-R$libdir'
  1252.     hardcode_direct=yes
  1253.     hardcode_shlibpath_var=no
  1254.     ;;
  1255.   os2*)
  1256.     hardcode_libdir_flag_spec='-L$libdir'
  1257.     hardcode_minus_L=yes
  1258.     allow_undefined_flag=unsupported
  1259.     archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $objdir/$libname.def~$echo "DESCRIPTION "$libname"" >> $objdir/$libname.def~$echo DATA >> $objdir/$libname.def~$echo " SINGLE NONSHARED" >> $objdir/$libname.def~$echo EXPORTS >> $objdir/$libname.def~emxexp $libobjs >> $objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $linkopts $objdir/$libname.def'
  1260.     old_archive_from_new_cmds='emximp -o $objdir/$libname.a $objdir/$libname.def'
  1261.     ;;
  1262.   osf3* | osf4*)
  1263.     if test "$with_gcc" = yes; then
  1264.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1265.       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
  1266.     else
  1267.       allow_undefined_flag=' -expect_unresolved *'
  1268.       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1269.     fi
  1270.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1271.     hardcode_libdir_separator=:
  1272.     ;;
  1273.   sco3.2v5*)
  1274.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1275.     hardcode_shlibpath_var=no
  1276.     runpath_var=LD_RUN_PATH
  1277.     hardcode_runpath_var=yes
  1278.     ;;
  1279.   solaris*)
  1280.     no_undefined_flag=' -z text'
  1281.     # $CC -shared without GNU ld will not create a library from C++
  1282.     # object files and a static libstdc++, better avoid it by now
  1283.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
  1284.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1285. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linkopts~$rm $lib.exp'
  1286.     hardcode_libdir_flag_spec='-R$libdir'
  1287.     hardcode_shlibpath_var=no
  1288.     case "$host_os" in
  1289.     solaris2.[0-5] | solaris2.[0-5].*) ;;
  1290.     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
  1291.       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
  1292.     esac
  1293.     ;;
  1294.   sunos4*)
  1295.     archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts'
  1296.     hardcode_libdir_flag_spec='-L$libdir'
  1297.     hardcode_direct=yes
  1298.     hardcode_minus_L=yes
  1299.     hardcode_shlibpath_var=no
  1300.     ;;
  1301.   sysv4)
  1302.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1303.     runpath_var='LD_RUN_PATH'
  1304.     hardcode_shlibpath_var=no
  1305.     hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
  1306.     ;;  
  1307.   sysv4.3*)
  1308.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1309.     hardcode_shlibpath_var=no
  1310.     export_dynamic_flag_spec='-Bexport'
  1311.     ;;
  1312.   uts4*)
  1313.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1314.     hardcode_libdir_flag_spec='-L$libdir'
  1315.     hardcode_shlibpath_var=no
  1316.     ;;
  1317.   dgux*)
  1318.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1319.     hardcode_libdir_flag_spec='-L$libdir'
  1320.     hardcode_shlibpath_var=no
  1321.     ;;
  1322.   sysv4*MP*)
  1323.     if test -d /usr/nec ;then
  1324.     # archive_cmds='$LD -G -z text -h $soname -o $lib$libobjs$deplibs'
  1325.     archive_cmds='$LD -G -h $soname -o $lib$libobjs$deplibs'
  1326.     hardcode_shlibpath_var=no
  1327.     runpath_var=LD_RUN_PATH
  1328.     hardcode_runpath_var=yes
  1329.     ld_shlibs=yes
  1330.     fi
  1331.     ;;
  1332.   *)
  1333.     ld_shlibs=no
  1334.     ;;
  1335.   esac
  1336. fi
  1337. echo "$ac_t$ld_shlibs" 1>&6
  1338. test "$ld_shlibs" = no && can_build_shared=no
  1339. if test -z "$NM"; then
  1340.   echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
  1341.   case "$NM" in
  1342.   [\/]* | [A-Za-z]:[\/]*) ;; # Let the user override the test with a path.
  1343.   *)
  1344.     IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  1345.     for ac_dir in $PATH /usr/ucb /usr/ccs/bin /bin; do
  1346.       test -z "$ac_dir" && ac_dir=.
  1347.       if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext; then
  1348. # Check to see if the nm accepts a BSD-compat flag.
  1349. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1350. #   nm: unknown option "B" ignored
  1351. if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1352.   NM="$ac_dir/nm -B"
  1353.   break
  1354. elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1355.   NM="$ac_dir/nm -p"
  1356.   break
  1357. else
  1358.   NM=${NM="$ac_dir/nm"} # keep the first match, but
  1359.   continue # so that we can try to find one that supports BSD flags
  1360. fi
  1361.       fi
  1362.     done
  1363.     IFS="$ac_save_ifs"
  1364.     test -z "$NM" && NM=nm
  1365.     ;;
  1366.   esac
  1367.   echo "$ac_t$NM" 1>&6
  1368. fi
  1369. # Check for command to grab the raw symbol name followed by C symbol from nm.
  1370. echo $ac_n "checking command to parse $NM output... $ac_c" 1>&6
  1371. # These are sane defaults that work on at least a few old systems.
  1372. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  1373. # Character class describing NM global symbol codes.
  1374. symcode='[BCDEGRST]'
  1375. # Regexp to match symbols that can be accessed directly from C.
  1376. sympat='([_A-Za-z][_A-Za-z0-9]*)'
  1377. # Transform the above into a raw symbol and a C symbol.
  1378. symxfrm='1 23 3'
  1379. # Transform an extracted symbol line into a proper C declaration
  1380. global_symbol_to_cdecl="sed -n -e 's/^. .* (.*)$/extern char 1;/p'"
  1381. # Define system-specific variables.
  1382. case "$host_os" in
  1383. aix*)
  1384.   symcode='[BCDT]'
  1385.   ;;
  1386. cygwin* | mingw*)
  1387.   symcode='[ABCDGISTW]'
  1388.   ;;
  1389. hpux*) # Its linker distinguishes data from code symbols
  1390.   global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern char 1();/p' -e 's/^. .* (.*)$/extern char 1;/p'"
  1391.   ;;
  1392. irix*)
  1393.   symcode='[BCDEGRST]'
  1394.   ;;
  1395. solaris*)
  1396.   symcode='[BDT]'
  1397.   ;;
  1398. sysv4)
  1399.   symcode='[DFNSTU]'
  1400.   ;;
  1401. esac
  1402. # If we're using GNU nm, then use its standard symbol codes.
  1403. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
  1404.   symcode='[ABCDGISTW]'
  1405. fi
  1406. # Try without a prefix undercore, then with it.
  1407. for ac_symprfx in "" "_"; do
  1408.   # Write the raw and C identifiers.
  1409.   global_symbol_pipe="sed -n -e 's/^.*[  ]($symcode)[  ][  ]*($ac_symprfx)$sympat$/$symxfrm/p'"
  1410.   # Check to see that the pipe works correctly.
  1411.   pipe_works=no
  1412.   $rm conftest*
  1413.   cat > conftest.c <<EOF
  1414. #ifdef __cplusplus
  1415. extern "C" {
  1416. #endif
  1417. char nm_test_var;
  1418. void nm_test_func(){}
  1419. #ifdef __cplusplus
  1420. }
  1421. #endif
  1422. main(){nm_test_var='a';nm_test_func();return(0);}
  1423. EOF
  1424.   echo "$progname:1592: checking if global_symbol_pipe works" >&5
  1425.   if { (eval echo $progname:1593: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; } && test -s conftest.$objext; then
  1426.     # Now try to grab the symbols.
  1427.     nlist=conftest.nm
  1428.     if { echo "$progname:1596: eval "$NM conftest.$objext | $global_symbol_pipe > $nlist"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
  1429.       # Try sorting and uniquifying the output.
  1430.       if sort "$nlist" | uniq > "$nlist"T; then
  1431. mv -f "$nlist"T "$nlist"
  1432.       else
  1433. rm -f "$nlist"T
  1434.       fi
  1435.       # Make sure that we snagged all the symbols we need.
  1436.       if egrep ' nm_test_var$' "$nlist" >/dev/null; then
  1437. if egrep ' nm_test_func$' "$nlist" >/dev/null; then
  1438.   cat <<EOF > conftest.c
  1439. #ifdef __cplusplus
  1440. extern "C" {
  1441. #endif
  1442. EOF
  1443.   # Now generate the symbol file.
  1444.   eval "$global_symbol_to_cdecl"' < "$nlist" >> conftest.c'
  1445.   cat <<EOF >> conftest.c
  1446. #if defined (__STDC__) && __STDC__
  1447. # define lt_ptr_t void *
  1448. #else
  1449. # define lt_ptr_t char *
  1450. # define const
  1451. #endif
  1452. /* The mapping between symbol names and symbols. */
  1453. const struct {
  1454.   const char *name;
  1455.   lt_ptr_t address;
  1456. }
  1457. lt_preloaded_symbols[] =
  1458. {
  1459. EOF
  1460.   sed 's/^. (.*) (.*)$/  {"2", (lt_ptr_t) &2},/' < "$nlist" >> conftest.c
  1461.   cat <<EOF >> conftest.c
  1462.   {0, (lt_ptr_t) 0}
  1463. };
  1464. #ifdef __cplusplus
  1465. }
  1466. #endif
  1467. EOF
  1468.   # Now try linking the two files.
  1469.   mv conftest.$objext conftstm.$objext
  1470.   save_LIBS="$LIBS"
  1471.   save_CFLAGS="$CFLAGS"
  1472.   LIBS="conftstm.$objext"
  1473.   CFLAGS="$CFLAGS$no_builtin_flag"
  1474.   if { (eval echo $progname:1648: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1475.     pipe_works=yes
  1476.   else
  1477.     echo "$progname: failed program was:" >&5
  1478.     cat conftest.c >&5
  1479.   fi
  1480.   LIBS="$save_LIBS"
  1481. else
  1482.   echo "cannot find nm_test_func in $nlist" >&5
  1483. fi
  1484.       else
  1485. echo "cannot find nm_test_var in $nlist" >&5
  1486.       fi
  1487.     else
  1488.       echo "cannot run $global_symbol_pipe" >&5
  1489.     fi
  1490.   else
  1491.     echo "$progname: failed program was:" >&5
  1492.     cat conftest.c >&5
  1493.   fi
  1494.   $rm conftest* conftst*
  1495.   # Do not use the global_symbol_pipe unless it works.
  1496.   if test "$pipe_works" = yes; then
  1497.     break
  1498.   else
  1499.     global_symbol_pipe=
  1500.   fi
  1501. done
  1502. if test "$pipe_works" = yes; then
  1503.   echo "${ac_t}ok" 1>&6
  1504. else
  1505.   echo "${ac_t}failed" 1>&6
  1506. fi
  1507. if test -z "$global_symbol_pipe"; then
  1508.   global_symbol_to_cdecl=
  1509. fi
  1510. # Check hardcoding attributes.
  1511. echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
  1512. hardcode_action=
  1513. if test -n "$hardcode_libdir_flag_spec" || 
  1514.    test -n "$runpath_var"; then
  1515.   # We can hardcode non-existant directories.
  1516.   if test "$hardcode_direct" != no &&
  1517.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1518.      # have to relink, otherwise we might link with an installed library
  1519.      # when we should be linking with a yet-to-be-installed one
  1520.      ## test "$hardcode_shlibpath_var" != no &&
  1521.      test "$hardcode_minus_L" != no; then
  1522.     # Linking always hardcodes the temporary library directory.
  1523.     hardcode_action=relink
  1524.   else
  1525.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1526.     hardcode_action=immediate
  1527.   fi
  1528. else
  1529.   # We cannot hardcode anything, or else we can only hardcode existing
  1530.   # directories.
  1531.   hardcode_action=unsupported
  1532. fi
  1533. echo "$ac_t$hardcode_action" 1>&6
  1534. reload_flag=
  1535. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1536. echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
  1537. # PORTME Some linkers may need a different reload flag.
  1538. reload_flag='-r'
  1539. echo "$ac_t$reload_flag" 1>&6
  1540. test -n "$reload_flag" && reload_flag=" $reload_flag"
  1541. # PORTME Fill in your ld.so characteristics
  1542. library_names_spec=
  1543. libname_spec='lib$name'
  1544. soname_spec=
  1545. postinstall_cmds=
  1546. postuninstall_cmds=
  1547. finish_cmds=
  1548. finish_eval=
  1549. shlibpath_var=
  1550. shlibpath_overrides_runpath=unknown
  1551. version_type=none
  1552. dynamic_linker="$host_os ld.so"
  1553. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1554. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1555. file_magic_cmd=
  1556. file_magic_test_file=
  1557. deplibs_check_method='unknown'
  1558. # Need to set the preceding variable on all platforms that support
  1559. # interlibrary dependencies.
  1560. # 'none' -- dependencies not supported.
  1561. # `unknown' -- same as none, but documents that we really don't know.
  1562. # 'pass_all' -- all dependencies passed with no checks.
  1563. # 'test_compile' -- check by making test program.
  1564. # 'file_magic [regex]' -- check by looking for files in library path
  1565. # which responds to the $file_magic_cmd with a given egrep regex.
  1566. # If you have `file' or equivalent on your system and you're not sure
  1567. # whether `pass_all' will *always* work, you probably want this one.
  1568. echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6
  1569. case "$host_os" in
  1570. aix3*)
  1571.   version_type=linux
  1572.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so $libname.a'
  1573.   shlibpath_var=LIBPATH
  1574.   # AIX has no versioning support, so we append a major version to the name.
  1575.   soname_spec='${libname}${release}.so$major'
  1576.   ;;
  1577. aix4*)
  1578.   version_type=linux
  1579.   # AIX has no versioning support, so currently we can not hardcode correct
  1580.   # soname into executable. Probably we can add versioning support to
  1581.   # collect2, so additional links can be useful in future.
  1582.   # We preserve .a as extension for shared libraries though AIX4.2
  1583.   # and later linker supports .so
  1584.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}.so $libname.a'
  1585.   shlibpath_var=LIBPATH
  1586.   deplibs_check_method=pass_all
  1587.   ;;
  1588. amigaos*)
  1589.   library_names_spec='$libname.ixlibrary $libname.a'
  1590.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1591.   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'
  1592.   ;;
  1593. beos*)
  1594.   library_names_spec='${libname}.so'
  1595.   dynamic_linker="$host_os ld.so"
  1596.   shlibpath_var=LIBRARY_PATH
  1597.   deplibs_check_method=pass_all
  1598.   lt_cv_dlopen="load_add_on"
  1599.   lt_cv_dlopen_libs=
  1600.   lt_cv_dlopen_self=yes
  1601.   ;;
  1602. bsdi4*)
  1603.   version_type=linux
  1604.   library_names_spec='${libname}.so$major ${libname}.so'
  1605.   soname_spec='${libname}.so'
  1606.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1607.   shlibpath_var=LD_LIBRARY_PATH
  1608.   deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  1609.   file_magic_cmd=/usr/bin/file
  1610.   file_magic_test_file=/shlib/libc.so
  1611.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1612.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1613.   # the default ld.so.conf also contains /usr/contrib/lib and
  1614.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1615.   # libtool to hard-code these into programs
  1616.   ;;
  1617. cygwin* | mingw*)
  1618.   version_type=windows
  1619.   need_version=no
  1620.   need_lib_prefix=no
  1621.   if test "$with_gcc" = yes; then
  1622.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
  1623.   else
  1624.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
  1625.   fi
  1626.   dynamic_linker='Win32 ld.exe'
  1627.   deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  1628.   file_magic_cmd='${OBJDUMP} -f'
  1629.   # FIXME: first we should search . and the directory the executable is in
  1630.   shlibpath_var=PATH
  1631.   lt_cv_dlopen="LoadLibrary"
  1632.   lt_cv_dlopen_libs=
  1633.   ;;
  1634. freebsd1*)
  1635.   dynamic_linker=no
  1636.   ;;
  1637.   
  1638. freebsd*)
  1639.   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  1640.   version_type=freebsd-$objformat
  1641.   case "$version_type" in
  1642.     freebsd-elf*)
  1643.       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
  1644.       file_magic_cmd=/usr/bin/file
  1645.       file_magic_test_file=`echo /usr/lib/libc.so*`
  1646.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  1647.       need_version=no
  1648.       need_lib_prefix=no
  1649.       ;;
  1650.     freebsd-*)
  1651.       deplibs_check_method=unknown
  1652.       library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix ${libname}.so'
  1653.       need_version=yes
  1654.       ;;
  1655.   esac
  1656.   finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
  1657.   shlibpath_var=LD_LIBRARY_PATH
  1658.   case "$host_os" in
  1659.   freebsd2* | freebsd3.[01]*)
  1660.     shlibpath_overrides_runpath=yes
  1661.     ;;
  1662.   *) # from 3.2 on
  1663.     shlibpath_overrides_runpath=no
  1664.     ;;
  1665.   esac
  1666.   ;;
  1667. gnu*)
  1668.   version_type=linux
  1669.   need_lib_prefix=no
  1670.   need_version=no
  1671.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
  1672.   soname_spec='${libname}${release}.so$major'
  1673.   shlibpath_var=LD_LIBRARY_PATH
  1674.   ;;
  1675. hpux9* | hpux10* | hpux11*)
  1676.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1677.   # link against other versions.
  1678.   dynamic_linker="$host_os dld.sl"
  1679.   version_type=sunos
  1680.   need_lib_prefix=no
  1681.   need_version=no
  1682.   shlibpath_var=SHLIB_PATH
  1683.   shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1684.   library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major ${libname}.so $libname.sl'
  1685.   soname_spec='${libname}${release}.sl$major'
  1686.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1687.   postinstall_cmds='chmod 555 $lib'
  1688.   ;;
  1689. irix5* | irix6*)
  1690.   version_type=irix
  1691.   need_lib_prefix=no
  1692.   need_version=no
  1693.   soname_spec='${libname}${release}.so.$major'
  1694.   library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major ${libname}${release}.so $libname.so'
  1695.   case "$host_os" in
  1696.   irix5*)
  1697.     libsuff= shlibsuff=
  1698.     # this will be overridden with pass_all, but let us keep it just in case
  1699.     deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
  1700.     ;;
  1701.   *)
  1702.     case "$LD" in # libtool.m4 will add one of these switches to LD
  1703.     *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
  1704.     *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
  1705.     *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1706.     *) libsuff= shlibsuff= libmagic=never-match;;
  1707.     esac
  1708.     # this will be overridden with pass_all, but let us keep it just in case
  1709.     deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
  1710.     ;;
  1711.   esac
  1712.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1713.   shlibpath_overrides_runpath=no
  1714.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1715.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1716.   file_magic_cmd=/usr/bin/file
  1717.   file_magic_test_file=`echo /lib${libsuff}/libc.so*`
  1718.   deplibs_check_method='pass_all'
  1719.   ;;
  1720. # No shared lib support for Linux oldld, aout, or coff.
  1721. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
  1722.   dynamic_linker=no
  1723.   ;;
  1724. # This must be Linux ELF.
  1725. linux-gnu*)
  1726.   version_type=linux
  1727.   need_lib_prefix=no
  1728.   need_version=no
  1729.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1730.   soname_spec='${libname}${release}.so$major'
  1731.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1732.   shlibpath_var=LD_LIBRARY_PATH
  1733.   shlibpath_overrides_runpath=no
  1734.   deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  1735.   file_magic_cmd=/usr/bin/file
  1736.   file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
  1737.   if test -f /lib/ld.so.1; then
  1738.     dynamic_linker='GNU ld.so'
  1739.   else
  1740.     # Only the GNU ld.so supports shared libraries on MkLinux.
  1741.     case "$host_cpu" in
  1742.     powerpc*) dynamic_linker=no ;;
  1743.     *) dynamic_linker='Linux ld.so' ;;
  1744.     esac
  1745.   fi
  1746.   ;;
  1747. netbsd*)
  1748.   version_type=sunos
  1749.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1750.     library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix ${libname}.so'
  1751.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1752.     dynamic_linker='NetBSD (a.out) ld.so'
  1753.   else
  1754.     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
  1755.     soname_spec='${libname}${release}.so$major'
  1756.     dynamic_linker='NetBSD ld.elf_so'
  1757.   fi
  1758.   shlibpath_var=LD_LIBRARY_PATH
  1759.   ;;
  1760. openbsd*)
  1761.   version_type=sunos
  1762.   if test "$with_gnu_ld" = yes; then
  1763.     need_lib_prefix=no
  1764.     need_version=no
  1765.   fi
  1766.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix ${libname}.so'
  1767.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1768.   shlibpath_var=LD_LIBRARY_PATH
  1769.   ;;
  1770. os2*)
  1771.   libname_spec='$name'
  1772.   need_lib_prefix=no
  1773.   library_names_spec='$libname.dll $libname.a'
  1774.   dynamic_linker='OS/2 ld.exe'
  1775.   shlibpath_var=LIBPATH
  1776.   ;;
  1777. osf3* | osf4*)
  1778.   version_type=osf
  1779.   need_version=no
  1780.   soname_spec='${libname}${release}.so'
  1781.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  1782.   shlibpath_var=LD_LIBRARY_PATH
  1783.   # this will be overridden with pass_all, but let us keep it just in case
  1784.   deplibs_check_method='file_magic COFF format alpha shared library'
  1785.   file_magic_cmd=/usr/bin/file
  1786.   file_magic_test_file=/shlib/libc.so
  1787.   deplibs_check_method='pass_all'
  1788.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1789.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1790.   ;;
  1791. sco3.2v5*)
  1792.   version_type=osf
  1793.   soname_spec='${libname}${release}.so$major'
  1794.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1795.   shlibpath_var=LD_LIBRARY_PATH
  1796.   ;;
  1797. solaris*)
  1798.   version_type=linux
  1799.   need_lib_prefix=no
  1800.   need_version=no
  1801.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1802.   soname_spec='${libname}${release}.so$major'
  1803.   shlibpath_var=LD_LIBRARY_PATH
  1804.   shlibpath_overrides_runpath=yes
  1805.   # ldd complains unless libraries are executable
  1806.   postinstall_cmds='chmod +x $lib'
  1807.   deplibs_check_method="file_magic ELF [0-9][0-9]-bit [LM]SB dynamic lib"
  1808.   file_magic_cmd=/usr/bin/file
  1809.   file_magic_test_file=/lib/libc.so
  1810.   ;;
  1811. sunos4*)
  1812.   version_type=sunos
  1813.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1814.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  1815.   shlibpath_var=LD_LIBRARY_PATH
  1816.   shlibpath_overrides_runpath=yes
  1817.   if test "$with_gnu_ld" = yes; then
  1818.     need_lib_prefix=no
  1819.   fi
  1820.   need_version=yes
  1821.   ;;
  1822. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1823.   version_type=linux
  1824.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1825.   soname_spec='${libname}${release}.so$major'
  1826.   shlibpath_var=LD_LIBRARY_PATH
  1827.   case "$host_vendor" in
  1828.     ncr)
  1829.       deplibs_check_method='pass_all'
  1830.       ;;
  1831.     motorola)
  1832.       need_lib_prefix=no
  1833.       need_version=no
  1834.       shlibpath_overrides_runpath=no
  1835.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1836.       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
  1837.       file_magic_cmd=/usr/bin/file
  1838.       file_magic_test_file=`echo /usr/lib/libc.so*`
  1839.       ;;
  1840.   esac
  1841.   ;;
  1842. uts4*)
  1843.   version_type=linux
  1844.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1845.   soname_spec='${libname}${release}.so$major'
  1846.   shlibpath_var=LD_LIBRARY_PATH
  1847.   ;;
  1848. dgux*)
  1849.   version_type=linux
  1850.   need_lib_prefix=no
  1851.   need_version=no
  1852.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1853.   soname_spec='${libname}${release}.so$major'
  1854.   shlibpath_var=LD_LIBRARY_PATH
  1855.   ;;
  1856. sysv4*MP*)
  1857.   if test -d /usr/nec ;then
  1858.     version_type=linux
  1859.     library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
  1860.     soname_spec='$libname.so.$major'
  1861.     shlibpath_var=LD_LIBRARY_PATH
  1862.   fi
  1863.   ;;
  1864. *)
  1865.   dynamic_linker=no
  1866.   ;;
  1867. esac
  1868. echo "$ac_t$dynamic_linker" 1>&6
  1869. test "$dynamic_linker" = no && can_build_shared=no
  1870. # Report the final consequences.
  1871. echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6
  1872. # Only try to build win32 dlls if AC_LIBTOOL_WIN32_DLL was used in
  1873. # configure.in, otherwise build static only libraries.
  1874. case "$host_os" in
  1875. cygwin* | mingw* | os2*)
  1876.   if test x$can_build_shared = xyes; then
  1877.     test x$enable_win32_dll = xno && can_build_shared=no
  1878.     echo "checking if package supports dlls... $can_build_shared" 1>&6
  1879.   fi
  1880. ;;
  1881. esac
  1882. if test -n "$file_magic_test_file" && test -n "$file_magic_cmd"; then
  1883.   case "$deplibs_check_method" in
  1884.   "file_magic "*)
  1885.     file_magic_regex="`expr "$deplibs_check_method" : "file_magic (.*)"`"
  1886.     if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  1887.        egrep "$file_magic_regex" > /dev/null; then
  1888.       :
  1889.     else
  1890.       cat <<EOF 1>&2
  1891. *** Warning: the command libtool uses to detect shared libraries,
  1892. *** $file_magic_cmd, produces output that libtool cannot recognize.
  1893. *** The result is that libtool may fail to recognize shared libraries
  1894. *** as such.  This will affect the creation of libtool libraries that
  1895. *** depend on shared libraries, but programs linked with such libtool
  1896. *** libraries will work regardless of this problem.  Nevertheless, you
  1897. *** may want to report the problem to your system manager and/or to
  1898. *** bug-libtool@gnu.org
  1899. EOF
  1900.     fi ;;
  1901.   esac
  1902. fi
  1903. echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6
  1904. test "$can_build_shared" = "no" && enable_shared=no
  1905. # On AIX, shared libraries and static libraries use the same namespace, and
  1906. # are all built from PIC.
  1907. case "$host_os" in
  1908. aix3*)
  1909.   test "$enable_shared" = yes && enable_static=no
  1910.   if test -n "$RANLIB"; then
  1911.     archive_cmds="$archive_cmds~$RANLIB $lib"
  1912.     postinstall_cmds='$RANLIB $lib'
  1913.   fi
  1914.   ;;
  1915. aix4*)
  1916.   test "$enable_shared" = yes && enable_static=no
  1917.   ;;
  1918. esac
  1919. echo "$ac_t$enable_shared" 1>&6
  1920. # Make sure either enable_shared or enable_static is yes.
  1921. test "$enable_shared" = yes || enable_static=yes
  1922. echo "checking whether to build static libraries... $enable_static" 1>&6
  1923. if test "$hardcode_action" = relink; then
  1924.   # Fast installation is not supported
  1925.   enable_fast_install=no
  1926. elif test "$shlibpath_overrides_runpath" = yes ||
  1927.      test "$enable_shared" = no; then
  1928.   # Fast installation is not necessary
  1929.   enable_fast_install=needless
  1930. fi
  1931. echo $ac_n "checking for objdir... $ac_c" 1>&6
  1932. rm -f .libs 2>/dev/null
  1933. mkdir .libs 2>/dev/null
  1934. if test -d .libs; then
  1935.   objdir=.libs
  1936. else
  1937.   # MS-DOS does not allow filenames that begin with a dot.
  1938.   objdir=_libs
  1939. fi
  1940. rmdir .libs 2>/dev/null
  1941. echo "$ac_t$objdir" 1>&6
  1942. if test "x$enable_dlopen" != xyes; then
  1943.   enable_dlopen=unknown
  1944.   enable_dlopen_self=unknown
  1945.   enable_dlopen_self_static=unknown
  1946. else
  1947. if eval "test "`echo '$''{'lt_cv_dlopen'+set}'`" != set"; then
  1948.   lt_cv_dlopen=no lt_cv_dlopen_libs=
  1949. echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
  1950. echo "$progname:2170: checking for dlopen in -ldl" >&5
  1951. ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
  1952. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1953.   echo $ac_n "(cached) $ac_c" 1>&6
  1954. else
  1955.   ac_save_LIBS="$LIBS"
  1956. LIBS="-ldl  $LIBS"
  1957. cat > conftest.$ac_ext <<EOF
  1958. #line 2178 "ltconfig"
  1959. /* Override any gcc2 internal prototype to avoid an error.  */
  1960. /* We use char because int might match the return type of a gcc2
  1961.     builtin and then its argument prototype would still apply.  */
  1962. char dlopen();
  1963. int main() {
  1964. dlopen()
  1965. ; return 0; }
  1966. EOF
  1967. if { (eval echo $progname:2188: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1968.   rm -rf conftest*
  1969.   eval "ac_cv_lib_$ac_lib_var=yes"
  1970. else
  1971.   echo "$progname: failed program was:" >&5
  1972.   cat conftest.$ac_ext >&5
  1973.   rm -rf conftest*
  1974.   eval "ac_cv_lib_$ac_lib_var=no"
  1975. fi
  1976. rm -f conftest*
  1977. LIBS="$ac_save_LIBS"
  1978. fi
  1979. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1980.   echo "$ac_t""yes" 1>&6
  1981.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  1982. else
  1983.   echo "$ac_t""no" 1>&6
  1984. echo $ac_n "checking for dlopen""... $ac_c" 1>&6
  1985. echo "$progname:2207: checking for dlopen" >&5
  1986. if eval "test "`echo '$''{'ac_cv_func_dlopen'+set}'`" = set"; then
  1987.   echo $ac_n "(cached) $ac_c" 1>&6
  1988. else
  1989.   cat > conftest.$ac_ext <<EOF
  1990. #line 2212 "ltconfig"
  1991. /* System header to define __stub macros and hopefully few prototypes,
  1992.     which can conflict with char dlopen(); below.  */
  1993. #include <assert.h>
  1994. /* Override any gcc2 internal prototype to avoid an error.  */
  1995. /* We use char because int might match the return type of a gcc2
  1996.     builtin and then its argument prototype would still apply.  */
  1997. char dlopen();
  1998. int main() {
  1999. /* The GNU C library defines this for functions which it implements
  2000.     to always fail with ENOSYS.  Some functions are actually named
  2001.     something starting with __ and the normal name is an alias.  */
  2002. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  2003. choke me
  2004. #else
  2005. dlopen();
  2006. #endif
  2007. ; return 0; }
  2008. EOF
  2009. if { (eval echo $progname:2234: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2010.   rm -rf conftest*
  2011.   eval "ac_cv_func_dlopen=yes"
  2012. else
  2013.   echo "$progname: failed program was:" >&5
  2014.   cat conftest.$ac_ext >&5
  2015.   rm -rf conftest*
  2016.   eval "ac_cv_func_dlopen=no"
  2017. fi
  2018. rm -f conftest*
  2019. fi
  2020. if eval "test "`echo '$ac_cv_func_'dlopen`" = yes"; then
  2021.   echo "$ac_t""yes" 1>&6
  2022.   lt_cv_dlopen="dlopen"
  2023. else
  2024.   echo "$ac_t""no" 1>&6
  2025. echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
  2026. echo "$progname:2251: checking for dld_link in -ldld" >&5
  2027. ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
  2028. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2029.   echo $ac_n "(cached) $ac_c" 1>&6
  2030. else
  2031.   ac_save_LIBS="$LIBS"
  2032. LIBS="-ldld  $LIBS"
  2033. cat > conftest.$ac_ext <<EOF
  2034. #line 2259 "ltconfig"
  2035. /* Override any gcc2 internal prototype to avoid an error.  */
  2036. /* We use char because int might match the return type of a gcc2
  2037.     builtin and then its argument prototype would still apply.  */
  2038. char dld_link();
  2039. int main() {
  2040. dld_link()
  2041. ; return 0; }
  2042. EOF
  2043. if { (eval echo $progname:2269: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2044.   rm -rf conftest*
  2045.   eval "ac_cv_lib_$ac_lib_var=yes"
  2046. else
  2047.   echo "$progname: failed program was:" >&5
  2048.   cat conftest.$ac_ext >&5
  2049.   rm -rf conftest*
  2050.   eval "ac_cv_lib_$ac_lib_var=no"
  2051. fi
  2052. rm -f conftest*
  2053. LIBS="$ac_save_LIBS"
  2054. fi
  2055. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2056.   echo "$ac_t""yes" 1>&6
  2057.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
  2058. else
  2059.   echo "$ac_t""no" 1>&6
  2060. echo $ac_n "checking for shl_load""... $ac_c" 1>&6
  2061. echo "$progname:2288: checking for shl_load" >&5
  2062. if eval "test "`echo '$''{'ac_cv_func_shl_load'+set}'`" = set"; then
  2063.   echo $ac_n "(cached) $ac_c" 1>&6
  2064. else
  2065.   cat > conftest.$ac_ext <<EOF
  2066. #line 2293 "ltconfig"
  2067. /* System header to define __stub macros and hopefully few prototypes,
  2068.     which can conflict with char shl_load(); below.  */
  2069. #include <assert.h>
  2070. /* Override any gcc2 internal prototype to avoid an error.  */
  2071. /* We use char because int might match the return type of a gcc2
  2072.     builtin and then its argument prototype would still apply.  */
  2073. char shl_load();
  2074. int main() {
  2075. /* The GNU C library defines this for functions which it implements
  2076.     to always fail with ENOSYS.  Some functions are actually named
  2077.     something starting with __ and the normal name is an alias.  */
  2078. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  2079. choke me
  2080. #else
  2081. shl_load();
  2082. #endif
  2083. ; return 0; }
  2084. EOF
  2085. if { (eval echo $progname:2315: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2086.   rm -rf conftest*
  2087.   eval "ac_cv_func_shl_load=yes"
  2088. else
  2089.   echo "$progname: failed program was:" >&5
  2090.   cat conftest.$ac_ext >&5
  2091.   rm -rf conftest*
  2092.   eval "ac_cv_func_shl_load=no"
  2093. fi
  2094. rm -f conftest*
  2095. fi
  2096. if eval "test "`echo '$ac_cv_func_'shl_load`" = yes"; then
  2097.   echo "$ac_t""yes" 1>&6
  2098.   lt_cv_dlopen="shl_load"
  2099. else
  2100.   echo "$ac_t""no" 1>&6
  2101. echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
  2102. echo "$progname:2333: checking for shl_load in -ldld" >&5
  2103. ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
  2104. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2105.   echo $ac_n "(cached) $ac_c" 1>&6
  2106. else
  2107.   ac_save_LIBS="$LIBS"
  2108. LIBS="-ldld  $LIBS"
  2109. cat > conftest.$ac_ext <<EOF
  2110. #line 2341 "ltconfig"
  2111. #include "confdefs.h"
  2112. /* Override any gcc2 internal prototype to avoid an error.  */
  2113. /* We use char because int might match the return type of a gcc2
  2114.     builtin and then its argument prototype would still apply.  */
  2115. char shl_load();
  2116. int main() {
  2117. shl_load()
  2118. ; return 0; }
  2119. EOF
  2120. if { (eval echo $progname:2352: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2121.   rm -rf conftest*
  2122.   eval "ac_cv_lib_$ac_lib_var=yes"
  2123. else
  2124.   echo "$progname: failed program was:" >&5
  2125.   cat conftest.$ac_ext >&5
  2126.   rm -rf conftest*
  2127.   eval "ac_cv_lib_$ac_lib_var=no"
  2128. fi
  2129. rm -f conftest*
  2130. LIBS="$ac_save_LIBS"
  2131. fi
  2132. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2133.   echo "$ac_t""yes" 1>&6
  2134.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
  2135. else
  2136.   echo "$ac_t""no" 1>&6
  2137. fi
  2138. fi
  2139.     
  2140. fi
  2141.   
  2142. fi
  2143. fi
  2144. fi
  2145.   if test "x$lt_cv_dlopen" != xno; then
  2146.     enable_dlopen=yes
  2147.   fi
  2148.   case "$lt_cv_dlopen" in
  2149.   dlopen)
  2150. for ac_hdr in dlfcn.h; do
  2151. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2152. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2153. echo "$progname:2395: checking for $ac_hdr" >&5
  2154. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2155.   echo $ac_n "(cached) $ac_c" 1>&6
  2156. else
  2157.   cat > conftest.$ac_ext <<EOF
  2158. #line 2400 "ltconfig"
  2159. #include <$ac_hdr>
  2160. int fnord = 0;
  2161. EOF
  2162. ac_try="$ac_compile conftest.$ac_ext >/dev/null 2>conftest.out"
  2163. { (eval echo $progname:2405: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2164. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2165. if test -z "$ac_err"; then
  2166.   rm -rf conftest*
  2167.   eval "ac_cv_header_$ac_safe=yes"
  2168. else
  2169.   echo "$ac_err" >&5
  2170.   echo "$progname: failed program was:" >&5
  2171.   cat conftest.$ac_ext >&5
  2172.   rm -rf conftest*
  2173.   eval "ac_cv_header_$ac_safe=no"
  2174. fi
  2175. rm -f conftest*
  2176. fi
  2177. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2178.   echo "$ac_t""yes" 1>&6
  2179. else
  2180.   echo "$ac_t""no" 1>&6
  2181. fi
  2182. done
  2183.     if test "x$ac_cv_header_dlfcn_h" = xyes; then
  2184.       CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  2185.     fi
  2186.     eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  2187.     LIBS="$lt_cv_dlopen_libs $LIBS"
  2188.   echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
  2189. echo "$progname:2433: checking whether a program can dlopen itself" >&5
  2190. if test "${lt_cv_dlopen_self+set}" = set; then
  2191.   echo $ac_n "(cached) $ac_c" 1>&6
  2192. else
  2193.   if test "$cross_compiling" = yes; then
  2194.     lt_cv_dlopen_self=cross
  2195.   else
  2196.     cat > conftest.c <<EOF
  2197. #line 2441 "ltconfig"
  2198. #if HAVE_DLFCN_H
  2199. #include <dlfcn.h>
  2200. #endif
  2201. #include <stdio.h>
  2202. #ifdef RTLD_GLOBAL
  2203. # define LTDL_GLOBAL RTLD_GLOBAL
  2204. #else
  2205. # ifdef DL_GLOBAL
  2206. #  define LTDL_GLOBAL DL_GLOBAL
  2207. # else
  2208. #  define LTDL_GLOBAL 0
  2209. # endif
  2210. #endif
  2211. /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
  2212.    find out it does not work in some platform. */
  2213. #ifndef LTDL_LAZY_OR_NOW
  2214. # ifdef RTLD_LAZY
  2215. #  define LTDL_LAZY_OR_NOW RTLD_LAZY
  2216. # else
  2217. #  ifdef DL_LAZY
  2218. #   define LTDL_LAZY_OR_NOW DL_LAZY
  2219. #  else
  2220. #   ifdef RTLD_NOW
  2221. #    define LTDL_LAZY_OR_NOW RTLD_NOW
  2222. #   else
  2223. #    ifdef DL_NOW
  2224. #     define LTDL_LAZY_OR_NOW DL_NOW
  2225. #    else
  2226. #     define LTDL_LAZY_OR_NOW 0
  2227. #    endif
  2228. #   endif
  2229. #  endif
  2230. # endif
  2231. #endif
  2232. fnord() { int i=42;}
  2233. main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
  2234.     if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
  2235.        if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } 
  2236. EOF
  2237. if { (eval echo $progname:2487: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2238. then
  2239.   lt_cv_dlopen_self=yes
  2240. else
  2241.   echo "$progname: failed program was:" >&5
  2242.   cat conftest.$ac_ext >&5
  2243.   rm -fr conftest*
  2244.   lt_cv_dlopen_self=no
  2245. fi
  2246. rm -fr conftest*
  2247. fi
  2248. fi
  2249. echo "$ac_t""$lt_cv_dlopen_self" 1>&6
  2250.   if test "$lt_cv_dlopen_self" = yes; then
  2251.     LDFLAGS="$LDFLAGS $link_static_flag"
  2252.   echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
  2253. echo "$progname:2506: checking whether a statically linked program can dlopen itself" >&5
  2254. if test "${lt_cv_dlopen_self_static+set}" = set; then
  2255.   echo $ac_n "(cached) $ac_c" 1>&6
  2256. else
  2257.   if test "$cross_compiling" = yes; then
  2258.     lt_cv_dlopen_self_static=cross
  2259.   else
  2260.     cat > conftest.c <<EOF
  2261. #line 2514 "ltconfig"
  2262. #if HAVE_DLFCN_H
  2263. #include <dlfcn.h>
  2264. #endif
  2265. #include <stdio.h>
  2266. #ifdef RTLD_GLOBAL
  2267. # define LTDL_GLOBAL RTLD_GLOBAL
  2268. #else
  2269. # ifdef DL_GLOBAL
  2270. #  define LTDL_GLOBAL DL_GLOBAL
  2271. # else
  2272. #  define LTDL_GLOBAL 0
  2273. # endif
  2274. #endif
  2275. /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
  2276.    find out it does not work in some platform. */
  2277. #ifndef LTDL_LAZY_OR_NOW
  2278. # ifdef RTLD_LAZY
  2279. #  define LTDL_LAZY_OR_NOW RTLD_LAZY
  2280. # else
  2281. #  ifdef DL_LAZY
  2282. #   define LTDL_LAZY_OR_NOW DL_LAZY
  2283. #  else
  2284. #   ifdef RTLD_NOW
  2285. #    define LTDL_LAZY_OR_NOW RTLD_NOW
  2286. #   else
  2287. #    ifdef DL_NOW
  2288. #     define LTDL_LAZY_OR_NOW DL_NOW
  2289. #    else
  2290. #     define LTDL_LAZY_OR_NOW 0
  2291. #    endif
  2292. #   endif
  2293. #  endif
  2294. # endif
  2295. #endif
  2296. fnord() { int i=42;}
  2297. main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
  2298.     if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
  2299.     if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } 
  2300. EOF
  2301. if { (eval echo $progname:2560: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2302. then
  2303.   lt_cv_dlopen_self_static=yes
  2304. else
  2305.   echo "$progname: failed program was:" >&5
  2306.   cat conftest.$ac_ext >&5
  2307.   rm -fr conftest*
  2308.   lt_cv_dlopen_self_static=no
  2309. fi
  2310. rm -fr conftest*
  2311. fi
  2312. fi
  2313. echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6
  2314. fi
  2315.     ;;
  2316.   esac
  2317.   case "$lt_cv_dlopen_self" in
  2318.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  2319.   *) enable_dlopen_self=unknown ;;
  2320.   esac
  2321.   case "$lt_cv_dlopen_self_static" in
  2322.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  2323.   *) enable_dlopen_self_static=unknown ;;
  2324.   esac
  2325. fi
  2326. # Copy echo and quote the copy, instead of the original, because it is
  2327. # used later.
  2328. ltecho="$echo"
  2329. if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  2330.    ltecho="$CONFIG_SHELL $0 --fallback-echo"
  2331. fi
  2332. LTSHELL="$SHELL"
  2333. LTCONFIG_VERSION="$VERSION"
  2334. # Only quote variables if we're using ltmain.sh.
  2335. case "$ltmain" in
  2336. *.sh)
  2337.   # Now quote all the things that may contain metacharacters.
  2338.   for var in ltecho old_CC old_CFLAGS old_CPPFLAGS 
  2339.     old_LD old_LDFLAGS old_LIBS 
  2340.     old_NM old_RANLIB old_LN_S old_DLLTOOL old_OBJDUMP old_AS 
  2341.     AR CC LD LN_S NM LTSHELL LTCONFIG_VERSION 
  2342.     reload_flag reload_cmds wl 
  2343.     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec 
  2344.     thread_safe_flag_spec whole_archive_flag_spec libname_spec 
  2345.     library_names_spec soname_spec 
  2346.     RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds 
  2347.     old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds postuninstall_cmds 
  2348.     file_magic_cmd export_symbols_cmds deplibs_check_method allow_undefined_flag no_undefined_flag 
  2349.     finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl 
  2350.     hardcode_libdir_flag_spec hardcode_libdir_separator  
  2351.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  2352.     compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
  2353.     case "$var" in
  2354.     reload_cmds | old_archive_cmds | old_archive_from_new_cmds | 
  2355.     old_postinstall_cmds | old_postuninstall_cmds | 
  2356.     export_symbols_cmds | archive_cmds | archive_expsym_cmds | 
  2357.     postinstall_cmds | postuninstall_cmds | 
  2358.     finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  2359.       # Double-quote double-evaled strings.
  2360.       eval "$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  2361.       ;;
  2362.     *)
  2363.       eval "$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  2364.       ;;
  2365.     esac
  2366.   done
  2367.   case "$ltecho" in
  2368.   *'$0 --fallback-echo"')
  2369.     ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  2370.     ;;
  2371.   esac
  2372.   trap "$rm "$ofile"; exit 1" 1 2 15
  2373.   echo "creating $ofile"
  2374.   $rm "$ofile"
  2375.   cat <<EOF > "$ofile"
  2376. #! $SHELL
  2377. # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  2378. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2379. # NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.
  2380. #
  2381. # Copyright (C) 1996-1999 Free Software Foundation, Inc.
  2382. # Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  2383. #
  2384. # This program is free software; you can redistribute it and/or modify
  2385. # it under the terms of the GNU General Public License as published by
  2386. # the Free Software Foundation; either version 2 of the License, or
  2387. # (at your option) any later version.
  2388. #
  2389. # This program is distributed in the hope that it will be useful, but
  2390. # WITHOUT ANY WARRANTY; without even the implied warranty of
  2391. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  2392. # General Public License for more details.
  2393. #
  2394. # You should have received a copy of the GNU General Public License
  2395. # along with this program; if not, write to the Free Software
  2396. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  2397. #
  2398. # As a special exception to the GNU General Public License, if you
  2399. # distribute this file as part of a program that contains a
  2400. # configuration script generated by Autoconf, you may include it under
  2401. # the same distribution terms that you use for the rest of that program.
  2402. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2403. Xsed="sed -e s/^X//"
  2404. # The HP-UX ksh and POSIX shell print the target directory to stdout
  2405. # if CDPATH is set.
  2406. if test "${CDPATH+set}" = set; then CDPATH=; export CDPATH; fi
  2407. ### BEGIN LIBTOOL CONFIG
  2408. EOF
  2409.   cfgfile="$ofile"
  2410.   ;;
  2411. *)
  2412.   # Double-quote the variables that need it (for aesthetics).
  2413.   for var in old_CC old_CFLAGS old_CPPFLAGS 
  2414.     old_LD old_LDFLAGS old_LIBS 
  2415.     old_NM old_RANLIB old_LN_S old_DLLTOOL old_OBJDUMP old_AS; do
  2416.     eval "$var=\"$var\""
  2417.   done
  2418.   # Just create a config file.
  2419.   cfgfile="$ofile.cfg"
  2420.   trap "$rm "$cfgfile"; exit 1" 1 2 15
  2421.   echo "creating $cfgfile"
  2422.   $rm "$cfgfile"
  2423.   cat <<EOF > "$cfgfile"
  2424. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
  2425. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2426. EOF
  2427.   ;;
  2428. esac
  2429. cat <<EOF >> "$cfgfile"
  2430. # Libtool was configured as follows, on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2431. #
  2432. # CC=$old_CC CFLAGS=$old_CFLAGS CPPFLAGS=$old_CPPFLAGS \
  2433. # LD=$old_LD LDFLAGS=$old_LDFLAGS LIBS=$old_LIBS \
  2434. # NM=$old_NM RANLIB=$old_RANLIB LN_S=$old_LN_S \
  2435. # DLLTOOL=$old_DLLTOOL OBJDUMP=$old_OBJDUMP AS=$old_AS \
  2436. #   $0$ltconfig_args
  2437. #
  2438. # Compiler and other test output produced by $progname, useful for
  2439. # debugging $progname, is in ./config.log if it exists.
  2440. # The version of $progname that generated this script.
  2441. LTCONFIG_VERSION=$LTCONFIG_VERSION
  2442. # Shell to use when invoking shell scripts.
  2443. SHELL=$LTSHELL
  2444. # Whether or not to build shared libraries.
  2445. build_libtool_libs=$enable_shared
  2446. # Whether or not to build static libraries.
  2447. build_old_libs=$enable_static
  2448. # Whether or not to optimize for fast installation.
  2449. fast_install=$enable_fast_install
  2450. # The host system.
  2451. host_alias=$host_alias
  2452. host=$host
  2453. # An echo program that does not interpret backslashes.
  2454. echo=$ltecho
  2455. # The archiver.
  2456. AR=$AR
  2457. # The default C compiler.
  2458. CC=$CC
  2459. # The linker used to build libraries.
  2460. LD=$LD
  2461. # Whether we need hard or soft links.
  2462. LN_S=$LN_S
  2463. # A BSD-compatible nm program.
  2464. NM=$NM
  2465. # Used on cygwin: DLL creation program.
  2466. DLLTOOL="$DLLTOOL"
  2467. # Used on cygwin: object dumper.
  2468. OBJDUMP="$OBJDUMP"
  2469. # Used on cygwin: assembler.
  2470. AS="$AS"
  2471. # The name of the directory that contains temporary libtool files.
  2472. objdir=$objdir
  2473. # How to create reloadable object files.
  2474. reload_flag=$reload_flag
  2475. reload_cmds=$reload_cmds
  2476. # How to pass a linker flag through the compiler.
  2477. wl=$wl
  2478. # Object file suffix (normally "o").
  2479. objext="$objext"
  2480. # Old archive suffix (normally "a").
  2481. libext="$libext"
  2482. # Executable file suffix (normally "").
  2483. exeext="$exeext"
  2484. # Additional compiler flags for building library objects.
  2485. pic_flag=$pic_flag
  2486. # Does compiler simultaneously support -c and -o options?
  2487. compiler_c_o=$compiler_c_o
  2488. # Can we write directly to a .lo ?
  2489. compiler_o_lo=$compiler_o_lo
  2490. # Must we lock files when doing compilation ?
  2491. need_locks=$need_locks
  2492. # Do we need the lib prefix for modules?
  2493. need_lib_prefix=$need_lib_prefix
  2494. # Do we need a version for libraries?
  2495. need_version=$need_version
  2496. # Whether dlopen is supported.
  2497. dlopen=$enable_dlopen
  2498. # Whether dlopen of programs is supported.
  2499. dlopen_self=$enable_dlopen_self
  2500. # Whether dlopen of statically linked programs is supported.
  2501. dlopen_self_static=$enable_dlopen_self_static
  2502. # Compiler flag to prevent dynamic linking.
  2503. link_static_flag=$link_static_flag
  2504. # Compiler flag to turn off builtin functions.
  2505. no_builtin_flag=$no_builtin_flag
  2506. # Compiler flag to allow reflexive dlopens.
  2507. export_dynamic_flag_spec=$export_dynamic_flag_spec
  2508. # Compiler flag to generate shared objects directly from archives.
  2509. whole_archive_flag_spec=$whole_archive_flag_spec
  2510. # Compiler flag to generate thread-safe objects.
  2511. thread_safe_flag_spec=$thread_safe_flag_spec
  2512. # Library versioning type.
  2513. version_type=$version_type
  2514. # Format of library name prefix.
  2515. libname_spec=$libname_spec
  2516. # List of archive names.  First name is the real one, the rest are links.
  2517. # The last name is the one that the linker finds with -lNAME.
  2518. library_names_spec=$library_names_spec
  2519. # The coded name of the library, if different from the real name.
  2520. soname_spec=$soname_spec
  2521. # Commands used to build and install an old-style archive.
  2522. RANLIB=$RANLIB
  2523. old_archive_cmds=$old_archive_cmds
  2524. old_postinstall_cmds=$old_postinstall_cmds
  2525. old_postuninstall_cmds=$old_postuninstall_cmds
  2526. # Create an old-style archive from a shared archive.
  2527. old_archive_from_new_cmds=$old_archive_from_new_cmds
  2528. # Commands used to build and install a shared archive.
  2529. archive_cmds=$archive_cmds
  2530. archive_expsym_cmds=$archive_expsym_cmds
  2531. postinstall_cmds=$postinstall_cmds
  2532. postuninstall_cmds=$postuninstall_cmds
  2533. # Method to check whether dependent libraries are shared objects.
  2534. deplibs_check_method=$deplibs_check_method
  2535. # Command to use when deplibs_check_method == file_magic.
  2536. file_magic_cmd=$file_magic_cmd
  2537. # Flag that allows shared libraries with undefined symbols to be built.
  2538. allow_undefined_flag=$allow_undefined_flag
  2539. # Flag that forces no undefined symbols.
  2540. no_undefined_flag=$no_undefined_flag
  2541. # Commands used to finish a libtool library installation in a directory.
  2542. finish_cmds=$finish_cmds
  2543. # Same as above, but a single script fragment to be evaled but not shown.
  2544. finish_eval=$finish_eval
  2545. # Take the output of nm and produce a listing of raw symbols and C names.
  2546. global_symbol_pipe=$global_symbol_pipe
  2547. # Transform the output of nm in a proper C declaration
  2548. global_symbol_to_cdecl=$global_symbol_to_cdecl
  2549. # This is the shared library runtime path variable.
  2550. runpath_var=$runpath_var
  2551. # This is the shared library path variable.
  2552. shlibpath_var=$shlibpath_var
  2553. # Is shlibpath searched before the hard-coded library search path?
  2554. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2555. # How to hardcode a shared library path into an executable.
  2556. hardcode_action=$hardcode_action
  2557. # Flag to hardcode $libdir into a binary during linking.
  2558. # This must work even if $libdir does not exist.
  2559. hardcode_libdir_flag_spec=$hardcode_libdir_flag_spec
  2560. # Whether we need a single -rpath flag with a separated argument.
  2561. hardcode_libdir_separator=$hardcode_libdir_separator
  2562. # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
  2563. # resulting binary.
  2564. hardcode_direct=$hardcode_direct
  2565. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  2566. # resulting binary.
  2567. hardcode_minus_L=$hardcode_minus_L
  2568. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  2569. # the resulting binary.
  2570. hardcode_shlibpath_var=$hardcode_shlibpath_var
  2571. # Compile-time system search path for libraries
  2572. sys_lib_search_path_spec=$sys_lib_search_path_spec
  2573. # Run-time system search path for libraries
  2574. sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec
  2575. # Fix the shell variable $srcfile for the compiler.
  2576. fix_srcfile_path="$fix_srcfile_path"
  2577. # Set to yes if exported symbols are required.
  2578. always_export_symbols=$always_export_symbols
  2579. # The commands to list exported symbols.
  2580. export_symbols_cmds=$export_symbols_cmds
  2581. # Symbols that should not be listed in the preloaded symbols.
  2582. exclude_expsyms=$exclude_expsyms
  2583. # Symbols that must always be exported.
  2584. include_expsyms=$include_expsyms
  2585. EOF
  2586. case "$ltmain" in
  2587. *.sh)
  2588.   echo '### END LIBTOOL CONFIG' >> "$ofile"
  2589.   echo >> "$ofile"
  2590.   case "$host_os" in
  2591.   aix3*)
  2592.     cat <<EOF >> "$ofile"
  2593. # AIX sometimes has problems with the GCC collect2 program.  For some
  2594. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2595. # vanish in a puff of smoke.
  2596. if test "${COLLECT_NAMES+set}" != set; then
  2597.   COLLECT_NAMES=
  2598.   export COLLECT_NAMES
  2599. fi
  2600. EOF
  2601.     ;;
  2602.   esac
  2603.   # Append the ltmain.sh script.
  2604.   sed '$q' "$ltmain" >> "$ofile" || (rm -f "$ofile"; exit 1)
  2605.   chmod +x "$ofile"
  2606.   ;;
  2607. *)
  2608.   # Compile the libtool program.
  2609.   echo "FIXME: would compile $ltmain"
  2610.   ;;
  2611. esac
  2612. test -n "$cache_file" || exit 0
  2613. # AC_CACHE_SAVE
  2614. trap '' 1 2 15
  2615. cat > confcache <<EOF
  2616. # This file is a shell script that caches the results of configure
  2617. # tests run on this system so they can be shared between configure
  2618. # scripts and configure runs.  It is not useful on other systems.
  2619. # If it contains results you don't want to keep, you may remove or edit it.
  2620. #
  2621. # By default, configure uses ./config.cache as the cache file,
  2622. # creating it if it does not exist already.  You can give configure
  2623. # the --cache-file=FILE option to use a different cache file; that is
  2624. # what configure does when it calls configure scripts in
  2625. # subdirectories, so they share the cache.
  2626. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2627. # config.status only pays attention to the cache file if you give it the
  2628. # --recheck option to rerun configure.
  2629. #
  2630. EOF
  2631. # The following way of writing the cache mishandles newlines in values,
  2632. # but we know of no workaround that is simple, portable, and efficient.
  2633. # So, don't put newlines in cache variables' values.
  2634. # Ultrix sh set writes to stderr and can't be redirected directly,
  2635. # and sets the high bit in the cache file unless we assign to the vars.
  2636. (set) 2>&1 |
  2637.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2638.   *ac_space= *)
  2639.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2640.     # turns \\ into \, and sed turns \ into ).
  2641.     sed -n 
  2642.       -e "s/'/'\\''/g" 
  2643.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2644.     ;;
  2645.   *)
  2646.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2647.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2648.     ;;
  2649.   esac >> confcache
  2650. if cmp -s $cache_file confcache; then
  2651.   :
  2652. else
  2653.   if test -w $cache_file; then
  2654.     echo "updating cache $cache_file"
  2655.     cat confcache > $cache_file
  2656.   else
  2657.     echo "not updating unwritable cache $cache_file"
  2658.   fi
  2659. fi
  2660. rm -f confcache
  2661. exit 0
  2662. # Local Variables:
  2663. # mode:shell-script
  2664. # sh-indentation:2
  2665. # End: