2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / opcodes / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
979273e3 3# Generated by GNU Autoconf 2.59.
252b5132 4#
979273e3 5# Copyright (C) 2003 Free Software Foundation, Inc.
252b5132
RH
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
979273e3
NN
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
d7040cdb
SE
244
245# Check that we are running under the correct shell.
246SHELL=${CONFIG_SHELL-/bin/sh}
247
248case X$lt_ECHO in
249X*--fallback-echo)
250 # Remove one level of quotation (which was required for Make).
251 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
252 ;;
253esac
254
255ECHO=${lt_ECHO-echo}
256if test "X$1" = X--no-reexec; then
257 # Discard the --no-reexec flag, and continue.
258 shift
259elif test "X$1" = X--fallback-echo; then
260 # Avoid inline document here, it may be left over
261 :
262elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
264 :
265else
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
268fi
269
270if test "X$1" = X--fallback-echo; then
271 # used as fallback echo
272 shift
273 cat <<_LT_EOF
274$*
275_LT_EOF
276 exit 0
277fi
278
279# The HP-UX ksh and POSIX shell print the target directory to stdout
280# if CDPATH is set.
281(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
282
283if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
290 then
291 break
292 fi
293 done
294 fi
295
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
299 :
300 else
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
304 #
305 # So, first we look for a working echo in the user's PATH.
306
307 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
308 for dir in $PATH /usr/ucb; do
309 IFS="$lt_save_ifs"
310 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
314 ECHO="$dir/echo"
315 break
316 fi
317 done
318 IFS="$lt_save_ifs"
319
320 if test "X$ECHO" = Xecho; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
326 ECHO='print -r'
327 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X/bin/ksh; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL=/bin/ksh
333 export CONFIG_SHELL
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
335 else
336 # Try using printf.
337 ECHO='printf %s\n'
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
341 # Cool, printf works
342 :
343 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
348 export CONFIG_SHELL
349 SHELL="$CONFIG_SHELL"
350 export SHELL
351 ECHO="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO="$CONFIG_SHELL $0 --fallback-echo"
357 else
358 # maybe with a smaller string...
359 prev=:
360
361 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
363 then
364 break
365 fi
366 prev="$cmd"
367 done
368
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
373 else
374 # Oops. We lost completely, so just stick with echo.
375 ECHO=echo
376 fi
377 fi
378 fi
379 fi
380 fi
381fi
382
383# Copy echo and quote the copy suitably for passing to libtool from
384# the Makefile, instead of quoting the original, which is used later.
385lt_ECHO=$ECHO
386if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
388fi
389
390
391
392
979273e3
NN
393# Name of the host.
394# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
395# so uname gets run too.
396ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 397
979273e3
NN
398exec 6>&1
399
400#
401# Initializations.
402#
252b5132 403ac_default_prefix=/usr/local
979273e3
NN
404ac_config_libobj_dir=.
405cross_compiling=no
406subdirs=
407MFLAGS=
408MAKEFLAGS=
409SHELL=${CONFIG_SHELL-/bin/sh}
410
411# Maximum number of lines to put in a shell here document.
412# This variable seems obsolete. It should probably be removed, and
413# only ac_max_sed_lines should be used.
414: ${ac_max_here_lines=38}
415
416# Identity of this package.
417PACKAGE_NAME=
418PACKAGE_TARNAME=
419PACKAGE_VERSION=
420PACKAGE_STRING=
421PACKAGE_BUGREPORT=
422
423ac_unique_file="z8k-dis.c"
424# Factoring default headers for most tests.
425ac_includes_default="\
426#include <stdio.h>
427#if HAVE_SYS_TYPES_H
428# include <sys/types.h>
429#endif
430#if HAVE_SYS_STAT_H
431# include <sys/stat.h>
432#endif
433#if STDC_HEADERS
434# include <stdlib.h>
435# include <stddef.h>
436#else
437# if HAVE_STDLIB_H
438# include <stdlib.h>
439# endif
440#endif
441#if HAVE_STRING_H
442# if !STDC_HEADERS && HAVE_MEMORY_H
443# include <memory.h>
444# endif
445# include <string.h>
446#endif
447#if HAVE_STRINGS_H
448# include <strings.h>
449#endif
450#if HAVE_INTTYPES_H
451# include <inttypes.h>
452#else
453# if HAVE_STDINT_H
454# include <stdint.h>
455# endif
456#endif
457#if HAVE_UNISTD_H
458# include <unistd.h>
459#endif"
460
d7040cdb 461ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AR ac_ct_AR RANLIB ac_ct_RANLIB LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP WARN_CFLAGS NO_WERROR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT INSTALL_LIBBFD_TRUE INSTALL_LIBBFD_FALSE host_noncanonical target_noncanonical bfdlibdir bfdincludedir USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE CC_FOR_BUILD EXEEXT_FOR_BUILD HDEFINES CGEN_MAINT_TRUE CGEN_MAINT_FALSE cgendir WIN32LDFLAGS WIN32LIBADD archdefs BFD_MACHINES LIBOBJS LTLIBOBJS'
979273e3 462ac_subst_files=''
252b5132
RH
463
464# Initialize some variables set by options.
979273e3
NN
465ac_init_help=
466ac_init_version=false
252b5132
RH
467# The variables have the same names as the options, with
468# dashes changed to underlines.
979273e3 469cache_file=/dev/null
252b5132 470exec_prefix=NONE
252b5132 471no_create=
252b5132
RH
472no_recursion=
473prefix=NONE
474program_prefix=NONE
475program_suffix=NONE
476program_transform_name=s,x,x,
477silent=
478site=
479srcdir=
252b5132
RH
480verbose=
481x_includes=NONE
482x_libraries=NONE
979273e3
NN
483
484# Installation directory options.
485# These are left unexpanded so users can "make install exec_prefix=/foo"
486# and all the variables that are supposed to be based on exec_prefix
487# by default will actually change.
488# Use braces instead of parens because sh, perl, etc. also accept them.
252b5132
RH
489bindir='${exec_prefix}/bin'
490sbindir='${exec_prefix}/sbin'
491libexecdir='${exec_prefix}/libexec'
492datadir='${prefix}/share'
493sysconfdir='${prefix}/etc'
494sharedstatedir='${prefix}/com'
495localstatedir='${prefix}/var'
496libdir='${exec_prefix}/lib'
497includedir='${prefix}/include'
498oldincludedir='/usr/include'
499infodir='${prefix}/info'
500mandir='${prefix}/man'
501
252b5132
RH
502ac_prev=
503for ac_option
504do
252b5132
RH
505 # If the previous option needs an argument, assign it.
506 if test -n "$ac_prev"; then
507 eval "$ac_prev=\$ac_option"
508 ac_prev=
509 continue
510 fi
511
979273e3 512 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
513
514 # Accept the important Cygnus configure options, so we can diagnose typos.
515
979273e3 516 case $ac_option in
252b5132
RH
517
518 -bindir | --bindir | --bindi | --bind | --bin | --bi)
519 ac_prev=bindir ;;
520 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
979273e3 521 bindir=$ac_optarg ;;
252b5132
RH
522
523 -build | --build | --buil | --bui | --bu)
979273e3 524 ac_prev=build_alias ;;
252b5132 525 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
979273e3 526 build_alias=$ac_optarg ;;
252b5132
RH
527
528 -cache-file | --cache-file | --cache-fil | --cache-fi \
529 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
530 ac_prev=cache_file ;;
531 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
532 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
979273e3
NN
533 cache_file=$ac_optarg ;;
534
535 --config-cache | -C)
536 cache_file=config.cache ;;
252b5132
RH
537
538 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
539 ac_prev=datadir ;;
540 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
541 | --da=*)
979273e3 542 datadir=$ac_optarg ;;
252b5132
RH
543
544 -disable-* | --disable-*)
979273e3 545 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 546 # Reject names that are not valid shell variable names.
979273e3
NN
547 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
548 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
549 { (exit 1); exit 1; }; }
550 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
551 eval "enable_$ac_feature=no" ;;
252b5132
RH
552
553 -enable-* | --enable-*)
979273e3 554 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 555 # Reject names that are not valid shell variable names.
979273e3
NN
556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
558 { (exit 1); exit 1; }; }
559 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
560 case $ac_option in
561 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
562 *) ac_optarg=yes ;;
563 esac
979273e3 564 eval "enable_$ac_feature='$ac_optarg'" ;;
252b5132
RH
565
566 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
567 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
568 | --exec | --exe | --ex)
569 ac_prev=exec_prefix ;;
570 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
571 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
572 | --exec=* | --exe=* | --ex=*)
979273e3 573 exec_prefix=$ac_optarg ;;
252b5132
RH
574
575 -gas | --gas | --ga | --g)
576 # Obsolete; use --with-gas.
577 with_gas=yes ;;
578
979273e3
NN
579 -help | --help | --hel | --he | -h)
580 ac_init_help=long ;;
581 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
582 ac_init_help=recursive ;;
583 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
584 ac_init_help=short ;;
252b5132
RH
585
586 -host | --host | --hos | --ho)
979273e3 587 ac_prev=host_alias ;;
252b5132 588 -host=* | --host=* | --hos=* | --ho=*)
979273e3 589 host_alias=$ac_optarg ;;
252b5132
RH
590
591 -includedir | --includedir | --includedi | --included | --include \
592 | --includ | --inclu | --incl | --inc)
593 ac_prev=includedir ;;
594 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
595 | --includ=* | --inclu=* | --incl=* | --inc=*)
979273e3 596 includedir=$ac_optarg ;;
252b5132
RH
597
598 -infodir | --infodir | --infodi | --infod | --info | --inf)
599 ac_prev=infodir ;;
600 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979273e3 601 infodir=$ac_optarg ;;
252b5132
RH
602
603 -libdir | --libdir | --libdi | --libd)
604 ac_prev=libdir ;;
605 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979273e3 606 libdir=$ac_optarg ;;
252b5132
RH
607
608 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
609 | --libexe | --libex | --libe)
610 ac_prev=libexecdir ;;
611 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
612 | --libexe=* | --libex=* | --libe=*)
979273e3 613 libexecdir=$ac_optarg ;;
252b5132
RH
614
615 -localstatedir | --localstatedir | --localstatedi | --localstated \
616 | --localstate | --localstat | --localsta | --localst \
617 | --locals | --local | --loca | --loc | --lo)
618 ac_prev=localstatedir ;;
619 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
620 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
621 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
979273e3 622 localstatedir=$ac_optarg ;;
252b5132
RH
623
624 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
625 ac_prev=mandir ;;
626 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979273e3 627 mandir=$ac_optarg ;;
252b5132
RH
628
629 -nfp | --nfp | --nf)
630 # Obsolete; use --without-fp.
631 with_fp=no ;;
632
633 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
979273e3 634 | --no-cr | --no-c | -n)
252b5132
RH
635 no_create=yes ;;
636
637 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
638 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
639 no_recursion=yes ;;
640
641 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
642 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
643 | --oldin | --oldi | --old | --ol | --o)
644 ac_prev=oldincludedir ;;
645 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
646 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
647 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979273e3 648 oldincludedir=$ac_optarg ;;
252b5132
RH
649
650 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
651 ac_prev=prefix ;;
652 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
979273e3 653 prefix=$ac_optarg ;;
252b5132
RH
654
655 -program-prefix | --program-prefix | --program-prefi | --program-pref \
656 | --program-pre | --program-pr | --program-p)
657 ac_prev=program_prefix ;;
658 -program-prefix=* | --program-prefix=* | --program-prefi=* \
659 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
979273e3 660 program_prefix=$ac_optarg ;;
252b5132
RH
661
662 -program-suffix | --program-suffix | --program-suffi | --program-suff \
663 | --program-suf | --program-su | --program-s)
664 ac_prev=program_suffix ;;
665 -program-suffix=* | --program-suffix=* | --program-suffi=* \
666 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
979273e3 667 program_suffix=$ac_optarg ;;
252b5132
RH
668
669 -program-transform-name | --program-transform-name \
670 | --program-transform-nam | --program-transform-na \
671 | --program-transform-n | --program-transform- \
672 | --program-transform | --program-transfor \
673 | --program-transfo | --program-transf \
674 | --program-trans | --program-tran \
675 | --progr-tra | --program-tr | --program-t)
676 ac_prev=program_transform_name ;;
677 -program-transform-name=* | --program-transform-name=* \
678 | --program-transform-nam=* | --program-transform-na=* \
679 | --program-transform-n=* | --program-transform-=* \
680 | --program-transform=* | --program-transfor=* \
681 | --program-transfo=* | --program-transf=* \
682 | --program-trans=* | --program-tran=* \
683 | --progr-tra=* | --program-tr=* | --program-t=*)
979273e3 684 program_transform_name=$ac_optarg ;;
252b5132
RH
685
686 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
687 | -silent | --silent | --silen | --sile | --sil)
688 silent=yes ;;
689
690 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
691 ac_prev=sbindir ;;
692 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
693 | --sbi=* | --sb=*)
979273e3 694 sbindir=$ac_optarg ;;
252b5132
RH
695
696 -sharedstatedir | --sharedstatedir | --sharedstatedi \
697 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
698 | --sharedst | --shareds | --shared | --share | --shar \
699 | --sha | --sh)
700 ac_prev=sharedstatedir ;;
701 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
702 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
703 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
704 | --sha=* | --sh=*)
979273e3 705 sharedstatedir=$ac_optarg ;;
252b5132
RH
706
707 -site | --site | --sit)
708 ac_prev=site ;;
709 -site=* | --site=* | --sit=*)
979273e3 710 site=$ac_optarg ;;
1fe1f39c 711
252b5132
RH
712 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
713 ac_prev=srcdir ;;
714 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
979273e3 715 srcdir=$ac_optarg ;;
252b5132
RH
716
717 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
718 | --syscon | --sysco | --sysc | --sys | --sy)
719 ac_prev=sysconfdir ;;
720 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
721 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
979273e3 722 sysconfdir=$ac_optarg ;;
252b5132
RH
723
724 -target | --target | --targe | --targ | --tar | --ta | --t)
979273e3 725 ac_prev=target_alias ;;
252b5132 726 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
979273e3 727 target_alias=$ac_optarg ;;
252b5132
RH
728
729 -v | -verbose | --verbose | --verbos | --verbo | --verb)
730 verbose=yes ;;
731
979273e3
NN
732 -version | --version | --versio | --versi | --vers | -V)
733 ac_init_version=: ;;
252b5132
RH
734
735 -with-* | --with-*)
979273e3 736 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 737 # Reject names that are not valid shell variable names.
979273e3
NN
738 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
739 { echo "$as_me: error: invalid package name: $ac_package" >&2
740 { (exit 1); exit 1; }; }
252b5132 741 ac_package=`echo $ac_package| sed 's/-/_/g'`
979273e3
NN
742 case $ac_option in
743 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
744 *) ac_optarg=yes ;;
745 esac
979273e3 746 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
747
748 -without-* | --without-*)
979273e3 749 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 750 # Reject names that are not valid shell variable names.
979273e3
NN
751 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
752 { echo "$as_me: error: invalid package name: $ac_package" >&2
753 { (exit 1); exit 1; }; }
754 ac_package=`echo $ac_package | sed 's/-/_/g'`
755 eval "with_$ac_package=no" ;;
252b5132
RH
756
757 --x)
758 # Obsolete; use --with-x.
759 with_x=yes ;;
760
761 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
762 | --x-incl | --x-inc | --x-in | --x-i)
763 ac_prev=x_includes ;;
764 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
765 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
979273e3 766 x_includes=$ac_optarg ;;
252b5132
RH
767
768 -x-libraries | --x-libraries | --x-librarie | --x-librari \
769 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
770 ac_prev=x_libraries ;;
771 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
772 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979273e3 773 x_libraries=$ac_optarg ;;
252b5132 774
979273e3
NN
775 -*) { echo "$as_me: error: unrecognized option: $ac_option
776Try \`$0 --help' for more information." >&2
777 { (exit 1); exit 1; }; }
252b5132
RH
778 ;;
779
979273e3
NN
780 *=*)
781 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
782 # Reject names that are not valid shell variable names.
783 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
784 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
785 { (exit 1); exit 1; }; }
786 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
787 eval "$ac_envvar='$ac_optarg'"
788 export $ac_envvar ;;
789
252b5132 790 *)
979273e3
NN
791 # FIXME: should be removed in autoconf 3.0.
792 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
793 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
794 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
795 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
796 ;;
797
798 esac
799done
800
801if test -n "$ac_prev"; then
979273e3
NN
802 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
803 { echo "$as_me: error: missing argument to $ac_option" >&2
804 { (exit 1); exit 1; }; }
252b5132 805fi
252b5132 806
979273e3
NN
807# Be sure to have absolute paths.
808for ac_var in exec_prefix prefix
809do
810 eval ac_val=$`echo $ac_var`
811 case $ac_val in
812 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
813 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
814 { (exit 1); exit 1; }; };;
815 esac
816done
252b5132 817
979273e3
NN
818# Be sure to have absolute paths.
819for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
820 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 821do
979273e3
NN
822 eval ac_val=$`echo $ac_var`
823 case $ac_val in
824 [\\/$]* | ?:[\\/]* ) ;;
825 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
826 { (exit 1); exit 1; }; };;
252b5132
RH
827 esac
828done
829
979273e3
NN
830# There might be people who depend on the old broken behavior: `$host'
831# used to hold the argument of --host etc.
832# FIXME: To remove some day.
833build=$build_alias
834host=$host_alias
835target=$target_alias
836
837# FIXME: To remove some day.
838if test "x$host_alias" != x; then
839 if test "x$build_alias" = x; then
840 cross_compiling=maybe
841 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 If a cross compiler is detected then cross compile mode will be used." >&2
843 elif test "x$build_alias" != "x$host_alias"; then
844 cross_compiling=yes
845 fi
846fi
252b5132 847
979273e3
NN
848ac_tool_prefix=
849test -n "$host_alias" && ac_tool_prefix=$host_alias-
850
851test "$silent" = yes && exec 6>/dev/null
252b5132 852
252b5132
RH
853
854# Find the source files, if location was not specified.
855if test -z "$srcdir"; then
856 ac_srcdir_defaulted=yes
857 # Try the directory containing this script, then its parent.
979273e3
NN
858 ac_confdir=`(dirname "$0") 2>/dev/null ||
859$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860 X"$0" : 'X\(//\)[^/]' \| \
861 X"$0" : 'X\(//\)$' \| \
862 X"$0" : 'X\(/\)' \| \
863 . : '\(.\)' 2>/dev/null ||
864echo X"$0" |
865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
867 /^X\(\/\/\)$/{ s//\1/; q; }
868 /^X\(\/\).*/{ s//\1/; q; }
869 s/.*/./; q'`
252b5132
RH
870 srcdir=$ac_confdir
871 if test ! -r $srcdir/$ac_unique_file; then
872 srcdir=..
873 fi
874else
875 ac_srcdir_defaulted=no
876fi
877if test ! -r $srcdir/$ac_unique_file; then
878 if test "$ac_srcdir_defaulted" = yes; then
979273e3
NN
879 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
880 { (exit 1); exit 1; }; }
252b5132 881 else
979273e3
NN
882 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
883 { (exit 1); exit 1; }; }
252b5132
RH
884 fi
885fi
979273e3
NN
886(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
887 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
888 { (exit 1); exit 1; }; }
889srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
890ac_env_build_alias_set=${build_alias+set}
891ac_env_build_alias_value=$build_alias
892ac_cv_env_build_alias_set=${build_alias+set}
893ac_cv_env_build_alias_value=$build_alias
894ac_env_host_alias_set=${host_alias+set}
895ac_env_host_alias_value=$host_alias
896ac_cv_env_host_alias_set=${host_alias+set}
897ac_cv_env_host_alias_value=$host_alias
898ac_env_target_alias_set=${target_alias+set}
899ac_env_target_alias_value=$target_alias
900ac_cv_env_target_alias_set=${target_alias+set}
901ac_cv_env_target_alias_value=$target_alias
902ac_env_CC_set=${CC+set}
903ac_env_CC_value=$CC
904ac_cv_env_CC_set=${CC+set}
905ac_cv_env_CC_value=$CC
906ac_env_CFLAGS_set=${CFLAGS+set}
907ac_env_CFLAGS_value=$CFLAGS
908ac_cv_env_CFLAGS_set=${CFLAGS+set}
909ac_cv_env_CFLAGS_value=$CFLAGS
910ac_env_LDFLAGS_set=${LDFLAGS+set}
911ac_env_LDFLAGS_value=$LDFLAGS
912ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
913ac_cv_env_LDFLAGS_value=$LDFLAGS
914ac_env_CPPFLAGS_set=${CPPFLAGS+set}
915ac_env_CPPFLAGS_value=$CPPFLAGS
916ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
917ac_cv_env_CPPFLAGS_value=$CPPFLAGS
918ac_env_CPP_set=${CPP+set}
919ac_env_CPP_value=$CPP
920ac_cv_env_CPP_set=${CPP+set}
921ac_cv_env_CPP_value=$CPP
252b5132 922
979273e3
NN
923#
924# Report the --help message.
925#
926if test "$ac_init_help" = "long"; then
927 # Omit some internal or obsolete options to make the list less imposing.
928 # This message is too long to be a string in the A/UX 3.1 sh.
929 cat <<_ACEOF
930\`configure' configures this package to adapt to many kinds of systems.
252b5132 931
979273e3 932Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 933
979273e3
NN
934To assign environment variables (e.g., CC, CFLAGS...), specify them as
935VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 936
979273e3 937Defaults for the options are specified in brackets.
ac48eca1 938
979273e3
NN
939Configuration:
940 -h, --help display this help and exit
941 --help=short display options specific to this package
942 --help=recursive display the short help of all the included packages
943 -V, --version display version information and exit
944 -q, --quiet, --silent do not print \`checking...' messages
945 --cache-file=FILE cache test results in FILE [disabled]
946 -C, --config-cache alias for \`--cache-file=config.cache'
947 -n, --no-create do not create output files
948 --srcdir=DIR find the sources in DIR [configure dir or \`..']
949
950_ACEOF
951
952 cat <<_ACEOF
953Installation directories:
954 --prefix=PREFIX install architecture-independent files in PREFIX
955 [$ac_default_prefix]
956 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
957 [PREFIX]
ac48eca1 958
979273e3
NN
959By default, \`make install' will install all the files in
960\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
961an installation prefix other than \`$ac_default_prefix' using \`--prefix',
962for instance \`--prefix=\$HOME'.
ac48eca1 963
979273e3 964For better control, use the options below.
ac48eca1 965
979273e3
NN
966Fine tuning of the installation directories:
967 --bindir=DIR user executables [EPREFIX/bin]
968 --sbindir=DIR system admin executables [EPREFIX/sbin]
969 --libexecdir=DIR program executables [EPREFIX/libexec]
970 --datadir=DIR read-only architecture-independent data [PREFIX/share]
971 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
972 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
973 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
974 --libdir=DIR object code libraries [EPREFIX/lib]
975 --includedir=DIR C header files [PREFIX/include]
976 --oldincludedir=DIR C header files for non-gcc [/usr/include]
977 --infodir=DIR info documentation [PREFIX/info]
978 --mandir=DIR man documentation [PREFIX/man]
979_ACEOF
ac48eca1 980
979273e3 981 cat <<\_ACEOF
252b5132 982
979273e3
NN
983Program names:
984 --program-prefix=PREFIX prepend PREFIX to installed program names
985 --program-suffix=SUFFIX append SUFFIX to installed program names
986 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 987
979273e3
NN
988System types:
989 --build=BUILD configure for building on BUILD [guessed]
990 --host=HOST cross-compile to build programs to run on HOST [BUILD]
991 --target=TARGET configure for building compilers for TARGET [HOST]
992_ACEOF
252b5132 993fi
252b5132 994
979273e3 995if test -n "$ac_init_help"; then
252b5132 996
979273e3 997 cat <<\_ACEOF
252b5132 998
979273e3
NN
999Optional Features:
1000 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1001 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
8ae85421
AM
1002 --disable-dependency-tracking speeds up one-time build
1003 --enable-dependency-tracking do not reject slow dependency extractors
d7040cdb
SE
1004 --enable-shared[=PKGS]
1005 build shared libraries [default=no]
1006 --enable-static[=PKGS]
1007 build static libraries [default=yes]
1008 --enable-fast-install[=PKGS]
1009 optimize for fast installation [default=yes]
979273e3
NN
1010 --disable-libtool-lock avoid locking (might break parallel builds)
1011 --enable-targets alternative target configurations
1012 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
241a6c40
AM
1013 --enable-werror treat compile warnings as errors
1014 --enable-build-warnings enable build-time compiler warnings
8ae85421
AM
1015 --enable-maintainer-mode enable make rules and dependencies not useful
1016 (and sometimes confusing) to the casual installer
979273e3
NN
1017 --enable-install-libbfd controls installation of libbfd and related headers
1018 --disable-nls do not use Native Language Support
1019 --enable-cgen-maint=dir build cgen generated files
1020
1021Optional Packages:
1022 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1023 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1024 --with-pic try to use only PIC/non-PIC objects [default=use
1025 both]
1026 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
252b5132 1027
979273e3
NN
1028Some influential environment variables:
1029 CC C compiler command
1030 CFLAGS C compiler flags
1031 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1032 nonstandard directory <lib dir>
1033 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1034 headers in a nonstandard directory <include dir>
1035 CPP C preprocessor
a2d91340 1036
979273e3
NN
1037Use these variables to override the choices made by `configure' or to help
1038it to find libraries and programs with nonstandard names/locations.
1039
1040_ACEOF
a2d91340
AC
1041fi
1042
979273e3
NN
1043if test "$ac_init_help" = "recursive"; then
1044 # If there are subdirs, report their specific --help.
1045 ac_popdir=`pwd`
1046 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1047 test -d $ac_dir || continue
1048 ac_builddir=.
1049
1050if test "$ac_dir" != .; then
1051 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1052 # A "../" for each directory in $ac_dir_suffix.
1053 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1054else
1055 ac_dir_suffix= ac_top_builddir=
1056fi
a2d91340 1057
979273e3
NN
1058case $srcdir in
1059 .) # No --srcdir option. We are building in place.
1060 ac_srcdir=.
1061 if test -z "$ac_top_builddir"; then
1062 ac_top_srcdir=.
1063 else
1064 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
a2d91340 1065 fi ;;
979273e3
NN
1066 [\\/]* | ?:[\\/]* ) # Absolute path.
1067 ac_srcdir=$srcdir$ac_dir_suffix;
1068 ac_top_srcdir=$srcdir ;;
1069 *) # Relative path.
1070 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1071 ac_top_srcdir=$ac_top_builddir$srcdir ;;
a2d91340
AC
1072esac
1073
979273e3
NN
1074# Do not use `cd foo && pwd` to compute absolute paths, because
1075# the directories may not exist.
1076case `pwd` in
1077.) ac_abs_builddir="$ac_dir";;
1078*)
1079 case "$ac_dir" in
1080 .) ac_abs_builddir=`pwd`;;
1081 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1082 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1083 esac;;
a2d91340 1084esac
979273e3
NN
1085case $ac_abs_builddir in
1086.) ac_abs_top_builddir=${ac_top_builddir}.;;
1087*)
1088 case ${ac_top_builddir}. in
1089 .) ac_abs_top_builddir=$ac_abs_builddir;;
1090 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1091 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1092 esac;;
1093esac
1094case $ac_abs_builddir in
1095.) ac_abs_srcdir=$ac_srcdir;;
1096*)
1097 case $ac_srcdir in
1098 .) ac_abs_srcdir=$ac_abs_builddir;;
1099 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1100 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1101 esac;;
1102esac
1103case $ac_abs_builddir in
1104.) ac_abs_top_srcdir=$ac_top_srcdir;;
1105*)
1106 case $ac_top_srcdir in
1107 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1108 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1109 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1110 esac;;
a2d91340
AC
1111esac
1112
979273e3
NN
1113 cd $ac_dir
1114 # Check for guested configure; otherwise get Cygnus style configure.
1115 if test -f $ac_srcdir/configure.gnu; then
1116 echo
1117 $SHELL $ac_srcdir/configure.gnu --help=recursive
1118 elif test -f $ac_srcdir/configure; then
1119 echo
1120 $SHELL $ac_srcdir/configure --help=recursive
1121 elif test -f $ac_srcdir/configure.ac ||
1122 test -f $ac_srcdir/configure.in; then
1123 echo
1124 $ac_configure --help
1125 else
1126 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1127 fi
8ae85421 1128 cd $ac_popdir
979273e3
NN
1129 done
1130fi
a2d91340 1131
979273e3
NN
1132test -n "$ac_init_help" && exit 0
1133if $ac_init_version; then
1134 cat <<\_ACEOF
252b5132 1135
979273e3
NN
1136Copyright (C) 2003 Free Software Foundation, Inc.
1137This configure script is free software; the Free Software Foundation
1138gives unlimited permission to copy, distribute and modify it.
1139_ACEOF
1140 exit 0
1141fi
1142exec 5>config.log
1143cat >&5 <<_ACEOF
1144This file contains any messages produced by compilers while
1145running configure, to aid debugging if configure makes a mistake.
2c73f9d8 1146
979273e3
NN
1147It was created by $as_me, which was
1148generated by GNU Autoconf 2.59. Invocation command line was
252b5132 1149
979273e3 1150 $ $0 $@
252b5132 1151
979273e3
NN
1152_ACEOF
1153{
1154cat <<_ASUNAME
1155## --------- ##
1156## Platform. ##
1157## --------- ##
1158
1159hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1160uname -m = `(uname -m) 2>/dev/null || echo unknown`
1161uname -r = `(uname -r) 2>/dev/null || echo unknown`
1162uname -s = `(uname -s) 2>/dev/null || echo unknown`
1163uname -v = `(uname -v) 2>/dev/null || echo unknown`
1164
1165/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1166/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1167
1168/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1169/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1170/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1171hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1172/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1173/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1174/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1175
1176_ASUNAME
1177
1178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1179for as_dir in $PATH
1180do
1181 IFS=$as_save_IFS
1182 test -z "$as_dir" && as_dir=.
1183 echo "PATH: $as_dir"
1184done
252b5132 1185
979273e3 1186} >&5
75798298 1187
979273e3 1188cat >&5 <<_ACEOF
252b5132 1189
252b5132 1190
979273e3
NN
1191## ----------- ##
1192## Core tests. ##
1193## ----------- ##
1194
1195_ACEOF
1196
1197
1198# Keep a trace of the command line.
1199# Strip out --no-create and --no-recursion so they do not pile up.
1200# Strip out --silent because we don't want to record it for future runs.
1201# Also quote any args containing shell meta-characters.
1202# Make two passes to allow for proper duplicate-argument suppression.
1203ac_configure_args=
1204ac_configure_args0=
1205ac_configure_args1=
1206ac_sep=
1207ac_must_keep_next=false
1208for ac_pass in 1 2
1209do
1210 for ac_arg
1211 do
1212 case $ac_arg in
1213 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1214 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1215 | -silent | --silent | --silen | --sile | --sil)
1216 continue ;;
1217 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1218 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1219 esac
1220 case $ac_pass in
1221 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1222 2)
1223 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1224 if test $ac_must_keep_next = true; then
1225 ac_must_keep_next=false # Got value, back to normal.
1226 else
1227 case $ac_arg in
1228 *=* | --config-cache | -C | -disable-* | --disable-* \
1229 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1230 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1231 | -with-* | --with-* | -without-* | --without-* | --x)
1232 case "$ac_configure_args0 " in
1233 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1234 esac
1235 ;;
1236 -* ) ac_must_keep_next=true ;;
1237 esac
1238 fi
1239 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1240 # Get rid of the leading space.
1241 ac_sep=" "
1242 ;;
1243 esac
1244 done
1245done
1246$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1247$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1248
1249# When interrupted or exit'd, cleanup temporary files, and complete
1250# config.log. We remove comments because anyway the quotes in there
1251# would cause problems or look ugly.
1252# WARNING: Be sure not to use single quotes in there, as some shells,
1253# such as our DU 5.0 friend, will then `close' the trap.
1254trap 'exit_status=$?
1255 # Save into config.log some information that might help in debugging.
1256 {
1257 echo
1258
1259 cat <<\_ASBOX
1260## ---------------- ##
1261## Cache variables. ##
1262## ---------------- ##
1263_ASBOX
1264 echo
1265 # The following way of writing the cache mishandles newlines in values,
1266{
1267 (set) 2>&1 |
1268 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1269 *ac_space=\ *)
1270 sed -n \
1271 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1272 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1273 ;;
1274 *)
1275 sed -n \
1276 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1277 ;;
1278 esac;
1279}
1280 echo
1281
1282 cat <<\_ASBOX
1283## ----------------- ##
1284## Output variables. ##
1285## ----------------- ##
1286_ASBOX
1287 echo
1288 for ac_var in $ac_subst_vars
1289 do
1290 eval ac_val=$`echo $ac_var`
1291 echo "$ac_var='"'"'$ac_val'"'"'"
1292 done | sort
1293 echo
1294
1295 if test -n "$ac_subst_files"; then
1296 cat <<\_ASBOX
1297## ------------- ##
1298## Output files. ##
1299## ------------- ##
1300_ASBOX
1301 echo
1302 for ac_var in $ac_subst_files
1303 do
1304 eval ac_val=$`echo $ac_var`
1305 echo "$ac_var='"'"'$ac_val'"'"'"
1306 done | sort
1307 echo
1308 fi
1309
1310 if test -s confdefs.h; then
1311 cat <<\_ASBOX
1312## ----------- ##
1313## confdefs.h. ##
1314## ----------- ##
1315_ASBOX
1316 echo
1317 sed "/^$/d" confdefs.h | sort
1318 echo
1319 fi
1320 test "$ac_signal" != 0 &&
1321 echo "$as_me: caught signal $ac_signal"
1322 echo "$as_me: exit $exit_status"
1323 } >&5
1324 rm -f core *.core &&
1325 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1326 exit $exit_status
1327 ' 0
1328for ac_signal in 1 2 13 15; do
1329 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1330done
1331ac_signal=0
1332
1333# confdefs.h avoids OS command line length limits that DEFS can exceed.
1334rm -rf conftest* confdefs.h
1335# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1336echo >confdefs.h
1337
1338# Predefined preprocessor variables.
1339
1340cat >>confdefs.h <<_ACEOF
1341#define PACKAGE_NAME "$PACKAGE_NAME"
1342_ACEOF
1343
1344
1345cat >>confdefs.h <<_ACEOF
1346#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1347_ACEOF
1348
1349
1350cat >>confdefs.h <<_ACEOF
1351#define PACKAGE_VERSION "$PACKAGE_VERSION"
1352_ACEOF
1353
1354
1355cat >>confdefs.h <<_ACEOF
1356#define PACKAGE_STRING "$PACKAGE_STRING"
1357_ACEOF
1358
1359
1360cat >>confdefs.h <<_ACEOF
1361#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1362_ACEOF
1363
1364
1365# Let the site file select an alternate cache file if it wants to.
1366# Prefer explicitly selected file to automatically selected ones.
1367if test -z "$CONFIG_SITE"; then
1368 if test "x$prefix" != xNONE; then
1369 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1370 else
1371 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1372 fi
1373fi
1374for ac_site_file in $CONFIG_SITE; do
1375 if test -r "$ac_site_file"; then
1376 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1377echo "$as_me: loading site script $ac_site_file" >&6;}
1378 sed 's/^/| /' "$ac_site_file" >&5
1379 . "$ac_site_file"
1380 fi
1381done
1382
1383if test -r "$cache_file"; then
1384 # Some versions of bash will fail to source /dev/null (special
1385 # files actually), so we avoid doing that.
1386 if test -f "$cache_file"; then
1387 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1388echo "$as_me: loading cache $cache_file" >&6;}
1389 case $cache_file in
1390 [\\/]* | ?:[\\/]* ) . $cache_file;;
1391 *) . ./$cache_file;;
1392 esac
1393 fi
1394else
1395 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1396echo "$as_me: creating cache $cache_file" >&6;}
1397 >$cache_file
1398fi
1399
1400# Check that the precious variables saved in the cache have kept the same
1401# value.
1402ac_cache_corrupted=false
1403for ac_var in `(set) 2>&1 |
1404 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1405 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1406 eval ac_new_set=\$ac_env_${ac_var}_set
1407 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1408 eval ac_new_val="\$ac_env_${ac_var}_value"
1409 case $ac_old_set,$ac_new_set in
1410 set,)
1411 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1412echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1413 ac_cache_corrupted=: ;;
1414 ,set)
1415 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1416echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1417 ac_cache_corrupted=: ;;
1418 ,);;
1419 *)
1420 if test "x$ac_old_val" != "x$ac_new_val"; then
1421 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1422echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1423 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1424echo "$as_me: former value: $ac_old_val" >&2;}
1425 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1426echo "$as_me: current value: $ac_new_val" >&2;}
1427 ac_cache_corrupted=:
1428 fi;;
1429 esac
1430 # Pass precious variables to config.status.
1431 if test "$ac_new_set" = set; then
1432 case $ac_new_val in
1433 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1434 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1435 *) ac_arg=$ac_var=$ac_new_val ;;
1436 esac
1437 case " $ac_configure_args " in
1438 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1439 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1440 esac
1441 fi
1442done
1443if $ac_cache_corrupted; then
1444 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1445echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1446 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1447echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1448 { (exit 1); exit 1; }; }
1449fi
1450
1451ac_ext=c
1452ac_cpp='$CPP $CPPFLAGS'
1453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1455ac_compiler_gnu=$ac_cv_c_compiler_gnu
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477ac_aux_dir=
1478for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1479 if test -f $ac_dir/install-sh; then
1480 ac_aux_dir=$ac_dir
1481 ac_install_sh="$ac_aux_dir/install-sh -c"
1482 break
1483 elif test -f $ac_dir/install.sh; then
1484 ac_aux_dir=$ac_dir
1485 ac_install_sh="$ac_aux_dir/install.sh -c"
1486 break
1487 elif test -f $ac_dir/shtool; then
1488 ac_aux_dir=$ac_dir
1489 ac_install_sh="$ac_aux_dir/shtool install -c"
1490 break
1491 fi
1492done
1493if test -z "$ac_aux_dir"; then
1494 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1495echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1496 { (exit 1); exit 1; }; }
1497fi
1498ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1499ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1500ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1501
1502# Make sure we can run config.sub.
1503$ac_config_sub sun4 >/dev/null 2>&1 ||
1504 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1505echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1506 { (exit 1); exit 1; }; }
1507
1508echo "$as_me:$LINENO: checking build system type" >&5
1509echo $ECHO_N "checking build system type... $ECHO_C" >&6
1510if test "${ac_cv_build+set}" = set; then
1511 echo $ECHO_N "(cached) $ECHO_C" >&6
1512else
1513 ac_cv_build_alias=$build_alias
1514test -z "$ac_cv_build_alias" &&
1515 ac_cv_build_alias=`$ac_config_guess`
1516test -z "$ac_cv_build_alias" &&
1517 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1518echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1519 { (exit 1); exit 1; }; }
1520ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1521 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1522echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1523 { (exit 1); exit 1; }; }
1524
1525fi
1526echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1527echo "${ECHO_T}$ac_cv_build" >&6
1528build=$ac_cv_build
1529build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1530build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1531build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1532
1533
1534echo "$as_me:$LINENO: checking host system type" >&5
1535echo $ECHO_N "checking host system type... $ECHO_C" >&6
1536if test "${ac_cv_host+set}" = set; then
1537 echo $ECHO_N "(cached) $ECHO_C" >&6
1538else
1539 ac_cv_host_alias=$host_alias
1540test -z "$ac_cv_host_alias" &&
1541 ac_cv_host_alias=$ac_cv_build_alias
1542ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1543 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1544echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1545 { (exit 1); exit 1; }; }
1546
1547fi
1548echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1549echo "${ECHO_T}$ac_cv_host" >&6
1550host=$ac_cv_host
1551host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1552host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1553host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1554
1555
1556echo "$as_me:$LINENO: checking target system type" >&5
1557echo $ECHO_N "checking target system type... $ECHO_C" >&6
1558if test "${ac_cv_target+set}" = set; then
1559 echo $ECHO_N "(cached) $ECHO_C" >&6
1560else
1561 ac_cv_target_alias=$target_alias
1562test "x$ac_cv_target_alias" = "x" &&
1563 ac_cv_target_alias=$ac_cv_host_alias
1564ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1565 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1566echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1567 { (exit 1); exit 1; }; }
1568
1569fi
1570echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1571echo "${ECHO_T}$ac_cv_target" >&6
1572target=$ac_cv_target
1573target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1574target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1575target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1576
1577
1578# The aliases save the names the user supplied, while $host etc.
1579# will get canonicalized.
1580test -n "$target_alias" &&
1581 test "$program_prefix$program_suffix$program_transform_name" = \
1582 NONENONEs,x,x, &&
1583 program_prefix=${target_alias}-
1584ac_ext=c
1585ac_cpp='$CPP $CPPFLAGS'
1586ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1587ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1588ac_compiler_gnu=$ac_cv_c_compiler_gnu
1589if test -n "$ac_tool_prefix"; then
1590 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1591set dummy ${ac_tool_prefix}gcc; ac_word=$2
1592echo "$as_me:$LINENO: checking for $ac_word" >&5
1593echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1594if test "${ac_cv_prog_CC+set}" = set; then
1595 echo $ECHO_N "(cached) $ECHO_C" >&6
1596else
1597 if test -n "$CC"; then
1598 ac_cv_prog_CC="$CC" # Let the user override the test.
1599else
1600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1601for as_dir in $PATH
1602do
1603 IFS=$as_save_IFS
1604 test -z "$as_dir" && as_dir=.
1605 for ac_exec_ext in '' $ac_executable_extensions; do
1606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1607 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1609 break 2
1610 fi
1611done
1612done
1613
1614fi
1615fi
1616CC=$ac_cv_prog_CC
1617if test -n "$CC"; then
1618 echo "$as_me:$LINENO: result: $CC" >&5
1619echo "${ECHO_T}$CC" >&6
1620else
1621 echo "$as_me:$LINENO: result: no" >&5
1622echo "${ECHO_T}no" >&6
1623fi
1624
1625fi
1626if test -z "$ac_cv_prog_CC"; then
1627 ac_ct_CC=$CC
1628 # Extract the first word of "gcc", so it can be a program name with args.
1629set dummy gcc; ac_word=$2
1630echo "$as_me:$LINENO: checking for $ac_word" >&5
1631echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1632if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1633 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else
1635 if test -n "$ac_ct_CC"; then
1636 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1637else
1638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1639for as_dir in $PATH
1640do
1641 IFS=$as_save_IFS
1642 test -z "$as_dir" && as_dir=.
1643 for ac_exec_ext in '' $ac_executable_extensions; do
1644 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1645 ac_cv_prog_ac_ct_CC="gcc"
1646 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1647 break 2
1648 fi
1649done
1650done
1651
1652fi
1653fi
1654ac_ct_CC=$ac_cv_prog_ac_ct_CC
1655if test -n "$ac_ct_CC"; then
1656 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1657echo "${ECHO_T}$ac_ct_CC" >&6
1658else
1659 echo "$as_me:$LINENO: result: no" >&5
1660echo "${ECHO_T}no" >&6
1661fi
1662
1663 CC=$ac_ct_CC
1664else
1665 CC="$ac_cv_prog_CC"
1666fi
1667
1668if test -z "$CC"; then
1669 if test -n "$ac_tool_prefix"; then
1670 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1671set dummy ${ac_tool_prefix}cc; ac_word=$2
1672echo "$as_me:$LINENO: checking for $ac_word" >&5
1673echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1674if test "${ac_cv_prog_CC+set}" = set; then
1675 echo $ECHO_N "(cached) $ECHO_C" >&6
1676else
1677 if test -n "$CC"; then
1678 ac_cv_prog_CC="$CC" # Let the user override the test.
1679else
1680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1681for as_dir in $PATH
1682do
1683 IFS=$as_save_IFS
1684 test -z "$as_dir" && as_dir=.
1685 for ac_exec_ext in '' $ac_executable_extensions; do
1686 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1687 ac_cv_prog_CC="${ac_tool_prefix}cc"
1688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1689 break 2
1690 fi
1691done
1692done
1693
1694fi
1695fi
1696CC=$ac_cv_prog_CC
1697if test -n "$CC"; then
1698 echo "$as_me:$LINENO: result: $CC" >&5
1699echo "${ECHO_T}$CC" >&6
1700else
1701 echo "$as_me:$LINENO: result: no" >&5
1702echo "${ECHO_T}no" >&6
1703fi
1704
1705fi
1706if test -z "$ac_cv_prog_CC"; then
1707 ac_ct_CC=$CC
1708 # Extract the first word of "cc", so it can be a program name with args.
1709set dummy cc; ac_word=$2
1710echo "$as_me:$LINENO: checking for $ac_word" >&5
1711echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1712if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1713 echo $ECHO_N "(cached) $ECHO_C" >&6
1714else
1715 if test -n "$ac_ct_CC"; then
1716 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1717else
1718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1719for as_dir in $PATH
1720do
1721 IFS=$as_save_IFS
1722 test -z "$as_dir" && as_dir=.
1723 for ac_exec_ext in '' $ac_executable_extensions; do
1724 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1725 ac_cv_prog_ac_ct_CC="cc"
1726 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1727 break 2
1728 fi
1729done
1730done
1731
1732fi
1733fi
1734ac_ct_CC=$ac_cv_prog_ac_ct_CC
1735if test -n "$ac_ct_CC"; then
1736 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1737echo "${ECHO_T}$ac_ct_CC" >&6
1738else
1739 echo "$as_me:$LINENO: result: no" >&5
1740echo "${ECHO_T}no" >&6
1741fi
1742
1743 CC=$ac_ct_CC
1744else
1745 CC="$ac_cv_prog_CC"
1746fi
1747
1748fi
1749if test -z "$CC"; then
1750 # Extract the first word of "cc", so it can be a program name with args.
1751set dummy cc; ac_word=$2
1752echo "$as_me:$LINENO: checking for $ac_word" >&5
1753echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1754if test "${ac_cv_prog_CC+set}" = set; then
1755 echo $ECHO_N "(cached) $ECHO_C" >&6
1756else
1757 if test -n "$CC"; then
1758 ac_cv_prog_CC="$CC" # Let the user override the test.
1759else
1760 ac_prog_rejected=no
1761as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1762for as_dir in $PATH
1763do
1764 IFS=$as_save_IFS
1765 test -z "$as_dir" && as_dir=.
1766 for ac_exec_ext in '' $ac_executable_extensions; do
1767 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1768 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1769 ac_prog_rejected=yes
1770 continue
1771 fi
1772 ac_cv_prog_CC="cc"
1773 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1774 break 2
1775 fi
1776done
1777done
1778
1779if test $ac_prog_rejected = yes; then
1780 # We found a bogon in the path, so make sure we never use it.
1781 set dummy $ac_cv_prog_CC
1782 shift
1783 if test $# != 0; then
1784 # We chose a different compiler from the bogus one.
1785 # However, it has the same basename, so the bogon will be chosen
1786 # first if we set CC to just the basename; use the full file name.
1787 shift
1788 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1789 fi
1790fi
1791fi
1792fi
1793CC=$ac_cv_prog_CC
1794if test -n "$CC"; then
1795 echo "$as_me:$LINENO: result: $CC" >&5
1796echo "${ECHO_T}$CC" >&6
1797else
1798 echo "$as_me:$LINENO: result: no" >&5
1799echo "${ECHO_T}no" >&6
1800fi
1801
1802fi
1803if test -z "$CC"; then
1804 if test -n "$ac_tool_prefix"; then
1805 for ac_prog in cl
1806 do
1807 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1808set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1809echo "$as_me:$LINENO: checking for $ac_word" >&5
1810echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1811if test "${ac_cv_prog_CC+set}" = set; then
1812 echo $ECHO_N "(cached) $ECHO_C" >&6
1813else
1814 if test -n "$CC"; then
1815 ac_cv_prog_CC="$CC" # Let the user override the test.
1816else
1817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1818for as_dir in $PATH
1819do
1820 IFS=$as_save_IFS
1821 test -z "$as_dir" && as_dir=.
1822 for ac_exec_ext in '' $ac_executable_extensions; do
1823 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1824 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1825 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1826 break 2
1827 fi
1828done
1829done
1830
1831fi
1832fi
1833CC=$ac_cv_prog_CC
1834if test -n "$CC"; then
1835 echo "$as_me:$LINENO: result: $CC" >&5
1836echo "${ECHO_T}$CC" >&6
1837else
1838 echo "$as_me:$LINENO: result: no" >&5
1839echo "${ECHO_T}no" >&6
1840fi
1841
1842 test -n "$CC" && break
1843 done
1844fi
1845if test -z "$CC"; then
1846 ac_ct_CC=$CC
1847 for ac_prog in cl
1848do
1849 # Extract the first word of "$ac_prog", so it can be a program name with args.
1850set dummy $ac_prog; ac_word=$2
1851echo "$as_me:$LINENO: checking for $ac_word" >&5
1852echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1853if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1854 echo $ECHO_N "(cached) $ECHO_C" >&6
1855else
1856 if test -n "$ac_ct_CC"; then
1857 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1858else
1859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1860for as_dir in $PATH
1861do
1862 IFS=$as_save_IFS
1863 test -z "$as_dir" && as_dir=.
1864 for ac_exec_ext in '' $ac_executable_extensions; do
1865 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1866 ac_cv_prog_ac_ct_CC="$ac_prog"
1867 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1868 break 2
1869 fi
1870done
1871done
1872
1873fi
1874fi
1875ac_ct_CC=$ac_cv_prog_ac_ct_CC
1876if test -n "$ac_ct_CC"; then
1877 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1878echo "${ECHO_T}$ac_ct_CC" >&6
1879else
1880 echo "$as_me:$LINENO: result: no" >&5
1881echo "${ECHO_T}no" >&6
1882fi
1883
1884 test -n "$ac_ct_CC" && break
1885done
1886
1887 CC=$ac_ct_CC
1888fi
1889
1890fi
1891
1892
1893test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1894See \`config.log' for more details." >&5
1895echo "$as_me: error: no acceptable C compiler found in \$PATH
1896See \`config.log' for more details." >&2;}
1897 { (exit 1); exit 1; }; }
1898
1899# Provide some information about the compiler.
1900echo "$as_me:$LINENO:" \
1901 "checking for C compiler version" >&5
1902ac_compiler=`set X $ac_compile; echo $2`
1903{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1904 (eval $ac_compiler --version </dev/null >&5) 2>&5
1905 ac_status=$?
1906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1907 (exit $ac_status); }
1908{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1909 (eval $ac_compiler -v </dev/null >&5) 2>&5
1910 ac_status=$?
1911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1912 (exit $ac_status); }
1913{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1914 (eval $ac_compiler -V </dev/null >&5) 2>&5
1915 ac_status=$?
1916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1917 (exit $ac_status); }
1918
1919cat >conftest.$ac_ext <<_ACEOF
1920/* confdefs.h. */
1921_ACEOF
1922cat confdefs.h >>conftest.$ac_ext
1923cat >>conftest.$ac_ext <<_ACEOF
1924/* end confdefs.h. */
1925
1926int
1927main ()
1928{
1929
1930 ;
1931 return 0;
1932}
1933_ACEOF
1934ac_clean_files_save=$ac_clean_files
1935ac_clean_files="$ac_clean_files a.out a.exe b.out"
1936# Try to create an executable without -o first, disregard a.out.
1937# It will help us diagnose broken compilers, and finding out an intuition
1938# of exeext.
1939echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1940echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1941ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1942if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1943 (eval $ac_link_default) 2>&5
1944 ac_status=$?
1945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1946 (exit $ac_status); }; then
1947 # Find the output, starting from the most likely. This scheme is
1948# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1949# resort.
1950
1951# Be careful to initialize this variable, since it used to be cached.
1952# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1953ac_cv_exeext=
1954# b.out is created by i960 compilers.
1955for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1956do
1957 test -f "$ac_file" || continue
1958 case $ac_file in
1959 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1960 ;;
1961 conftest.$ac_ext )
1962 # This is the source file.
1963 ;;
1964 [ab].out )
1965 # We found the default executable, but exeext='' is most
1966 # certainly right.
1967 break;;
1968 *.* )
1969 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1970 # FIXME: I believe we export ac_cv_exeext for Libtool,
1971 # but it would be cool to find out if it's true. Does anybody
1972 # maintain Libtool? --akim.
1973 export ac_cv_exeext
1974 break;;
1975 * )
1976 break;;
1977 esac
1978done
1979else
1980 echo "$as_me: failed program was:" >&5
1981sed 's/^/| /' conftest.$ac_ext >&5
1982
1983{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1984See \`config.log' for more details." >&5
1985echo "$as_me: error: C compiler cannot create executables
1986See \`config.log' for more details." >&2;}
1987 { (exit 77); exit 77; }; }
1988fi
1989
1990ac_exeext=$ac_cv_exeext
1991echo "$as_me:$LINENO: result: $ac_file" >&5
1992echo "${ECHO_T}$ac_file" >&6
1993
1994# Check the compiler produces executables we can run. If not, either
1995# the compiler is broken, or we cross compile.
1996echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1997echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1998# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1999# If not cross compiling, check that we can run a simple program.
2000if test "$cross_compiling" != yes; then
2001 if { ac_try='./$ac_file'
2002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2003 (eval $ac_try) 2>&5
2004 ac_status=$?
2005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2006 (exit $ac_status); }; }; then
2007 cross_compiling=no
2008 else
2009 if test "$cross_compiling" = maybe; then
2010 cross_compiling=yes
2011 else
2012 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2013If you meant to cross compile, use \`--host'.
2014See \`config.log' for more details." >&5
2015echo "$as_me: error: cannot run C compiled programs.
2016If you meant to cross compile, use \`--host'.
2017See \`config.log' for more details." >&2;}
2018 { (exit 1); exit 1; }; }
2019 fi
2020 fi
2021fi
2022echo "$as_me:$LINENO: result: yes" >&5
2023echo "${ECHO_T}yes" >&6
2024
2025rm -f a.out a.exe conftest$ac_cv_exeext b.out
2026ac_clean_files=$ac_clean_files_save
2027# Check the compiler produces executables we can run. If not, either
2028# the compiler is broken, or we cross compile.
2029echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2030echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2031echo "$as_me:$LINENO: result: $cross_compiling" >&5
2032echo "${ECHO_T}$cross_compiling" >&6
2033
2034echo "$as_me:$LINENO: checking for suffix of executables" >&5
2035echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2036if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2037 (eval $ac_link) 2>&5
2038 ac_status=$?
2039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2040 (exit $ac_status); }; then
2041 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2042# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2043# work properly (i.e., refer to `conftest.exe'), while it won't with
2044# `rm'.
2045for ac_file in conftest.exe conftest conftest.*; do
2046 test -f "$ac_file" || continue
2047 case $ac_file in
2048 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2049 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2050 export ac_cv_exeext
2051 break;;
2052 * ) break;;
2053 esac
2054done
2055else
2056 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2057See \`config.log' for more details." >&5
2058echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2059See \`config.log' for more details." >&2;}
2060 { (exit 1); exit 1; }; }
2061fi
2062
2063rm -f conftest$ac_cv_exeext
2064echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2065echo "${ECHO_T}$ac_cv_exeext" >&6
2066
2067rm -f conftest.$ac_ext
2068EXEEXT=$ac_cv_exeext
2069ac_exeext=$EXEEXT
2070echo "$as_me:$LINENO: checking for suffix of object files" >&5
2071echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2072if test "${ac_cv_objext+set}" = set; then
2073 echo $ECHO_N "(cached) $ECHO_C" >&6
2074else
2075 cat >conftest.$ac_ext <<_ACEOF
2076/* confdefs.h. */
2077_ACEOF
2078cat confdefs.h >>conftest.$ac_ext
2079cat >>conftest.$ac_ext <<_ACEOF
2080/* end confdefs.h. */
2081
2082int
2083main ()
2084{
2085
2086 ;
2087 return 0;
2088}
2089_ACEOF
2090rm -f conftest.o conftest.obj
2091if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2092 (eval $ac_compile) 2>&5
2093 ac_status=$?
2094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2095 (exit $ac_status); }; then
2096 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2097 case $ac_file in
2098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2099 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2100 break;;
2101 esac
2102done
2103else
2104 echo "$as_me: failed program was:" >&5
2105sed 's/^/| /' conftest.$ac_ext >&5
2106
2107{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2108See \`config.log' for more details." >&5
2109echo "$as_me: error: cannot compute suffix of object files: cannot compile
2110See \`config.log' for more details." >&2;}
2111 { (exit 1); exit 1; }; }
2112fi
2113
2114rm -f conftest.$ac_cv_objext conftest.$ac_ext
2115fi
2116echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2117echo "${ECHO_T}$ac_cv_objext" >&6
2118OBJEXT=$ac_cv_objext
2119ac_objext=$OBJEXT
2120echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2121echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2122if test "${ac_cv_c_compiler_gnu+set}" = set; then
2123 echo $ECHO_N "(cached) $ECHO_C" >&6
2124else
2125 cat >conftest.$ac_ext <<_ACEOF
2126/* confdefs.h. */
2127_ACEOF
2128cat confdefs.h >>conftest.$ac_ext
2129cat >>conftest.$ac_ext <<_ACEOF
2130/* end confdefs.h. */
2131
2132int
2133main ()
2134{
2135#ifndef __GNUC__
2136 choke me
2137#endif
2138
2139 ;
2140 return 0;
2141}
2142_ACEOF
2143rm -f conftest.$ac_objext
2144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2145 (eval $ac_compile) 2>conftest.er1
2146 ac_status=$?
2147 grep -v '^ *+' conftest.er1 >conftest.err
2148 rm -f conftest.er1
2149 cat conftest.err >&5
2150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2151 (exit $ac_status); } &&
8ae85421
AM
2152 { ac_try='test -z "$ac_c_werror_flag"
2153 || test ! -s conftest.err'
979273e3
NN
2154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2155 (eval $ac_try) 2>&5
2156 ac_status=$?
2157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2158 (exit $ac_status); }; } &&
2159 { ac_try='test -s conftest.$ac_objext'
2160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2161 (eval $ac_try) 2>&5
2162 ac_status=$?
2163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164 (exit $ac_status); }; }; then
2165 ac_compiler_gnu=yes
2166else
2167 echo "$as_me: failed program was:" >&5
2168sed 's/^/| /' conftest.$ac_ext >&5
2169
2170ac_compiler_gnu=no
2171fi
2172rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2173ac_cv_c_compiler_gnu=$ac_compiler_gnu
2174
2175fi
2176echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2177echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2178GCC=`test $ac_compiler_gnu = yes && echo yes`
2179ac_test_CFLAGS=${CFLAGS+set}
2180ac_save_CFLAGS=$CFLAGS
2181CFLAGS="-g"
2182echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2183echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2184if test "${ac_cv_prog_cc_g+set}" = set; then
2185 echo $ECHO_N "(cached) $ECHO_C" >&6
2186else
2187 cat >conftest.$ac_ext <<_ACEOF
2188/* confdefs.h. */
2189_ACEOF
2190cat confdefs.h >>conftest.$ac_ext
2191cat >>conftest.$ac_ext <<_ACEOF
2192/* end confdefs.h. */
2193
2194int
2195main ()
2196{
2197
2198 ;
2199 return 0;
2200}
2201_ACEOF
2202rm -f conftest.$ac_objext
2203if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2204 (eval $ac_compile) 2>conftest.er1
2205 ac_status=$?
2206 grep -v '^ *+' conftest.er1 >conftest.err
2207 rm -f conftest.er1
2208 cat conftest.err >&5
2209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2210 (exit $ac_status); } &&
8ae85421
AM
2211 { ac_try='test -z "$ac_c_werror_flag"
2212 || test ! -s conftest.err'
979273e3
NN
2213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2214 (eval $ac_try) 2>&5
2215 ac_status=$?
2216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2217 (exit $ac_status); }; } &&
2218 { ac_try='test -s conftest.$ac_objext'
2219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2220 (eval $ac_try) 2>&5
2221 ac_status=$?
2222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2223 (exit $ac_status); }; }; then
2224 ac_cv_prog_cc_g=yes
2225else
2226 echo "$as_me: failed program was:" >&5
2227sed 's/^/| /' conftest.$ac_ext >&5
2228
2229ac_cv_prog_cc_g=no
2230fi
2231rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2232fi
2233echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2234echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2235if test "$ac_test_CFLAGS" = set; then
2236 CFLAGS=$ac_save_CFLAGS
2237elif test $ac_cv_prog_cc_g = yes; then
2238 if test "$GCC" = yes; then
2239 CFLAGS="-g -O2"
2240 else
2241 CFLAGS="-g"
2242 fi
2243else
2244 if test "$GCC" = yes; then
2245 CFLAGS="-O2"
2246 else
2247 CFLAGS=
2248 fi
2249fi
2250echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2251echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2252if test "${ac_cv_prog_cc_stdc+set}" = set; then
2253 echo $ECHO_N "(cached) $ECHO_C" >&6
2254else
2255 ac_cv_prog_cc_stdc=no
2256ac_save_CC=$CC
2257cat >conftest.$ac_ext <<_ACEOF
2258/* confdefs.h. */
2259_ACEOF
2260cat confdefs.h >>conftest.$ac_ext
2261cat >>conftest.$ac_ext <<_ACEOF
2262/* end confdefs.h. */
2263#include <stdarg.h>
2264#include <stdio.h>
2265#include <sys/types.h>
2266#include <sys/stat.h>
2267/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2268struct buf { int x; };
2269FILE * (*rcsopen) (struct buf *, struct stat *, int);
2270static char *e (p, i)
2271 char **p;
2272 int i;
2273{
2274 return p[i];
2275}
2276static char *f (char * (*g) (char **, int), char **p, ...)
2277{
2278 char *s;
2279 va_list v;
2280 va_start (v,p);
2281 s = g (p, va_arg (v,int));
2282 va_end (v);
2283 return s;
2284}
2285
2286/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2287 function prototypes and stuff, but not '\xHH' hex character constants.
2288 These don't provoke an error unfortunately, instead are silently treated
2289 as 'x'. The following induces an error, until -std1 is added to get
2290 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2291 array size at least. It's necessary to write '\x00'==0 to get something
2292 that's true only with -std1. */
2293int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2294
2295int test (int i, double x);
2296struct s1 {int (*f) (int a);};
2297struct s2 {int (*f) (double a);};
2298int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2299int argc;
2300char **argv;
2301int
2302main ()
2303{
2304return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2305 ;
2306 return 0;
2307}
2308_ACEOF
2309# Don't try gcc -ansi; that turns off useful extensions and
2310# breaks some systems' header files.
2311# AIX -qlanglvl=ansi
2312# Ultrix and OSF/1 -std1
2313# HP-UX 10.20 and later -Ae
2314# HP-UX older versions -Aa -D_HPUX_SOURCE
2315# SVR4 -Xc -D__EXTENSIONS__
2316for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2317do
2318 CC="$ac_save_CC $ac_arg"
2319 rm -f conftest.$ac_objext
2320if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2321 (eval $ac_compile) 2>conftest.er1
2322 ac_status=$?
2323 grep -v '^ *+' conftest.er1 >conftest.err
2324 rm -f conftest.er1
2325 cat conftest.err >&5
2326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2327 (exit $ac_status); } &&
8ae85421
AM
2328 { ac_try='test -z "$ac_c_werror_flag"
2329 || test ! -s conftest.err'
979273e3
NN
2330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2331 (eval $ac_try) 2>&5
2332 ac_status=$?
2333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2334 (exit $ac_status); }; } &&
2335 { ac_try='test -s conftest.$ac_objext'
2336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2337 (eval $ac_try) 2>&5
2338 ac_status=$?
2339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2340 (exit $ac_status); }; }; then
2341 ac_cv_prog_cc_stdc=$ac_arg
2342break
2343else
2344 echo "$as_me: failed program was:" >&5
2345sed 's/^/| /' conftest.$ac_ext >&5
2346
2347fi
2348rm -f conftest.err conftest.$ac_objext
2349done
2350rm -f conftest.$ac_ext conftest.$ac_objext
2351CC=$ac_save_CC
2352
2353fi
2354
2355case "x$ac_cv_prog_cc_stdc" in
2356 x|xno)
2357 echo "$as_me:$LINENO: result: none needed" >&5
2358echo "${ECHO_T}none needed" >&6 ;;
2359 *)
2360 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2361echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2362 CC="$CC $ac_cv_prog_cc_stdc" ;;
2363esac
2364
2365# Some people use a C++ compiler to compile C. Since we use `exit',
2366# in C++ we need to declare it. In case someone uses the same compiler
2367# for both compiling C and C++ we need to have the C++ compiler decide
2368# the declaration of exit, since it's the most demanding environment.
2369cat >conftest.$ac_ext <<_ACEOF
2370#ifndef __cplusplus
2371 choke me
2372#endif
2373_ACEOF
2374rm -f conftest.$ac_objext
2375if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2376 (eval $ac_compile) 2>conftest.er1
2377 ac_status=$?
2378 grep -v '^ *+' conftest.er1 >conftest.err
2379 rm -f conftest.er1
2380 cat conftest.err >&5
2381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2382 (exit $ac_status); } &&
8ae85421
AM
2383 { ac_try='test -z "$ac_c_werror_flag"
2384 || test ! -s conftest.err'
979273e3
NN
2385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2386 (eval $ac_try) 2>&5
2387 ac_status=$?
2388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2389 (exit $ac_status); }; } &&
2390 { ac_try='test -s conftest.$ac_objext'
2391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2392 (eval $ac_try) 2>&5
2393 ac_status=$?
2394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2395 (exit $ac_status); }; }; then
2396 for ac_declaration in \
2397 '' \
2398 'extern "C" void std::exit (int) throw (); using std::exit;' \
2399 'extern "C" void std::exit (int); using std::exit;' \
2400 'extern "C" void exit (int) throw ();' \
2401 'extern "C" void exit (int);' \
2402 'void exit (int);'
2403do
2404 cat >conftest.$ac_ext <<_ACEOF
2405/* confdefs.h. */
2406_ACEOF
2407cat confdefs.h >>conftest.$ac_ext
2408cat >>conftest.$ac_ext <<_ACEOF
2409/* end confdefs.h. */
2410$ac_declaration
2411#include <stdlib.h>
2412int
2413main ()
2414{
2415exit (42);
2416 ;
2417 return 0;
2418}
2419_ACEOF
2420rm -f conftest.$ac_objext
2421if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2422 (eval $ac_compile) 2>conftest.er1
2423 ac_status=$?
2424 grep -v '^ *+' conftest.er1 >conftest.err
2425 rm -f conftest.er1
2426 cat conftest.err >&5
2427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2428 (exit $ac_status); } &&
8ae85421
AM
2429 { ac_try='test -z "$ac_c_werror_flag"
2430 || test ! -s conftest.err'
979273e3
NN
2431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2432 (eval $ac_try) 2>&5
2433 ac_status=$?
2434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2435 (exit $ac_status); }; } &&
2436 { ac_try='test -s conftest.$ac_objext'
2437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2438 (eval $ac_try) 2>&5
2439 ac_status=$?
2440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2441 (exit $ac_status); }; }; then
2442 :
2443else
2444 echo "$as_me: failed program was:" >&5
2445sed 's/^/| /' conftest.$ac_ext >&5
2446
2447continue
2448fi
2449rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2450 cat >conftest.$ac_ext <<_ACEOF
2451/* confdefs.h. */
2452_ACEOF
2453cat confdefs.h >>conftest.$ac_ext
2454cat >>conftest.$ac_ext <<_ACEOF
2455/* end confdefs.h. */
2456$ac_declaration
2457int
2458main ()
2459{
2460exit (42);
2461 ;
2462 return 0;
2463}
2464_ACEOF
2465rm -f conftest.$ac_objext
2466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2467 (eval $ac_compile) 2>conftest.er1
2468 ac_status=$?
2469 grep -v '^ *+' conftest.er1 >conftest.err
2470 rm -f conftest.er1
2471 cat conftest.err >&5
2472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2473 (exit $ac_status); } &&
8ae85421
AM
2474 { ac_try='test -z "$ac_c_werror_flag"
2475 || test ! -s conftest.err'
979273e3
NN
2476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2477 (eval $ac_try) 2>&5
2478 ac_status=$?
2479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2480 (exit $ac_status); }; } &&
2481 { ac_try='test -s conftest.$ac_objext'
2482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2483 (eval $ac_try) 2>&5
2484 ac_status=$?
2485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2486 (exit $ac_status); }; }; then
2487 break
2488else
2489 echo "$as_me: failed program was:" >&5
2490sed 's/^/| /' conftest.$ac_ext >&5
2491
2492fi
2493rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2494done
2495rm -f conftest*
2496if test -n "$ac_declaration"; then
2497 echo '#ifdef __cplusplus' >>confdefs.h
2498 echo $ac_declaration >>confdefs.h
2499 echo '#endif' >>confdefs.h
2500fi
2501
2502else
2503 echo "$as_me: failed program was:" >&5
2504sed 's/^/| /' conftest.$ac_ext >&5
2505
2506fi
2507rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2508ac_ext=c
2509ac_cpp='$CPP $CPPFLAGS'
2510ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2511ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2512ac_compiler_gnu=$ac_cv_c_compiler_gnu
2513
2514
8ae85421
AM
2515echo "$as_me:$LINENO: checking for library containing strerror" >&5
2516echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2517if test "${ac_cv_search_strerror+set}" = set; then
979273e3
NN
2518 echo $ECHO_N "(cached) $ECHO_C" >&6
2519else
8ae85421
AM
2520 ac_func_search_save_LIBS=$LIBS
2521ac_cv_search_strerror=no
979273e3
NN
2522cat >conftest.$ac_ext <<_ACEOF
2523/* confdefs.h. */
2524_ACEOF
2525cat confdefs.h >>conftest.$ac_ext
2526cat >>conftest.$ac_ext <<_ACEOF
2527/* end confdefs.h. */
2528
2529/* Override any gcc2 internal prototype to avoid an error. */
2530#ifdef __cplusplus
2531extern "C"
2532#endif
2533/* We use char because int might match the return type of a gcc2
2534 builtin and then its argument prototype would still apply. */
2535char strerror ();
2536int
2537main ()
2538{
2539strerror ();
2540 ;
2541 return 0;
2542}
2543_ACEOF
2544rm -f conftest.$ac_objext conftest$ac_exeext
2545if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2546 (eval $ac_link) 2>conftest.er1
2547 ac_status=$?
2548 grep -v '^ *+' conftest.er1 >conftest.err
2549 rm -f conftest.er1
2550 cat conftest.err >&5
2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2552 (exit $ac_status); } &&
8ae85421
AM
2553 { ac_try='test -z "$ac_c_werror_flag"
2554 || test ! -s conftest.err'
979273e3
NN
2555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2556 (eval $ac_try) 2>&5
2557 ac_status=$?
2558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2559 (exit $ac_status); }; } &&
2560 { ac_try='test -s conftest$ac_exeext'
2561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2562 (eval $ac_try) 2>&5
2563 ac_status=$?
2564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2565 (exit $ac_status); }; }; then
8ae85421 2566 ac_cv_search_strerror="none required"
979273e3
NN
2567else
2568 echo "$as_me: failed program was:" >&5
2569sed 's/^/| /' conftest.$ac_ext >&5
2570
979273e3
NN
2571fi
2572rm -f conftest.err conftest.$ac_objext \
2573 conftest$ac_exeext conftest.$ac_ext
8ae85421
AM
2574if test "$ac_cv_search_strerror" = no; then
2575 for ac_lib in cposix; do
2576 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2577 cat >conftest.$ac_ext <<_ACEOF
2578/* confdefs.h. */
2579_ACEOF
2580cat confdefs.h >>conftest.$ac_ext
2581cat >>conftest.$ac_ext <<_ACEOF
2582/* end confdefs.h. */
2583
2584/* Override any gcc2 internal prototype to avoid an error. */
2585#ifdef __cplusplus
2586extern "C"
2587#endif
2588/* We use char because int might match the return type of a gcc2
2589 builtin and then its argument prototype would still apply. */
2590char strerror ();
2591int
2592main ()
2593{
2594strerror ();
2595 ;
2596 return 0;
2597}
2598_ACEOF
2599rm -f conftest.$ac_objext conftest$ac_exeext
2600if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2601 (eval $ac_link) 2>conftest.er1
2602 ac_status=$?
2603 grep -v '^ *+' conftest.er1 >conftest.err
2604 rm -f conftest.er1
2605 cat conftest.err >&5
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); } &&
2608 { ac_try='test -z "$ac_c_werror_flag"
2609 || test ! -s conftest.err'
2610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2611 (eval $ac_try) 2>&5
2612 ac_status=$?
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }; } &&
2615 { ac_try='test -s conftest$ac_exeext'
2616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2617 (eval $ac_try) 2>&5
2618 ac_status=$?
2619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2620 (exit $ac_status); }; }; then
2621 ac_cv_search_strerror="-l$ac_lib"
2622break
2623else
2624 echo "$as_me: failed program was:" >&5
2625sed 's/^/| /' conftest.$ac_ext >&5
2626
979273e3 2627fi
8ae85421
AM
2628rm -f conftest.err conftest.$ac_objext \
2629 conftest$ac_exeext conftest.$ac_ext
2630 done
979273e3 2631fi
8ae85421
AM
2632LIBS=$ac_func_search_save_LIBS
2633fi
2634echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2635echo "${ECHO_T}$ac_cv_search_strerror" >&6
2636if test "$ac_cv_search_strerror" != no; then
2637 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
979273e3 2638
8ae85421 2639fi
979273e3
NN
2640
2641
2642# We currently only use the version number for the name of any shared
2643# library. For user convenience, we always use the same version
2644# number that BFD is using.
2645BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2646
8ae85421 2647am__api_version="1.9"
979273e3
NN
2648# Find a good install program. We prefer a C program (faster),
2649# so one script is as good as another. But avoid the broken or
2650# incompatible versions:
2651# SysV /etc/install, /usr/sbin/install
2652# SunOS /usr/etc/install
2653# IRIX /sbin/install
2654# AIX /bin/install
2655# AmigaOS /C/install, which installs bootblocks on floppy discs
2656# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2657# AFS /usr/afsws/bin/install, which mishandles nonexistent args
252b5132 2658# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
979273e3 2659# OS/2's system install, which has a completely different semantic
252b5132 2660# ./install, which can be erroneously created by make from ./install.sh.
979273e3
NN
2661echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2662echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
252b5132 2663if test -z "$INSTALL"; then
979273e3
NN
2664if test "${ac_cv_path_install+set}" = set; then
2665 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2666else
979273e3
NN
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668for as_dir in $PATH
2669do
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 # Account for people who put trailing slashes in PATH elements.
2673case $as_dir/ in
2674 ./ | .// | /cC/* | \
2675 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2676 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2677 /usr/ucb/* ) ;;
2678 *)
2679 # OSF1 and SCO ODT 3.0 have their own names for install.
2680 # Don't use installbsd from OSF since it installs stuff as root
2681 # by default.
2682 for ac_prog in ginstall scoinst install; do
2683 for ac_exec_ext in '' $ac_executable_extensions; do
2684 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 2685 if test $ac_prog = install &&
979273e3 2686 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
2687 # AIX install. It has an incompatible calling convention.
2688 :
979273e3
NN
2689 elif test $ac_prog = install &&
2690 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2691 # program-specific install script used by HP pwplus--don't use.
2692 :
252b5132 2693 else
979273e3
NN
2694 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2695 break 3
252b5132
RH
2696 fi
2697 fi
2698 done
979273e3
NN
2699 done
2700 ;;
2701esac
2702done
2703
252b5132
RH
2704
2705fi
2706 if test "${ac_cv_path_install+set}" = set; then
979273e3 2707 INSTALL=$ac_cv_path_install
252b5132
RH
2708 else
2709 # As a last resort, use the slow shell script. We don't cache a
2710 # path for INSTALL within a source directory, because that will
2711 # break other packages using the cache if that directory is
2712 # removed, or if the path is relative.
979273e3 2713 INSTALL=$ac_install_sh
252b5132
RH
2714 fi
2715fi
979273e3
NN
2716echo "$as_me:$LINENO: result: $INSTALL" >&5
2717echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2718
2719# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2720# It thinks the first close brace ends the variable substitution.
2721test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2722
979273e3 2723test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2724
2725test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2726
979273e3
NN
2727echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2728echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2729# Just in case
2730sleep 1
8ae85421 2731echo timestamp > conftest.file
252b5132
RH
2732# Do `set' in a subshell so we don't clobber the current shell's
2733# arguments. Must try -L first in case configure is actually a
2734# symlink; some systems play weird games with the mod time of symlinks
2735# (eg FreeBSD returns the mod time of the symlink's containing
2736# directory).
2737if (
8ae85421 2738 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2739 if test "$*" = "X"; then
2740 # -L didn't work.
8ae85421 2741 set X `ls -t $srcdir/configure conftest.file`
252b5132 2742 fi
8ae85421
AM
2743 rm -f conftest.file
2744 if test "$*" != "X $srcdir/configure conftest.file" \
2745 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2746
2747 # If neither matched, then we have a broken ls. This can happen
2748 # if, for instance, CONFIG_SHELL is bash and it inherits a
2749 # broken ls alias from the environment. This has actually
2750 # happened. Such a system could not be considered "sane".
979273e3
NN
2751 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2752alias in your environment" >&5
2753echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2754alias in your environment" >&2;}
2755 { (exit 1); exit 1; }; }
252b5132
RH
2756 fi
2757
8ae85421 2758 test "$2" = conftest.file
252b5132
RH
2759 )
2760then
2761 # Ok.
2762 :
2763else
979273e3
NN
2764 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2765Check your system clock" >&5
2766echo "$as_me: error: newly created file is older than distributed files!
2767Check your system clock" >&2;}
2768 { (exit 1); exit 1; }; }
252b5132 2769fi
979273e3
NN
2770echo "$as_me:$LINENO: result: yes" >&5
2771echo "${ECHO_T}yes" >&6
252b5132 2772test "$program_prefix" != NONE &&
979273e3 2773 program_transform_name="s,^,$program_prefix,;$program_transform_name"
252b5132
RH
2774# Use a double $ so make ignores it.
2775test "$program_suffix" != NONE &&
979273e3
NN
2776 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2777# Double any \ or $. echo might interpret backslashes.
2778# By default was `s,x,x', remove it if useless.
2779cat <<\_ACEOF >conftest.sed
2780s/[\\$]/&&/g;s/;s,x,x,$//
2781_ACEOF
2782program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2783rm conftest.sed
2784
8ae85421
AM
2785# expand $ac_aux_dir to an absolute path
2786am_aux_dir=`cd $ac_aux_dir && pwd`
2787
2788test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2789# Use eval to expand $SHELL
2790if eval "$MISSING --run true"; then
2791 am_missing_run="$MISSING --run "
2792else
2793 am_missing_run=
2794 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2795echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2796fi
2797
2798if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2799 # We used to keeping the `.' as first argument, in order to
2800 # allow $(mkdir_p) to be used without argument. As in
2801 # $(mkdir_p) $(somedir)
2802 # where $(somedir) is conditionally defined. However this is wrong
2803 # for two reasons:
2804 # 1. if the package is installed by a user who cannot write `.'
2805 # make install will fail,
2806 # 2. the above comment should most certainly read
2807 # $(mkdir_p) $(DESTDIR)$(somedir)
2808 # so it does not work when $(somedir) is undefined and
2809 # $(DESTDIR) is not.
2810 # To support the latter case, we have to write
2811 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2812 # so the `.' trick is pointless.
2813 mkdir_p='mkdir -p --'
2814else
2815 # On NextStep and OpenStep, the `mkdir' command does not
2816 # recognize any option. It will interpret all options as
2817 # directories to create, and then abort because `.' already
2818 # exists.
2819 for d in ./-p ./--version;
2820 do
2821 test -d $d && rmdir $d
2822 done
2823 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2824 if test -f "$ac_aux_dir/mkinstalldirs"; then
2825 mkdir_p='$(mkinstalldirs)'
2826 else
2827 mkdir_p='$(install_sh) -d'
2828 fi
2829fi
2830
2831for ac_prog in gawk mawk nawk awk
2832do
2833 # Extract the first word of "$ac_prog", so it can be a program name with args.
2834set dummy $ac_prog; ac_word=$2
2835echo "$as_me:$LINENO: checking for $ac_word" >&5
2836echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2837if test "${ac_cv_prog_AWK+set}" = set; then
2838 echo $ECHO_N "(cached) $ECHO_C" >&6
2839else
2840 if test -n "$AWK"; then
2841 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2842else
2843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2844for as_dir in $PATH
2845do
2846 IFS=$as_save_IFS
2847 test -z "$as_dir" && as_dir=.
2848 for ac_exec_ext in '' $ac_executable_extensions; do
2849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2850 ac_cv_prog_AWK="$ac_prog"
2851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2852 break 2
2853 fi
2854done
2855done
2856
2857fi
2858fi
2859AWK=$ac_cv_prog_AWK
2860if test -n "$AWK"; then
2861 echo "$as_me:$LINENO: result: $AWK" >&5
2862echo "${ECHO_T}$AWK" >&6
2863else
2864 echo "$as_me:$LINENO: result: no" >&5
2865echo "${ECHO_T}no" >&6
2866fi
2867
2868 test -n "$AWK" && break
2869done
2870
979273e3
NN
2871echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2872echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2873set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2874if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2875 echo $ECHO_N "(cached) $ECHO_C" >&6
2876else
2877 cat >conftest.make <<\_ACEOF
252b5132 2878all:
979273e3
NN
2879 @echo 'ac_maketemp="$(MAKE)"'
2880_ACEOF
252b5132 2881# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
979273e3 2882eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
252b5132
RH
2883if test -n "$ac_maketemp"; then
2884 eval ac_cv_prog_make_${ac_make}_set=yes
2885else
2886 eval ac_cv_prog_make_${ac_make}_set=no
2887fi
979273e3 2888rm -f conftest.make
252b5132
RH
2889fi
2890if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
979273e3
NN
2891 echo "$as_me:$LINENO: result: yes" >&5
2892echo "${ECHO_T}yes" >&6
252b5132
RH
2893 SET_MAKE=
2894else
979273e3
NN
2895 echo "$as_me:$LINENO: result: no" >&5
2896echo "${ECHO_T}no" >&6
252b5132
RH
2897 SET_MAKE="MAKE=${MAKE-make}"
2898fi
2899
8ae85421
AM
2900rm -rf .tst 2>/dev/null
2901mkdir .tst 2>/dev/null
2902if test -d .tst; then
2903 am__leading_dot=.
2904else
2905 am__leading_dot=_
2906fi
2907rmdir .tst 2>/dev/null
2908
2909DEPDIR="${am__leading_dot}deps"
2910
2911 ac_config_commands="$ac_config_commands depfiles"
2912
2913
2914am_make=${MAKE-make}
2915cat > confinc << 'END'
2916am__doit:
2917 @echo done
2918.PHONY: am__doit
2919END
2920# If we don't find an include directive, just comment out the code.
2921echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2922echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2923am__include="#"
2924am__quote=
2925_am_result=none
2926# First try GNU make style include.
2927echo "include confinc" > confmf
2928# We grep out `Entering directory' and `Leaving directory'
2929# messages which can occur if `w' ends up in MAKEFLAGS.
2930# In particular we don't look at `^make:' because GNU make might
2931# be invoked under some other name (usually "gmake"), in which
2932# case it prints its new name instead of `make'.
2933if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2934 am__include=include
2935 am__quote=
2936 _am_result=GNU
2937fi
2938# Now try BSD make style include.
2939if test "$am__include" = "#"; then
2940 echo '.include "confinc"' > confmf
2941 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2942 am__include=.include
2943 am__quote="\""
2944 _am_result=BSD
2945 fi
2946fi
2947
2948
2949echo "$as_me:$LINENO: result: $_am_result" >&5
2950echo "${ECHO_T}$_am_result" >&6
2951rm -f confinc confmf
2952
2953# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2954if test "${enable_dependency_tracking+set}" = set; then
2955 enableval="$enable_dependency_tracking"
2956
2957fi;
2958if test "x$enable_dependency_tracking" != xno; then
2959 am_depcomp="$ac_aux_dir/depcomp"
2960 AMDEPBACKSLASH='\'
2961fi
2962
2963
2964if test "x$enable_dependency_tracking" != xno; then
2965 AMDEP_TRUE=
2966 AMDEP_FALSE='#'
2967else
2968 AMDEP_TRUE='#'
2969 AMDEP_FALSE=
2970fi
252b5132 2971
252b5132 2972
252b5132 2973
8ae85421
AM
2974# test to see if srcdir already configured
2975if test "`cd $srcdir && pwd`" != "`pwd`" &&
2976 test -f $srcdir/config.status; then
979273e3
NN
2977 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2978echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2979 { (exit 1); exit 1; }; }
252b5132 2980fi
979273e3 2981
8ae85421
AM
2982# test whether we have cygpath
2983if test -z "$CYGPATH_W"; then
2984 if (cygpath --version) >/dev/null 2>/dev/null; then
2985 CYGPATH_W='cygpath -w'
2986 else
2987 CYGPATH_W=echo
2988 fi
2989fi
2990
2991
2992# Define the identity of the package.
2993 PACKAGE=opcodes
2994 VERSION=${BFD_VERSION}
2995
2996
979273e3 2997cat >>confdefs.h <<_ACEOF
252b5132 2998#define PACKAGE "$PACKAGE"
979273e3 2999_ACEOF
252b5132 3000
979273e3
NN
3001
3002cat >>confdefs.h <<_ACEOF
252b5132 3003#define VERSION "$VERSION"
979273e3 3004_ACEOF
252b5132 3005
8ae85421 3006# Some tools Automake needs.
252b5132 3007
8ae85421 3008ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
252b5132 3009
8ae85421
AM
3010
3011AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3012
3013
3014AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3015
3016
3017AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3018
3019
3020MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3021
3022install_sh=${install_sh-"$am_aux_dir/install-sh"}
3023
3024# Installed binaries are usually stripped using `strip' when the user
3025# run `make install-strip'. However `strip' might not be the right
3026# tool to use in cross-compilation environments, therefore Automake
3027# will honor the `STRIP' environment variable to overrule this program.
3028if test "$cross_compiling" != no; then
3029 if test -n "$ac_tool_prefix"; then
3030 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3031set dummy ${ac_tool_prefix}strip; ac_word=$2
3032echo "$as_me:$LINENO: checking for $ac_word" >&5
3033echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3034if test "${ac_cv_prog_STRIP+set}" = set; then
3035 echo $ECHO_N "(cached) $ECHO_C" >&6
3036else
3037 if test -n "$STRIP"; then
3038 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3039else
3040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041for as_dir in $PATH
3042do
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_exec_ext in '' $ac_executable_extensions; do
3046 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3047 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3048 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3049 break 2
3050 fi
3051done
3052done
3053
3054fi
3055fi
3056STRIP=$ac_cv_prog_STRIP
3057if test -n "$STRIP"; then
3058 echo "$as_me:$LINENO: result: $STRIP" >&5
3059echo "${ECHO_T}$STRIP" >&6
252b5132 3060else
8ae85421
AM
3061 echo "$as_me:$LINENO: result: no" >&5
3062echo "${ECHO_T}no" >&6
252b5132
RH
3063fi
3064
8ae85421
AM
3065fi
3066if test -z "$ac_cv_prog_STRIP"; then
3067 ac_ct_STRIP=$STRIP
3068 # Extract the first word of "strip", so it can be a program name with args.
3069set dummy strip; ac_word=$2
3070echo "$as_me:$LINENO: checking for $ac_word" >&5
3071echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3072if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3073 echo $ECHO_N "(cached) $ECHO_C" >&6
3074else
3075 if test -n "$ac_ct_STRIP"; then
3076 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3077else
3078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3079for as_dir in $PATH
3080do
3081 IFS=$as_save_IFS
3082 test -z "$as_dir" && as_dir=.
3083 for ac_exec_ext in '' $ac_executable_extensions; do
3084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3085 ac_cv_prog_ac_ct_STRIP="strip"
3086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3087 break 2
3088 fi
3089done
3090done
3091
3092 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3093fi
3094fi
3095ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3096if test -n "$ac_ct_STRIP"; then
3097 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3098echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 3099else
8ae85421
AM
3100 echo "$as_me:$LINENO: result: no" >&5
3101echo "${ECHO_T}no" >&6
252b5132
RH
3102fi
3103
8ae85421 3104 STRIP=$ac_ct_STRIP
252b5132 3105else
8ae85421 3106 STRIP="$ac_cv_prog_STRIP"
252b5132
RH
3107fi
3108
8ae85421
AM
3109fi
3110INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3111
3112# We need awk for the "check" target. The system "awk" is bad on
3113# some platforms.
3114# Always define AMTAR for backward compatibility.
3115
3116AMTAR=${AMTAR-"${am_missing_run}tar"}
3117
3118am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3119
3120
3121
3122
3123depcc="$CC" am_compiler_list=
3124
3125echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3126echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3127if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3128 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3129else
8ae85421
AM
3130 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3131 # We make a subdir and do the tests there. Otherwise we can end up
3132 # making bogus files that we don't know about and never remove. For
3133 # instance it was reported that on HP-UX the gcc test will end up
3134 # making a dummy file named `D' -- because `-MD' means `put the output
3135 # in D'.
3136 mkdir conftest.dir
3137 # Copy depcomp to subdir because otherwise we won't find it if we're
3138 # using a relative directory.
3139 cp "$am_depcomp" conftest.dir
3140 cd conftest.dir
3141 # We will build objects and dependencies in a subdirectory because
3142 # it helps to detect inapplicable dependency modes. For instance
3143 # both Tru64's cc and ICC support -MD to output dependencies as a
3144 # side effect of compilation, but ICC will put the dependencies in
3145 # the current directory while Tru64 will put them in the object
3146 # directory.
3147 mkdir sub
3148
3149 am_cv_CC_dependencies_compiler_type=none
3150 if test "$am_compiler_list" = ""; then
3151 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3152 fi
3153 for depmode in $am_compiler_list; do
3154 # Setup a source with many dependencies, because some compilers
3155 # like to wrap large dependency lists on column 80 (with \), and
3156 # we should not choose a depcomp mode which is confused by this.
3157 #
3158 # We need to recreate these files for each test, as the compiler may
3159 # overwrite some of them when testing with obscure command lines.
3160 # This happens at least with the AIX C compiler.
3161 : > sub/conftest.c
3162 for i in 1 2 3 4 5 6; do
3163 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3164 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3165 # Solaris 8's {/usr,}/bin/sh.
3166 touch sub/conftst$i.h
3167 done
3168 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3169
3170 case $depmode in
3171 nosideeffect)
3172 # after this tag, mechanisms are not by side-effect, so they'll
3173 # only be used when explicitly requested
3174 if test "x$enable_dependency_tracking" = xyes; then
3175 continue
3176 else
3177 break
3178 fi
3179 ;;
3180 none) break ;;
3181 esac
3182 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3183 # mode. It turns out that the SunPro C++ compiler does not properly
3184 # handle `-M -o', and we need to detect this.
3185 if depmode=$depmode \
3186 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3187 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3188 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3189 >/dev/null 2>conftest.err &&
3190 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3191 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3192 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3193 # icc doesn't choke on unknown options, it will just issue warnings
3194 # or remarks (even with -Werror). So we grep stderr for any message
3195 # that says an option was ignored or not supported.
3196 # When given -MP, icc 7.0 and 7.1 complain thusly:
3197 # icc: Command line warning: ignoring option '-M'; no argument required
3198 # The diagnosis changed in icc 8.0:
3199 # icc: Command line remark: option '-MP' not supported
3200 if (grep 'ignoring option' conftest.err ||
3201 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3202 am_cv_CC_dependencies_compiler_type=$depmode
3203 break
3204 fi
3205 fi
3206 done
3207
3208 cd ..
3209 rm -rf conftest.dir
3210else
3211 am_cv_CC_dependencies_compiler_type=none
3212fi
3213
252b5132 3214fi
8ae85421
AM
3215echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3216echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3217CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3218
3219
252b5132 3220
8ae85421
AM
3221if
3222 test "x$enable_dependency_tracking" != xno \
3223 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3224 am__fastdepCC_TRUE=
3225 am__fastdepCC_FALSE='#'
252b5132 3226else
8ae85421
AM
3227 am__fastdepCC_TRUE='#'
3228 am__fastdepCC_FALSE=
252b5132
RH
3229fi
3230
3231
3232
8ae85421 3233
dabbade6
L
3234ac_ext=c
3235ac_cpp='$CPP $CPPFLAGS'
3236ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3237ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3238ac_compiler_gnu=$ac_cv_c_compiler_gnu
979273e3 3239if test -n "$ac_tool_prefix"; then
dabbade6
L
3240 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3241set dummy ${ac_tool_prefix}gcc; ac_word=$2
979273e3
NN
3242echo "$as_me:$LINENO: checking for $ac_word" >&5
3243echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 3244if test "${ac_cv_prog_CC+set}" = set; then
979273e3 3245 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3246else
dabbade6
L
3247 if test -n "$CC"; then
3248 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3249else
979273e3
NN
3250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3251for as_dir in $PATH
3252do
3253 IFS=$as_save_IFS
3254 test -z "$as_dir" && as_dir=.
3255 for ac_exec_ext in '' $ac_executable_extensions; do
3256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 3257 ac_cv_prog_CC="${ac_tool_prefix}gcc"
979273e3
NN
3258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3259 break 2
3260 fi
3261done
3262done
3263
252b5132
RH
3264fi
3265fi
dabbade6
L
3266CC=$ac_cv_prog_CC
3267if test -n "$CC"; then
3268 echo "$as_me:$LINENO: result: $CC" >&5
3269echo "${ECHO_T}$CC" >&6
252b5132 3270else
979273e3
NN
3271 echo "$as_me:$LINENO: result: no" >&5
3272echo "${ECHO_T}no" >&6
3273fi
3274
252b5132 3275fi
dabbade6
L
3276if test -z "$ac_cv_prog_CC"; then
3277 ac_ct_CC=$CC
3278 # Extract the first word of "gcc", so it can be a program name with args.
3279set dummy gcc; ac_word=$2
979273e3
NN
3280echo "$as_me:$LINENO: checking for $ac_word" >&5
3281echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 3282if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
979273e3
NN
3283 echo $ECHO_N "(cached) $ECHO_C" >&6
3284else
dabbade6
L
3285 if test -n "$ac_ct_CC"; then
3286 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
979273e3
NN
3287else
3288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3289for as_dir in $PATH
3290do
3291 IFS=$as_save_IFS
3292 test -z "$as_dir" && as_dir=.
3293 for ac_exec_ext in '' $ac_executable_extensions; do
3294 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 3295 ac_cv_prog_ac_ct_CC="gcc"
979273e3
NN
3296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3297 break 2
3298 fi
3299done
3300done
252b5132 3301
979273e3
NN
3302fi
3303fi
dabbade6
L
3304ac_ct_CC=$ac_cv_prog_ac_ct_CC
3305if test -n "$ac_ct_CC"; then
3306 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3307echo "${ECHO_T}$ac_ct_CC" >&6
979273e3
NN
3308else
3309 echo "$as_me:$LINENO: result: no" >&5
3310echo "${ECHO_T}no" >&6
3311fi
252b5132 3312
dabbade6 3313 CC=$ac_ct_CC
979273e3 3314else
dabbade6 3315 CC="$ac_cv_prog_CC"
979273e3 3316fi
252b5132 3317
dabbade6
L
3318if test -z "$CC"; then
3319 if test -n "$ac_tool_prefix"; then
3320 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3321set dummy ${ac_tool_prefix}cc; ac_word=$2
979273e3
NN
3322echo "$as_me:$LINENO: checking for $ac_word" >&5
3323echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 3324if test "${ac_cv_prog_CC+set}" = set; then
979273e3 3325 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3326else
dabbade6
L
3327 if test -n "$CC"; then
3328 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3329else
979273e3
NN
3330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3331for as_dir in $PATH
3332do
3333 IFS=$as_save_IFS
3334 test -z "$as_dir" && as_dir=.
3335 for ac_exec_ext in '' $ac_executable_extensions; do
3336 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 3337 ac_cv_prog_CC="${ac_tool_prefix}cc"
979273e3
NN
3338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3339 break 2
3340 fi
3341done
3342done
3343
252b5132
RH
3344fi
3345fi
dabbade6
L
3346CC=$ac_cv_prog_CC
3347if test -n "$CC"; then
3348 echo "$as_me:$LINENO: result: $CC" >&5
3349echo "${ECHO_T}$CC" >&6
252b5132 3350else
979273e3
NN
3351 echo "$as_me:$LINENO: result: no" >&5
3352echo "${ECHO_T}no" >&6
252b5132
RH
3353fi
3354
979273e3 3355fi
dabbade6
L
3356if test -z "$ac_cv_prog_CC"; then
3357 ac_ct_CC=$CC
3358 # Extract the first word of "cc", so it can be a program name with args.
3359set dummy cc; ac_word=$2
979273e3
NN
3360echo "$as_me:$LINENO: checking for $ac_word" >&5
3361echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 3362if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
979273e3 3363 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3364else
dabbade6
L
3365 if test -n "$ac_ct_CC"; then
3366 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3367else
979273e3
NN
3368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369for as_dir in $PATH
3370do
3371 IFS=$as_save_IFS
3372 test -z "$as_dir" && as_dir=.
3373 for ac_exec_ext in '' $ac_executable_extensions; do
3374 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 3375 ac_cv_prog_ac_ct_CC="cc"
979273e3
NN
3376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3377 break 2
3378 fi
3379done
3380done
3381
252b5132
RH
3382fi
3383fi
dabbade6
L
3384ac_ct_CC=$ac_cv_prog_ac_ct_CC
3385if test -n "$ac_ct_CC"; then
3386 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3387echo "${ECHO_T}$ac_ct_CC" >&6
252b5132 3388else
979273e3
NN
3389 echo "$as_me:$LINENO: result: no" >&5
3390echo "${ECHO_T}no" >&6
252b5132
RH
3391fi
3392
dabbade6 3393 CC=$ac_ct_CC
252b5132 3394else
dabbade6 3395 CC="$ac_cv_prog_CC"
252b5132
RH
3396fi
3397
dabbade6
L
3398fi
3399if test -z "$CC"; then
3400 # Extract the first word of "cc", so it can be a program name with args.
3401set dummy cc; ac_word=$2
3402echo "$as_me:$LINENO: checking for $ac_word" >&5
3403echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3404if test "${ac_cv_prog_CC+set}" = set; then
3405 echo $ECHO_N "(cached) $ECHO_C" >&6
3406else
3407 if test -n "$CC"; then
3408 ac_cv_prog_CC="$CC" # Let the user override the test.
3409else
3410 ac_prog_rejected=no
3411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3412for as_dir in $PATH
3413do
3414 IFS=$as_save_IFS
3415 test -z "$as_dir" && as_dir=.
3416 for ac_exec_ext in '' $ac_executable_extensions; do
3417 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3418 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3419 ac_prog_rejected=yes
3420 continue
3421 fi
3422 ac_cv_prog_CC="cc"
3423 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3424 break 2
3425 fi
3426done
3427done
252b5132 3428
dabbade6
L
3429if test $ac_prog_rejected = yes; then
3430 # We found a bogon in the path, so make sure we never use it.
3431 set dummy $ac_cv_prog_CC
3432 shift
3433 if test $# != 0; then
3434 # We chose a different compiler from the bogus one.
3435 # However, it has the same basename, so the bogon will be chosen
3436 # first if we set CC to just the basename; use the full file name.
3437 shift
3438 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3439 fi
3440fi
3441fi
3442fi
3443CC=$ac_cv_prog_CC
3444if test -n "$CC"; then
3445 echo "$as_me:$LINENO: result: $CC" >&5
3446echo "${ECHO_T}$CC" >&6
252b5132 3447else
dabbade6
L
3448 echo "$as_me:$LINENO: result: no" >&5
3449echo "${ECHO_T}no" >&6
3450fi
252b5132 3451
dabbade6
L
3452fi
3453if test -z "$CC"; then
3454 if test -n "$ac_tool_prefix"; then
3455 for ac_prog in cl
3456 do
3457 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3458set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3459echo "$as_me:$LINENO: checking for $ac_word" >&5
3460echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3461if test "${ac_cv_prog_CC+set}" = set; then
3462 echo $ECHO_N "(cached) $ECHO_C" >&6
3463else
3464 if test -n "$CC"; then
3465 ac_cv_prog_CC="$CC" # Let the user override the test.
3466else
3467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468for as_dir in $PATH
3469do
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
3472 for ac_exec_ext in '' $ac_executable_extensions; do
3473 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3474 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3475 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3476 break 2
3477 fi
3478done
3479done
d7040cdb 3480
dabbade6
L
3481fi
3482fi
3483CC=$ac_cv_prog_CC
3484if test -n "$CC"; then
3485 echo "$as_me:$LINENO: result: $CC" >&5
3486echo "${ECHO_T}$CC" >&6
3487else
3488 echo "$as_me:$LINENO: result: no" >&5
3489echo "${ECHO_T}no" >&6
3490fi
d7040cdb 3491
dabbade6
L
3492 test -n "$CC" && break
3493 done
3494fi
3495if test -z "$CC"; then
3496 ac_ct_CC=$CC
3497 for ac_prog in cl
3498do
3499 # Extract the first word of "$ac_prog", so it can be a program name with args.
3500set dummy $ac_prog; ac_word=$2
3501echo "$as_me:$LINENO: checking for $ac_word" >&5
3502echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3503if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3504 echo $ECHO_N "(cached) $ECHO_C" >&6
3505else
3506 if test -n "$ac_ct_CC"; then
3507 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3508else
3509as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3510for as_dir in $PATH
3511do
3512 IFS=$as_save_IFS
3513 test -z "$as_dir" && as_dir=.
3514 for ac_exec_ext in '' $ac_executable_extensions; do
3515 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3516 ac_cv_prog_ac_ct_CC="$ac_prog"
3517 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3518 break 2
3519 fi
3520done
3521done
d7040cdb 3522
dabbade6
L
3523fi
3524fi
3525ac_ct_CC=$ac_cv_prog_ac_ct_CC
3526if test -n "$ac_ct_CC"; then
3527 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3528echo "${ECHO_T}$ac_ct_CC" >&6
3529else
3530 echo "$as_me:$LINENO: result: no" >&5
3531echo "${ECHO_T}no" >&6
3532fi
d7040cdb 3533
dabbade6
L
3534 test -n "$ac_ct_CC" && break
3535done
d7040cdb 3536
dabbade6
L
3537 CC=$ac_ct_CC
3538fi
d7040cdb 3539
dabbade6 3540fi
d7040cdb
SE
3541
3542
dabbade6
L
3543test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3544See \`config.log' for more details." >&5
3545echo "$as_me: error: no acceptable C compiler found in \$PATH
3546See \`config.log' for more details." >&2;}
3547 { (exit 1); exit 1; }; }
d7040cdb 3548
dabbade6
L
3549# Provide some information about the compiler.
3550echo "$as_me:$LINENO:" \
3551 "checking for C compiler version" >&5
3552ac_compiler=`set X $ac_compile; echo $2`
3553{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3554 (eval $ac_compiler --version </dev/null >&5) 2>&5
3555 ac_status=$?
3556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3557 (exit $ac_status); }
3558{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3559 (eval $ac_compiler -v </dev/null >&5) 2>&5
3560 ac_status=$?
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562 (exit $ac_status); }
3563{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3564 (eval $ac_compiler -V </dev/null >&5) 2>&5
3565 ac_status=$?
3566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3567 (exit $ac_status); }
d7040cdb 3568
dabbade6
L
3569echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3570echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3571if test "${ac_cv_c_compiler_gnu+set}" = set; then
3572 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3573else
dabbade6
L
3574 cat >conftest.$ac_ext <<_ACEOF
3575/* confdefs.h. */
3576_ACEOF
3577cat confdefs.h >>conftest.$ac_ext
3578cat >>conftest.$ac_ext <<_ACEOF
3579/* end confdefs.h. */
d7040cdb 3580
dabbade6
L
3581int
3582main ()
3583{
3584#ifndef __GNUC__
3585 choke me
3586#endif
d7040cdb 3587
dabbade6
L
3588 ;
3589 return 0;
3590}
3591_ACEOF
3592rm -f conftest.$ac_objext
3593if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3594 (eval $ac_compile) 2>conftest.er1
3595 ac_status=$?
3596 grep -v '^ *+' conftest.er1 >conftest.err
3597 rm -f conftest.er1
3598 cat conftest.err >&5
3599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3600 (exit $ac_status); } &&
3601 { ac_try='test -z "$ac_c_werror_flag"
3602 || test ! -s conftest.err'
3603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3604 (eval $ac_try) 2>&5
3605 ac_status=$?
3606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3607 (exit $ac_status); }; } &&
3608 { ac_try='test -s conftest.$ac_objext'
3609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3610 (eval $ac_try) 2>&5
3611 ac_status=$?
3612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3613 (exit $ac_status); }; }; then
3614 ac_compiler_gnu=yes
d7040cdb 3615else
dabbade6
L
3616 echo "$as_me: failed program was:" >&5
3617sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3618
dabbade6
L
3619ac_compiler_gnu=no
3620fi
3621rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3622ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 3623
dabbade6
L
3624fi
3625echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3626echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3627GCC=`test $ac_compiler_gnu = yes && echo yes`
3628ac_test_CFLAGS=${CFLAGS+set}
3629ac_save_CFLAGS=$CFLAGS
3630CFLAGS="-g"
3631echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3632echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3633if test "${ac_cv_prog_cc_g+set}" = set; then
3634 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3635else
dabbade6
L
3636 cat >conftest.$ac_ext <<_ACEOF
3637/* confdefs.h. */
3638_ACEOF
3639cat confdefs.h >>conftest.$ac_ext
3640cat >>conftest.$ac_ext <<_ACEOF
3641/* end confdefs.h. */
d7040cdb 3642
dabbade6
L
3643int
3644main ()
3645{
d7040cdb 3646
dabbade6
L
3647 ;
3648 return 0;
3649}
3650_ACEOF
3651rm -f conftest.$ac_objext
3652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3653 (eval $ac_compile) 2>conftest.er1
3654 ac_status=$?
3655 grep -v '^ *+' conftest.er1 >conftest.err
3656 rm -f conftest.er1
3657 cat conftest.err >&5
3658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3659 (exit $ac_status); } &&
3660 { ac_try='test -z "$ac_c_werror_flag"
3661 || test ! -s conftest.err'
3662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3663 (eval $ac_try) 2>&5
3664 ac_status=$?
3665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3666 (exit $ac_status); }; } &&
3667 { ac_try='test -s conftest.$ac_objext'
3668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3669 (eval $ac_try) 2>&5
3670 ac_status=$?
3671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3672 (exit $ac_status); }; }; then
3673 ac_cv_prog_cc_g=yes
3674else
3675 echo "$as_me: failed program was:" >&5
3676sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3677
dabbade6
L
3678ac_cv_prog_cc_g=no
3679fi
3680rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3681fi
3682echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3683echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3684if test "$ac_test_CFLAGS" = set; then
3685 CFLAGS=$ac_save_CFLAGS
3686elif test $ac_cv_prog_cc_g = yes; then
3687 if test "$GCC" = yes; then
3688 CFLAGS="-g -O2"
3689 else
3690 CFLAGS="-g"
3691 fi
3692else
3693 if test "$GCC" = yes; then
3694 CFLAGS="-O2"
3695 else
3696 CFLAGS=
3697 fi
3698fi
3699echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3700echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3701if test "${ac_cv_prog_cc_stdc+set}" = set; then
d7040cdb
SE
3702 echo $ECHO_N "(cached) $ECHO_C" >&6
3703else
dabbade6
L
3704 ac_cv_prog_cc_stdc=no
3705ac_save_CC=$CC
3706cat >conftest.$ac_ext <<_ACEOF
3707/* confdefs.h. */
3708_ACEOF
3709cat confdefs.h >>conftest.$ac_ext
3710cat >>conftest.$ac_ext <<_ACEOF
3711/* end confdefs.h. */
3712#include <stdarg.h>
3713#include <stdio.h>
3714#include <sys/types.h>
3715#include <sys/stat.h>
3716/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3717struct buf { int x; };
3718FILE * (*rcsopen) (struct buf *, struct stat *, int);
3719static char *e (p, i)
3720 char **p;
3721 int i;
3722{
3723 return p[i];
3724}
3725static char *f (char * (*g) (char **, int), char **p, ...)
3726{
3727 char *s;
3728 va_list v;
3729 va_start (v,p);
3730 s = g (p, va_arg (v,int));
3731 va_end (v);
3732 return s;
3733}
d7040cdb 3734
dabbade6
L
3735/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3736 function prototypes and stuff, but not '\xHH' hex character constants.
3737 These don't provoke an error unfortunately, instead are silently treated
3738 as 'x'. The following induces an error, until -std1 is added to get
3739 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3740 array size at least. It's necessary to write '\x00'==0 to get something
3741 that's true only with -std1. */
3742int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 3743
dabbade6
L
3744int test (int i, double x);
3745struct s1 {int (*f) (int a);};
3746struct s2 {int (*f) (double a);};
3747int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3748int argc;
3749char **argv;
3750int
3751main ()
3752{
3753return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3754 ;
3755 return 0;
3756}
3757_ACEOF
3758# Don't try gcc -ansi; that turns off useful extensions and
3759# breaks some systems' header files.
3760# AIX -qlanglvl=ansi
3761# Ultrix and OSF/1 -std1
3762# HP-UX 10.20 and later -Ae
3763# HP-UX older versions -Aa -D_HPUX_SOURCE
3764# SVR4 -Xc -D__EXTENSIONS__
3765for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3766do
3767 CC="$ac_save_CC $ac_arg"
3768 rm -f conftest.$ac_objext
3769if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3770 (eval $ac_compile) 2>conftest.er1
3771 ac_status=$?
3772 grep -v '^ *+' conftest.er1 >conftest.err
3773 rm -f conftest.er1
3774 cat conftest.err >&5
3775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3776 (exit $ac_status); } &&
3777 { ac_try='test -z "$ac_c_werror_flag"
3778 || test ! -s conftest.err'
3779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3780 (eval $ac_try) 2>&5
3781 ac_status=$?
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); }; } &&
3784 { ac_try='test -s conftest.$ac_objext'
3785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3786 (eval $ac_try) 2>&5
3787 ac_status=$?
3788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789 (exit $ac_status); }; }; then
3790 ac_cv_prog_cc_stdc=$ac_arg
3791break
d7040cdb 3792else
dabbade6
L
3793 echo "$as_me: failed program was:" >&5
3794sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3795
d7040cdb 3796fi
dabbade6
L
3797rm -f conftest.err conftest.$ac_objext
3798done
3799rm -f conftest.$ac_ext conftest.$ac_objext
3800CC=$ac_save_CC
d7040cdb 3801
dabbade6 3802fi
d7040cdb 3803
dabbade6
L
3804case "x$ac_cv_prog_cc_stdc" in
3805 x|xno)
3806 echo "$as_me:$LINENO: result: none needed" >&5
3807echo "${ECHO_T}none needed" >&6 ;;
252b5132 3808 *)
dabbade6
L
3809 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3810echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3811 CC="$CC $ac_cv_prog_cc_stdc" ;;
3812esac
252b5132 3813
dabbade6
L
3814# Some people use a C++ compiler to compile C. Since we use `exit',
3815# in C++ we need to declare it. In case someone uses the same compiler
3816# for both compiling C and C++ we need to have the C++ compiler decide
3817# the declaration of exit, since it's the most demanding environment.
3818cat >conftest.$ac_ext <<_ACEOF
3819#ifndef __cplusplus
3820 choke me
3821#endif
3822_ACEOF
3823rm -f conftest.$ac_objext
3824if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3825 (eval $ac_compile) 2>conftest.er1
3826 ac_status=$?
3827 grep -v '^ *+' conftest.er1 >conftest.err
3828 rm -f conftest.er1
3829 cat conftest.err >&5
3830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3831 (exit $ac_status); } &&
3832 { ac_try='test -z "$ac_c_werror_flag"
3833 || test ! -s conftest.err'
3834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3835 (eval $ac_try) 2>&5
3836 ac_status=$?
3837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3838 (exit $ac_status); }; } &&
3839 { ac_try='test -s conftest.$ac_objext'
3840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3841 (eval $ac_try) 2>&5
3842 ac_status=$?
3843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3844 (exit $ac_status); }; }; then
3845 for ac_declaration in \
3846 '' \
3847 'extern "C" void std::exit (int) throw (); using std::exit;' \
3848 'extern "C" void std::exit (int); using std::exit;' \
3849 'extern "C" void exit (int) throw ();' \
3850 'extern "C" void exit (int);' \
3851 'void exit (int);'
3852do
3853 cat >conftest.$ac_ext <<_ACEOF
3854/* confdefs.h. */
3855_ACEOF
3856cat confdefs.h >>conftest.$ac_ext
3857cat >>conftest.$ac_ext <<_ACEOF
3858/* end confdefs.h. */
3859$ac_declaration
3860#include <stdlib.h>
3861int
3862main ()
3863{
3864exit (42);
3865 ;
3866 return 0;
3867}
3868_ACEOF
3869rm -f conftest.$ac_objext
3870if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3871 (eval $ac_compile) 2>conftest.er1
3872 ac_status=$?
3873 grep -v '^ *+' conftest.er1 >conftest.err
3874 rm -f conftest.er1
3875 cat conftest.err >&5
3876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877 (exit $ac_status); } &&
3878 { ac_try='test -z "$ac_c_werror_flag"
3879 || test ! -s conftest.err'
3880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3881 (eval $ac_try) 2>&5
3882 ac_status=$?
3883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3884 (exit $ac_status); }; } &&
3885 { ac_try='test -s conftest.$ac_objext'
3886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3887 (eval $ac_try) 2>&5
3888 ac_status=$?
3889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3890 (exit $ac_status); }; }; then
3891 :
252b5132 3892else
dabbade6
L
3893 echo "$as_me: failed program was:" >&5
3894sed 's/^/| /' conftest.$ac_ext >&5
3895
3896continue
252b5132 3897fi
dabbade6
L
3898rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3899 cat >conftest.$ac_ext <<_ACEOF
3900/* confdefs.h. */
3901_ACEOF
3902cat confdefs.h >>conftest.$ac_ext
3903cat >>conftest.$ac_ext <<_ACEOF
3904/* end confdefs.h. */
3905$ac_declaration
3906int
3907main ()
3908{
3909exit (42);
3910 ;
3911 return 0;
3912}
3913_ACEOF
3914rm -f conftest.$ac_objext
3915if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3916 (eval $ac_compile) 2>conftest.er1
3917 ac_status=$?
3918 grep -v '^ *+' conftest.er1 >conftest.err
3919 rm -f conftest.er1
3920 cat conftest.err >&5
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); } &&
3923 { ac_try='test -z "$ac_c_werror_flag"
3924 || test ! -s conftest.err'
3925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3926 (eval $ac_try) 2>&5
3927 ac_status=$?
3928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3929 (exit $ac_status); }; } &&
3930 { ac_try='test -s conftest.$ac_objext'
3931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3932 (eval $ac_try) 2>&5
3933 ac_status=$?
3934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3935 (exit $ac_status); }; }; then
3936 break
252b5132 3937else
dabbade6
L
3938 echo "$as_me: failed program was:" >&5
3939sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 3940
dabbade6
L
3941fi
3942rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3943done
3944rm -f conftest*
3945if test -n "$ac_declaration"; then
3946 echo '#ifdef __cplusplus' >>confdefs.h
3947 echo $ac_declaration >>confdefs.h
3948 echo '#endif' >>confdefs.h
3949fi
ac48eca1 3950
dabbade6
L
3951else
3952 echo "$as_me: failed program was:" >&5
3953sed 's/^/| /' conftest.$ac_ext >&5
252b5132 3954
dabbade6
L
3955fi
3956rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3957ac_ext=c
3958ac_cpp='$CPP $CPPFLAGS'
3959ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3960ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3961ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
3962
3963
dabbade6
L
3964cat >>confdefs.h <<\_ACEOF
3965#define _GNU_SOURCE 1
3966_ACEOF
d7040cdb
SE
3967
3968
3969
dabbade6
L
3970if test -n "$ac_tool_prefix"; then
3971 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3972set dummy ${ac_tool_prefix}ar; ac_word=$2
3973echo "$as_me:$LINENO: checking for $ac_word" >&5
3974echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3975if test "${ac_cv_prog_AR+set}" = set; then
3976 echo $ECHO_N "(cached) $ECHO_C" >&6
3977else
3978 if test -n "$AR"; then
3979 ac_cv_prog_AR="$AR" # Let the user override the test.
3980else
3981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3982for as_dir in $PATH
3983do
3984 IFS=$as_save_IFS
3985 test -z "$as_dir" && as_dir=.
3986 for ac_exec_ext in '' $ac_executable_extensions; do
3987 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3988 ac_cv_prog_AR="${ac_tool_prefix}ar"
3989 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3990 break 2
3991 fi
3992done
3993done
d7040cdb 3994
dabbade6
L
3995fi
3996fi
3997AR=$ac_cv_prog_AR
3998if test -n "$AR"; then
3999 echo "$as_me:$LINENO: result: $AR" >&5
4000echo "${ECHO_T}$AR" >&6
4001else
4002 echo "$as_me:$LINENO: result: no" >&5
4003echo "${ECHO_T}no" >&6
4004fi
d7040cdb 4005
dabbade6
L
4006fi
4007if test -z "$ac_cv_prog_AR"; then
4008 ac_ct_AR=$AR
4009 # Extract the first word of "ar", so it can be a program name with args.
4010set dummy ar; ac_word=$2
4011echo "$as_me:$LINENO: checking for $ac_word" >&5
4012echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4013if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
979273e3 4014 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 4015else
dabbade6
L
4016 if test -n "$ac_ct_AR"; then
4017 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 4018else
dabbade6
L
4019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4020for as_dir in $PATH
4021do
4022 IFS=$as_save_IFS
4023 test -z "$as_dir" && as_dir=.
4024 for ac_exec_ext in '' $ac_executable_extensions; do
4025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4026 ac_cv_prog_ac_ct_AR="ar"
4027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4028 break 2
d7040cdb 4029 fi
dabbade6
L
4030done
4031done
4032
252b5132
RH
4033fi
4034fi
dabbade6
L
4035ac_ct_AR=$ac_cv_prog_ac_ct_AR
4036if test -n "$ac_ct_AR"; then
4037 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4038echo "${ECHO_T}$ac_ct_AR" >&6
252b5132 4039else
dabbade6
L
4040 echo "$as_me:$LINENO: result: no" >&5
4041echo "${ECHO_T}no" >&6
4042fi
4043
4044 AR=$ac_ct_AR
4045else
4046 AR="$ac_cv_prog_AR"
4047fi
4048
4049if test -n "$ac_tool_prefix"; then
4050 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4051set dummy ${ac_tool_prefix}ranlib; ac_word=$2
d7040cdb
SE
4052echo "$as_me:$LINENO: checking for $ac_word" >&5
4053echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 4054if test "${ac_cv_prog_RANLIB+set}" = set; then
d7040cdb
SE
4055 echo $ECHO_N "(cached) $ECHO_C" >&6
4056else
dabbade6
L
4057 if test -n "$RANLIB"; then
4058 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
d7040cdb
SE
4059else
4060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4061for as_dir in $PATH
4062do
4063 IFS=$as_save_IFS
4064 test -z "$as_dir" && as_dir=.
4065 for ac_exec_ext in '' $ac_executable_extensions; do
4066 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4067 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
d7040cdb
SE
4068 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4069 break 2
4070 fi
4071done
4072done
4073
4074fi
4075fi
dabbade6
L
4076RANLIB=$ac_cv_prog_RANLIB
4077if test -n "$RANLIB"; then
4078 echo "$as_me:$LINENO: result: $RANLIB" >&5
4079echo "${ECHO_T}$RANLIB" >&6
d7040cdb
SE
4080else
4081 echo "$as_me:$LINENO: result: no" >&5
4082echo "${ECHO_T}no" >&6
4083fi
4084
d7040cdb 4085fi
dabbade6
L
4086if test -z "$ac_cv_prog_RANLIB"; then
4087 ac_ct_RANLIB=$RANLIB
4088 # Extract the first word of "ranlib", so it can be a program name with args.
4089set dummy ranlib; ac_word=$2
d7040cdb
SE
4090echo "$as_me:$LINENO: checking for $ac_word" >&5
4091echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 4092if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
d7040cdb
SE
4093 echo $ECHO_N "(cached) $ECHO_C" >&6
4094else
dabbade6
L
4095 if test -n "$ac_ct_RANLIB"; then
4096 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
d7040cdb
SE
4097else
4098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4099for as_dir in $PATH
4100do
4101 IFS=$as_save_IFS
4102 test -z "$as_dir" && as_dir=.
4103 for ac_exec_ext in '' $ac_executable_extensions; do
4104 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4105 ac_cv_prog_ac_ct_RANLIB="ranlib"
d7040cdb
SE
4106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4107 break 2
4108 fi
4109done
4110done
4111
dabbade6 4112 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
d7040cdb
SE
4113fi
4114fi
dabbade6
L
4115ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4116if test -n "$ac_ct_RANLIB"; then
4117 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4118echo "${ECHO_T}$ac_ct_RANLIB" >&6
d7040cdb
SE
4119else
4120 echo "$as_me:$LINENO: result: no" >&5
4121echo "${ECHO_T}no" >&6
4122fi
4123
dabbade6
L
4124 RANLIB=$ac_ct_RANLIB
4125else
4126 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb
SE
4127fi
4128
4129
dabbade6
L
4130# Check whether --enable-shared or --disable-shared was given.
4131if test "${enable_shared+set}" = set; then
4132 enableval="$enable_shared"
4133 p=${PACKAGE-default}
4134 case $enableval in
4135 yes) enable_shared=yes ;;
4136 no) enable_shared=no ;;
4137 *)
4138 enable_shared=no
4139 # Look at the argument we got. We use all the common list separators.
4140 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4141 for pkg in $enableval; do
4142 IFS="$lt_save_ifs"
4143 if test "X$pkg" = "X$p"; then
4144 enable_shared=yes
4145 fi
4146 done
4147 IFS="$lt_save_ifs"
4148 ;;
4149 esac
4150else
4151 enable_shared=no
4152fi;
d7040cdb
SE
4153
4154
4155
4156
4157
4158
d7040cdb 4159
d7040cdb 4160
d7040cdb 4161
d7040cdb 4162
d7040cdb 4163
dabbade6
L
4164macro_version='2.1a'
4165macro_revision='1.2435'
d7040cdb 4166
d7040cdb 4167
d7040cdb 4168
d7040cdb 4169
d7040cdb 4170
d7040cdb 4171
d7040cdb
SE
4172
4173
4174
4175
4176
4177
dabbade6 4178ltmain="$ac_aux_dir/ltmain.sh"
d7040cdb 4179
dabbade6 4180# Set options
d7040cdb 4181
dabbade6 4182enable_dlopen=no
d7040cdb
SE
4183
4184
dabbade6 4185enable_win32_dll=no
d7040cdb
SE
4186
4187
dabbade6
L
4188
4189# Check whether --enable-static or --disable-static was given.
4190if test "${enable_static+set}" = set; then
4191 enableval="$enable_static"
4192 p=${PACKAGE-default}
4193 case $enableval in
4194 yes) enable_static=yes ;;
4195 no) enable_static=no ;;
4196 *)
4197 enable_static=no
4198 # Look at the argument we got. We use all the common list separators.
4199 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4200 for pkg in $enableval; do
4201 IFS="$lt_save_ifs"
4202 if test "X$pkg" = "X$p"; then
4203 enable_static=yes
4204 fi
4205 done
4206 IFS="$lt_save_ifs"
4207 ;;
4208 esac
d7040cdb 4209else
dabbade6
L
4210 enable_static=yes
4211fi;
d7040cdb
SE
4212
4213
4214
4215
4216
d7040cdb
SE
4217
4218
4219
4220
dabbade6
L
4221# Check whether --with-pic or --without-pic was given.
4222if test "${with_pic+set}" = set; then
4223 withval="$with_pic"
4224 pic_mode="$withval"
4225else
4226 pic_mode=default
4227fi;
d7040cdb 4228
dabbade6 4229test -z "$pic_mode" && pic_mode=default
d7040cdb
SE
4230
4231
4232
4233
d7040cdb
SE
4234
4235
4236
dabbade6
L
4237# Check whether --enable-fast-install or --disable-fast-install was given.
4238if test "${enable_fast_install+set}" = set; then
4239 enableval="$enable_fast_install"
4240 p=${PACKAGE-default}
4241 case $enableval in
4242 yes) enable_fast_install=yes ;;
4243 no) enable_fast_install=no ;;
4244 *)
4245 enable_fast_install=no
4246 # Look at the argument we got. We use all the common list separators.
4247 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4248 for pkg in $enableval; do
4249 IFS="$lt_save_ifs"
4250 if test "X$pkg" = "X$p"; then
4251 enable_fast_install=yes
4252 fi
4253 done
4254 IFS="$lt_save_ifs"
4255 ;;
4256 esac
4257else
4258 enable_fast_install=yes
4259fi;
4260
252b5132 4261
d7040cdb
SE
4262
4263
4264
4265
4266
4267
dabbade6
L
4268echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4269echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
4270if test "${lt_cv_path_SED+set}" = set; then
979273e3 4271 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4272else
dabbade6
L
4273 # Loop through the user's path and test for sed and gsed.
4274# Then use that list of sed's as ones to test for truncation.
4275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4276for as_dir in $PATH
4277do
4278 IFS=$as_save_IFS
4279 test -z "$as_dir" && as_dir=.
4280 for lt_ac_prog in sed gsed; do
4281 for ac_exec_ext in '' $ac_executable_extensions; do
4282 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4283 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4284 fi
4285 done
4286 done
4287done
4288IFS=$as_save_IFS
4289lt_ac_max=0
4290lt_ac_count=0
4291# Add /usr/xpg4/bin/sed as it is typically found on Solaris
4292# along with /bin/sed that truncates output.
4293for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
4294 test ! -f $lt_ac_sed && continue
4295 cat /dev/null > conftest.in
4296 lt_ac_count=0
4297 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
4298 # Check for GNU sed and select it if it is found.
4299 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
4300 lt_cv_path_SED=$lt_ac_sed
4301 break
4302 fi
4303 while true; do
4304 cat conftest.in conftest.in >conftest.tmp
4305 mv conftest.tmp conftest.in
4306 cp conftest.in conftest.nl
4307 echo >>conftest.nl
4308 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
4309 cmp -s conftest.out conftest.nl || break
4310 # 10000 chars as input seems more than enough
4311 test $lt_ac_count -gt 10 && break
4312 lt_ac_count=`expr $lt_ac_count + 1`
4313 if test $lt_ac_count -gt $lt_ac_max; then
4314 lt_ac_max=$lt_ac_count
4315 lt_cv_path_SED=$lt_ac_sed
4316 fi
4317 done
4318done
ac48eca1 4319
dabbade6 4320fi
ac48eca1 4321
dabbade6 4322SED=$lt_cv_path_SED
ac48eca1 4323
dabbade6
L
4324echo "$as_me:$LINENO: result: $SED" >&5
4325echo "${ECHO_T}$SED" >&6
ac48eca1 4326
dabbade6
L
4327test -z "$SED" && SED=sed
4328Xsed="$SED -e 1s/^X//"
d7040cdb 4329
ac48eca1 4330
87e6d782 4331
ac48eca1 4332
ac48eca1 4333
d7040cdb 4334
d7040cdb 4335
ac48eca1 4336
ac48eca1 4337
ac48eca1 4338
87e6d782 4339
dabbade6
L
4340echo "$as_me:$LINENO: checking for egrep" >&5
4341echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4342if test "${ac_cv_prog_egrep+set}" = set; then
4343 echo $ECHO_N "(cached) $ECHO_C" >&6
4344else
4345 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4346 then ac_cv_prog_egrep='grep -E'
4347 else ac_cv_prog_egrep='egrep'
4348 fi
4349fi
4350echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4351echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4352 EGREP=$ac_cv_prog_egrep
ac48eca1 4353
ac48eca1 4354
dabbade6
L
4355echo "$as_me:$LINENO: checking for fgrep" >&5
4356echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4357if test "${ac_cv_prog_fgrep+set}" = set; then
4358 echo $ECHO_N "(cached) $ECHO_C" >&6
4359else
4360 if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
4361 then ac_cv_prog_fgrep='grep -F'
4362 else ac_cv_prog_fgrep='fgrep'
4363 fi
4364fi
4365echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4366echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4367 FGREP=$ac_cv_prog_fgrep
ac48eca1 4368
6be7c12c 4369
dabbade6 4370test -z "$GREP" && GREP=grep
d7040cdb 4371
d7040cdb 4372
d7040cdb 4373
ac48eca1
AO
4374
4375
4376
ac48eca1 4377
ac48eca1 4378
ac48eca1 4379
ac48eca1 4380
ac48eca1 4381
ac48eca1 4382
ac48eca1 4383
ac48eca1 4384
ac48eca1 4385
ac48eca1 4386
dabbade6
L
4387
4388
4389
4390# Check whether --with-gnu-ld or --without-gnu-ld was given.
4391if test "${with_gnu_ld+set}" = set; then
4392 withval="$with_gnu_ld"
4393 test "$withval" = no || with_gnu_ld=yes
4394else
4395 with_gnu_ld=no
4396fi;
4397ac_prog=ld
4398if test "$GCC" = yes; then
4399 # Check if gcc -print-prog-name=ld gives a path.
4400 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4401echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4402 case $host in
4403 *-*-mingw*)
4404 # gcc leaves a trailing carriage return which upsets mingw
4405 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4406 *)
4407 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4408 esac
4409 case $ac_prog in
4410 # Accept absolute paths.
4411 [\\/]* | ?:[\\/]*)
4412 re_direlt='/[^/][^/]*/\.\./'
4413 # Canonicalize the pathname of ld
4414 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4415 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4416 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4417 done
4418 test -z "$LD" && LD="$ac_prog"
4419 ;;
4420 "")
4421 # If it fails, then pretend we aren't using GCC.
4422 ac_prog=ld
4423 ;;
4424 *)
4425 # If it is relative, then search for the first ld in PATH.
4426 with_gnu_ld=unknown
4427 ;;
4428 esac
4429elif test "$with_gnu_ld" = yes; then
4430 echo "$as_me:$LINENO: checking for GNU ld" >&5
4431echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4432else
4433 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4434echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4435fi
4436if test "${lt_cv_path_LD+set}" = set; then
979273e3 4437 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4438else
dabbade6
L
4439 if test -z "$LD"; then
4440 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4441 for ac_dir in $PATH; do
4442 IFS="$lt_save_ifs"
4443 test -z "$ac_dir" && ac_dir=.
4444 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4445 lt_cv_path_LD="$ac_dir/$ac_prog"
4446 # Check to see if the program is GNU ld. I'd rather use --version,
4447 # but apparently some variants of GNU ld only accept -v.
4448 # Break only if it was the GNU/non-GNU ld that we prefer.
4449 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4450 *GNU* | *'with BFD'*)
4451 test "$with_gnu_ld" != no && break
4452 ;;
4453 *)
4454 test "$with_gnu_ld" != yes && break
4455 ;;
4456 esac
4457 fi
4458 done
4459 IFS="$lt_save_ifs"
ac48eca1 4460else
dabbade6 4461 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ac48eca1
AO
4462fi
4463fi
dabbade6
L
4464
4465LD="$lt_cv_path_LD"
4466if test -n "$LD"; then
4467 echo "$as_me:$LINENO: result: $LD" >&5
4468echo "${ECHO_T}$LD" >&6
ac48eca1 4469else
979273e3
NN
4470 echo "$as_me:$LINENO: result: no" >&5
4471echo "${ECHO_T}no" >&6
ac48eca1 4472fi
dabbade6
L
4473test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4474echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4475 { (exit 1); exit 1; }; }
4476echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4477echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4478if test "${lt_cv_prog_gnu_ld+set}" = set; then
979273e3 4479 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4480else
dabbade6
L
4481 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4482case `$LD -v 2>&1 </dev/null` in
4483*GNU* | *'with BFD'*)
4484 lt_cv_prog_gnu_ld=yes
4485 ;;
4486*)
4487 lt_cv_prog_gnu_ld=no
4488 ;;
4489esac
ac48eca1 4490fi
dabbade6
L
4491echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4492echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4493with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
dabbade6
L
4504echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4505echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4506if test "${lt_cv_path_NM+set}" = set; then
979273e3 4507 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4508else
dabbade6
L
4509 if test -n "$NM"; then
4510 # Let the user override the test.
4511 lt_cv_path_NM="$NM"
ac48eca1 4512else
dabbade6
L
4513 lt_nm_to_check="${ac_tool_prefix}nm"
4514 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4515 lt_nm_to_check="$lt_nm_to_check nm"
979273e3 4516 fi
dabbade6
L
4517 for lt_tmp_nm in $lt_nm_to_check; do
4518 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4519 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4520 IFS="$lt_save_ifs"
4521 test -z "$ac_dir" && ac_dir=.
4522 tmp_nm="$ac_dir/$lt_tmp_nm"
4523 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4524 # Check to see if the nm accepts a BSD-compat flag.
4525 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4526 # nm: unknown option "B" ignored
4527 # Tru64's nm complains that /dev/null is an invalid object file
4528 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4529 */dev/null* | *'Invalid file or object type'*)
4530 lt_cv_path_NM="$tmp_nm -B"
4531 break
4532 ;;
4533 *)
4534 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4535 */dev/null*)
4536 lt_cv_path_NM="$tmp_nm -p"
4537 break
4538 ;;
4539 *)
4540 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4541 continue # so that we can try to find one that supports BSD flags
4542 ;;
4543 esac
4544 ;;
4545 esac
4546 fi
4547 done
4548 IFS="$lt_save_ifs"
4549 done
4550 : ${lt_cv_path_NM=no}
ac48eca1
AO
4551fi
4552fi
dabbade6
L
4553echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4554echo "${ECHO_T}$lt_cv_path_NM" >&6
4555if test "$lt_cv_path_NM" != "no"; then
4556 NM="$lt_cv_path_NM"
ac48eca1 4557else
dabbade6
L
4558 # Didn't find any BSD compatible name lister, look for dumpbin.
4559 if test -n "$ac_tool_prefix"; then
4560 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4561 do
4562 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4563set dummy $ac_tool_prefix$ac_prog; ac_word=$2
979273e3
NN
4564echo "$as_me:$LINENO: checking for $ac_word" >&5
4565echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 4566if test "${ac_cv_prog_DUMPBIN+set}" = set; then
979273e3 4567 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4568else
dabbade6
L
4569 if test -n "$DUMPBIN"; then
4570 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ac48eca1 4571else
979273e3
NN
4572as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573for as_dir in $PATH
4574do
4575 IFS=$as_save_IFS
4576 test -z "$as_dir" && as_dir=.
4577 for ac_exec_ext in '' $ac_executable_extensions; do
4578 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4579 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
979273e3
NN
4580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4581 break 2
4582 fi
4583done
4584done
4585
ac48eca1
AO
4586fi
4587fi
dabbade6
L
4588DUMPBIN=$ac_cv_prog_DUMPBIN
4589if test -n "$DUMPBIN"; then
4590 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4591echo "${ECHO_T}$DUMPBIN" >&6
ac48eca1 4592else
979273e3
NN
4593 echo "$as_me:$LINENO: result: no" >&5
4594echo "${ECHO_T}no" >&6
ac48eca1
AO
4595fi
4596
dabbade6
L
4597 test -n "$DUMPBIN" && break
4598 done
ac48eca1 4599fi
dabbade6
L
4600if test -z "$DUMPBIN"; then
4601 ac_ct_DUMPBIN=$DUMPBIN
4602 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4603do
4604 # Extract the first word of "$ac_prog", so it can be a program name with args.
4605set dummy $ac_prog; ac_word=$2
d7040cdb
SE
4606echo "$as_me:$LINENO: checking for $ac_word" >&5
4607echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
dabbade6 4608if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
d7040cdb 4609 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4610else
dabbade6
L
4611 if test -n "$ac_ct_DUMPBIN"; then
4612 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
d7040cdb
SE
4613else
4614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615for as_dir in $PATH
4616do
4617 IFS=$as_save_IFS
4618 test -z "$as_dir" && as_dir=.
4619 for ac_exec_ext in '' $ac_executable_extensions; do
4620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
dabbade6 4621 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
d7040cdb
SE
4622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4623 break 2
252b5132 4624 fi
d7040cdb
SE
4625done
4626done
252b5132 4627
d7040cdb
SE
4628fi
4629fi
dabbade6
L
4630ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4631if test -n "$ac_ct_DUMPBIN"; then
4632 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4633echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
d7040cdb
SE
4634else
4635 echo "$as_me:$LINENO: result: no" >&5
4636echo "${ECHO_T}no" >&6
4637fi
4867be41 4638
dabbade6 4639 test -n "$ac_ct_DUMPBIN" && break
d7040cdb 4640done
dabbade6 4641test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
32fba81d 4642
dabbade6 4643 DUMPBIN=$ac_ct_DUMPBIN
d7040cdb 4644fi
979273e3
NN
4645
4646
dabbade6
L
4647 if test "$DUMPBIN" != ":"; then
4648 NM="$DUMPBIN"
4649 fi
4650fi
4651test -z "$NM" && NM=nm
ac48eca1 4652
252b5132 4653
252b5132 4654
979273e3 4655
ac48eca1 4656
d7040cdb 4657
dabbade6
L
4658echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4659echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4660if test "${lt_cv_nm_interface+set}" = set; then
4661 echo $ECHO_N "(cached) $ECHO_C" >&6
4662else
4663 lt_cv_nm_interface="BSD nm"
4664 echo "int some_variable = 0;" > conftest.$ac_ext
4665 (eval echo "\"\$as_me:4665: $ac_compile\"" >&5)
4666 (eval "$ac_compile" 2>conftest.err)
4667 cat conftest.err >&5
4668 (eval echo "\"\$as_me:4668: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4669 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4670 cat conftest.err >&5
4671 (eval echo "\"\$as_me:4671: output\"" >&5)
4672 cat conftest.out >&5
4673 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4674 lt_cv_nm_interface="MS dumpbin"
4675 fi
4676 rm -f conftest*
4677fi
4678echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4679echo "${ECHO_T}$lt_cv_nm_interface" >&6
d7040cdb 4680
dabbade6
L
4681echo "$as_me:$LINENO: checking whether ln -s works" >&5
4682echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4683LN_S=$as_ln_s
4684if test "$LN_S" = "ln -s"; then
4685 echo "$as_me:$LINENO: result: yes" >&5
4686echo "${ECHO_T}yes" >&6
4687else
4688 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4689echo "${ECHO_T}no, using $LN_S" >&6
4690fi
4691
4692# find the maximum length of command line arguments
4693echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4694echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4695if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4696 echo $ECHO_N "(cached) $ECHO_C" >&6
4697else
4698 i=0
4699 teststring="ABCD"
4700
4701 case $build_os in
4702 msdosdjgpp*)
4703 # On DJGPP, this test can blow up pretty badly due to problems in libc
4704 # (any single argument exceeding 2000 bytes causes a buffer overrun
4705 # during glob expansion). Even if it were fixed, the result of this
4706 # check would be larger than it should be.
4707 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4708 ;;
4709
4710 gnu*)
4711 # Under GNU Hurd, this test is not required because there is
4712 # no limit to the length of command line arguments.
4713 # Libtool will interpret -1 as no limit whatsoever
4714 lt_cv_sys_max_cmd_len=-1;
4715 ;;
4716
4717 cygwin* | mingw*)
4718 # On Win9x/ME, this test blows up -- it succeeds, but takes
4719 # about 5 minutes as the teststring grows exponentially.
4720 # Worse, since 9x/ME are not pre-emptively multitasking,
4721 # you end up with a "frozen" computer, even though with patience
4722 # the test eventually succeeds (with a max line length of 256k).
4723 # Instead, let's just punt: use the minimum linelength reported by
4724 # all of the supported platforms: 8192 (on NT/2K/XP).
4725 lt_cv_sys_max_cmd_len=8192;
4726 ;;
4727
4728 amigaos*)
4729 # On AmigaOS with pdksh, this test takes hours, literally.
4730 # So we just punt and use a minimum line length of 8192.
4731 lt_cv_sys_max_cmd_len=8192;
4732 ;;
4733
4734 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4735 # This has been around since 386BSD, at least. Likely further.
4736 if test -x /sbin/sysctl; then
4737 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4738 elif test -x /usr/sbin/sysctl; then
4739 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4740 else
4741 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4742 fi
4743 # And add a safety zone
4744 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4745 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4746 ;;
4747
4748 interix*)
4749 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4750 lt_cv_sys_max_cmd_len=196608
4751 ;;
4752
4753 osf*)
4754 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4755 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4756 # nice to cause kernel panics so lets avoid the loop below.
4757 # First set a reasonable default.
4758 lt_cv_sys_max_cmd_len=16384
4759 #
4760 if test -x /sbin/sysconfig; then
4761 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4762 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4763 esac
4764 fi
4765 ;;
4766 sco3.2v5*)
4767 lt_cv_sys_max_cmd_len=102400
4768 ;;
4769 sysv5* | sco5v6* | sysv4.2uw2*)
4770 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4771 if test -n "$kargmax"; then
4772 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4773 else
4774 lt_cv_sys_max_cmd_len=32768
4775 fi
d7040cdb
SE
4776 ;;
4777 *)
dabbade6
L
4778 lt_cv_sys_max_cmd_len=`getconf ARG_MAX 2> /dev/null`
4779 if test -n $lt_cv_sys_max_cmd_len; then
4780 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4781 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4782 else
4783 # Make teststring a little bigger before we do anything with it.
4784 # a 1K string should be a reasonable start.
4785 for i in 1 2 3 4 5 6 7 8 ; do
4786 teststring=$teststring$teststring
4787 done
4788 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4789 # If test is not a shell built-in, we'll probably end up computing a
4790 # maximum length that is only half of the actual maximum length, but
4791 # we can't tell.
4792 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4793 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4794 test $i != 17 # 1/2 MB should be enough
4795 do
4796 i=`expr $i + 1`
4797 teststring=$teststring$teststring
4798 done
4799 # Only check the string length outside the loop.
4800 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4801 teststring=
4802 # Add a significant safety factor because C++ compilers can tack on
4803 # massive amounts of additional arguments before passing them to the
4804 # linker. It appears as though 1/2 is a usable value.
4805 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4806 fi
d7040cdb
SE
4807 ;;
4808 esac
252b5132 4809
dabbade6 4810fi
252b5132 4811
dabbade6
L
4812if test -n $lt_cv_sys_max_cmd_len ; then
4813 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4814echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4815else
4816 echo "$as_me:$LINENO: result: none" >&5
4817echo "${ECHO_T}none" >&6
4818fi
4819max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 4820
252b5132 4821
979273e3 4822
979273e3 4823
252b5132 4824
252b5132 4825
252b5132 4826
dabbade6
L
4827: ${CP="cp -f"}
4828: ${MV="mv -f"}
4829: ${RM="rm -f"}
252b5132 4830
dabbade6
L
4831echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4832echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4833# Try some XSI features
4834xsi_shell=no
4835( _lt_dummy="a/b/c"
4836 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4837 = c,a/b,, ) >/dev/null 2>&1 \
4838 && xsi_shell=yes
4839echo "$as_me:$LINENO: result: $xsi_shell" >&5
4840echo "${ECHO_T}$xsi_shell" >&6
252b5132 4841
252b5132 4842
dabbade6
L
4843echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4844echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
4845lt_shell_append=no
4846( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4847 >/dev/null 2>&1 \
4848 && lt_shell_append=yes
4849echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4850echo "${ECHO_T}$lt_shell_append" >&6
252b5132 4851
ac48eca1 4852
dabbade6
L
4853if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4854 lt_unset=unset
4855else
4856 lt_unset=false
4857fi
979273e3
NN
4858
4859
4860
4861
ac48eca1 4862
dabbade6
L
4863# test EBCDIC or ASCII
4864case `echo X|tr X '\101'` in
4865 A) # ASCII based system
4866 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4867 lt_SP2NL='tr \040 \012'
4868 lt_NL2SP='tr \015\012 \040\040'
4869 ;;
4870 *) # EBCDIC based system
4871 lt_SP2NL='tr \100 \n'
4872 lt_NL2SP='tr \r\n \100\100'
4873 ;;
4874esac
9e9b66a9 4875
1ad12f97 4876
1ad12f97 4877
9e9b66a9 4878
1ad12f97 4879
a541e3ce 4880
9e9b66a9 4881
a2d91340
AC
4882
4883
dabbade6
L
4884echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4885echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4886if test "${lt_cv_ld_reload_flag+set}" = set; then
4887 echo $ECHO_N "(cached) $ECHO_C" >&6
4888else
4889 lt_cv_ld_reload_flag='-r'
4890fi
4891echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4892echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4893reload_flag=$lt_cv_ld_reload_flag
4894case $reload_flag in
4895"" | " "*) ;;
4896*) reload_flag=" $reload_flag" ;;
4897esac
4898reload_cmds='$LD$reload_flag -o $output$reload_objs'
4899case $host_os in
4900 darwin*)
4901 if test "$GCC" = yes; then
4902 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4903 else
4904 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4905 fi
4906 ;;
4907esac
9e9b66a9
AM
4908
4909
4910
252b5132 4911
252b5132 4912
252b5132 4913
252b5132 4914
252b5132 4915
d7040cdb
SE
4916
4917
dabbade6
L
4918echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4919echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
4920if test "${lt_cv_deplibs_check_method+set}" = set; then
d7040cdb 4921 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 4922else
dabbade6
L
4923 lt_cv_file_magic_cmd='$MAGIC_CMD'
4924lt_cv_file_magic_test_file=
4925lt_cv_deplibs_check_method='unknown'
4926# Need to set the preceding variable on all platforms that support
4927# interlibrary dependencies.
4928# 'none' -- dependencies not supported.
4929# `unknown' -- same as none, but documents that we really don't know.
4930# 'pass_all' -- all dependencies passed with no checks.
4931# 'test_compile' -- check by making test program.
4932# 'file_magic [[regex]]' -- check by looking for files in library path
4933# which responds to the $file_magic_cmd with a given extended regex.
4934# If you have `file' or equivalent on your system and you're not sure
4935# whether `pass_all' will *always* work, you probably want this one.
8ae85421 4936
dabbade6
L
4937case $host_os in
4938aix4* | aix5*)
4939 lt_cv_deplibs_check_method=pass_all
4940 ;;
979273e3 4941
dabbade6
L
4942beos*)
4943 lt_cv_deplibs_check_method=pass_all
4944 ;;
24443139 4945
dabbade6
L
4946bsdi[45]*)
4947 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4948 lt_cv_file_magic_cmd='/usr/bin/file -L'
4949 lt_cv_file_magic_test_file=/shlib/libc.so
d7040cdb 4950 ;;
dabbade6
L
4951
4952cygwin*)
4953 # func_win32_libid is a shell function defined in ltmain.sh
4954 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4955 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 4956 ;;
dabbade6
L
4957
4958mingw* | pw32*)
4959 # Base MSYS/MinGW do not provide the 'file' command needed by
4960 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4961 # unless we find 'file', for example because we are cross-compiling.
4962 if ( file / ) >/dev/null 2>&1; then
4963 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4964 lt_cv_file_magic_cmd='func_win32_libid'
4965 else
4966 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4967 lt_cv_file_magic_cmd='$OBJDUMP -f'
d7040cdb
SE
4968 fi
4969 ;;
dabbade6
L
4970
4971darwin* | rhapsody*)
4972 lt_cv_deplibs_check_method=pass_all
d7040cdb 4973 ;;
dabbade6
L
4974
4975freebsd* | dragonfly*)
4976 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4977 case $host_cpu in
4978 i*86 )
4979 # Not sure whether the presence of OpenBSD here was a mistake.
4980 # Let's accept both of them until this is cleared up.
4981 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4982 lt_cv_file_magic_cmd=/usr/bin/file
4983 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4984 ;;
4985 esac
4986 else
4987 lt_cv_deplibs_check_method=pass_all
4988 fi
d7040cdb 4989 ;;
dabbade6
L
4990
4991gnu*)
4992 lt_cv_deplibs_check_method=pass_all
d7040cdb 4993 ;;
dabbade6
L
4994
4995hpux10.20* | hpux11*)
4996 lt_cv_file_magic_cmd=/usr/bin/file
4997 case $host_cpu in
4998 ia64*)
4999 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5000 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5001 ;;
5002 hppa*64*)
5003 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5004 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5005 ;;
5006 *)
5007 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5008 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5009 ;;
5010 esac
d7040cdb 5011 ;;
24443139 5012
dabbade6
L
5013interix[3-9]*)
5014 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5015 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5016 ;;
24443139 5017
dabbade6
L
5018irix5* | irix6* | nonstopux*)
5019 case $LD in
5020 *-32|*"-32 ") libmagic=32-bit;;
5021 *-n32|*"-n32 ") libmagic=N32;;
5022 *-64|*"-64 ") libmagic=64-bit;;
5023 *) libmagic=never-match;;
5024 esac
5025 lt_cv_deplibs_check_method=pass_all
5026 ;;
8ae85421 5027
dabbade6
L
5028# This must be Linux ELF.
5029linux* | k*bsd*-gnu)
5030 lt_cv_deplibs_check_method=pass_all
5031 ;;
24443139 5032
dabbade6
L
5033netbsd*)
5034 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5035 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5036 else
5037 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5038 fi
d7040cdb 5039 ;;
24443139 5040
dabbade6
L
5041newos6*)
5042 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5043 lt_cv_file_magic_cmd=/usr/bin/file
5044 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5045 ;;
d7040cdb 5046
dabbade6
L
5047*nto* | *qnx*)
5048 lt_cv_deplibs_check_method=pass_all
5049 ;;
d7040cdb 5050
dabbade6
L
5051openbsd*)
5052 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5053 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
d7040cdb 5054 else
dabbade6 5055 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d7040cdb 5056 fi
dabbade6 5057 ;;
24443139 5058
dabbade6
L
5059osf3* | osf4* | osf5*)
5060 lt_cv_deplibs_check_method=pass_all
5061 ;;
24443139 5062
dabbade6
L
5063rdos*)
5064 lt_cv_deplibs_check_method=pass_all
5065 ;;
81172ff2 5066
dabbade6
L
5067solaris*)
5068 lt_cv_deplibs_check_method=pass_all
5069 ;;
81172ff2 5070
dabbade6
L
5071sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5072 lt_cv_deplibs_check_method=pass_all
5073 ;;
252b5132 5074
dabbade6
L
5075sysv4 | sysv4.3*)
5076 case $host_vendor in
5077 motorola)
5078 lt_cv_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]'
5079 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5080 ;;
5081 ncr)
5082 lt_cv_deplibs_check_method=pass_all
5083 ;;
5084 sequent)
5085 lt_cv_file_magic_cmd='/bin/file'
5086 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5087 ;;
5088 sni)
5089 lt_cv_file_magic_cmd='/bin/file'
5090 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5091 lt_cv_file_magic_test_file=/lib/libc.so
5092 ;;
5093 siemens)
5094 lt_cv_deplibs_check_method=pass_all
5095 ;;
5096 pc)
5097 lt_cv_deplibs_check_method=pass_all
5098 ;;
5099 esac
5100 ;;
252b5132 5101
dabbade6
L
5102tpf*)
5103 lt_cv_deplibs_check_method=pass_all
5104 ;;
5105esac
979273e3 5106
dabbade6
L
5107fi
5108echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5109echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5110file_magic_cmd=$lt_cv_file_magic_cmd
5111deplibs_check_method=$lt_cv_deplibs_check_method
5112test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 5113
979273e3 5114
979273e3 5115
dabbade6
L
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125if test -n "$ac_tool_prefix"; then
5126 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5127set dummy ${ac_tool_prefix}ar; ac_word=$2
5128echo "$as_me:$LINENO: checking for $ac_word" >&5
5129echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5130if test "${ac_cv_prog_AR+set}" = set; then
5131 echo $ECHO_N "(cached) $ECHO_C" >&6
5132else
5133 if test -n "$AR"; then
5134 ac_cv_prog_AR="$AR" # Let the user override the test.
5135else
5136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137for as_dir in $PATH
5138do
5139 IFS=$as_save_IFS
5140 test -z "$as_dir" && as_dir=.
5141 for ac_exec_ext in '' $ac_executable_extensions; do
5142 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5143 ac_cv_prog_AR="${ac_tool_prefix}ar"
5144 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5145 break 2
252b5132 5146 fi
979273e3 5147done
dabbade6 5148done
979273e3 5149
dabbade6
L
5150fi
5151fi
5152AR=$ac_cv_prog_AR
5153if test -n "$AR"; then
5154 echo "$as_me:$LINENO: result: $AR" >&5
5155echo "${ECHO_T}$AR" >&6
5156else
5157 echo "$as_me:$LINENO: result: no" >&5
5158echo "${ECHO_T}no" >&6
979273e3 5159fi
d7040cdb 5160
252b5132 5161fi
dabbade6
L
5162if test -z "$ac_cv_prog_AR"; then
5163 ac_ct_AR=$AR
5164 # Extract the first word of "ar", so it can be a program name with args.
5165set dummy ar; ac_word=$2
5166echo "$as_me:$LINENO: checking for $ac_word" >&5
5167echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5168if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5169 echo $ECHO_N "(cached) $ECHO_C" >&6
979273e3 5170else
dabbade6
L
5171 if test -n "$ac_ct_AR"; then
5172 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5173else
5174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175for as_dir in $PATH
5176do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_exec_ext in '' $ac_executable_extensions; do
5180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5181 ac_cv_prog_ac_ct_AR="ar"
5182 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5183 break 2
5184 fi
5185done
5186done
5187
5188 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
5189fi
5190fi
5191ac_ct_AR=$ac_cv_prog_ac_ct_AR
5192if test -n "$ac_ct_AR"; then
5193 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5194echo "${ECHO_T}$ac_ct_AR" >&6
5195else
5196 echo "$as_me:$LINENO: result: no" >&5
5197echo "${ECHO_T}no" >&6
252b5132
RH
5198fi
5199
dabbade6
L
5200 AR=$ac_ct_AR
5201else
5202 AR="$ac_cv_prog_AR"
5203fi
252b5132 5204
dabbade6
L
5205test -z "$AR" && AR=ar
5206test -z "$AR_FLAGS" && AR_FLAGS=cru
252b5132 5207
979273e3 5208
979273e3 5209
979273e3 5210
252b5132 5211
979273e3 5212
979273e3 5213
252b5132 5214
979273e3 5215
979273e3 5216
979273e3 5217
dabbade6
L
5218if test -n "$ac_tool_prefix"; then
5219 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5220set dummy ${ac_tool_prefix}strip; ac_word=$2
5221echo "$as_me:$LINENO: checking for $ac_word" >&5
5222echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5223if test "${ac_cv_prog_STRIP+set}" = set; then
5224 echo $ECHO_N "(cached) $ECHO_C" >&6
5225else
5226 if test -n "$STRIP"; then
5227 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5228else
5229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5230for as_dir in $PATH
5231do
5232 IFS=$as_save_IFS
5233 test -z "$as_dir" && as_dir=.
5234 for ac_exec_ext in '' $ac_executable_extensions; do
5235 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5236 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5238 break 2
5239 fi
5240done
5241done
979273e3 5242
dabbade6
L
5243fi
5244fi
5245STRIP=$ac_cv_prog_STRIP
5246if test -n "$STRIP"; then
5247 echo "$as_me:$LINENO: result: $STRIP" >&5
5248echo "${ECHO_T}$STRIP" >&6
5249else
5250 echo "$as_me:$LINENO: result: no" >&5
5251echo "${ECHO_T}no" >&6
5252fi
979273e3 5253
dabbade6
L
5254fi
5255if test -z "$ac_cv_prog_STRIP"; then
5256 ac_ct_STRIP=$STRIP
5257 # Extract the first word of "strip", so it can be a program name with args.
5258set dummy strip; ac_word=$2
5259echo "$as_me:$LINENO: checking for $ac_word" >&5
5260echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5261if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5262 echo $ECHO_N "(cached) $ECHO_C" >&6
5263else
5264 if test -n "$ac_ct_STRIP"; then
5265 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5266else
5267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268for as_dir in $PATH
5269do
5270 IFS=$as_save_IFS
5271 test -z "$as_dir" && as_dir=.
5272 for ac_exec_ext in '' $ac_executable_extensions; do
5273 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5274 ac_cv_prog_ac_ct_STRIP="strip"
5275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5276 break 2
5277 fi
5278done
5279done
979273e3 5280
dabbade6
L
5281 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5282fi
5283fi
5284ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5285if test -n "$ac_ct_STRIP"; then
5286 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5287echo "${ECHO_T}$ac_ct_STRIP" >&6
5288else
5289 echo "$as_me:$LINENO: result: no" >&5
5290echo "${ECHO_T}no" >&6
5291fi
979273e3 5292
dabbade6
L
5293 STRIP=$ac_ct_STRIP
5294else
5295 STRIP="$ac_cv_prog_STRIP"
5296fi
979273e3 5297
dabbade6 5298test -z "$STRIP" && STRIP=:
979273e3 5299
d7040cdb 5300
979273e3 5301
d7040cdb 5302
979273e3 5303
979273e3 5304
dabbade6
L
5305if test -n "$ac_tool_prefix"; then
5306 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5307set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5308echo "$as_me:$LINENO: checking for $ac_word" >&5
5309echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5310if test "${ac_cv_prog_RANLIB+set}" = set; then
5311 echo $ECHO_N "(cached) $ECHO_C" >&6
979273e3 5312else
dabbade6
L
5313 if test -n "$RANLIB"; then
5314 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5315else
5316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5317for as_dir in $PATH
5318do
5319 IFS=$as_save_IFS
5320 test -z "$as_dir" && as_dir=.
5321 for ac_exec_ext in '' $ac_executable_extensions; do
5322 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5323 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5325 break 2
5326 fi
5327done
5328done
979273e3 5329
979273e3 5330fi
979273e3 5331fi
dabbade6
L
5332RANLIB=$ac_cv_prog_RANLIB
5333if test -n "$RANLIB"; then
5334 echo "$as_me:$LINENO: result: $RANLIB" >&5
5335echo "${ECHO_T}$RANLIB" >&6
5336else
5337 echo "$as_me:$LINENO: result: no" >&5
5338echo "${ECHO_T}no" >&6
5339fi
d7040cdb 5340
d7040cdb 5341fi
dabbade6
L
5342if test -z "$ac_cv_prog_RANLIB"; then
5343 ac_ct_RANLIB=$RANLIB
5344 # Extract the first word of "ranlib", so it can be a program name with args.
5345set dummy ranlib; ac_word=$2
5346echo "$as_me:$LINENO: checking for $ac_word" >&5
5347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5348if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
979273e3
NN
5349 echo $ECHO_N "(cached) $ECHO_C" >&6
5350else
dabbade6
L
5351 if test -n "$ac_ct_RANLIB"; then
5352 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5353else
5354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5355for as_dir in $PATH
d7040cdb 5356do
dabbade6
L
5357 IFS=$as_save_IFS
5358 test -z "$as_dir" && as_dir=.
5359 for ac_exec_ext in '' $ac_executable_extensions; do
5360 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5361 ac_cv_prog_ac_ct_RANLIB="ranlib"
5362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 break 2
979273e3 5364 fi
dabbade6
L
5365done
5366done
5367
5368 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
979273e3 5369fi
dabbade6
L
5370fi
5371ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5372if test -n "$ac_ct_RANLIB"; then
5373 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5374echo "${ECHO_T}$ac_ct_RANLIB" >&6
979273e3 5375else
dabbade6
L
5376 echo "$as_me:$LINENO: result: no" >&5
5377echo "${ECHO_T}no" >&6
d7040cdb 5378fi
d7040cdb 5379
dabbade6 5380 RANLIB=$ac_ct_RANLIB
d7040cdb 5381else
dabbade6 5382 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 5383fi
979273e3 5384
dabbade6 5385test -z "$RANLIB" && RANLIB=:
979273e3 5386
252b5132 5387
252b5132 5388
d7040cdb 5389
d7040cdb 5390
d7040cdb 5391
dabbade6
L
5392# Determine commands to create old-style static archives.
5393old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5394old_postinstall_cmds='chmod 644 $oldlib'
5395old_postuninstall_cmds=
d7040cdb 5396
dabbade6
L
5397if test -n "$RANLIB"; then
5398 case $host_os in
5399 openbsd*)
5400 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5401 ;;
5402 *)
5403 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5404 ;;
5405 esac
5406 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb
SE
5407fi
5408
d7040cdb
SE
5409
5410
d7040cdb 5411
d7040cdb 5412
252b5132 5413
d7040cdb 5414
d7040cdb 5415
d7040cdb
SE
5416
5417
5418
d7040cdb 5419
d7040cdb 5420
d7040cdb 5421
252b5132 5422
d7040cdb
SE
5423
5424
5425
d7040cdb 5426
d7040cdb
SE
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
dabbade6
L
5442# If no C compiler was specified, use CC.
5443LTCC=${LTCC-"$CC"}
d7040cdb 5444
dabbade6
L
5445# If no C compiler flags were specified, use CFLAGS.
5446LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 5447
dabbade6
L
5448# Allow CC to be a program name with arguments.
5449compiler=$CC
d7040cdb
SE
5450
5451
dabbade6
L
5452# Check for command to grab the raw symbol name followed by C symbol from nm.
5453echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5454echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
5455if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5456 echo $ECHO_N "(cached) $ECHO_C" >&6
5457else
d7040cdb 5458
dabbade6
L
5459# These are sane defaults that work on at least a few old systems.
5460# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 5461
dabbade6
L
5462# Character class describing NM global symbol codes.
5463symcode='[BCDEGRST]'
d7040cdb 5464
dabbade6
L
5465# Regexp to match symbols that can be accessed directly from C.
5466sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
d7040cdb 5467
dabbade6
L
5468# Define system-specific variables.
5469case $host_os in
5470aix*)
5471 symcode='[BCDT]'
5472 ;;
5473cygwin* | mingw* | pw32*)
5474 symcode='[ABCDGISTW]'
5475 ;;
5476hpux*)
5477 if test "$host_cpu" = ia64; then
5478 symcode='[ABCDEGRST]'
5479 fi
5480 ;;
5481irix* | nonstopux*)
5482 symcode='[BCDEGRST]'
5483 ;;
5484osf*)
5485 symcode='[BCDEGQRST]'
5486 ;;
5487solaris*)
5488 symcode='[BDRT]'
5489 ;;
5490sco3.2v5*)
5491 symcode='[DT]'
5492 ;;
5493sysv4.2uw2*)
5494 symcode='[DT]'
5495 ;;
5496sysv5* | sco5v6* | unixware* | OpenUNIX*)
5497 symcode='[ABDT]'
5498 ;;
5499sysv4)
5500 symcode='[DFNSTU]'
5501 ;;
5502esac
5503
5504# If we're using GNU nm, then use its standard symbol codes.
5505case `$NM -V 2>&1` in
5506*GNU* | *'with BFD'*)
5507 symcode='[ABCDGIRSTW]' ;;
5508esac
d7040cdb 5509
dabbade6
L
5510# Transform an extracted symbol line into a proper C declaration.
5511# Some systems (esp. on ia64) link data and code symbols differently,
5512# so use this general approach.
5513lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 5514
dabbade6
L
5515# Transform an extracted symbol line into symbol name and symbol address
5516lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
d7040cdb 5517
dabbade6
L
5518# Handle CRLF in mingw tool chain
5519opt_cr=
5520case $build_os in
5521mingw*)
5522 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5523 ;;
5524esac
5525
5526# Try without a prefix underscore, then with it.
5527for ac_symprfx in "" "_"; do
d7040cdb 5528
dabbade6
L
5529 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5530 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 5531
dabbade6
L
5532 # Write the raw and C identifiers.
5533 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5534 # Fake it for dumpbin and say T for any non-static function
5535 # and D for any global variable.
5536 # Also find C++ and __fastcall symbols from MSVC++,
5537 # which start with @ or ?.
5538 lt_cv_sys_global_symbol_pipe="$AWK '"\
5539" {last_section=section; section=\$ 3};"\
5540" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5541" \$ 0!~/External *\|/{next};"\
5542" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5543" {if(hide[section]) next};"\
5544" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5545" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5546" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5547" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5548" ' prfx=^$ac_symprfx"
5549 else
5550 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5551 fi
d7040cdb 5552
dabbade6
L
5553 # Check to see that the pipe works correctly.
5554 pipe_works=no
d7040cdb 5555
dabbade6
L
5556 rm -f conftest*
5557 cat > conftest.$ac_ext <<_LT_EOF
5558#ifdef __cplusplus
5559extern "C" {
5560#endif
5561char nm_test_var;
5562void nm_test_func(void);
5563void nm_test_func(void){}
5564#ifdef __cplusplus
5565}
5566#endif
5567int main(){nm_test_var='a';nm_test_func();return(0);}
5568_LT_EOF
d7040cdb 5569
dabbade6
L
5570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5571 (eval $ac_compile) 2>&5
5572 ac_status=$?
5573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5574 (exit $ac_status); }; then
5575 # Now try to grab the symbols.
5576 nlist=conftest.nm
5577 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5578 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5579 ac_status=$?
5580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5581 (exit $ac_status); } && test -s "$nlist"; then
5582 # Try sorting and uniquifying the output.
5583 if sort "$nlist" | uniq > "$nlist"T; then
5584 mv -f "$nlist"T "$nlist"
5585 else
5586 rm -f "$nlist"T
5587 fi
d7040cdb 5588
dabbade6
L
5589 # Make sure that we snagged all the symbols we need.
5590 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5591 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5592 cat <<_LT_EOF > conftest.$ac_ext
5593#ifdef __cplusplus
5594extern "C" {
5595#endif
d7040cdb 5596
dabbade6
L
5597_LT_EOF
5598 # Now generate the symbol file.
5599 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d7040cdb 5600
dabbade6 5601 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 5602
dabbade6
L
5603/* The mapping between symbol names and symbols. */
5604const struct {
5605 const char *name;
5606 void *address;
5607}
5608lt__PROGRAM__LTX_preloaded_symbols[] =
5609{
5610 { "@PROGRAM@", (void *) 0 },
5611_LT_EOF
5612 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5613 cat <<\_LT_EOF >> conftest.$ac_ext
5614 {0, (void *) 0}
5615};
d7040cdb 5616
dabbade6
L
5617/* This works around a problem in FreeBSD linker */
5618#ifdef FREEBSD_WORKAROUND
5619static const void *lt_preloaded_setup() {
5620 return lt__PROGRAM__LTX_preloaded_symbols;
5621}
5622#endif
d7040cdb 5623
dabbade6
L
5624#ifdef __cplusplus
5625}
5626#endif
5627_LT_EOF
5628 # Now try linking the two files.
5629 mv conftest.$ac_objext conftstm.$ac_objext
5630 lt_save_LIBS="$LIBS"
5631 lt_save_CFLAGS="$CFLAGS"
5632 LIBS="conftstm.$ac_objext"
5633 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5635 (eval $ac_link) 2>&5
5636 ac_status=$?
5637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5638 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5639 pipe_works=yes
5640 fi
5641 LIBS="$lt_save_LIBS"
5642 CFLAGS="$lt_save_CFLAGS"
5643 else
5644 echo "cannot find nm_test_func in $nlist" >&5
5645 fi
5646 else
5647 echo "cannot find nm_test_var in $nlist" >&5
5648 fi
5649 else
5650 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5651 fi
5652 else
5653 echo "$progname: failed program was:" >&5
5654 cat conftest.$ac_ext >&5
5655 fi
5656 rm -f conftest* conftst*
d7040cdb 5657
dabbade6
L
5658 # Do not use the global_symbol_pipe unless it works.
5659 if test "$pipe_works" = yes; then
5660 break
5661 else
5662 lt_cv_sys_global_symbol_pipe=
5663 fi
5664done
d7040cdb 5665
d7040cdb
SE
5666fi
5667
dabbade6
L
5668if test -z "$lt_cv_sys_global_symbol_pipe"; then
5669 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 5670fi
dabbade6
L
5671if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5672 echo "$as_me:$LINENO: result: failed" >&5
5673echo "${ECHO_T}failed" >&6
5674else
5675 echo "$as_me:$LINENO: result: ok" >&5
5676echo "${ECHO_T}ok" >&6
d7040cdb 5677fi
d7040cdb
SE
5678
5679
d7040cdb
SE
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
dabbade6
L
5695# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5696if test "${enable_libtool_lock+set}" = set; then
5697 enableval="$enable_libtool_lock"
d7040cdb 5698
dabbade6
L
5699fi;
5700test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
d7040cdb 5701
dabbade6
L
5702# Some flags need to be propagated to the compiler or linker for good
5703# libtool support.
5704case $host in
5705ia64-*-hpux*)
5706 # Find out which ABI we are using.
5707 echo 'int i;' > conftest.$ac_ext
5708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5709 (eval $ac_compile) 2>&5
5710 ac_status=$?
5711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5712 (exit $ac_status); }; then
5713 case `/usr/bin/file conftest.$ac_objext` in
5714 *ELF-32*)
5715 HPUX_IA64_MODE="32"
5716 ;;
5717 *ELF-64*)
5718 HPUX_IA64_MODE="64"
5719 ;;
5720 esac
d7040cdb 5721 fi
dabbade6 5722 rm -rf conftest*
d7040cdb 5723 ;;
dabbade6
L
5724*-*-irix6*)
5725 # Find out which ABI we are using.
5726 echo '#line 5726 "configure"' > conftest.$ac_ext
5727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5728 (eval $ac_compile) 2>&5
5729 ac_status=$?
5730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5731 (exit $ac_status); }; then
5732 if test "$lt_cv_prog_gnu_ld" = yes; then
5733 case `/usr/bin/file conftest.$ac_objext` in
5734 *32-bit*)
5735 LD="${LD-ld} -melf32bsmip"
5736 ;;
5737 *N32*)
5738 LD="${LD-ld} -melf32bmipn32"
5739 ;;
5740 *64-bit*)
5741 LD="${LD-ld} -melf64bmip"
5742 ;;
5743 esac
5744 else
5745 case `/usr/bin/file conftest.$ac_objext` in
5746 *32-bit*)
5747 LD="${LD-ld} -32"
5748 ;;
5749 *N32*)
5750 LD="${LD-ld} -n32"
5751 ;;
5752 *64-bit*)
5753 LD="${LD-ld} -64"
5754 ;;
5755 esac
5756 fi
5757 fi
5758 rm -rf conftest*
d7040cdb 5759 ;;
d7040cdb 5760
dabbade6
L
5761x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5762s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5763 # Find out which ABI we are using.
5764 echo 'int i;' > conftest.$ac_ext
5765 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5766 (eval $ac_compile) 2>&5
5767 ac_status=$?
5768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5769 (exit $ac_status); }; then
5770 case `/usr/bin/file conftest.o` in
5771 *32-bit*)
5772 case $host in
5773 x86_64-*kfreebsd*-gnu)
5774 LD="${LD-ld} -m elf_i386_fbsd"
5775 ;;
5776 x86_64-*linux*)
5777 LD="${LD-ld} -m elf_i386"
5778 ;;
5779 ppc64-*linux*|powerpc64-*linux*)
5780 LD="${LD-ld} -m elf32ppclinux"
5781 ;;
5782 s390x-*linux*)
5783 LD="${LD-ld} -m elf_s390"
5784 ;;
5785 sparc64-*linux*)
5786 LD="${LD-ld} -m elf32_sparc"
5787 ;;
d7040cdb 5788 esac
dabbade6
L
5789 ;;
5790 *64-bit*)
5791 case $host in
5792 x86_64-*kfreebsd*-gnu)
5793 LD="${LD-ld} -m elf_x86_64_fbsd"
5794 ;;
5795 x86_64-*linux*)
5796 LD="${LD-ld} -m elf_x86_64"
5797 ;;
5798 ppc*-*linux*|powerpc*-*linux*)
5799 LD="${LD-ld} -m elf64ppc"
5800 ;;
5801 s390*-*linux*|s390*-*tpf*)
5802 LD="${LD-ld} -m elf64_s390"
5803 ;;
5804 sparc*-*linux*)
5805 LD="${LD-ld} -m elf64_sparc"
5806 ;;
5807 esac
5808 ;;
5809 esac
5810 fi
5811 rm -rf conftest*
d7040cdb 5812 ;;
d7040cdb 5813
dabbade6
L
5814*-*-sco3.2v5*)
5815 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5816 SAVE_CFLAGS="$CFLAGS"
5817 CFLAGS="$CFLAGS -belf"
5818 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5819echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
5820if test "${lt_cv_cc_needs_belf+set}" = set; then
5821 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 5822else
dabbade6
L
5823 ac_ext=c
5824ac_cpp='$CPP $CPPFLAGS'
5825ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5826ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5827ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5828
dabbade6
L
5829 cat >conftest.$ac_ext <<_ACEOF
5830/* confdefs.h. */
5831_ACEOF
5832cat confdefs.h >>conftest.$ac_ext
5833cat >>conftest.$ac_ext <<_ACEOF
5834/* end confdefs.h. */
d7040cdb 5835
dabbade6
L
5836int
5837main ()
5838{
d7040cdb 5839
dabbade6
L
5840 ;
5841 return 0;
5842}
5843_ACEOF
5844rm -f conftest.$ac_objext conftest$ac_exeext
5845if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5846 (eval $ac_link) 2>conftest.er1
5847 ac_status=$?
5848 grep -v '^ *+' conftest.er1 >conftest.err
5849 rm -f conftest.er1
5850 cat conftest.err >&5
5851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5852 (exit $ac_status); } &&
5853 { ac_try='test -z "$ac_c_werror_flag"
5854 || test ! -s conftest.err'
5855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5856 (eval $ac_try) 2>&5
5857 ac_status=$?
5858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859 (exit $ac_status); }; } &&
5860 { ac_try='test -s conftest$ac_exeext'
5861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5862 (eval $ac_try) 2>&5
5863 ac_status=$?
5864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5865 (exit $ac_status); }; }; then
5866 lt_cv_cc_needs_belf=yes
5867else
5868 echo "$as_me: failed program was:" >&5
5869sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 5870
dabbade6
L
5871lt_cv_cc_needs_belf=no
5872fi
5873rm -f conftest.err conftest.$ac_objext \
5874 conftest$ac_exeext conftest.$ac_ext
5875 ac_ext=c
5876ac_cpp='$CPP $CPPFLAGS'
5877ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5878ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5879ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5880
d7040cdb 5881fi
dabbade6
L
5882echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5883echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5884 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5885 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5886 CFLAGS="$SAVE_CFLAGS"
d7040cdb 5887 fi
dabbade6
L
5888 ;;
5889sparc*-*solaris*)
5890 # Find out which ABI we are using.
5891 echo 'int i;' > conftest.$ac_ext
5892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5893 (eval $ac_compile) 2>&5
5894 ac_status=$?
5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896 (exit $ac_status); }; then
5897 case `/usr/bin/file conftest.o` in
5898 *64-bit*)
5899 case $lt_cv_prog_gnu_ld in
5900 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5901 *) LD="${LD-ld} -64" ;;
5902 esac
5903 ;;
5904 esac
d7040cdb 5905 fi
dabbade6 5906 rm -rf conftest*
d7040cdb
SE
5907 ;;
5908esac
5909
dabbade6 5910need_locks="$enable_libtool_lock"
d7040cdb 5911
d7040cdb
SE
5912ac_ext=c
5913ac_cpp='$CPP $CPPFLAGS'
5914ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5915ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5916ac_compiler_gnu=$ac_cv_c_compiler_gnu
dabbade6
L
5917echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5918echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5919# On Suns, sometimes $CPP names a directory.
5920if test -n "$CPP" && test -d "$CPP"; then
5921 CPP=
5922fi
5923if test -z "$CPP"; then
5924 if test "${ac_cv_prog_CPP+set}" = set; then
5925 echo $ECHO_N "(cached) $ECHO_C" >&6
5926else
5927 # Double quotes because CPP needs to be expanded
5928 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5929 do
5930 ac_preproc_ok=false
5931for ac_c_preproc_warn_flag in '' yes
5932do
5933 # Use a header file that comes with gcc, so configuring glibc
5934 # with a fresh cross-compiler works.
5935 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5936 # <limits.h> exists even on freestanding compilers.
5937 # On the NeXT, cc -E runs the code through the compiler's parser,
5938 # not just through cpp. "Syntax error" is here to catch this case.
5939 cat >conftest.$ac_ext <<_ACEOF
5940/* confdefs.h. */
5941_ACEOF
5942cat confdefs.h >>conftest.$ac_ext
5943cat >>conftest.$ac_ext <<_ACEOF
5944/* end confdefs.h. */
5945#ifdef __STDC__
5946# include <limits.h>
5947#else
5948# include <assert.h>
5949#endif
5950 Syntax error
5951_ACEOF
5952if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5953 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5954 ac_status=$?
5955 grep -v '^ *+' conftest.er1 >conftest.err
5956 rm -f conftest.er1
5957 cat conftest.err >&5
5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959 (exit $ac_status); } >/dev/null; then
5960 if test -s conftest.err; then
5961 ac_cpp_err=$ac_c_preproc_warn_flag
5962 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5963 else
5964 ac_cpp_err=
5965 fi
5966else
5967 ac_cpp_err=yes
5968fi
5969if test -z "$ac_cpp_err"; then
5970 :
5971else
5972 echo "$as_me: failed program was:" >&5
5973sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 5974
dabbade6
L
5975 # Broken: fails on valid input.
5976continue
5977fi
5978rm -f conftest.err conftest.$ac_ext
d7040cdb 5979
dabbade6
L
5980 # OK, works on sane cases. Now check whether non-existent headers
5981 # can be detected and how.
5982 cat >conftest.$ac_ext <<_ACEOF
5983/* confdefs.h. */
5984_ACEOF
5985cat confdefs.h >>conftest.$ac_ext
5986cat >>conftest.$ac_ext <<_ACEOF
5987/* end confdefs.h. */
5988#include <ac_nonexistent.h>
5989_ACEOF
5990if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5991 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5992 ac_status=$?
5993 grep -v '^ *+' conftest.er1 >conftest.err
5994 rm -f conftest.er1
5995 cat conftest.err >&5
5996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5997 (exit $ac_status); } >/dev/null; then
5998 if test -s conftest.err; then
5999 ac_cpp_err=$ac_c_preproc_warn_flag
6000 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6001 else
6002 ac_cpp_err=
6003 fi
6004else
6005 ac_cpp_err=yes
6006fi
6007if test -z "$ac_cpp_err"; then
6008 # Broken: success on invalid input.
6009continue
6010else
6011 echo "$as_me: failed program was:" >&5
6012sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6013
dabbade6
L
6014 # Passes both tests.
6015ac_preproc_ok=:
6016break
6017fi
6018rm -f conftest.err conftest.$ac_ext
d7040cdb 6019
dabbade6
L
6020done
6021# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6022rm -f conftest.err conftest.$ac_ext
6023if $ac_preproc_ok; then
6024 break
6025fi
d7040cdb 6026
dabbade6
L
6027 done
6028 ac_cv_prog_CPP=$CPP
d7040cdb 6029
dabbade6
L
6030fi
6031 CPP=$ac_cv_prog_CPP
6032else
6033 ac_cv_prog_CPP=$CPP
6034fi
6035echo "$as_me:$LINENO: result: $CPP" >&5
6036echo "${ECHO_T}$CPP" >&6
6037ac_preproc_ok=false
6038for ac_c_preproc_warn_flag in '' yes
6039do
6040 # Use a header file that comes with gcc, so configuring glibc
6041 # with a fresh cross-compiler works.
6042 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6043 # <limits.h> exists even on freestanding compilers.
6044 # On the NeXT, cc -E runs the code through the compiler's parser,
6045 # not just through cpp. "Syntax error" is here to catch this case.
6046 cat >conftest.$ac_ext <<_ACEOF
6047/* confdefs.h. */
6048_ACEOF
6049cat confdefs.h >>conftest.$ac_ext
6050cat >>conftest.$ac_ext <<_ACEOF
6051/* end confdefs.h. */
6052#ifdef __STDC__
6053# include <limits.h>
6054#else
6055# include <assert.h>
6056#endif
6057 Syntax error
6058_ACEOF
6059if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6061 ac_status=$?
6062 grep -v '^ *+' conftest.er1 >conftest.err
6063 rm -f conftest.er1
6064 cat conftest.err >&5
6065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6066 (exit $ac_status); } >/dev/null; then
6067 if test -s conftest.err; then
6068 ac_cpp_err=$ac_c_preproc_warn_flag
6069 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6070 else
6071 ac_cpp_err=
6072 fi
6073else
6074 ac_cpp_err=yes
6075fi
6076if test -z "$ac_cpp_err"; then
6077 :
6078else
6079 echo "$as_me: failed program was:" >&5
6080sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6081
dabbade6
L
6082 # Broken: fails on valid input.
6083continue
6084fi
6085rm -f conftest.err conftest.$ac_ext
d7040cdb 6086
dabbade6
L
6087 # OK, works on sane cases. Now check whether non-existent headers
6088 # can be detected and how.
6089 cat >conftest.$ac_ext <<_ACEOF
6090/* confdefs.h. */
6091_ACEOF
6092cat confdefs.h >>conftest.$ac_ext
6093cat >>conftest.$ac_ext <<_ACEOF
6094/* end confdefs.h. */
6095#include <ac_nonexistent.h>
6096_ACEOF
6097if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6098 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6099 ac_status=$?
6100 grep -v '^ *+' conftest.er1 >conftest.err
6101 rm -f conftest.er1
6102 cat conftest.err >&5
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); } >/dev/null; then
6105 if test -s conftest.err; then
6106 ac_cpp_err=$ac_c_preproc_warn_flag
6107 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6108 else
6109 ac_cpp_err=
6110 fi
6111else
6112 ac_cpp_err=yes
6113fi
6114if test -z "$ac_cpp_err"; then
6115 # Broken: success on invalid input.
6116continue
6117else
6118 echo "$as_me: failed program was:" >&5
6119sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6120
dabbade6
L
6121 # Passes both tests.
6122ac_preproc_ok=:
6123break
6124fi
6125rm -f conftest.err conftest.$ac_ext
d7040cdb 6126
dabbade6
L
6127done
6128# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6129rm -f conftest.err conftest.$ac_ext
6130if $ac_preproc_ok; then
6131 :
6132else
6133 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6134See \`config.log' for more details." >&5
6135echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6136See \`config.log' for more details." >&2;}
6137 { (exit 1); exit 1; }; }
6138fi
d7040cdb 6139
dabbade6
L
6140ac_ext=c
6141ac_cpp='$CPP $CPPFLAGS'
6142ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6143ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6144ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6145
d7040cdb 6146
dabbade6
L
6147echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6148echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6149if test "${ac_cv_header_stdc+set}" = set; then
6150 echo $ECHO_N "(cached) $ECHO_C" >&6
6151else
6152 cat >conftest.$ac_ext <<_ACEOF
6153/* confdefs.h. */
6154_ACEOF
6155cat confdefs.h >>conftest.$ac_ext
6156cat >>conftest.$ac_ext <<_ACEOF
6157/* end confdefs.h. */
6158#include <stdlib.h>
6159#include <stdarg.h>
6160#include <string.h>
6161#include <float.h>
d7040cdb 6162
dabbade6
L
6163int
6164main ()
6165{
d7040cdb 6166
dabbade6
L
6167 ;
6168 return 0;
6169}
6170_ACEOF
6171rm -f conftest.$ac_objext
6172if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6173 (eval $ac_compile) 2>conftest.er1
6174 ac_status=$?
6175 grep -v '^ *+' conftest.er1 >conftest.err
6176 rm -f conftest.er1
6177 cat conftest.err >&5
6178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6179 (exit $ac_status); } &&
6180 { ac_try='test -z "$ac_c_werror_flag"
6181 || test ! -s conftest.err'
6182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6183 (eval $ac_try) 2>&5
6184 ac_status=$?
6185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6186 (exit $ac_status); }; } &&
6187 { ac_try='test -s conftest.$ac_objext'
6188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6189 (eval $ac_try) 2>&5
6190 ac_status=$?
6191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6192 (exit $ac_status); }; }; then
6193 ac_cv_header_stdc=yes
d7040cdb 6194else
dabbade6
L
6195 echo "$as_me: failed program was:" >&5
6196sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6197
dabbade6 6198ac_cv_header_stdc=no
d7040cdb 6199fi
dabbade6 6200rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 6201
dabbade6
L
6202if test $ac_cv_header_stdc = yes; then
6203 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6204 cat >conftest.$ac_ext <<_ACEOF
6205/* confdefs.h. */
6206_ACEOF
6207cat confdefs.h >>conftest.$ac_ext
6208cat >>conftest.$ac_ext <<_ACEOF
6209/* end confdefs.h. */
6210#include <string.h>
6211
6212_ACEOF
6213if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6214 $EGREP "memchr" >/dev/null 2>&1; then
6215 :
d7040cdb 6216else
dabbade6 6217 ac_cv_header_stdc=no
d7040cdb 6218fi
dabbade6 6219rm -f conftest*
d7040cdb
SE
6220
6221fi
6222
dabbade6
L
6223if test $ac_cv_header_stdc = yes; then
6224 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6225 cat >conftest.$ac_ext <<_ACEOF
6226/* confdefs.h. */
6227_ACEOF
6228cat confdefs.h >>conftest.$ac_ext
6229cat >>conftest.$ac_ext <<_ACEOF
6230/* end confdefs.h. */
6231#include <stdlib.h>
d7040cdb 6232
dabbade6
L
6233_ACEOF
6234if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6235 $EGREP "free" >/dev/null 2>&1; then
6236 :
6237else
6238 ac_cv_header_stdc=no
6239fi
6240rm -f conftest*
d7040cdb 6241
dabbade6 6242fi
d7040cdb 6243
dabbade6
L
6244if test $ac_cv_header_stdc = yes; then
6245 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6246 if test "$cross_compiling" = yes; then
6247 :
6248else
6249 cat >conftest.$ac_ext <<_ACEOF
6250/* confdefs.h. */
6251_ACEOF
6252cat confdefs.h >>conftest.$ac_ext
6253cat >>conftest.$ac_ext <<_ACEOF
6254/* end confdefs.h. */
6255#include <ctype.h>
6256#if ((' ' & 0x0FF) == 0x020)
6257# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6258# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6259#else
6260# define ISLOWER(c) \
6261 (('a' <= (c) && (c) <= 'i') \
6262 || ('j' <= (c) && (c) <= 'r') \
6263 || ('s' <= (c) && (c) <= 'z'))
6264# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6265#endif
d7040cdb 6266
dabbade6
L
6267#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6268int
6269main ()
6270{
6271 int i;
6272 for (i = 0; i < 256; i++)
6273 if (XOR (islower (i), ISLOWER (i))
6274 || toupper (i) != TOUPPER (i))
6275 exit(2);
6276 exit (0);
6277}
6278_ACEOF
6279rm -f conftest$ac_exeext
6280if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6281 (eval $ac_link) 2>&5
6282 ac_status=$?
6283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6284 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6286 (eval $ac_try) 2>&5
6287 ac_status=$?
6288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6289 (exit $ac_status); }; }; then
6290 :
6291else
6292 echo "$as_me: program exited with status $ac_status" >&5
6293echo "$as_me: failed program was:" >&5
6294sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6295
dabbade6
L
6296( exit $ac_status )
6297ac_cv_header_stdc=no
6298fi
6299rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6300fi
6301fi
6302fi
6303echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6304echo "${ECHO_T}$ac_cv_header_stdc" >&6
6305if test $ac_cv_header_stdc = yes; then
d7040cdb 6306
dabbade6
L
6307cat >>confdefs.h <<\_ACEOF
6308#define STDC_HEADERS 1
6309_ACEOF
d7040cdb 6310
dabbade6 6311fi
d7040cdb 6312
dabbade6 6313# On IRIX 5.3, sys/types and inttypes.h are conflicting.
d7040cdb 6314
d7040cdb 6315
d7040cdb 6316
d7040cdb 6317
d7040cdb 6318
d7040cdb 6319
d7040cdb 6320
d7040cdb 6321
d7040cdb 6322
dabbade6
L
6323for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6324 inttypes.h stdint.h unistd.h
6325do
6326as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6327echo "$as_me:$LINENO: checking for $ac_header" >&5
6328echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6329if eval "test \"\${$as_ac_Header+set}\" = set"; then
6330 echo $ECHO_N "(cached) $ECHO_C" >&6
6331else
6332 cat >conftest.$ac_ext <<_ACEOF
6333/* confdefs.h. */
6334_ACEOF
6335cat confdefs.h >>conftest.$ac_ext
6336cat >>conftest.$ac_ext <<_ACEOF
6337/* end confdefs.h. */
6338$ac_includes_default
d7040cdb 6339
dabbade6
L
6340#include <$ac_header>
6341_ACEOF
6342rm -f conftest.$ac_objext
6343if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6344 (eval $ac_compile) 2>conftest.er1
6345 ac_status=$?
6346 grep -v '^ *+' conftest.er1 >conftest.err
6347 rm -f conftest.er1
6348 cat conftest.err >&5
6349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6350 (exit $ac_status); } &&
6351 { ac_try='test -z "$ac_c_werror_flag"
6352 || test ! -s conftest.err'
6353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6354 (eval $ac_try) 2>&5
6355 ac_status=$?
6356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6357 (exit $ac_status); }; } &&
6358 { ac_try='test -s conftest.$ac_objext'
6359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6360 (eval $ac_try) 2>&5
6361 ac_status=$?
6362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6363 (exit $ac_status); }; }; then
6364 eval "$as_ac_Header=yes"
6365else
6366 echo "$as_me: failed program was:" >&5
6367sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6368
dabbade6
L
6369eval "$as_ac_Header=no"
6370fi
6371rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6372fi
6373echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6374echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6375if test `eval echo '${'$as_ac_Header'}'` = yes; then
6376 cat >>confdefs.h <<_ACEOF
6377#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6378_ACEOF
d7040cdb 6379
dabbade6 6380fi
d7040cdb 6381
dabbade6 6382done
d7040cdb 6383
d7040cdb 6384
d7040cdb 6385
dabbade6
L
6386for ac_header in dlfcn.h
6387do
6388as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6389echo "$as_me:$LINENO: checking for $ac_header" >&5
6390echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6391if eval "test \"\${$as_ac_Header+set}\" = set"; then
6392 echo $ECHO_N "(cached) $ECHO_C" >&6
6393else
6394 cat >conftest.$ac_ext <<_ACEOF
6395/* confdefs.h. */
6396_ACEOF
6397cat confdefs.h >>conftest.$ac_ext
6398cat >>conftest.$ac_ext <<_ACEOF
6399/* end confdefs.h. */
6400$ac_includes_default
d7040cdb 6401
dabbade6
L
6402#include <$ac_header>
6403_ACEOF
6404rm -f conftest.$ac_objext
6405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6406 (eval $ac_compile) 2>conftest.er1
6407 ac_status=$?
6408 grep -v '^ *+' conftest.er1 >conftest.err
6409 rm -f conftest.er1
6410 cat conftest.err >&5
6411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412 (exit $ac_status); } &&
6413 { ac_try='test -z "$ac_c_werror_flag"
6414 || test ! -s conftest.err'
6415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6416 (eval $ac_try) 2>&5
6417 ac_status=$?
6418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6419 (exit $ac_status); }; } &&
6420 { ac_try='test -s conftest.$ac_objext'
6421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6422 (eval $ac_try) 2>&5
6423 ac_status=$?
6424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6425 (exit $ac_status); }; }; then
6426 eval "$as_ac_Header=yes"
6427else
6428 echo "$as_me: failed program was:" >&5
6429sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6430
dabbade6
L
6431eval "$as_ac_Header=no"
6432fi
6433rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6434fi
6435echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6436echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6437if test `eval echo '${'$as_ac_Header'}'` = yes; then
6438 cat >>confdefs.h <<_ACEOF
6439#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6440_ACEOF
d7040cdb 6441
dabbade6 6442fi
d7040cdb 6443
dabbade6 6444done
d7040cdb 6445
d7040cdb 6446
d7040cdb 6447
dabbade6
L
6448# This can be used to rebuild libtool when needed
6449LIBTOOL_DEPS="$ltmain"
d7040cdb 6450
dabbade6
L
6451# Always use our own libtool.
6452LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 6453
d7040cdb 6454
d7040cdb 6455
d7040cdb
SE
6456
6457
6458
6459
6460
6461
d7040cdb 6462
d7040cdb 6463
d7040cdb 6464
d7040cdb
SE
6465
6466
6467
6468
6469
6470
d7040cdb 6471
d7040cdb 6472
d7040cdb
SE
6473
6474
6475
6476
6477
dabbade6 6478test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
6479
6480
d7040cdb 6481
d7040cdb 6482
d7040cdb
SE
6483
6484
6485
6486
6487
6488
dabbade6
L
6489
6490
6491
6492
6493if test -n "${ZSH_VERSION+set}" ; then
6494 setopt NO_GLOB_SUBST
6495fi
6496
6497echo "$as_me:$LINENO: checking for objdir" >&5
6498echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6499if test "${lt_cv_objdir+set}" = set; then
d7040cdb
SE
6500 echo $ECHO_N "(cached) $ECHO_C" >&6
6501else
dabbade6
L
6502 rm -f .libs 2>/dev/null
6503mkdir .libs 2>/dev/null
6504if test -d .libs; then
6505 lt_cv_objdir=.libs
6506else
6507 # MS-DOS does not allow filenames that begin with a dot.
6508 lt_cv_objdir=_libs
d7040cdb 6509fi
dabbade6
L
6510rmdir .libs 2>/dev/null
6511fi
6512echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6513echo "${ECHO_T}$lt_cv_objdir" >&6
6514objdir=$lt_cv_objdir
d7040cdb
SE
6515
6516
6517
6518
d7040cdb 6519
dabbade6
L
6520cat >>confdefs.h <<_ACEOF
6521#define LT_OBJDIR "$lt_cv_objdir/"
6522_ACEOF
d7040cdb
SE
6523
6524
6525
6526
6527
d7040cdb 6528
d7040cdb 6529
d7040cdb 6530
d7040cdb 6531
d7040cdb 6532
d7040cdb 6533
d7040cdb 6534
d7040cdb 6535
d7040cdb 6536
d7040cdb 6537
d7040cdb 6538
d7040cdb 6539
dabbade6
L
6540case $host_os in
6541aix3*)
6542 # AIX sometimes has problems with the GCC collect2 program. For some
6543 # reason, if we set the COLLECT_NAMES environment variable, the problems
6544 # vanish in a puff of smoke.
6545 if test "X${COLLECT_NAMES+set}" != Xset; then
6546 COLLECT_NAMES=
6547 export COLLECT_NAMES
6548 fi
6549 ;;
6550esac
d7040cdb 6551
dabbade6
L
6552# Sed substitution that helps us do robust quoting. It backslashifies
6553# metacharacters that are still active within double-quoted strings.
6554sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
d7040cdb 6555
dabbade6
L
6556# Same as above, but do not quote variable references.
6557double_quote_subst='s/\(["`\\]\)/\\\1/g'
d7040cdb 6558
dabbade6
L
6559# Sed substitution to delay expansion of an escaped shell variable in a
6560# double_quote_subst'ed string.
6561delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
d7040cdb 6562
dabbade6
L
6563# Sed substitution to delay expansion of an escaped single quote.
6564delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
d7040cdb 6565
dabbade6
L
6566# Sed substitution to avoid accidental globbing in evaled expressions
6567no_glob_subst='s/\*/\\\*/g'
d7040cdb 6568
dabbade6
L
6569# Global variables:
6570ofile=libtool
6571can_build_shared=yes
d7040cdb 6572
dabbade6
L
6573# All known linkers require a `.a' archive for static linking (except MSVC,
6574# which needs '.lib').
6575libext=a
d7040cdb 6576
dabbade6 6577with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 6578
dabbade6
L
6579old_CC="$CC"
6580old_CFLAGS="$CFLAGS"
d7040cdb 6581
dabbade6
L
6582# Set sane defaults for various variables
6583test -z "$CC" && CC=cc
6584test -z "$LTCC" && LTCC=$CC
6585test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6586test -z "$LD" && LD=ld
6587test -z "$ac_objext" && ac_objext=o
6588
6589for cc_temp in $compiler""; do
6590 case $cc_temp in
6591 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6592 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6593 \-*) ;;
6594 *) break;;
6595 esac
6596done
6597cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
6598
6599
6600# Only perform the check for file, if the check method requires it
6601test -z "$MAGIC_CMD" && MAGIC_CMD=file
6602case $deplibs_check_method in
6603file_magic*)
6604 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6605 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6606echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
6607if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6608 echo $ECHO_N "(cached) $ECHO_C" >&6
6609else
6610 case $MAGIC_CMD in
6611[\\/*] | ?:[\\/]*)
6612 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6613 ;;
6614*)
6615 lt_save_MAGIC_CMD="$MAGIC_CMD"
6616 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6617 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6618 for ac_dir in $ac_dummy; do
6619 IFS="$lt_save_ifs"
6620 test -z "$ac_dir" && ac_dir=.
6621 if test -f $ac_dir/${ac_tool_prefix}file; then
6622 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6623 if test -n "$file_magic_test_file"; then
6624 case $deplibs_check_method in
6625 "file_magic "*)
6626 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6627 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6628 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6629 $EGREP "$file_magic_regex" > /dev/null; then
6630 :
d7040cdb 6631 else
dabbade6 6632 cat <<_LT_EOF 1>&2
d7040cdb 6633
dabbade6
L
6634*** Warning: the command libtool uses to detect shared libraries,
6635*** $file_magic_cmd, produces output that libtool cannot recognize.
6636*** The result is that libtool may fail to recognize shared libraries
6637*** as such. This will affect the creation of libtool libraries that
6638*** depend on shared libraries, but programs linked with such libtool
6639*** libraries will work regardless of this problem. Nevertheless, you
6640*** may want to report the problem to your system manager and/or to
6641*** bug-libtool@gnu.org
d7040cdb 6642
dabbade6
L
6643_LT_EOF
6644 fi ;;
6645 esac
d7040cdb 6646 fi
dabbade6 6647 break
d7040cdb 6648 fi
dabbade6
L
6649 done
6650 IFS="$lt_save_ifs"
6651 MAGIC_CMD="$lt_save_MAGIC_CMD"
6652 ;;
6653esac
6654fi
d7040cdb 6655
dabbade6
L
6656MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6657if test -n "$MAGIC_CMD"; then
6658 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6659echo "${ECHO_T}$MAGIC_CMD" >&6
6660else
6661 echo "$as_me:$LINENO: result: no" >&5
6662echo "${ECHO_T}no" >&6
6663fi
d7040cdb 6664
d7040cdb 6665
d7040cdb 6666
d7040cdb 6667
d7040cdb 6668
dabbade6
L
6669if test -z "$lt_cv_path_MAGIC_CMD"; then
6670 if test -n "$ac_tool_prefix"; then
6671 echo "$as_me:$LINENO: checking for file" >&5
6672echo $ECHO_N "checking for file... $ECHO_C" >&6
6673if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6674 echo $ECHO_N "(cached) $ECHO_C" >&6
6675else
6676 case $MAGIC_CMD in
6677[\\/*] | ?:[\\/]*)
6678 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6679 ;;
6680*)
6681 lt_save_MAGIC_CMD="$MAGIC_CMD"
6682 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6683 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6684 for ac_dir in $ac_dummy; do
6685 IFS="$lt_save_ifs"
6686 test -z "$ac_dir" && ac_dir=.
6687 if test -f $ac_dir/file; then
6688 lt_cv_path_MAGIC_CMD="$ac_dir/file"
6689 if test -n "$file_magic_test_file"; then
6690 case $deplibs_check_method in
6691 "file_magic "*)
6692 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6693 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6694 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6695 $EGREP "$file_magic_regex" > /dev/null; then
6696 :
d7040cdb 6697 else
dabbade6 6698 cat <<_LT_EOF 1>&2
d7040cdb 6699
dabbade6
L
6700*** Warning: the command libtool uses to detect shared libraries,
6701*** $file_magic_cmd, produces output that libtool cannot recognize.
6702*** The result is that libtool may fail to recognize shared libraries
6703*** as such. This will affect the creation of libtool libraries that
6704*** depend on shared libraries, but programs linked with such libtool
6705*** libraries will work regardless of this problem. Nevertheless, you
6706*** may want to report the problem to your system manager and/or to
6707*** bug-libtool@gnu.org
d7040cdb 6708
dabbade6
L
6709_LT_EOF
6710 fi ;;
6711 esac
6712 fi
6713 break
6714 fi
6715 done
6716 IFS="$lt_save_ifs"
6717 MAGIC_CMD="$lt_save_MAGIC_CMD"
6718 ;;
6719esac
d7040cdb 6720fi
dabbade6
L
6721
6722MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6723if test -n "$MAGIC_CMD"; then
6724 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6725echo "${ECHO_T}$MAGIC_CMD" >&6
d7040cdb 6726else
dabbade6
L
6727 echo "$as_me:$LINENO: result: no" >&5
6728echo "${ECHO_T}no" >&6
6729fi
6730
d7040cdb 6731
dabbade6
L
6732 else
6733 MAGIC_CMD=:
6734 fi
d7040cdb 6735fi
d7040cdb 6736
dabbade6
L
6737 fi
6738 ;;
6739esac
d7040cdb 6740
dabbade6 6741# Use C for the default configuration in the libtool script
d7040cdb 6742
dabbade6
L
6743lt_save_CC="$CC"
6744ac_ext=c
6745ac_cpp='$CPP $CPPFLAGS'
6746ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6747ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6748ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6749
d7040cdb 6750
dabbade6
L
6751# Source file extension for C test sources.
6752ac_ext=c
d7040cdb 6753
dabbade6
L
6754# Object file extension for compiled C test sources.
6755objext=o
6756objext=$objext
6757
6758# Code to be used in simple compile tests
6759lt_simple_compile_test_code="int some_variable = 0;"
6760
6761# Code to be used in simple link tests
6762lt_simple_link_test_code='int main(){return(0);}'
6763
6764
6765
6766
6767
6768
6769
6770# If no C compiler was specified, use CC.
6771LTCC=${LTCC-"$CC"}
6772
6773# If no C compiler flags were specified, use CFLAGS.
6774LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6775
6776# Allow CC to be a program name with arguments.
6777compiler=$CC
6778
6779# Save the default compiler, since it gets overwritten when the other
6780# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6781compiler_DEFAULT=$CC
6782
6783# save warnings/boilerplate of simple test code
6784ac_outfile=conftest.$ac_objext
6785echo "$lt_simple_compile_test_code" >conftest.$ac_ext
6786eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
6787_lt_compiler_boilerplate=`cat conftest.err`
6788$RM conftest*
6789
6790ac_outfile=conftest.$ac_objext
6791echo "$lt_simple_link_test_code" >conftest.$ac_ext
6792eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
6793_lt_linker_boilerplate=`cat conftest.err`
6794$RM conftest*
6795
6796
6797## CAVEAT EMPTOR:
6798## There is no encapsulation within the following macros, do not change
6799## the running order or otherwise move them around unless you know exactly
6800## what you are doing...
6801if test -n "$compiler"; then
6802
6803lt_prog_compiler_no_builtin_flag=
6804
6805if test "$GCC" = yes; then
6806 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6807
6808 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6809echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
6810if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6811 echo $ECHO_N "(cached) $ECHO_C" >&6
6812else
6813 lt_cv_prog_compiler_rtti_exceptions=no
6814 ac_outfile=conftest.$ac_objext
6815 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6816 lt_compiler_flag="-fno-rtti -fno-exceptions"
6817 # Insert the option either (1) after the last *FLAGS variable, or
6818 # (2) before a word containing "conftest.", or (3) at the end.
6819 # Note that $ac_compile itself does not contain backslashes and begins
6820 # with a dollar sign (not a hyphen), so the echo should work correctly.
6821 # The option is referenced via a variable to avoid confusing sed.
6822 lt_compile=`echo "$ac_compile" | $SED \
6823 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6824 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6825 -e 's:$: $lt_compiler_flag:'`
6826 (eval echo "\"\$as_me:6826: $lt_compile\"" >&5)
6827 (eval "$lt_compile" 2>conftest.err)
6828 ac_status=$?
6829 cat conftest.err >&5
6830 echo "$as_me:6830: \$? = $ac_status" >&5
6831 if (exit $ac_status) && test -s "$ac_outfile"; then
6832 # The compiler can only warn and ignore the option if not recognized
6833 # So say no if there are warnings other than the usual output.
6834 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6835 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
6836 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6837 lt_cv_prog_compiler_rtti_exceptions=yes
6838 fi
6839 fi
6840 $RM conftest*
6841
6842fi
6843echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6844echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
6845
6846if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6847 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
6848else
6849 :
6850fi
6851
6852fi
6853
6854
6855
6856
6857
6858
6859 lt_prog_compiler_wl=
6860lt_prog_compiler_pic=
6861lt_prog_compiler_static=
6862
6863echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6864echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
6865
6866 if test "$GCC" = yes; then
6867 lt_prog_compiler_wl='-Wl,'
6868 lt_prog_compiler_static='-static'
6869
6870 case $host_os in
6871 aix*)
6872 # All AIX code is PIC.
6873 if test "$host_cpu" = ia64; then
6874 # AIX 5 now supports IA64 processor
6875 lt_prog_compiler_static='-Bstatic'
6876 fi
6877 ;;
d7040cdb
SE
6878
6879 amigaos*)
6880 if test "$host_cpu" = m68k; then
dabbade6
L
6881 # FIXME: we need at least 68020 code to build shared libraries, but
6882 # adding the `-m68020' flag to GCC prevents building anything better,
6883 # like `-m68040'.
6884 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
d7040cdb 6885 fi
d7040cdb
SE
6886 ;;
6887
dabbade6
L
6888 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
6889 # PIC is the default for these OSes.
d7040cdb
SE
6890 ;;
6891
dabbade6
L
6892 mingw* | cygwin* | pw32* | os2*)
6893 # This hack is so that the source file can tell whether it is being
6894 # built for inclusion in a dll (and should export symbols for example).
6895 # Although the cygwin gcc ignores -fPIC, still need this for old-style
6896 # (--disable-auto-import) libraries
6897 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
6898 ;;
6899
6900 darwin* | rhapsody*)
dabbade6
L
6901 # PIC is the default on this platform
6902 # Common symbols not allowed in MH_DYLIB files
6903 lt_prog_compiler_pic='-fno-common'
6904 ;;
6905
6906 hpux*)
6907 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6908 # not for PA HP-UX.
6909 case $host_cpu in
6910 hppa*64*|ia64*)
6911 # +Z the default
d7040cdb 6912 ;;
dabbade6
L
6913 *)
6914 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
6915 ;;
6916 esac
dabbade6 6917 ;;
d7040cdb 6918
dabbade6
L
6919 interix[3-9]*)
6920 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6921 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
6922 ;;
6923
dabbade6
L
6924 msdosdjgpp*)
6925 # Just because we use GCC doesn't mean we suddenly get shared libraries
6926 # on systems that don't support them.
6927 lt_prog_compiler_can_build_shared=no
6928 enable_shared=no
d7040cdb
SE
6929 ;;
6930
dabbade6
L
6931 *nto* | *qnx*)
6932 # QNX uses GNU C++, but need to define -shared option too, otherwise
6933 # it will coredump.
6934 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
6935 ;;
6936
dabbade6
L
6937 sysv4*MP*)
6938 if test -d /usr/nec; then
6939 lt_prog_compiler_pic=-Kconform_pic
6940 fi
d7040cdb
SE
6941 ;;
6942
dabbade6
L
6943 *)
6944 lt_prog_compiler_pic='-fPIC'
d7040cdb 6945 ;;
dabbade6
L
6946 esac
6947 else
6948 # PORTME Check for flag to pass linker flags through the system compiler.
6949 case $host_os in
6950 aix*)
6951 lt_prog_compiler_wl='-Wl,'
6952 if test "$host_cpu" = ia64; then
6953 # AIX 5 now supports IA64 processor
6954 lt_prog_compiler_static='-Bstatic'
d7040cdb 6955 else
dabbade6 6956 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 6957 fi
dabbade6
L
6958 ;;
6959 darwin*)
6960 # PIC is the default on this platform
6961 # Common symbols not allowed in MH_DYLIB files
6962 case $cc_basename in
6963 xlc*)
6964 lt_prog_compiler_pic='-qnocommon'
6965 lt_prog_compiler_wl='-Wl,'
6966 ;;
6967 esac
6968 ;;
d7040cdb 6969
dabbade6
L
6970 mingw* | cygwin* | pw32* | os2*)
6971 # This hack is so that the source file can tell whether it is being
6972 # built for inclusion in a dll (and should export symbols for example).
6973 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
6974 ;;
6975
dabbade6
L
6976 hpux9* | hpux10* | hpux11*)
6977 lt_prog_compiler_wl='-Wl,'
6978 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6979 # not for PA HP-UX.
6980 case $host_cpu in
6981 hppa*64*|ia64*)
6982 # +Z the default
6983 ;;
6984 *)
6985 lt_prog_compiler_pic='+Z'
6986 ;;
6987 esac
6988 # Is there a better lt_prog_compiler_static that works with the bundled CC?
6989 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
6990 ;;
6991
dabbade6
L
6992 irix5* | irix6* | nonstopux*)
6993 lt_prog_compiler_wl='-Wl,'
6994 # PIC (with -KPIC) is the default.
6995 lt_prog_compiler_static='-non_shared'
6996 ;;
d7040cdb 6997
dabbade6
L
6998 linux* | k*bsd*-gnu)
6999 case $cc_basename in
7000 icc* | ecc*)
7001 lt_prog_compiler_wl='-Wl,'
7002 lt_prog_compiler_pic='-KPIC'
7003 lt_prog_compiler_static='-static'
7004 ;;
7005 pgcc* | pgf77* | pgf90* | pgf95*)
7006 # Portland Group compilers (*not* the Pentium gcc compiler,
7007 # which looks to be a dead project)
7008 lt_prog_compiler_wl='-Wl,'
7009 lt_prog_compiler_pic='-fpic'
7010 lt_prog_compiler_static='-Bstatic'
7011 ;;
7012 ccc*)
7013 lt_prog_compiler_wl='-Wl,'
7014 # All Alpha code is PIC.
7015 lt_prog_compiler_static='-non_shared'
7016 ;;
7017 *)
7018 case `$CC -V 2>&1 | sed 5q` in
7019 *Sun\ C*)
7020 # Sun C 5.9
7021 lt_prog_compiler_pic='-KPIC'
7022 lt_prog_compiler_static='-Bstatic'
7023 lt_prog_compiler_wl='-Wl,'
d7040cdb 7024 ;;
dabbade6
L
7025 *Sun\ F*)
7026 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7027 lt_prog_compiler_pic='-KPIC'
7028 lt_prog_compiler_static='-Bstatic'
7029 lt_prog_compiler_wl=''
d7040cdb
SE
7030 ;;
7031 esac
dabbade6
L
7032 ;;
7033 esac
d7040cdb
SE
7034 ;;
7035
dabbade6
L
7036 newsos6)
7037 lt_prog_compiler_pic='-KPIC'
7038 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7039 ;;
7040
dabbade6
L
7041 *nto* | *qnx*)
7042 # QNX uses GNU C++, but need to define -shared option too, otherwise
7043 # it will coredump.
7044 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
7045 ;;
7046
dabbade6
L
7047 osf3* | osf4* | osf5*)
7048 lt_prog_compiler_wl='-Wl,'
7049 # All OSF/1 code is PIC.
7050 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
7051 ;;
7052
dabbade6
L
7053 rdos*)
7054 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
7055 ;;
7056
7057 solaris*)
dabbade6
L
7058 lt_prog_compiler_pic='-KPIC'
7059 lt_prog_compiler_static='-Bstatic'
7060 case $cc_basename in
7061 f77* | f90* | f95*)
7062 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 7063 *)
dabbade6 7064 lt_prog_compiler_wl='-Wl,';;
d7040cdb 7065 esac
d7040cdb
SE
7066 ;;
7067
7068 sunos4*)
dabbade6
L
7069 lt_prog_compiler_wl='-Qoption ld '
7070 lt_prog_compiler_pic='-PIC'
7071 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7072 ;;
7073
dabbade6
L
7074 sysv4 | sysv4.2uw2* | sysv4.3*)
7075 lt_prog_compiler_wl='-Wl,'
7076 lt_prog_compiler_pic='-KPIC'
7077 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7078 ;;
7079
7080 sysv4*MP*)
dabbade6
L
7081 if test -d /usr/nec ;then
7082 lt_prog_compiler_pic='-Kconform_pic'
7083 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7084 fi
7085 ;;
7086
dabbade6
L
7087 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7088 lt_prog_compiler_wl='-Wl,'
7089 lt_prog_compiler_pic='-KPIC'
7090 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7091 ;;
7092
dabbade6
L
7093 unicos*)
7094 lt_prog_compiler_wl='-Wl,'
7095 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
7096 ;;
7097
7098 uts4*)
dabbade6
L
7099 lt_prog_compiler_pic='-pic'
7100 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
7101 ;;
7102
7103 *)
dabbade6 7104 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
7105 ;;
7106 esac
d7040cdb
SE
7107 fi
7108
dabbade6
L
7109case $host_os in
7110 # For platforms which do not support PIC, -DPIC is meaningless:
7111 *djgpp*)
7112 lt_prog_compiler_pic=
7113 ;;
7114 *)
7115 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7116 ;;
7117esac
7118echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7119echo "${ECHO_T}$lt_prog_compiler_pic" >&6
d7040cdb
SE
7120
7121
7122
7123
7124
7125
7126#
dabbade6 7127# Check to make sure the PIC flag actually works.
d7040cdb 7128#
dabbade6
L
7129if test -n "$lt_prog_compiler_pic"; then
7130 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7131echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
7132if test "${lt_prog_compiler_pic_works+set}" = set; then
7133 echo $ECHO_N "(cached) $ECHO_C" >&6
7134else
7135 lt_prog_compiler_pic_works=no
7136 ac_outfile=conftest.$ac_objext
7137 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7138 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7139 # Insert the option either (1) after the last *FLAGS variable, or
7140 # (2) before a word containing "conftest.", or (3) at the end.
7141 # Note that $ac_compile itself does not contain backslashes and begins
7142 # with a dollar sign (not a hyphen), so the echo should work correctly.
7143 # The option is referenced via a variable to avoid confusing sed.
7144 lt_compile=`echo "$ac_compile" | $SED \
7145 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7146 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7147 -e 's:$: $lt_compiler_flag:'`
7148 (eval echo "\"\$as_me:7148: $lt_compile\"" >&5)
7149 (eval "$lt_compile" 2>conftest.err)
7150 ac_status=$?
7151 cat conftest.err >&5
7152 echo "$as_me:7152: \$? = $ac_status" >&5
7153 if (exit $ac_status) && test -s "$ac_outfile"; then
7154 # The compiler can only warn and ignore the option if not recognized
7155 # So say no if there are warnings other than the usual output.
7156 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7157 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7158 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7159 lt_prog_compiler_pic_works=yes
7160 fi
7161 fi
7162 $RM conftest*
d7040cdb 7163
dabbade6
L
7164fi
7165echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7166echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
d7040cdb 7167
dabbade6
L
7168if test x"$lt_prog_compiler_pic_works" = xyes; then
7169 case $lt_prog_compiler_pic in
7170 "" | " "*) ;;
7171 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7172 esac
7173else
7174 lt_prog_compiler_pic=
7175 lt_prog_compiler_can_build_shared=no
7176fi
d7040cdb 7177
dabbade6 7178fi
d7040cdb
SE
7179
7180
7181
7182
7183
7184
dabbade6
L
7185#
7186# Check to make sure the static flag actually works.
7187#
7188wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7189echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7190echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
7191if test "${lt_prog_compiler_static_works+set}" = set; then
7192 echo $ECHO_N "(cached) $ECHO_C" >&6
7193else
7194 lt_prog_compiler_static_works=no
7195 save_LDFLAGS="$LDFLAGS"
7196 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7197 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7198 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7199 # The linker can only warn and ignore the option if not recognized
7200 # So say no if there are warnings
7201 if test -s conftest.err; then
7202 # Append any errors to the config.log.
7203 cat conftest.err 1>&5
7204 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7205 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7206 if diff conftest.exp conftest.er2 >/dev/null; then
7207 lt_prog_compiler_static_works=yes
7208 fi
7209 else
7210 lt_prog_compiler_static_works=yes
7211 fi
7212 fi
7213 $RM conftest*
7214 LDFLAGS="$save_LDFLAGS"
d7040cdb 7215
dabbade6
L
7216fi
7217echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7218echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
d7040cdb 7219
dabbade6
L
7220if test x"$lt_prog_compiler_static_works" = xyes; then
7221 :
7222else
7223 lt_prog_compiler_static=
7224fi
d7040cdb
SE
7225
7226
7227
7228
7229
7230
7231
dabbade6
L
7232 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7233echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7234if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7235 echo $ECHO_N "(cached) $ECHO_C" >&6
7236else
7237 lt_cv_prog_compiler_c_o=no
7238 $RM -r conftest 2>/dev/null
7239 mkdir conftest
7240 cd conftest
7241 mkdir out
7242 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 7243
dabbade6
L
7244 lt_compiler_flag="-o out/conftest2.$ac_objext"
7245 # Insert the option either (1) after the last *FLAGS variable, or
7246 # (2) before a word containing "conftest.", or (3) at the end.
7247 # Note that $ac_compile itself does not contain backslashes and begins
7248 # with a dollar sign (not a hyphen), so the echo should work correctly.
7249 lt_compile=`echo "$ac_compile" | $SED \
7250 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7251 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7252 -e 's:$: $lt_compiler_flag:'`
7253 (eval echo "\"\$as_me:7253: $lt_compile\"" >&5)
7254 (eval "$lt_compile" 2>out/conftest.err)
7255 ac_status=$?
7256 cat out/conftest.err >&5
7257 echo "$as_me:7257: \$? = $ac_status" >&5
7258 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7259 then
7260 # The compiler can only warn and ignore the option if not recognized
7261 # So say no if there are warnings
7262 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7263 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7264 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7265 lt_cv_prog_compiler_c_o=yes
7266 fi
7267 fi
7268 chmod u+w . 2>&5
7269 $RM conftest*
7270 # SGI C++ compiler will create directory out/ii_files/ for
7271 # template instantiation
7272 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7273 $RM out/* && rmdir out
7274 cd ..
7275 $RM -r conftest
7276 $RM conftest*
d7040cdb 7277
dabbade6
L
7278fi
7279echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7280echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
d7040cdb
SE
7281
7282
7283
7284
7285
7286
dabbade6
L
7287 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7288echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7289if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7290 echo $ECHO_N "(cached) $ECHO_C" >&6
7291else
7292 lt_cv_prog_compiler_c_o=no
7293 $RM -r conftest 2>/dev/null
7294 mkdir conftest
7295 cd conftest
7296 mkdir out
7297 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 7298
dabbade6
L
7299 lt_compiler_flag="-o out/conftest2.$ac_objext"
7300 # Insert the option either (1) after the last *FLAGS variable, or
7301 # (2) before a word containing "conftest.", or (3) at the end.
7302 # Note that $ac_compile itself does not contain backslashes and begins
7303 # with a dollar sign (not a hyphen), so the echo should work correctly.
7304 lt_compile=`echo "$ac_compile" | $SED \
7305 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7306 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7307 -e 's:$: $lt_compiler_flag:'`
7308 (eval echo "\"\$as_me:7308: $lt_compile\"" >&5)
7309 (eval "$lt_compile" 2>out/conftest.err)
7310 ac_status=$?
7311 cat out/conftest.err >&5
7312 echo "$as_me:7312: \$? = $ac_status" >&5
7313 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7314 then
7315 # The compiler can only warn and ignore the option if not recognized
7316 # So say no if there are warnings
7317 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7318 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7319 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7320 lt_cv_prog_compiler_c_o=yes
7321 fi
7322 fi
7323 chmod u+w . 2>&5
7324 $RM conftest*
7325 # SGI C++ compiler will create directory out/ii_files/ for
7326 # template instantiation
7327 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7328 $RM out/* && rmdir out
7329 cd ..
7330 $RM -r conftest
7331 $RM conftest*
d7040cdb 7332
dabbade6
L
7333fi
7334echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7335echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
d7040cdb
SE
7336
7337
7338
7339
dabbade6
L
7340hard_links="nottested"
7341if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7342 # do not overwrite the value of need_locks provided by the user
7343 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7344echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
7345 hard_links=yes
7346 $RM conftest*
7347 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7348 touch conftest.a
7349 ln conftest.a conftest.b 2>&5 || hard_links=no
7350 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7351 echo "$as_me:$LINENO: result: $hard_links" >&5
7352echo "${ECHO_T}$hard_links" >&6
7353 if test "$hard_links" = no; then
7354 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7355echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7356 need_locks=warn
7357 fi
7358else
7359 need_locks=no
7360fi
d7040cdb
SE
7361
7362
7363
7364
7365
7366
dabbade6
L
7367 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7368echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
d7040cdb 7369
dabbade6
L
7370 runpath_var=
7371 allow_undefined_flag=
7372 always_export_symbols=no
7373 archive_cmds=
7374 archive_expsym_cmds=
7375 compiler_needs_object=no
7376 enable_shared_with_static_runtimes=no
7377 export_dynamic_flag_spec=
7378 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7379 hardcode_automatic=no
7380 hardcode_direct=no
7381 hardcode_direct_absolute=no
7382 hardcode_libdir_flag_spec=
7383 hardcode_libdir_flag_spec_ld=
7384 hardcode_libdir_separator=
7385 hardcode_minus_L=no
7386 hardcode_shlibpath_var=unsupported
7387 inherit_rpath=no
7388 link_all_deplibs=unknown
7389 module_cmds=
7390 module_expsym_cmds=
7391 old_archive_from_new_cmds=
7392 old_archive_from_expsyms_cmds=
7393 thread_safe_flag_spec=
7394 whole_archive_flag_spec=
7395 # include_expsyms should be a list of space-separated symbols to be *always*
7396 # included in the symbol list
7397 include_expsyms=
7398 # exclude_expsyms can be an extended regexp of symbols to exclude
7399 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7400 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7401 # as well as any symbol that contains `d'.
7402 exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
7403 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7404 # platforms (ab)use it in PIC code, but their linkers get confused if
7405 # the symbol is explicitly referenced. Since portable code cannot
7406 # rely on this symbol name, it's probably fine to never include it in
7407 # preloaded symbol tables.
7408 extract_expsyms_cmds=
d7040cdb 7409
dabbade6
L
7410 case $host_os in
7411 cygwin* | mingw* | pw32*)
7412 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7413 # When not using gcc, we currently assume that we are using
7414 # Microsoft Visual C++.
7415 if test "$GCC" != yes; then
7416 with_gnu_ld=no
7417 fi
7418 ;;
7419 interix*)
7420 # we just hope/assume this is gcc and not c89 (= MSVC++)
7421 with_gnu_ld=yes
7422 ;;
7423 openbsd*)
7424 with_gnu_ld=no
7425 ;;
7426 esac
d7040cdb 7427
dabbade6
L
7428 ld_shlibs=yes
7429 if test "$with_gnu_ld" = yes; then
7430 # If archive_cmds runs LD, not CC, wlarc should be empty
7431 wlarc='${wl}'
d7040cdb 7432
dabbade6
L
7433 # Set some defaults for GNU ld with shared library support. These
7434 # are reset later if shared libraries are not supported. Putting them
7435 # here allows them to be overridden if necessary.
7436 runpath_var=LD_RUN_PATH
7437 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7438 export_dynamic_flag_spec='${wl}--export-dynamic'
7439 # ancient GNU ld didn't support --whole-archive et. al.
7440 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7441 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7442 else
7443 whole_archive_flag_spec=
7444 fi
7445 supports_anon_versioning=no
7446 case `$LD -v 2>&1` in
7447 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7448 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7449 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7450 *\ 2.11.*) ;; # other 2.11 versions
7451 *) supports_anon_versioning=yes ;;
7452 esac
d7040cdb 7453
dabbade6
L
7454 # See if GNU ld supports shared libraries.
7455 case $host_os in
7456 aix3* | aix4* | aix5*)
7457 # On AIX/PPC, the GNU linker is very broken
7458 if test "$host_cpu" != ia64; then
7459 ld_shlibs=no
7460 cat <<_LT_EOF 1>&2
d7040cdb 7461
dabbade6
L
7462*** Warning: the GNU linker, at least up to release 2.9.1, is reported
7463*** to be unable to reliably create shared libraries on AIX.
7464*** Therefore, libtool is disabling shared libraries support. If you
7465*** really care for shared libraries, you may want to modify your PATH
7466*** so that a non-GNU linker is found, and then restart.
d7040cdb 7467
dabbade6
L
7468_LT_EOF
7469 fi
7470 ;;
d7040cdb 7471
dabbade6
L
7472 amigaos*)
7473 if test "$host_cpu" = m68k; then
7474 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7475 hardcode_libdir_flag_spec='-L$libdir'
7476 hardcode_minus_L=yes
7477 fi
d7040cdb 7478
dabbade6
L
7479 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7480 # that the semantics of dynamic libraries on AmigaOS, at least up
7481 # to version 4, is to share data among multiple programs linked
7482 # with the same dynamic library. Since this doesn't match the
7483 # behavior of shared libraries on other platforms, we can't use
7484 # them.
7485 ld_shlibs=no
7486 ;;
d7040cdb 7487
dabbade6
L
7488 beos*)
7489 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7490 allow_undefined_flag=unsupported
7491 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7492 # support --undefined. This deserves some investigation. FIXME
7493 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7494 else
7495 ld_shlibs=no
7496 fi
7497 ;;
d7040cdb 7498
dabbade6
L
7499 cygwin* | mingw* | pw32*)
7500 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7501 # as there is no search path for DLLs.
7502 hardcode_libdir_flag_spec='-L$libdir'
7503 allow_undefined_flag=unsupported
7504 always_export_symbols=no
7505 enable_shared_with_static_runtimes=yes
7506 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 7507
dabbade6
L
7508 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7509 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7510 # If the export-symbols file already is a .def file (1st line
7511 # is EXPORTS), use it as is; otherwise, prepend...
7512 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7513 cp $export_symbols $output_objdir/$soname.def;
7514 else
7515 echo EXPORTS > $output_objdir/$soname.def;
7516 cat $export_symbols >> $output_objdir/$soname.def;
7517 fi~
7518 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7519 else
7520 ld_shlibs=no
7521 fi
7522 ;;
d7040cdb 7523
dabbade6
L
7524 interix[3-9]*)
7525 hardcode_direct=no
7526 hardcode_shlibpath_var=no
7527 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7528 export_dynamic_flag_spec='${wl}-E'
7529 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7530 # Instead, shared libraries are loaded at an image base (0x10000000 by
7531 # default) and relocated if they conflict, which is a slow very memory
7532 # consuming and fragmenting process. To avoid this, we pick a random,
7533 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7534 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7535 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7536 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7537 ;;
d7040cdb 7538
dabbade6
L
7539 gnu* | linux* | tpf* | k*bsd*-gnu)
7540 tmp_diet=no
7541 if test "$host_os" = linux-dietlibc; then
7542 case $cc_basename in
7543 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
7544 esac
7545 fi
7546 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
7547 && test "$tmp_diet" = no
7548 then
7549 tmp_addflag=
7550 case $cc_basename,$host_cpu in
7551 pgcc*) # Portland Group C compiler
7552 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7553 tmp_addflag=' $pic_flag'
7554 ;;
7555 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
7556 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7557 tmp_addflag=' $pic_flag -Mnomain' ;;
7558 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
7559 tmp_addflag=' -i_dynamic' ;;
7560 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
7561 tmp_addflag=' -i_dynamic -nofor_main' ;;
7562 ifc* | ifort*) # Intel Fortran compiler
7563 tmp_addflag=' -nofor_main' ;;
7564 esac
7565 case `$CC -V 2>&1 | sed 5q` in
7566 *Sun\ C*) # Sun C 5.9
7567 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7568 compiler_needs_object=yes
7569 tmp_sharedflag='-G' ;;
7570 *Sun\ F*) # Sun Fortran 8.3
7571 tmp_sharedflag='-G' ;;
7572 *)
7573 tmp_sharedflag='-shared' ;;
7574 esac
7575 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 7576
dabbade6
L
7577 if test "x$supports_anon_versioning" = xyes; then
7578 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
7579 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7580 echo "local: *; };" >> $output_objdir/$libname.ver~
7581 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7582 fi
7583 else
7584 ld_shlibs=no
7585 fi
7586 ;;
d7040cdb 7587
dabbade6
L
7588 netbsd*)
7589 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7590 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7591 wlarc=
7592 else
7593 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7594 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7595 fi
7596 ;;
d7040cdb 7597
dabbade6
L
7598 solaris*)
7599 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
7600 ld_shlibs=no
7601 cat <<_LT_EOF 1>&2
d7040cdb 7602
dabbade6
L
7603*** Warning: The releases 2.8.* of the GNU linker cannot reliably
7604*** create shared libraries on Solaris systems. Therefore, libtool
7605*** is disabling shared libraries support. We urge you to upgrade GNU
7606*** binutils to release 2.9.1 or newer. Another option is to modify
7607*** your PATH or compiler configuration so that the native linker is
7608*** used, and then restart.
d7040cdb 7609
dabbade6
L
7610_LT_EOF
7611 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7612 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7613 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7614 else
7615 ld_shlibs=no
7616 fi
7617 ;;
d7040cdb 7618
dabbade6
L
7619 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
7620 case `$LD -v 2>&1` in
7621 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
7622 ld_shlibs=no
7623 cat <<_LT_EOF 1>&2
d7040cdb 7624
dabbade6
L
7625*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
7626*** reliably create shared libraries on SCO systems. Therefore, libtool
7627*** is disabling shared libraries support. We urge you to upgrade GNU
7628*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
7629*** your PATH or compiler configuration so that the native linker is
7630*** used, and then restart.
d7040cdb 7631
dabbade6
L
7632_LT_EOF
7633 ;;
7634 *)
7635 # For security reasons, it is highly recommended that you always
7636 # use absolute paths for naming shared libraries, and exclude the
7637 # DT_RUNPATH tag from executables and libraries. But doing so
7638 # requires that you compile everything twice, which is a pain.
7639 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7640 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7641 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7642 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7643 else
7644 ld_shlibs=no
7645 fi
7646 ;;
7647 esac
7648 ;;
d7040cdb 7649
dabbade6
L
7650 sunos4*)
7651 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7652 wlarc=
7653 hardcode_direct=yes
7654 hardcode_shlibpath_var=no
7655 ;;
d7040cdb 7656
dabbade6
L
7657 *)
7658 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7659 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7660 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7661 else
7662 ld_shlibs=no
7663 fi
7664 ;;
7665 esac
d7040cdb 7666
dabbade6
L
7667 if test "$ld_shlibs" = no; then
7668 runpath_var=
7669 hardcode_libdir_flag_spec=
7670 export_dynamic_flag_spec=
7671 whole_archive_flag_spec=
7672 fi
7673 else
7674 # PORTME fill in a description of your system's linker (not GNU ld)
7675 case $host_os in
7676 aix3*)
7677 allow_undefined_flag=unsupported
7678 always_export_symbols=yes
7679 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
7680 # Note: this linker hardcodes the directories in LIBPATH if there
7681 # are no directories specified by -L.
7682 hardcode_minus_L=yes
7683 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
7684 # Neither direct hardcoding nor static linking is supported with a
7685 # broken collect2.
7686 hardcode_direct=unsupported
7687 fi
7688 ;;
d7040cdb 7689
dabbade6
L
7690 aix4* | aix5*)
7691 if test "$host_cpu" = ia64; then
7692 # On IA64, the linker does run time linking by default, so we don't
7693 # have to do anything special.
7694 aix_use_runtimelinking=no
7695 exp_sym_flag='-Bexport'
7696 no_entry_flag=""
7697 else
7698 # If we're using GNU nm, then we don't want the "-C" option.
7699 # -C means demangle to AIX nm, but means don't demangle with GNU nm
7700 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
7701 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
7702 else
7703 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
7704 fi
7705 aix_use_runtimelinking=no
d7040cdb 7706
dabbade6
L
7707 # Test if we are trying to use run time linking or normal
7708 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7709 # need to do runtime linking.
7710 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
7711 for ld_flag in $LDFLAGS; do
7712 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
7713 aix_use_runtimelinking=yes
7714 break
7715 fi
7716 done
7717 ;;
7718 esac
d7040cdb 7719
dabbade6
L
7720 exp_sym_flag='-bexport'
7721 no_entry_flag='-bnoentry'
7722 fi
d7040cdb 7723
dabbade6
L
7724 # When large executables or shared objects are built, AIX ld can
7725 # have problems creating the table of contents. If linking a library
7726 # or program results in "error TOC overflow" add -mminimal-toc to
7727 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
7728 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 7729
dabbade6
L
7730 archive_cmds=''
7731 hardcode_direct=yes
7732 hardcode_direct_absolute=yes
7733 hardcode_libdir_separator=':'
7734 link_all_deplibs=yes
7735 file_list_spec='${wl}-f,'
d7040cdb 7736
dabbade6
L
7737 if test "$GCC" = yes; then
7738 case $host_os in aix4.[012]|aix4.[012].*)
7739 # We only want to do this on AIX 4.2 and lower, the check
7740 # below for broken collect2 doesn't work under 4.3+
7741 collect2name=`${CC} -print-prog-name=collect2`
7742 if test -f "$collect2name" &&
7743 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
7744 then
7745 # We have reworked collect2
7746 :
7747 else
7748 # We have old collect2
7749 hardcode_direct=unsupported
7750 # It fails to find uninstalled libraries when the uninstalled
7751 # path is not listed in the libpath. Setting hardcode_minus_L
7752 # to unsupported forces relinking
7753 hardcode_minus_L=yes
7754 hardcode_libdir_flag_spec='-L$libdir'
7755 hardcode_libdir_separator=
7756 fi
7757 ;;
7758 esac
7759 shared_flag='-shared'
7760 if test "$aix_use_runtimelinking" = yes; then
7761 shared_flag="$shared_flag "'${wl}-G'
7762 fi
7763 else
7764 # not using gcc
7765 if test "$host_cpu" = ia64; then
7766 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
7767 # chokes on -Wl,-G. The following line is correct:
7768 shared_flag='-G'
7769 else
7770 if test "$aix_use_runtimelinking" = yes; then
7771 shared_flag='${wl}-G'
7772 else
7773 shared_flag='${wl}-bM:SRE'
7774 fi
7775 fi
7776 fi
d7040cdb 7777
dabbade6
L
7778 # It seems that -bexpall does not export symbols beginning with
7779 # underscore (_), so it is better to generate a list of symbols to export.
7780 always_export_symbols=yes
7781 if test "$aix_use_runtimelinking" = yes; then
7782 # Warning - without using the other runtime loading flags (-brtl),
7783 # -berok will link without error, but may produce a broken library.
7784 allow_undefined_flag='-berok'
7785 # Determine the default libpath from the value encoded in an
7786 # empty executable.
7787 cat >conftest.$ac_ext <<_ACEOF
7788/* confdefs.h. */
7789_ACEOF
7790cat confdefs.h >>conftest.$ac_ext
7791cat >>conftest.$ac_ext <<_ACEOF
7792/* end confdefs.h. */
d7040cdb 7793
dabbade6
L
7794int
7795main ()
7796{
d7040cdb 7797
dabbade6
L
7798 ;
7799 return 0;
7800}
7801_ACEOF
7802rm -f conftest.$ac_objext conftest$ac_exeext
7803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7804 (eval $ac_link) 2>conftest.er1
7805 ac_status=$?
7806 grep -v '^ *+' conftest.er1 >conftest.err
7807 rm -f conftest.er1
7808 cat conftest.err >&5
7809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7810 (exit $ac_status); } &&
7811 { ac_try='test -z "$ac_c_werror_flag"
7812 || test ! -s conftest.err'
7813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7814 (eval $ac_try) 2>&5
7815 ac_status=$?
7816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7817 (exit $ac_status); }; } &&
7818 { ac_try='test -s conftest$ac_exeext'
7819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7820 (eval $ac_try) 2>&5
7821 ac_status=$?
7822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7823 (exit $ac_status); }; }; then
d7040cdb 7824
dabbade6
L
7825lt_aix_libpath_sed='
7826 /Import File Strings/,/^$/ {
7827 /^0/ {
7828 s/^0 *\(.*\)$/\1/
7829 p
7830 }
7831 }'
7832aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7833# Check for a 64-bit object if we didn't find anything.
7834if test -z "$aix_libpath"; then
7835 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7836fi
7837else
7838 echo "$as_me: failed program was:" >&5
7839sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 7840
dabbade6
L
7841fi
7842rm -f conftest.err conftest.$ac_objext \
7843 conftest$ac_exeext conftest.$ac_ext
7844if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 7845
dabbade6
L
7846 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
7847 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
7848 else
7849 if test "$host_cpu" = ia64; then
7850 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
7851 allow_undefined_flag="-z nodefs"
7852 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
7853 else
7854 # Determine the default libpath from the value encoded in an
7855 # empty executable.
7856 cat >conftest.$ac_ext <<_ACEOF
7857/* confdefs.h. */
7858_ACEOF
7859cat confdefs.h >>conftest.$ac_ext
7860cat >>conftest.$ac_ext <<_ACEOF
7861/* end confdefs.h. */
d7040cdb 7862
dabbade6
L
7863int
7864main ()
7865{
d7040cdb 7866
dabbade6
L
7867 ;
7868 return 0;
7869}
7870_ACEOF
7871rm -f conftest.$ac_objext conftest$ac_exeext
7872if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7873 (eval $ac_link) 2>conftest.er1
7874 ac_status=$?
7875 grep -v '^ *+' conftest.er1 >conftest.err
7876 rm -f conftest.er1
7877 cat conftest.err >&5
7878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7879 (exit $ac_status); } &&
7880 { ac_try='test -z "$ac_c_werror_flag"
7881 || test ! -s conftest.err'
7882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7883 (eval $ac_try) 2>&5
7884 ac_status=$?
7885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7886 (exit $ac_status); }; } &&
7887 { ac_try='test -s conftest$ac_exeext'
7888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7889 (eval $ac_try) 2>&5
7890 ac_status=$?
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); }; }; then
d7040cdb 7893
dabbade6
L
7894lt_aix_libpath_sed='
7895 /Import File Strings/,/^$/ {
7896 /^0/ {
7897 s/^0 *\(.*\)$/\1/
7898 p
7899 }
7900 }'
7901aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7902# Check for a 64-bit object if we didn't find anything.
7903if test -z "$aix_libpath"; then
7904 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7905fi
7906else
7907 echo "$as_me: failed program was:" >&5
7908sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 7909
dabbade6
L
7910fi
7911rm -f conftest.err conftest.$ac_objext \
7912 conftest$ac_exeext conftest.$ac_ext
7913if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 7914
dabbade6
L
7915 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
7916 # Warning - without using the other run time loading flags,
7917 # -berok will link without error, but may produce a broken library.
7918 no_undefined_flag=' ${wl}-bernotok'
7919 allow_undefined_flag=' ${wl}-berok'
7920 # Exported symbols can be pulled into shared objects from archives
7921 whole_archive_flag_spec='$convenience'
7922 archive_cmds_need_lc=yes
7923 # This is similar to how AIX traditionally builds its shared libraries.
7924 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
7925 fi
7926 fi
7927 ;;
d7040cdb 7928
dabbade6
L
7929 amigaos*)
7930 if test "$host_cpu" = m68k; then
7931 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7932 hardcode_libdir_flag_spec='-L$libdir'
7933 hardcode_minus_L=yes
7934 fi
7935 # see comment about different semantics on the GNU ld section
7936 ld_shlibs=no
7937 ;;
d7040cdb 7938
dabbade6
L
7939 bsdi[45]*)
7940 export_dynamic_flag_spec=-rdynamic
7941 ;;
d7040cdb 7942
dabbade6
L
7943 cygwin* | mingw* | pw32*)
7944 # When not using gcc, we currently assume that we are using
7945 # Microsoft Visual C++.
7946 # hardcode_libdir_flag_spec is actually meaningless, as there is
7947 # no search path for DLLs.
7948 hardcode_libdir_flag_spec=' '
7949 allow_undefined_flag=unsupported
7950 # Tell ltmain to make .lib files, not .a files.
7951 libext=lib
7952 # Tell ltmain to make .dll files, not .so files.
7953 shrext_cmds=".dll"
7954 # FIXME: Setting linknames here is a bad hack.
7955 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
7956 # The linker will automatically build a .lib file if we build a DLL.
7957 old_archive_from_new_cmds='true'
7958 # FIXME: Should let the user specify the lib program.
7959 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
7960 fix_srcfile_path='`cygpath -w "$srcfile"`'
7961 enable_shared_with_static_runtimes=yes
7962 ;;
d7040cdb 7963
dabbade6
L
7964 darwin* | rhapsody*)
7965 case $host_os in
7966 rhapsody* | darwin1.[012])
7967 allow_undefined_flag='${wl}-undefined ${wl}suppress'
7968 ;;
7969 *) # Darwin 1.3 on
7970 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
7971 10.[012])
7972 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7973 ;;
7974 10.*)
7975 allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
7976 ;;
7977 esac
7978 ;;
7979 esac
7980 archive_cmds_need_lc=no
7981 hardcode_direct=no
7982 hardcode_automatic=yes
7983 hardcode_shlibpath_var=unsupported
7984 whole_archive_flag_spec=''
7985 link_all_deplibs=yes
7986 if test "$GCC" = yes ; then
7987 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7988 echo $ECHO_N "(cached) $ECHO_C" >&6
7989else
7990 lt_cv_apple_cc_single_mod=no
7991 if test -z "${LT_MULTI_MODULE}"; then
7992 # By default we will add the -single_module flag. You can override
7993 # by either setting the environment variable LT_MULTI_MODULE
7994 # non-empty at configure time, or by adding -multi-module to the
7995 # link flags.
7996 echo "int foo(void){return 1;}" > conftest.c
7997 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7998 -dynamiclib ${wl}-single_module conftest.c
7999 if test -f libconftest.dylib; then
8000 lt_cv_apple_cc_single_mod=yes
8001 rm libconftest.dylib
8002 fi
8003 rm conftest.$ac_ext
8004 fi
8005fi
d7040cdb 8006
dabbade6
L
8007 output_verbose_link_cmd=echo
8008 if test "X$lt_cv_apple_cc_single_mod" = Xyes ; then
8009 archive_cmds='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8010 archive_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8011 else
8012 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8013 archive_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8014 fi
8015 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8016 module_expsym_cmds='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8017 else
8018 case $cc_basename in
8019 xlc*)
8020 output_verbose_link_cmd=echo
8021 archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
8022 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8023 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8024 archive_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8025 module_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8026 ;;
8027 *)
8028 ld_shlibs=no
8029 ;;
8030 esac
8031 fi
8032 ;;
d7040cdb 8033
dabbade6
L
8034 dgux*)
8035 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8036 hardcode_libdir_flag_spec='-L$libdir'
8037 hardcode_shlibpath_var=no
8038 ;;
d7040cdb 8039
dabbade6
L
8040 freebsd1*)
8041 ld_shlibs=no
8042 ;;
d7040cdb 8043
dabbade6
L
8044 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8045 # support. Future versions do this automatically, but an explicit c++rt0.o
8046 # does not break anything, and helps significantly (at the cost of a little
8047 # extra space).
8048 freebsd2.2*)
8049 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8050 hardcode_libdir_flag_spec='-R$libdir'
8051 hardcode_direct=yes
8052 hardcode_shlibpath_var=no
8053 ;;
d7040cdb 8054
dabbade6
L
8055 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8056 freebsd2*)
8057 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8058 hardcode_direct=yes
8059 hardcode_minus_L=yes
8060 hardcode_shlibpath_var=no
8061 ;;
d7040cdb 8062
dabbade6
L
8063 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8064 freebsd* | dragonfly*)
8065 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8066 hardcode_libdir_flag_spec='-R$libdir'
8067 hardcode_direct=yes
8068 hardcode_shlibpath_var=no
8069 ;;
d7040cdb 8070
dabbade6
L
8071 hpux9*)
8072 if test "$GCC" = yes; then
8073 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8074 else
8075 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8076 fi
8077 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8078 hardcode_libdir_separator=:
8079 hardcode_direct=yes
d7040cdb 8080
dabbade6
L
8081 # hardcode_minus_L: Not really in the search PATH,
8082 # but as the default location of the library.
8083 hardcode_minus_L=yes
8084 export_dynamic_flag_spec='${wl}-E'
8085 ;;
d7040cdb 8086
dabbade6
L
8087 hpux10*)
8088 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8089 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8090 else
8091 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8092 fi
8093 if test "$with_gnu_ld" = no; then
8094 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8095 hardcode_libdir_flag_spec_ld='+b $libdir'
8096 hardcode_libdir_separator=:
8097 hardcode_direct=yes
8098 hardcode_direct_absolute=yes
8099 export_dynamic_flag_spec='${wl}-E'
8100 # hardcode_minus_L: Not really in the search PATH,
8101 # but as the default location of the library.
8102 hardcode_minus_L=yes
8103 fi
8104 ;;
d7040cdb 8105
dabbade6
L
8106 hpux11*)
8107 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8108 case $host_cpu in
8109 hppa*64*)
8110 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8111 ;;
8112 ia64*)
8113 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8114 ;;
8115 *)
8116 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8117 ;;
8118 esac
8119 else
8120 case $host_cpu in
8121 hppa*64*)
8122 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8123 ;;
8124 ia64*)
8125 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8126 ;;
8127 *)
8128 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8129 ;;
8130 esac
8131 fi
8132 if test "$with_gnu_ld" = no; then
8133 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8134 hardcode_libdir_separator=:
d7040cdb 8135
dabbade6
L
8136 case $host_cpu in
8137 hppa*64*|ia64*)
8138 hardcode_direct=no
8139 hardcode_shlibpath_var=no
8140 ;;
8141 *)
8142 hardcode_direct=yes
8143 hardcode_direct_absolute=yes
8144 export_dynamic_flag_spec='${wl}-E'
d7040cdb 8145
dabbade6
L
8146 # hardcode_minus_L: Not really in the search PATH,
8147 # but as the default location of the library.
8148 hardcode_minus_L=yes
8149 ;;
8150 esac
8151 fi
8152 ;;
d7040cdb 8153
dabbade6
L
8154 irix5* | irix6* | nonstopux*)
8155 if test "$GCC" = yes; then
8156 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8157 # Try to use the -exported_symbol ld option, if it does not
8158 # work, assume that -exports_file does not work either and
8159 # implicitly export all symbols.
8160 save_LDFLAGS="$LDFLAGS"
8161 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8162 cat >conftest.$ac_ext <<_ACEOF
8163int foo(void) {}
8164_ACEOF
8165rm -f conftest.$ac_objext conftest$ac_exeext
8166if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8167 (eval $ac_link) 2>conftest.er1
8168 ac_status=$?
8169 grep -v '^ *+' conftest.er1 >conftest.err
8170 rm -f conftest.er1
8171 cat conftest.err >&5
8172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8173 (exit $ac_status); } &&
8174 { ac_try='test -z "$ac_c_werror_flag"
8175 || test ! -s conftest.err'
8176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8177 (eval $ac_try) 2>&5
8178 ac_status=$?
8179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8180 (exit $ac_status); }; } &&
8181 { ac_try='test -s conftest$ac_exeext'
8182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8183 (eval $ac_try) 2>&5
8184 ac_status=$?
8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8186 (exit $ac_status); }; }; then
8187 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
d7040cdb 8188
d7040cdb 8189else
dabbade6
L
8190 echo "$as_me: failed program was:" >&5
8191sed 's/^/| /' conftest.$ac_ext >&5
8192
d7040cdb 8193fi
dabbade6
L
8194rm -f conftest.err conftest.$ac_objext \
8195 conftest$ac_exeext conftest.$ac_ext
8196 LDFLAGS="$save_LDFLAGS"
8197 else
8198 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8199 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8200 fi
8201 archive_cmds_need_lc='no'
8202 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8203 hardcode_libdir_separator=:
8204 inherit_rpath=yes
8205 link_all_deplibs=yes
8206 ;;
d7040cdb 8207
dabbade6
L
8208 netbsd*)
8209 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8210 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8211 else
8212 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8213 fi
8214 hardcode_libdir_flag_spec='-R$libdir'
8215 hardcode_direct=yes
8216 hardcode_shlibpath_var=no
8217 ;;
d7040cdb 8218
dabbade6
L
8219 newsos6)
8220 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8221 hardcode_direct=yes
8222 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8223 hardcode_libdir_separator=:
8224 hardcode_shlibpath_var=no
8225 ;;
d7040cdb 8226
dabbade6
L
8227 *nto* | *qnx*)
8228 ;;
d7040cdb 8229
dabbade6
L
8230 openbsd*)
8231 hardcode_direct=yes
8232 hardcode_shlibpath_var=no
8233 hardcode_direct_absolute=yes
8234 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8235 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8236 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8237 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8238 export_dynamic_flag_spec='${wl}-E'
d7040cdb 8239 else
dabbade6
L
8240 case $host_os in
8241 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8242 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8243 hardcode_libdir_flag_spec='-R$libdir'
8244 ;;
8245 *)
8246 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8247 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8248 ;;
8249 esac
d7040cdb
SE
8250 fi
8251 ;;
d7040cdb 8252
dabbade6
L
8253 os2*)
8254 hardcode_libdir_flag_spec='-L$libdir'
8255 hardcode_minus_L=yes
8256 allow_undefined_flag=unsupported
8257 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8258 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8259 ;;
d7040cdb 8260
dabbade6
L
8261 osf3*)
8262 if test "$GCC" = yes; then
8263 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8264 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8265 else
8266 allow_undefined_flag=' -expect_unresolved \*'
8267 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8268 fi
8269 archive_cmds_need_lc='no'
8270 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8271 hardcode_libdir_separator=:
8272 ;;
d7040cdb 8273
dabbade6
L
8274 osf4* | osf5*) # as osf3* with the addition of -msym flag
8275 if test "$GCC" = yes; then
8276 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8277 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8278 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8279 else
8280 allow_undefined_flag=' -expect_unresolved \*'
8281 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8282 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8283 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
d7040cdb 8284
dabbade6
L
8285 # Both c and cxx compiler support -rpath directly
8286 hardcode_libdir_flag_spec='-rpath $libdir'
8287 fi
8288 archive_cmds_need_lc='no'
8289 hardcode_libdir_separator=:
8290 ;;
d7040cdb 8291
dabbade6
L
8292 solaris*)
8293 no_undefined_flag=' -z defs'
8294 if test "$GCC" = yes; then
8295 wlarc='${wl}'
8296 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8297 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8298 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8299 else
8300 case `$CC -V 2>&1` in
8301 *"Compilers 5.0"*)
8302 wlarc=''
8303 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8304 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8305 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8306 ;;
8307 *)
8308 wlarc='${wl}'
8309 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8310 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8311 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8312 ;;
8313 esac
8314 fi
8315 hardcode_libdir_flag_spec='-R$libdir'
8316 hardcode_shlibpath_var=no
8317 case $host_os in
8318 solaris2.[0-5] | solaris2.[0-5].*) ;;
8319 *)
8320 # The compiler driver will combine and reorder linker options,
8321 # but understands `-z linker_flag'. GCC discards it without `$wl',
8322 # but is careful enough not to reorder.
8323 # Supported since Solaris 2.6 (maybe 2.5.1?)
8324 if test "$GCC" = yes; then
8325 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8326 else
8327 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8328 fi
8329 ;;
8330 esac
8331 link_all_deplibs=yes
d7040cdb 8332 ;;
dabbade6
L
8333
8334 sunos4*)
8335 if test "x$host_vendor" = xsequent; then
8336 # Use $CC to link under sequent, because it throws in some extra .o
8337 # files that make .init and .fini sections work.
8338 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 8339 else
dabbade6 8340 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 8341 fi
dabbade6
L
8342 hardcode_libdir_flag_spec='-L$libdir'
8343 hardcode_direct=yes
8344 hardcode_minus_L=yes
8345 hardcode_shlibpath_var=no
d7040cdb 8346 ;;
dabbade6
L
8347
8348 sysv4)
8349 case $host_vendor in
8350 sni)
8351 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8352 hardcode_direct=yes # is this really true???
8353 ;;
8354 siemens)
8355 ## LD is ld it makes a PLAMLIB
8356 ## CC just makes a GrossModule.
8357 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8358 reload_cmds='$CC -r -o $output$reload_objs'
8359 hardcode_direct=no
8360 ;;
8361 motorola)
8362 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8363 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8364 ;;
8365 esac
8366 runpath_var='LD_RUN_PATH'
8367 hardcode_shlibpath_var=no
d7040cdb 8368 ;;
d7040cdb 8369
dabbade6
L
8370 sysv4.3*)
8371 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8372 hardcode_shlibpath_var=no
8373 export_dynamic_flag_spec='-Bexport'
8374 ;;
d7040cdb 8375
dabbade6
L
8376 sysv4*MP*)
8377 if test -d /usr/nec; then
8378 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8379 hardcode_shlibpath_var=no
8380 runpath_var=LD_RUN_PATH
8381 hardcode_runpath_var=yes
8382 ld_shlibs=yes
8383 fi
8384 ;;
d7040cdb 8385
dabbade6
L
8386 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8387 no_undefined_flag='${wl}-z,text'
8388 archive_cmds_need_lc=no
8389 hardcode_shlibpath_var=no
8390 runpath_var='LD_RUN_PATH'
d7040cdb 8391
dabbade6
L
8392 if test "$GCC" = yes; then
8393 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8394 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8395 else
8396 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8397 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8398 fi
8399 ;;
d7040cdb 8400
dabbade6
L
8401 sysv5* | sco3.2v5* | sco5v6*)
8402 # Note: We can NOT use -z defs as we might desire, because we do not
8403 # link with -lc, and that would cause any symbols used from libc to
8404 # always be unresolved, which means just about no library would
8405 # ever link correctly. If we're not using GNU ld we use -z text
8406 # though, which does catch some bad symbols but isn't as heavy-handed
8407 # as -z defs.
8408 no_undefined_flag='${wl}-z,text'
8409 allow_undefined_flag='${wl}-z,nodefs'
8410 archive_cmds_need_lc=no
8411 hardcode_shlibpath_var=no
8412 hardcode_libdir_flag_spec='${wl}-R,$libdir'
8413 hardcode_libdir_separator=':'
8414 link_all_deplibs=yes
8415 export_dynamic_flag_spec='${wl}-Bexport'
8416 runpath_var='LD_RUN_PATH'
d7040cdb 8417
dabbade6
L
8418 if test "$GCC" = yes; then
8419 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8420 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8421 else
8422 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8423 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8424 fi
d7040cdb 8425 ;;
d7040cdb 8426
dabbade6
L
8427 uts4*)
8428 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8429 hardcode_libdir_flag_spec='-L$libdir'
8430 hardcode_shlibpath_var=no
8431 ;;
d7040cdb 8432
dabbade6
L
8433 *)
8434 ld_shlibs=no
8435 ;;
8436 esac
8437
8438 if test x$host_vendor = xsni; then
8439 case $host in
8440 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8441 export_dynamic_flag_spec='${wl}-Blargedynsym'
8442 ;;
8443 esac
d7040cdb 8444 fi
dabbade6 8445 fi
d7040cdb 8446
dabbade6
L
8447echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8448echo "${ECHO_T}$ld_shlibs" >&6
8449test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 8450
dabbade6 8451with_gnu_ld=$with_gnu_ld
d7040cdb 8452
d7040cdb 8453
d7040cdb 8454
d7040cdb 8455
d7040cdb 8456
d7040cdb 8457
d7040cdb 8458
d7040cdb 8459
d7040cdb 8460
d7040cdb 8461
d7040cdb 8462
d7040cdb 8463
d7040cdb 8464
d7040cdb 8465
d7040cdb 8466
dabbade6
L
8467#
8468# Do we need to explicitly link libc?
8469#
8470case "x$archive_cmds_need_lc" in
8471x|xyes)
8472 # Assume -lc should be added
8473 archive_cmds_need_lc=yes
d7040cdb 8474
dabbade6
L
8475 if test "$enable_shared" = yes && test "$GCC" = yes; then
8476 case $archive_cmds in
8477 *'~'*)
8478 # FIXME: we may have to deal with multi-command sequences.
8479 ;;
8480 '$CC '*)
8481 # Test whether the compiler implicitly links with -lc since on some
8482 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8483 # to ld, don't add -lc before -lgcc.
8484 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8485echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8486 $RM conftest*
8487 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8488
dabbade6
L
8489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8490 (eval $ac_compile) 2>&5
8491 ac_status=$?
8492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8493 (exit $ac_status); } 2>conftest.err; then
8494 soname=conftest
8495 lib=conftest
8496 libobjs=conftest.$ac_objext
8497 deplibs=
8498 wl=$lt_prog_compiler_wl
8499 pic_flag=$lt_prog_compiler_pic
8500 compiler_flags=-v
8501 linker_flags=-v
8502 verstring=
8503 output_objdir=.
8504 libname=conftest
8505 lt_save_allow_undefined_flag=$allow_undefined_flag
8506 allow_undefined_flag=
8507 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8508 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8509 ac_status=$?
8510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8511 (exit $ac_status); }
8512 then
8513 archive_cmds_need_lc=no
8514 else
8515 archive_cmds_need_lc=yes
8516 fi
8517 allow_undefined_flag=$lt_save_allow_undefined_flag
8518 else
8519 cat conftest.err 1>&5
8520 fi
8521 $RM conftest*
8522 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8523echo "${ECHO_T}$archive_cmds_need_lc" >&6
8524 ;;
8525 esac
d7040cdb 8526 fi
d7040cdb 8527 ;;
dabbade6 8528esac
d7040cdb 8529
d7040cdb 8530
d7040cdb 8531
d7040cdb 8532
d7040cdb 8533
d7040cdb 8534
d7040cdb 8535
d7040cdb
SE
8536
8537
8538
8539
8540
8541
8542
8543
8544
8545
8546
8547
8548
8549
8550
8551
8552
8553
8554
8555
8556
8557
8558
8559
8560
8561
8562
8563
8564
8565
8566
8567
8568
8569
8570
8571
8572
8573
8574
8575
8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
8617
8618
8619
8620
8621
8622
d7040cdb 8623
d7040cdb 8624
d7040cdb
SE
8625
8626
8627
8628
8629
8630
d7040cdb 8631
d7040cdb 8632
d7040cdb 8633
d7040cdb 8634
d7040cdb 8635
d7040cdb 8636
d7040cdb 8637
d7040cdb 8638
d7040cdb 8639
d7040cdb 8640
d7040cdb 8641
d7040cdb 8642
d7040cdb 8643
d7040cdb 8644
d7040cdb 8645
d7040cdb 8646
d7040cdb 8647
d7040cdb 8648
d7040cdb 8649
d7040cdb 8650
d7040cdb 8651
d7040cdb 8652
d7040cdb 8653
d7040cdb 8654
dabbade6
L
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
8678
8679
8680
8681
8682
8683
8684
8685
8686 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8687echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
8688withGCC=$GCC
8689if test "$withGCC" = yes; then
8690 case $host_os in
8691 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
8692 *) lt_awk_arg="/^libraries:/" ;;
8693 esac
8694 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8695 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
8696 # if the path contains ";" then we assume it to be the separator
8697 # otherwise default to the standard path separator (i.e. ":") - it is
8698 # assumed that no part of a normal pathname contains ";" but that should
8699 # okay in the real world where ";" in dirpaths is itself problematic.
8700 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8701 else
8702 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8703 fi
8704 # Ok, now we have the path, separated by spaces, we can step through it
8705 # and add multilib dir if necessary.
8706 lt_tmp_lt_search_path_spec=
8707 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8708 for lt_sys_path in $lt_search_path_spec; do
8709 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8710 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8711 else
8712 test -d "$lt_sys_path" && \
8713 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
8714 fi
8715 done
8716 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8717BEGIN {RS=" "; FS="/|\n";} {
8718 lt_foo="";
8719 lt_count=0;
8720 for (lt_i = NF; lt_i > 0; lt_i--) {
8721 if ($lt_i != "" && $lt_i != ".") {
8722 if ($lt_i == "..") {
8723 lt_count++;
8724 } else {
8725 if (lt_count == 0) {
8726 lt_foo="/" $lt_i lt_foo;
8727 } else {
8728 lt_count--;
8729 }
8730 }
8731 }
8732 }
8733 if (lt_foo != "") { lt_freq[lt_foo]++; }
8734 if (lt_freq[lt_foo] == 1) { print lt_foo; }
8735}'`
8736 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
d7040cdb 8737else
dabbade6
L
8738 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
8739fi
8740library_names_spec=
8741libname_spec='lib$name'
8742soname_spec=
8743shrext_cmds=".so"
8744postinstall_cmds=
8745postuninstall_cmds=
8746finish_cmds=
8747finish_eval=
8748shlibpath_var=
8749shlibpath_overrides_runpath=unknown
8750version_type=none
8751dynamic_linker="$host_os ld.so"
8752sys_lib_dlsearch_path_spec="/lib /usr/lib"
8753need_lib_prefix=unknown
8754hardcode_into_libs=no
8755
8756# when you set need_version to no, make sure it does not cause -set_version
8757# flags to be left without arguments
8758need_version=unknown
8759
8760case $host_os in
8761aix3*)
8762 version_type=linux
8763 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
8764 shlibpath_var=LIBPATH
8765
8766 # AIX 3 has no versioning support, so we append a major version to the name.
8767 soname_spec='${libname}${release}${shared_ext}$major'
8768 ;;
8769
8770aix4* | aix5*)
8771 version_type=linux
8772 need_lib_prefix=no
8773 need_version=no
8774 hardcode_into_libs=yes
8775 if test "$host_cpu" = ia64; then
8776 # AIX 5 supports IA64
8777 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
8778 shlibpath_var=LD_LIBRARY_PATH
8779 else
8780 # With GCC up to 2.95.x, collect2 would create an import file
8781 # for dependence libraries. The import file would start with
8782 # the line `#! .'. This would cause the generated library to
8783 # depend on `.', always an invalid library. This was fixed in
8784 # development snapshots of GCC prior to 3.0.
8785 case $host_os in
8786 aix4 | aix4.[01] | aix4.[01].*)
8787 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
8788 echo ' yes '
8789 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
8790 :
8791 else
8792 can_build_shared=no
8793 fi
8794 ;;
8795 esac
8796 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
8797 # soname into executable. Probably we can add versioning support to
8798 # collect2, so additional links can be useful in future.
8799 if test "$aix_use_runtimelinking" = yes; then
8800 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
8801 # instead of lib<name>.a to let people know that these are not
8802 # typical AIX shared libraries.
8803 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8804 else
8805 # We preserve .a as extension for shared libraries through AIX4.2
8806 # and later when we are not doing run time linking.
8807 library_names_spec='${libname}${release}.a $libname.a'
8808 soname_spec='${libname}${release}${shared_ext}$major'
8809 fi
8810 shlibpath_var=LIBPATH
8811 fi
8812 ;;
8813
8814amigaos*)
8815 if test "$host_cpu" = m68k; then
8816 library_names_spec='$libname.ixlibrary $libname.a'
8817 # Create ${libname}_ixlibrary.a entries in /sys/libs.
8818 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'
8819 else
8820 dynamic_linker=no
8821 fi
8822 ;;
8823
8824beos*)
8825 library_names_spec='${libname}${shared_ext}'
8826 dynamic_linker="$host_os ld.so"
8827 shlibpath_var=LIBRARY_PATH
8828 ;;
8829
8830bsdi[45]*)
8831 version_type=linux
8832 need_version=no
8833 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8834 soname_spec='${libname}${release}${shared_ext}$major'
8835 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
8836 shlibpath_var=LD_LIBRARY_PATH
8837 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
8838 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
8839 # the default ld.so.conf also contains /usr/contrib/lib and
8840 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
8841 # libtool to hard-code these into programs
8842 ;;
8843
8844cygwin* | mingw* | pw32*)
8845 version_type=windows
8846 shrext_cmds=".dll"
8847 need_version=no
8848 need_lib_prefix=no
8849
8850 case $withGCC,$host_os in
8851 yes,cygwin* | yes,mingw* | yes,pw32*)
8852 library_names_spec='$libname.dll.a'
8853 # DLL is installed to $(libdir)/../bin by postinstall_cmds
8854 postinstall_cmds='base_file=`basename \${file}`~
8855 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
8856 dldir=$destdir/`dirname \$dlpath`~
8857 test -d \$dldir || mkdir -p \$dldir~
8858 $install_prog $dir/$dlname \$dldir/$dlname~
8859 chmod a+x \$dldir/$dlname~
8860 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
8861 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
8862 fi'
8863 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
8864 dlpath=$dir/\$dldll~
8865 $RM \$dlpath'
8866 shlibpath_overrides_runpath=yes
8867
8868 case $host_os in
8869 cygwin*)
8870 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
8871 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8872 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
8873 ;;
8874 mingw*)
8875 # MinGW DLLs use traditional 'lib' prefix
8876 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8877 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8878 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
8879 # It is most probably a Windows format PATH printed by
8880 # mingw gcc, but we are running on Cygwin. Gcc prints its search
8881 # path with ; separators, and with drive letters. We can handle the
8882 # drive letters (cygwin fileutils understands them), so leave them,
8883 # especially as we might pass files found there to a mingw objdump,
8884 # which wouldn't understand a cygwinified path. Ahh.
8885 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
8886 else
8887 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8888 fi
8889 ;;
8890 pw32*)
8891 # pw32 DLLs use 'pw' prefix rather than 'lib'
8892 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8893 ;;
8894 esac
8895 ;;
8896
8897 *)
8898 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
8899 ;;
8900 esac
8901 dynamic_linker='Win32 ld.exe'
8902 # FIXME: first we should search . and the directory the executable is in
8903 shlibpath_var=PATH
8904 ;;
8905
8906darwin* | rhapsody*)
8907 dynamic_linker="$host_os dyld"
8908 version_type=darwin
8909 need_lib_prefix=no
8910 need_version=no
8911 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
8912 soname_spec='${libname}${release}${major}$shared_ext'
8913 shlibpath_overrides_runpath=yes
8914 shlibpath_var=DYLD_LIBRARY_PATH
8915 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
8916
8917 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
8918 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
8919 ;;
8920
8921dgux*)
8922 version_type=linux
8923 need_lib_prefix=no
8924 need_version=no
8925 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
8926 soname_spec='${libname}${release}${shared_ext}$major'
8927 shlibpath_var=LD_LIBRARY_PATH
8928 ;;
8929
8930freebsd1*)
8931 dynamic_linker=no
8932 ;;
8933
8934freebsd* | dragonfly*)
8935 # DragonFly does not have aout. When/if they implement a new
8936 # versioning mechanism, adjust this.
8937 if test -x /usr/bin/objformat; then
8938 objformat=`/usr/bin/objformat`
8939 else
8940 case $host_os in
8941 freebsd[123]*) objformat=aout ;;
8942 *) objformat=elf ;;
8943 esac
8944 fi
8945 version_type=freebsd-$objformat
8946 case $version_type in
8947 freebsd-elf*)
8948 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
8949 need_version=no
8950 need_lib_prefix=no
8951 ;;
8952 freebsd-*)
8953 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
8954 need_version=yes
8955 ;;
8956 esac
8957 shlibpath_var=LD_LIBRARY_PATH
8958 case $host_os in
8959 freebsd2*)
8960 shlibpath_overrides_runpath=yes
8961 ;;
8962 freebsd3.[01]* | freebsdelf3.[01]*)
8963 shlibpath_overrides_runpath=yes
8964 hardcode_into_libs=yes
8965 ;;
8966 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
8967 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
8968 shlibpath_overrides_runpath=no
8969 hardcode_into_libs=yes
8970 ;;
8971 *) # from 4.6 on, and DragonFly
8972 shlibpath_overrides_runpath=yes
8973 hardcode_into_libs=yes
8974 ;;
8975 esac
8976 ;;
8977
8978gnu*)
8979 version_type=linux
8980 need_lib_prefix=no
8981 need_version=no
8982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
8983 soname_spec='${libname}${release}${shared_ext}$major'
8984 shlibpath_var=LD_LIBRARY_PATH
8985 hardcode_into_libs=yes
8986 ;;
8987
8988hpux9* | hpux10* | hpux11*)
8989 # Give a soname corresponding to the major version so that dld.sl refuses to
8990 # link against other versions.
8991 version_type=sunos
8992 need_lib_prefix=no
8993 need_version=no
8994 case $host_cpu in
8995 ia64*)
8996 shrext_cmds='.so'
8997 hardcode_into_libs=yes
8998 dynamic_linker="$host_os dld.so"
8999 shlibpath_var=LD_LIBRARY_PATH
9000 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9002 soname_spec='${libname}${release}${shared_ext}$major'
9003 if test "X$HPUX_IA64_MODE" = X32; then
9004 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9005 else
9006 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9007 fi
9008 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9009 ;;
9010 hppa*64*)
9011 shrext_cmds='.sl'
9012 hardcode_into_libs=yes
9013 dynamic_linker="$host_os dld.sl"
9014 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9015 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9017 soname_spec='${libname}${release}${shared_ext}$major'
9018 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9019 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9020 ;;
9021 *)
9022 shrext_cmds='.sl'
9023 dynamic_linker="$host_os dld.sl"
9024 shlibpath_var=SHLIB_PATH
9025 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9027 soname_spec='${libname}${release}${shared_ext}$major'
9028 ;;
9029 esac
9030 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9031 postinstall_cmds='chmod 555 $lib'
9032 ;;
9033
9034interix[3-9]*)
9035 version_type=linux
9036 need_lib_prefix=no
9037 need_version=no
9038 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9039 soname_spec='${libname}${release}${shared_ext}$major'
9040 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9041 shlibpath_var=LD_LIBRARY_PATH
9042 shlibpath_overrides_runpath=no
9043 hardcode_into_libs=yes
9044 ;;
9045
9046irix5* | irix6* | nonstopux*)
9047 case $host_os in
9048 nonstopux*) version_type=nonstopux ;;
9049 *)
9050 if test "$lt_cv_prog_gnu_ld" = yes; then
9051 version_type=linux
9052 else
9053 version_type=irix
9054 fi ;;
9055 esac
9056 need_lib_prefix=no
9057 need_version=no
9058 soname_spec='${libname}${release}${shared_ext}$major'
9059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9060 case $host_os in
9061 irix5* | nonstopux*)
9062 libsuff= shlibsuff=
9063 ;;
9064 *)
9065 case $LD in # libtool.m4 will add one of these switches to LD
9066 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9067 libsuff= shlibsuff= libmagic=32-bit;;
9068 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9069 libsuff=32 shlibsuff=N32 libmagic=N32;;
9070 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9071 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9072 *) libsuff= shlibsuff= libmagic=never-match;;
9073 esac
9074 ;;
9075 esac
9076 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9077 shlibpath_overrides_runpath=no
9078 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9079 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9080 hardcode_into_libs=yes
9081 ;;
9082
9083# No shared lib support for Linux oldld, aout, or coff.
9084linux*oldld* | linux*aout* | linux*coff*)
9085 dynamic_linker=no
9086 ;;
9087
9088# This must be Linux ELF.
9089linux* | k*bsd*-gnu)
9090 version_type=linux
9091 need_lib_prefix=no
9092 need_version=no
9093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9094 soname_spec='${libname}${release}${shared_ext}$major'
9095 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9096 shlibpath_var=LD_LIBRARY_PATH
9097 shlibpath_overrides_runpath=no
9098 # Some binutils ld are patched to set DT_RUNPATH
9099 save_LDFLAGS=$LDFLAGS
9100 save_libdir=$libdir
9101 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9102 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9103 cat >conftest.$ac_ext <<_ACEOF
d7040cdb
SE
9104/* confdefs.h. */
9105_ACEOF
9106cat confdefs.h >>conftest.$ac_ext
9107cat >>conftest.$ac_ext <<_ACEOF
9108/* end confdefs.h. */
9109
d7040cdb
SE
9110int
9111main ()
9112{
dabbade6 9113
d7040cdb
SE
9114 ;
9115 return 0;
9116}
9117_ACEOF
9118rm -f conftest.$ac_objext conftest$ac_exeext
9119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9120 (eval $ac_link) 2>conftest.er1
9121 ac_status=$?
9122 grep -v '^ *+' conftest.er1 >conftest.err
9123 rm -f conftest.er1
9124 cat conftest.err >&5
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); } &&
9127 { ac_try='test -z "$ac_c_werror_flag"
9128 || test ! -s conftest.err'
9129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9130 (eval $ac_try) 2>&5
9131 ac_status=$?
9132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9133 (exit $ac_status); }; } &&
9134 { ac_try='test -s conftest$ac_exeext'
9135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9136 (eval $ac_try) 2>&5
9137 ac_status=$?
9138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9139 (exit $ac_status); }; }; then
dabbade6
L
9140 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir"; then
9141 shlibpath_overrides_runpath=yes
9142fi
9143
d7040cdb
SE
9144else
9145 echo "$as_me: failed program was:" >&5
9146sed 's/^/| /' conftest.$ac_ext >&5
9147
d7040cdb
SE
9148fi
9149rm -f conftest.err conftest.$ac_objext \
9150 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
9151 LDFLAGS=$save_LDFLAGS
9152 libdir=$save_libdir
9153
9154 # This implies no fast_install, which is unacceptable.
9155 # Some rework will be needed to allow for fast_install
9156 # before this can be enabled.
9157 hardcode_into_libs=yes
9158
9159 # Append ld.so.conf contents to the search path
9160 if test -f /etc/ld.so.conf; then
9161 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9162 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9163 fi
9164
9165 # We used to test for /lib/ld.so.1 and disable shared libraries on
9166 # powerpc, because MkLinux only supported shared libraries with the
9167 # GNU dynamic linker. Since this was broken with cross compilers,
9168 # most powerpc-linux boxes support dynamic linking these days and
9169 # people can always --disable-shared, the test was removed, and we
9170 # assume the GNU/Linux dynamic linker is in use.
9171 dynamic_linker='GNU/Linux ld.so'
9172 ;;
9173
9174netbsd*)
9175 version_type=sunos
9176 need_lib_prefix=no
9177 need_version=no
9178 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9180 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9181 dynamic_linker='NetBSD (a.out) ld.so'
9182 else
9183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9184 soname_spec='${libname}${release}${shared_ext}$major'
9185 dynamic_linker='NetBSD ld.elf_so'
9186 fi
9187 shlibpath_var=LD_LIBRARY_PATH
9188 shlibpath_overrides_runpath=yes
9189 hardcode_into_libs=yes
9190 ;;
9191
9192newsos6)
9193 version_type=linux
9194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9195 shlibpath_var=LD_LIBRARY_PATH
9196 shlibpath_overrides_runpath=yes
9197 ;;
9198
9199*nto* | *qnx*)
9200 version_type=qnx
9201 need_lib_prefix=no
9202 need_version=no
9203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9204 soname_spec='${libname}${release}${shared_ext}$major'
9205 shlibpath_var=LD_LIBRARY_PATH
9206 shlibpath_overrides_runpath=no
9207 hardcode_into_libs=yes
9208 dynamic_linker='ldqnx.so'
9209 ;;
9210
9211openbsd*)
9212 version_type=sunos
9213 sys_lib_dlsearch_path_spec="/usr/lib"
9214 need_lib_prefix=no
9215 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9216 case $host_os in
9217 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9218 *) need_version=no ;;
9219 esac
9220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9221 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9222 shlibpath_var=LD_LIBRARY_PATH
9223 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9224 case $host_os in
9225 openbsd2.[89] | openbsd2.[89].*)
9226 shlibpath_overrides_runpath=no
9227 ;;
9228 *)
9229 shlibpath_overrides_runpath=yes
9230 ;;
9231 esac
9232 else
9233 shlibpath_overrides_runpath=yes
9234 fi
9235 ;;
9236
9237os2*)
9238 libname_spec='$name'
9239 shrext_cmds=".dll"
9240 need_lib_prefix=no
9241 library_names_spec='$libname${shared_ext} $libname.a'
9242 dynamic_linker='OS/2 ld.exe'
9243 shlibpath_var=LIBPATH
9244 ;;
9245
9246osf3* | osf4* | osf5*)
9247 version_type=osf
9248 need_lib_prefix=no
9249 need_version=no
9250 soname_spec='${libname}${release}${shared_ext}$major'
9251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9252 shlibpath_var=LD_LIBRARY_PATH
9253 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9254 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9255 ;;
9256
9257rdos*)
9258 dynamic_linker=no
9259 ;;
9260
9261solaris*)
9262 version_type=linux
9263 need_lib_prefix=no
9264 need_version=no
9265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9266 soname_spec='${libname}${release}${shared_ext}$major'
9267 shlibpath_var=LD_LIBRARY_PATH
9268 shlibpath_overrides_runpath=yes
9269 hardcode_into_libs=yes
9270 # ldd complains unless libraries are executable
9271 postinstall_cmds='chmod +x $lib'
9272 ;;
9273
9274sunos4*)
9275 version_type=sunos
9276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9277 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9278 shlibpath_var=LD_LIBRARY_PATH
9279 shlibpath_overrides_runpath=yes
9280 if test "$with_gnu_ld" = yes; then
9281 need_lib_prefix=no
9282 fi
9283 need_version=yes
9284 ;;
9285
9286sysv4 | sysv4.3*)
9287 version_type=linux
9288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9289 soname_spec='${libname}${release}${shared_ext}$major'
9290 shlibpath_var=LD_LIBRARY_PATH
9291 case $host_vendor in
9292 sni)
9293 shlibpath_overrides_runpath=no
9294 need_lib_prefix=no
9295 runpath_var=LD_RUN_PATH
9296 ;;
9297 siemens)
9298 need_lib_prefix=no
9299 ;;
9300 motorola)
9301 need_lib_prefix=no
9302 need_version=no
9303 shlibpath_overrides_runpath=no
9304 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9305 ;;
9306 esac
9307 ;;
9308
9309sysv4*MP*)
9310 if test -d /usr/nec ;then
9311 version_type=linux
9312 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9313 soname_spec='$libname${shared_ext}.$major'
9314 shlibpath_var=LD_LIBRARY_PATH
9315 fi
9316 ;;
9317
9318sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9319 version_type=freebsd-elf
9320 need_lib_prefix=no
9321 need_version=no
9322 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9323 soname_spec='${libname}${release}${shared_ext}$major'
9324 shlibpath_var=LD_LIBRARY_PATH
9325 shlibpath_overrides_runpath=yes
9326 hardcode_into_libs=yes
9327 if test "$with_gnu_ld" = yes; then
9328 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9329 else
9330 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9331 case $host_os in
9332 sco3.2v5*)
9333 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9334 ;;
9335 esac
9336 fi
9337 sys_lib_dlsearch_path_spec='/usr/lib'
9338 ;;
9339
9340tpf*)
9341 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9342 version_type=linux
9343 need_lib_prefix=no
9344 need_version=no
9345 library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9346 shlibpath_var=LD_LIBRARY_PATH
9347 shlibpath_overrides_runpath=no
9348 hardcode_into_libs=yes
9349 ;;
9350
9351uts4*)
9352 version_type=linux
9353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9354 soname_spec='${libname}${release}${shared_ext}$major'
9355 shlibpath_var=LD_LIBRARY_PATH
9356 ;;
d7040cdb 9357
dabbade6
L
9358*)
9359 dynamic_linker=no
9360 ;;
9361esac
9362echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9363echo "${ECHO_T}$dynamic_linker" >&6
9364test "$dynamic_linker" = no && can_build_shared=no
d7040cdb 9365
dabbade6
L
9366variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9367if test "$GCC" = yes; then
9368 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 9369fi
d7040cdb 9370
d7040cdb 9371
d7040cdb
SE
9372
9373
d7040cdb
SE
9374
9375
d7040cdb
SE
9376
9377
d7040cdb
SE
9378
9379
d7040cdb
SE
9380
9381
d7040cdb 9382
d7040cdb 9383
d7040cdb 9384
d7040cdb 9385
d7040cdb 9386
d7040cdb 9387
d7040cdb 9388
d7040cdb 9389
d7040cdb 9390
d7040cdb 9391
d7040cdb 9392
d7040cdb 9393
d7040cdb 9394
d7040cdb 9395
d7040cdb
SE
9396
9397
d7040cdb 9398
d7040cdb 9399
d7040cdb 9400
d7040cdb 9401
d7040cdb 9402
d7040cdb 9403
d7040cdb 9404
d7040cdb 9405
d7040cdb 9406
d7040cdb
SE
9407
9408
d7040cdb 9409
d7040cdb 9410
d7040cdb 9411
d7040cdb
SE
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
d7040cdb
SE
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
d7040cdb 9441
d7040cdb 9442
dabbade6
L
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9458echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9459hardcode_action=
9460if test -n "$hardcode_libdir_flag_spec" ||
9461 test -n "$runpath_var" ||
9462 test "X$hardcode_automatic" = "Xyes" ; then
9463
9464 # We can hardcode non-existent directories.
9465 if test "$hardcode_direct" != no &&
9466 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9467 # have to relink, otherwise we might link with an installed library
9468 # when we should be linking with a yet-to-be-installed one
9469 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9470 test "$hardcode_minus_L" != no; then
9471 # Linking always hardcodes the temporary library directory.
9472 hardcode_action=relink
9473 else
9474 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9475 hardcode_action=immediate
9476 fi
9477else
9478 # We cannot hardcode anything, or else we can only hardcode existing
9479 # directories.
9480 hardcode_action=unsupported
9481fi
9482echo "$as_me:$LINENO: result: $hardcode_action" >&5
9483echo "${ECHO_T}$hardcode_action" >&6
9484
9485if test "$hardcode_action" = relink ||
9486 test "$inherit_rpath" = yes; then
9487 # Fast installation is not supported
9488 enable_fast_install=no
9489elif test "$shlibpath_overrides_runpath" = yes ||
9490 test "$enable_shared" = no; then
9491 # Fast installation is not necessary
9492 enable_fast_install=needless
9493fi
9494
9495
9496
9497
9498
9499
9500 if test "x$enable_dlopen" != xyes; then
9501 enable_dlopen=unknown
9502 enable_dlopen_self=unknown
9503 enable_dlopen_self_static=unknown
9504else
9505 lt_cv_dlopen=no
9506 lt_cv_dlopen_libs=
9507
d7040cdb 9508 case $host_os in
dabbade6
L
9509 beos*)
9510 lt_cv_dlopen="load_add_on"
9511 lt_cv_dlopen_libs=
9512 lt_cv_dlopen_self=yes
d7040cdb
SE
9513 ;;
9514
dabbade6
L
9515 mingw* | pw32*)
9516 lt_cv_dlopen="LoadLibrary"
9517 lt_cv_dlopen_libs=
d7040cdb 9518 ;;
d7040cdb 9519
dabbade6
L
9520 cygwin*)
9521 lt_cv_dlopen="dlopen"
9522 lt_cv_dlopen_libs=
9523 ;;
d7040cdb 9524
dabbade6
L
9525 darwin*)
9526 # if libdl is installed we need to link against it
9527 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9528echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9529if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9530 echo $ECHO_N "(cached) $ECHO_C" >&6
9531else
9532 ac_check_lib_save_LIBS=$LIBS
9533LIBS="-ldl $LIBS"
9534cat >conftest.$ac_ext <<_ACEOF
9535/* confdefs.h. */
9536_ACEOF
9537cat confdefs.h >>conftest.$ac_ext
9538cat >>conftest.$ac_ext <<_ACEOF
9539/* end confdefs.h. */
d7040cdb 9540
dabbade6
L
9541/* Override any gcc2 internal prototype to avoid an error. */
9542#ifdef __cplusplus
9543extern "C"
9544#endif
9545/* We use char because int might match the return type of a gcc2
9546 builtin and then its argument prototype would still apply. */
9547char dlopen ();
9548int
9549main ()
9550{
9551dlopen ();
9552 ;
9553 return 0;
9554}
9555_ACEOF
9556rm -f conftest.$ac_objext conftest$ac_exeext
9557if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9558 (eval $ac_link) 2>conftest.er1
9559 ac_status=$?
9560 grep -v '^ *+' conftest.er1 >conftest.err
9561 rm -f conftest.er1
9562 cat conftest.err >&5
9563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9564 (exit $ac_status); } &&
9565 { ac_try='test -z "$ac_c_werror_flag"
9566 || test ! -s conftest.err'
9567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9568 (eval $ac_try) 2>&5
9569 ac_status=$?
9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571 (exit $ac_status); }; } &&
9572 { ac_try='test -s conftest$ac_exeext'
9573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9574 (eval $ac_try) 2>&5
9575 ac_status=$?
9576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9577 (exit $ac_status); }; }; then
9578 ac_cv_lib_dl_dlopen=yes
9579else
9580 echo "$as_me: failed program was:" >&5
9581sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9582
dabbade6 9583ac_cv_lib_dl_dlopen=no
d7040cdb 9584fi
dabbade6
L
9585rm -f conftest.err conftest.$ac_objext \
9586 conftest$ac_exeext conftest.$ac_ext
9587LIBS=$ac_check_lib_save_LIBS
9588fi
9589echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9590echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9591if test $ac_cv_lib_dl_dlopen = yes; then
9592 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9593else
d7040cdb 9594
dabbade6
L
9595 lt_cv_dlopen="dyld"
9596 lt_cv_dlopen_libs=
9597 lt_cv_dlopen_self=yes
d7040cdb 9598
dabbade6 9599fi
d7040cdb 9600
dabbade6 9601 ;;
d7040cdb 9602
dabbade6
L
9603 *)
9604 echo "$as_me:$LINENO: checking for shl_load" >&5
9605echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9606if test "${ac_cv_func_shl_load+set}" = set; then
9607 echo $ECHO_N "(cached) $ECHO_C" >&6
9608else
9609 cat >conftest.$ac_ext <<_ACEOF
9610/* confdefs.h. */
9611_ACEOF
9612cat confdefs.h >>conftest.$ac_ext
9613cat >>conftest.$ac_ext <<_ACEOF
9614/* end confdefs.h. */
9615/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9616 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9617#define shl_load innocuous_shl_load
d7040cdb 9618
dabbade6
L
9619/* System header to define __stub macros and hopefully few prototypes,
9620 which can conflict with char shl_load (); below.
9621 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9622 <limits.h> exists even on freestanding compilers. */
d7040cdb 9623
dabbade6
L
9624#ifdef __STDC__
9625# include <limits.h>
9626#else
9627# include <assert.h>
9628#endif
d7040cdb 9629
dabbade6 9630#undef shl_load
d7040cdb 9631
dabbade6
L
9632/* Override any gcc2 internal prototype to avoid an error. */
9633#ifdef __cplusplus
9634extern "C"
9635{
9636#endif
9637/* We use char because int might match the return type of a gcc2
9638 builtin and then its argument prototype would still apply. */
9639char shl_load ();
9640/* The GNU C library defines this for functions which it implements
9641 to always fail with ENOSYS. Some functions are actually named
9642 something starting with __ and the normal name is an alias. */
9643#if defined (__stub_shl_load) || defined (__stub___shl_load)
9644choke me
9645#else
9646char (*f) () = shl_load;
9647#endif
9648#ifdef __cplusplus
9649}
9650#endif
d7040cdb 9651
dabbade6
L
9652int
9653main ()
9654{
9655return f != shl_load;
9656 ;
9657 return 0;
9658}
9659_ACEOF
9660rm -f conftest.$ac_objext conftest$ac_exeext
9661if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9662 (eval $ac_link) 2>conftest.er1
9663 ac_status=$?
9664 grep -v '^ *+' conftest.er1 >conftest.err
9665 rm -f conftest.er1
9666 cat conftest.err >&5
9667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9668 (exit $ac_status); } &&
9669 { ac_try='test -z "$ac_c_werror_flag"
9670 || test ! -s conftest.err'
9671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9672 (eval $ac_try) 2>&5
9673 ac_status=$?
9674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675 (exit $ac_status); }; } &&
9676 { ac_try='test -s conftest$ac_exeext'
9677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9678 (eval $ac_try) 2>&5
9679 ac_status=$?
9680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9681 (exit $ac_status); }; }; then
9682 ac_cv_func_shl_load=yes
9683else
9684 echo "$as_me: failed program was:" >&5
9685sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9686
dabbade6
L
9687ac_cv_func_shl_load=no
9688fi
9689rm -f conftest.err conftest.$ac_objext \
9690 conftest$ac_exeext conftest.$ac_ext
9691fi
9692echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9693echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9694if test $ac_cv_func_shl_load = yes; then
9695 lt_cv_dlopen="shl_load"
9696else
9697 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9698echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
9699if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9700 echo $ECHO_N "(cached) $ECHO_C" >&6
9701else
9702 ac_check_lib_save_LIBS=$LIBS
9703LIBS="-ldld $LIBS"
9704cat >conftest.$ac_ext <<_ACEOF
9705/* confdefs.h. */
9706_ACEOF
9707cat confdefs.h >>conftest.$ac_ext
9708cat >>conftest.$ac_ext <<_ACEOF
9709/* end confdefs.h. */
d7040cdb 9710
dabbade6
L
9711/* Override any gcc2 internal prototype to avoid an error. */
9712#ifdef __cplusplus
9713extern "C"
9714#endif
9715/* We use char because int might match the return type of a gcc2
9716 builtin and then its argument prototype would still apply. */
9717char shl_load ();
9718int
9719main ()
9720{
9721shl_load ();
9722 ;
9723 return 0;
9724}
9725_ACEOF
9726rm -f conftest.$ac_objext conftest$ac_exeext
9727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9728 (eval $ac_link) 2>conftest.er1
9729 ac_status=$?
9730 grep -v '^ *+' conftest.er1 >conftest.err
9731 rm -f conftest.er1
9732 cat conftest.err >&5
9733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734 (exit $ac_status); } &&
9735 { ac_try='test -z "$ac_c_werror_flag"
9736 || test ! -s conftest.err'
9737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9738 (eval $ac_try) 2>&5
9739 ac_status=$?
9740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9741 (exit $ac_status); }; } &&
9742 { ac_try='test -s conftest$ac_exeext'
9743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9744 (eval $ac_try) 2>&5
9745 ac_status=$?
9746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9747 (exit $ac_status); }; }; then
9748 ac_cv_lib_dld_shl_load=yes
9749else
9750 echo "$as_me: failed program was:" >&5
9751sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9752
dabbade6
L
9753ac_cv_lib_dld_shl_load=no
9754fi
9755rm -f conftest.err conftest.$ac_objext \
9756 conftest$ac_exeext conftest.$ac_ext
9757LIBS=$ac_check_lib_save_LIBS
9758fi
9759echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9760echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9761if test $ac_cv_lib_dld_shl_load = yes; then
9762 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
9763else
9764 echo "$as_me:$LINENO: checking for dlopen" >&5
9765echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9766if test "${ac_cv_func_dlopen+set}" = set; then
9767 echo $ECHO_N "(cached) $ECHO_C" >&6
9768else
9769 cat >conftest.$ac_ext <<_ACEOF
9770/* confdefs.h. */
9771_ACEOF
9772cat confdefs.h >>conftest.$ac_ext
9773cat >>conftest.$ac_ext <<_ACEOF
9774/* end confdefs.h. */
9775/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9777#define dlopen innocuous_dlopen
d7040cdb 9778
dabbade6
L
9779/* System header to define __stub macros and hopefully few prototypes,
9780 which can conflict with char dlopen (); below.
9781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9782 <limits.h> exists even on freestanding compilers. */
d7040cdb 9783
dabbade6
L
9784#ifdef __STDC__
9785# include <limits.h>
9786#else
9787# include <assert.h>
9788#endif
d7040cdb 9789
dabbade6 9790#undef dlopen
d7040cdb 9791
dabbade6
L
9792/* Override any gcc2 internal prototype to avoid an error. */
9793#ifdef __cplusplus
9794extern "C"
9795{
9796#endif
9797/* We use char because int might match the return type of a gcc2
9798 builtin and then its argument prototype would still apply. */
9799char dlopen ();
9800/* The GNU C library defines this for functions which it implements
9801 to always fail with ENOSYS. Some functions are actually named
9802 something starting with __ and the normal name is an alias. */
9803#if defined (__stub_dlopen) || defined (__stub___dlopen)
9804choke me
9805#else
9806char (*f) () = dlopen;
9807#endif
9808#ifdef __cplusplus
9809}
9810#endif
d7040cdb 9811
dabbade6
L
9812int
9813main ()
9814{
9815return f != dlopen;
9816 ;
9817 return 0;
9818}
9819_ACEOF
9820rm -f conftest.$ac_objext conftest$ac_exeext
9821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9822 (eval $ac_link) 2>conftest.er1
9823 ac_status=$?
9824 grep -v '^ *+' conftest.er1 >conftest.err
9825 rm -f conftest.er1
9826 cat conftest.err >&5
9827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9828 (exit $ac_status); } &&
9829 { ac_try='test -z "$ac_c_werror_flag"
9830 || test ! -s conftest.err'
9831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9832 (eval $ac_try) 2>&5
9833 ac_status=$?
9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835 (exit $ac_status); }; } &&
9836 { ac_try='test -s conftest$ac_exeext'
9837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9838 (eval $ac_try) 2>&5
9839 ac_status=$?
9840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9841 (exit $ac_status); }; }; then
9842 ac_cv_func_dlopen=yes
9843else
9844 echo "$as_me: failed program was:" >&5
9845sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9846
dabbade6
L
9847ac_cv_func_dlopen=no
9848fi
9849rm -f conftest.err conftest.$ac_objext \
9850 conftest$ac_exeext conftest.$ac_ext
9851fi
9852echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9853echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9854if test $ac_cv_func_dlopen = yes; then
9855 lt_cv_dlopen="dlopen"
9856else
9857 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9858echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9859if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9860 echo $ECHO_N "(cached) $ECHO_C" >&6
9861else
9862 ac_check_lib_save_LIBS=$LIBS
9863LIBS="-ldl $LIBS"
9864cat >conftest.$ac_ext <<_ACEOF
9865/* confdefs.h. */
9866_ACEOF
9867cat confdefs.h >>conftest.$ac_ext
9868cat >>conftest.$ac_ext <<_ACEOF
9869/* end confdefs.h. */
d7040cdb 9870
dabbade6
L
9871/* Override any gcc2 internal prototype to avoid an error. */
9872#ifdef __cplusplus
9873extern "C"
9874#endif
9875/* We use char because int might match the return type of a gcc2
9876 builtin and then its argument prototype would still apply. */
9877char dlopen ();
9878int
9879main ()
9880{
9881dlopen ();
9882 ;
9883 return 0;
9884}
9885_ACEOF
9886rm -f conftest.$ac_objext conftest$ac_exeext
9887if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9888 (eval $ac_link) 2>conftest.er1
9889 ac_status=$?
9890 grep -v '^ *+' conftest.er1 >conftest.err
9891 rm -f conftest.er1
9892 cat conftest.err >&5
9893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9894 (exit $ac_status); } &&
9895 { ac_try='test -z "$ac_c_werror_flag"
9896 || test ! -s conftest.err'
9897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9898 (eval $ac_try) 2>&5
9899 ac_status=$?
9900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9901 (exit $ac_status); }; } &&
9902 { ac_try='test -s conftest$ac_exeext'
9903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9904 (eval $ac_try) 2>&5
9905 ac_status=$?
9906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9907 (exit $ac_status); }; }; then
9908 ac_cv_lib_dl_dlopen=yes
9909else
9910 echo "$as_me: failed program was:" >&5
9911sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9912
dabbade6
L
9913ac_cv_lib_dl_dlopen=no
9914fi
9915rm -f conftest.err conftest.$ac_objext \
9916 conftest$ac_exeext conftest.$ac_ext
9917LIBS=$ac_check_lib_save_LIBS
9918fi
9919echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9920echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9921if test $ac_cv_lib_dl_dlopen = yes; then
9922 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9923else
9924 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9925echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
9926if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9927 echo $ECHO_N "(cached) $ECHO_C" >&6
9928else
9929 ac_check_lib_save_LIBS=$LIBS
9930LIBS="-lsvld $LIBS"
9931cat >conftest.$ac_ext <<_ACEOF
9932/* confdefs.h. */
9933_ACEOF
9934cat confdefs.h >>conftest.$ac_ext
9935cat >>conftest.$ac_ext <<_ACEOF
9936/* end confdefs.h. */
d7040cdb 9937
dabbade6
L
9938/* Override any gcc2 internal prototype to avoid an error. */
9939#ifdef __cplusplus
9940extern "C"
9941#endif
9942/* We use char because int might match the return type of a gcc2
9943 builtin and then its argument prototype would still apply. */
9944char dlopen ();
9945int
9946main ()
9947{
9948dlopen ();
9949 ;
9950 return 0;
9951}
9952_ACEOF
9953rm -f conftest.$ac_objext conftest$ac_exeext
9954if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9955 (eval $ac_link) 2>conftest.er1
9956 ac_status=$?
9957 grep -v '^ *+' conftest.er1 >conftest.err
9958 rm -f conftest.er1
9959 cat conftest.err >&5
9960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9961 (exit $ac_status); } &&
9962 { ac_try='test -z "$ac_c_werror_flag"
9963 || test ! -s conftest.err'
9964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9965 (eval $ac_try) 2>&5
9966 ac_status=$?
9967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9968 (exit $ac_status); }; } &&
9969 { ac_try='test -s conftest$ac_exeext'
9970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9971 (eval $ac_try) 2>&5
9972 ac_status=$?
9973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9974 (exit $ac_status); }; }; then
9975 ac_cv_lib_svld_dlopen=yes
9976else
9977 echo "$as_me: failed program was:" >&5
9978sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9979
dabbade6
L
9980ac_cv_lib_svld_dlopen=no
9981fi
9982rm -f conftest.err conftest.$ac_objext \
9983 conftest$ac_exeext conftest.$ac_ext
9984LIBS=$ac_check_lib_save_LIBS
9985fi
9986echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9987echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
9988if test $ac_cv_lib_svld_dlopen = yes; then
9989 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
9990else
9991 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9992echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
9993if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9995else
9996 ac_check_lib_save_LIBS=$LIBS
9997LIBS="-ldld $LIBS"
9998cat >conftest.$ac_ext <<_ACEOF
9999/* confdefs.h. */
10000_ACEOF
10001cat confdefs.h >>conftest.$ac_ext
10002cat >>conftest.$ac_ext <<_ACEOF
10003/* end confdefs.h. */
d7040cdb 10004
dabbade6
L
10005/* Override any gcc2 internal prototype to avoid an error. */
10006#ifdef __cplusplus
10007extern "C"
10008#endif
10009/* We use char because int might match the return type of a gcc2
10010 builtin and then its argument prototype would still apply. */
10011char dld_link ();
10012int
10013main ()
10014{
10015dld_link ();
10016 ;
10017 return 0;
10018}
10019_ACEOF
10020rm -f conftest.$ac_objext conftest$ac_exeext
10021if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10022 (eval $ac_link) 2>conftest.er1
10023 ac_status=$?
10024 grep -v '^ *+' conftest.er1 >conftest.err
10025 rm -f conftest.er1
10026 cat conftest.err >&5
10027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028 (exit $ac_status); } &&
10029 { ac_try='test -z "$ac_c_werror_flag"
10030 || test ! -s conftest.err'
10031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10032 (eval $ac_try) 2>&5
10033 ac_status=$?
10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035 (exit $ac_status); }; } &&
10036 { ac_try='test -s conftest$ac_exeext'
10037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10038 (eval $ac_try) 2>&5
10039 ac_status=$?
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); }; }; then
10042 ac_cv_lib_dld_dld_link=yes
10043else
10044 echo "$as_me: failed program was:" >&5
10045sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 10046
dabbade6 10047ac_cv_lib_dld_dld_link=no
d7040cdb 10048fi
dabbade6
L
10049rm -f conftest.err conftest.$ac_objext \
10050 conftest$ac_exeext conftest.$ac_ext
10051LIBS=$ac_check_lib_save_LIBS
d7040cdb 10052fi
dabbade6
L
10053echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10054echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10055if test $ac_cv_lib_dld_dld_link = yes; then
10056 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
d7040cdb
SE
10057fi
10058
d7040cdb 10059
d7040cdb
SE
10060fi
10061
10062
dabbade6 10063fi
d7040cdb
SE
10064
10065
dabbade6 10066fi
d7040cdb
SE
10067
10068
d7040cdb
SE
10069fi
10070
979273e3 10071
252b5132 10072fi
252b5132 10073
dabbade6
L
10074 ;;
10075 esac
252b5132 10076
dabbade6
L
10077 if test "x$lt_cv_dlopen" != xno; then
10078 enable_dlopen=yes
10079 else
10080 enable_dlopen=no
10081 fi
1c0d3aa6 10082
dabbade6
L
10083 case $lt_cv_dlopen in
10084 dlopen)
10085 save_CPPFLAGS="$CPPFLAGS"
10086 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
20e95c23 10087
dabbade6
L
10088 save_LDFLAGS="$LDFLAGS"
10089 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
20e95c23 10090
dabbade6
L
10091 save_LIBS="$LIBS"
10092 LIBS="$lt_cv_dlopen_libs $LIBS"
20e95c23 10093
dabbade6
L
10094 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10095echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10096if test "${lt_cv_dlopen_self+set}" = set; then
10097 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 10098else
dabbade6
L
10099 if test "$cross_compiling" = yes; then :
10100 lt_cv_dlopen_self=cross
d7040cdb 10101else
dabbade6
L
10102 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10103 lt_status=$lt_dlunknown
10104 cat > conftest.$ac_ext <<_LT_EOF
10105#line 10105 "configure"
10106#include "confdefs.h"
20e95c23 10107
dabbade6
L
10108#if HAVE_DLFCN_H
10109#include <dlfcn.h>
10110#endif
20e95c23 10111
dabbade6 10112#include <stdio.h>
20e95c23 10113
dabbade6
L
10114#ifdef RTLD_GLOBAL
10115# define LT_DLGLOBAL RTLD_GLOBAL
10116#else
10117# ifdef DL_GLOBAL
10118# define LT_DLGLOBAL DL_GLOBAL
10119# else
10120# define LT_DLGLOBAL 0
10121# endif
10122#endif
20e95c23 10123
dabbade6
L
10124/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10125 find out it does not work in some platform. */
10126#ifndef LT_DLLAZY_OR_NOW
10127# ifdef RTLD_LAZY
10128# define LT_DLLAZY_OR_NOW RTLD_LAZY
10129# else
10130# ifdef DL_LAZY
10131# define LT_DLLAZY_OR_NOW DL_LAZY
10132# else
10133# ifdef RTLD_NOW
10134# define LT_DLLAZY_OR_NOW RTLD_NOW
10135# else
10136# ifdef DL_NOW
10137# define LT_DLLAZY_OR_NOW DL_NOW
10138# else
10139# define LT_DLLAZY_OR_NOW 0
10140# endif
10141# endif
10142# endif
10143# endif
10144#endif
20e95c23 10145
dabbade6
L
10146#ifdef __cplusplus
10147extern "C" void exit (int);
10148#endif
979273e3 10149
dabbade6
L
10150void fnord() { int i=42;}
10151int main ()
10152{
10153 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10154 int status = $lt_dlunknown;
20e95c23 10155
dabbade6
L
10156 if (self)
10157 {
10158 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10159 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10160 /* dlclose (self); */
10161 }
10162 else
10163 puts (dlerror ());
d7040cdb 10164
dabbade6
L
10165 exit (status);
10166}
10167_LT_EOF
10168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10169 (eval $ac_link) 2>&5
10170 ac_status=$?
10171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10172 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10173 (./conftest; exit; ) >&5 2>/dev/null
10174 lt_status=$?
10175 case x$lt_status in
10176 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10177 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10178 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10179 esac
10180 else :
10181 # compilation failed
10182 lt_cv_dlopen_self=no
10183 fi
d7040cdb 10184fi
dabbade6
L
10185rm -fr conftest*
10186
252b5132 10187
d7040cdb 10188fi
dabbade6
L
10189echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10190echo "${ECHO_T}$lt_cv_dlopen_self" >&6
d7040cdb 10191
dabbade6
L
10192 if test "x$lt_cv_dlopen_self" = xyes; then
10193 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10194 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10195echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10196if test "${lt_cv_dlopen_self_static+set}" = set; then
979273e3 10197 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10198else
dabbade6
L
10199 if test "$cross_compiling" = yes; then :
10200 lt_cv_dlopen_self_static=cross
d7040cdb 10201else
dabbade6
L
10202 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10203 lt_status=$lt_dlunknown
10204 cat > conftest.$ac_ext <<_LT_EOF
10205#line 10205 "configure"
10206#include "confdefs.h"
252b5132 10207
dabbade6
L
10208#if HAVE_DLFCN_H
10209#include <dlfcn.h>
10210#endif
252b5132 10211
dabbade6 10212#include <stdio.h>
d7040cdb 10213
dabbade6
L
10214#ifdef RTLD_GLOBAL
10215# define LT_DLGLOBAL RTLD_GLOBAL
10216#else
10217# ifdef DL_GLOBAL
10218# define LT_DLGLOBAL DL_GLOBAL
10219# else
10220# define LT_DLGLOBAL 0
10221# endif
10222#endif
20e95c23 10223
dabbade6
L
10224/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10225 find out it does not work in some platform. */
10226#ifndef LT_DLLAZY_OR_NOW
10227# ifdef RTLD_LAZY
10228# define LT_DLLAZY_OR_NOW RTLD_LAZY
10229# else
10230# ifdef DL_LAZY
10231# define LT_DLLAZY_OR_NOW DL_LAZY
10232# else
10233# ifdef RTLD_NOW
10234# define LT_DLLAZY_OR_NOW RTLD_NOW
10235# else
10236# ifdef DL_NOW
10237# define LT_DLLAZY_OR_NOW DL_NOW
10238# else
10239# define LT_DLLAZY_OR_NOW 0
10240# endif
10241# endif
10242# endif
10243# endif
10244#endif
979273e3 10245
dabbade6
L
10246#ifdef __cplusplus
10247extern "C" void exit (int);
10248#endif
20e95c23 10249
dabbade6
L
10250void fnord() { int i=42;}
10251int main ()
10252{
10253 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10254 int status = $lt_dlunknown;
d7040cdb 10255
dabbade6
L
10256 if (self)
10257 {
10258 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10259 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10260 /* dlclose (self); */
10261 }
10262 else
10263 puts (dlerror ());
d7040cdb 10264
dabbade6
L
10265 exit (status);
10266}
10267_LT_EOF
10268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10269 (eval $ac_link) 2>&5
10270 ac_status=$?
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10273 (./conftest; exit; ) >&5 2>/dev/null
10274 lt_status=$?
10275 case x$lt_status in
10276 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10277 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10278 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10279 esac
10280 else :
10281 # compilation failed
10282 lt_cv_dlopen_self_static=no
10283 fi
20e95c23 10284fi
dabbade6 10285rm -fr conftest*
979273e3 10286
d7040cdb
SE
10287
10288fi
dabbade6
L
10289echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10290echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10291 fi
10292
10293 CPPFLAGS="$save_CPPFLAGS"
10294 LDFLAGS="$save_LDFLAGS"
10295 LIBS="$save_LIBS"
10296 ;;
10297 esac
10298
10299 case $lt_cv_dlopen_self in
10300 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10301 *) enable_dlopen_self=unknown ;;
10302 esac
10303
10304 case $lt_cv_dlopen_self_static in
10305 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10306 *) enable_dlopen_self_static=unknown ;;
10307 esac
d7040cdb 10308fi
dabbade6
L
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326striplib=
10327old_striplib=
10328echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10329echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10330if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10331 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10332 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10333 echo "$as_me:$LINENO: result: yes" >&5
10334echo "${ECHO_T}yes" >&6
d7040cdb 10335else
dabbade6
L
10336# FIXME - insert some real tests, host_os isn't really good enough
10337 case $host_os in
10338 darwin*)
10339 if test -n "$STRIP" ; then
10340 striplib="$STRIP -x"
10341 old_striplib="$STRIP -S"
10342 echo "$as_me:$LINENO: result: yes" >&5
10343echo "${ECHO_T}yes" >&6
10344 else
10345 echo "$as_me:$LINENO: result: no" >&5
10346echo "${ECHO_T}no" >&6
10347 fi
10348 ;;
10349 *)
10350 echo "$as_me:$LINENO: result: no" >&5
d7040cdb 10351echo "${ECHO_T}no" >&6
dabbade6
L
10352 ;;
10353 esac
d7040cdb 10354fi
20e95c23 10355
979273e3 10356
dabbade6
L
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367 # Report which library types will actually be built
10368 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10369echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10370 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10371echo "${ECHO_T}$can_build_shared" >&6
10372
10373 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10374echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10375 test "$can_build_shared" = "no" && enable_shared=no
10376
10377 # On AIX, shared libraries and static libraries use the same namespace, and
10378 # are all built from PIC.
10379 case $host_os in
10380 aix3*)
10381 test "$enable_shared" = yes && enable_static=no
10382 if test -n "$RANLIB"; then
10383 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10384 postinstall_cmds='$RANLIB $lib'
10385 fi
10386 ;;
10387
10388 aix4* | aix5*)
10389 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10390 test "$enable_shared" = yes && enable_static=no
10391 fi
10392 ;;
10393 esac
10394 echo "$as_me:$LINENO: result: $enable_shared" >&5
10395echo "${ECHO_T}$enable_shared" >&6
10396
10397 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10398echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10399 # Make sure either enable_shared or enable_static is yes.
10400 test "$enable_shared" = yes || enable_static=yes
10401 echo "$as_me:$LINENO: result: $enable_static" >&5
10402echo "${ECHO_T}$enable_static" >&6
10403
10404
10405
d7040cdb 10406
252b5132 10407fi
dabbade6
L
10408ac_ext=c
10409ac_cpp='$CPP $CPPFLAGS'
10410ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10411ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10412ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 10413
dabbade6 10414CC="$lt_save_CC"
20e95c23 10415
20e95c23 10416
d7040cdb 10417
d7040cdb 10418
d7040cdb 10419
20e95c23 10420
dabbade6
L
10421
10422
10423
10424
10425
10426
10427
10428 ac_config_commands="$ac_config_commands libtool"
10429
10430
10431
10432
10433# Only expand once:
10434
10435
10436
10437# Check whether --enable-targets or --disable-targets was given.
10438if test "${enable_targets+set}" = set; then
10439 enableval="$enable_targets"
10440 case "${enableval}" in
10441 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
10442echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
10443 { (exit 1); exit 1; }; }
10444 ;;
10445 no) enable_targets= ;;
10446 *) enable_targets=$enableval ;;
10447esac
10448fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
10449if test "${enable_commonbfdlib+set}" = set; then
10450 enableval="$enable_commonbfdlib"
10451 case "${enableval}" in
10452 yes) commonbfdlib=true ;;
10453 no) commonbfdlib=false ;;
10454 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for opcodes commonbfdlib option" >&5
10455echo "$as_me: error: bad value ${enableval} for opcodes commonbfdlib option" >&2;}
10456 { (exit 1); exit 1; }; } ;;
10457esac
10458fi;
10459
10460GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
10461
10462# Check whether --enable-werror or --disable-werror was given.
10463if test "${enable_werror+set}" = set; then
10464 enableval="$enable_werror"
10465 case "${enableval}" in
10466 yes | y) ERROR_ON_WARNING="yes" ;;
10467 no | n) ERROR_ON_WARNING="no" ;;
10468 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
10469echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
10470 { (exit 1); exit 1; }; } ;;
10471 esac
10472fi;
10473
10474# Enable -Werror by default when using gcc
10475if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
10476 ERROR_ON_WARNING=yes
d7040cdb 10477fi
20e95c23 10478
dabbade6
L
10479NO_WERROR=
10480if test "${ERROR_ON_WARNING}" = yes ; then
10481 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
10482 NO_WERROR="-Wno-error"
20e95c23 10483fi
d7040cdb 10484
dabbade6
L
10485if test "${GCC}" = yes ; then
10486 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
10487fi
d7040cdb 10488
dabbade6
L
10489# Check whether --enable-build-warnings or --disable-build-warnings was given.
10490if test "${enable_build_warnings+set}" = set; then
10491 enableval="$enable_build_warnings"
10492 case "${enableval}" in
10493 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
10494 no) if test "${GCC}" = yes ; then
10495 WARN_CFLAGS="-w"
10496 fi;;
10497 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
10498 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
10499 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
10500 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
10501 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10502esac
10503fi;
979273e3 10504
dabbade6
L
10505if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
10506 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
d7040cdb 10507fi
dabbade6
L
10508
10509
10510
10511
10512
10513 ac_config_headers="$ac_config_headers config.h:config.in"
10514
10515
10516if test -z "$target" ; then
10517 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
10518echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
10519 { (exit 1); exit 1; }; }
d7040cdb 10520fi
dabbade6
L
10521
10522echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
10523echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
10524 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
10525if test "${enable_maintainer_mode+set}" = set; then
10526 enableval="$enable_maintainer_mode"
10527 USE_MAINTAINER_MODE=$enableval
d7040cdb 10528else
dabbade6
L
10529 USE_MAINTAINER_MODE=no
10530fi;
10531 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
10532echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
d7040cdb 10533
d7040cdb 10534
dabbade6
L
10535if test $USE_MAINTAINER_MODE = yes; then
10536 MAINTAINER_MODE_TRUE=
10537 MAINTAINER_MODE_FALSE='#'
252b5132 10538else
dabbade6
L
10539 MAINTAINER_MODE_TRUE='#'
10540 MAINTAINER_MODE_FALSE=
252b5132 10541fi
d7040cdb 10542
dabbade6
L
10543 MAINT=$MAINTAINER_MODE_TRUE
10544
10545
10546 case ${build_alias} in
10547 "") build_noncanonical=${build} ;;
10548 *) build_noncanonical=${build_alias} ;;
10549esac
10550
10551 case ${host_alias} in
10552 "") host_noncanonical=${build_noncanonical} ;;
10553 *) host_noncanonical=${host_alias} ;;
10554esac
979273e3 10555
dabbade6
L
10556 case ${target_alias} in
10557 "") target_noncanonical=${host_noncanonical} ;;
10558 *) target_noncanonical=${target_alias} ;;
d7040cdb 10559esac
252b5132 10560
dabbade6
L
10561echo "$as_me:$LINENO: checking whether to install libbfd" >&5
10562echo $ECHO_N "checking whether to install libbfd... $ECHO_C" >&6
10563 # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
10564if test "${enable_install_libbfd+set}" = set; then
10565 enableval="$enable_install_libbfd"
10566 install_libbfd_p=$enableval
979273e3 10567else
dabbade6
L
10568 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
10569 install_libbfd_p=yes
10570 else
10571 install_libbfd_p=no
10572 fi
10573fi;
10574 echo "$as_me:$LINENO: result: $install_libbfd_p" >&5
10575echo "${ECHO_T}$install_libbfd_p" >&6
979273e3 10576
d7040cdb 10577
dabbade6
L
10578if test $install_libbfd_p = yes; then
10579 INSTALL_LIBBFD_TRUE=
10580 INSTALL_LIBBFD_FALSE='#'
10581else
10582 INSTALL_LIBBFD_TRUE='#'
10583 INSTALL_LIBBFD_FALSE=
d7040cdb
SE
10584fi
10585
dabbade6 10586 # Need _noncanonical variables for this.
979273e3 10587
d7040cdb
SE
10588
10589
dabbade6
L
10590
10591 # libbfd.a is a host library containing target dependent code
10592 bfdlibdir='$(libdir)'
10593 bfdincludedir='$(includedir)'
10594 if test "${host}" != "${target}"; then
10595 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
10596 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
10597 fi
10598
10599
10600
10601
10602
10603
10604# host-specific stuff:
10605
d7040cdb
SE
10606ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN"
10607# If we haven't got the data from the intl directory,
10608# assume NLS is disabled.
10609USE_NLS=no
10610LIBINTL=
10611LIBINTL_DEP=
10612INCINTL=
10613XGETTEXT=
10614GMSGFMT=
10615POSUB=
10616
10617if test -f ../intl/config.intl; then
10618 . ../intl/config.intl
10619fi
10620echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10621echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10622if test x"$USE_NLS" != xyes; then
10623 echo "$as_me:$LINENO: result: no" >&5
10624echo "${ECHO_T}no" >&6
10625else
10626 echo "$as_me:$LINENO: result: yes" >&5
10627echo "${ECHO_T}yes" >&6
10628
10629cat >>confdefs.h <<\_ACEOF
10630#define ENABLE_NLS 1
10631_ACEOF
10632
10633
10634 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10635echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10636 # Look for .po and .gmo files in the source directory.
10637 CATALOGS=
10638 XLINGUAS=
10639 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
10640 # If there aren't any .gmo files the shell will give us the
10641 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10642 # weeded out.
10643 case "$cat" in *\**)
10644 continue;;
10645 esac
10646 # The quadruple backslash is collapsed to a double backslash
10647 # by the backticks, then collapsed again by the double quotes,
10648 # leaving us with one backslash in the sed expression (right
10649 # before the dot that mustn't act as a wildcard).
10650 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10651 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
10652 # The user is allowed to set LINGUAS to a list of languages to
10653 # install catalogs for. If it's empty that means "all of them."
10654 if test "x$LINGUAS" = x; then
10655 CATALOGS="$CATALOGS $cat"
10656 XLINGUAS="$XLINGUAS $lang"
10657 else
10658 case "$LINGUAS" in *$lang*)
10659 CATALOGS="$CATALOGS $cat"
10660 XLINGUAS="$XLINGUAS $lang"
10661 ;;
10662 esac
10663 fi
10664 done
10665 LINGUAS="$XLINGUAS"
10666 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10667echo "${ECHO_T}$LINGUAS" >&6
10668
10669
10670 DATADIRNAME=share
10671
10672 INSTOBJEXT=.mo
10673
10674 GENCAT=gencat
10675
10676 CATOBJEXT=.gmo
10677
10678fi
10679
10680 MKINSTALLDIRS=
10681 if test -n "$ac_aux_dir"; then
10682 case "$ac_aux_dir" in
10683 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
10684 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10685 esac
10686 fi
10687 if test -z "$MKINSTALLDIRS"; then
10688 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
10689 fi
10690
10691
10692
10693 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10694echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10695 # Check whether --enable-nls or --disable-nls was given.
10696if test "${enable_nls+set}" = set; then
10697 enableval="$enable_nls"
10698 USE_NLS=$enableval
10699else
10700 USE_NLS=yes
10701fi;
10702 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10703echo "${ECHO_T}$USE_NLS" >&6
10704
10705
10706
10707
10708
10709
10710# Prepare PATH_SEPARATOR.
10711# The user is always right.
10712if test "${PATH_SEPARATOR+set}" != set; then
10713 echo "#! /bin/sh" >conf$$.sh
10714 echo "exit 0" >>conf$$.sh
10715 chmod +x conf$$.sh
10716 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10717 PATH_SEPARATOR=';'
10718 else
10719 PATH_SEPARATOR=:
10720 fi
10721 rm -f conf$$.sh
10722fi
979273e3 10723
d7040cdb
SE
10724# Find out how to test for executable files. Don't use a zero-byte file,
10725# as systems may use methods other than mode bits to determine executability.
10726cat >conf$$.file <<_ASEOF
10727#! /bin/sh
10728exit 0
10729_ASEOF
10730chmod +x conf$$.file
10731if test -x conf$$.file >/dev/null 2>&1; then
10732 ac_executable_p="test -x"
252b5132 10733else
d7040cdb 10734 ac_executable_p="test -f"
252b5132 10735fi
d7040cdb 10736rm -f conf$$.file
252b5132 10737
d7040cdb
SE
10738# Extract the first word of "msgfmt", so it can be a program name with args.
10739set dummy msgfmt; ac_word=$2
10740echo "$as_me:$LINENO: checking for $ac_word" >&5
10741echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10742if test "${ac_cv_path_MSGFMT+set}" = set; then
979273e3 10743 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10744else
d7040cdb
SE
10745 case "$MSGFMT" in
10746 [\\/]* | ?:[\\/]*)
10747 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
10748 ;;
10749 *)
10750 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10751 for ac_dir in $PATH; do
10752 IFS="$ac_save_IFS"
10753 test -z "$ac_dir" && ac_dir=.
10754 for ac_exec_ext in '' $ac_executable_extensions; do
10755 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10756 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10757 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10758 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
10759 break 2
10760 fi
10761 fi
10762 done
10763 done
10764 IFS="$ac_save_IFS"
10765 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
10766 ;;
10767esac
10768fi
10769MSGFMT="$ac_cv_path_MSGFMT"
10770if test "$MSGFMT" != ":"; then
10771 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10772echo "${ECHO_T}$MSGFMT" >&6
10773else
10774 echo "$as_me:$LINENO: result: no" >&5
10775echo "${ECHO_T}no" >&6
252b5132
RH
10776fi
10777
d7040cdb
SE
10778 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10779set dummy gmsgfmt; ac_word=$2
10780echo "$as_me:$LINENO: checking for $ac_word" >&5
10781echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10782if test "${ac_cv_path_GMSGFMT+set}" = set; then
20e95c23
DJ
10783 echo $ECHO_N "(cached) $ECHO_C" >&6
10784else
d7040cdb
SE
10785 case $GMSGFMT in
10786 [\\/]* | ?:[\\/]*)
10787 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
10788 ;;
10789 *)
10790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10791for as_dir in $PATH
10792do
10793 IFS=$as_save_IFS
10794 test -z "$as_dir" && as_dir=.
10795 for ac_exec_ext in '' $ac_executable_extensions; do
10796 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10797 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
10798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10799 break 2
10800 fi
10801done
10802done
252b5132 10803
d7040cdb
SE
10804 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
10805 ;;
10806esac
10807fi
10808GMSGFMT=$ac_cv_path_GMSGFMT
20e95c23 10809
d7040cdb
SE
10810if test -n "$GMSGFMT"; then
10811 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10812echo "${ECHO_T}$GMSGFMT" >&6
252b5132 10813else
d7040cdb
SE
10814 echo "$as_me:$LINENO: result: no" >&5
10815echo "${ECHO_T}no" >&6
252b5132
RH
10816fi
10817
10818
20e95c23 10819
d7040cdb
SE
10820# Prepare PATH_SEPARATOR.
10821# The user is always right.
10822if test "${PATH_SEPARATOR+set}" != set; then
10823 echo "#! /bin/sh" >conf$$.sh
10824 echo "exit 0" >>conf$$.sh
10825 chmod +x conf$$.sh
10826 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10827 PATH_SEPARATOR=';'
10828 else
10829 PATH_SEPARATOR=:
10830 fi
10831 rm -f conf$$.sh
252b5132
RH
10832fi
10833
d7040cdb
SE
10834# Find out how to test for executable files. Don't use a zero-byte file,
10835# as systems may use methods other than mode bits to determine executability.
10836cat >conf$$.file <<_ASEOF
10837#! /bin/sh
10838exit 0
10839_ASEOF
10840chmod +x conf$$.file
10841if test -x conf$$.file >/dev/null 2>&1; then
10842 ac_executable_p="test -x"
10843else
10844 ac_executable_p="test -f"
10845fi
10846rm -f conf$$.file
20e95c23 10847
d7040cdb
SE
10848# Extract the first word of "xgettext", so it can be a program name with args.
10849set dummy xgettext; ac_word=$2
10850echo "$as_me:$LINENO: checking for $ac_word" >&5
10851echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10852if test "${ac_cv_path_XGETTEXT+set}" = set; then
10853 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10854else
d7040cdb
SE
10855 case "$XGETTEXT" in
10856 [\\/]* | ?:[\\/]*)
10857 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
10858 ;;
10859 *)
10860 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10861 for ac_dir in $PATH; do
10862 IFS="$ac_save_IFS"
10863 test -z "$ac_dir" && ac_dir=.
10864 for ac_exec_ext in '' $ac_executable_extensions; do
10865 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10866 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10867 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10868 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
10869 break 2
10870 fi
10871 fi
10872 done
10873 done
10874 IFS="$ac_save_IFS"
10875 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
10876 ;;
10877esac
20e95c23 10878fi
d7040cdb
SE
10879XGETTEXT="$ac_cv_path_XGETTEXT"
10880if test "$XGETTEXT" != ":"; then
10881 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
10882echo "${ECHO_T}$XGETTEXT" >&6
10883else
10884 echo "$as_me:$LINENO: result: no" >&5
10885echo "${ECHO_T}no" >&6
10886fi
10887
10888 rm -f messages.po
10889
979273e3 10890
d7040cdb
SE
10891# Prepare PATH_SEPARATOR.
10892# The user is always right.
10893if test "${PATH_SEPARATOR+set}" != set; then
10894 echo "#! /bin/sh" >conf$$.sh
10895 echo "exit 0" >>conf$$.sh
10896 chmod +x conf$$.sh
10897 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10898 PATH_SEPARATOR=';'
10899 else
10900 PATH_SEPARATOR=:
10901 fi
10902 rm -f conf$$.sh
252b5132 10903fi
979273e3 10904
d7040cdb
SE
10905# Find out how to test for executable files. Don't use a zero-byte file,
10906# as systems may use methods other than mode bits to determine executability.
10907cat >conf$$.file <<_ASEOF
10908#! /bin/sh
10909exit 0
10910_ASEOF
10911chmod +x conf$$.file
10912if test -x conf$$.file >/dev/null 2>&1; then
10913 ac_executable_p="test -x"
252b5132 10914else
d7040cdb
SE
10915 ac_executable_p="test -f"
10916fi
10917rm -f conf$$.file
252b5132 10918
d7040cdb
SE
10919# Extract the first word of "msgmerge", so it can be a program name with args.
10920set dummy msgmerge; ac_word=$2
10921echo "$as_me:$LINENO: checking for $ac_word" >&5
10922echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10923if test "${ac_cv_path_MSGMERGE+set}" = set; then
10924 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10925else
d7040cdb
SE
10926 case "$MSGMERGE" in
10927 [\\/]* | ?:[\\/]*)
10928 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
10929 ;;
10930 *)
10931 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10932 for ac_dir in $PATH; do
10933 IFS="$ac_save_IFS"
10934 test -z "$ac_dir" && ac_dir=.
10935 for ac_exec_ext in '' $ac_executable_extensions; do
10936 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10937 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
10938 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
10939 break 2
10940 fi
10941 fi
10942 done
10943 done
10944 IFS="$ac_save_IFS"
10945 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
10946 ;;
10947esac
20e95c23 10948fi
d7040cdb
SE
10949MSGMERGE="$ac_cv_path_MSGMERGE"
10950if test "$MSGMERGE" != ":"; then
10951 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
10952echo "${ECHO_T}$MSGMERGE" >&6
10953else
10954 echo "$as_me:$LINENO: result: no" >&5
10955echo "${ECHO_T}no" >&6
20e95c23 10956fi
252b5132 10957
979273e3 10958
d7040cdb
SE
10959 if test "$GMSGFMT" != ":"; then
10960 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
10961 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10962 : ;
10963 else
10964 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
10965 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
10966echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
10967 GMSGFMT=":"
10968 fi
10969 fi
979273e3 10970
d7040cdb
SE
10971 if test "$XGETTEXT" != ":"; then
10972 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10973 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10974 : ;
10975 else
10976 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
10977echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
10978 XGETTEXT=":"
10979 fi
10980 rm -f messages.po
10981 fi
979273e3 10982
d7040cdb 10983 ac_config_commands="$ac_config_commands default-1"
c46f8c51 10984
c46f8c51 10985
979273e3 10986
d7040cdb 10987. ${srcdir}/../bfd/configure.host
252b5132 10988
d7040cdb
SE
10989# Put a plausible default for CC_FOR_BUILD in Makefile.
10990if test -z "$CC_FOR_BUILD"; then
10991 if test "x$cross_compiling" = "xno"; then
10992 CC_FOR_BUILD='$(CC)'
10993 else
10994 CC_FOR_BUILD=gcc
10995 fi
10996fi
252b5132 10997
d7040cdb
SE
10998# Also set EXEEXT_FOR_BUILD.
10999if test "x$cross_compiling" = "xno"; then
11000 EXEEXT_FOR_BUILD='$(EXEEXT)'
11001else
11002 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
11003echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
11004if test "${bfd_cv_build_exeext+set}" = set; then
11005 echo $ECHO_N "(cached) $ECHO_C" >&6
11006else
11007 rm -f conftest*
11008 echo 'int main () { return 0; }' > conftest.c
11009 bfd_cv_build_exeext=
11010 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
11011 for file in conftest.*; do
11012 case $file in
11013 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
11014 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
11015 esac
11016 done
11017 rm -f conftest*
11018 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
11019fi
11020echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
11021echo "${ECHO_T}$bfd_cv_build_exeext" >&6
11022 EXEEXT_FOR_BUILD=""
11023 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
11024fi
252b5132 11025
979273e3 11026
252b5132 11027
d7040cdb
SE
11028# Find a good install program. We prefer a C program (faster),
11029# so one script is as good as another. But avoid the broken or
11030# incompatible versions:
11031# SysV /etc/install, /usr/sbin/install
11032# SunOS /usr/etc/install
11033# IRIX /sbin/install
11034# AIX /bin/install
11035# AmigaOS /C/install, which installs bootblocks on floppy discs
11036# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11037# AFS /usr/afsws/bin/install, which mishandles nonexistent args
11038# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11039# OS/2's system install, which has a completely different semantic
11040# ./install, which can be erroneously created by make from ./install.sh.
11041echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11042echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11043if test -z "$INSTALL"; then
11044if test "${ac_cv_path_install+set}" = set; then
979273e3 11045 echo $ECHO_N "(cached) $ECHO_C" >&6
979273e3 11046else
d7040cdb
SE
11047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11048for as_dir in $PATH
11049do
11050 IFS=$as_save_IFS
11051 test -z "$as_dir" && as_dir=.
11052 # Account for people who put trailing slashes in PATH elements.
11053case $as_dir/ in
11054 ./ | .// | /cC/* | \
11055 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
11056 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
11057 /usr/ucb/* ) ;;
11058 *)
11059 # OSF1 and SCO ODT 3.0 have their own names for install.
11060 # Don't use installbsd from OSF since it installs stuff as root
11061 # by default.
11062 for ac_prog in ginstall scoinst install; do
11063 for ac_exec_ext in '' $ac_executable_extensions; do
11064 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11065 if test $ac_prog = install &&
11066 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11067 # AIX install. It has an incompatible calling convention.
11068 :
11069 elif test $ac_prog = install &&
11070 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11071 # program-specific install script used by HP pwplus--don't use.
11072 :
11073 else
11074 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
11075 break 3
11076 fi
11077 fi
11078 done
11079 done
11080 ;;
11081esac
11082done
11083
979273e3 11084
979273e3 11085fi
d7040cdb
SE
11086 if test "${ac_cv_path_install+set}" = set; then
11087 INSTALL=$ac_cv_path_install
11088 else
11089 # As a last resort, use the slow shell script. We don't cache a
11090 # path for INSTALL within a source directory, because that will
11091 # break other packages using the cache if that directory is
11092 # removed, or if the path is relative.
11093 INSTALL=$ac_install_sh
11094 fi
b6849f55 11095fi
d7040cdb
SE
11096echo "$as_me:$LINENO: result: $INSTALL" >&5
11097echo "${ECHO_T}$INSTALL" >&6
b6849f55 11098
d7040cdb
SE
11099# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11100# It thinks the first close brace ends the variable substitution.
11101test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
b6849f55 11102
d7040cdb
SE
11103test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
11104
11105test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
979273e3 11106
252b5132 11107
979273e3
NN
11108
11109
11110
11111for ac_header in string.h strings.h stdlib.h
252b5132 11112do
979273e3
NN
11113as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11114if eval "test \"\${$as_ac_Header+set}\" = set"; then
11115 echo "$as_me:$LINENO: checking for $ac_header" >&5
11116echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11117if eval "test \"\${$as_ac_Header+set}\" = set"; then
11118 echo $ECHO_N "(cached) $ECHO_C" >&6
11119fi
11120echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11121echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11122else
11123 # Is the header compilable?
11124echo "$as_me:$LINENO: checking $ac_header usability" >&5
11125echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11126cat >conftest.$ac_ext <<_ACEOF
11127/* confdefs.h. */
11128_ACEOF
11129cat confdefs.h >>conftest.$ac_ext
11130cat >>conftest.$ac_ext <<_ACEOF
11131/* end confdefs.h. */
11132$ac_includes_default
11133#include <$ac_header>
11134_ACEOF
11135rm -f conftest.$ac_objext
11136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11137 (eval $ac_compile) 2>conftest.er1
11138 ac_status=$?
11139 grep -v '^ *+' conftest.er1 >conftest.err
11140 rm -f conftest.er1
11141 cat conftest.err >&5
11142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11143 (exit $ac_status); } &&
8ae85421
AM
11144 { ac_try='test -z "$ac_c_werror_flag"
11145 || test ! -s conftest.err'
979273e3
NN
11146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11147 (eval $ac_try) 2>&5
11148 ac_status=$?
11149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11150 (exit $ac_status); }; } &&
11151 { ac_try='test -s conftest.$ac_objext'
11152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11153 (eval $ac_try) 2>&5
11154 ac_status=$?
11155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11156 (exit $ac_status); }; }; then
11157 ac_header_compiler=yes
11158else
11159 echo "$as_me: failed program was:" >&5
11160sed 's/^/| /' conftest.$ac_ext >&5
11161
11162ac_header_compiler=no
11163fi
11164rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11165echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11166echo "${ECHO_T}$ac_header_compiler" >&6
11167
11168# Is the header present?
11169echo "$as_me:$LINENO: checking $ac_header presence" >&5
11170echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11171cat >conftest.$ac_ext <<_ACEOF
11172/* confdefs.h. */
11173_ACEOF
11174cat confdefs.h >>conftest.$ac_ext
11175cat >>conftest.$ac_ext <<_ACEOF
11176/* end confdefs.h. */
11177#include <$ac_header>
11178_ACEOF
11179if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11180 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11181 ac_status=$?
11182 grep -v '^ *+' conftest.er1 >conftest.err
11183 rm -f conftest.er1
11184 cat conftest.err >&5
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); } >/dev/null; then
11187 if test -s conftest.err; then
11188 ac_cpp_err=$ac_c_preproc_warn_flag
11189 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11190 else
11191 ac_cpp_err=
11192 fi
252b5132 11193else
979273e3 11194 ac_cpp_err=yes
252b5132 11195fi
979273e3
NN
11196if test -z "$ac_cpp_err"; then
11197 ac_header_preproc=yes
11198else
11199 echo "$as_me: failed program was:" >&5
11200sed 's/^/| /' conftest.$ac_ext >&5
11201
11202 ac_header_preproc=no
252b5132 11203fi
979273e3
NN
11204rm -f conftest.err conftest.$ac_ext
11205echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11206echo "${ECHO_T}$ac_header_preproc" >&6
11207
11208# So? What about this header?
11209case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11210 yes:no: )
11211 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11212echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11213 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11214echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11215 ac_header_preproc=yes
11216 ;;
11217 no:yes:* )
11218 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11219echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11220 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11221echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11222 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11223echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11224 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11225echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11226 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11227echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11228 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11229echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11230 (
11231 cat <<\_ASBOX
11232## ------------------------------------------ ##
11233## Report this to the AC_PACKAGE_NAME lists. ##
11234## ------------------------------------------ ##
11235_ASBOX
11236 ) |
11237 sed "s/^/$as_me: WARNING: /" >&2
11238 ;;
11239esac
11240echo "$as_me:$LINENO: checking for $ac_header" >&5
11241echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11242if eval "test \"\${$as_ac_Header+set}\" = set"; then
11243 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11244else
979273e3
NN
11245 eval "$as_ac_Header=\$ac_header_preproc"
11246fi
11247echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11248echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11249
11250fi
11251if test `eval echo '${'$as_ac_Header'}'` = yes; then
11252 cat >>confdefs.h <<_ACEOF
11253#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11254_ACEOF
11255
252b5132 11256fi
979273e3 11257
252b5132
RH
11258done
11259
11260
4bd60896
JG
11261echo "$as_me:$LINENO: checking whether basename is declared" >&5
11262echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
11263if test "${ac_cv_have_decl_basename+set}" = set; then
11264 echo $ECHO_N "(cached) $ECHO_C" >&6
11265else
11266 cat >conftest.$ac_ext <<_ACEOF
11267/* confdefs.h. */
11268_ACEOF
11269cat confdefs.h >>conftest.$ac_ext
11270cat >>conftest.$ac_ext <<_ACEOF
11271/* end confdefs.h. */
db5152b4 11272$ac_includes_default
4bd60896
JG
11273int
11274main ()
11275{
11276#ifndef basename
11277 char *p = (char *) basename;
11278#endif
11279
11280 ;
11281 return 0;
11282}
11283_ACEOF
11284rm -f conftest.$ac_objext
11285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11286 (eval $ac_compile) 2>conftest.er1
11287 ac_status=$?
11288 grep -v '^ *+' conftest.er1 >conftest.err
11289 rm -f conftest.er1
11290 cat conftest.err >&5
11291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11292 (exit $ac_status); } &&
11293 { ac_try='test -z "$ac_c_werror_flag"
11294 || test ! -s conftest.err'
11295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11296 (eval $ac_try) 2>&5
11297 ac_status=$?
11298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11299 (exit $ac_status); }; } &&
11300 { ac_try='test -s conftest.$ac_objext'
11301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11302 (eval $ac_try) 2>&5
11303 ac_status=$?
11304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11305 (exit $ac_status); }; }; then
11306 ac_cv_have_decl_basename=yes
11307else
11308 echo "$as_me: failed program was:" >&5
11309sed 's/^/| /' conftest.$ac_ext >&5
11310
11311ac_cv_have_decl_basename=no
11312fi
11313rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11314fi
11315echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
11316echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
11317if test $ac_cv_have_decl_basename = yes; then
11318
11319cat >>confdefs.h <<_ACEOF
11320#define HAVE_DECL_BASENAME 1
11321_ACEOF
11322
11323
11324else
11325 cat >>confdefs.h <<_ACEOF
11326#define HAVE_DECL_BASENAME 0
11327_ACEOF
11328
11329
dabbade6
L
11330fi
11331echo "$as_me:$LINENO: checking whether stpcpy is declared" >&5
11332echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" >&6
11333if test "${ac_cv_have_decl_stpcpy+set}" = set; then
11334 echo $ECHO_N "(cached) $ECHO_C" >&6
11335else
11336 cat >conftest.$ac_ext <<_ACEOF
11337/* confdefs.h. */
11338_ACEOF
11339cat confdefs.h >>conftest.$ac_ext
11340cat >>conftest.$ac_ext <<_ACEOF
11341/* end confdefs.h. */
11342$ac_includes_default
11343int
11344main ()
11345{
11346#ifndef stpcpy
11347 char *p = (char *) stpcpy;
11348#endif
11349
11350 ;
11351 return 0;
11352}
11353_ACEOF
11354rm -f conftest.$ac_objext
11355if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11356 (eval $ac_compile) 2>conftest.er1
11357 ac_status=$?
11358 grep -v '^ *+' conftest.er1 >conftest.err
11359 rm -f conftest.er1
11360 cat conftest.err >&5
11361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11362 (exit $ac_status); } &&
11363 { ac_try='test -z "$ac_c_werror_flag"
11364 || test ! -s conftest.err'
11365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11366 (eval $ac_try) 2>&5
11367 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); }; } &&
11370 { ac_try='test -s conftest.$ac_objext'
11371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11372 (eval $ac_try) 2>&5
11373 ac_status=$?
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); }; }; then
11376 ac_cv_have_decl_stpcpy=yes
11377else
11378 echo "$as_me: failed program was:" >&5
11379sed 's/^/| /' conftest.$ac_ext >&5
11380
11381ac_cv_have_decl_stpcpy=no
11382fi
11383rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11384fi
11385echo "$as_me:$LINENO: result: $ac_cv_have_decl_stpcpy" >&5
11386echo "${ECHO_T}$ac_cv_have_decl_stpcpy" >&6
11387if test $ac_cv_have_decl_stpcpy = yes; then
11388
11389cat >>confdefs.h <<_ACEOF
11390#define HAVE_DECL_STPCPY 1
11391_ACEOF
11392
11393
11394else
11395 cat >>confdefs.h <<_ACEOF
11396#define HAVE_DECL_STPCPY 0
11397_ACEOF
11398
11399
4bd60896
JG
11400fi
11401
11402
11403
6e31aea3
BE
11404cgen_maint=no
11405cgendir='$(srcdir)/../cgen'
11406
11407# Check whether --enable-cgen-maint or --disable-cgen-maint was given.
11408if test "${enable_cgen_maint+set}" = set; then
11409 enableval="$enable_cgen_maint"
11410 case "${enableval}" in
11411 yes) cgen_maint=yes ;;
11412 no) cgen_maint=no ;;
11413 *)
11414 # argument is cgen install directory (not implemented yet).
11415 # Having a `share' directory might be more appropriate for the .scm,
11416 # .cpu, etc. files.
11417 cgen_maint=yes
11418 cgendir=${cgen_maint}/lib/cgen
11419 ;;
11420esac
979273e3 11421fi;
6e31aea3
BE
11422
11423if test x${cgen_maint} = xyes; then
11424 CGEN_MAINT_TRUE=
11425 CGEN_MAINT_FALSE='#'
11426else
11427 CGEN_MAINT_TRUE='#'
11428 CGEN_MAINT_FALSE=
11429fi
11430
252b5132 11431
8ae85421 11432
252b5132
RH
11433using_cgen=no
11434
11435# Horrible hacks to build DLLs on Windows.
11436WIN32LDFLAGS=
11437WIN32LIBADD=
11438case "${host}" in
11439*-*-cygwin*)
11440 if test "$enable_shared" = "yes"; then
11441 WIN32LDFLAGS="-no-undefined"
11442 WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
11443 fi
11444 ;;
11445esac
11446
11447
11448
11449# target-specific stuff:
11450
11451# Canonicalize the secondary target names.
11452if test -n "$enable_targets" ; then
11453 for targ in `echo $enable_targets | sed 's/,/ /g'`
11454 do
6d83c84b 11455 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
11456 if test -n "$result" ; then
11457 canon_targets="$canon_targets $result"
11458 else
11459 # Allow targets that config.sub doesn't recognize, like "all".
11460 canon_targets="$canon_targets $targ"
11461 fi
11462 done
11463fi
11464
11465all_targets=false
11466selarchs=
11467for targ in $target $canon_targets
11468do
11469 if test "x$targ" = "xall" ; then
11470 all_targets=true
11471 else
11472 . $srcdir/../bfd/config.bfd
11473 selarchs="$selarchs $targ_archs"
11474 fi
979273e3 11475done
252b5132
RH
11476
11477# Utility var, documents generic cgen support files.
11478
3609e0fe 11479cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
252b5132
RH
11480
11481# We don't do any links based on the target system, just makefile config.
11482
11483if test x${all_targets} = xfalse ; then
11484
11485 # Target architecture .o files.
11486 ta=
11487
11488 for arch in $selarchs
11489 do
11490 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
11491 archdefs="$archdefs -DARCH_$ad"
11492 case "$arch" in
252b5132 11493 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
0d2bcfaf 11494 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
252b5132 11495 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
adde6300 11496 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
4b7f6baa 11497 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
3d3d428f 11498 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
3609e0fe 11499 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
1fe1f39c 11500 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
252b5132
RH
11501 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
11502 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
d172d4ba 11503 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
252b5132 11504 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
c5f5f1f4 11505 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
252b5132
RH
11506 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
11507 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
11508 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
5b93d8bb 11509 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;;
0b1cf022 11510 bfd_i386_arch) ta="$ta i386-dis.lo i386-opc.lo" ;;
9d751335 11511 bfd_i860_arch) ta="$ta i860-dis.lo" ;;
252b5132 11512 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
800eeca4 11513 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
a40cbfa3 11514 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
47b1a55a 11515 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
c5f5f1f4 11516 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
252b5132 11517 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
60bcf0fa
NC
11518 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
11519 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
252b5132
RH
11520 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
11521 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
7499d566 11522 bfd_maxq_arch) ta="$ta maxq-dis.lo" ;;
252b5132 11523 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
bd2f2e55 11524 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
252b5132 11525 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;;
3c3bdf30 11526 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
252b5132
RH
11527 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
11528 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
d031aafb 11529 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
2469cfa2 11530 bfd_msp430_arch) ta="$ta msp430-dis.lo" ;;
252b5132 11531 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
87e6d782 11532 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;;
3b16e843 11533 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;;
e135f41b 11534 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
1e608f98 11535 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
252b5132 11536 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
a85d7ed0 11537 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
5dd0794d 11538 bfd_pyramid_arch) ;;
252b5132
RH
11539 bfd_romp_arch) ;;
11540 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
a85d7ed0 11541 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
1c0d3aa6 11542 bfd_score_arch) ta="$ta score-dis.lo" ;;
09919455 11543 bfd_sh_arch)
d28847ce 11544 # We can't decide what we want just from the CPU family.
e8b872bb
AO
11545 # We want SH5 support unless a specific version of sh is
11546 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
ca0f2ed6
HPN
11547 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
11548 for t in $target $canon_targets; do
11549 case $t in
5b0e55b6 11550 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
942e7dd9 11551 sh-*-linux* | shl-*-linux*)
d28847ce 11552 ta="$ta sh64-dis.lo sh64-opc.lo"
ca0f2ed6
HPN
11553 archdefs="$archdefs -DINCLUDE_SHMEDIA"
11554 break;;
11555 esac;
11556 done
d3f1a427 11557 ta="$ta sh-dis.lo cgen-bitset.lo" ;;
252b5132 11558 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
e9f53129 11559 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
252b5132
RH
11560 bfd_tahoe_arch) ;;
11561 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
026df7c5 11562 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
5c84d377 11563 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
252b5132
RH
11564 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
11565 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
11566 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
11567 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
11568 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
11569 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
11570 bfd_we32k_arch) ;;
d70c5fc7 11571 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
93fbbb04 11572 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
e0001a05 11573 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
3c9b82ba 11574 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
252b5132
RH
11575 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
11576
11577 "") ;;
979273e3
NN
11578 *) { { echo "$as_me:$LINENO: error: *** unknown target architecture $arch" >&5
11579echo "$as_me: error: *** unknown target architecture $arch" >&2;}
11580 { (exit 1); exit 1; }; } ;;
252b5132
RH
11581 esac
11582 done
11583
11584 if test $using_cgen = yes ; then
11585 ta="$ta $cgen_files"
11586 fi
11587
11588 # Weed out duplicate .o files.
11589 f=""
11590 for i in $ta ; do
11591 case " $f " in
11592 *" $i "*) ;;
11593 *) f="$f $i" ;;
11594 esac
11595 done
11596 ta="$f"
11597
11598 # And duplicate -D flags.
11599 f=""
11600 for i in $archdefs ; do
11601 case " $f " in
11602 *" $i "*) ;;
11603 *) f="$f $i" ;;
11604 esac
11605 done
11606 archdefs="$f"
11607
11608 BFD_MACHINES="$ta"
11609
11610else # all_targets is true
11611 archdefs=-DARCH_all
11612 BFD_MACHINES='$(ALL_MACHINES)'
11613fi
11614
11615
11616
11617
979273e3
NN
11618 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
11619
979273e3 11620cat >confcache <<\_ACEOF
252b5132
RH
11621# This file is a shell script that caches the results of configure
11622# tests run on this system so they can be shared between configure
979273e3
NN
11623# scripts and configure runs, see configure's option --config-cache.
11624# It is not useful on other systems. If it contains results you don't
11625# want to keep, you may remove or edit it.
252b5132 11626#
979273e3
NN
11627# config.status only pays attention to the cache file if you give it
11628# the --recheck option to rerun configure.
252b5132 11629#
979273e3
NN
11630# `ac_cv_env_foo' variables (set or unset) will be overridden when
11631# loading this file, other *unset* `ac_cv_foo' will be assigned the
11632# following values.
11633
11634_ACEOF
11635
252b5132
RH
11636# The following way of writing the cache mishandles newlines in values,
11637# but we know of no workaround that is simple, portable, and efficient.
11638# So, don't put newlines in cache variables' values.
11639# Ultrix sh set writes to stderr and can't be redirected directly,
11640# and sets the high bit in the cache file unless we assign to the vars.
979273e3
NN
11641{
11642 (set) 2>&1 |
11643 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11644 *ac_space=\ *)
11645 # `set' does not quote correctly, so add quotes (double-quote
11646 # substitution turns \\\\ into \\, and sed turns \\ into \).
11647 sed -n \
11648 "s/'/'\\\\''/g;
11649 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11650 ;;
11651 *)
11652 # `set' quotes correctly as required by POSIX, so do not add quotes.
11653 sed -n \
11654 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11655 ;;
11656 esac;
11657} |
11658 sed '
11659 t clear
11660 : clear
11661 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11662 t end
11663 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11664 : end' >>confcache
11665if diff $cache_file confcache >/dev/null 2>&1; then :; else
252b5132 11666 if test -w $cache_file; then
979273e3
NN
11667 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11668 cat confcache >$cache_file
252b5132
RH
11669 else
11670 echo "not updating unwritable cache $cache_file"
11671 fi
11672fi
11673rm -f confcache
11674
252b5132
RH
11675test "x$prefix" = xNONE && prefix=$ac_default_prefix
11676# Let make expand exec_prefix.
11677test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11678
979273e3
NN
11679# VPATH may cause trouble with some makes, so we remove $(srcdir),
11680# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11681# trailing colons and then remove the whole line if VPATH becomes empty
11682# (actually we leave an empty line to preserve line numbers).
252b5132 11683if test "x$srcdir" = x.; then
979273e3
NN
11684 ac_vpsub='/^[ ]*VPATH[ ]*=/{
11685s/:*\$(srcdir):*/:/;
11686s/:*\${srcdir}:*/:/;
11687s/:*@srcdir@:*/:/;
11688s/^\([^=]*=[ ]*\):*/\1/;
11689s/:*$//;
11690s/^[^=]*=[ ]*$//;
11691}'
252b5132
RH
11692fi
11693
252b5132
RH
11694DEFS=-DHAVE_CONFIG_H
11695
979273e3
NN
11696ac_libobjs=
11697ac_ltlibobjs=
11698for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11699 # 1. Remove the extension, and $U if already installed.
11700 ac_i=`echo "$ac_i" |
11701 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11702 # 2. Add them.
11703 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
11704 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
11705done
11706LIBOBJS=$ac_libobjs
252b5132 11707
979273e3
NN
11708LTLIBOBJS=$ac_ltlibobjs
11709
11710
8ae85421
AM
11711if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11712 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11713Usually this means the macro was only invoked conditionally." >&5
11714echo "$as_me: error: conditional \"AMDEP\" was never defined.
11715Usually this means the macro was only invoked conditionally." >&2;}
11716 { (exit 1); exit 1; }; }
11717fi
11718if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11719 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11720Usually this means the macro was only invoked conditionally." >&5
11721echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11722Usually this means the macro was only invoked conditionally." >&2;}
11723 { (exit 1); exit 1; }; }
11724fi
11725if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11726 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11727Usually this means the macro was only invoked conditionally." >&5
11728echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11729Usually this means the macro was only invoked conditionally." >&2;}
11730 { (exit 1); exit 1; }; }
11731fi
11732if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
11733 { { echo "$as_me:$LINENO: error: conditional \"INSTALL_LIBBFD\" was never defined.
11734Usually this means the macro was only invoked conditionally." >&5
11735echo "$as_me: error: conditional \"INSTALL_LIBBFD\" was never defined.
11736Usually this means the macro was only invoked conditionally." >&2;}
11737 { (exit 1); exit 1; }; }
11738fi
11739if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
11740 { { echo "$as_me:$LINENO: error: conditional \"CGEN_MAINT\" was never defined.
11741Usually this means the macro was only invoked conditionally." >&5
11742echo "$as_me: error: conditional \"CGEN_MAINT\" was never defined.
11743Usually this means the macro was only invoked conditionally." >&2;}
11744 { (exit 1); exit 1; }; }
11745fi
979273e3
NN
11746
11747: ${CONFIG_STATUS=./config.status}
11748ac_clean_files_save=$ac_clean_files
11749ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11750{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11751echo "$as_me: creating $CONFIG_STATUS" >&6;}
11752cat >$CONFIG_STATUS <<_ACEOF
11753#! $SHELL
11754# Generated by $as_me.
252b5132 11755# Run this file to recreate the current configuration.
252b5132 11756# Compiler output produced by configure, useful for debugging
979273e3 11757# configure, is in config.log if it exists.
252b5132 11758
979273e3
NN
11759debug=false
11760ac_cs_recheck=false
11761ac_cs_silent=false
11762SHELL=\${CONFIG_SHELL-$SHELL}
11763_ACEOF
11764
11765cat >>$CONFIG_STATUS <<\_ACEOF
11766## --------------------- ##
11767## M4sh Initialization. ##
11768## --------------------- ##
11769
11770# Be Bourne compatible
11771if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11772 emulate sh
11773 NULLCMD=:
11774 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11775 # is contrary to our usage. Disable this feature.
11776 alias -g '${1+"$@"}'='"$@"'
11777elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
11778 set -o posix
11779fi
11780DUALCASE=1; export DUALCASE # for MKS sh
11781
11782# Support unset when possible.
11783if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11784 as_unset=unset
11785else
11786 as_unset=false
11787fi
11788
11789
11790# Work around bugs in pre-3.0 UWIN ksh.
11791$as_unset ENV MAIL MAILPATH
11792PS1='$ '
11793PS2='> '
11794PS4='+ '
11795
11796# NLS nuisances.
11797for as_var in \
11798 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11799 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11800 LC_TELEPHONE LC_TIME
252b5132 11801do
979273e3
NN
11802 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11803 eval $as_var=C; export $as_var
11804 else
11805 $as_unset $as_var
11806 fi
252b5132
RH
11807done
11808
979273e3
NN
11809# Required to use basename.
11810if expr a : '\(a\)' >/dev/null 2>&1; then
11811 as_expr=expr
11812else
11813 as_expr=false
11814fi
11815
11816if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
11817 as_basename=basename
11818else
11819 as_basename=false
11820fi
252b5132 11821
252b5132 11822
979273e3
NN
11823# Name of the executable.
11824as_me=`$as_basename "$0" ||
11825$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11826 X"$0" : 'X\(//\)$' \| \
11827 X"$0" : 'X\(/\)$' \| \
11828 . : '\(.\)' 2>/dev/null ||
11829echo X/"$0" |
11830 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11831 /^X\/\(\/\/\)$/{ s//\1/; q; }
11832 /^X\/\(\/\).*/{ s//\1/; q; }
11833 s/.*/./; q'`
252b5132 11834
252b5132 11835
979273e3
NN
11836# PATH needs CR, and LINENO needs CR and PATH.
11837# Avoid depending upon Character Ranges.
11838as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11839as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11840as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11841as_cr_digits='0123456789'
11842as_cr_alnum=$as_cr_Letters$as_cr_digits
11843
11844# The user is always right.
11845if test "${PATH_SEPARATOR+set}" != set; then
11846 echo "#! /bin/sh" >conf$$.sh
11847 echo "exit 0" >>conf$$.sh
11848 chmod +x conf$$.sh
11849 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11850 PATH_SEPARATOR=';'
252b5132 11851 else
979273e3
NN
11852 PATH_SEPARATOR=:
11853 fi
11854 rm -f conf$$.sh
11855fi
11856
11857
11858 as_lineno_1=$LINENO
11859 as_lineno_2=$LINENO
11860 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11861 test "x$as_lineno_1" != "x$as_lineno_2" &&
11862 test "x$as_lineno_3" = "x$as_lineno_2" || {
11863 # Find who we are. Look in the path if we contain no path at all
11864 # relative or not.
11865 case $0 in
11866 *[\\/]* ) as_myself=$0 ;;
11867 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11868for as_dir in $PATH
11869do
11870 IFS=$as_save_IFS
11871 test -z "$as_dir" && as_dir=.
11872 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11873done
11874
11875 ;;
11876 esac
11877 # We did not find ourselves, most probably we were run as `sh COMMAND'
11878 # in which case we are not to be found in the path.
11879 if test "x$as_myself" = x; then
11880 as_myself=$0
11881 fi
11882 if test ! -f "$as_myself"; then
11883 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11884echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11885 { (exit 1); exit 1; }; }
252b5132 11886 fi
979273e3
NN
11887 case $CONFIG_SHELL in
11888 '')
11889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11890for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
11891do
11892 IFS=$as_save_IFS
11893 test -z "$as_dir" && as_dir=.
11894 for as_base in sh bash ksh sh5; do
11895 case $as_dir in
11896 /*)
11897 if ("$as_dir/$as_base" -c '
11898 as_lineno_1=$LINENO
11899 as_lineno_2=$LINENO
11900 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11901 test "x$as_lineno_1" != "x$as_lineno_2" &&
11902 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
11903 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
11904 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
11905 CONFIG_SHELL=$as_dir/$as_base
11906 export CONFIG_SHELL
11907 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11908 fi;;
11909 esac
11910 done
11911done
11912;;
11913 esac
11914
11915 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11916 # uniformly replaced by the line number. The first 'sed' inserts a
11917 # line-number line before each line; the second 'sed' does the real
11918 # work. The second script uses 'N' to pair each line-number line
11919 # with the numbered line, and appends trailing '-' during
11920 # substitution so that $LINENO is not a special case at line end.
11921 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11922 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11923 sed '=' <$as_myself |
11924 sed '
11925 N
11926 s,$,-,
11927 : loop
11928 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11929 t loop
11930 s,-$,,
11931 s,^['$as_cr_digits']*\n,,
11932 ' >$as_me.lineno &&
11933 chmod +x $as_me.lineno ||
11934 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11935echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11936 { (exit 1); exit 1; }; }
11937
11938 # Don't try to exec as it changes $[0], causing all sort of problems
11939 # (the dirname of $[0] is not the place where we might find the
11940 # original and so on. Autoconf is especially sensible to this).
11941 . ./$as_me.lineno
11942 # Exit status is that of the last command.
11943 exit
11944}
11945
11946
11947case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11948 *c*,-n*) ECHO_N= ECHO_C='
11949' ECHO_T=' ' ;;
11950 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
11951 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
11952esac
11953
11954if expr a : '\(a\)' >/dev/null 2>&1; then
11955 as_expr=expr
11956else
11957 as_expr=false
11958fi
11959
11960rm -f conf$$ conf$$.exe conf$$.file
11961echo >conf$$.file
11962if ln -s conf$$.file conf$$ 2>/dev/null; then
11963 # We could just check for DJGPP; but this test a) works b) is more generic
11964 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11965 if test -f conf$$.exe; then
11966 # Don't use ln at all; we don't have any links
11967 as_ln_s='cp -p'
252b5132 11968 else
979273e3 11969 as_ln_s='ln -s'
252b5132 11970 fi
979273e3
NN
11971elif ln conf$$.file conf$$ 2>/dev/null; then
11972 as_ln_s=ln
11973else
11974 as_ln_s='cp -p'
11975fi
11976rm -f conf$$ conf$$.exe conf$$.file
11977
11978if mkdir -p . 2>/dev/null; then
11979 as_mkdir_p=:
11980else
11981 test -d ./-p && rmdir ./-p
11982 as_mkdir_p=false
11983fi
11984
11985as_executable_p="test -f"
11986
11987# Sed expression to map a string onto a valid CPP name.
11988as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11989
11990# Sed expression to map a string onto a valid variable name.
11991as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11992
11993
11994# IFS
11995# We need space, tab and new line, in precisely that order.
11996as_nl='
11997'
11998IFS=" $as_nl"
11999
12000# CDPATH.
12001$as_unset CDPATH
12002
12003exec 6>&1
12004
12005# Open the log real soon, to keep \$[0] and so on meaningful, and to
12006# report actual input values of CONFIG_FILES etc. instead of their
12007# values after options handling. Logging --version etc. is OK.
12008exec 5>>config.log
12009{
12010 echo
12011 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12012## Running $as_me. ##
12013_ASBOX
12014} >&5
12015cat >&5 <<_CSEOF
12016
12017This file was extended by $as_me, which was
12018generated by GNU Autoconf 2.59. Invocation command line was
12019
12020 CONFIG_FILES = $CONFIG_FILES
12021 CONFIG_HEADERS = $CONFIG_HEADERS
12022 CONFIG_LINKS = $CONFIG_LINKS
12023 CONFIG_COMMANDS = $CONFIG_COMMANDS
12024 $ $0 $@
12025
12026_CSEOF
12027echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12028echo >&5
12029_ACEOF
12030
12031# Files that config.status was made for.
12032if test -n "$ac_config_files"; then
12033 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12034fi
12035
12036if test -n "$ac_config_headers"; then
12037 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12038fi
12039
12040if test -n "$ac_config_links"; then
12041 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12042fi
12043
12044if test -n "$ac_config_commands"; then
12045 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12046fi
12047
12048cat >>$CONFIG_STATUS <<\_ACEOF
12049
12050ac_cs_usage="\
12051\`$as_me' instantiates files from templates according to the
12052current configuration.
12053
12054Usage: $0 [OPTIONS] [FILE]...
12055
12056 -h, --help print this help, then exit
12057 -V, --version print version number, then exit
12058 -q, --quiet do not print progress messages
12059 -d, --debug don't remove temporary files
12060 --recheck update $as_me by reconfiguring in the same conditions
12061 --file=FILE[:TEMPLATE]
12062 instantiate the configuration file FILE
12063 --header=FILE[:TEMPLATE]
12064 instantiate the configuration header FILE
12065
12066Configuration files:
12067$config_files
12068
12069Configuration headers:
12070$config_headers
12071
12072Configuration commands:
12073$config_commands
12074
12075Report bugs to <bug-autoconf@gnu.org>."
12076_ACEOF
12077
12078cat >>$CONFIG_STATUS <<_ACEOF
12079ac_cs_version="\\
12080config.status
12081configured by $0, generated by GNU Autoconf 2.59,
12082 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12083
12084Copyright (C) 2003 Free Software Foundation, Inc.
12085This config.status script is free software; the Free Software Foundation
12086gives unlimited permission to copy, distribute and modify it."
12087srcdir=$srcdir
12088INSTALL="$INSTALL"
12089_ACEOF
12090
12091cat >>$CONFIG_STATUS <<\_ACEOF
12092# If no file are specified by the user, then we need to provide default
12093# value. By we need to know if files were specified by the user.
12094ac_need_defaults=:
12095while test $# != 0
12096do
12097 case $1 in
12098 --*=*)
12099 ac_option=`expr "x$1" : 'x\([^=]*\)='`
12100 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
12101 ac_shift=:
12102 ;;
12103 -*)
12104 ac_option=$1
12105 ac_optarg=$2
12106 ac_shift=shift
12107 ;;
12108 *) # This is not an option, so the user has probably given explicit
12109 # arguments.
12110 ac_option=$1
12111 ac_need_defaults=false;;
12112 esac
12113
12114 case $ac_option in
12115 # Handling of the options.
12116_ACEOF
12117cat >>$CONFIG_STATUS <<\_ACEOF
12118 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12119 ac_cs_recheck=: ;;
12120 --version | --vers* | -V )
12121 echo "$ac_cs_version"; exit 0 ;;
12122 --he | --h)
12123 # Conflict between --help and --header
12124 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12125Try \`$0 --help' for more information." >&5
12126echo "$as_me: error: ambiguous option: $1
12127Try \`$0 --help' for more information." >&2;}
12128 { (exit 1); exit 1; }; };;
12129 --help | --hel | -h )
12130 echo "$ac_cs_usage"; exit 0 ;;
12131 --debug | --d* | -d )
12132 debug=: ;;
12133 --file | --fil | --fi | --f )
12134 $ac_shift
12135 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
12136 ac_need_defaults=false;;
12137 --header | --heade | --head | --hea )
12138 $ac_shift
12139 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
12140 ac_need_defaults=false;;
12141 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12142 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12143 ac_cs_silent=: ;;
12144
12145 # This is an error.
12146 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12147Try \`$0 --help' for more information." >&5
12148echo "$as_me: error: unrecognized option: $1
12149Try \`$0 --help' for more information." >&2;}
12150 { (exit 1); exit 1; }; } ;;
12151
12152 *) ac_config_targets="$ac_config_targets $1" ;;
12153
12154 esac
12155 shift
252b5132 12156done
979273e3
NN
12157
12158ac_configure_extra_args=
12159
12160if $ac_cs_silent; then
12161 exec 6>/dev/null
12162 ac_configure_extra_args="$ac_configure_extra_args --silent"
252b5132 12163fi
252b5132 12164
979273e3
NN
12165_ACEOF
12166cat >>$CONFIG_STATUS <<_ACEOF
12167if \$ac_cs_recheck; then
12168 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12169 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12170fi
252b5132 12171
979273e3
NN
12172_ACEOF
12173
12174cat >>$CONFIG_STATUS <<_ACEOF
12175#
12176# INIT-COMMANDS section.
12177#
12178
8ae85421 12179AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
12180
12181
12182# The HP-UX ksh and POSIX shell print the target directory to stdout
12183# if CDPATH is set.
12184(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12185
12186sed_quote_subst='$sed_quote_subst'
12187double_quote_subst='$double_quote_subst'
12188delay_variable_subst='$delay_variable_subst'
12189enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12190macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12191macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12192enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12193pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12194enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12195host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12196host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12197host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12198build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12199build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12200build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12201SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12202Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12203GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12204EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12205FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12206LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12207NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12208LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12209max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12210ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12211exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12212lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12213lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12214lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12215reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12216reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12217deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12218file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12219AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12220AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12221STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12222RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12223old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12224old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12225old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12226CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12227CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12228compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12229GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12230lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12231lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12232lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
12233objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12234SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12235ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12236MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12237lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12238lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12239lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12240lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12241lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12242need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12243libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12244shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12245extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12246archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12247enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12248export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12249whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12250compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12251old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12252old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12253archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12254archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12255module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12256module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12257with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12258allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12259no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12260hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12261hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12262hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12263hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12264hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12265hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12266hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12267hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12268inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12269link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12270fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12271always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12272export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12273exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12274include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12275prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12276file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12277variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12278need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12279need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12280version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12281runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12282shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12283shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12284libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12285library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12286soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12287postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12288postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12289finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12290finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12291hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12292sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12293sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12294hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12295enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12296enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12297enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12298old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12299striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12300
12301LTCC='$LTCC'
12302LTCFLAGS='$LTCFLAGS'
12303compiler='$compiler_DEFAULT'
12304
12305# Quote evaled strings.
12306for var in SED \
12307GREP \
12308EGREP \
12309FGREP \
12310LD \
12311NM \
12312LN_S \
12313lt_SP2NL \
12314lt_NL2SP \
12315reload_flag \
12316deplibs_check_method \
12317file_magic_cmd \
12318AR \
12319AR_FLAGS \
12320STRIP \
12321RANLIB \
12322CC \
12323CFLAGS \
12324compiler \
12325lt_cv_sys_global_symbol_pipe \
12326lt_cv_sys_global_symbol_to_cdecl \
12327lt_cv_sys_global_symbol_to_c_name_address \
12328SHELL \
12329ECHO \
12330lt_prog_compiler_no_builtin_flag \
12331lt_prog_compiler_wl \
12332lt_prog_compiler_pic \
12333lt_prog_compiler_static \
12334lt_cv_prog_compiler_c_o \
12335need_locks \
12336shrext_cmds \
12337export_dynamic_flag_spec \
12338whole_archive_flag_spec \
12339compiler_needs_object \
12340with_gnu_ld \
12341allow_undefined_flag \
12342no_undefined_flag \
12343hardcode_libdir_flag_spec \
12344hardcode_libdir_flag_spec_ld \
12345hardcode_libdir_separator \
12346fix_srcfile_path \
12347exclude_expsyms \
12348include_expsyms \
12349file_list_spec \
12350variables_saved_for_relink \
12351libname_spec \
12352library_names_spec \
12353soname_spec \
12354finish_eval \
12355old_striplib \
12356striplib; do
12357 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12358 *[\\\\\\\`\\"\\\$]*)
12359 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12360 ;;
12361 *)
12362 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12363 ;;
12364 esac
12365done
12366
12367# Double-quote double-evaled strings.
12368for var in reload_cmds \
12369old_postinstall_cmds \
12370old_postuninstall_cmds \
12371old_archive_cmds \
12372extract_expsyms_cmds \
12373old_archive_from_new_cmds \
12374old_archive_from_expsyms_cmds \
12375archive_cmds \
12376archive_expsym_cmds \
12377module_cmds \
12378module_expsym_cmds \
12379export_symbols_cmds \
12380prelink_cmds \
12381postinstall_cmds \
12382postuninstall_cmds \
12383finish_cmds \
12384sys_lib_search_path_spec \
12385sys_lib_dlsearch_path_spec; do
12386 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12387 *[\\\\\\\`\\"\\\$]*)
12388 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12389 ;;
12390 *)
12391 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12392 ;;
12393 esac
12394done
12395
12396# Fix-up fallback echo if it was mangled by the above quoting rules.
12397case \$lt_ECHO in
12398*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12399 ;;
12400esac
12401
12402ac_aux_dir='$ac_aux_dir'
12403xsi_shell='$xsi_shell'
12404lt_shell_append='$lt_shell_append'
12405
12406# See if we are running on zsh, and set the options which allow our
12407# commands through without removal of \ escapes INIT.
12408if test -n "\${ZSH_VERSION+set}" ; then
12409 setopt NO_GLOB_SUBST
12410fi
12411
12412
12413 PACKAGE='$PACKAGE'
12414 VERSION='$VERSION'
12415 TIMESTAMP='$TIMESTAMP'
12416 RM='$RM'
12417 ofile='$ofile'
12418
12419
12420
20e95c23
DJ
12421# Capture the value of obsolete ALL_LINGUAS because we need it to compute
12422 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
12423 # from automake.
12424 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
12425 # Capture the value of LINGUAS because we need it to compute CATALOGS.
12426 LINGUAS="${LINGUAS-%UNSET%}"
979273e3
NN
12427
12428
12429_ACEOF
12430
12431
12432
12433cat >>$CONFIG_STATUS <<\_ACEOF
12434for ac_config_target in $ac_config_targets
12435do
12436 case "$ac_config_target" in
12437 # Handling of arguments.
12438 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12439 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
8ae85421 12440 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
d7040cdb 12441 "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
20e95c23 12442 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
979273e3
NN
12443 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
12444 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12445echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12446 { (exit 1); exit 1; }; };;
252b5132 12447 esac
979273e3 12448done
252b5132 12449
979273e3
NN
12450# If the user did not use the arguments to specify the items to instantiate,
12451# then the envvar interface is used. Set only those that are not.
12452# We use the long form for the default assignment because of an extremely
12453# bizarre bug on SunOS 4.1.3.
12454if $ac_need_defaults; then
12455 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12456 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12457 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12458fi
12459
12460# Have a temporary directory for convenience. Make it in the build tree
12461# simply because there is no reason to put it here, and in addition,
12462# creating and moving files from /tmp can sometimes cause problems.
12463# Create a temporary directory, and hook for its removal unless debugging.
12464$debug ||
12465{
12466 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12467 trap '{ (exit 1); exit 1; }' 1 2 13 15
12468}
252b5132 12469
979273e3
NN
12470# Create a (secure) tmp directory for tmp files.
12471
12472{
12473 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12474 test -n "$tmp" && test -d "$tmp"
12475} ||
12476{
12477 tmp=./confstat$$-$RANDOM
12478 (umask 077 && mkdir $tmp)
12479} ||
12480{
12481 echo "$me: cannot create a temporary directory in ." >&2
12482 { (exit 1); exit 1; }
12483}
12484
12485_ACEOF
12486
12487cat >>$CONFIG_STATUS <<_ACEOF
12488
12489#
12490# CONFIG_FILES section.
12491#
12492
12493# No need to generate the scripts if there are no CONFIG_FILES.
12494# This happens for instance when ./config.status config.h
12495if test -n "\$CONFIG_FILES"; then
12496 # Protect against being on the right side of a sed subst in config.status.
12497 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12498 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12499s,@SHELL@,$SHELL,;t t
12500s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12501s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12502s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12503s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12504s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12505s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12506s,@exec_prefix@,$exec_prefix,;t t
12507s,@prefix@,$prefix,;t t
12508s,@program_transform_name@,$program_transform_name,;t t
12509s,@bindir@,$bindir,;t t
12510s,@sbindir@,$sbindir,;t t
12511s,@libexecdir@,$libexecdir,;t t
12512s,@datadir@,$datadir,;t t
12513s,@sysconfdir@,$sysconfdir,;t t
12514s,@sharedstatedir@,$sharedstatedir,;t t
12515s,@localstatedir@,$localstatedir,;t t
12516s,@libdir@,$libdir,;t t
12517s,@includedir@,$includedir,;t t
12518s,@oldincludedir@,$oldincludedir,;t t
12519s,@infodir@,$infodir,;t t
12520s,@mandir@,$mandir,;t t
12521s,@build_alias@,$build_alias,;t t
12522s,@host_alias@,$host_alias,;t t
12523s,@target_alias@,$target_alias,;t t
12524s,@DEFS@,$DEFS,;t t
12525s,@ECHO_C@,$ECHO_C,;t t
12526s,@ECHO_N@,$ECHO_N,;t t
12527s,@ECHO_T@,$ECHO_T,;t t
12528s,@LIBS@,$LIBS,;t t
12529s,@build@,$build,;t t
12530s,@build_cpu@,$build_cpu,;t t
12531s,@build_vendor@,$build_vendor,;t t
12532s,@build_os@,$build_os,;t t
12533s,@host@,$host,;t t
12534s,@host_cpu@,$host_cpu,;t t
12535s,@host_vendor@,$host_vendor,;t t
12536s,@host_os@,$host_os,;t t
12537s,@target@,$target,;t t
12538s,@target_cpu@,$target_cpu,;t t
12539s,@target_vendor@,$target_vendor,;t t
12540s,@target_os@,$target_os,;t t
12541s,@CC@,$CC,;t t
12542s,@CFLAGS@,$CFLAGS,;t t
12543s,@LDFLAGS@,$LDFLAGS,;t t
12544s,@CPPFLAGS@,$CPPFLAGS,;t t
12545s,@ac_ct_CC@,$ac_ct_CC,;t t
12546s,@EXEEXT@,$EXEEXT,;t t
12547s,@OBJEXT@,$OBJEXT,;t t
12548s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12549s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12550s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8ae85421 12551s,@CYGPATH_W@,$CYGPATH_W,;t t
979273e3
NN
12552s,@PACKAGE@,$PACKAGE,;t t
12553s,@VERSION@,$VERSION,;t t
12554s,@ACLOCAL@,$ACLOCAL,;t t
12555s,@AUTOCONF@,$AUTOCONF,;t t
12556s,@AUTOMAKE@,$AUTOMAKE,;t t
12557s,@AUTOHEADER@,$AUTOHEADER,;t t
12558s,@MAKEINFO@,$MAKEINFO,;t t
8ae85421
AM
12559s,@install_sh@,$install_sh,;t t
12560s,@STRIP@,$STRIP,;t t
12561s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
12562s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
12563s,@mkdir_p@,$mkdir_p,;t t
12564s,@AWK@,$AWK,;t t
979273e3 12565s,@SET_MAKE@,$SET_MAKE,;t t
8ae85421
AM
12566s,@am__leading_dot@,$am__leading_dot,;t t
12567s,@AMTAR@,$AMTAR,;t t
12568s,@am__tar@,$am__tar,;t t
12569s,@am__untar@,$am__untar,;t t
12570s,@DEPDIR@,$DEPDIR,;t t
12571s,@am__include@,$am__include,;t t
12572s,@am__quote@,$am__quote,;t t
12573s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
12574s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
12575s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
12576s,@CCDEPMODE@,$CCDEPMODE,;t t
12577s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
12578s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
979273e3
NN
12579s,@AR@,$AR,;t t
12580s,@ac_ct_AR@,$ac_ct_AR,;t t
12581s,@RANLIB@,$RANLIB,;t t
12582s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
979273e3 12583s,@LIBTOOL@,$LIBTOOL,;t t
d7040cdb
SE
12584s,@SED@,$SED,;t t
12585s,@EGREP@,$EGREP,;t t
12586s,@FGREP@,$FGREP,;t t
12587s,@GREP@,$GREP,;t t
12588s,@LD@,$LD,;t t
12589s,@DUMPBIN@,$DUMPBIN,;t t
12590s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
12591s,@NM@,$NM,;t t
12592s,@LN_S@,$LN_S,;t t
12593s,@lt_ECHO@,$lt_ECHO,;t t
12594s,@CPP@,$CPP,;t t
979273e3 12595s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
9e9b66a9 12596s,@NO_WERROR@,$NO_WERROR,;t t
979273e3
NN
12597s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12598s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12599s,@MAINT@,$MAINT,;t t
12600s,@INSTALL_LIBBFD_TRUE@,$INSTALL_LIBBFD_TRUE,;t t
12601s,@INSTALL_LIBBFD_FALSE@,$INSTALL_LIBBFD_FALSE,;t t
24443139
AS
12602s,@host_noncanonical@,$host_noncanonical,;t t
12603s,@target_noncanonical@,$target_noncanonical,;t t
979273e3
NN
12604s,@bfdlibdir@,$bfdlibdir,;t t
12605s,@bfdincludedir@,$bfdincludedir,;t t
979273e3 12606s,@USE_NLS@,$USE_NLS,;t t
20e95c23
DJ
12607s,@LIBINTL@,$LIBINTL,;t t
12608s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
12609s,@INCINTL@,$INCINTL,;t t
979273e3 12610s,@XGETTEXT@,$XGETTEXT,;t t
20e95c23
DJ
12611s,@GMSGFMT@,$GMSGFMT,;t t
12612s,@POSUB@,$POSUB,;t t
979273e3 12613s,@CATALOGS@,$CATALOGS,;t t
979273e3 12614s,@DATADIRNAME@,$DATADIRNAME,;t t
979273e3 12615s,@INSTOBJEXT@,$INSTOBJEXT,;t t
20e95c23
DJ
12616s,@GENCAT@,$GENCAT,;t t
12617s,@CATOBJEXT@,$CATOBJEXT,;t t
979273e3 12618s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
20e95c23
DJ
12619s,@MSGFMT@,$MSGFMT,;t t
12620s,@MSGMERGE@,$MSGMERGE,;t t
979273e3
NN
12621s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12622s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
12623s,@HDEFINES@,$HDEFINES,;t t
12624s,@CGEN_MAINT_TRUE@,$CGEN_MAINT_TRUE,;t t
12625s,@CGEN_MAINT_FALSE@,$CGEN_MAINT_FALSE,;t t
12626s,@cgendir@,$cgendir,;t t
12627s,@WIN32LDFLAGS@,$WIN32LDFLAGS,;t t
12628s,@WIN32LIBADD@,$WIN32LIBADD,;t t
12629s,@archdefs@,$archdefs,;t t
12630s,@BFD_MACHINES@,$BFD_MACHINES,;t t
12631s,@LIBOBJS@,$LIBOBJS,;t t
12632s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12633CEOF
12634
12635_ACEOF
12636
12637 cat >>$CONFIG_STATUS <<\_ACEOF
12638 # Split the substitutions into bite-sized pieces for seds with
12639 # small command number limits, like on Digital OSF/1 and HP-UX.
12640 ac_max_sed_lines=48
12641 ac_sed_frag=1 # Number of current file.
12642 ac_beg=1 # First line for current file.
12643 ac_end=$ac_max_sed_lines # Line after last line for current file.
12644 ac_more_lines=:
12645 ac_sed_cmds=
12646 while $ac_more_lines; do
12647 if test $ac_beg -gt 1; then
12648 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12649 else
12650 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12651 fi
12652 if test ! -s $tmp/subs.frag; then
12653 ac_more_lines=false
12654 else
12655 # The purpose of the label and of the branching condition is to
12656 # speed up the sed processing (if there are no `@' at all, there
12657 # is no need to browse any of the substitutions).
12658 # These are the two extra sed commands mentioned above.
12659 (echo ':t
12660 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
12661 if test -z "$ac_sed_cmds"; then
12662 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12663 else
12664 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12665 fi
12666 ac_sed_frag=`expr $ac_sed_frag + 1`
12667 ac_beg=$ac_end
12668 ac_end=`expr $ac_end + $ac_max_sed_lines`
12669 fi
12670 done
12671 if test -z "$ac_sed_cmds"; then
12672 ac_sed_cmds=cat
252b5132 12673 fi
979273e3 12674fi # test -n "$CONFIG_FILES"
252b5132 12675
979273e3
NN
12676_ACEOF
12677cat >>$CONFIG_STATUS <<\_ACEOF
12678for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
12679 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12680 case $ac_file in
12681 - | *:- | *:-:* ) # input from stdin
12682 cat >$tmp/stdin
12683 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12684 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12685 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12686 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12687 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
12688 esac
12689
979273e3
NN
12690 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12691 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12692$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12693 X"$ac_file" : 'X\(//\)[^/]' \| \
12694 X"$ac_file" : 'X\(//\)$' \| \
12695 X"$ac_file" : 'X\(/\)' \| \
12696 . : '\(.\)' 2>/dev/null ||
12697echo X"$ac_file" |
12698 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12699 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12700 /^X\(\/\/\)$/{ s//\1/; q; }
12701 /^X\(\/\).*/{ s//\1/; q; }
12702 s/.*/./; q'`
12703 { if $as_mkdir_p; then
12704 mkdir -p "$ac_dir"
12705 else
12706 as_dir="$ac_dir"
12707 as_dirs=
12708 while test ! -d "$as_dir"; do
12709 as_dirs="$as_dir $as_dirs"
12710 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12711$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12712 X"$as_dir" : 'X\(//\)[^/]' \| \
12713 X"$as_dir" : 'X\(//\)$' \| \
12714 X"$as_dir" : 'X\(/\)' \| \
12715 . : '\(.\)' 2>/dev/null ||
12716echo X"$as_dir" |
12717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12719 /^X\(\/\/\)$/{ s//\1/; q; }
12720 /^X\(\/\).*/{ s//\1/; q; }
12721 s/.*/./; q'`
12722 done
12723 test ! -n "$as_dirs" || mkdir $as_dirs
12724 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12725echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12726 { (exit 1); exit 1; }; }; }
12727
12728 ac_builddir=.
12729
12730if test "$ac_dir" != .; then
12731 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12732 # A "../" for each directory in $ac_dir_suffix.
12733 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12734else
12735 ac_dir_suffix= ac_top_builddir=
12736fi
12737
12738case $srcdir in
12739 .) # No --srcdir option. We are building in place.
12740 ac_srcdir=.
12741 if test -z "$ac_top_builddir"; then
12742 ac_top_srcdir=.
12743 else
12744 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12745 fi ;;
12746 [\\/]* | ?:[\\/]* ) # Absolute path.
12747 ac_srcdir=$srcdir$ac_dir_suffix;
12748 ac_top_srcdir=$srcdir ;;
12749 *) # Relative path.
12750 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12751 ac_top_srcdir=$ac_top_builddir$srcdir ;;
12752esac
12753
12754# Do not use `cd foo && pwd` to compute absolute paths, because
12755# the directories may not exist.
12756case `pwd` in
12757.) ac_abs_builddir="$ac_dir";;
12758*)
12759 case "$ac_dir" in
12760 .) ac_abs_builddir=`pwd`;;
12761 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12762 *) ac_abs_builddir=`pwd`/"$ac_dir";;
12763 esac;;
12764esac
12765case $ac_abs_builddir in
12766.) ac_abs_top_builddir=${ac_top_builddir}.;;
12767*)
12768 case ${ac_top_builddir}. in
12769 .) ac_abs_top_builddir=$ac_abs_builddir;;
12770 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12771 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12772 esac;;
12773esac
12774case $ac_abs_builddir in
12775.) ac_abs_srcdir=$ac_srcdir;;
12776*)
12777 case $ac_srcdir in
12778 .) ac_abs_srcdir=$ac_abs_builddir;;
12779 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12780 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12781 esac;;
12782esac
12783case $ac_abs_builddir in
12784.) ac_abs_top_srcdir=$ac_top_srcdir;;
12785*)
12786 case $ac_top_srcdir in
12787 .) ac_abs_top_srcdir=$ac_abs_builddir;;
12788 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12789 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12790 esac;;
12791esac
252b5132 12792
979273e3
NN
12793
12794 case $INSTALL in
12795 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12796 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
252b5132
RH
12797 esac
12798
8ae85421
AM
12799 if test x"$ac_file" != x-; then
12800 { echo "$as_me:$LINENO: creating $ac_file" >&5
12801echo "$as_me: creating $ac_file" >&6;}
12802 rm -f "$ac_file"
12803 fi
979273e3
NN
12804 # Let's still pretend it is `configure' which instantiates (i.e., don't
12805 # use $as_me), people would be surprised to read:
12806 # /* config.h. Generated by config.status. */
12807 if test x"$ac_file" = x-; then
12808 configure_input=
12809 else
12810 configure_input="$ac_file. "
12811 fi
12812 configure_input=$configure_input"Generated from `echo $ac_file_in |
12813 sed 's,.*/,,'` by configure."
12814
12815 # First look for the input files in the build tree, otherwise in the
12816 # src tree.
12817 ac_file_inputs=`IFS=:
12818 for f in $ac_file_in; do
12819 case $f in
12820 -) echo $tmp/stdin ;;
12821 [\\/$]*)
12822 # Absolute (can't be DOS-style, as IFS=:)
12823 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12824echo "$as_me: error: cannot find input file: $f" >&2;}
12825 { (exit 1); exit 1; }; }
12826 echo "$f";;
12827 *) # Relative
12828 if test -f "$f"; then
12829 # Build tree
12830 echo "$f"
12831 elif test -f "$srcdir/$f"; then
12832 # Source tree
12833 echo "$srcdir/$f"
12834 else
12835 # /dev/null tree
12836 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12837echo "$as_me: error: cannot find input file: $f" >&2;}
12838 { (exit 1); exit 1; }; }
12839 fi;;
12840 esac
12841 done` || { (exit 1); exit 1; }
979273e3
NN
12842_ACEOF
12843cat >>$CONFIG_STATUS <<_ACEOF
12844 sed "$ac_vpsub
12845$extrasub
12846_ACEOF
12847cat >>$CONFIG_STATUS <<\_ACEOF
12848:t
12849/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12850s,@configure_input@,$configure_input,;t t
12851s,@srcdir@,$ac_srcdir,;t t
12852s,@abs_srcdir@,$ac_abs_srcdir,;t t
12853s,@top_srcdir@,$ac_top_srcdir,;t t
12854s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
12855s,@builddir@,$ac_builddir,;t t
12856s,@abs_builddir@,$ac_abs_builddir,;t t
12857s,@top_builddir@,$ac_top_builddir,;t t
12858s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
12859s,@INSTALL@,$ac_INSTALL,;t t
12860" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
12861 rm -f $tmp/stdin
12862 if test x"$ac_file" != x-; then
12863 mv $tmp/out $ac_file
12864 else
12865 cat $tmp/out
12866 rm -f $tmp/out
12867 fi
12868
12869done
12870_ACEOF
12871cat >>$CONFIG_STATUS <<\_ACEOF
12872
12873#
12874# CONFIG_HEADER section.
12875#
252b5132
RH
12876
12877# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
12878# NAME is the cpp macro being defined and VALUE is the value it is being given.
12879#
12880# ac_d sets the value in "#define NAME VALUE" lines.
979273e3
NN
12881ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
12882ac_dB='[ ].*$,\1#\2'
12883ac_dC=' '
12884ac_dD=',;t'
12885# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12886ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12887ac_uB='$,\1#\2define\3'
252b5132 12888ac_uC=' '
979273e3
NN
12889ac_uD=',;t'
12890
12891for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 12892 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
979273e3
NN
12893 case $ac_file in
12894 - | *:- | *:-:* ) # input from stdin
12895 cat >$tmp/stdin
12896 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12897 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12898 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12899 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12900 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
12901 esac
12902
979273e3
NN
12903 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
12904echo "$as_me: creating $ac_file" >&6;}
12905
12906 # First look for the input files in the build tree, otherwise in the
12907 # src tree.
12908 ac_file_inputs=`IFS=:
12909 for f in $ac_file_in; do
12910 case $f in
12911 -) echo $tmp/stdin ;;
12912 [\\/$]*)
12913 # Absolute (can't be DOS-style, as IFS=:)
12914 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12915echo "$as_me: error: cannot find input file: $f" >&2;}
12916 { (exit 1); exit 1; }; }
12917 # Do quote $f, to prevent DOS paths from being IFS'd.
12918 echo "$f";;
12919 *) # Relative
12920 if test -f "$f"; then
12921 # Build tree
12922 echo "$f"
12923 elif test -f "$srcdir/$f"; then
12924 # Source tree
12925 echo "$srcdir/$f"
12926 else
12927 # /dev/null tree
12928 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12929echo "$as_me: error: cannot find input file: $f" >&2;}
12930 { (exit 1); exit 1; }; }
12931 fi;;
12932 esac
12933 done` || { (exit 1); exit 1; }
12934 # Remove the trailing spaces.
12935 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
12936
12937_ACEOF
12938
12939# Transform confdefs.h into two sed scripts, `conftest.defines' and
12940# `conftest.undefs', that substitutes the proper values into
12941# config.h.in to produce config.h. The first handles `#define'
12942# templates, and the second `#undef' templates.
12943# And first: Protect against being on the right side of a sed subst in
12944# config.status. Protect against being in an unquoted here document
12945# in config.status.
12946rm -f conftest.defines conftest.undefs
12947# Using a here document instead of a string reduces the quoting nightmare.
12948# Putting comments in sed scripts is not portable.
12949#
12950# `end' is used to avoid that the second main sed command (meant for
12951# 0-ary CPP macros) applies to n-ary macro definitions.
12952# See the Autoconf documentation for `clear'.
12953cat >confdef2sed.sed <<\_ACEOF
12954s/[\\&,]/\\&/g
12955s,[\\$`],\\&,g
12956t clear
12957: clear
12958s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12959t end
12960s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12961: end
12962_ACEOF
12963# If some macros were called several times there might be several times
12964# the same #defines, which is useless. Nevertheless, we may not want to
12965# sort them, since we want the *last* AC-DEFINE to be honored.
12966uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12967sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12968rm -f confdef2sed.sed
252b5132
RH
12969
12970# This sed command replaces #undef with comments. This is necessary, for
12971# example, in the case of _POSIX_SOURCE, which is predefined and required
12972# on some systems where configure will not decide to define it.
979273e3
NN
12973cat >>conftest.undefs <<\_ACEOF
12974s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12975_ACEOF
12976
12977# Break up conftest.defines because some shells have a limit on the size
12978# of here documents, and old seds have small limits too (100 cmds).
12979echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12980echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12981echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12982echo ' :' >>$CONFIG_STATUS
12983rm -f conftest.tail
12984while grep . conftest.defines >/dev/null
12985do
12986 # Write a limited-size here document to $tmp/defines.sed.
12987 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12988 # Speed up: don't consider the non `#define' lines.
12989 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
12990 # Work around the forget-to-reset-the-flag bug.
12991 echo 't clr' >>$CONFIG_STATUS
12992 echo ': clr' >>$CONFIG_STATUS
12993 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
12994 echo 'CEOF
12995 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12996 rm -f $tmp/in
12997 mv $tmp/out $tmp/in
12998' >>$CONFIG_STATUS
12999 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
13000 rm -f conftest.defines
13001 mv conftest.tail conftest.defines
13002done
13003rm -f conftest.defines
13004echo ' fi # grep' >>$CONFIG_STATUS
13005echo >>$CONFIG_STATUS
252b5132 13006
979273e3
NN
13007# Break up conftest.undefs because some shells have a limit on the size
13008# of here documents, and old seds have small limits too (100 cmds).
13009echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 13010rm -f conftest.tail
979273e3 13011while grep . conftest.undefs >/dev/null
252b5132 13012do
979273e3
NN
13013 # Write a limited-size here document to $tmp/undefs.sed.
13014 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
13015 # Speed up: don't consider the non `#undef'
13016 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13017 # Work around the forget-to-reset-the-flag bug.
13018 echo 't clr' >>$CONFIG_STATUS
13019 echo ': clr' >>$CONFIG_STATUS
13020 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 13021 echo 'CEOF
979273e3
NN
13022 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
13023 rm -f $tmp/in
13024 mv $tmp/out $tmp/in
13025' >>$CONFIG_STATUS
13026 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
13027 rm -f conftest.undefs
13028 mv conftest.tail conftest.undefs
252b5132 13029done
979273e3
NN
13030rm -f conftest.undefs
13031
13032cat >>$CONFIG_STATUS <<\_ACEOF
13033 # Let's still pretend it is `configure' which instantiates (i.e., don't
13034 # use $as_me), people would be surprised to read:
13035 # /* config.h. Generated by config.status. */
13036 if test x"$ac_file" = x-; then
13037 echo "/* Generated by configure. */" >$tmp/config.h
13038 else
13039 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
13040 fi
13041 cat $tmp/in >>$tmp/config.h
13042 rm -f $tmp/in
13043 if test x"$ac_file" != x-; then
13044 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
13045 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13046echo "$as_me: $ac_file is unchanged" >&6;}
13047 else
13048 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13049$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13050 X"$ac_file" : 'X\(//\)[^/]' \| \
13051 X"$ac_file" : 'X\(//\)$' \| \
13052 X"$ac_file" : 'X\(/\)' \| \
13053 . : '\(.\)' 2>/dev/null ||
13054echo X"$ac_file" |
13055 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13056 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13057 /^X\(\/\/\)$/{ s//\1/; q; }
13058 /^X\(\/\).*/{ s//\1/; q; }
13059 s/.*/./; q'`
13060 { if $as_mkdir_p; then
13061 mkdir -p "$ac_dir"
252b5132 13062 else
979273e3
NN
13063 as_dir="$ac_dir"
13064 as_dirs=
13065 while test ! -d "$as_dir"; do
13066 as_dirs="$as_dir $as_dirs"
13067 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13068$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13069 X"$as_dir" : 'X\(//\)[^/]' \| \
13070 X"$as_dir" : 'X\(//\)$' \| \
13071 X"$as_dir" : 'X\(/\)' \| \
13072 . : '\(.\)' 2>/dev/null ||
13073echo X"$as_dir" |
13074 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13075 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13076 /^X\(\/\/\)$/{ s//\1/; q; }
13077 /^X\(\/\).*/{ s//\1/; q; }
13078 s/.*/./; q'`
13079 done
13080 test ! -n "$as_dirs" || mkdir $as_dirs
13081 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13082echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13083 { (exit 1); exit 1; }; }; }
13084
13085 rm -f $ac_file
13086 mv $tmp/config.h $ac_file
252b5132 13087 fi
979273e3
NN
13088 else
13089 cat $tmp/config.h
13090 rm -f $tmp/config.h
252b5132 13091 fi
8ae85421
AM
13092# Compute $ac_file's index in $config_headers.
13093_am_stamp_count=1
13094for _am_header in $config_headers :; do
13095 case $_am_header in
13096 $ac_file | $ac_file:* )
13097 break ;;
13098 * )
13099 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13100 esac
13101done
13102echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
13103$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13104 X$ac_file : 'X\(//\)[^/]' \| \
13105 X$ac_file : 'X\(//\)$' \| \
13106 X$ac_file : 'X\(/\)' \| \
13107 . : '\(.\)' 2>/dev/null ||
13108echo X$ac_file |
13109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13110 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13111 /^X\(\/\/\)$/{ s//\1/; q; }
13112 /^X\(\/\).*/{ s//\1/; q; }
13113 s/.*/./; q'`/stamp-h$_am_stamp_count
979273e3
NN
13114done
13115_ACEOF
13116cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 13117
979273e3
NN
13118#
13119# CONFIG_COMMANDS section.
13120#
13121for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
13122 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
13123 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
13124 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
13125$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13126 X"$ac_dest" : 'X\(//\)[^/]' \| \
13127 X"$ac_dest" : 'X\(//\)$' \| \
13128 X"$ac_dest" : 'X\(/\)' \| \
13129 . : '\(.\)' 2>/dev/null ||
13130echo X"$ac_dest" |
13131 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13132 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13133 /^X\(\/\/\)$/{ s//\1/; q; }
13134 /^X\(\/\).*/{ s//\1/; q; }
13135 s/.*/./; q'`
13136 { if $as_mkdir_p; then
13137 mkdir -p "$ac_dir"
13138 else
13139 as_dir="$ac_dir"
13140 as_dirs=
13141 while test ! -d "$as_dir"; do
13142 as_dirs="$as_dir $as_dirs"
13143 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13144$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13145 X"$as_dir" : 'X\(//\)[^/]' \| \
13146 X"$as_dir" : 'X\(//\)$' \| \
13147 X"$as_dir" : 'X\(/\)' \| \
13148 . : '\(.\)' 2>/dev/null ||
13149echo X"$as_dir" |
13150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13151 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13152 /^X\(\/\/\)$/{ s//\1/; q; }
13153 /^X\(\/\).*/{ s//\1/; q; }
13154 s/.*/./; q'`
13155 done
13156 test ! -n "$as_dirs" || mkdir $as_dirs
13157 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13158echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13159 { (exit 1); exit 1; }; }; }
252b5132 13160
979273e3 13161 ac_builddir=.
252b5132 13162
979273e3
NN
13163if test "$ac_dir" != .; then
13164 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13165 # A "../" for each directory in $ac_dir_suffix.
13166 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13167else
13168 ac_dir_suffix= ac_top_builddir=
13169fi
13170
13171case $srcdir in
13172 .) # No --srcdir option. We are building in place.
13173 ac_srcdir=.
13174 if test -z "$ac_top_builddir"; then
13175 ac_top_srcdir=.
13176 else
13177 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13178 fi ;;
13179 [\\/]* | ?:[\\/]* ) # Absolute path.
13180 ac_srcdir=$srcdir$ac_dir_suffix;
13181 ac_top_srcdir=$srcdir ;;
13182 *) # Relative path.
13183 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13184 ac_top_srcdir=$ac_top_builddir$srcdir ;;
13185esac
13186
13187# Do not use `cd foo && pwd` to compute absolute paths, because
13188# the directories may not exist.
13189case `pwd` in
13190.) ac_abs_builddir="$ac_dir";;
13191*)
13192 case "$ac_dir" in
13193 .) ac_abs_builddir=`pwd`;;
13194 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13195 *) ac_abs_builddir=`pwd`/"$ac_dir";;
13196 esac;;
13197esac
13198case $ac_abs_builddir in
13199.) ac_abs_top_builddir=${ac_top_builddir}.;;
13200*)
13201 case ${ac_top_builddir}. in
13202 .) ac_abs_top_builddir=$ac_abs_builddir;;
13203 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13204 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13205 esac;;
13206esac
13207case $ac_abs_builddir in
13208.) ac_abs_srcdir=$ac_srcdir;;
13209*)
13210 case $ac_srcdir in
13211 .) ac_abs_srcdir=$ac_abs_builddir;;
13212 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13213 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13214 esac;;
13215esac
13216case $ac_abs_builddir in
13217.) ac_abs_top_srcdir=$ac_top_srcdir;;
13218*)
13219 case $ac_top_srcdir in
13220 .) ac_abs_top_srcdir=$ac_abs_builddir;;
13221 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13222 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13223 esac;;
13224esac
13225
13226
13227 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
13228echo "$as_me: executing $ac_dest commands" >&6;}
13229 case $ac_dest in
8ae85421
AM
13230 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
13231 # Strip MF so we end up with the name of the file.
13232 mf=`echo "$mf" | sed -e 's/:.*$//'`
13233 # Check whether this is an Automake generated Makefile or not.
13234 # We used to match only the files named `Makefile.in', but
13235 # some people rename them; so instead we look at the file content.
13236 # Grep'ing the first line is not enough: some people post-process
13237 # each Makefile.in and add a new line on top of each file to say so.
13238 # So let's grep whole file.
13239 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
13240 dirpart=`(dirname "$mf") 2>/dev/null ||
13241$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13242 X"$mf" : 'X\(//\)[^/]' \| \
13243 X"$mf" : 'X\(//\)$' \| \
13244 X"$mf" : 'X\(/\)' \| \
13245 . : '\(.\)' 2>/dev/null ||
13246echo X"$mf" |
13247 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13248 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13249 /^X\(\/\/\)$/{ s//\1/; q; }
13250 /^X\(\/\).*/{ s//\1/; q; }
13251 s/.*/./; q'`
13252 else
13253 continue
13254 fi
13255 # Extract the definition of DEPDIR, am__include, and am__quote
13256 # from the Makefile without running `make'.
13257 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13258 test -z "$DEPDIR" && continue
13259 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13260 test -z "am__include" && continue
13261 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13262 # When using ansi2knr, U may be empty or an underscore; expand it
13263 U=`sed -n 's/^U = //p' < "$mf"`
13264 # Find all dependency output files, they are included files with
13265 # $(DEPDIR) in their names. We invoke sed twice because it is the
13266 # simplest approach to changing $(DEPDIR) to its actual value in the
13267 # expansion.
13268 for file in `sed -n "
13269 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13270 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13271 # Make sure the directory exists.
13272 test -f "$dirpart/$file" && continue
13273 fdir=`(dirname "$file") 2>/dev/null ||
13274$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13275 X"$file" : 'X\(//\)[^/]' \| \
13276 X"$file" : 'X\(//\)$' \| \
13277 X"$file" : 'X\(/\)' \| \
13278 . : '\(.\)' 2>/dev/null ||
13279echo X"$file" |
13280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13281 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13282 /^X\(\/\/\)$/{ s//\1/; q; }
13283 /^X\(\/\).*/{ s//\1/; q; }
13284 s/.*/./; q'`
13285 { if $as_mkdir_p; then
13286 mkdir -p $dirpart/$fdir
13287 else
13288 as_dir=$dirpart/$fdir
13289 as_dirs=
13290 while test ! -d "$as_dir"; do
13291 as_dirs="$as_dir $as_dirs"
13292 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13293$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13294 X"$as_dir" : 'X\(//\)[^/]' \| \
13295 X"$as_dir" : 'X\(//\)$' \| \
13296 X"$as_dir" : 'X\(/\)' \| \
13297 . : '\(.\)' 2>/dev/null ||
13298echo X"$as_dir" |
13299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13300 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13301 /^X\(\/\/\)$/{ s//\1/; q; }
13302 /^X\(\/\).*/{ s//\1/; q; }
13303 s/.*/./; q'`
13304 done
13305 test ! -n "$as_dirs" || mkdir $as_dirs
13306 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
13307echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
13308 { (exit 1); exit 1; }; }; }
13309
13310 # echo "creating $dirpart/$file"
13311 echo '# dummy' > "$dirpart/$file"
13312 done
13313done
d7040cdb
SE
13314 ;;
13315 libtool )
13316
13317 # See if we are running on zsh, and set the options which allow our
13318 # commands through without removal of \ escapes.
13319 if test -n "${ZSH_VERSION+set}" ; then
13320 setopt NO_GLOB_SUBST
13321 fi
13322
13323 cfgfile="${ofile}T"
13324 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13325 $RM "$cfgfile"
13326
13327 cat <<_LT_EOF >> "$cfgfile"
13328#! $SHELL
13329
13330# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13331# Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
13332# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13333# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13334#
13335# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13336# 2006, 2007 Free Software Foundation, Inc.
13337#
13338# This file is part of GNU Libtool:
13339# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
13340#
13341# This program is free software; you can redistribute it and/or modify
13342# it under the terms of the GNU General Public License as published by
dabbade6 13343# the Free Software Foundation; either version 2 of the License, or
d7040cdb
SE
13344# (at your option) any later version.
13345#
13346# This program is distributed in the hope that it will be useful, but
13347# WITHOUT ANY WARRANTY; without even the implied warranty of
13348# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13349# General Public License for more details.
13350#
13351# You should have received a copy of the GNU General Public License
13352# along with this program; if not, a copy can be downloaded from
13353# http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
13354# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
13355# MA 02110-1301, USA.
13356#
13357# As a special exception to the GNU General Public License, if you
13358# distribute this file as part of a program that contains a
13359# configuration script generated by Autoconf, you may include it under
13360# the same distribution terms that you use for the rest of that program.
13361
13362
13363# The names of the tagged configurations supported by this script.
13364available_tags=""
13365
13366# ### BEGIN LIBTOOL CONFIG
13367
13368# Whether or not to build shared libraries.
13369build_libtool_libs=$enable_shared
13370
13371# Which release of libtool.m4 was used?
13372macro_version=$macro_version
13373macro_revision=$macro_revision
13374
13375# Whether or not to build static libraries.
13376build_old_libs=$enable_static
13377
13378# What type of objects to build.
13379pic_mode=$pic_mode
13380
13381# Whether or not to optimize for fast installation.
13382fast_install=$enable_fast_install
13383
13384# The host system.
13385host_alias=$host_alias
13386host=$host
13387host_os=$host_os
13388
13389# The build system.
13390build_alias=$build_alias
13391build=$build
13392build_os=$build_os
13393
13394# A sed program that does not truncate output.
13395SED=$lt_SED
13396
13397# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13398Xsed="\$SED -e 1s/^X//"
13399
13400# A grep program that handles long lines.
13401GREP=$lt_GREP
13402
13403# An ERE matcher.
13404EGREP=$lt_EGREP
13405
13406# A literal string matcher.
13407FGREP=$lt_FGREP
13408
13409# A BSD- or MS-compatible name lister.
13410NM=$lt_NM
13411
13412# Whether we need soft or hard links.
13413LN_S=$lt_LN_S
13414
13415# What is the maximum length of a command?
13416max_cmd_len=$max_cmd_len
13417
13418# Object file suffix (normally "o").
13419objext=$ac_objext
13420
13421# Executable file suffix (normally "").
13422exeext=$exeext
13423
13424# whether the shell understands "unset".
13425lt_unset=$lt_unset
13426
13427# turn spaces into newlines.
13428SP2NL=$lt_lt_SP2NL
13429
13430# turn newlines into spaces.
13431NL2SP=$lt_lt_NL2SP
13432
13433# How to create reloadable object files.
13434reload_flag=$lt_reload_flag
13435reload_cmds=$lt_reload_cmds
13436
13437# Method to check whether dependent libraries are shared objects.
13438deplibs_check_method=$lt_deplibs_check_method
13439
13440# Command to use when deplibs_check_method == "file_magic".
13441file_magic_cmd=$lt_file_magic_cmd
13442
13443# The archiver.
13444AR=$lt_AR
13445AR_FLAGS=$lt_AR_FLAGS
13446
13447# A symbol stripping program.
13448STRIP=$lt_STRIP
13449
13450# Commands used to install an old-style archive.
13451RANLIB=$lt_RANLIB
13452old_postinstall_cmds=$lt_old_postinstall_cmds
13453old_postuninstall_cmds=$lt_old_postuninstall_cmds
13454
13455# A C compiler.
13456LTCC=$lt_CC
13457
13458# LTCC compiler flags.
13459LTCFLAGS=$lt_CFLAGS
13460
13461# Take the output of nm and produce a listing of raw symbols and C names.
13462global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13463
13464# Transform the output of nm in a proper C declaration.
13465global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13466
13467# Transform the output of nm in a C name address pair.
13468global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13469
13470# The name of the directory that contains temporary libtool files.
13471objdir=$objdir
13472
13473# Shell to use when invoking shell scripts.
13474SHELL=$lt_SHELL
13475
13476# An echo program that does not interpret backslashes.
13477ECHO=$lt_ECHO
13478
13479# Used to examine libraries when file_magic_cmd begins with "file".
13480MAGIC_CMD=$MAGIC_CMD
13481
13482# Must we lock files when doing compilation?
13483need_locks=$lt_need_locks
13484
13485# Old archive suffix (normally "a").
13486libext=$libext
13487
13488# Shared library suffix (normally ".so").
13489shrext_cmds=$lt_shrext_cmds
13490
13491# The commands to extract the exported symbol list from a shared archive.
13492extract_expsyms_cmds=$lt_extract_expsyms_cmds
13493
13494# Variables whose values should be saved in libtool wrapper scripts and
13495# restored at link time.
13496variables_saved_for_relink=$lt_variables_saved_for_relink
13497
13498# Do we need the "lib" prefix for modules?
13499need_lib_prefix=$need_lib_prefix
13500
13501# Do we need a version for libraries?
13502need_version=$need_version
13503
13504# Library versioning type.
13505version_type=$version_type
13506
13507# Shared library runtime path variable.
13508runpath_var=$runpath_var
13509
13510# Shared library path variable.
13511shlibpath_var=$shlibpath_var
13512
13513# Is shlibpath searched before the hard-coded library search path?
13514shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13515
13516# Format of library name prefix.
13517libname_spec=$lt_libname_spec
13518
13519# List of archive names. First name is the real one, the rest are links.
13520# The last name is the one that the linker finds with -lNAME
13521library_names_spec=$lt_library_names_spec
13522
13523# The coded name of the library, if different from the real name.
13524soname_spec=$lt_soname_spec
13525
13526# Command to use after installation of a shared archive.
13527postinstall_cmds=$lt_postinstall_cmds
13528
13529# Command to use after uninstallation of a shared archive.
13530postuninstall_cmds=$lt_postuninstall_cmds
13531
13532# Commands used to finish a libtool library installation in a directory.
13533finish_cmds=$lt_finish_cmds
13534
13535# As "finish_cmds", except a single script fragment to be evaled but
13536# not shown.
13537finish_eval=$lt_finish_eval
13538
13539# Whether we should hardcode library paths into libraries.
13540hardcode_into_libs=$hardcode_into_libs
13541
13542# Compile-time system search path for libraries.
13543sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13544
13545# Run-time system search path for libraries.
13546sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13547
13548# Whether dlopen is supported.
13549dlopen_support=$enable_dlopen
13550
13551# Whether dlopen of programs is supported.
13552dlopen_self=$enable_dlopen_self
13553
13554# Whether dlopen of statically linked programs is supported.
13555dlopen_self_static=$enable_dlopen_self_static
13556
13557# Commands to strip libraries.
13558old_striplib=$lt_old_striplib
13559striplib=$lt_striplib
13560
13561
13562# The linker used to build libraries.
13563LD=$lt_LD
13564
13565# Commands used to build an old-style archive.
13566old_archive_cmds=$lt_old_archive_cmds
13567
13568# A language specific compiler.
13569CC=$lt_compiler
13570
13571# Is the compiler the GNU compiler?
13572with_gcc=$GCC
13573
13574# Compiler flag to turn off builtin functions.
13575no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13576
13577# How to pass a linker flag through the compiler.
13578wl=$lt_lt_prog_compiler_wl
13579
13580# Additional compiler flags for building library objects.
13581pic_flag=$lt_lt_prog_compiler_pic
13582
13583# Compiler flag to prevent dynamic linking.
13584link_static_flag=$lt_lt_prog_compiler_static
13585
13586# Does compiler simultaneously support -c and -o options?
13587compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13588
13589# Whether or not to add -lc for building shared libraries.
13590build_libtool_need_lc=$archive_cmds_need_lc
13591
13592# Whether or not to disallow shared libs when runtime libs are static.
13593allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13594
13595# Compiler flag to allow reflexive dlopens.
13596export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13597
13598# Compiler flag to generate shared objects directly from archives.
13599whole_archive_flag_spec=$lt_whole_archive_flag_spec
13600
13601# Whether the compiler copes with passing no objects directly.
13602compiler_needs_object=$lt_compiler_needs_object
13603
13604# Create an old-style archive from a shared archive.
13605old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13606
13607# Create a temporary old-style archive to link instead of a shared archive.
13608old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13609
13610# Commands used to build a shared archive.
13611archive_cmds=$lt_archive_cmds
13612archive_expsym_cmds=$lt_archive_expsym_cmds
13613
13614# Commands used to build a loadable module if different from building
13615# a shared archive.
13616module_cmds=$lt_module_cmds
13617module_expsym_cmds=$lt_module_expsym_cmds
13618
13619# Whether we are building with GNU ld or not.
13620with_gnu_ld=$lt_with_gnu_ld
13621
13622# Flag that allows shared libraries with undefined symbols to be built.
13623allow_undefined_flag=$lt_allow_undefined_flag
13624
13625# Flag that enforces no undefined symbols.
13626no_undefined_flag=$lt_no_undefined_flag
13627
13628# Flag to hardcode \$libdir into a binary during linking.
13629# This must work even if \$libdir does not exist
13630hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13631
13632# If ld is used when linking, flag to hardcode \$libdir into a binary
13633# during linking. This must work even if \$libdir does not exist.
13634hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13635
13636# Whether we need a single "-rpath" flag with a separated argument.
13637hardcode_libdir_separator=$lt_hardcode_libdir_separator
13638
13639# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13640# DIR into the resulting binary.
13641hardcode_direct=$hardcode_direct
13642
13643# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13644# DIR into the resulting binary and the resulting library dependency is
13645# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13646# library is relocated.
13647hardcode_direct_absolute=$hardcode_direct_absolute
13648
13649# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13650# into the resulting binary.
13651hardcode_minus_L=$hardcode_minus_L
13652
13653# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13654# into the resulting binary.
13655hardcode_shlibpath_var=$hardcode_shlibpath_var
13656
13657# Set to "yes" if building a shared library automatically hardcodes DIR
13658# into the library and all subsequent libraries and executables linked
13659# against it.
13660hardcode_automatic=$hardcode_automatic
13661
13662# Set to yes if linker adds runtime paths of dependent libraries
13663# to runtime path list.
13664inherit_rpath=$inherit_rpath
13665
13666# Whether libtool must link a program against all its dependency libraries.
13667link_all_deplibs=$link_all_deplibs
13668
13669# Fix the shell variable \$srcfile for the compiler.
13670fix_srcfile_path=$lt_fix_srcfile_path
13671
13672# Set to "yes" if exported symbols are required.
13673always_export_symbols=$always_export_symbols
13674
13675# The commands to list exported symbols.
13676export_symbols_cmds=$lt_export_symbols_cmds
13677
13678# Symbols that should not be listed in the preloaded symbols.
13679exclude_expsyms=$lt_exclude_expsyms
13680
13681# Symbols that must always be exported.
13682include_expsyms=$lt_include_expsyms
13683
13684# Commands necessary for linking programs (against libraries) with templates.
13685prelink_cmds=$lt_prelink_cmds
13686
13687# Specify filename containing input files.
13688file_list_spec=$lt_file_list_spec
13689
13690# How to hardcode a shared library path into an executable.
13691hardcode_action=$hardcode_action
13692
13693# ### END LIBTOOL CONFIG
13694
13695_LT_EOF
13696
13697 case $host_os in
13698 aix3*)
13699 cat <<\_LT_EOF >> "$cfgfile"
13700# AIX sometimes has problems with the GCC collect2 program. For some
13701# reason, if we set the COLLECT_NAMES environment variable, the problems
13702# vanish in a puff of smoke.
13703if test "X${COLLECT_NAMES+set}" != Xset; then
13704 COLLECT_NAMES=
13705 export COLLECT_NAMES
13706fi
13707_LT_EOF
13708 ;;
13709 esac
13710
13711
13712ltmain="$ac_aux_dir/ltmain.sh"
13713
13714
13715 # We use sed instead of cat because bash on DJGPP gets confused if
13716 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13717 # text mode, it properly converts lines to CR/LF. This bash problem
13718 # is reportedly fixed, but why not run on old versions too?
13719 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13720 || (rm -f "$cfgfile"; exit 1)
13721
13722 case $xsi_shell in
13723 yes)
13724 cat << \_LT_EOF >> "$cfgfile"
13725# func_dirname file append nondir_replacement
13726# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13727# otherwise set result to NONDIR_REPLACEMENT.
13728func_dirname ()
13729{
13730 case ${1} in
13731 */*) func_dirname_result="${1%/*}${2}" ;;
13732 * ) func_dirname_result="${3}" ;;
13733 esac
13734}
13735
13736# func_basename file
13737func_basename ()
13738{
13739 func_basename_result="${1##*/}"
13740}
13741
13742# func_stripname prefix suffix name
13743# strip PREFIX and SUFFIX off of NAME.
13744# PREFIX and SUFFIX must not contain globbing or regex special
13745# characters, hashes, percent signs, but SUFFIX may contain a leading
13746# dot (in which case that matches only a dot).
13747func_stripname ()
13748{
13749 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13750 # positional parameters, so assign one to ordinary parameter first.
13751 func_stripname_result=${3}
13752 func_stripname_result=${func_stripname_result#"${1}"}
13753 func_stripname_result=${func_stripname_result%"${2}"}
13754}
13755
13756# func_opt_split
13757func_opt_split ()
13758{
13759 func_opt_split_opt=${1%%=*}
13760 func_opt_split_arg=${1#*=}
13761}
13762
13763# func_lo2o object
13764func_lo2o ()
13765{
13766 case ${1} in
13767 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13768 *) func_lo2o_result=${1} ;;
13769 esac
13770}
13771_LT_EOF
13772 ;;
13773 *) # Bourne compatible functions.
13774 cat << \_LT_EOF >> "$cfgfile"
13775# func_dirname file append nondir_replacement
13776# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13777# otherwise set result to NONDIR_REPLACEMENT.
13778func_dirname ()
13779{
13780 # Extract subdirectory from the argument.
13781 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13782 if test "X$func_dirname_result" = "X${1}"; then
13783 func_dirname_result="${3}"
13784 else
13785 func_dirname_result="$func_dirname_result${2}"
13786 fi
13787}
13788
13789# func_basename file
13790func_basename ()
13791{
13792 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13793}
13794
13795# func_stripname prefix suffix name
13796# strip PREFIX and SUFFIX off of NAME.
13797# PREFIX and SUFFIX must not contain globbing or regex special
13798# characters, hashes, percent signs, but SUFFIX may contain a leading
13799# dot (in which case that matches only a dot).
13800# func_strip_suffix prefix name
13801func_stripname ()
13802{
13803 case ${2} in
13804 .*) func_stripname_result=`$ECHO "X${3}" \
13805 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13806 *) func_stripname_result=`$ECHO "X${3}" \
13807 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13808 esac
13809}
13810
13811# sed scripts:
13812my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13813my_sed_long_arg='1s/^-[^=]*=//'
13814
13815# func_opt_split
13816func_opt_split ()
13817{
13818 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13819 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13820}
13821
13822# func_lo2o object
13823func_lo2o ()
13824{
13825 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13826}
13827_LT_EOF
13828esac
13829
13830case $lt_shell_append in
13831 yes)
13832 cat << \_LT_EOF >> "$cfgfile"
13833
13834# func_append var value
13835# Append VALUE to the end of shell variable VAR.
13836func_append ()
13837{
13838 eval "$1+=\$2"
13839}
13840_LT_EOF
13841 ;;
13842 *)
13843 cat << \_LT_EOF >> "$cfgfile"
13844
13845# func_append var value
13846# Append VALUE to the end of shell variable VAR.
13847func_append ()
13848{
13849 eval "$1=\$$1\$2"
13850}
13851_LT_EOF
13852 ;;
13853 esac
13854
13855
13856 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13857 || (rm -f "$cfgfile"; exit 1)
13858
13859 mv -f "$cfgfile" "$ofile" ||
13860 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13861 chmod +x "$ofile"
13862
8ae85421 13863 ;;
20e95c23
DJ
13864 default-1 )
13865 for ac_file in $CONFIG_FILES; do
13866 # Support "outfile[:infile[:infile...]]"
13867 case "$ac_file" in
13868 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
13869 esac
13870 # PO directories have a Makefile.in generated from Makefile.in.in.
13871 case "$ac_file" in */Makefile.in)
13872 # Adjust a relative srcdir.
13873 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
13874 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
13875 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
13876 # In autoconf-2.13 it is called $ac_given_srcdir.
13877 # In autoconf-2.50 it is called $srcdir.
13878 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
13879 case "$ac_given_srcdir" in
13880 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
13881 /*) top_srcdir="$ac_given_srcdir" ;;
13882 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
13883 esac
13884 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
13885 rm -f "$ac_dir/POTFILES"
13886 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
13887 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
13888 POMAKEFILEDEPS="POTFILES.in"
13889 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
13890 # on $ac_dir but don't depend on user-specified configuration
13891 # parameters.
13892 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
13893 # The LINGUAS file contains the set of available languages.
13894 if test -n "$OBSOLETE_ALL_LINGUAS"; then
13895 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
13896 fi
13897 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
13898 # Hide the ALL_LINGUAS assigment from automake.
13899 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
13900 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
13901 else
13902 # The set of available languages was given in configure.in.
13903 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
13904 fi
13905 case "$ac_given_srcdir" in
13906 .) srcdirpre= ;;
13907 *) srcdirpre='$(srcdir)/' ;;
13908 esac
13909 POFILES=
13910 GMOFILES=
13911 UPDATEPOFILES=
13912 DUMMYPOFILES=
13913 for lang in $ALL_LINGUAS; do
13914 POFILES="$POFILES $srcdirpre$lang.po"
13915 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
13916 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
13917 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
13918 done
13919 # CATALOGS depends on both $ac_dir and the user's LINGUAS
13920 # environment variable.
13921 INST_LINGUAS=
13922 if test -n "$ALL_LINGUAS"; then
13923 for presentlang in $ALL_LINGUAS; do
13924 useit=no
13925 if test "%UNSET%" != "$LINGUAS"; then
13926 desiredlanguages="$LINGUAS"
13927 else
13928 desiredlanguages="$ALL_LINGUAS"
13929 fi
13930 for desiredlang in $desiredlanguages; do
13931 # Use the presentlang catalog if desiredlang is
13932 # a. equal to presentlang, or
13933 # b. a variant of presentlang (because in this case,
13934 # presentlang can be used as a fallback for messages
13935 # which are not translated in the desiredlang catalog).
13936 case "$desiredlang" in
13937 "$presentlang"*) useit=yes;;
13938 esac
13939 done
13940 if test $useit = yes; then
13941 INST_LINGUAS="$INST_LINGUAS $presentlang"
13942 fi
13943 done
13944 fi
13945 CATALOGS=
13946 if test -n "$INST_LINGUAS"; then
13947 for lang in $INST_LINGUAS; do
13948 CATALOGS="$CATALOGS $lang.gmo"
13949 done
13950 fi
13951 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
13952 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
13953 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
13954 if test -f "$f"; then
13955 case "$f" in
13956 *.orig | *.bak | *~) ;;
13957 *) cat "$f" >> "$ac_dir/Makefile" ;;
13958 esac
13959 fi
13960 done
13961 fi
13962 ;;
13963 esac
13964 done ;;
979273e3
NN
13965 esac
13966done
13967_ACEOF
13968
13969cat >>$CONFIG_STATUS <<\_ACEOF
13970
13971{ (exit 0); exit 0; }
13972_ACEOF
252b5132 13973chmod +x $CONFIG_STATUS
979273e3
NN
13974ac_clean_files=$ac_clean_files_save
13975
13976
13977# configure is writing to config.log, and then calls config.status.
13978# config.status does its own redirection, appending to config.log.
13979# Unfortunately, on DOS this fails, as config.log is still kept open
13980# by configure, so config.status won't be able to write to it; its
13981# output is simply discarded. So we exec the FD to /dev/null,
13982# effectively closing config.log, so it can be properly (re)opened and
13983# appended to by config.status. When coming back to configure, we
13984# need to make the FD available again.
13985if test "$no_create" != yes; then
13986 ac_cs_success=:
13987 ac_config_status_args=
13988 test "$silent" = yes &&
13989 ac_config_status_args="$ac_config_status_args --quiet"
13990 exec 5>/dev/null
13991 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13992 exec 5>>config.log
13993 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13994 # would make configure fail if this is the last instruction.
13995 $ac_cs_success || { (exit 1); exit 1; }
13996fi
252b5132 13997
This page took 1.054362 seconds and 4 git commands to generate.