ltconfig
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:94k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  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 "X${CDPATH+set}" = Xset; 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.4
  156. TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
  157. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  158. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $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 "X${LC_ALL+set}" = Xset; then LC_ALL=C; export LC_ALL; fi
  324. if test "X${LANG+set}"   = Xset; 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 "X${COLLECT_NAMES+set}" != Xset; 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* | osf5*)
  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* | osf5*)
  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 echo __ELF__ | $CC -E - | grep __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* | sysv5*)
  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.       # ancient GNU ld didn't support --whole-archive et. al.
  1115.       if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
  1116.         whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1117.       else
  1118.         whole_archive_flag_spec=
  1119.       fi
  1120.       ;;
  1121.     esac
  1122.   fi
  1123. else
  1124.   # PORTME fill in a description of your system's linker (not GNU ld)
  1125.   case "$host_os" in
  1126.   aix3*)
  1127.     allow_undefined_flag=unsupported
  1128.     always_export_symbols=yes
  1129.     archive_expsym_cmds='$LD -o $objdir/$soname $libobjs $deplibs $linkopts -bE:$export_symbols -T512 -H512 -bM:SRE~$AR cru $lib $objdir/$soname'
  1130.     # Note: this linker hardcodes the directories in LIBPATH if there
  1131.     # are no directories specified by -L.
  1132.     hardcode_minus_L=yes
  1133.     if test "$with_gcc" = yes && test -z "$link_static_flag"; then
  1134.       # Neither direct hardcoding nor static linking is supported with a
  1135.       # broken collect2.
  1136.       hardcode_direct=unsupported
  1137.     fi
  1138.     ;;
  1139.   aix4*)
  1140.     hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
  1141.     hardcode_libdir_separator=':'
  1142.     if test "$with_gcc" = yes; then
  1143.       collect2name=`${CC} -print-prog-name=collect2`
  1144.       if test -f "$collect2name" && 
  1145.  strings "$collect2name" | grep resolve_lib_name >/dev/null
  1146.       then
  1147. # We have reworked collect2
  1148. hardcode_direct=yes
  1149.       else
  1150. # We have old collect2
  1151. hardcode_direct=unsupported
  1152. # It fails to find uninstalled libraries when the uninstalled
  1153. # path is not listed in the libpath.  Setting hardcode_minus_L
  1154. # to unsupported forces relinking
  1155. hardcode_minus_L=yes
  1156. hardcode_libdir_flag_spec='-L$libdir'
  1157. hardcode_libdir_separator=
  1158.       fi
  1159.       shared_flag='-shared'
  1160.     else
  1161.       shared_flag='${wl}-bM:SRE'
  1162.       hardcode_direct=yes
  1163.     fi
  1164.     allow_undefined_flag=' ${wl}-berok'
  1165.     archive_cmds="$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
  1166.     archive_expsym_cmds="$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
  1167.     case "$host_os" in aix4.[01]|aix4.[01].*)
  1168.       # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
  1169.       always_export_symbols=yes ;;
  1170.     esac
  1171.    ;;
  1172.   amigaos*)
  1173.     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)'
  1174.     hardcode_libdir_flag_spec='-L$libdir'
  1175.     hardcode_minus_L=yes
  1176.     # see comment about different semantics on the GNU ld section
  1177.     ld_shlibs=no
  1178.     ;;
  1179.   cygwin* | mingw*)
  1180.     # When not using gcc, we currently assume that we are using
  1181.     # Microsoft Visual C++.
  1182.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1183.     # no search path for DLLs.
  1184.     hardcode_libdir_flag_spec=' '
  1185.     allow_undefined_flag=unsupported
  1186.     # Tell ltmain to make .lib files, not .a files.
  1187.     libext=lib
  1188.     # FIXME: Setting linknames here is a bad hack.
  1189.     archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '''s/ -lc$//'''` -link -dll~linknames='
  1190.     # The linker will automatically build a .lib file if we build a DLL.
  1191.     old_archive_from_new_cmds='true'
  1192.     # FIXME: Should let the user specify the lib program.
  1193.     old_archive_cmds='lib /OUT:$oldlib$oldobjs'
  1194.     fix_srcfile_path='`cygpath -w $srcfile`'
  1195.     ;;
  1196.   freebsd1*)
  1197.     ld_shlibs=no
  1198.     ;;
  1199.   # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1200.   # support.  Future versions do this automatically, but an explicit c++rt0.o
  1201.   # does not break anything, and helps significantly (at the cost of a little
  1202.   # extra space).
  1203.   freebsd2.2*)
  1204.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts /usr/lib/c++rt0.o'
  1205.     hardcode_libdir_flag_spec='-R$libdir'
  1206.     hardcode_direct=yes
  1207.     hardcode_shlibpath_var=no
  1208.     ;;
  1209.   # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1210.   freebsd2*)
  1211.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1212.     hardcode_direct=yes
  1213.     hardcode_minus_L=yes
  1214.     hardcode_shlibpath_var=no
  1215.     ;;
  1216.   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1217.   freebsd*)
  1218.     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
  1219.     hardcode_libdir_flag_spec='-R$libdir'
  1220.     hardcode_direct=yes
  1221.     hardcode_shlibpath_var=no
  1222.     ;;
  1223.   hpux9* | hpux10* | hpux11*)
  1224.     case "$host_os" in
  1225.     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' ;;
  1226.     *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linkopts' ;;
  1227.     esac
  1228.     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1229.     hardcode_libdir_separator=:
  1230.     hardcode_direct=yes
  1231.     hardcode_minus_L=yes # Not in the search PATH, but as the default
  1232.  # location of the library.
  1233.     export_dynamic_flag_spec='${wl}-E'
  1234.     ;;
  1235.   irix5* | irix6*)
  1236.     if test "$with_gcc" = yes; then
  1237.       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'
  1238.     else
  1239.       archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1240.     fi
  1241.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1242.     hardcode_libdir_separator=:
  1243.     ;;
  1244.   netbsd*)
  1245.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1246.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'  # a.out
  1247.     else
  1248.       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linkopts'      # ELF
  1249.     fi
  1250.     hardcode_libdir_flag_spec='${wl}-R$libdir'
  1251.     hardcode_direct=yes
  1252.     hardcode_shlibpath_var=no
  1253.     ;;
  1254.   openbsd*)
  1255.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
  1256.     hardcode_libdir_flag_spec='-R$libdir'
  1257.     hardcode_direct=yes
  1258.     hardcode_shlibpath_var=no
  1259.     ;;
  1260.   os2*)
  1261.     hardcode_libdir_flag_spec='-L$libdir'
  1262.     hardcode_minus_L=yes
  1263.     allow_undefined_flag=unsupported
  1264.     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'
  1265.     old_archive_from_new_cmds='emximp -o $objdir/$libname.a $objdir/$libname.def'
  1266.     ;;
  1267.   osf3*)
  1268.     if test "$with_gcc" = yes; then
  1269.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1270.       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'
  1271.     else
  1272.       allow_undefined_flag=' -expect_unresolved *'
  1273.       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'
  1274.     fi
  1275.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1276.     hardcode_libdir_separator=:
  1277.     ;;
  1278.   osf4* | osf5*)  # As osf3* with the addition of the -msym flag
  1279.     if test "$with_gcc" = yes; then
  1280.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1281.       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
  1282.     else
  1283.       allow_undefined_flag=' -expect_unresolved *'
  1284.       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
  1285.     fi
  1286.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1287.     hardcode_libdir_separator=:
  1288.     ;;
  1289.   sco3.2v5*)
  1290.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1291.     hardcode_shlibpath_var=no
  1292.     runpath_var=LD_RUN_PATH
  1293.     hardcode_runpath_var=yes
  1294.     ;;
  1295.   solaris*)
  1296.     no_undefined_flag=' -z text'
  1297.     # $CC -shared without GNU ld will not create a library from C++
  1298.     # object files and a static libstdc++, better avoid it by now
  1299.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
  1300.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1301. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linkopts~$rm $lib.exp'
  1302.     hardcode_libdir_flag_spec='-R$libdir'
  1303.     hardcode_shlibpath_var=no
  1304.     case "$host_os" in
  1305.     solaris2.[0-5] | solaris2.[0-5].*) ;;
  1306.     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
  1307.       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
  1308.     esac
  1309.     ;;
  1310.   sunos4*)
  1311.     archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts'
  1312.     hardcode_libdir_flag_spec='-L$libdir'
  1313.     hardcode_direct=yes
  1314.     hardcode_minus_L=yes
  1315.     hardcode_shlibpath_var=no
  1316.     ;;
  1317.   sysv4)
  1318.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1319.     runpath_var='LD_RUN_PATH'
  1320.     hardcode_shlibpath_var=no
  1321.     hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
  1322.     ;;  
  1323.   sysv4.3*)
  1324.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1325.     hardcode_shlibpath_var=no
  1326.     export_dynamic_flag_spec='-Bexport'
  1327.     ;;
  1328.   sysv5*)
  1329.     no_undefined_flag=' -z text'
  1330.     # $CC -shared without GNU ld will not create a library from C++
  1331.     # object files and a static libstdc++, better avoid it by now
  1332.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
  1333.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1334. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linkopts~$rm $lib.exp'
  1335.     hardcode_libdir_flag_spec=
  1336.     hardcode_shlibpath_var=no
  1337.     runpath_var='LD_RUN_PATH'
  1338.     ;;
  1339.   uts4*)
  1340.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1341.     hardcode_libdir_flag_spec='-L$libdir'
  1342.     hardcode_shlibpath_var=no
  1343.     ;;
  1344.   dgux*)
  1345.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1346.     hardcode_libdir_flag_spec='-L$libdir'
  1347.     hardcode_shlibpath_var=no
  1348.     ;;
  1349.   sysv4*MP*)
  1350.     if test -d /usr/nec; then
  1351.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1352.       hardcode_shlibpath_var=no
  1353.       runpath_var=LD_RUN_PATH
  1354.       hardcode_runpath_var=yes
  1355.       ld_shlibs=yes
  1356.     fi
  1357.     ;;
  1358.   sysv4.2uw2*)
  1359.     archive_cmds='$LD -G -o $lib $libobjs $deplibs $linkopts'
  1360.     hardcode_direct=yes
  1361.     hardcode_minus_L=no
  1362.     hardcode_shlibpath_var=no
  1363.     hardcode_runpath_var=yes
  1364.     runpath_var=LD_RUN_PATH
  1365.     ;;
  1366.   unixware7*)
  1367.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
  1368.     runpath_var='LD_RUN_PATH'
  1369.     hardcode_shlibpath_var=no
  1370.     ;;
  1371.   *)
  1372.     ld_shlibs=no
  1373.     ;;
  1374.   esac
  1375. fi
  1376. echo "$ac_t$ld_shlibs" 1>&6
  1377. test "$ld_shlibs" = no && can_build_shared=no
  1378. if test -z "$NM"; then
  1379.   echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
  1380.   case "$NM" in
  1381.   [\/]* | [A-Za-z]:[\/]*) ;; # Let the user override the test with a path.
  1382.   *)
  1383.     IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
  1384.     for ac_dir in $PATH /usr/ucb /usr/ccs/bin /bin; do
  1385.       test -z "$ac_dir" && ac_dir=.
  1386.       if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext; then
  1387. # Check to see if the nm accepts a BSD-compat flag.
  1388. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1389. #   nm: unknown option "B" ignored
  1390. if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1391.   NM="$ac_dir/nm -B"
  1392.   break
  1393. elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1394.   NM="$ac_dir/nm -p"
  1395.   break
  1396. else
  1397.   NM=${NM="$ac_dir/nm"} # keep the first match, but
  1398.   continue # so that we can try to find one that supports BSD flags
  1399. fi
  1400.       fi
  1401.     done
  1402.     IFS="$ac_save_ifs"
  1403.     test -z "$NM" && NM=nm
  1404.     ;;
  1405.   esac
  1406.   echo "$ac_t$NM" 1>&6
  1407. fi
  1408. # Check for command to grab the raw symbol name followed by C symbol from nm.
  1409. echo $ac_n "checking command to parse $NM output... $ac_c" 1>&6
  1410. # These are sane defaults that work on at least a few old systems.
  1411. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  1412. # Character class describing NM global symbol codes.
  1413. symcode='[BCDEGRST]'
  1414. # Regexp to match symbols that can be accessed directly from C.
  1415. sympat='([_A-Za-z][_A-Za-z0-9]*)'
  1416. # Transform the above into a raw symbol and a C symbol.
  1417. symxfrm='1 23 3'
  1418. # Transform an extracted symbol line into a proper C declaration
  1419. global_symbol_to_cdecl="sed -n -e 's/^. .* (.*)$/extern char 1;/p'"
  1420. # Define system-specific variables.
  1421. case "$host_os" in
  1422. aix*)
  1423.   symcode='[BCDT]'
  1424.   ;;
  1425. cygwin* | mingw*)
  1426.   symcode='[ABCDGISTW]'
  1427.   ;;
  1428. hpux*) # Its linker distinguishes data from code symbols
  1429.   global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern char 1();/p' -e 's/^. .* (.*)$/extern char 1;/p'"
  1430.   ;;
  1431. irix*)
  1432.   symcode='[BCDEGRST]'
  1433.   ;;
  1434. solaris*)
  1435.   symcode='[BDT]'
  1436.   ;;
  1437. sysv4)
  1438.   symcode='[DFNSTU]'
  1439.   ;;
  1440. esac
  1441. # If we're using GNU nm, then use its standard symbol codes.
  1442. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
  1443.   symcode='[ABCDGISTW]'
  1444. fi
  1445. # Try without a prefix undercore, then with it.
  1446. for ac_symprfx in "" "_"; do
  1447.   # Write the raw and C identifiers.
  1448.   global_symbol_pipe="sed -n -e 's/^.*[  ]($symcode)[  ][  ]*($ac_symprfx)$sympat$/$symxfrm/p'"
  1449.   # Check to see that the pipe works correctly.
  1450.   pipe_works=no
  1451.   $rm conftest*
  1452.   cat > conftest.c <<EOF
  1453. #ifdef __cplusplus
  1454. extern "C" {
  1455. #endif
  1456. char nm_test_var;
  1457. void nm_test_func(){}
  1458. #ifdef __cplusplus
  1459. }
  1460. #endif
  1461. main(){nm_test_var='a';nm_test_func();return(0);}
  1462. EOF
  1463.   echo "$progname:1635: checking if global_symbol_pipe works" >&5
  1464.   if { (eval echo $progname:1636: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; } && test -s conftest.$objext; then
  1465.     # Now try to grab the symbols.
  1466.     nlist=conftest.nm
  1467.     if { echo "$progname:1639: eval "$NM conftest.$objext | $global_symbol_pipe > $nlist"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
  1468.       # Try sorting and uniquifying the output.
  1469.       if sort "$nlist" | uniq > "$nlist"T; then
  1470. mv -f "$nlist"T "$nlist"
  1471.       else
  1472. rm -f "$nlist"T
  1473.       fi
  1474.       # Make sure that we snagged all the symbols we need.
  1475.       if egrep ' nm_test_var$' "$nlist" >/dev/null; then
  1476. if egrep ' nm_test_func$' "$nlist" >/dev/null; then
  1477.   cat <<EOF > conftest.c
  1478. #ifdef __cplusplus
  1479. extern "C" {
  1480. #endif
  1481. EOF
  1482.   # Now generate the symbol file.
  1483.   eval "$global_symbol_to_cdecl"' < "$nlist" >> conftest.c'
  1484.   cat <<EOF >> conftest.c
  1485. #if defined (__STDC__) && __STDC__
  1486. # define lt_ptr_t void *
  1487. #else
  1488. # define lt_ptr_t char *
  1489. # define const
  1490. #endif
  1491. /* The mapping between symbol names and symbols. */
  1492. const struct {
  1493.   const char *name;
  1494.   lt_ptr_t address;
  1495. }
  1496. lt_preloaded_symbols[] =
  1497. {
  1498. EOF
  1499.   sed 's/^. (.*) (.*)$/  {"2", (lt_ptr_t) &2},/' < "$nlist" >> conftest.c
  1500.   cat <<EOF >> conftest.c
  1501.   {0, (lt_ptr_t) 0}
  1502. };
  1503. #ifdef __cplusplus
  1504. }
  1505. #endif
  1506. EOF
  1507.   # Now try linking the two files.
  1508.   mv conftest.$objext conftstm.$objext
  1509.   save_LIBS="$LIBS"
  1510.   save_CFLAGS="$CFLAGS"
  1511.   LIBS="conftstm.$objext"
  1512.   CFLAGS="$CFLAGS$no_builtin_flag"
  1513.   if { (eval echo $progname:1691: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1514.     pipe_works=yes
  1515.   else
  1516.     echo "$progname: failed program was:" >&5
  1517.     cat conftest.c >&5
  1518.   fi
  1519.   LIBS="$save_LIBS"
  1520. else
  1521.   echo "cannot find nm_test_func in $nlist" >&5
  1522. fi
  1523.       else
  1524. echo "cannot find nm_test_var in $nlist" >&5
  1525.       fi
  1526.     else
  1527.       echo "cannot run $global_symbol_pipe" >&5
  1528.     fi
  1529.   else
  1530.     echo "$progname: failed program was:" >&5
  1531.     cat conftest.c >&5
  1532.   fi
  1533.   $rm conftest* conftst*
  1534.   # Do not use the global_symbol_pipe unless it works.
  1535.   if test "$pipe_works" = yes; then
  1536.     break
  1537.   else
  1538.     global_symbol_pipe=
  1539.   fi
  1540. done
  1541. if test "$pipe_works" = yes; then
  1542.   echo "${ac_t}ok" 1>&6
  1543. else
  1544.   echo "${ac_t}failed" 1>&6
  1545. fi
  1546. if test -z "$global_symbol_pipe"; then
  1547.   global_symbol_to_cdecl=
  1548. fi
  1549. # Check hardcoding attributes.
  1550. echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
  1551. hardcode_action=
  1552. if test -n "$hardcode_libdir_flag_spec" || 
  1553.    test -n "$runpath_var"; then
  1554.   # We can hardcode non-existant directories.
  1555.   if test "$hardcode_direct" != no &&
  1556.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1557.      # have to relink, otherwise we might link with an installed library
  1558.      # when we should be linking with a yet-to-be-installed one
  1559.      ## test "$hardcode_shlibpath_var" != no &&
  1560.      test "$hardcode_minus_L" != no; then
  1561.     # Linking always hardcodes the temporary library directory.
  1562.     hardcode_action=relink
  1563.   else
  1564.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1565.     hardcode_action=immediate
  1566.   fi
  1567. else
  1568.   # We cannot hardcode anything, or else we can only hardcode existing
  1569.   # directories.
  1570.   hardcode_action=unsupported
  1571. fi
  1572. echo "$ac_t$hardcode_action" 1>&6
  1573. reload_flag=
  1574. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1575. echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
  1576. # PORTME Some linkers may need a different reload flag.
  1577. reload_flag='-r'
  1578. echo "$ac_t$reload_flag" 1>&6
  1579. test -n "$reload_flag" && reload_flag=" $reload_flag"
  1580. # PORTME Fill in your ld.so characteristics
  1581. library_names_spec=
  1582. libname_spec='lib$name'
  1583. soname_spec=
  1584. postinstall_cmds=
  1585. postuninstall_cmds=
  1586. finish_cmds=
  1587. finish_eval=
  1588. shlibpath_var=
  1589. shlibpath_overrides_runpath=unknown
  1590. version_type=none
  1591. dynamic_linker="$host_os ld.so"
  1592. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1593. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1594. file_magic_cmd=
  1595. file_magic_test_file=
  1596. deplibs_check_method='unknown'
  1597. # Need to set the preceding variable on all platforms that support
  1598. # interlibrary dependencies.
  1599. # 'none' -- dependencies not supported.
  1600. # `unknown' -- same as none, but documents that we really don't know.
  1601. # 'pass_all' -- all dependencies passed with no checks.
  1602. # 'test_compile' -- check by making test program.
  1603. # 'file_magic [regex]' -- check by looking for files in library path
  1604. # which responds to the $file_magic_cmd with a given egrep regex.
  1605. # If you have `file' or equivalent on your system and you're not sure
  1606. # whether `pass_all' will *always* work, you probably want this one.
  1607. echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6
  1608. case "$host_os" in
  1609. aix3*)
  1610.   version_type=linux
  1611.   library_names_spec='${libname}${release}.so$versuffix $libname.a'
  1612.   shlibpath_var=LIBPATH
  1613.   # AIX has no versioning support, so we append a major version to the name.
  1614.   soname_spec='${libname}${release}.so$major'
  1615.   ;;
  1616. aix4*)
  1617.   version_type=linux
  1618.   # AIX has no versioning support, so currently we can not hardcode correct
  1619.   # soname into executable. Probably we can add versioning support to
  1620.   # collect2, so additional links can be useful in future.
  1621.   # We preserve .a as extension for shared libraries though AIX4.2
  1622.   # and later linker supports .so
  1623.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.a'
  1624.   shlibpath_var=LIBPATH
  1625.   deplibs_check_method=pass_all
  1626.   ;;
  1627. amigaos*)
  1628.   library_names_spec='$libname.ixlibrary $libname.a'
  1629.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1630.   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'
  1631.   ;;
  1632. beos*)
  1633.   library_names_spec='${libname}.so'
  1634.   dynamic_linker="$host_os ld.so"
  1635.   shlibpath_var=LIBRARY_PATH
  1636.   deplibs_check_method=pass_all
  1637.   lt_cv_dlopen="load_add_on"
  1638.   lt_cv_dlopen_libs=
  1639.   lt_cv_dlopen_self=yes
  1640.   ;;
  1641. bsdi4*)
  1642.   version_type=linux
  1643.   need_version=no
  1644.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1645.   soname_spec='${libname}${release}.so$major'
  1646.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1647.   shlibpath_var=LD_LIBRARY_PATH
  1648.   deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  1649.   file_magic_cmd=/usr/bin/file
  1650.   file_magic_test_file=/shlib/libc.so
  1651.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1652.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1653.   export_dynamic_flag_spec=-rdynamic
  1654.   # the default ld.so.conf also contains /usr/contrib/lib and
  1655.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1656.   # libtool to hard-code these into programs
  1657.   ;;
  1658. cygwin* | mingw*)
  1659.   version_type=windows
  1660.   need_version=no
  1661.   need_lib_prefix=no
  1662.   if test "$with_gcc" = yes; then
  1663.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
  1664.   else
  1665.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
  1666.   fi
  1667.   dynamic_linker='Win32 ld.exe'
  1668.   deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  1669.   file_magic_cmd='${OBJDUMP} -f'
  1670.   # FIXME: first we should search . and the directory the executable is in
  1671.   shlibpath_var=PATH
  1672.   lt_cv_dlopen="LoadLibrary"
  1673.   lt_cv_dlopen_libs=
  1674.   ;;
  1675. freebsd1*)
  1676.   dynamic_linker=no
  1677.   ;;
  1678.   
  1679. freebsd*)
  1680.   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  1681.   version_type=freebsd-$objformat
  1682.   case "$version_type" in
  1683.     freebsd-elf*)
  1684.       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
  1685.       file_magic_cmd=/usr/bin/file
  1686.       file_magic_test_file=`echo /usr/lib/libc.so*`
  1687.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  1688.       need_version=no
  1689.       need_lib_prefix=no
  1690.       ;;
  1691.     freebsd-*)
  1692.       deplibs_check_method=unknown
  1693.       library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
  1694.       need_version=yes
  1695.       ;;
  1696.   esac
  1697.   shlibpath_var=LD_LIBRARY_PATH
  1698.   case "$host_os" in
  1699.   freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
  1700.     shlibpath_overrides_runpath=yes
  1701.     ;;
  1702.   *) # from 3.2 on
  1703.     shlibpath_overrides_runpath=no
  1704.     ;;
  1705.   esac
  1706.   ;;
  1707. gnu*)
  1708.   version_type=linux
  1709.   need_lib_prefix=no
  1710.   need_version=no
  1711.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
  1712.   soname_spec='${libname}${release}.so$major'
  1713.   shlibpath_var=LD_LIBRARY_PATH
  1714.   ;;
  1715. hpux9* | hpux10* | hpux11*)
  1716.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1717.   # link against other versions.
  1718.   dynamic_linker="$host_os dld.sl"
  1719.   version_type=sunos
  1720.   need_lib_prefix=no
  1721.   need_version=no
  1722.   shlibpath_var=SHLIB_PATH
  1723.   shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1724.   library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
  1725.   soname_spec='${libname}${release}.sl$major'
  1726.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1727.   postinstall_cmds='chmod 555 $lib'
  1728.   ;;
  1729. irix5* | irix6*)
  1730.   version_type=irix
  1731.   need_lib_prefix=no
  1732.   need_version=no
  1733.   soname_spec='${libname}${release}.so.$major'
  1734.   library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major ${libname}${release}.so $libname.so'
  1735.   case "$host_os" in
  1736.   irix5*)
  1737.     libsuff= shlibsuff=
  1738.     # this will be overridden with pass_all, but let us keep it just in case
  1739.     deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
  1740.     ;;
  1741.   *)
  1742.     case "$LD" in # libtool.m4 will add one of these switches to LD
  1743.     *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
  1744.     *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
  1745.     *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1746.     *) libsuff= shlibsuff= libmagic=never-match;;
  1747.     esac
  1748.     ;;
  1749.   esac
  1750.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1751.   shlibpath_overrides_runpath=no
  1752.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1753.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1754.   file_magic_cmd=/usr/bin/file
  1755.   file_magic_test_file=`echo /lib${libsuff}/libc.so*`
  1756.   deplibs_check_method='pass_all'
  1757.   ;;
  1758. # No shared lib support for Linux oldld, aout, or coff.
  1759. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
  1760.   dynamic_linker=no
  1761.   ;;
  1762. # This must be Linux ELF.
  1763. linux-gnu*)
  1764.   version_type=linux
  1765.   need_lib_prefix=no
  1766.   need_version=no
  1767.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1768.   soname_spec='${libname}${release}.so$major'
  1769.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1770.   shlibpath_var=LD_LIBRARY_PATH
  1771.   shlibpath_overrides_runpath=no
  1772.   deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  1773.   file_magic_cmd=/usr/bin/file
  1774.   file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
  1775.   if test -f /lib/ld.so.1; then
  1776.     dynamic_linker='GNU ld.so'
  1777.   else
  1778.     # Only the GNU ld.so supports shared libraries on MkLinux.
  1779.     case "$host_cpu" in
  1780.     powerpc*) dynamic_linker=no ;;
  1781.     *) dynamic_linker='Linux ld.so' ;;
  1782.     esac
  1783.   fi
  1784.   ;;
  1785. netbsd*)
  1786.   version_type=sunos
  1787.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1788.     library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1789.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1790.     dynamic_linker='NetBSD (a.out) ld.so'
  1791.   else
  1792.     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
  1793.     soname_spec='${libname}${release}.so$major'
  1794.     dynamic_linker='NetBSD ld.elf_so'
  1795.   fi
  1796.   shlibpath_var=LD_LIBRARY_PATH
  1797.   ;;
  1798. openbsd*)
  1799.   version_type=sunos
  1800.   if test "$with_gnu_ld" = yes; then
  1801.     need_lib_prefix=no
  1802.     need_version=no
  1803.   fi
  1804.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1805.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1806.   shlibpath_var=LD_LIBRARY_PATH
  1807.   ;;
  1808. os2*)
  1809.   libname_spec='$name'
  1810.   need_lib_prefix=no
  1811.   library_names_spec='$libname.dll $libname.a'
  1812.   dynamic_linker='OS/2 ld.exe'
  1813.   shlibpath_var=LIBPATH
  1814.   ;;
  1815. osf3* | osf4* | osf5*)
  1816.   version_type=osf
  1817.   need_version=no
  1818.   soname_spec='${libname}${release}.so'
  1819.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  1820.   shlibpath_var=LD_LIBRARY_PATH
  1821.   # this will be overridden with pass_all, but let us keep it just in case
  1822.   deplibs_check_method='file_magic COFF format alpha shared library'
  1823.   file_magic_cmd=/usr/bin/file
  1824.   file_magic_test_file=/shlib/libc.so
  1825.   deplibs_check_method='pass_all'
  1826.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1827.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1828.   ;;
  1829. sco3.2v5*)
  1830.   version_type=osf
  1831.   soname_spec='${libname}${release}.so$major'
  1832.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1833.   shlibpath_var=LD_LIBRARY_PATH
  1834.   ;;
  1835. solaris*)
  1836.   version_type=linux
  1837.   need_lib_prefix=no
  1838.   need_version=no
  1839.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1840.   soname_spec='${libname}${release}.so$major'
  1841.   shlibpath_var=LD_LIBRARY_PATH
  1842.   shlibpath_overrides_runpath=yes
  1843.   # ldd complains unless libraries are executable
  1844.   postinstall_cmds='chmod +x $lib'
  1845.   deplibs_check_method="file_magic ELF [0-9][0-9]-bit [LM]SB dynamic lib"
  1846.   file_magic_cmd=/usr/bin/file
  1847.   file_magic_test_file=/lib/libc.so
  1848.   ;;
  1849. sunos4*)
  1850.   version_type=sunos
  1851.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  1852.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  1853.   shlibpath_var=LD_LIBRARY_PATH
  1854.   shlibpath_overrides_runpath=yes
  1855.   if test "$with_gnu_ld" = yes; then
  1856.     need_lib_prefix=no
  1857.   fi
  1858.   need_version=yes
  1859.   ;;
  1860. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1861.   version_type=linux
  1862.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1863.   soname_spec='${libname}${release}.so$major'
  1864.   shlibpath_var=LD_LIBRARY_PATH
  1865.   case "$host_vendor" in
  1866.     ncr)
  1867.       deplibs_check_method='pass_all'
  1868.       ;;
  1869.     motorola)
  1870.       need_lib_prefix=no
  1871.       need_version=no
  1872.       shlibpath_overrides_runpath=no
  1873.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1874.       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]'
  1875.       file_magic_cmd=/usr/bin/file
  1876.       file_magic_test_file=`echo /usr/lib/libc.so*`
  1877.       ;;
  1878.   esac
  1879.   ;;
  1880. uts4*)
  1881.   version_type=linux
  1882.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1883.   soname_spec='${libname}${release}.so$major'
  1884.   shlibpath_var=LD_LIBRARY_PATH
  1885.   ;;
  1886. dgux*)
  1887.   version_type=linux
  1888.   need_lib_prefix=no
  1889.   need_version=no
  1890.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  1891.   soname_spec='${libname}${release}.so$major'
  1892.   shlibpath_var=LD_LIBRARY_PATH
  1893.   ;;
  1894. sysv4*MP*)
  1895.   if test -d /usr/nec ;then
  1896.     version_type=linux
  1897.     library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
  1898.     soname_spec='$libname.so.$major'
  1899.     shlibpath_var=LD_LIBRARY_PATH
  1900.   fi
  1901.   ;;
  1902. *)
  1903.   dynamic_linker=no
  1904.   ;;
  1905. esac
  1906. echo "$ac_t$dynamic_linker" 1>&6
  1907. test "$dynamic_linker" = no && can_build_shared=no
  1908. # Report the final consequences.
  1909. echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6
  1910. # Only try to build win32 dlls if AC_LIBTOOL_WIN32_DLL was used in
  1911. # configure.in, otherwise build static only libraries.
  1912. case "$host_os" in
  1913. cygwin* | mingw* | os2*)
  1914.   if test x$can_build_shared = xyes; then
  1915.     test x$enable_win32_dll = xno && can_build_shared=no
  1916.     echo "checking if package supports dlls... $can_build_shared" 1>&6
  1917.   fi
  1918. ;;
  1919. esac
  1920. if test -n "$file_magic_test_file" && test -n "$file_magic_cmd"; then
  1921.   case "$deplibs_check_method" in
  1922.   "file_magic "*)
  1923.     file_magic_regex="`expr "$deplibs_check_method" : "file_magic (.*)"`"
  1924.     if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  1925.        egrep "$file_magic_regex" > /dev/null; then
  1926.       :
  1927.     else
  1928.       cat <<EOF 1>&2
  1929. *** Warning: the command libtool uses to detect shared libraries,
  1930. *** $file_magic_cmd, produces output that libtool cannot recognize.
  1931. *** The result is that libtool may fail to recognize shared libraries
  1932. *** as such.  This will affect the creation of libtool libraries that
  1933. *** depend on shared libraries, but programs linked with such libtool
  1934. *** libraries will work regardless of this problem.  Nevertheless, you
  1935. *** may want to report the problem to your system manager and/or to
  1936. *** bug-libtool@gnu.org
  1937. EOF
  1938.     fi ;;
  1939.   esac
  1940. fi
  1941. echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6
  1942. test "$can_build_shared" = "no" && enable_shared=no
  1943. # On AIX, shared libraries and static libraries use the same namespace, and
  1944. # are all built from PIC.
  1945. case "$host_os" in
  1946. aix3*)
  1947.   test "$enable_shared" = yes && enable_static=no
  1948.   if test -n "$RANLIB"; then
  1949.     archive_cmds="$archive_cmds~$RANLIB $lib"
  1950.     postinstall_cmds='$RANLIB $lib'
  1951.   fi
  1952.   ;;
  1953. aix4*)
  1954.   test "$enable_shared" = yes && enable_static=no
  1955.   ;;
  1956. esac
  1957. echo "$ac_t$enable_shared" 1>&6
  1958. # Make sure either enable_shared or enable_static is yes.
  1959. test "$enable_shared" = yes || enable_static=yes
  1960. echo "checking whether to build static libraries... $enable_static" 1>&6
  1961. if test "$hardcode_action" = relink; then
  1962.   # Fast installation is not supported
  1963.   enable_fast_install=no
  1964. elif test "$shlibpath_overrides_runpath" = yes ||
  1965.      test "$enable_shared" = no; then
  1966.   # Fast installation is not necessary
  1967.   enable_fast_install=needless
  1968. fi
  1969. echo $ac_n "checking for objdir... $ac_c" 1>&6
  1970. rm -f .libs 2>/dev/null
  1971. mkdir .libs 2>/dev/null
  1972. if test -d .libs; then
  1973.   objdir=.libs
  1974. else
  1975.   # MS-DOS does not allow filenames that begin with a dot.
  1976.   objdir=_libs
  1977. fi
  1978. rmdir .libs 2>/dev/null
  1979. echo "$ac_t$objdir" 1>&6
  1980. if test "x$enable_dlopen" != xyes; then
  1981.   enable_dlopen=unknown
  1982.   enable_dlopen_self=unknown
  1983.   enable_dlopen_self_static=unknown
  1984. else
  1985. if eval "test "`echo '$''{'lt_cv_dlopen'+set}'`" != set"; then
  1986.   lt_cv_dlopen=no lt_cv_dlopen_libs=
  1987. echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
  1988. echo "$progname:2212: checking for dlopen in -ldl" >&5
  1989. ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
  1990. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1991.   echo $ac_n "(cached) $ac_c" 1>&6
  1992. else
  1993.   ac_save_LIBS="$LIBS"
  1994. LIBS="-ldl  $LIBS"
  1995. cat > conftest.$ac_ext <<EOF
  1996. #line 2220 "ltconfig"
  1997. /* Override any gcc2 internal prototype to avoid an error.  */
  1998. /* We use char because int might match the return type of a gcc2
  1999.     builtin and then its argument prototype would still apply.  */
  2000. #ifdef __cplusplus
  2001. extern "C"
  2002. #endif
  2003. char dlopen();
  2004. int main() {
  2005. dlopen()
  2006. ; return 0; }
  2007. EOF
  2008. if { (eval echo $progname:2233: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2009.   rm -rf conftest*
  2010.   eval "ac_cv_lib_$ac_lib_var=yes"
  2011. else
  2012.   echo "$progname: failed program was:" >&5
  2013.   cat conftest.$ac_ext >&5
  2014.   rm -rf conftest*
  2015.   eval "ac_cv_lib_$ac_lib_var=no"
  2016. fi
  2017. rm -f conftest*
  2018. LIBS="$ac_save_LIBS"
  2019. fi
  2020. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2021.   echo "$ac_t""yes" 1>&6
  2022.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  2023. else
  2024.   echo "$ac_t""no" 1>&6
  2025. echo $ac_n "checking for dlopen""... $ac_c" 1>&6
  2026. echo "$progname:2252: checking for dlopen" >&5
  2027. if eval "test "`echo '$''{'ac_cv_func_dlopen'+set}'`" = set"; then
  2028.   echo $ac_n "(cached) $ac_c" 1>&6
  2029. else
  2030.   cat > conftest.$ac_ext <<EOF
  2031. #line 2257 "ltconfig"
  2032. /* System header to define __stub macros and hopefully few prototypes,
  2033.     which can conflict with char dlopen(); below.  */
  2034. #include <assert.h>
  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. #ifdef __cplusplus
  2039. extern "C"
  2040. #endif
  2041. char dlopen();
  2042. int main() {
  2043. /* The GNU C library defines this for functions which it implements
  2044.     to always fail with ENOSYS.  Some functions are actually named
  2045.     something starting with __ and the normal name is an alias.  */
  2046. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  2047. choke me
  2048. #else
  2049. dlopen();
  2050. #endif
  2051. ; return 0; }
  2052. EOF
  2053. if { (eval echo $progname:2282: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2054.   rm -rf conftest*
  2055.   eval "ac_cv_func_dlopen=yes"
  2056. else
  2057.   echo "$progname: failed program was:" >&5
  2058.   cat conftest.$ac_ext >&5
  2059.   rm -rf conftest*
  2060.   eval "ac_cv_func_dlopen=no"
  2061. fi
  2062. rm -f conftest*
  2063. fi
  2064. if eval "test "`echo '$ac_cv_func_'dlopen`" = yes"; then
  2065.   echo "$ac_t""yes" 1>&6
  2066.   lt_cv_dlopen="dlopen"
  2067. else
  2068.   echo "$ac_t""no" 1>&6
  2069. echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
  2070. echo "$progname:2299: checking for dld_link in -ldld" >&5
  2071. ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
  2072. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2073.   echo $ac_n "(cached) $ac_c" 1>&6
  2074. else
  2075.   ac_save_LIBS="$LIBS"
  2076. LIBS="-ldld  $LIBS"
  2077. cat > conftest.$ac_ext <<EOF
  2078. #line 2307 "ltconfig"
  2079. /* Override any gcc2 internal prototype to avoid an error.  */
  2080. /* We use char because int might match the return type of a gcc2
  2081.     builtin and then its argument prototype would still apply.  */
  2082. #ifdef __cplusplus
  2083. extern "C"
  2084. #endif
  2085. char dld_link();
  2086. int main() {
  2087. dld_link()
  2088. ; return 0; }
  2089. EOF
  2090. if { (eval echo $progname:2320: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2091.   rm -rf conftest*
  2092.   eval "ac_cv_lib_$ac_lib_var=yes"
  2093. else
  2094.   echo "$progname: failed program was:" >&5
  2095.   cat conftest.$ac_ext >&5
  2096.   rm -rf conftest*
  2097.   eval "ac_cv_lib_$ac_lib_var=no"
  2098. fi
  2099. rm -f conftest*
  2100. LIBS="$ac_save_LIBS"
  2101. fi
  2102. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2103.   echo "$ac_t""yes" 1>&6
  2104.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
  2105. else
  2106.   echo "$ac_t""no" 1>&6
  2107. echo $ac_n "checking for shl_load""... $ac_c" 1>&6
  2108. echo "$progname:2339: checking for shl_load" >&5
  2109. if eval "test "`echo '$''{'ac_cv_func_shl_load'+set}'`" = set"; then
  2110.   echo $ac_n "(cached) $ac_c" 1>&6
  2111. else
  2112.   cat > conftest.$ac_ext <<EOF
  2113. #line 2344 "ltconfig"
  2114. /* System header to define __stub macros and hopefully few prototypes,
  2115.     which can conflict with char shl_load(); below.  */
  2116. #include <assert.h>
  2117. /* Override any gcc2 internal prototype to avoid an error.  */
  2118. /* We use char because int might match the return type of a gcc2
  2119.     builtin and then its argument prototype would still apply.  */
  2120. #ifdef __cplusplus
  2121. extern "C"
  2122. #endif
  2123. char shl_load();
  2124. int main() {
  2125. /* The GNU C library defines this for functions which it implements
  2126.     to always fail with ENOSYS.  Some functions are actually named
  2127.     something starting with __ and the normal name is an alias.  */
  2128. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  2129. choke me
  2130. #else
  2131. shl_load();
  2132. #endif
  2133. ; return 0; }
  2134. EOF
  2135. if { (eval echo $progname:2369: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2136.   rm -rf conftest*
  2137.   eval "ac_cv_func_shl_load=yes"
  2138. else
  2139.   echo "$progname: failed program was:" >&5
  2140.   cat conftest.$ac_ext >&5
  2141.   rm -rf conftest*
  2142.   eval "ac_cv_func_shl_load=no"
  2143. fi
  2144. rm -f conftest*
  2145. fi
  2146. if eval "test "`echo '$ac_cv_func_'shl_load`" = yes"; then
  2147.   echo "$ac_t""yes" 1>&6
  2148.   lt_cv_dlopen="shl_load"
  2149. else
  2150.   echo "$ac_t""no" 1>&6
  2151. echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
  2152. echo "$progname:2387: checking for shl_load in -ldld" >&5
  2153. ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
  2154. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2155.   echo $ac_n "(cached) $ac_c" 1>&6
  2156. else
  2157.   ac_save_LIBS="$LIBS"
  2158. LIBS="-ldld  $LIBS"
  2159. cat > conftest.$ac_ext <<EOF
  2160. #line 2395 "ltconfig"
  2161. #include "confdefs.h"
  2162. /* Override any gcc2 internal prototype to avoid an error.  */
  2163. /* We use char because int might match the return type of a gcc2
  2164.     builtin and then its argument prototype would still apply.  */
  2165. #ifdef __cplusplus
  2166. extern "C"
  2167. #endif
  2168. char shl_load();
  2169. int main() {
  2170. shl_load()
  2171. ; return 0; }
  2172. EOF
  2173. if { (eval echo $progname:2409: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2174.   rm -rf conftest*
  2175.   eval "ac_cv_lib_$ac_lib_var=yes"
  2176. else
  2177.   echo "$progname: failed program was:" >&5
  2178.   cat conftest.$ac_ext >&5
  2179.   rm -rf conftest*
  2180.   eval "ac_cv_lib_$ac_lib_var=no"
  2181. fi
  2182. rm -f conftest*
  2183. LIBS="$ac_save_LIBS"
  2184. fi
  2185. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2186.   echo "$ac_t""yes" 1>&6
  2187.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
  2188. else
  2189.   echo "$ac_t""no" 1>&6
  2190. fi
  2191. fi
  2192.     
  2193. fi
  2194.   
  2195. fi
  2196. fi
  2197. fi
  2198.   if test "x$lt_cv_dlopen" != xno; then
  2199.     enable_dlopen=yes
  2200.   fi
  2201.   case "$lt_cv_dlopen" in
  2202.   dlopen)
  2203. for ac_hdr in dlfcn.h; do
  2204. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2205. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2206. echo "$progname:2452: checking for $ac_hdr" >&5
  2207. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2208.   echo $ac_n "(cached) $ac_c" 1>&6
  2209. else
  2210.   cat > conftest.$ac_ext <<EOF
  2211. #line 2457 "ltconfig"
  2212. #include <$ac_hdr>
  2213. int fnord = 0;
  2214. EOF
  2215. ac_try="$ac_compile >/dev/null 2>conftest.out"
  2216. { (eval echo $progname:2462: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2217. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2218. if test -z "$ac_err"; then
  2219.   rm -rf conftest*
  2220.   eval "ac_cv_header_$ac_safe=yes"
  2221. else
  2222.   echo "$ac_err" >&5
  2223.   echo "$progname: failed program was:" >&5
  2224.   cat conftest.$ac_ext >&5
  2225.   rm -rf conftest*
  2226.   eval "ac_cv_header_$ac_safe=no"
  2227. fi
  2228. rm -f conftest*
  2229. fi
  2230. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2231.   echo "$ac_t""yes" 1>&6
  2232. else
  2233.   echo "$ac_t""no" 1>&6
  2234. fi
  2235. done
  2236.     if test "x$ac_cv_header_dlfcn_h" = xyes; then
  2237.       CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  2238.     fi
  2239.     eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  2240.     LIBS="$lt_cv_dlopen_libs $LIBS"
  2241.   echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
  2242. echo "$progname:2490: checking whether a program can dlopen itself" >&5
  2243. if test "${lt_cv_dlopen_self+set}" = set; then
  2244.   echo $ac_n "(cached) $ac_c" 1>&6
  2245. else
  2246.   if test "$cross_compiling" = yes; then
  2247.     lt_cv_dlopen_self=cross
  2248.   else
  2249.     cat > conftest.c <<EOF
  2250. #line 2498 "ltconfig"
  2251. #if HAVE_DLFCN_H
  2252. #include <dlfcn.h>
  2253. #endif
  2254. #include <stdio.h>
  2255. #ifdef RTLD_GLOBAL
  2256. # define LTDL_GLOBAL RTLD_GLOBAL
  2257. #else
  2258. # ifdef DL_GLOBAL
  2259. #  define LTDL_GLOBAL DL_GLOBAL
  2260. # else
  2261. #  define LTDL_GLOBAL 0
  2262. # endif
  2263. #endif
  2264. /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
  2265.    find out it does not work in some platform. */
  2266. #ifndef LTDL_LAZY_OR_NOW
  2267. # ifdef RTLD_LAZY
  2268. #  define LTDL_LAZY_OR_NOW RTLD_LAZY
  2269. # else
  2270. #  ifdef DL_LAZY
  2271. #   define LTDL_LAZY_OR_NOW DL_LAZY
  2272. #  else
  2273. #   ifdef RTLD_NOW
  2274. #    define LTDL_LAZY_OR_NOW RTLD_NOW
  2275. #   else
  2276. #    ifdef DL_NOW
  2277. #     define LTDL_LAZY_OR_NOW DL_NOW
  2278. #    else
  2279. #     define LTDL_LAZY_OR_NOW 0
  2280. #    endif
  2281. #   endif
  2282. #  endif
  2283. # endif
  2284. #endif
  2285. fnord() { int i=42;}
  2286. main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
  2287.     if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
  2288.        if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } 
  2289. EOF
  2290. if { (eval echo $progname:2544: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2291. then
  2292.   lt_cv_dlopen_self=yes
  2293. else
  2294.   echo "$progname: failed program was:" >&5
  2295.   cat conftest.$ac_ext >&5
  2296.   rm -fr conftest*
  2297.   lt_cv_dlopen_self=no
  2298. fi
  2299. rm -fr conftest*
  2300. fi
  2301. fi
  2302. echo "$ac_t""$lt_cv_dlopen_self" 1>&6
  2303.   if test "$lt_cv_dlopen_self" = yes; then
  2304.     LDFLAGS="$LDFLAGS $link_static_flag"
  2305.   echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
  2306. echo "$progname:2563: checking whether a statically linked program can dlopen itself" >&5
  2307. if test "${lt_cv_dlopen_self_static+set}" = set; then
  2308.   echo $ac_n "(cached) $ac_c" 1>&6
  2309. else
  2310.   if test "$cross_compiling" = yes; then
  2311.     lt_cv_dlopen_self_static=cross
  2312.   else
  2313.     cat > conftest.c <<EOF
  2314. #line 2571 "ltconfig"
  2315. #if HAVE_DLFCN_H
  2316. #include <dlfcn.h>
  2317. #endif
  2318. #include <stdio.h>
  2319. #ifdef RTLD_GLOBAL
  2320. # define LTDL_GLOBAL RTLD_GLOBAL
  2321. #else
  2322. # ifdef DL_GLOBAL
  2323. #  define LTDL_GLOBAL DL_GLOBAL
  2324. # else
  2325. #  define LTDL_GLOBAL 0
  2326. # endif
  2327. #endif
  2328. /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
  2329.    find out it does not work in some platform. */
  2330. #ifndef LTDL_LAZY_OR_NOW
  2331. # ifdef RTLD_LAZY
  2332. #  define LTDL_LAZY_OR_NOW RTLD_LAZY
  2333. # else
  2334. #  ifdef DL_LAZY
  2335. #   define LTDL_LAZY_OR_NOW DL_LAZY
  2336. #  else
  2337. #   ifdef RTLD_NOW
  2338. #    define LTDL_LAZY_OR_NOW RTLD_NOW
  2339. #   else
  2340. #    ifdef DL_NOW
  2341. #     define LTDL_LAZY_OR_NOW DL_NOW
  2342. #    else
  2343. #     define LTDL_LAZY_OR_NOW 0
  2344. #    endif
  2345. #   endif
  2346. #  endif
  2347. # endif
  2348. #endif
  2349. fnord() { int i=42;}
  2350. main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
  2351.     if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
  2352.     if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } 
  2353. EOF
  2354. if { (eval echo $progname:2617: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2355. then
  2356.   lt_cv_dlopen_self_static=yes
  2357. else
  2358.   echo "$progname: failed program was:" >&5
  2359.   cat conftest.$ac_ext >&5
  2360.   rm -fr conftest*
  2361.   lt_cv_dlopen_self_static=no
  2362. fi
  2363. rm -fr conftest*
  2364. fi
  2365. fi
  2366. echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6
  2367. fi
  2368.     ;;
  2369.   esac
  2370.   case "$lt_cv_dlopen_self" in
  2371.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  2372.   *) enable_dlopen_self=unknown ;;
  2373.   esac
  2374.   case "$lt_cv_dlopen_self_static" in
  2375.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  2376.   *) enable_dlopen_self_static=unknown ;;
  2377.   esac
  2378. fi
  2379. # Copy echo and quote the copy, instead of the original, because it is
  2380. # used later.
  2381. ltecho="$echo"
  2382. if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  2383.    ltecho="$CONFIG_SHELL $0 --fallback-echo"
  2384. fi
  2385. LTSHELL="$SHELL"
  2386. LTCONFIG_VERSION="$VERSION"
  2387. # Only quote variables if we're using ltmain.sh.
  2388. case "$ltmain" in
  2389. *.sh)
  2390.   # Now quote all the things that may contain metacharacters.
  2391.   for var in ltecho old_CC old_CFLAGS old_CPPFLAGS 
  2392.     old_LD old_LDFLAGS old_LIBS 
  2393.     old_NM old_RANLIB old_LN_S old_DLLTOOL old_OBJDUMP old_AS 
  2394.     AR CC LD LN_S NM LTSHELL LTCONFIG_VERSION 
  2395.     reload_flag reload_cmds wl 
  2396.     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec 
  2397.     thread_safe_flag_spec whole_archive_flag_spec libname_spec 
  2398.     library_names_spec soname_spec 
  2399.     RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds 
  2400.     old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds postuninstall_cmds 
  2401.     file_magic_cmd export_symbols_cmds deplibs_check_method allow_undefined_flag no_undefined_flag 
  2402.     finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl 
  2403.     hardcode_libdir_flag_spec hardcode_libdir_separator  
  2404.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  2405.     compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
  2406.     case "$var" in
  2407.     reload_cmds | old_archive_cmds | old_archive_from_new_cmds | 
  2408.     old_postinstall_cmds | old_postuninstall_cmds | 
  2409.     export_symbols_cmds | archive_cmds | archive_expsym_cmds | 
  2410.     postinstall_cmds | postuninstall_cmds | 
  2411.     finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  2412.       # Double-quote double-evaled strings.
  2413.       eval "$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  2414.       ;;
  2415.     *)
  2416.       eval "$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  2417.       ;;
  2418.     esac
  2419.   done
  2420.   case "$ltecho" in
  2421.   *'$0 --fallback-echo"')
  2422.     ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  2423.     ;;
  2424.   esac
  2425.   trap "$rm "$ofile"; exit 1" 1 2 15
  2426.   echo "creating $ofile"
  2427.   $rm "$ofile"
  2428.   cat <<EOF > "$ofile"
  2429. #! $SHELL
  2430. # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  2431. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2432. # NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.
  2433. #
  2434. # Copyright (C) 1996-1999 Free Software Foundation, Inc.
  2435. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  2436. #
  2437. # This program is free software; you can redistribute it and/or modify
  2438. # it under the terms of the GNU General Public License as published by
  2439. # the Free Software Foundation; either version 2 of the License, or
  2440. # (at your option) any later version.
  2441. #
  2442. # This program is distributed in the hope that it will be useful, but
  2443. # WITHOUT ANY WARRANTY; without even the implied warranty of
  2444. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  2445. # General Public License for more details.
  2446. #
  2447. # You should have received a copy of the GNU General Public License
  2448. # along with this program; if not, write to the Free Software
  2449. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  2450. #
  2451. # As a special exception to the GNU General Public License, if you
  2452. # distribute this file as part of a program that contains a
  2453. # configuration script generated by Autoconf, you may include it under
  2454. # the same distribution terms that you use for the rest of that program.
  2455. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2456. Xsed="sed -e s/^X//"
  2457. # The HP-UX ksh and POSIX shell print the target directory to stdout
  2458. # if CDPATH is set.
  2459. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  2460. ### BEGIN LIBTOOL CONFIG
  2461. EOF
  2462.   cfgfile="$ofile"
  2463.   ;;
  2464. *)
  2465.   # Double-quote the variables that need it (for aesthetics).
  2466.   for var in old_CC old_CFLAGS old_CPPFLAGS 
  2467.     old_LD old_LDFLAGS old_LIBS 
  2468.     old_NM old_RANLIB old_LN_S old_DLLTOOL old_OBJDUMP old_AS; do
  2469.     eval "$var=\"$var\""
  2470.   done
  2471.   # Just create a config file.
  2472.   cfgfile="$ofile.cfg"
  2473.   trap "$rm "$cfgfile"; exit 1" 1 2 15
  2474.   echo "creating $cfgfile"
  2475.   $rm "$cfgfile"
  2476.   cat <<EOF > "$cfgfile"
  2477. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
  2478. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2479. EOF
  2480.   ;;
  2481. esac
  2482. cat <<EOF >> "$cfgfile"
  2483. # Libtool was configured as follows, on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2484. #
  2485. # CC=$old_CC CFLAGS=$old_CFLAGS CPPFLAGS=$old_CPPFLAGS \
  2486. # LD=$old_LD LDFLAGS=$old_LDFLAGS LIBS=$old_LIBS \
  2487. # NM=$old_NM RANLIB=$old_RANLIB LN_S=$old_LN_S \
  2488. # DLLTOOL=$old_DLLTOOL OBJDUMP=$old_OBJDUMP AS=$old_AS \
  2489. #   $0$ltconfig_args
  2490. #
  2491. # Compiler and other test output produced by $progname, useful for
  2492. # debugging $progname, is in ./config.log if it exists.
  2493. # The version of $progname that generated this script.
  2494. LTCONFIG_VERSION=$LTCONFIG_VERSION
  2495. # Shell to use when invoking shell scripts.
  2496. SHELL=$LTSHELL
  2497. # Whether or not to build shared libraries.
  2498. build_libtool_libs=$enable_shared
  2499. # Whether or not to build static libraries.
  2500. build_old_libs=$enable_static
  2501. # Whether or not to optimize for fast installation.
  2502. fast_install=$enable_fast_install
  2503. # The host system.
  2504. host_alias=$host_alias
  2505. host=$host
  2506. # An echo program that does not interpret backslashes.
  2507. echo=$ltecho
  2508. # The archiver.
  2509. AR=$AR
  2510. # The default C compiler.
  2511. CC=$CC
  2512. # The linker used to build libraries.
  2513. LD=$LD
  2514. # Whether we need hard or soft links.
  2515. LN_S=$LN_S
  2516. # A BSD-compatible nm program.
  2517. NM=$NM
  2518. # Used on cygwin: DLL creation program.
  2519. DLLTOOL="$DLLTOOL"
  2520. # Used on cygwin: object dumper.
  2521. OBJDUMP="$OBJDUMP"
  2522. # Used on cygwin: assembler.
  2523. AS="$AS"
  2524. # The name of the directory that contains temporary libtool files.
  2525. objdir=$objdir
  2526. # How to create reloadable object files.
  2527. reload_flag=$reload_flag
  2528. reload_cmds=$reload_cmds
  2529. # How to pass a linker flag through the compiler.
  2530. wl=$wl
  2531. # Object file suffix (normally "o").
  2532. objext="$objext"
  2533. # Old archive suffix (normally "a").
  2534. libext="$libext"
  2535. # Executable file suffix (normally "").
  2536. exeext="$exeext"
  2537. # Additional compiler flags for building library objects.
  2538. pic_flag=$pic_flag
  2539. # Does compiler simultaneously support -c and -o options?
  2540. compiler_c_o=$compiler_c_o
  2541. # Can we write directly to a .lo ?
  2542. compiler_o_lo=$compiler_o_lo
  2543. # Must we lock files when doing compilation ?
  2544. need_locks=$need_locks
  2545. # Do we need the lib prefix for modules?
  2546. need_lib_prefix=$need_lib_prefix
  2547. # Do we need a version for libraries?
  2548. need_version=$need_version
  2549. # Whether dlopen is supported.
  2550. dlopen=$enable_dlopen
  2551. # Whether dlopen of programs is supported.
  2552. dlopen_self=$enable_dlopen_self
  2553. # Whether dlopen of statically linked programs is supported.
  2554. dlopen_self_static=$enable_dlopen_self_static
  2555. # Compiler flag to prevent dynamic linking.
  2556. link_static_flag=$link_static_flag
  2557. # Compiler flag to turn off builtin functions.
  2558. no_builtin_flag=$no_builtin_flag
  2559. # Compiler flag to allow reflexive dlopens.
  2560. export_dynamic_flag_spec=$export_dynamic_flag_spec
  2561. # Compiler flag to generate shared objects directly from archives.
  2562. whole_archive_flag_spec=$whole_archive_flag_spec
  2563. # Compiler flag to generate thread-safe objects.
  2564. thread_safe_flag_spec=$thread_safe_flag_spec
  2565. # Library versioning type.
  2566. version_type=$version_type
  2567. # Format of library name prefix.
  2568. libname_spec=$libname_spec
  2569. # List of archive names.  First name is the real one, the rest are links.
  2570. # The last name is the one that the linker finds with -lNAME.
  2571. library_names_spec=$library_names_spec
  2572. # The coded name of the library, if different from the real name.
  2573. soname_spec=$soname_spec
  2574. # Commands used to build and install an old-style archive.
  2575. RANLIB=$RANLIB
  2576. old_archive_cmds=$old_archive_cmds
  2577. old_postinstall_cmds=$old_postinstall_cmds
  2578. old_postuninstall_cmds=$old_postuninstall_cmds
  2579. # Create an old-style archive from a shared archive.
  2580. old_archive_from_new_cmds=$old_archive_from_new_cmds
  2581. # Commands used to build and install a shared archive.
  2582. archive_cmds=$archive_cmds
  2583. archive_expsym_cmds=$archive_expsym_cmds
  2584. postinstall_cmds=$postinstall_cmds
  2585. postuninstall_cmds=$postuninstall_cmds
  2586. # Method to check whether dependent libraries are shared objects.
  2587. deplibs_check_method=$deplibs_check_method
  2588. # Command to use when deplibs_check_method == file_magic.
  2589. file_magic_cmd=$file_magic_cmd
  2590. # Flag that allows shared libraries with undefined symbols to be built.
  2591. allow_undefined_flag=$allow_undefined_flag
  2592. # Flag that forces no undefined symbols.
  2593. no_undefined_flag=$no_undefined_flag
  2594. # Commands used to finish a libtool library installation in a directory.
  2595. finish_cmds=$finish_cmds
  2596. # Same as above, but a single script fragment to be evaled but not shown.
  2597. finish_eval=$finish_eval
  2598. # Take the output of nm and produce a listing of raw symbols and C names.
  2599. global_symbol_pipe=$global_symbol_pipe
  2600. # Transform the output of nm in a proper C declaration
  2601. global_symbol_to_cdecl=$global_symbol_to_cdecl
  2602. # This is the shared library runtime path variable.
  2603. runpath_var=$runpath_var
  2604. # This is the shared library path variable.
  2605. shlibpath_var=$shlibpath_var
  2606. # Is shlibpath searched before the hard-coded library search path?
  2607. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2608. # How to hardcode a shared library path into an executable.
  2609. hardcode_action=$hardcode_action
  2610. # Flag to hardcode $libdir into a binary during linking.
  2611. # This must work even if $libdir does not exist.
  2612. hardcode_libdir_flag_spec=$hardcode_libdir_flag_spec
  2613. # Whether we need a single -rpath flag with a separated argument.
  2614. hardcode_libdir_separator=$hardcode_libdir_separator
  2615. # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
  2616. # resulting binary.
  2617. hardcode_direct=$hardcode_direct
  2618. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  2619. # resulting binary.
  2620. hardcode_minus_L=$hardcode_minus_L
  2621. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  2622. # the resulting binary.
  2623. hardcode_shlibpath_var=$hardcode_shlibpath_var
  2624. # Compile-time system search path for libraries
  2625. sys_lib_search_path_spec=$sys_lib_search_path_spec
  2626. # Run-time system search path for libraries
  2627. sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec
  2628. # Fix the shell variable $srcfile for the compiler.
  2629. fix_srcfile_path="$fix_srcfile_path"
  2630. # Set to yes if exported symbols are required.
  2631. always_export_symbols=$always_export_symbols
  2632. # The commands to list exported symbols.
  2633. export_symbols_cmds=$export_symbols_cmds
  2634. # Symbols that should not be listed in the preloaded symbols.
  2635. exclude_expsyms=$exclude_expsyms
  2636. # Symbols that must always be exported.
  2637. include_expsyms=$include_expsyms
  2638. EOF
  2639. case "$ltmain" in
  2640. *.sh)
  2641.   echo '### END LIBTOOL CONFIG' >> "$ofile"
  2642.   echo >> "$ofile"
  2643.   case "$host_os" in
  2644.   aix3*)
  2645.     cat <<EOF >> "$ofile"
  2646. # AIX sometimes has problems with the GCC collect2 program.  For some
  2647. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2648. # vanish in a puff of smoke.
  2649. if test "X${COLLECT_NAMES+set}" != Xset; then
  2650.   COLLECT_NAMES=
  2651.   export COLLECT_NAMES
  2652. fi
  2653. EOF
  2654.     ;;
  2655.   esac
  2656.   # Append the ltmain.sh script.
  2657.   sed '$q' "$ltmain" >> "$ofile" || (rm -f "$ofile"; exit 1)
  2658.   # We use sed instead of cat because bash on DJGPP gets confused if
  2659.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  2660.   # text mode, it properly converts lines to CR/LF.  This bash problem
  2661.   # is reportedly fixed, but why not run on old versions too?
  2662.   chmod +x "$ofile"
  2663.   ;;
  2664. *)
  2665.   # Compile the libtool program.
  2666.   echo "FIXME: would compile $ltmain"
  2667.   ;;
  2668. esac
  2669. test -n "$cache_file" || exit 0
  2670. # AC_CACHE_SAVE
  2671. trap '' 1 2 15
  2672. cat > confcache <<EOF
  2673. # This file is a shell script that caches the results of configure
  2674. # tests run on this system so they can be shared between configure
  2675. # scripts and configure runs.  It is not useful on other systems.
  2676. # If it contains results you don't want to keep, you may remove or edit it.
  2677. #
  2678. # By default, configure uses ./config.cache as the cache file,
  2679. # creating it if it does not exist already.  You can give configure
  2680. # the --cache-file=FILE option to use a different cache file; that is
  2681. # what configure does when it calls configure scripts in
  2682. # subdirectories, so they share the cache.
  2683. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2684. # config.status only pays attention to the cache file if you give it the
  2685. # --recheck option to rerun configure.
  2686. #
  2687. EOF
  2688. # The following way of writing the cache mishandles newlines in values,
  2689. # but we know of no workaround that is simple, portable, and efficient.
  2690. # So, don't put newlines in cache variables' values.
  2691. # Ultrix sh set writes to stderr and can't be redirected directly,
  2692. # and sets the high bit in the cache file unless we assign to the vars.
  2693. (set) 2>&1 |
  2694.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2695.   *ac_space= *)
  2696.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2697.     # turns \\ into \, and sed turns \ into ).
  2698.     sed -n 
  2699.       -e "s/'/'\\''/g" 
  2700.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2701.     ;;
  2702.   *)
  2703.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2704.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2705.     ;;
  2706.   esac >> confcache
  2707. if cmp -s $cache_file confcache; then
  2708.   :
  2709. else
  2710.   if test -w $cache_file; then
  2711.     echo "updating cache $cache_file"
  2712.     cat confcache > $cache_file
  2713.   else
  2714.     echo "not updating unwritable cache $cache_file"
  2715.   fi
  2716. fi
  2717. rm -f confcache
  2718. exit 0
  2719. # Local Variables:
  2720. # mode:shell-script
  2721. # sh-indentation:2
  2722. # End: