home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / pdflib / pdflib-4.0.1.sit / pdflib-4.0.1 / config / ltconfig < prev    next >
Encoding:
Text File  |  2001-03-06  |  96.0 KB  |  3,139 lines  |  [TEXT/LMAN]

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