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