Add EM_resnnn, new EM_ entries, change EM_MICROBLAZE.
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
ab509236 3# Generated by GNU Autoconf 2.59.
252b5132 4#
ab509236 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.
13b2be9c
DJ
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
ab509236 22DUALCASE=1; export DUALCASE # for MKS sh
13b2be9c
DJ
23
24# Support unset when possible.
ab509236 25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13b2be9c
DJ
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
ab509236 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13b2be9c
DJ
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
ab509236 221 test -d ./-p && rmdir ./-p
13b2be9c
DJ
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.
ab509236 228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
229
230# Sed expression to map a string onto a valid variable name.
ab509236 231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
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
13b2be9c
DJ
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
13b2be9c
DJ
398exec 6>&1
399
400#
401# Initializations.
402#
252b5132 403ac_default_prefix=/usr/local
13b2be9c
DJ
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="as.h"
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
31dd3154 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 CPP EGREP LIBTOOL SED FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S OBJDUMP ac_ct_OBJDUMP AR ac_ct_AR RANLIB ac_ct_RANLIB lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof OPCODES_LIB YACC LEX LEXLIB LEX_OUTPUT_ROOT USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE ALLOCA LIBM datarootdir docdir htmldir pdfdir LIBOBJS LTLIBOBJS'
13b2be9c 462ac_subst_files=''
7a283e07 463ac_pwd=`pwd`
252b5132
RH
464
465# Initialize some variables set by options.
13b2be9c
DJ
466ac_init_help=
467ac_init_version=false
252b5132
RH
468# The variables have the same names as the options, with
469# dashes changed to underlines.
13b2be9c 470cache_file=/dev/null
252b5132 471exec_prefix=NONE
252b5132 472no_create=
252b5132
RH
473no_recursion=
474prefix=NONE
475program_prefix=NONE
476program_suffix=NONE
477program_transform_name=s,x,x,
478silent=
479site=
480srcdir=
252b5132
RH
481verbose=
482x_includes=NONE
483x_libraries=NONE
13b2be9c
DJ
484
485# Installation directory options.
486# These are left unexpanded so users can "make install exec_prefix=/foo"
487# and all the variables that are supposed to be based on exec_prefix
488# by default will actually change.
489# Use braces instead of parens because sh, perl, etc. also accept them.
252b5132
RH
490bindir='${exec_prefix}/bin'
491sbindir='${exec_prefix}/sbin'
492libexecdir='${exec_prefix}/libexec'
493datadir='${prefix}/share'
494sysconfdir='${prefix}/etc'
495sharedstatedir='${prefix}/com'
496localstatedir='${prefix}/var'
497libdir='${exec_prefix}/lib'
498includedir='${prefix}/include'
499oldincludedir='/usr/include'
500infodir='${prefix}/info'
501mandir='${prefix}/man'
502
252b5132
RH
503ac_prev=
504for ac_option
505do
252b5132
RH
506 # If the previous option needs an argument, assign it.
507 if test -n "$ac_prev"; then
508 eval "$ac_prev=\$ac_option"
509 ac_prev=
510 continue
511 fi
512
13b2be9c 513 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
514
515 # Accept the important Cygnus configure options, so we can diagnose typos.
516
13b2be9c 517 case $ac_option in
252b5132
RH
518
519 -bindir | --bindir | --bindi | --bind | --bin | --bi)
520 ac_prev=bindir ;;
521 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 522 bindir=$ac_optarg ;;
252b5132
RH
523
524 -build | --build | --buil | --bui | --bu)
13b2be9c 525 ac_prev=build_alias ;;
252b5132 526 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 527 build_alias=$ac_optarg ;;
252b5132
RH
528
529 -cache-file | --cache-file | --cache-fil | --cache-fi \
530 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
531 ac_prev=cache_file ;;
532 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
533 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
534 cache_file=$ac_optarg ;;
535
536 --config-cache | -C)
537 cache_file=config.cache ;;
252b5132
RH
538
539 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
540 ac_prev=datadir ;;
541 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
542 | --da=*)
13b2be9c 543 datadir=$ac_optarg ;;
252b5132
RH
544
545 -disable-* | --disable-*)
13b2be9c 546 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 547 # Reject names that are not valid shell variable names.
13b2be9c
DJ
548 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
549 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
550 { (exit 1); exit 1; }; }
551 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
552 eval "enable_$ac_feature=no" ;;
252b5132
RH
553
554 -enable-* | --enable-*)
13b2be9c 555 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 556 # Reject names that are not valid shell variable names.
13b2be9c
DJ
557 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
558 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
559 { (exit 1); exit 1; }; }
560 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
561 case $ac_option in
562 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
563 *) ac_optarg=yes ;;
564 esac
13b2be9c 565 eval "enable_$ac_feature='$ac_optarg'" ;;
252b5132
RH
566
567 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
568 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
569 | --exec | --exe | --ex)
570 ac_prev=exec_prefix ;;
571 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
572 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
573 | --exec=* | --exe=* | --ex=*)
13b2be9c 574 exec_prefix=$ac_optarg ;;
252b5132
RH
575
576 -gas | --gas | --ga | --g)
577 # Obsolete; use --with-gas.
578 with_gas=yes ;;
579
13b2be9c
DJ
580 -help | --help | --hel | --he | -h)
581 ac_init_help=long ;;
582 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
583 ac_init_help=recursive ;;
584 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
585 ac_init_help=short ;;
252b5132
RH
586
587 -host | --host | --hos | --ho)
13b2be9c 588 ac_prev=host_alias ;;
252b5132 589 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 590 host_alias=$ac_optarg ;;
252b5132
RH
591
592 -includedir | --includedir | --includedi | --included | --include \
593 | --includ | --inclu | --incl | --inc)
594 ac_prev=includedir ;;
595 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
596 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 597 includedir=$ac_optarg ;;
252b5132
RH
598
599 -infodir | --infodir | --infodi | --infod | --info | --inf)
600 ac_prev=infodir ;;
601 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 602 infodir=$ac_optarg ;;
252b5132
RH
603
604 -libdir | --libdir | --libdi | --libd)
605 ac_prev=libdir ;;
606 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 607 libdir=$ac_optarg ;;
252b5132
RH
608
609 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
610 | --libexe | --libex | --libe)
611 ac_prev=libexecdir ;;
612 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
613 | --libexe=* | --libex=* | --libe=*)
13b2be9c 614 libexecdir=$ac_optarg ;;
252b5132
RH
615
616 -localstatedir | --localstatedir | --localstatedi | --localstated \
617 | --localstate | --localstat | --localsta | --localst \
618 | --locals | --local | --loca | --loc | --lo)
619 ac_prev=localstatedir ;;
620 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
621 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
622 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
13b2be9c 623 localstatedir=$ac_optarg ;;
252b5132
RH
624
625 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
626 ac_prev=mandir ;;
627 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 628 mandir=$ac_optarg ;;
252b5132
RH
629
630 -nfp | --nfp | --nf)
631 # Obsolete; use --without-fp.
632 with_fp=no ;;
633
634 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 635 | --no-cr | --no-c | -n)
252b5132
RH
636 no_create=yes ;;
637
638 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
639 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
640 no_recursion=yes ;;
641
642 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
643 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
644 | --oldin | --oldi | --old | --ol | --o)
645 ac_prev=oldincludedir ;;
646 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
647 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
648 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 649 oldincludedir=$ac_optarg ;;
252b5132
RH
650
651 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
652 ac_prev=prefix ;;
653 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 654 prefix=$ac_optarg ;;
252b5132
RH
655
656 -program-prefix | --program-prefix | --program-prefi | --program-pref \
657 | --program-pre | --program-pr | --program-p)
658 ac_prev=program_prefix ;;
659 -program-prefix=* | --program-prefix=* | --program-prefi=* \
660 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 661 program_prefix=$ac_optarg ;;
252b5132
RH
662
663 -program-suffix | --program-suffix | --program-suffi | --program-suff \
664 | --program-suf | --program-su | --program-s)
665 ac_prev=program_suffix ;;
666 -program-suffix=* | --program-suffix=* | --program-suffi=* \
667 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 668 program_suffix=$ac_optarg ;;
252b5132
RH
669
670 -program-transform-name | --program-transform-name \
671 | --program-transform-nam | --program-transform-na \
672 | --program-transform-n | --program-transform- \
673 | --program-transform | --program-transfor \
674 | --program-transfo | --program-transf \
675 | --program-trans | --program-tran \
676 | --progr-tra | --program-tr | --program-t)
677 ac_prev=program_transform_name ;;
678 -program-transform-name=* | --program-transform-name=* \
679 | --program-transform-nam=* | --program-transform-na=* \
680 | --program-transform-n=* | --program-transform-=* \
681 | --program-transform=* | --program-transfor=* \
682 | --program-transfo=* | --program-transf=* \
683 | --program-trans=* | --program-tran=* \
684 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 685 program_transform_name=$ac_optarg ;;
252b5132
RH
686
687 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
688 | -silent | --silent | --silen | --sile | --sil)
689 silent=yes ;;
690
691 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
692 ac_prev=sbindir ;;
693 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
694 | --sbi=* | --sb=*)
13b2be9c 695 sbindir=$ac_optarg ;;
252b5132
RH
696
697 -sharedstatedir | --sharedstatedir | --sharedstatedi \
698 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
699 | --sharedst | --shareds | --shared | --share | --shar \
700 | --sha | --sh)
701 ac_prev=sharedstatedir ;;
702 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
703 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
704 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
705 | --sha=* | --sh=*)
13b2be9c 706 sharedstatedir=$ac_optarg ;;
252b5132
RH
707
708 -site | --site | --sit)
709 ac_prev=site ;;
710 -site=* | --site=* | --sit=*)
13b2be9c 711 site=$ac_optarg ;;
76bff705 712
252b5132
RH
713 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
714 ac_prev=srcdir ;;
715 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 716 srcdir=$ac_optarg ;;
252b5132
RH
717
718 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
719 | --syscon | --sysco | --sysc | --sys | --sy)
720 ac_prev=sysconfdir ;;
721 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
722 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 723 sysconfdir=$ac_optarg ;;
252b5132
RH
724
725 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 726 ac_prev=target_alias ;;
252b5132 727 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 728 target_alias=$ac_optarg ;;
252b5132
RH
729
730 -v | -verbose | --verbose | --verbos | --verbo | --verb)
731 verbose=yes ;;
732
13b2be9c
DJ
733 -version | --version | --versio | --versi | --vers | -V)
734 ac_init_version=: ;;
252b5132
RH
735
736 -with-* | --with-*)
13b2be9c 737 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 738 # Reject names that are not valid shell variable names.
13b2be9c
DJ
739 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
740 { echo "$as_me: error: invalid package name: $ac_package" >&2
741 { (exit 1); exit 1; }; }
252b5132 742 ac_package=`echo $ac_package| sed 's/-/_/g'`
13b2be9c
DJ
743 case $ac_option in
744 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
745 *) ac_optarg=yes ;;
746 esac
13b2be9c 747 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
748
749 -without-* | --without-*)
13b2be9c 750 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 751 # Reject names that are not valid shell variable names.
13b2be9c
DJ
752 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
753 { echo "$as_me: error: invalid package name: $ac_package" >&2
754 { (exit 1); exit 1; }; }
755 ac_package=`echo $ac_package | sed 's/-/_/g'`
756 eval "with_$ac_package=no" ;;
252b5132
RH
757
758 --x)
759 # Obsolete; use --with-x.
760 with_x=yes ;;
761
762 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
763 | --x-incl | --x-inc | --x-in | --x-i)
764 ac_prev=x_includes ;;
765 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
766 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 767 x_includes=$ac_optarg ;;
252b5132
RH
768
769 -x-libraries | --x-libraries | --x-librarie | --x-librari \
770 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
771 ac_prev=x_libraries ;;
772 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
773 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 774 x_libraries=$ac_optarg ;;
252b5132 775
13b2be9c
DJ
776 -*) { echo "$as_me: error: unrecognized option: $ac_option
777Try \`$0 --help' for more information." >&2
778 { (exit 1); exit 1; }; }
252b5132
RH
779 ;;
780
13b2be9c
DJ
781 *=*)
782 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
783 # Reject names that are not valid shell variable names.
784 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
785 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
786 { (exit 1); exit 1; }; }
787 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
788 eval "$ac_envvar='$ac_optarg'"
789 export $ac_envvar ;;
790
252b5132 791 *)
13b2be9c
DJ
792 # FIXME: should be removed in autoconf 3.0.
793 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
794 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
795 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
796 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
797 ;;
798
799 esac
800done
801
802if test -n "$ac_prev"; then
13b2be9c
DJ
803 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
804 { echo "$as_me: error: missing argument to $ac_option" >&2
805 { (exit 1); exit 1; }; }
c8615825 806fi
c8615825 807
13b2be9c
DJ
808# Be sure to have absolute paths.
809for ac_var in exec_prefix prefix
810do
811 eval ac_val=$`echo $ac_var`
812 case $ac_val in
813 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
814 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
815 { (exit 1); exit 1; }; };;
816 esac
817done
252b5132 818
13b2be9c
DJ
819# Be sure to have absolute paths.
820for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
ab509236 821 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 822do
13b2be9c
DJ
823 eval ac_val=$`echo $ac_var`
824 case $ac_val in
825 [\\/$]* | ?:[\\/]* ) ;;
826 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
827 { (exit 1); exit 1; }; };;
252b5132
RH
828 esac
829done
830
13b2be9c
DJ
831# There might be people who depend on the old broken behavior: `$host'
832# used to hold the argument of --host etc.
833# FIXME: To remove some day.
834build=$build_alias
835host=$host_alias
836target=$target_alias
837
838# FIXME: To remove some day.
839if test "x$host_alias" != x; then
840 if test "x$build_alias" = x; then
841 cross_compiling=maybe
842 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
843 If a cross compiler is detected then cross compile mode will be used." >&2
844 elif test "x$build_alias" != "x$host_alias"; then
845 cross_compiling=yes
846 fi
847fi
9b2b7d69 848
13b2be9c
DJ
849ac_tool_prefix=
850test -n "$host_alias" && ac_tool_prefix=$host_alias-
851
852test "$silent" = yes && exec 6>/dev/null
252b5132 853
252b5132
RH
854
855# Find the source files, if location was not specified.
856if test -z "$srcdir"; then
857 ac_srcdir_defaulted=yes
858 # Try the directory containing this script, then its parent.
13b2be9c
DJ
859 ac_confdir=`(dirname "$0") 2>/dev/null ||
860$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
861 X"$0" : 'X\(//\)[^/]' \| \
862 X"$0" : 'X\(//\)$' \| \
863 X"$0" : 'X\(/\)' \| \
864 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
865echo X"$0" |
866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
867 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
868 /^X\(\/\/\)$/{ s//\1/; q; }
869 /^X\(\/\).*/{ s//\1/; q; }
870 s/.*/./; q'`
252b5132
RH
871 srcdir=$ac_confdir
872 if test ! -r $srcdir/$ac_unique_file; then
873 srcdir=..
874 fi
875else
876 ac_srcdir_defaulted=no
877fi
878if test ! -r $srcdir/$ac_unique_file; then
879 if test "$ac_srcdir_defaulted" = yes; then
13b2be9c
DJ
880 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
881 { (exit 1); exit 1; }; }
252b5132 882 else
13b2be9c
DJ
883 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
884 { (exit 1); exit 1; }; }
252b5132
RH
885 fi
886fi
13b2be9c
DJ
887(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
888 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
889 { (exit 1); exit 1; }; }
890srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
891ac_env_build_alias_set=${build_alias+set}
892ac_env_build_alias_value=$build_alias
893ac_cv_env_build_alias_set=${build_alias+set}
894ac_cv_env_build_alias_value=$build_alias
895ac_env_host_alias_set=${host_alias+set}
896ac_env_host_alias_value=$host_alias
897ac_cv_env_host_alias_set=${host_alias+set}
898ac_cv_env_host_alias_value=$host_alias
899ac_env_target_alias_set=${target_alias+set}
900ac_env_target_alias_value=$target_alias
901ac_cv_env_target_alias_set=${target_alias+set}
902ac_cv_env_target_alias_value=$target_alias
903ac_env_CC_set=${CC+set}
904ac_env_CC_value=$CC
905ac_cv_env_CC_set=${CC+set}
906ac_cv_env_CC_value=$CC
907ac_env_CFLAGS_set=${CFLAGS+set}
908ac_env_CFLAGS_value=$CFLAGS
909ac_cv_env_CFLAGS_set=${CFLAGS+set}
910ac_cv_env_CFLAGS_value=$CFLAGS
911ac_env_LDFLAGS_set=${LDFLAGS+set}
912ac_env_LDFLAGS_value=$LDFLAGS
913ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
914ac_cv_env_LDFLAGS_value=$LDFLAGS
915ac_env_CPPFLAGS_set=${CPPFLAGS+set}
916ac_env_CPPFLAGS_value=$CPPFLAGS
917ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
918ac_cv_env_CPPFLAGS_value=$CPPFLAGS
919ac_env_CPP_set=${CPP+set}
920ac_env_CPP_value=$CPP
921ac_cv_env_CPP_set=${CPP+set}
922ac_cv_env_CPP_value=$CPP
d6d788bd 923
13b2be9c
DJ
924#
925# Report the --help message.
926#
927if test "$ac_init_help" = "long"; then
928 # Omit some internal or obsolete options to make the list less imposing.
929 # This message is too long to be a string in the A/UX 3.1 sh.
930 cat <<_ACEOF
931\`configure' configures this package to adapt to many kinds of systems.
9b2b7d69 932
13b2be9c 933Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 934
13b2be9c
DJ
935To assign environment variables (e.g., CC, CFLAGS...), specify them as
936VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 937
13b2be9c 938Defaults for the options are specified in brackets.
9b2b7d69 939
13b2be9c
DJ
940Configuration:
941 -h, --help display this help and exit
942 --help=short display options specific to this package
943 --help=recursive display the short help of all the included packages
944 -V, --version display version information and exit
945 -q, --quiet, --silent do not print \`checking...' messages
946 --cache-file=FILE cache test results in FILE [disabled]
947 -C, --config-cache alias for \`--cache-file=config.cache'
948 -n, --no-create do not create output files
949 --srcdir=DIR find the sources in DIR [configure dir or \`..']
950
951_ACEOF
952
953 cat <<_ACEOF
954Installation directories:
955 --prefix=PREFIX install architecture-independent files in PREFIX
ab509236 956 [$ac_default_prefix]
13b2be9c 957 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ab509236 958 [PREFIX]
9b2b7d69 959
13b2be9c
DJ
960By default, \`make install' will install all the files in
961\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
962an installation prefix other than \`$ac_default_prefix' using \`--prefix',
963for instance \`--prefix=\$HOME'.
9b2b7d69 964
13b2be9c 965For better control, use the options below.
9b2b7d69 966
13b2be9c
DJ
967Fine tuning of the installation directories:
968 --bindir=DIR user executables [EPREFIX/bin]
969 --sbindir=DIR system admin executables [EPREFIX/sbin]
970 --libexecdir=DIR program executables [EPREFIX/libexec]
971 --datadir=DIR read-only architecture-independent data [PREFIX/share]
972 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
973 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
974 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
975 --libdir=DIR object code libraries [EPREFIX/lib]
976 --includedir=DIR C header files [PREFIX/include]
977 --oldincludedir=DIR C header files for non-gcc [/usr/include]
978 --infodir=DIR info documentation [PREFIX/info]
979 --mandir=DIR man documentation [PREFIX/man]
980_ACEOF
9b2b7d69 981
13b2be9c 982 cat <<\_ACEOF
9b2b7d69 983
13b2be9c
DJ
984Program names:
985 --program-prefix=PREFIX prepend PREFIX to installed program names
986 --program-suffix=SUFFIX append SUFFIX to installed program names
987 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 988
13b2be9c
DJ
989System types:
990 --build=BUILD configure for building on BUILD [guessed]
991 --host=HOST cross-compile to build programs to run on HOST [BUILD]
992 --target=TARGET configure for building compilers for TARGET [HOST]
993_ACEOF
9b2b7d69 994fi
9b2b7d69 995
13b2be9c 996if test -n "$ac_init_help"; then
9b2b7d69 997
13b2be9c 998 cat <<\_ACEOF
9b2b7d69 999
13b2be9c
DJ
1000Optional Features:
1001 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1002 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ab509236
L
1003 --disable-dependency-tracking speeds up one-time build
1004 --enable-dependency-tracking do not reject slow dependency extractors
d053aef8 1005 --disable-largefile omit support for large files
d7040cdb
SE
1006 --enable-shared[=PKGS]
1007 build shared libraries [default=yes]
1008 --enable-static[=PKGS]
1009 build static libraries [default=yes]
1010 --enable-fast-install[=PKGS]
1011 optimize for fast installation [default=yes]
13b2be9c 1012 --disable-libtool-lock avoid locking (might break parallel builds)
241a6c40 1013 --enable-targets alternative target configurations besides the primary
c43a438d 1014 --enable-checking enable run-time checks
241a6c40
AM
1015 --enable-werror treat compile warnings as errors
1016 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1017 --disable-nls do not use Native Language Support
ab509236
L
1018 --enable-maintainer-mode enable make rules and dependencies not useful
1019 (and sometimes confusing) to the casual installer
9b2b7d69 1020
13b2be9c
DJ
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]
9b2b7d69 1027
13b2be9c
DJ
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
1036
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
9b2b7d69 1041fi
9b2b7d69 1042
13b2be9c
DJ
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
9b2b7d69 1057
13b2be9c
DJ
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,/$,,'`
c8615825 1065 fi ;;
13b2be9c
DJ
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 ;;
c8615825 1072esac
ab509236
L
1073
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;;
1084esac
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;;
1111esac
13b2be9c
DJ
1112
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 ||
ab509236 1122 test -f $ac_srcdir/configure.in; then
13b2be9c
DJ
1123 echo
1124 $ac_configure --help
1125 else
1126 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1127 fi
1ad12f97 1128 cd $ac_popdir
13b2be9c
DJ
1129 done
1130fi
6840198f 1131
13b2be9c
DJ
1132test -n "$ac_init_help" && exit 0
1133if $ac_init_version; then
1134 cat <<\_ACEOF
c8615825 1135
ab509236 1136Copyright (C) 2003 Free Software Foundation, Inc.
13b2be9c
DJ
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.
c8615825 1146
13b2be9c 1147It was created by $as_me, which was
ab509236 1148generated by GNU Autoconf 2.59. Invocation command line was
c8615825 1149
13b2be9c 1150 $ $0 $@
c8615825 1151
13b2be9c
DJ
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
9b2b7d69 1185
13b2be9c 1186} >&5
6840198f 1187
13b2be9c 1188cat >&5 <<_ACEOF
c8615825 1189
9b2b7d69 1190
13b2be9c
DJ
1191## ----------- ##
1192## Core tests. ##
1193## ----------- ##
87ccc1b0 1194
13b2be9c 1195_ACEOF
9b2b7d69 1196
13b2be9c
DJ
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
ab509236 1225 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 1226 else
ab509236
L
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
13b2be9c
DJ
1238 fi
1239 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1240 # Get rid of the leading space.
1241 ac_sep=" "
c8615825
AM
1242 ;;
1243 esac
1244 done
13b2be9c
DJ
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 \
ab509236
L
1271 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1272 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
13b2be9c
DJ
1273 ;;
1274 *)
1275 sed -n \
ab509236 1276 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
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`
ab509236 1305 echo "$ac_var='"'"'$ac_val'"'"'"
13b2be9c
DJ
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
ab509236 1324 rm -f core *.core &&
13b2be9c
DJ
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 |
ab509236 1404 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
13b2be9c
DJ
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
6194aaab
L
1421 # differences in whitespace do not lead to failure.
1422 ac_old_val_w=`echo x $ac_old_val`
1423 ac_new_val_w=`echo x $ac_new_val`
1424 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1425 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
13b2be9c 1426echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
6194aaab
L
1427 ac_cache_corrupted=:
1428 else
1429 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1430echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1431 eval $ac_var=\$ac_old_val
1432 fi
1433 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1434echo "$as_me: former value: \`$ac_old_val'" >&2;}
1435 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1436echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
1437 fi;;
1438 esac
1439 # Pass precious variables to config.status.
1440 if test "$ac_new_set" = set; then
1441 case $ac_new_val in
1442 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1443 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1444 *) ac_arg=$ac_var=$ac_new_val ;;
1445 esac
1446 case " $ac_configure_args " in
1447 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1448 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1449 esac
1450 fi
1451done
1452if $ac_cache_corrupted; then
7a283e07
RW
1453 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1454echo "$as_me: error: in \`$ac_pwd':" >&2;}
13b2be9c
DJ
1455 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1456echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1457 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1458echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1459 { (exit 1); exit 1; }; }
1460fi
1461
1462ac_ext=c
1463ac_cpp='$CPP $CPPFLAGS'
1464ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1465ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1466ac_compiler_gnu=$ac_cv_c_compiler_gnu
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
7a283e07
RW
1484
1485
1486
13b2be9c 1487
da594c4a 1488
13b2be9c
DJ
1489
1490
1491ac_aux_dir=
1492for ac_dir in .. $srcdir/..; do
1493 if test -f $ac_dir/install-sh; then
1494 ac_aux_dir=$ac_dir
1495 ac_install_sh="$ac_aux_dir/install-sh -c"
1496 break
1497 elif test -f $ac_dir/install.sh; then
1498 ac_aux_dir=$ac_dir
1499 ac_install_sh="$ac_aux_dir/install.sh -c"
1500 break
1501 elif test -f $ac_dir/shtool; then
1502 ac_aux_dir=$ac_dir
1503 ac_install_sh="$ac_aux_dir/shtool install -c"
1504 break
1505 fi
1506done
1507if test -z "$ac_aux_dir"; then
1508 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in .. $srcdir/.." >&5
1509echo "$as_me: error: cannot find install-sh or install.sh in .. $srcdir/.." >&2;}
1510 { (exit 1); exit 1; }; }
1511fi
1512ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1513ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1514ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1515
1516# Make sure we can run config.sub.
1517$ac_config_sub sun4 >/dev/null 2>&1 ||
1518 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1519echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1520 { (exit 1); exit 1; }; }
1521
1522echo "$as_me:$LINENO: checking build system type" >&5
1523echo $ECHO_N "checking build system type... $ECHO_C" >&6
1524if test "${ac_cv_build+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1526else
1527 ac_cv_build_alias=$build_alias
1528test -z "$ac_cv_build_alias" &&
1529 ac_cv_build_alias=`$ac_config_guess`
1530test -z "$ac_cv_build_alias" &&
1531 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1532echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1533 { (exit 1); exit 1; }; }
1534ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1535 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1536echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1537 { (exit 1); exit 1; }; }
1538
1539fi
1540echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1541echo "${ECHO_T}$ac_cv_build" >&6
1542build=$ac_cv_build
1543build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1544build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1545build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1546
1547
1548echo "$as_me:$LINENO: checking host system type" >&5
1549echo $ECHO_N "checking host system type... $ECHO_C" >&6
1550if test "${ac_cv_host+set}" = set; then
1551 echo $ECHO_N "(cached) $ECHO_C" >&6
1552else
1553 ac_cv_host_alias=$host_alias
1554test -z "$ac_cv_host_alias" &&
1555 ac_cv_host_alias=$ac_cv_build_alias
1556ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1557 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1558echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1559 { (exit 1); exit 1; }; }
1560
1561fi
1562echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1563echo "${ECHO_T}$ac_cv_host" >&6
1564host=$ac_cv_host
1565host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1566host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1567host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1568
1569
1570echo "$as_me:$LINENO: checking target system type" >&5
1571echo $ECHO_N "checking target system type... $ECHO_C" >&6
1572if test "${ac_cv_target+set}" = set; then
1573 echo $ECHO_N "(cached) $ECHO_C" >&6
1574else
1575 ac_cv_target_alias=$target_alias
1576test "x$ac_cv_target_alias" = "x" &&
1577 ac_cv_target_alias=$ac_cv_host_alias
1578ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1579 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1580echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1581 { (exit 1); exit 1; }; }
1582
1583fi
1584echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1585echo "${ECHO_T}$ac_cv_target" >&6
1586target=$ac_cv_target
1587target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1588target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1589target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1590
1591
1592# The aliases save the names the user supplied, while $host etc.
1593# will get canonicalized.
1594test -n "$target_alias" &&
1595 test "$program_prefix$program_suffix$program_transform_name" = \
1596 NONENONEs,x,x, &&
1597 program_prefix=${target_alias}-
1598ac_ext=c
1599ac_cpp='$CPP $CPPFLAGS'
1600ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1601ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1602ac_compiler_gnu=$ac_cv_c_compiler_gnu
1603if test -n "$ac_tool_prefix"; then
1604 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1605set dummy ${ac_tool_prefix}gcc; ac_word=$2
1606echo "$as_me:$LINENO: checking for $ac_word" >&5
1607echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1608if test "${ac_cv_prog_CC+set}" = set; then
1609 echo $ECHO_N "(cached) $ECHO_C" >&6
1610else
1611 if test -n "$CC"; then
1612 ac_cv_prog_CC="$CC" # Let the user override the test.
1613else
1614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1615for as_dir in $PATH
1616do
1617 IFS=$as_save_IFS
1618 test -z "$as_dir" && as_dir=.
1619 for ac_exec_ext in '' $ac_executable_extensions; do
1620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1621 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1623 break 2
1624 fi
1625done
1626done
1627
1628fi
1629fi
1630CC=$ac_cv_prog_CC
1631if test -n "$CC"; then
1632 echo "$as_me:$LINENO: result: $CC" >&5
1633echo "${ECHO_T}$CC" >&6
1634else
1635 echo "$as_me:$LINENO: result: no" >&5
1636echo "${ECHO_T}no" >&6
1637fi
1638
1639fi
1640if test -z "$ac_cv_prog_CC"; then
1641 ac_ct_CC=$CC
1642 # Extract the first word of "gcc", so it can be a program name with args.
1643set dummy gcc; ac_word=$2
1644echo "$as_me:$LINENO: checking for $ac_word" >&5
1645echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1646if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1647 echo $ECHO_N "(cached) $ECHO_C" >&6
1648else
1649 if test -n "$ac_ct_CC"; then
1650 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1651else
1652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1653for as_dir in $PATH
1654do
1655 IFS=$as_save_IFS
1656 test -z "$as_dir" && as_dir=.
1657 for ac_exec_ext in '' $ac_executable_extensions; do
1658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1659 ac_cv_prog_ac_ct_CC="gcc"
1660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1661 break 2
1662 fi
1663done
1664done
1665
1666fi
1667fi
1668ac_ct_CC=$ac_cv_prog_ac_ct_CC
1669if test -n "$ac_ct_CC"; then
1670 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1671echo "${ECHO_T}$ac_ct_CC" >&6
1672else
1673 echo "$as_me:$LINENO: result: no" >&5
1674echo "${ECHO_T}no" >&6
1675fi
1676
1677 CC=$ac_ct_CC
1678else
1679 CC="$ac_cv_prog_CC"
1680fi
1681
1682if test -z "$CC"; then
1683 if test -n "$ac_tool_prefix"; then
1684 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1685set dummy ${ac_tool_prefix}cc; ac_word=$2
1686echo "$as_me:$LINENO: checking for $ac_word" >&5
1687echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1688if test "${ac_cv_prog_CC+set}" = set; then
1689 echo $ECHO_N "(cached) $ECHO_C" >&6
1690else
1691 if test -n "$CC"; then
1692 ac_cv_prog_CC="$CC" # Let the user override the test.
1693else
1694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1695for as_dir in $PATH
1696do
1697 IFS=$as_save_IFS
1698 test -z "$as_dir" && as_dir=.
1699 for ac_exec_ext in '' $ac_executable_extensions; do
1700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1701 ac_cv_prog_CC="${ac_tool_prefix}cc"
1702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1703 break 2
1704 fi
1705done
1706done
1707
1708fi
1709fi
1710CC=$ac_cv_prog_CC
1711if test -n "$CC"; then
1712 echo "$as_me:$LINENO: result: $CC" >&5
1713echo "${ECHO_T}$CC" >&6
1714else
1715 echo "$as_me:$LINENO: result: no" >&5
1716echo "${ECHO_T}no" >&6
1717fi
1718
1719fi
1720if test -z "$ac_cv_prog_CC"; then
1721 ac_ct_CC=$CC
1722 # Extract the first word of "cc", so it can be a program name with args.
1723set dummy cc; ac_word=$2
1724echo "$as_me:$LINENO: checking for $ac_word" >&5
1725echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1726if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1727 echo $ECHO_N "(cached) $ECHO_C" >&6
1728else
1729 if test -n "$ac_ct_CC"; then
1730 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1731else
1732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1733for as_dir in $PATH
1734do
1735 IFS=$as_save_IFS
1736 test -z "$as_dir" && as_dir=.
1737 for ac_exec_ext in '' $ac_executable_extensions; do
1738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1739 ac_cv_prog_ac_ct_CC="cc"
1740 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1741 break 2
1742 fi
1743done
1744done
1745
1746fi
1747fi
1748ac_ct_CC=$ac_cv_prog_ac_ct_CC
1749if test -n "$ac_ct_CC"; then
1750 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1751echo "${ECHO_T}$ac_ct_CC" >&6
1752else
1753 echo "$as_me:$LINENO: result: no" >&5
1754echo "${ECHO_T}no" >&6
1755fi
1756
1757 CC=$ac_ct_CC
1758else
1759 CC="$ac_cv_prog_CC"
1760fi
1761
1762fi
1763if test -z "$CC"; then
1764 # Extract the first word of "cc", so it can be a program name with args.
1765set dummy cc; ac_word=$2
1766echo "$as_me:$LINENO: checking for $ac_word" >&5
1767echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768if test "${ac_cv_prog_CC+set}" = set; then
1769 echo $ECHO_N "(cached) $ECHO_C" >&6
1770else
1771 if test -n "$CC"; then
1772 ac_cv_prog_CC="$CC" # Let the user override the test.
1773else
1774 ac_prog_rejected=no
1775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1776for as_dir in $PATH
1777do
1778 IFS=$as_save_IFS
1779 test -z "$as_dir" && as_dir=.
1780 for ac_exec_ext in '' $ac_executable_extensions; do
1781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1782 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1783 ac_prog_rejected=yes
1784 continue
1785 fi
1786 ac_cv_prog_CC="cc"
1787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1788 break 2
1789 fi
1790done
1791done
1792
1793if test $ac_prog_rejected = yes; then
1794 # We found a bogon in the path, so make sure we never use it.
1795 set dummy $ac_cv_prog_CC
1796 shift
1797 if test $# != 0; then
1798 # We chose a different compiler from the bogus one.
1799 # However, it has the same basename, so the bogon will be chosen
1800 # first if we set CC to just the basename; use the full file name.
1801 shift
1802 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1803 fi
1804fi
1805fi
1806fi
1807CC=$ac_cv_prog_CC
1808if test -n "$CC"; then
1809 echo "$as_me:$LINENO: result: $CC" >&5
1810echo "${ECHO_T}$CC" >&6
1811else
1812 echo "$as_me:$LINENO: result: no" >&5
1813echo "${ECHO_T}no" >&6
1814fi
1815
1816fi
1817if test -z "$CC"; then
1818 if test -n "$ac_tool_prefix"; then
1819 for ac_prog in cl
1820 do
1821 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1822set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1823echo "$as_me:$LINENO: checking for $ac_word" >&5
1824echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1825if test "${ac_cv_prog_CC+set}" = set; then
1826 echo $ECHO_N "(cached) $ECHO_C" >&6
1827else
1828 if test -n "$CC"; then
1829 ac_cv_prog_CC="$CC" # Let the user override the test.
1830else
1831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1832for as_dir in $PATH
1833do
1834 IFS=$as_save_IFS
1835 test -z "$as_dir" && as_dir=.
1836 for ac_exec_ext in '' $ac_executable_extensions; do
1837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1838 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1840 break 2
1841 fi
1842done
1843done
1844
1845fi
1846fi
1847CC=$ac_cv_prog_CC
1848if test -n "$CC"; then
1849 echo "$as_me:$LINENO: result: $CC" >&5
1850echo "${ECHO_T}$CC" >&6
1851else
1852 echo "$as_me:$LINENO: result: no" >&5
1853echo "${ECHO_T}no" >&6
1854fi
1855
1856 test -n "$CC" && break
1857 done
1858fi
1859if test -z "$CC"; then
1860 ac_ct_CC=$CC
1861 for ac_prog in cl
1862do
1863 # Extract the first word of "$ac_prog", so it can be a program name with args.
1864set dummy $ac_prog; ac_word=$2
1865echo "$as_me:$LINENO: checking for $ac_word" >&5
1866echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1867if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1868 echo $ECHO_N "(cached) $ECHO_C" >&6
1869else
1870 if test -n "$ac_ct_CC"; then
1871 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1872else
1873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1874for as_dir in $PATH
1875do
1876 IFS=$as_save_IFS
1877 test -z "$as_dir" && as_dir=.
1878 for ac_exec_ext in '' $ac_executable_extensions; do
1879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1880 ac_cv_prog_ac_ct_CC="$ac_prog"
1881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1882 break 2
1883 fi
1884done
1885done
1886
1887fi
1888fi
1889ac_ct_CC=$ac_cv_prog_ac_ct_CC
1890if test -n "$ac_ct_CC"; then
1891 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1892echo "${ECHO_T}$ac_ct_CC" >&6
1893else
1894 echo "$as_me:$LINENO: result: no" >&5
1895echo "${ECHO_T}no" >&6
1896fi
1897
1898 test -n "$ac_ct_CC" && break
1899done
1900
1901 CC=$ac_ct_CC
1902fi
1903
1904fi
1905
1906
7a283e07
RW
1907test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1908echo "$as_me: error: in \`$ac_pwd':" >&2;}
1909{ { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
13b2be9c
DJ
1910See \`config.log' for more details." >&5
1911echo "$as_me: error: no acceptable C compiler found in \$PATH
1912See \`config.log' for more details." >&2;}
7a283e07 1913 { (exit 1); exit 1; }; }; }
13b2be9c
DJ
1914
1915# Provide some information about the compiler.
1916echo "$as_me:$LINENO:" \
1917 "checking for C compiler version" >&5
1918ac_compiler=`set X $ac_compile; echo $2`
1919{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1920 (eval $ac_compiler --version </dev/null >&5) 2>&5
1921 ac_status=$?
1922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1923 (exit $ac_status); }
1924{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1925 (eval $ac_compiler -v </dev/null >&5) 2>&5
1926 ac_status=$?
1927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1928 (exit $ac_status); }
1929{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1930 (eval $ac_compiler -V </dev/null >&5) 2>&5
1931 ac_status=$?
1932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1933 (exit $ac_status); }
1934
1935cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
1936/* confdefs.h. */
1937_ACEOF
1938cat confdefs.h >>conftest.$ac_ext
1939cat >>conftest.$ac_ext <<_ACEOF
1940/* end confdefs.h. */
1941
1942int
1943main ()
1944{
1945
1946 ;
1947 return 0;
1948}
1949_ACEOF
1950ac_clean_files_save=$ac_clean_files
1951ac_clean_files="$ac_clean_files a.out a.exe b.out"
1952# Try to create an executable without -o first, disregard a.out.
1953# It will help us diagnose broken compilers, and finding out an intuition
1954# of exeext.
ab509236
L
1955echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1956echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
13b2be9c
DJ
1957ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1958if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1959 (eval $ac_link_default) 2>&5
1960 ac_status=$?
1961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1962 (exit $ac_status); }; then
1963 # Find the output, starting from the most likely. This scheme is
1964# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1965# resort.
1966
1967# Be careful to initialize this variable, since it used to be cached.
1968# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1969ac_cv_exeext=
1970# b.out is created by i960 compilers.
1971for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1972do
1973 test -f "$ac_file" || continue
1974 case $ac_file in
1975 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ab509236 1976 ;;
13b2be9c 1977 conftest.$ac_ext )
ab509236
L
1978 # This is the source file.
1979 ;;
13b2be9c 1980 [ab].out )
ab509236
L
1981 # We found the default executable, but exeext='' is most
1982 # certainly right.
1983 break;;
13b2be9c 1984 *.* )
ab509236
L
1985 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1986 # FIXME: I believe we export ac_cv_exeext for Libtool,
1987 # but it would be cool to find out if it's true. Does anybody
1988 # maintain Libtool? --akim.
1989 export ac_cv_exeext
1990 break;;
13b2be9c 1991 * )
ab509236 1992 break;;
13b2be9c
DJ
1993 esac
1994done
1995else
1996 echo "$as_me: failed program was:" >&5
1997sed 's/^/| /' conftest.$ac_ext >&5
1998
7a283e07
RW
1999{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2000echo "$as_me: error: in \`$ac_pwd':" >&2;}
13b2be9c
DJ
2001{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2002See \`config.log' for more details." >&5
2003echo "$as_me: error: C compiler cannot create executables
2004See \`config.log' for more details." >&2;}
7a283e07 2005 { (exit 77); exit 77; }; }; }
13b2be9c
DJ
2006fi
2007
2008ac_exeext=$ac_cv_exeext
2009echo "$as_me:$LINENO: result: $ac_file" >&5
2010echo "${ECHO_T}$ac_file" >&6
2011
2012# Check the compiler produces executables we can run. If not, either
2013# the compiler is broken, or we cross compile.
2014echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2015echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2016# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2017# If not cross compiling, check that we can run a simple program.
2018if test "$cross_compiling" != yes; then
2019 if { ac_try='./$ac_file'
2020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2021 (eval $ac_try) 2>&5
2022 ac_status=$?
2023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2024 (exit $ac_status); }; }; then
2025 cross_compiling=no
2026 else
2027 if test "$cross_compiling" = maybe; then
2028 cross_compiling=yes
2029 else
7a283e07
RW
2030 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2031echo "$as_me: error: in \`$ac_pwd':" >&2;}
2032{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
13b2be9c
DJ
2033If you meant to cross compile, use \`--host'.
2034See \`config.log' for more details." >&5
2035echo "$as_me: error: cannot run C compiled programs.
2036If you meant to cross compile, use \`--host'.
2037See \`config.log' for more details." >&2;}
7a283e07 2038 { (exit 1); exit 1; }; }; }
13b2be9c
DJ
2039 fi
2040 fi
2041fi
2042echo "$as_me:$LINENO: result: yes" >&5
2043echo "${ECHO_T}yes" >&6
2044
2045rm -f a.out a.exe conftest$ac_cv_exeext b.out
2046ac_clean_files=$ac_clean_files_save
2047# Check the compiler produces executables we can run. If not, either
2048# the compiler is broken, or we cross compile.
2049echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2050echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2051echo "$as_me:$LINENO: result: $cross_compiling" >&5
2052echo "${ECHO_T}$cross_compiling" >&6
2053
2054echo "$as_me:$LINENO: checking for suffix of executables" >&5
2055echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2056if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2057 (eval $ac_link) 2>&5
2058 ac_status=$?
2059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2060 (exit $ac_status); }; then
2061 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2062# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2063# work properly (i.e., refer to `conftest.exe'), while it won't with
2064# `rm'.
2065for ac_file in conftest.exe conftest conftest.*; do
2066 test -f "$ac_file" || continue
2067 case $ac_file in
2068 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2069 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236
L
2070 export ac_cv_exeext
2071 break;;
13b2be9c
DJ
2072 * ) break;;
2073 esac
2074done
2075else
7a283e07
RW
2076 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2077echo "$as_me: error: in \`$ac_pwd':" >&2;}
2078{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
13b2be9c
DJ
2079See \`config.log' for more details." >&5
2080echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2081See \`config.log' for more details." >&2;}
7a283e07 2082 { (exit 1); exit 1; }; }; }
13b2be9c
DJ
2083fi
2084
2085rm -f conftest$ac_cv_exeext
2086echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2087echo "${ECHO_T}$ac_cv_exeext" >&6
2088
2089rm -f conftest.$ac_ext
2090EXEEXT=$ac_cv_exeext
2091ac_exeext=$EXEEXT
2092echo "$as_me:$LINENO: checking for suffix of object files" >&5
2093echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2094if test "${ac_cv_objext+set}" = set; then
2095 echo $ECHO_N "(cached) $ECHO_C" >&6
2096else
2097 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2098/* confdefs.h. */
2099_ACEOF
2100cat confdefs.h >>conftest.$ac_ext
2101cat >>conftest.$ac_ext <<_ACEOF
2102/* end confdefs.h. */
2103
2104int
2105main ()
2106{
2107
2108 ;
2109 return 0;
2110}
2111_ACEOF
2112rm -f conftest.o conftest.obj
2113if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2114 (eval $ac_compile) 2>&5
2115 ac_status=$?
2116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117 (exit $ac_status); }; then
2118 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2119 case $ac_file in
2120 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2121 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2122 break;;
2123 esac
2124done
2125else
2126 echo "$as_me: failed program was:" >&5
2127sed 's/^/| /' conftest.$ac_ext >&5
2128
7a283e07
RW
2129{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2130echo "$as_me: error: in \`$ac_pwd':" >&2;}
13b2be9c
DJ
2131{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2132See \`config.log' for more details." >&5
2133echo "$as_me: error: cannot compute suffix of object files: cannot compile
2134See \`config.log' for more details." >&2;}
7a283e07 2135 { (exit 1); exit 1; }; }; }
13b2be9c
DJ
2136fi
2137
2138rm -f conftest.$ac_cv_objext conftest.$ac_ext
2139fi
2140echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2141echo "${ECHO_T}$ac_cv_objext" >&6
2142OBJEXT=$ac_cv_objext
2143ac_objext=$OBJEXT
2144echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2145echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2146if test "${ac_cv_c_compiler_gnu+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2148else
2149 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2150/* confdefs.h. */
2151_ACEOF
2152cat confdefs.h >>conftest.$ac_ext
2153cat >>conftest.$ac_ext <<_ACEOF
2154/* end confdefs.h. */
2155
2156int
2157main ()
2158{
2159#ifndef __GNUC__
2160 choke me
2161#endif
2162
2163 ;
2164 return 0;
2165}
2166_ACEOF
2167rm -f conftest.$ac_objext
2168if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2169 (eval $ac_compile) 2>conftest.er1
13b2be9c 2170 ac_status=$?
ab509236
L
2171 grep -v '^ *+' conftest.er1 >conftest.err
2172 rm -f conftest.er1
2173 cat conftest.err >&5
13b2be9c
DJ
2174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2175 (exit $ac_status); } &&
1ad12f97
NC
2176 { ac_try='test -z "$ac_c_werror_flag"
2177 || test ! -s conftest.err'
ab509236
L
2178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2179 (eval $ac_try) 2>&5
2180 ac_status=$?
2181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182 (exit $ac_status); }; } &&
2183 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2185 (eval $ac_try) 2>&5
2186 ac_status=$?
2187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188 (exit $ac_status); }; }; then
2189 ac_compiler_gnu=yes
2190else
2191 echo "$as_me: failed program was:" >&5
2192sed 's/^/| /' conftest.$ac_ext >&5
2193
2194ac_compiler_gnu=no
2195fi
ab509236 2196rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2197ac_cv_c_compiler_gnu=$ac_compiler_gnu
2198
2199fi
2200echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2201echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2202GCC=`test $ac_compiler_gnu = yes && echo yes`
2203ac_test_CFLAGS=${CFLAGS+set}
2204ac_save_CFLAGS=$CFLAGS
2205CFLAGS="-g"
2206echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2207echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2208if test "${ac_cv_prog_cc_g+set}" = set; then
2209 echo $ECHO_N "(cached) $ECHO_C" >&6
2210else
2211 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2212/* confdefs.h. */
2213_ACEOF
2214cat confdefs.h >>conftest.$ac_ext
2215cat >>conftest.$ac_ext <<_ACEOF
2216/* end confdefs.h. */
2217
2218int
2219main ()
2220{
2221
2222 ;
2223 return 0;
2224}
2225_ACEOF
2226rm -f conftest.$ac_objext
2227if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2228 (eval $ac_compile) 2>conftest.er1
13b2be9c 2229 ac_status=$?
ab509236
L
2230 grep -v '^ *+' conftest.er1 >conftest.err
2231 rm -f conftest.er1
2232 cat conftest.err >&5
13b2be9c
DJ
2233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234 (exit $ac_status); } &&
1ad12f97
NC
2235 { ac_try='test -z "$ac_c_werror_flag"
2236 || test ! -s conftest.err'
ab509236
L
2237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2238 (eval $ac_try) 2>&5
2239 ac_status=$?
2240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2241 (exit $ac_status); }; } &&
2242 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2244 (eval $ac_try) 2>&5
2245 ac_status=$?
2246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2247 (exit $ac_status); }; }; then
2248 ac_cv_prog_cc_g=yes
2249else
2250 echo "$as_me: failed program was:" >&5
2251sed 's/^/| /' conftest.$ac_ext >&5
2252
2253ac_cv_prog_cc_g=no
2254fi
ab509236 2255rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2256fi
2257echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2258echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2259if test "$ac_test_CFLAGS" = set; then
2260 CFLAGS=$ac_save_CFLAGS
2261elif test $ac_cv_prog_cc_g = yes; then
2262 if test "$GCC" = yes; then
2263 CFLAGS="-g -O2"
2264 else
2265 CFLAGS="-g"
2266 fi
2267else
2268 if test "$GCC" = yes; then
2269 CFLAGS="-O2"
2270 else
2271 CFLAGS=
2272 fi
2273fi
2274echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2275echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2276if test "${ac_cv_prog_cc_stdc+set}" = set; then
2277 echo $ECHO_N "(cached) $ECHO_C" >&6
2278else
2279 ac_cv_prog_cc_stdc=no
2280ac_save_CC=$CC
2281cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2282/* confdefs.h. */
2283_ACEOF
2284cat confdefs.h >>conftest.$ac_ext
2285cat >>conftest.$ac_ext <<_ACEOF
2286/* end confdefs.h. */
2287#include <stdarg.h>
2288#include <stdio.h>
2289#include <sys/types.h>
2290#include <sys/stat.h>
2291/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2292struct buf { int x; };
2293FILE * (*rcsopen) (struct buf *, struct stat *, int);
2294static char *e (p, i)
2295 char **p;
2296 int i;
2297{
2298 return p[i];
2299}
2300static char *f (char * (*g) (char **, int), char **p, ...)
2301{
2302 char *s;
2303 va_list v;
2304 va_start (v,p);
2305 s = g (p, va_arg (v,int));
2306 va_end (v);
2307 return s;
2308}
ab509236
L
2309
2310/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2311 function prototypes and stuff, but not '\xHH' hex character constants.
2312 These don't provoke an error unfortunately, instead are silently treated
2313 as 'x'. The following induces an error, until -std1 is added to get
2314 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2315 array size at least. It's necessary to write '\x00'==0 to get something
2316 that's true only with -std1. */
2317int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2318
13b2be9c
DJ
2319int test (int i, double x);
2320struct s1 {int (*f) (int a);};
2321struct s2 {int (*f) (double a);};
2322int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2323int argc;
2324char **argv;
2325int
2326main ()
2327{
2328return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2329 ;
2330 return 0;
2331}
2332_ACEOF
2333# Don't try gcc -ansi; that turns off useful extensions and
2334# breaks some systems' header files.
2335# AIX -qlanglvl=ansi
2336# Ultrix and OSF/1 -std1
2337# HP-UX 10.20 and later -Ae
2338# HP-UX older versions -Aa -D_HPUX_SOURCE
2339# SVR4 -Xc -D__EXTENSIONS__
2340for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2341do
2342 CC="$ac_save_CC $ac_arg"
2343 rm -f conftest.$ac_objext
2344if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2345 (eval $ac_compile) 2>conftest.er1
13b2be9c 2346 ac_status=$?
ab509236
L
2347 grep -v '^ *+' conftest.er1 >conftest.err
2348 rm -f conftest.er1
2349 cat conftest.err >&5
13b2be9c
DJ
2350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2351 (exit $ac_status); } &&
1ad12f97
NC
2352 { ac_try='test -z "$ac_c_werror_flag"
2353 || test ! -s conftest.err'
ab509236
L
2354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2355 (eval $ac_try) 2>&5
2356 ac_status=$?
2357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358 (exit $ac_status); }; } &&
2359 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2361 (eval $ac_try) 2>&5
2362 ac_status=$?
2363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2364 (exit $ac_status); }; }; then
2365 ac_cv_prog_cc_stdc=$ac_arg
2366break
2367else
2368 echo "$as_me: failed program was:" >&5
2369sed 's/^/| /' conftest.$ac_ext >&5
2370
2371fi
ab509236 2372rm -f conftest.err conftest.$ac_objext
13b2be9c
DJ
2373done
2374rm -f conftest.$ac_ext conftest.$ac_objext
2375CC=$ac_save_CC
2376
2377fi
2378
2379case "x$ac_cv_prog_cc_stdc" in
2380 x|xno)
2381 echo "$as_me:$LINENO: result: none needed" >&5
2382echo "${ECHO_T}none needed" >&6 ;;
2383 *)
2384 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2385echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2386 CC="$CC $ac_cv_prog_cc_stdc" ;;
2387esac
2388
2389# Some people use a C++ compiler to compile C. Since we use `exit',
2390# in C++ we need to declare it. In case someone uses the same compiler
2391# for both compiling C and C++ we need to have the C++ compiler decide
2392# the declaration of exit, since it's the most demanding environment.
2393cat >conftest.$ac_ext <<_ACEOF
2394#ifndef __cplusplus
2395 choke me
2396#endif
2397_ACEOF
2398rm -f conftest.$ac_objext
2399if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2400 (eval $ac_compile) 2>conftest.er1
13b2be9c 2401 ac_status=$?
ab509236
L
2402 grep -v '^ *+' conftest.er1 >conftest.err
2403 rm -f conftest.er1
2404 cat conftest.err >&5
13b2be9c
DJ
2405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2406 (exit $ac_status); } &&
1ad12f97
NC
2407 { ac_try='test -z "$ac_c_werror_flag"
2408 || test ! -s conftest.err'
ab509236
L
2409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2410 (eval $ac_try) 2>&5
2411 ac_status=$?
2412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2413 (exit $ac_status); }; } &&
2414 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2416 (eval $ac_try) 2>&5
2417 ac_status=$?
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); }; }; then
2420 for ac_declaration in \
ab509236 2421 '' \
13b2be9c
DJ
2422 'extern "C" void std::exit (int) throw (); using std::exit;' \
2423 'extern "C" void std::exit (int); using std::exit;' \
2424 'extern "C" void exit (int) throw ();' \
2425 'extern "C" void exit (int);' \
2426 'void exit (int);'
2427do
2428 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2429/* confdefs.h. */
2430_ACEOF
2431cat confdefs.h >>conftest.$ac_ext
2432cat >>conftest.$ac_ext <<_ACEOF
2433/* end confdefs.h. */
13dfd2d0 2434$ac_declaration
ab509236 2435#include <stdlib.h>
13b2be9c
DJ
2436int
2437main ()
2438{
2439exit (42);
2440 ;
2441 return 0;
2442}
2443_ACEOF
2444rm -f conftest.$ac_objext
2445if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2446 (eval $ac_compile) 2>conftest.er1
13b2be9c 2447 ac_status=$?
ab509236
L
2448 grep -v '^ *+' conftest.er1 >conftest.err
2449 rm -f conftest.er1
2450 cat conftest.err >&5
13b2be9c
DJ
2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
1ad12f97
NC
2453 { ac_try='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
ab509236
L
2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2456 (eval $ac_try) 2>&5
2457 ac_status=$?
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); }; } &&
2460 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2462 (eval $ac_try) 2>&5
2463 ac_status=$?
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; }; then
2466 :
2467else
2468 echo "$as_me: failed program was:" >&5
2469sed 's/^/| /' conftest.$ac_ext >&5
2470
2471continue
2472fi
ab509236 2473rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 2474 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2475/* confdefs.h. */
2476_ACEOF
2477cat confdefs.h >>conftest.$ac_ext
2478cat >>conftest.$ac_ext <<_ACEOF
2479/* end confdefs.h. */
2480$ac_declaration
2481int
2482main ()
2483{
2484exit (42);
2485 ;
2486 return 0;
2487}
2488_ACEOF
2489rm -f conftest.$ac_objext
2490if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2491 (eval $ac_compile) 2>conftest.er1
13b2be9c 2492 ac_status=$?
ab509236
L
2493 grep -v '^ *+' conftest.er1 >conftest.err
2494 rm -f conftest.er1
2495 cat conftest.err >&5
13b2be9c
DJ
2496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2497 (exit $ac_status); } &&
1ad12f97
NC
2498 { ac_try='test -z "$ac_c_werror_flag"
2499 || test ! -s conftest.err'
ab509236
L
2500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2501 (eval $ac_try) 2>&5
2502 ac_status=$?
2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504 (exit $ac_status); }; } &&
2505 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2507 (eval $ac_try) 2>&5
2508 ac_status=$?
2509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510 (exit $ac_status); }; }; then
2511 break
2512else
2513 echo "$as_me: failed program was:" >&5
2514sed 's/^/| /' conftest.$ac_ext >&5
2515
2516fi
ab509236 2517rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2518done
2519rm -f conftest*
2520if test -n "$ac_declaration"; then
2521 echo '#ifdef __cplusplus' >>confdefs.h
2522 echo $ac_declaration >>confdefs.h
2523 echo '#endif' >>confdefs.h
2524fi
2525
2526else
2527 echo "$as_me: failed program was:" >&5
2528sed 's/^/| /' conftest.$ac_ext >&5
2529
2530fi
ab509236 2531rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2532ac_ext=c
2533ac_cpp='$CPP $CPPFLAGS'
2534ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2535ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2536ac_compiler_gnu=$ac_cv_c_compiler_gnu
2537
2538
ab509236
L
2539echo "$as_me:$LINENO: checking for library containing strerror" >&5
2540echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2541if test "${ac_cv_search_strerror+set}" = set; then
13b2be9c
DJ
2542 echo $ECHO_N "(cached) $ECHO_C" >&6
2543else
ab509236
L
2544 ac_func_search_save_LIBS=$LIBS
2545ac_cv_search_strerror=no
13b2be9c 2546cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2547/* confdefs.h. */
2548_ACEOF
2549cat confdefs.h >>conftest.$ac_ext
2550cat >>conftest.$ac_ext <<_ACEOF
2551/* end confdefs.h. */
2552
2553/* Override any gcc2 internal prototype to avoid an error. */
2554#ifdef __cplusplus
2555extern "C"
2556#endif
2557/* We use char because int might match the return type of a gcc2
2558 builtin and then its argument prototype would still apply. */
2559char strerror ();
2560int
2561main ()
2562{
2563strerror ();
2564 ;
2565 return 0;
2566}
2567_ACEOF
2568rm -f conftest.$ac_objext conftest$ac_exeext
2569if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 2570 (eval $ac_link) 2>conftest.er1
13b2be9c 2571 ac_status=$?
ab509236
L
2572 grep -v '^ *+' conftest.er1 >conftest.err
2573 rm -f conftest.er1
2574 cat conftest.err >&5
13b2be9c
DJ
2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2576 (exit $ac_status); } &&
1ad12f97
NC
2577 { ac_try='test -z "$ac_c_werror_flag"
2578 || test ! -s conftest.err'
ab509236
L
2579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2580 (eval $ac_try) 2>&5
2581 ac_status=$?
2582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2583 (exit $ac_status); }; } &&
2584 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
2585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2586 (eval $ac_try) 2>&5
2587 ac_status=$?
2588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2589 (exit $ac_status); }; }; then
ab509236 2590 ac_cv_search_strerror="none required"
13b2be9c
DJ
2591else
2592 echo "$as_me: failed program was:" >&5
2593sed 's/^/| /' conftest.$ac_ext >&5
2594
13b2be9c 2595fi
ab509236
L
2596rm -f conftest.err conftest.$ac_objext \
2597 conftest$ac_exeext conftest.$ac_ext
2598if test "$ac_cv_search_strerror" = no; then
2599 for ac_lib in cposix; do
2600 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2601 cat >conftest.$ac_ext <<_ACEOF
2602/* confdefs.h. */
2603_ACEOF
2604cat confdefs.h >>conftest.$ac_ext
2605cat >>conftest.$ac_ext <<_ACEOF
2606/* end confdefs.h. */
2607
2608/* Override any gcc2 internal prototype to avoid an error. */
2609#ifdef __cplusplus
2610extern "C"
2611#endif
2612/* We use char because int might match the return type of a gcc2
2613 builtin and then its argument prototype would still apply. */
2614char strerror ();
2615int
2616main ()
2617{
2618strerror ();
2619 ;
2620 return 0;
2621}
2622_ACEOF
2623rm -f conftest.$ac_objext conftest$ac_exeext
2624if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2625 (eval $ac_link) 2>conftest.er1
2626 ac_status=$?
2627 grep -v '^ *+' conftest.er1 >conftest.err
2628 rm -f conftest.er1
2629 cat conftest.err >&5
2630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2631 (exit $ac_status); } &&
1ad12f97
NC
2632 { ac_try='test -z "$ac_c_werror_flag"
2633 || test ! -s conftest.err'
ab509236
L
2634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2635 (eval $ac_try) 2>&5
2636 ac_status=$?
2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2638 (exit $ac_status); }; } &&
2639 { ac_try='test -s conftest$ac_exeext'
2640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2641 (eval $ac_try) 2>&5
2642 ac_status=$?
2643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2644 (exit $ac_status); }; }; then
2645 ac_cv_search_strerror="-l$ac_lib"
2646break
2647else
2648 echo "$as_me: failed program was:" >&5
2649sed 's/^/| /' conftest.$ac_ext >&5
2650
13b2be9c 2651fi
ab509236
L
2652rm -f conftest.err conftest.$ac_objext \
2653 conftest$ac_exeext conftest.$ac_ext
2654 done
13b2be9c 2655fi
ab509236
L
2656LIBS=$ac_func_search_save_LIBS
2657fi
2658echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2659echo "${ECHO_T}$ac_cv_search_strerror" >&6
2660if test "$ac_cv_search_strerror" != no; then
2661 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
13b2be9c 2662
ab509236 2663fi
13b2be9c
DJ
2664
2665
2666BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
8ea2b00f 2667am__api_version="1.9"
13b2be9c
DJ
2668# Find a good install program. We prefer a C program (faster),
2669# so one script is as good as another. But avoid the broken or
2670# incompatible versions:
2671# SysV /etc/install, /usr/sbin/install
2672# SunOS /usr/etc/install
2673# IRIX /sbin/install
2674# AIX /bin/install
2675# AmigaOS /C/install, which installs bootblocks on floppy discs
2676# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2677# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2678# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 2679# OS/2's system install, which has a completely different semantic
13b2be9c 2680# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2681# Reject install programs that cannot install multiple files.
13b2be9c
DJ
2682echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2683echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2684if test -z "$INSTALL"; then
2685if test "${ac_cv_path_install+set}" = set; then
2686 echo $ECHO_N "(cached) $ECHO_C" >&6
2687else
2688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691 IFS=$as_save_IFS
2692 test -z "$as_dir" && as_dir=.
2693 # Account for people who put trailing slashes in PATH elements.
2694case $as_dir/ in
2695 ./ | .// | /cC/* | \
2696 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ab509236 2697 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13b2be9c
DJ
2698 /usr/ucb/* ) ;;
2699 *)
2700 # OSF1 and SCO ODT 3.0 have their own names for install.
2701 # Don't use installbsd from OSF since it installs stuff as root
2702 # by default.
2703 for ac_prog in ginstall scoinst install; do
2704 for ac_exec_ext in '' $ac_executable_extensions; do
ab509236
L
2705 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2706 if test $ac_prog = install &&
2707 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2708 # AIX install. It has an incompatible calling convention.
2709 :
2710 elif test $ac_prog = install &&
2711 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2712 # program-specific install script used by HP pwplus--don't use.
2713 :
2714 else
58c85be7
RW
2715 rm -rf conftest.one conftest.two conftest.dir
2716 echo one > conftest.one
2717 echo two > conftest.two
2718 mkdir conftest.dir
2719 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2720 test -s conftest.one && test -s conftest.two &&
2721 test -s conftest.dir/conftest.one &&
2722 test -s conftest.dir/conftest.two
2723 then
2724 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2725 break 3
2726 fi
ab509236
L
2727 fi
2728 fi
13b2be9c
DJ
2729 done
2730 done
2731 ;;
2732esac
2733done
2734
58c85be7 2735rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
2736
2737fi
2738 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 2739 INSTALL=$ac_cv_path_install
252b5132 2740 else
58c85be7
RW
2741 # As a last resort, use the slow shell script. Don't cache a
2742 # value for INSTALL within a source directory, because that will
252b5132 2743 # break other packages using the cache if that directory is
58c85be7 2744 # removed, or if the value is a relative name.
13b2be9c 2745 INSTALL=$ac_install_sh
252b5132
RH
2746 fi
2747fi
13b2be9c
DJ
2748echo "$as_me:$LINENO: result: $INSTALL" >&5
2749echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2750
2751# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2752# It thinks the first close brace ends the variable substitution.
2753test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2754
13b2be9c 2755test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2756
2757test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2758
13b2be9c
DJ
2759echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2760echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2761# Just in case
2762sleep 1
13b2be9c 2763echo timestamp > conftest.file
252b5132
RH
2764# Do `set' in a subshell so we don't clobber the current shell's
2765# arguments. Must try -L first in case configure is actually a
2766# symlink; some systems play weird games with the mod time of symlinks
2767# (eg FreeBSD returns the mod time of the symlink's containing
2768# directory).
2769if (
13b2be9c 2770 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2771 if test "$*" = "X"; then
2772 # -L didn't work.
13b2be9c 2773 set X `ls -t $srcdir/configure conftest.file`
252b5132 2774 fi
13b2be9c
DJ
2775 rm -f conftest.file
2776 if test "$*" != "X $srcdir/configure conftest.file" \
2777 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2778
2779 # If neither matched, then we have a broken ls. This can happen
2780 # if, for instance, CONFIG_SHELL is bash and it inherits a
2781 # broken ls alias from the environment. This has actually
2782 # happened. Such a system could not be considered "sane".
13b2be9c
DJ
2783 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2784alias in your environment" >&5
2785echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2786alias in your environment" >&2;}
2787 { (exit 1); exit 1; }; }
252b5132
RH
2788 fi
2789
13b2be9c
DJ
2790 test "$2" = conftest.file
2791 )
2792then
2793 # Ok.
2794 :
2795else
2796 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2797Check your system clock" >&5
2798echo "$as_me: error: newly created file is older than distributed files!
2799Check your system clock" >&2;}
2800 { (exit 1); exit 1; }; }
2801fi
2802echo "$as_me:$LINENO: result: yes" >&5
2803echo "${ECHO_T}yes" >&6
2804test "$program_prefix" != NONE &&
2805 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2806# Use a double $ so make ignores it.
2807test "$program_suffix" != NONE &&
2808 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2809# Double any \ or $. echo might interpret backslashes.
2810# By default was `s,x,x', remove it if useless.
2811cat <<\_ACEOF >conftest.sed
2812s/[\\$]/&&/g;s/;s,x,x,$//
2813_ACEOF
2814program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2815rm conftest.sed
2816
13b2be9c
DJ
2817# expand $ac_aux_dir to an absolute path
2818am_aux_dir=`cd $ac_aux_dir && pwd`
2819
2820test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2821# Use eval to expand $SHELL
2822if eval "$MISSING --run true"; then
2823 am_missing_run="$MISSING --run "
2824else
2825 am_missing_run=
2826 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2827echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2828fi
2829
4b363073 2830if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
8ea2b00f
AM
2831 # We used to keeping the `.' as first argument, in order to
2832 # allow $(mkdir_p) to be used without argument. As in
ab509236 2833 # $(mkdir_p) $(somedir)
8ea2b00f
AM
2834 # where $(somedir) is conditionally defined. However this is wrong
2835 # for two reasons:
2836 # 1. if the package is installed by a user who cannot write `.'
2837 # make install will fail,
2838 # 2. the above comment should most certainly read
2839 # $(mkdir_p) $(DESTDIR)$(somedir)
2840 # so it does not work when $(somedir) is undefined and
2841 # $(DESTDIR) is not.
2842 # To support the latter case, we have to write
2843 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2844 # so the `.' trick is pointless.
2845 mkdir_p='mkdir -p --'
ab509236
L
2846else
2847 # On NextStep and OpenStep, the `mkdir' command does not
2848 # recognize any option. It will interpret all options as
2849 # directories to create, and then abort because `.' already
2850 # exists.
4b363073 2851 for d in ./-p ./--version;
ab509236
L
2852 do
2853 test -d $d && rmdir $d
2854 done
2855 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2856 if test -f "$ac_aux_dir/mkinstalldirs"; then
2857 mkdir_p='$(mkinstalldirs)'
2858 else
2859 mkdir_p='$(install_sh) -d'
2860 fi
2861fi
2862
13b2be9c
DJ
2863for ac_prog in gawk mawk nawk awk
2864do
2865 # Extract the first word of "$ac_prog", so it can be a program name with args.
2866set dummy $ac_prog; ac_word=$2
2867echo "$as_me:$LINENO: checking for $ac_word" >&5
2868echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2869if test "${ac_cv_prog_AWK+set}" = set; then
2870 echo $ECHO_N "(cached) $ECHO_C" >&6
2871else
2872 if test -n "$AWK"; then
2873 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2874else
2875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2876for as_dir in $PATH
2877do
2878 IFS=$as_save_IFS
2879 test -z "$as_dir" && as_dir=.
2880 for ac_exec_ext in '' $ac_executable_extensions; do
2881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2882 ac_cv_prog_AWK="$ac_prog"
2883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 break 2
2885 fi
2886done
2887done
2888
2889fi
2890fi
2891AWK=$ac_cv_prog_AWK
2892if test -n "$AWK"; then
2893 echo "$as_me:$LINENO: result: $AWK" >&5
2894echo "${ECHO_T}$AWK" >&6
2895else
2896 echo "$as_me:$LINENO: result: no" >&5
2897echo "${ECHO_T}no" >&6
2898fi
2899
2900 test -n "$AWK" && break
2901done
2902
2903echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2904echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ab509236 2905set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
13b2be9c
DJ
2906if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2907 echo $ECHO_N "(cached) $ECHO_C" >&6
2908else
2909 cat >conftest.make <<\_ACEOF
2910all:
2911 @echo 'ac_maketemp="$(MAKE)"'
2912_ACEOF
2913# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2914eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2915if test -n "$ac_maketemp"; then
2916 eval ac_cv_prog_make_${ac_make}_set=yes
2917else
2918 eval ac_cv_prog_make_${ac_make}_set=no
2919fi
2920rm -f conftest.make
2921fi
2922if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2923 echo "$as_me:$LINENO: result: yes" >&5
2924echo "${ECHO_T}yes" >&6
2925 SET_MAKE=
2926else
2927 echo "$as_me:$LINENO: result: no" >&5
2928echo "${ECHO_T}no" >&6
2929 SET_MAKE="MAKE=${MAKE-make}"
2930fi
2931
2932rm -rf .tst 2>/dev/null
2933mkdir .tst 2>/dev/null
2934if test -d .tst; then
2935 am__leading_dot=.
2936else
2937 am__leading_dot=_
2938fi
2939rmdir .tst 2>/dev/null
2940
2941DEPDIR="${am__leading_dot}deps"
2942
2943 ac_config_commands="$ac_config_commands depfiles"
2944
2945
2946am_make=${MAKE-make}
2947cat > confinc << 'END'
2948am__doit:
2949 @echo done
2950.PHONY: am__doit
2951END
2952# If we don't find an include directive, just comment out the code.
2953echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2954echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2955am__include="#"
2956am__quote=
2957_am_result=none
2958# First try GNU make style include.
2959echo "include confinc" > confmf
2960# We grep out `Entering directory' and `Leaving directory'
2961# messages which can occur if `w' ends up in MAKEFLAGS.
2962# In particular we don't look at `^make:' because GNU make might
2963# be invoked under some other name (usually "gmake"), in which
2964# case it prints its new name instead of `make'.
2965if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2966 am__include=include
2967 am__quote=
2968 _am_result=GNU
2969fi
2970# Now try BSD make style include.
2971if test "$am__include" = "#"; then
2972 echo '.include "confinc"' > confmf
2973 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2974 am__include=.include
2975 am__quote="\""
2976 _am_result=BSD
2977 fi
2978fi
2979
2980
2981echo "$as_me:$LINENO: result: $_am_result" >&5
2982echo "${ECHO_T}$_am_result" >&6
2983rm -f confinc confmf
2984
2985# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2986if test "${enable_dependency_tracking+set}" = set; then
2987 enableval="$enable_dependency_tracking"
2988
2989fi;
2990if test "x$enable_dependency_tracking" != xno; then
2991 am_depcomp="$ac_aux_dir/depcomp"
2992 AMDEPBACKSLASH='\'
2993fi
2994
2995
2996if test "x$enable_dependency_tracking" != xno; then
2997 AMDEP_TRUE=
2998 AMDEP_FALSE='#'
2999else
3000 AMDEP_TRUE='#'
3001 AMDEP_FALSE=
3002fi
3003
3004
3005
ab509236 3006# test to see if srcdir already configured
13b2be9c
DJ
3007if test "`cd $srcdir && pwd`" != "`pwd`" &&
3008 test -f $srcdir/config.status; then
3009 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3010echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3011 { (exit 1); exit 1; }; }
3012fi
3013
3014# test whether we have cygpath
3015if test -z "$CYGPATH_W"; then
3016 if (cygpath --version) >/dev/null 2>/dev/null; then
3017 CYGPATH_W='cygpath -w'
3018 else
3019 CYGPATH_W=echo
3020 fi
3021fi
3022
3023
3024# Define the identity of the package.
3025 PACKAGE=gas
3026 VERSION=${BFD_VERSION}
3027
3028
3029cat >>confdefs.h <<_ACEOF
3030#define PACKAGE "$PACKAGE"
3031_ACEOF
3032
3033
3034cat >>confdefs.h <<_ACEOF
3035#define VERSION "$VERSION"
3036_ACEOF
3037
3038# Some tools Automake needs.
3039
3040ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3041
3042
3043AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3044
3045
3046AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3047
3048
3049AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3050
3051
3052MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3053
13b2be9c
DJ
3054install_sh=${install_sh-"$am_aux_dir/install-sh"}
3055
3056# Installed binaries are usually stripped using `strip' when the user
3057# run `make install-strip'. However `strip' might not be the right
3058# tool to use in cross-compilation environments, therefore Automake
3059# will honor the `STRIP' environment variable to overrule this program.
3060if test "$cross_compiling" != no; then
3061 if test -n "$ac_tool_prefix"; then
3062 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3063set dummy ${ac_tool_prefix}strip; ac_word=$2
3064echo "$as_me:$LINENO: checking for $ac_word" >&5
3065echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3066if test "${ac_cv_prog_STRIP+set}" = set; then
3067 echo $ECHO_N "(cached) $ECHO_C" >&6
3068else
3069 if test -n "$STRIP"; then
3070 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
252b5132 3071else
13b2be9c
DJ
3072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3073for as_dir in $PATH
3074do
3075 IFS=$as_save_IFS
3076 test -z "$as_dir" && as_dir=.
3077 for ac_exec_ext in '' $ac_executable_extensions; do
3078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3079 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3081 break 2
3082 fi
3083done
3084done
3085
252b5132 3086fi
13b2be9c
DJ
3087fi
3088STRIP=$ac_cv_prog_STRIP
3089if test -n "$STRIP"; then
3090 echo "$as_me:$LINENO: result: $STRIP" >&5
3091echo "${ECHO_T}$STRIP" >&6
c8615825 3092else
13b2be9c
DJ
3093 echo "$as_me:$LINENO: result: no" >&5
3094echo "${ECHO_T}no" >&6
c8615825 3095fi
c8615825 3096
13b2be9c
DJ
3097fi
3098if test -z "$ac_cv_prog_STRIP"; then
3099 ac_ct_STRIP=$STRIP
3100 # Extract the first word of "strip", so it can be a program name with args.
3101set dummy strip; ac_word=$2
3102echo "$as_me:$LINENO: checking for $ac_word" >&5
3103echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3104if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3105 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 3106else
13b2be9c
DJ
3107 if test -n "$ac_ct_STRIP"; then
3108 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
252b5132 3109else
13b2be9c
DJ
3110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111for as_dir in $PATH
3112do
3113 IFS=$as_save_IFS
3114 test -z "$as_dir" && as_dir=.
3115 for ac_exec_ext in '' $ac_executable_extensions; do
3116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3117 ac_cv_prog_ac_ct_STRIP="strip"
3118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3119 break 2
3120 fi
3121done
3122done
3123
3124 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
252b5132 3125fi
252b5132 3126fi
13b2be9c
DJ
3127ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3128if test -n "$ac_ct_STRIP"; then
3129 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3130echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 3131else
13b2be9c
DJ
3132 echo "$as_me:$LINENO: result: no" >&5
3133echo "${ECHO_T}no" >&6
252b5132
RH
3134fi
3135
13b2be9c
DJ
3136 STRIP=$ac_ct_STRIP
3137else
3138 STRIP="$ac_cv_prog_STRIP"
3139fi
d6d788bd 3140
252b5132 3141fi
13b2be9c 3142INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
252b5132 3143
13b2be9c
DJ
3144# We need awk for the "check" target. The system "awk" is bad on
3145# some platforms.
8ea2b00f
AM
3146# Always define AMTAR for backward compatibility.
3147
3148AMTAR=${AMTAR-"${am_missing_run}tar"}
3149
3150am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3151
3152
252b5132 3153
d6d788bd 3154
13b2be9c 3155depcc="$CC" am_compiler_list=
d6d788bd 3156
13b2be9c
DJ
3157echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3158echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3159if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3160 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3161else
13b2be9c
DJ
3162 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3163 # We make a subdir and do the tests there. Otherwise we can end up
3164 # making bogus files that we don't know about and never remove. For
3165 # instance it was reported that on HP-UX the gcc test will end up
3166 # making a dummy file named `D' -- because `-MD' means `put the output
3167 # in D'.
3168 mkdir conftest.dir
3169 # Copy depcomp to subdir because otherwise we won't find it if we're
3170 # using a relative directory.
3171 cp "$am_depcomp" conftest.dir
3172 cd conftest.dir
3173 # We will build objects and dependencies in a subdirectory because
3174 # it helps to detect inapplicable dependency modes. For instance
3175 # both Tru64's cc and ICC support -MD to output dependencies as a
3176 # side effect of compilation, but ICC will put the dependencies in
3177 # the current directory while Tru64 will put them in the object
3178 # directory.
3179 mkdir sub
252b5132 3180
13b2be9c
DJ
3181 am_cv_CC_dependencies_compiler_type=none
3182 if test "$am_compiler_list" = ""; then
3183 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3184 fi
3185 for depmode in $am_compiler_list; do
3186 # Setup a source with many dependencies, because some compilers
3187 # like to wrap large dependency lists on column 80 (with \), and
3188 # we should not choose a depcomp mode which is confused by this.
3189 #
3190 # We need to recreate these files for each test, as the compiler may
3191 # overwrite some of them when testing with obscure command lines.
3192 # This happens at least with the AIX C compiler.
3193 : > sub/conftest.c
3194 for i in 1 2 3 4 5 6; do
3195 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3196 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3197 # Solaris 8's {/usr,}/bin/sh.
3198 touch sub/conftst$i.h
13b2be9c
DJ
3199 done
3200 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3201
3202 case $depmode in
3203 nosideeffect)
3204 # after this tag, mechanisms are not by side-effect, so they'll
3205 # only be used when explicitly requested
3206 if test "x$enable_dependency_tracking" = xyes; then
3207 continue
3208 else
3209 break
3210 fi
3211 ;;
3212 none) break ;;
3213 esac
3214 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3215 # mode. It turns out that the SunPro C++ compiler does not properly
3216 # handle `-M -o', and we need to detect this.
3217 if depmode=$depmode \
3218 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3219 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3220 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3221 >/dev/null 2>conftest.err &&
3222 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3223 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3224 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3225 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3226 # or remarks (even with -Werror). So we grep stderr for any message
3227 # that says an option was ignored or not supported.
3228 # When given -MP, icc 7.0 and 7.1 complain thusly:
3229 # icc: Command line warning: ignoring option '-M'; no argument required
3230 # The diagnosis changed in icc 8.0:
3231 # icc: Command line remark: option '-MP' not supported
3232 if (grep 'ignoring option' conftest.err ||
3233 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3234 am_cv_CC_dependencies_compiler_type=$depmode
3235 break
3236 fi
3237 fi
3238 done
252b5132 3239
13b2be9c
DJ
3240 cd ..
3241 rm -rf conftest.dir
252b5132 3242else
13b2be9c 3243 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3244fi
3245
252b5132 3246fi
13b2be9c
DJ
3247echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3248echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3249CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3250
13b2be9c
DJ
3251
3252
3253if
3254 test "x$enable_dependency_tracking" != xno \
3255 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3256 am__fastdepCC_TRUE=
3257 am__fastdepCC_FALSE='#'
252b5132 3258else
13b2be9c
DJ
3259 am__fastdepCC_TRUE='#'
3260 am__fastdepCC_FALSE=
252b5132
RH
3261fi
3262
d6d788bd
L
3263
3264
13b2be9c 3265
ce2cded5
L
3266ac_ext=c
3267ac_cpp='$CPP $CPPFLAGS'
3268ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3269ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3270ac_compiler_gnu=$ac_cv_c_compiler_gnu
3271if test -n "$ac_tool_prefix"; then
3272 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3273set dummy ${ac_tool_prefix}gcc; ac_word=$2
3274echo "$as_me:$LINENO: checking for $ac_word" >&5
3275echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3276if test "${ac_cv_prog_CC+set}" = set; then
3277 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3278else
ce2cded5
L
3279 if test -n "$CC"; then
3280 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3281else
ce2cded5
L
3282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3283for as_dir in $PATH
3284do
3285 IFS=$as_save_IFS
3286 test -z "$as_dir" && as_dir=.
3287 for ac_exec_ext in '' $ac_executable_extensions; do
3288 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3289 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3291 break 2
3292 fi
3293done
3294done
d7040cdb 3295
ce2cded5
L
3296fi
3297fi
3298CC=$ac_cv_prog_CC
3299if test -n "$CC"; then
3300 echo "$as_me:$LINENO: result: $CC" >&5
3301echo "${ECHO_T}$CC" >&6
bedf545c 3302else
ce2cded5
L
3303 echo "$as_me:$LINENO: result: no" >&5
3304echo "${ECHO_T}no" >&6
3305fi
d7040cdb 3306
ce2cded5
L
3307fi
3308if test -z "$ac_cv_prog_CC"; then
3309 ac_ct_CC=$CC
3310 # Extract the first word of "gcc", so it can be a program name with args.
3311set dummy gcc; ac_word=$2
3312echo "$as_me:$LINENO: checking for $ac_word" >&5
3313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3314if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
d7040cdb
SE
3315 echo $ECHO_N "(cached) $ECHO_C" >&6
3316else
ce2cded5
L
3317 if test -n "$ac_ct_CC"; then
3318 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3319else
d7040cdb
SE
3320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3321for as_dir in $PATH
3322do
3323 IFS=$as_save_IFS
3324 test -z "$as_dir" && as_dir=.
ce2cded5
L
3325 for ac_exec_ext in '' $ac_executable_extensions; do
3326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3327 ac_cv_prog_ac_ct_CC="gcc"
3328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3329 break 2
d7040cdb 3330 fi
ce2cded5 3331done
d7040cdb
SE
3332done
3333
ce2cded5
L
3334fi
3335fi
3336ac_ct_CC=$ac_cv_prog_ac_ct_CC
3337if test -n "$ac_ct_CC"; then
3338 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3339echo "${ECHO_T}$ac_ct_CC" >&6
3340else
3341 echo "$as_me:$LINENO: result: no" >&5
3342echo "${ECHO_T}no" >&6
d7040cdb
SE
3343fi
3344
ce2cded5
L
3345 CC=$ac_ct_CC
3346else
3347 CC="$ac_cv_prog_CC"
3348fi
d7040cdb 3349
ce2cded5
L
3350if test -z "$CC"; then
3351 if test -n "$ac_tool_prefix"; then
3352 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3353set dummy ${ac_tool_prefix}cc; ac_word=$2
3354echo "$as_me:$LINENO: checking for $ac_word" >&5
3355echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3356if test "${ac_cv_prog_CC+set}" = set; then
d7040cdb
SE
3357 echo $ECHO_N "(cached) $ECHO_C" >&6
3358else
ce2cded5
L
3359 if test -n "$CC"; then
3360 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3361else
ce2cded5
L
3362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363for as_dir in $PATH
3364do
3365 IFS=$as_save_IFS
3366 test -z "$as_dir" && as_dir=.
3367 for ac_exec_ext in '' $ac_executable_extensions; do
3368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3369 ac_cv_prog_CC="${ac_tool_prefix}cc"
3370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371 break 2
3372 fi
3373done
3374done
d7040cdb 3375
252b5132
RH
3376fi
3377fi
ce2cded5
L
3378CC=$ac_cv_prog_CC
3379if test -n "$CC"; then
3380 echo "$as_me:$LINENO: result: $CC" >&5
3381echo "${ECHO_T}$CC" >&6
252b5132 3382else
13b2be9c
DJ
3383 echo "$as_me:$LINENO: result: no" >&5
3384echo "${ECHO_T}no" >&6
252b5132 3385fi
d7040cdb 3386
252b5132 3387fi
ce2cded5
L
3388if test -z "$ac_cv_prog_CC"; then
3389 ac_ct_CC=$CC
3390 # Extract the first word of "cc", so it can be a program name with args.
3391set dummy cc; ac_word=$2
d7040cdb
SE
3392echo "$as_me:$LINENO: checking for $ac_word" >&5
3393echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ce2cded5 3394if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
13b2be9c 3395 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3396else
ce2cded5
L
3397 if test -n "$ac_ct_CC"; then
3398 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
3399else
3400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3401for as_dir in $PATH
3402do
3403 IFS=$as_save_IFS
3404 test -z "$as_dir" && as_dir=.
3405 for ac_exec_ext in '' $ac_executable_extensions; do
3406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3407 ac_cv_prog_ac_ct_CC="cc"
d7040cdb
SE
3408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3409 break 2
3410 fi
3411done
3412done
ac48eca1 3413
d7040cdb
SE
3414fi
3415fi
ce2cded5
L
3416ac_ct_CC=$ac_cv_prog_ac_ct_CC
3417if test -n "$ac_ct_CC"; then
3418 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3419echo "${ECHO_T}$ac_ct_CC" >&6
3420else
3421 echo "$as_me:$LINENO: result: no" >&5
d7040cdb
SE
3422echo "${ECHO_T}no" >&6
3423fi
f9c19112 3424
ce2cded5
L
3425 CC=$ac_ct_CC
3426else
3427 CC="$ac_cv_prog_CC"
3428fi
3429
3430fi
3431if test -z "$CC"; then
3432 # Extract the first word of "cc", so it can be a program name with args.
3433set dummy cc; ac_word=$2
3434echo "$as_me:$LINENO: checking for $ac_word" >&5
3435echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3436if test "${ac_cv_prog_CC+set}" = set; then
3437 echo $ECHO_N "(cached) $ECHO_C" >&6
3438else
3439 if test -n "$CC"; then
3440 ac_cv_prog_CC="$CC" # Let the user override the test.
3441else
3442 ac_prog_rejected=no
3443as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3444for as_dir in $PATH
3445do
3446 IFS=$as_save_IFS
3447 test -z "$as_dir" && as_dir=.
3448 for ac_exec_ext in '' $ac_executable_extensions; do
3449 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3451 ac_prog_rejected=yes
3452 continue
3453 fi
3454 ac_cv_prog_CC="cc"
3455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3456 break 2
3457 fi
3458done
3459done
3460
3461if test $ac_prog_rejected = yes; then
3462 # We found a bogon in the path, so make sure we never use it.
3463 set dummy $ac_cv_prog_CC
3464 shift
3465 if test $# != 0; then
3466 # We chose a different compiler from the bogus one.
3467 # However, it has the same basename, so the bogon will be chosen
3468 # first if we set CC to just the basename; use the full file name.
3469 shift
3470 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3471 fi
3472fi
3473fi
3474fi
3475CC=$ac_cv_prog_CC
3476if test -n "$CC"; then
3477 echo "$as_me:$LINENO: result: $CC" >&5
3478echo "${ECHO_T}$CC" >&6
3479else
3480 echo "$as_me:$LINENO: result: no" >&5
3481echo "${ECHO_T}no" >&6
3482fi
3483
3484fi
3485if test -z "$CC"; then
3486 if test -n "$ac_tool_prefix"; then
3487 for ac_prog in cl
3488 do
3489 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3490set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3491echo "$as_me:$LINENO: checking for $ac_word" >&5
3492echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3493if test "${ac_cv_prog_CC+set}" = set; then
3494 echo $ECHO_N "(cached) $ECHO_C" >&6
3495else
3496 if test -n "$CC"; then
3497 ac_cv_prog_CC="$CC" # Let the user override the test.
3498else
3499as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3500for as_dir in $PATH
3501do
3502 IFS=$as_save_IFS
3503 test -z "$as_dir" && as_dir=.
3504 for ac_exec_ext in '' $ac_executable_extensions; do
3505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3506 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3508 break 2
3509 fi
3510done
3511done
3512
3513fi
3514fi
3515CC=$ac_cv_prog_CC
3516if test -n "$CC"; then
3517 echo "$as_me:$LINENO: result: $CC" >&5
3518echo "${ECHO_T}$CC" >&6
3519else
3520 echo "$as_me:$LINENO: result: no" >&5
3521echo "${ECHO_T}no" >&6
3522fi
3523
3524 test -n "$CC" && break
d7040cdb
SE
3525 done
3526fi
ce2cded5
L
3527if test -z "$CC"; then
3528 ac_ct_CC=$CC
3529 for ac_prog in cl
d7040cdb
SE
3530do
3531 # Extract the first word of "$ac_prog", so it can be a program name with args.
3532set dummy $ac_prog; ac_word=$2
3533echo "$as_me:$LINENO: checking for $ac_word" >&5
3534echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ce2cded5 3535if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
d7040cdb
SE
3536 echo $ECHO_N "(cached) $ECHO_C" >&6
3537else
ce2cded5
L
3538 if test -n "$ac_ct_CC"; then
3539 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
3540else
3541as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3542for as_dir in $PATH
3543do
3544 IFS=$as_save_IFS
3545 test -z "$as_dir" && as_dir=.
3546 for ac_exec_ext in '' $ac_executable_extensions; do
3547 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3548 ac_cv_prog_ac_ct_CC="$ac_prog"
d7040cdb
SE
3549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3550 break 2
ac48eca1 3551 fi
d7040cdb
SE
3552done
3553done
ac48eca1 3554
d7040cdb
SE
3555fi
3556fi
ce2cded5
L
3557ac_ct_CC=$ac_cv_prog_ac_ct_CC
3558if test -n "$ac_ct_CC"; then
3559 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3560echo "${ECHO_T}$ac_ct_CC" >&6
d7040cdb
SE
3561else
3562 echo "$as_me:$LINENO: result: no" >&5
3563echo "${ECHO_T}no" >&6
3564fi
ac48eca1 3565
ce2cded5 3566 test -n "$ac_ct_CC" && break
d7040cdb 3567done
ac48eca1 3568
ce2cded5 3569 CC=$ac_ct_CC
d7040cdb 3570fi
ac48eca1 3571
d7040cdb 3572fi
ac48eca1 3573
ac48eca1 3574
7a283e07
RW
3575test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3576echo "$as_me: error: in \`$ac_pwd':" >&2;}
3577{ { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
ce2cded5
L
3578See \`config.log' for more details." >&5
3579echo "$as_me: error: no acceptable C compiler found in \$PATH
3580See \`config.log' for more details." >&2;}
7a283e07 3581 { (exit 1); exit 1; }; }; }
6be7c12c 3582
ce2cded5
L
3583# Provide some information about the compiler.
3584echo "$as_me:$LINENO:" \
3585 "checking for C compiler version" >&5
3586ac_compiler=`set X $ac_compile; echo $2`
3587{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3588 (eval $ac_compiler --version </dev/null >&5) 2>&5
3589 ac_status=$?
3590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3591 (exit $ac_status); }
3592{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3593 (eval $ac_compiler -v </dev/null >&5) 2>&5
3594 ac_status=$?
3595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596 (exit $ac_status); }
3597{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3598 (eval $ac_compiler -V </dev/null >&5) 2>&5
3599 ac_status=$?
3600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3601 (exit $ac_status); }
ac48eca1 3602
ce2cded5
L
3603echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3604echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3605if test "${ac_cv_c_compiler_gnu+set}" = set; then
d7040cdb
SE
3606 echo $ECHO_N "(cached) $ECHO_C" >&6
3607else
ce2cded5
L
3608 cat >conftest.$ac_ext <<_ACEOF
3609/* confdefs.h. */
3610_ACEOF
3611cat confdefs.h >>conftest.$ac_ext
3612cat >>conftest.$ac_ext <<_ACEOF
3613/* end confdefs.h. */
c8615825 3614
ce2cded5
L
3615int
3616main ()
3617{
3618#ifndef __GNUC__
3619 choke me
3620#endif
3621
3622 ;
3623 return 0;
3624}
3625_ACEOF
3626rm -f conftest.$ac_objext
3627if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3628 (eval $ac_compile) 2>conftest.er1
3629 ac_status=$?
3630 grep -v '^ *+' conftest.er1 >conftest.err
3631 rm -f conftest.er1
3632 cat conftest.err >&5
3633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3634 (exit $ac_status); } &&
3635 { ac_try='test -z "$ac_c_werror_flag"
3636 || test ! -s conftest.err'
3637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3638 (eval $ac_try) 2>&5
3639 ac_status=$?
3640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3641 (exit $ac_status); }; } &&
3642 { ac_try='test -s conftest.$ac_objext'
3643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3644 (eval $ac_try) 2>&5
3645 ac_status=$?
3646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3647 (exit $ac_status); }; }; then
3648 ac_compiler_gnu=yes
d7040cdb 3649else
ce2cded5
L
3650 echo "$as_me: failed program was:" >&5
3651sed 's/^/| /' conftest.$ac_ext >&5
3652
3653ac_compiler_gnu=no
d7040cdb 3654fi
ce2cded5
L
3655rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3656ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 3657
ce2cded5
L
3658fi
3659echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3660echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3661GCC=`test $ac_compiler_gnu = yes && echo yes`
3662ac_test_CFLAGS=${CFLAGS+set}
3663ac_save_CFLAGS=$CFLAGS
3664CFLAGS="-g"
3665echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3666echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3667if test "${ac_cv_prog_cc_g+set}" = set; then
d70c5fc7
NC
3668 echo $ECHO_N "(cached) $ECHO_C" >&6
3669else
ce2cded5
L
3670 cat >conftest.$ac_ext <<_ACEOF
3671/* confdefs.h. */
3672_ACEOF
3673cat confdefs.h >>conftest.$ac_ext
3674cat >>conftest.$ac_ext <<_ACEOF
3675/* end confdefs.h. */
d7040cdb 3676
ce2cded5
L
3677int
3678main ()
3679{
d7040cdb 3680
ce2cded5
L
3681 ;
3682 return 0;
3683}
3684_ACEOF
3685rm -f conftest.$ac_objext
3686if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3687 (eval $ac_compile) 2>conftest.er1
3688 ac_status=$?
3689 grep -v '^ *+' conftest.er1 >conftest.err
3690 rm -f conftest.er1
3691 cat conftest.err >&5
3692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693 (exit $ac_status); } &&
3694 { ac_try='test -z "$ac_c_werror_flag"
3695 || test ! -s conftest.err'
3696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3697 (eval $ac_try) 2>&5
3698 ac_status=$?
3699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3700 (exit $ac_status); }; } &&
3701 { ac_try='test -s conftest.$ac_objext'
3702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3703 (eval $ac_try) 2>&5
3704 ac_status=$?
3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3706 (exit $ac_status); }; }; then
3707 ac_cv_prog_cc_g=yes
3708else
3709 echo "$as_me: failed program was:" >&5
3710sed 's/^/| /' conftest.$ac_ext >&5
d70c5fc7 3711
ce2cded5 3712ac_cv_prog_cc_g=no
d70c5fc7 3713fi
ce2cded5 3714rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 3715fi
ce2cded5
L
3716echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3717echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3718if test "$ac_test_CFLAGS" = set; then
3719 CFLAGS=$ac_save_CFLAGS
3720elif test $ac_cv_prog_cc_g = yes; then
3721 if test "$GCC" = yes; then
3722 CFLAGS="-g -O2"
3723 else
3724 CFLAGS="-g"
3725 fi
ac48eca1 3726else
ce2cded5
L
3727 if test "$GCC" = yes; then
3728 CFLAGS="-O2"
3729 else
3730 CFLAGS=
3731 fi
ac48eca1 3732fi
ce2cded5
L
3733echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3734echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3735if test "${ac_cv_prog_cc_stdc+set}" = set; then
13b2be9c 3736 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3737else
ce2cded5
L
3738 ac_cv_prog_cc_stdc=no
3739ac_save_CC=$CC
3740cat >conftest.$ac_ext <<_ACEOF
3741/* confdefs.h. */
3742_ACEOF
3743cat confdefs.h >>conftest.$ac_ext
3744cat >>conftest.$ac_ext <<_ACEOF
3745/* end confdefs.h. */
3746#include <stdarg.h>
3747#include <stdio.h>
3748#include <sys/types.h>
3749#include <sys/stat.h>
3750/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3751struct buf { int x; };
3752FILE * (*rcsopen) (struct buf *, struct stat *, int);
3753static char *e (p, i)
3754 char **p;
3755 int i;
3756{
3757 return p[i];
3758}
3759static char *f (char * (*g) (char **, int), char **p, ...)
3760{
3761 char *s;
3762 va_list v;
3763 va_start (v,p);
3764 s = g (p, va_arg (v,int));
3765 va_end (v);
3766 return s;
3767}
3768
3769/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3770 function prototypes and stuff, but not '\xHH' hex character constants.
3771 These don't provoke an error unfortunately, instead are silently treated
3772 as 'x'. The following induces an error, until -std1 is added to get
3773 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3774 array size at least. It's necessary to write '\x00'==0 to get something
3775 that's true only with -std1. */
3776int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3777
3778int test (int i, double x);
3779struct s1 {int (*f) (int a);};
3780struct s2 {int (*f) (double a);};
3781int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3782int argc;
3783char **argv;
3784int
3785main ()
3786{
3787return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3788 ;
3789 return 0;
3790}
3791_ACEOF
3792# Don't try gcc -ansi; that turns off useful extensions and
3793# breaks some systems' header files.
3794# AIX -qlanglvl=ansi
3795# Ultrix and OSF/1 -std1
3796# HP-UX 10.20 and later -Ae
3797# HP-UX older versions -Aa -D_HPUX_SOURCE
3798# SVR4 -Xc -D__EXTENSIONS__
3799for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3800do
3801 CC="$ac_save_CC $ac_arg"
3802 rm -f conftest.$ac_objext
3803if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3804 (eval $ac_compile) 2>conftest.er1
3805 ac_status=$?
3806 grep -v '^ *+' conftest.er1 >conftest.err
3807 rm -f conftest.er1
3808 cat conftest.err >&5
3809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810 (exit $ac_status); } &&
3811 { ac_try='test -z "$ac_c_werror_flag"
3812 || test ! -s conftest.err'
3813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3814 (eval $ac_try) 2>&5
3815 ac_status=$?
3816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3817 (exit $ac_status); }; } &&
3818 { ac_try='test -s conftest.$ac_objext'
3819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3820 (eval $ac_try) 2>&5
3821 ac_status=$?
3822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3823 (exit $ac_status); }; }; then
3824 ac_cv_prog_cc_stdc=$ac_arg
3825break
3826else
3827 echo "$as_me: failed program was:" >&5
3828sed 's/^/| /' conftest.$ac_ext >&5
3829
3830fi
3831rm -f conftest.err conftest.$ac_objext
3832done
3833rm -f conftest.$ac_ext conftest.$ac_objext
3834CC=$ac_save_CC
3835
3836fi
3837
3838case "x$ac_cv_prog_cc_stdc" in
3839 x|xno)
3840 echo "$as_me:$LINENO: result: none needed" >&5
3841echo "${ECHO_T}none needed" >&6 ;;
3842 *)
3843 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3844echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3845 CC="$CC $ac_cv_prog_cc_stdc" ;;
d7040cdb
SE
3846esac
3847
ce2cded5
L
3848# Some people use a C++ compiler to compile C. Since we use `exit',
3849# in C++ we need to declare it. In case someone uses the same compiler
3850# for both compiling C and C++ we need to have the C++ compiler decide
3851# the declaration of exit, since it's the most demanding environment.
3852cat >conftest.$ac_ext <<_ACEOF
3853#ifndef __cplusplus
3854 choke me
3855#endif
3856_ACEOF
3857rm -f conftest.$ac_objext
3858if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3859 (eval $ac_compile) 2>conftest.er1
3860 ac_status=$?
3861 grep -v '^ *+' conftest.er1 >conftest.err
3862 rm -f conftest.er1
3863 cat conftest.err >&5
3864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865 (exit $ac_status); } &&
3866 { ac_try='test -z "$ac_c_werror_flag"
3867 || test ! -s conftest.err'
3868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3869 (eval $ac_try) 2>&5
3870 ac_status=$?
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); }; } &&
3873 { ac_try='test -s conftest.$ac_objext'
3874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3875 (eval $ac_try) 2>&5
3876 ac_status=$?
3877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3878 (exit $ac_status); }; }; then
3879 for ac_declaration in \
3880 '' \
3881 'extern "C" void std::exit (int) throw (); using std::exit;' \
3882 'extern "C" void std::exit (int); using std::exit;' \
3883 'extern "C" void exit (int) throw ();' \
3884 'extern "C" void exit (int);' \
3885 'void exit (int);'
3886do
3887 cat >conftest.$ac_ext <<_ACEOF
3888/* confdefs.h. */
3889_ACEOF
3890cat confdefs.h >>conftest.$ac_ext
3891cat >>conftest.$ac_ext <<_ACEOF
3892/* end confdefs.h. */
3893$ac_declaration
3894#include <stdlib.h>
3895int
3896main ()
3897{
3898exit (42);
3899 ;
3900 return 0;
3901}
3902_ACEOF
3903rm -f conftest.$ac_objext
3904if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3905 (eval $ac_compile) 2>conftest.er1
3906 ac_status=$?
3907 grep -v '^ *+' conftest.er1 >conftest.err
3908 rm -f conftest.er1
3909 cat conftest.err >&5
3910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3911 (exit $ac_status); } &&
3912 { ac_try='test -z "$ac_c_werror_flag"
3913 || test ! -s conftest.err'
3914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3915 (eval $ac_try) 2>&5
3916 ac_status=$?
3917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3918 (exit $ac_status); }; } &&
3919 { ac_try='test -s conftest.$ac_objext'
3920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3921 (eval $ac_try) 2>&5
3922 ac_status=$?
3923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3924 (exit $ac_status); }; }; then
3925 :
3926else
3927 echo "$as_me: failed program was:" >&5
3928sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3929
ce2cded5
L
3930continue
3931fi
3932rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3933 cat >conftest.$ac_ext <<_ACEOF
3934/* confdefs.h. */
3935_ACEOF
3936cat confdefs.h >>conftest.$ac_ext
3937cat >>conftest.$ac_ext <<_ACEOF
3938/* end confdefs.h. */
3939$ac_declaration
3940int
3941main ()
3942{
3943exit (42);
3944 ;
3945 return 0;
3946}
3947_ACEOF
3948rm -f conftest.$ac_objext
3949if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3950 (eval $ac_compile) 2>conftest.er1
3951 ac_status=$?
3952 grep -v '^ *+' conftest.er1 >conftest.err
3953 rm -f conftest.er1
3954 cat conftest.err >&5
3955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3956 (exit $ac_status); } &&
3957 { ac_try='test -z "$ac_c_werror_flag"
3958 || test ! -s conftest.err'
3959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3960 (eval $ac_try) 2>&5
3961 ac_status=$?
3962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3963 (exit $ac_status); }; } &&
3964 { ac_try='test -s conftest.$ac_objext'
3965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3966 (eval $ac_try) 2>&5
3967 ac_status=$?
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); }; }; then
3970 break
3971else
3972 echo "$as_me: failed program was:" >&5
3973sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3974
ce2cded5
L
3975fi
3976rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3977done
3978rm -f conftest*
3979if test -n "$ac_declaration"; then
3980 echo '#ifdef __cplusplus' >>confdefs.h
3981 echo $ac_declaration >>confdefs.h
3982 echo '#endif' >>confdefs.h
3983fi
d7040cdb 3984
ce2cded5
L
3985else
3986 echo "$as_me: failed program was:" >&5
3987sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3988
ce2cded5
L
3989fi
3990rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3991ac_ext=c
3992ac_cpp='$CPP $CPPFLAGS'
3993ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3994ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3995ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
3996
3997
ce2cded5
L
3998cat >>confdefs.h <<\_ACEOF
3999#define _GNU_SOURCE 1
4000_ACEOF
d7040cdb
SE
4001
4002
7357c5b6
AM
4003ac_ext=c
4004ac_cpp='$CPP $CPPFLAGS'
4005ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4006ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4007ac_compiler_gnu=$ac_cv_c_compiler_gnu
4008echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4009echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4010# On Suns, sometimes $CPP names a directory.
4011if test -n "$CPP" && test -d "$CPP"; then
4012 CPP=
4013fi
4014if test -z "$CPP"; then
4015 if test "${ac_cv_prog_CPP+set}" = set; then
4016 echo $ECHO_N "(cached) $ECHO_C" >&6
4017else
4018 # Double quotes because CPP needs to be expanded
4019 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4020 do
4021 ac_preproc_ok=false
4022for ac_c_preproc_warn_flag in '' yes
4023do
4024 # Use a header file that comes with gcc, so configuring glibc
4025 # with a fresh cross-compiler works.
4026 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4027 # <limits.h> exists even on freestanding compilers.
4028 # On the NeXT, cc -E runs the code through the compiler's parser,
4029 # not just through cpp. "Syntax error" is here to catch this case.
4030 cat >conftest.$ac_ext <<_ACEOF
4031/* confdefs.h. */
4032_ACEOF
4033cat confdefs.h >>conftest.$ac_ext
4034cat >>conftest.$ac_ext <<_ACEOF
4035/* end confdefs.h. */
4036#ifdef __STDC__
4037# include <limits.h>
4038#else
4039# include <assert.h>
4040#endif
4041 Syntax error
4042_ACEOF
4043if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4044 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4045 ac_status=$?
4046 grep -v '^ *+' conftest.er1 >conftest.err
4047 rm -f conftest.er1
4048 cat conftest.err >&5
4049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4050 (exit $ac_status); } >/dev/null; then
4051 if test -s conftest.err; then
4052 ac_cpp_err=$ac_c_preproc_warn_flag
4053 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4054 else
4055 ac_cpp_err=
4056 fi
4057else
4058 ac_cpp_err=yes
4059fi
4060if test -z "$ac_cpp_err"; then
4061 :
4062else
4063 echo "$as_me: failed program was:" >&5
4064sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4065
7357c5b6
AM
4066 # Broken: fails on valid input.
4067continue
4068fi
4069rm -f conftest.err conftest.$ac_ext
d7040cdb 4070
7357c5b6
AM
4071 # OK, works on sane cases. Now check whether non-existent headers
4072 # can be detected and how.
4073 cat >conftest.$ac_ext <<_ACEOF
4074/* confdefs.h. */
4075_ACEOF
4076cat confdefs.h >>conftest.$ac_ext
4077cat >>conftest.$ac_ext <<_ACEOF
4078/* end confdefs.h. */
4079#include <ac_nonexistent.h>
4080_ACEOF
4081if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4082 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4083 ac_status=$?
4084 grep -v '^ *+' conftest.er1 >conftest.err
4085 rm -f conftest.er1
4086 cat conftest.err >&5
4087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4088 (exit $ac_status); } >/dev/null; then
4089 if test -s conftest.err; then
4090 ac_cpp_err=$ac_c_preproc_warn_flag
4091 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4092 else
4093 ac_cpp_err=
4094 fi
4095else
4096 ac_cpp_err=yes
4097fi
4098if test -z "$ac_cpp_err"; then
4099 # Broken: success on invalid input.
4100continue
4101else
4102 echo "$as_me: failed program was:" >&5
4103sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4104
7357c5b6
AM
4105 # Passes both tests.
4106ac_preproc_ok=:
4107break
4108fi
4109rm -f conftest.err conftest.$ac_ext
d7040cdb 4110
7357c5b6
AM
4111done
4112# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4113rm -f conftest.err conftest.$ac_ext
4114if $ac_preproc_ok; then
4115 break
4116fi
d7040cdb 4117
7357c5b6
AM
4118 done
4119 ac_cv_prog_CPP=$CPP
d7040cdb 4120
7357c5b6
AM
4121fi
4122 CPP=$ac_cv_prog_CPP
4123else
4124 ac_cv_prog_CPP=$CPP
4125fi
4126echo "$as_me:$LINENO: result: $CPP" >&5
4127echo "${ECHO_T}$CPP" >&6
4128ac_preproc_ok=false
4129for ac_c_preproc_warn_flag in '' yes
4130do
4131 # Use a header file that comes with gcc, so configuring glibc
4132 # with a fresh cross-compiler works.
4133 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4134 # <limits.h> exists even on freestanding compilers.
4135 # On the NeXT, cc -E runs the code through the compiler's parser,
4136 # not just through cpp. "Syntax error" is here to catch this case.
4137 cat >conftest.$ac_ext <<_ACEOF
4138/* confdefs.h. */
4139_ACEOF
4140cat confdefs.h >>conftest.$ac_ext
4141cat >>conftest.$ac_ext <<_ACEOF
4142/* end confdefs.h. */
4143#ifdef __STDC__
4144# include <limits.h>
4145#else
4146# include <assert.h>
4147#endif
4148 Syntax error
4149_ACEOF
4150if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4152 ac_status=$?
4153 grep -v '^ *+' conftest.er1 >conftest.err
4154 rm -f conftest.er1
4155 cat conftest.err >&5
4156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4157 (exit $ac_status); } >/dev/null; then
4158 if test -s conftest.err; then
4159 ac_cpp_err=$ac_c_preproc_warn_flag
4160 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4161 else
4162 ac_cpp_err=
4163 fi
4164else
4165 ac_cpp_err=yes
4166fi
4167if test -z "$ac_cpp_err"; then
4168 :
4169else
4170 echo "$as_me: failed program was:" >&5
4171sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4172
7357c5b6
AM
4173 # Broken: fails on valid input.
4174continue
4175fi
4176rm -f conftest.err conftest.$ac_ext
d7040cdb 4177
7357c5b6
AM
4178 # OK, works on sane cases. Now check whether non-existent headers
4179 # can be detected and how.
4180 cat >conftest.$ac_ext <<_ACEOF
4181/* confdefs.h. */
4182_ACEOF
4183cat confdefs.h >>conftest.$ac_ext
4184cat >>conftest.$ac_ext <<_ACEOF
4185/* end confdefs.h. */
4186#include <ac_nonexistent.h>
4187_ACEOF
4188if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4189 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4190 ac_status=$?
4191 grep -v '^ *+' conftest.er1 >conftest.err
4192 rm -f conftest.er1
4193 cat conftest.err >&5
4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195 (exit $ac_status); } >/dev/null; then
4196 if test -s conftest.err; then
4197 ac_cpp_err=$ac_c_preproc_warn_flag
4198 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4199 else
4200 ac_cpp_err=
4201 fi
4202else
4203 ac_cpp_err=yes
4204fi
4205if test -z "$ac_cpp_err"; then
4206 # Broken: success on invalid input.
4207continue
4208else
4209 echo "$as_me: failed program was:" >&5
4210sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4211
7357c5b6
AM
4212 # Passes both tests.
4213ac_preproc_ok=:
4214break
4215fi
4216rm -f conftest.err conftest.$ac_ext
d7040cdb 4217
7357c5b6
AM
4218done
4219# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4220rm -f conftest.err conftest.$ac_ext
4221if $ac_preproc_ok; then
4222 :
4223else
4224 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4225echo "$as_me: error: in \`$ac_pwd':" >&2;}
4226{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4227See \`config.log' for more details." >&5
4228echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4229See \`config.log' for more details." >&2;}
4230 { (exit 1); exit 1; }; }; }
4231fi
ac48eca1 4232
7357c5b6
AM
4233ac_ext=c
4234ac_cpp='$CPP $CPPFLAGS'
4235ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4236ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4237ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4238
ac48eca1 4239
7357c5b6
AM
4240echo "$as_me:$LINENO: checking for egrep" >&5
4241echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4242if test "${ac_cv_prog_egrep+set}" = set; then
4243 echo $ECHO_N "(cached) $ECHO_C" >&6
4244else
4245 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4246 then ac_cv_prog_egrep='grep -E'
4247 else ac_cv_prog_egrep='egrep'
4248 fi
4249fi
4250echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4251echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4252 EGREP=$ac_cv_prog_egrep
ac48eca1 4253
d7040cdb 4254
7357c5b6
AM
4255echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4256echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4257if test "${ac_cv_header_stdc+set}" = set; then
4258 echo $ECHO_N "(cached) $ECHO_C" >&6
4259else
4260 cat >conftest.$ac_ext <<_ACEOF
4261/* confdefs.h. */
4262_ACEOF
4263cat confdefs.h >>conftest.$ac_ext
4264cat >>conftest.$ac_ext <<_ACEOF
4265/* end confdefs.h. */
4266#include <stdlib.h>
4267#include <stdarg.h>
4268#include <string.h>
4269#include <float.h>
d7040cdb 4270
7357c5b6
AM
4271int
4272main ()
4273{
d7040cdb 4274
7357c5b6
AM
4275 ;
4276 return 0;
4277}
4278_ACEOF
4279rm -f conftest.$ac_objext
4280if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4281 (eval $ac_compile) 2>conftest.er1
4282 ac_status=$?
4283 grep -v '^ *+' conftest.er1 >conftest.err
4284 rm -f conftest.er1
4285 cat conftest.err >&5
4286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4287 (exit $ac_status); } &&
4288 { ac_try='test -z "$ac_c_werror_flag"
4289 || test ! -s conftest.err'
4290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4291 (eval $ac_try) 2>&5
4292 ac_status=$?
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); }; } &&
4295 { ac_try='test -s conftest.$ac_objext'
4296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4297 (eval $ac_try) 2>&5
4298 ac_status=$?
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); }; }; then
4301 ac_cv_header_stdc=yes
4302else
4303 echo "$as_me: failed program was:" >&5
4304sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4305
7357c5b6
AM
4306ac_cv_header_stdc=no
4307fi
4308rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4309
7357c5b6
AM
4310if test $ac_cv_header_stdc = yes; then
4311 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4312 cat >conftest.$ac_ext <<_ACEOF
4313/* confdefs.h. */
4314_ACEOF
4315cat confdefs.h >>conftest.$ac_ext
4316cat >>conftest.$ac_ext <<_ACEOF
4317/* end confdefs.h. */
4318#include <string.h>
d7040cdb 4319
7357c5b6
AM
4320_ACEOF
4321if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4322 $EGREP "memchr" >/dev/null 2>&1; then
4323 :
ce2cded5 4324else
7357c5b6
AM
4325 ac_cv_header_stdc=no
4326fi
4327rm -f conftest*
d7040cdb 4328
7357c5b6 4329fi
d7040cdb 4330
7357c5b6
AM
4331if test $ac_cv_header_stdc = yes; then
4332 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4333 cat >conftest.$ac_ext <<_ACEOF
4334/* confdefs.h. */
4335_ACEOF
4336cat confdefs.h >>conftest.$ac_ext
4337cat >>conftest.$ac_ext <<_ACEOF
4338/* end confdefs.h. */
4339#include <stdlib.h>
ac48eca1 4340
7357c5b6
AM
4341_ACEOF
4342if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4343 $EGREP "free" >/dev/null 2>&1; then
4344 :
4345else
4346 ac_cv_header_stdc=no
4347fi
4348rm -f conftest*
d7040cdb 4349
7357c5b6 4350fi
d7040cdb 4351
7357c5b6
AM
4352if test $ac_cv_header_stdc = yes; then
4353 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4354 if test "$cross_compiling" = yes; then
4355 :
4356else
4357 cat >conftest.$ac_ext <<_ACEOF
4358/* confdefs.h. */
4359_ACEOF
4360cat confdefs.h >>conftest.$ac_ext
4361cat >>conftest.$ac_ext <<_ACEOF
4362/* end confdefs.h. */
4363#include <ctype.h>
4364#if ((' ' & 0x0FF) == 0x020)
4365# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4366# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4367#else
4368# define ISLOWER(c) \
4369 (('a' <= (c) && (c) <= 'i') \
4370 || ('j' <= (c) && (c) <= 'r') \
4371 || ('s' <= (c) && (c) <= 'z'))
4372# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4373#endif
d7040cdb 4374
7357c5b6
AM
4375#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4376int
4377main ()
4378{
4379 int i;
4380 for (i = 0; i < 256; i++)
4381 if (XOR (islower (i), ISLOWER (i))
4382 || toupper (i) != TOUPPER (i))
4383 exit(2);
4384 exit (0);
4385}
4386_ACEOF
4387rm -f conftest$ac_exeext
4388if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4389 (eval $ac_link) 2>&5
4390 ac_status=$?
4391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4392 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4394 (eval $ac_try) 2>&5
4395 ac_status=$?
4396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4397 (exit $ac_status); }; }; then
4398 :
4399else
4400 echo "$as_me: program exited with status $ac_status" >&5
4401echo "$as_me: failed program was:" >&5
4402sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4403
7357c5b6
AM
4404( exit $ac_status )
4405ac_cv_header_stdc=no
4406fi
4407rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4408fi
4409fi
4410fi
4411echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4412echo "${ECHO_T}$ac_cv_header_stdc" >&6
4413if test $ac_cv_header_stdc = yes; then
d7040cdb 4414
7357c5b6
AM
4415cat >>confdefs.h <<\_ACEOF
4416#define STDC_HEADERS 1
4417_ACEOF
d7040cdb 4418
7357c5b6 4419fi
d7040cdb 4420
7357c5b6 4421# On IRIX 5.3, sys/types and inttypes.h are conflicting.
d7040cdb
SE
4422
4423
4424
4425
4426
ce2cded5
L
4427
4428
13b2be9c 4429
ce2cded5 4430
7357c5b6
AM
4431for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4432 inttypes.h stdint.h unistd.h
4433do
4434as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4435echo "$as_me:$LINENO: checking for $ac_header" >&5
4436echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4437if eval "test \"\${$as_ac_Header+set}\" = set"; then
4438 echo $ECHO_N "(cached) $ECHO_C" >&6
4439else
4440 cat >conftest.$ac_ext <<_ACEOF
4441/* confdefs.h. */
4442_ACEOF
4443cat confdefs.h >>conftest.$ac_ext
4444cat >>conftest.$ac_ext <<_ACEOF
4445/* end confdefs.h. */
4446$ac_includes_default
ce2cded5 4447
7357c5b6
AM
4448#include <$ac_header>
4449_ACEOF
4450rm -f conftest.$ac_objext
4451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4452 (eval $ac_compile) 2>conftest.er1
4453 ac_status=$?
4454 grep -v '^ *+' conftest.er1 >conftest.err
4455 rm -f conftest.er1
4456 cat conftest.err >&5
4457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4458 (exit $ac_status); } &&
4459 { ac_try='test -z "$ac_c_werror_flag"
4460 || test ! -s conftest.err'
4461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4462 (eval $ac_try) 2>&5
4463 ac_status=$?
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; } &&
4466 { ac_try='test -s conftest.$ac_objext'
4467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4468 (eval $ac_try) 2>&5
4469 ac_status=$?
4470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4471 (exit $ac_status); }; }; then
4472 eval "$as_ac_Header=yes"
4473else
4474 echo "$as_me: failed program was:" >&5
4475sed 's/^/| /' conftest.$ac_ext >&5
ce2cded5 4476
7357c5b6
AM
4477eval "$as_ac_Header=no"
4478fi
4479rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4480fi
4481echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4482echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4483if test `eval echo '${'$as_ac_Header'}'` = yes; then
4484 cat >>confdefs.h <<_ACEOF
4485#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4486_ACEOF
ce2cded5 4487
7357c5b6 4488fi
ce2cded5 4489
7357c5b6 4490done
ce2cded5
L
4491
4492
4493
7357c5b6
AM
4494 if test "${ac_cv_header_minix_config_h+set}" = set; then
4495 echo "$as_me:$LINENO: checking for minix/config.h" >&5
4496echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
4497if test "${ac_cv_header_minix_config_h+set}" = set; then
4498 echo $ECHO_N "(cached) $ECHO_C" >&6
4499fi
4500echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4501echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
4502else
4503 # Is the header compilable?
4504echo "$as_me:$LINENO: checking minix/config.h usability" >&5
4505echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
4506cat >conftest.$ac_ext <<_ACEOF
4507/* confdefs.h. */
4508_ACEOF
4509cat confdefs.h >>conftest.$ac_ext
4510cat >>conftest.$ac_ext <<_ACEOF
4511/* end confdefs.h. */
4512$ac_includes_default
4513#include <minix/config.h>
4514_ACEOF
4515rm -f conftest.$ac_objext
4516if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4517 (eval $ac_compile) 2>conftest.er1
4518 ac_status=$?
4519 grep -v '^ *+' conftest.er1 >conftest.err
4520 rm -f conftest.er1
4521 cat conftest.err >&5
4522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4523 (exit $ac_status); } &&
4524 { ac_try='test -z "$ac_c_werror_flag"
4525 || test ! -s conftest.err'
4526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4527 (eval $ac_try) 2>&5
4528 ac_status=$?
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); }; } &&
4531 { ac_try='test -s conftest.$ac_objext'
4532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4533 (eval $ac_try) 2>&5
4534 ac_status=$?
4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4536 (exit $ac_status); }; }; then
4537 ac_header_compiler=yes
4538else
4539 echo "$as_me: failed program was:" >&5
4540sed 's/^/| /' conftest.$ac_ext >&5
ce2cded5 4541
7357c5b6
AM
4542ac_header_compiler=no
4543fi
4544rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4545echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4546echo "${ECHO_T}$ac_header_compiler" >&6
ce2cded5 4547
7357c5b6
AM
4548# Is the header present?
4549echo "$as_me:$LINENO: checking minix/config.h presence" >&5
4550echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
4551cat >conftest.$ac_ext <<_ACEOF
4552/* confdefs.h. */
4553_ACEOF
4554cat confdefs.h >>conftest.$ac_ext
4555cat >>conftest.$ac_ext <<_ACEOF
4556/* end confdefs.h. */
4557#include <minix/config.h>
4558_ACEOF
4559if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4560 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4561 ac_status=$?
4562 grep -v '^ *+' conftest.er1 >conftest.err
4563 rm -f conftest.er1
4564 cat conftest.err >&5
4565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4566 (exit $ac_status); } >/dev/null; then
4567 if test -s conftest.err; then
4568 ac_cpp_err=$ac_c_preproc_warn_flag
4569 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4570 else
4571 ac_cpp_err=
4572 fi
4573else
4574 ac_cpp_err=yes
4575fi
4576if test -z "$ac_cpp_err"; then
4577 ac_header_preproc=yes
4578else
4579 echo "$as_me: failed program was:" >&5
4580sed 's/^/| /' conftest.$ac_ext >&5
ce2cded5 4581
7357c5b6
AM
4582 ac_header_preproc=no
4583fi
4584rm -f conftest.err conftest.$ac_ext
4585echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4586echo "${ECHO_T}$ac_header_preproc" >&6
ce2cded5 4587
7357c5b6
AM
4588# So? What about this header?
4589case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4590 yes:no: )
4591 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
4592echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4593 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
4594echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
4595 ac_header_preproc=yes
4596 ;;
4597 no:yes:* )
4598 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
4599echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
4600 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
4601echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
4602 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
4603echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
4604 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
4605echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
4606 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
4607echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
4608 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
4609echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
4610 (
4611 cat <<\_ASBOX
4612## ------------------------------------------ ##
4613## Report this to the AC_PACKAGE_NAME lists. ##
4614## ------------------------------------------ ##
4615_ASBOX
4616 ) |
4617 sed "s/^/$as_me: WARNING: /" >&2
4618 ;;
4619esac
4620echo "$as_me:$LINENO: checking for minix/config.h" >&5
4621echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
4622if test "${ac_cv_header_minix_config_h+set}" = set; then
13b2be9c 4623 echo $ECHO_N "(cached) $ECHO_C" >&6
d6d788bd 4624else
7357c5b6 4625 ac_cv_header_minix_config_h=$ac_header_preproc
ac48eca1 4626fi
7357c5b6
AM
4627echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4628echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
ac48eca1 4629
7357c5b6
AM
4630fi
4631if test $ac_cv_header_minix_config_h = yes; then
4632 MINIX=yes
4633else
4634 MINIX=
4635fi
d7040cdb
SE
4636
4637
7357c5b6 4638 if test "$MINIX" = yes; then
d7040cdb 4639
7357c5b6
AM
4640cat >>confdefs.h <<\_ACEOF
4641#define _POSIX_SOURCE 1
4642_ACEOF
d7040cdb
SE
4643
4644
7357c5b6
AM
4645cat >>confdefs.h <<\_ACEOF
4646#define _POSIX_1_SOURCE 2
4647_ACEOF
d7040cdb
SE
4648
4649
7357c5b6
AM
4650cat >>confdefs.h <<\_ACEOF
4651#define _MINIX 1
4652_ACEOF
d7040cdb 4653
7357c5b6 4654 fi
d7040cdb
SE
4655
4656
13b2be9c 4657
7357c5b6
AM
4658 echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
4659echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6
4660if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
ce2cded5 4661 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4662else
7357c5b6
AM
4663 cat >conftest.$ac_ext <<_ACEOF
4664/* confdefs.h. */
4665_ACEOF
4666cat confdefs.h >>conftest.$ac_ext
4667cat >>conftest.$ac_ext <<_ACEOF
4668/* end confdefs.h. */
ac48eca1 4669
7357c5b6
AM
4670# define __EXTENSIONS__ 1
4671 $ac_includes_default
4672int
4673main ()
4674{
13b2be9c 4675
7357c5b6
AM
4676 ;
4677 return 0;
4678}
4679_ACEOF
4680rm -f conftest.$ac_objext
4681if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4682 (eval $ac_compile) 2>conftest.er1
4683 ac_status=$?
4684 grep -v '^ *+' conftest.er1 >conftest.err
4685 rm -f conftest.er1
4686 cat conftest.err >&5
4687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4688 (exit $ac_status); } &&
4689 { ac_try='test -z "$ac_c_werror_flag"
4690 || test ! -s conftest.err'
4691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4692 (eval $ac_try) 2>&5
4693 ac_status=$?
4694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695 (exit $ac_status); }; } &&
4696 { ac_try='test -s conftest.$ac_objext'
4697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4698 (eval $ac_try) 2>&5
4699 ac_status=$?
4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4701 (exit $ac_status); }; }; then
4702 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4703else
7357c5b6
AM
4704 echo "$as_me: failed program was:" >&5
4705sed 's/^/| /' conftest.$ac_ext >&5
4706
4707ac_cv_safe_to_define___extensions__=no
d6d788bd 4708fi
7357c5b6
AM
4709rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4710fi
4711echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
4712echo "${ECHO_T}$ac_cv_safe_to_define___extensions__" >&6
4713 test $ac_cv_safe_to_define___extensions__ = yes &&
4714 cat >>confdefs.h <<\_ACEOF
4715#define __EXTENSIONS__ 1
4716_ACEOF
d6d788bd 4717
7357c5b6
AM
4718 cat >>confdefs.h <<\_ACEOF
4719#define _ALL_SOURCE 1
4720_ACEOF
d6d788bd 4721
7357c5b6
AM
4722 cat >>confdefs.h <<\_ACEOF
4723#define _GNU_SOURCE 1
4724_ACEOF
252b5132 4725
7357c5b6
AM
4726 cat >>confdefs.h <<\_ACEOF
4727#define _POSIX_PTHREAD_SEMANTICS 1
4728_ACEOF
252b5132 4729
7357c5b6
AM
4730 cat >>confdefs.h <<\_ACEOF
4731#define _TANDEM_SOURCE 1
4732_ACEOF
d6d788bd 4733
a74801ba 4734
d053aef8
JK
4735# Check whether --enable-largefile or --disable-largefile was given.
4736if test "${enable_largefile+set}" = set; then
4737 enableval="$enable_largefile"
4738
4739fi;
4740if test "$enable_largefile" != no; then
4741
4742 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
4743echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4744if test "${ac_cv_sys_largefile_CC+set}" = set; then
4745 echo $ECHO_N "(cached) $ECHO_C" >&6
4746else
4747 ac_cv_sys_largefile_CC=no
4748 if test "$GCC" != yes; then
4749 ac_save_CC=$CC
4750 while :; do
4751 # IRIX 6.2 and later do not support large files by default,
4752 # so use the C compiler's -n32 option if that helps.
4753 cat >conftest.$ac_ext <<_ACEOF
4754/* confdefs.h. */
4755_ACEOF
4756cat confdefs.h >>conftest.$ac_ext
4757cat >>conftest.$ac_ext <<_ACEOF
4758/* end confdefs.h. */
4759#include <sys/types.h>
4760 /* Check that off_t can represent 2**63 - 1 correctly.
4761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4762 since some C++ compilers masquerading as C compilers
4763 incorrectly reject 9223372036854775807. */
4764#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4766 && LARGE_OFF_T % 2147483647 == 1)
4767 ? 1 : -1];
4768int
4769main ()
4770{
4771
4772 ;
4773 return 0;
4774}
4775_ACEOF
4776 rm -f conftest.$ac_objext
4777if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4778 (eval $ac_compile) 2>conftest.er1
4779 ac_status=$?
4780 grep -v '^ *+' conftest.er1 >conftest.err
4781 rm -f conftest.er1
4782 cat conftest.err >&5
4783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4784 (exit $ac_status); } &&
4785 { ac_try='test -z "$ac_c_werror_flag"
4786 || test ! -s conftest.err'
4787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4788 (eval $ac_try) 2>&5
4789 ac_status=$?
4790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4791 (exit $ac_status); }; } &&
4792 { ac_try='test -s conftest.$ac_objext'
4793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4794 (eval $ac_try) 2>&5
4795 ac_status=$?
4796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4797 (exit $ac_status); }; }; then
4798 break
4799else
4800 echo "$as_me: failed program was:" >&5
4801sed 's/^/| /' conftest.$ac_ext >&5
4802
4803fi
4804rm -f conftest.err conftest.$ac_objext
4805 CC="$CC -n32"
4806 rm -f conftest.$ac_objext
4807if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4808 (eval $ac_compile) 2>conftest.er1
4809 ac_status=$?
4810 grep -v '^ *+' conftest.er1 >conftest.err
4811 rm -f conftest.er1
4812 cat conftest.err >&5
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); } &&
4815 { ac_try='test -z "$ac_c_werror_flag"
4816 || test ! -s conftest.err'
4817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4818 (eval $ac_try) 2>&5
4819 ac_status=$?
4820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4821 (exit $ac_status); }; } &&
4822 { ac_try='test -s conftest.$ac_objext'
4823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4824 (eval $ac_try) 2>&5
4825 ac_status=$?
4826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827 (exit $ac_status); }; }; then
4828 ac_cv_sys_largefile_CC=' -n32'; break
4829else
4830 echo "$as_me: failed program was:" >&5
4831sed 's/^/| /' conftest.$ac_ext >&5
4832
4833fi
4834rm -f conftest.err conftest.$ac_objext
4835 break
4836 done
4837 CC=$ac_save_CC
4838 rm -f conftest.$ac_ext
4839 fi
4840fi
4841echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
4842echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
4843 if test "$ac_cv_sys_largefile_CC" != no; then
4844 CC=$CC$ac_cv_sys_largefile_CC
4845 fi
4846
4847 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4848echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4849if test "${ac_cv_sys_file_offset_bits+set}" = set; then
4850 echo $ECHO_N "(cached) $ECHO_C" >&6
4851else
4852 while :; do
4853 ac_cv_sys_file_offset_bits=no
4854 cat >conftest.$ac_ext <<_ACEOF
4855/* confdefs.h. */
4856_ACEOF
4857cat confdefs.h >>conftest.$ac_ext
4858cat >>conftest.$ac_ext <<_ACEOF
4859/* end confdefs.h. */
4860#include <sys/types.h>
4861 /* Check that off_t can represent 2**63 - 1 correctly.
4862 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4863 since some C++ compilers masquerading as C compilers
4864 incorrectly reject 9223372036854775807. */
4865#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4866 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4867 && LARGE_OFF_T % 2147483647 == 1)
4868 ? 1 : -1];
4869int
4870main ()
4871{
4872
4873 ;
4874 return 0;
4875}
4876_ACEOF
4877rm -f conftest.$ac_objext
4878if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4879 (eval $ac_compile) 2>conftest.er1
4880 ac_status=$?
4881 grep -v '^ *+' conftest.er1 >conftest.err
4882 rm -f conftest.er1
4883 cat conftest.err >&5
4884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4885 (exit $ac_status); } &&
4886 { ac_try='test -z "$ac_c_werror_flag"
4887 || test ! -s conftest.err'
4888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4889 (eval $ac_try) 2>&5
4890 ac_status=$?
4891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4892 (exit $ac_status); }; } &&
4893 { ac_try='test -s conftest.$ac_objext'
4894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4895 (eval $ac_try) 2>&5
4896 ac_status=$?
4897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898 (exit $ac_status); }; }; then
4899 break
4900else
4901 echo "$as_me: failed program was:" >&5
4902sed 's/^/| /' conftest.$ac_ext >&5
4903
4904fi
4905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4906 cat >conftest.$ac_ext <<_ACEOF
4907/* confdefs.h. */
4908_ACEOF
4909cat confdefs.h >>conftest.$ac_ext
4910cat >>conftest.$ac_ext <<_ACEOF
4911/* end confdefs.h. */
4912#define _FILE_OFFSET_BITS 64
4913#include <sys/types.h>
4914 /* Check that off_t can represent 2**63 - 1 correctly.
4915 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4916 since some C++ compilers masquerading as C compilers
4917 incorrectly reject 9223372036854775807. */
4918#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4919 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4920 && LARGE_OFF_T % 2147483647 == 1)
4921 ? 1 : -1];
4922int
4923main ()
4924{
4925
4926 ;
4927 return 0;
4928}
4929_ACEOF
4930rm -f conftest.$ac_objext
4931if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4932 (eval $ac_compile) 2>conftest.er1
4933 ac_status=$?
4934 grep -v '^ *+' conftest.er1 >conftest.err
4935 rm -f conftest.er1
4936 cat conftest.err >&5
4937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4938 (exit $ac_status); } &&
4939 { ac_try='test -z "$ac_c_werror_flag"
4940 || test ! -s conftest.err'
4941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4942 (eval $ac_try) 2>&5
4943 ac_status=$?
4944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4945 (exit $ac_status); }; } &&
4946 { ac_try='test -s conftest.$ac_objext'
4947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4948 (eval $ac_try) 2>&5
4949 ac_status=$?
4950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4951 (exit $ac_status); }; }; then
4952 ac_cv_sys_file_offset_bits=64; break
4953else
4954 echo "$as_me: failed program was:" >&5
4955sed 's/^/| /' conftest.$ac_ext >&5
4956
4957fi
4958rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4959 break
4960done
4961fi
4962echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
4963echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
4964if test "$ac_cv_sys_file_offset_bits" != no; then
4965
4966cat >>confdefs.h <<_ACEOF
4967#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4968_ACEOF
4969
4970fi
4971rm -f conftest*
4972 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
4973echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
4974if test "${ac_cv_sys_large_files+set}" = set; then
4975 echo $ECHO_N "(cached) $ECHO_C" >&6
4976else
4977 while :; do
4978 ac_cv_sys_large_files=no
4979 cat >conftest.$ac_ext <<_ACEOF
4980/* confdefs.h. */
4981_ACEOF
4982cat confdefs.h >>conftest.$ac_ext
4983cat >>conftest.$ac_ext <<_ACEOF
4984/* end confdefs.h. */
4985#include <sys/types.h>
4986 /* Check that off_t can represent 2**63 - 1 correctly.
4987 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4988 since some C++ compilers masquerading as C compilers
4989 incorrectly reject 9223372036854775807. */
4990#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4991 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4992 && LARGE_OFF_T % 2147483647 == 1)
4993 ? 1 : -1];
4994int
4995main ()
4996{
4997
4998 ;
4999 return 0;
5000}
5001_ACEOF
5002rm -f conftest.$ac_objext
5003if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5004 (eval $ac_compile) 2>conftest.er1
5005 ac_status=$?
5006 grep -v '^ *+' conftest.er1 >conftest.err
5007 rm -f conftest.er1
5008 cat conftest.err >&5
5009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5010 (exit $ac_status); } &&
5011 { ac_try='test -z "$ac_c_werror_flag"
5012 || test ! -s conftest.err'
5013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014 (eval $ac_try) 2>&5
5015 ac_status=$?
5016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5017 (exit $ac_status); }; } &&
5018 { ac_try='test -s conftest.$ac_objext'
5019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5020 (eval $ac_try) 2>&5
5021 ac_status=$?
5022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5023 (exit $ac_status); }; }; then
5024 break
5025else
5026 echo "$as_me: failed program was:" >&5
5027sed 's/^/| /' conftest.$ac_ext >&5
5028
5029fi
5030rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5031 cat >conftest.$ac_ext <<_ACEOF
5032/* confdefs.h. */
5033_ACEOF
5034cat confdefs.h >>conftest.$ac_ext
5035cat >>conftest.$ac_ext <<_ACEOF
5036/* end confdefs.h. */
5037#define _LARGE_FILES 1
5038#include <sys/types.h>
5039 /* Check that off_t can represent 2**63 - 1 correctly.
5040 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5041 since some C++ compilers masquerading as C compilers
5042 incorrectly reject 9223372036854775807. */
5043#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5044 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5045 && LARGE_OFF_T % 2147483647 == 1)
5046 ? 1 : -1];
5047int
5048main ()
5049{
5050
5051 ;
5052 return 0;
5053}
5054_ACEOF
5055rm -f conftest.$ac_objext
5056if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5057 (eval $ac_compile) 2>conftest.er1
5058 ac_status=$?
5059 grep -v '^ *+' conftest.er1 >conftest.err
5060 rm -f conftest.er1
5061 cat conftest.err >&5
5062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5063 (exit $ac_status); } &&
5064 { ac_try='test -z "$ac_c_werror_flag"
5065 || test ! -s conftest.err'
5066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5067 (eval $ac_try) 2>&5
5068 ac_status=$?
5069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5070 (exit $ac_status); }; } &&
5071 { ac_try='test -s conftest.$ac_objext'
5072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5073 (eval $ac_try) 2>&5
5074 ac_status=$?
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); }; }; then
5077 ac_cv_sys_large_files=1; break
5078else
5079 echo "$as_me: failed program was:" >&5
5080sed 's/^/| /' conftest.$ac_ext >&5
5081
5082fi
5083rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5084 break
5085done
5086fi
5087echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5088echo "${ECHO_T}$ac_cv_sys_large_files" >&6
5089if test "$ac_cv_sys_large_files" != no; then
5090
5091cat >>confdefs.h <<_ACEOF
5092#define _LARGE_FILES $ac_cv_sys_large_files
5093_ACEOF
5094
5095fi
5096rm -f conftest*
5097fi
5098
a74801ba 5099
718a6fd8
SE
5100case `pwd` in
5101 *\ * | *\ *)
5102 { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5103echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5104esac
13b2be9c 5105
252b5132 5106
7357c5b6 5107
718a6fd8
SE
5108macro_version='2.2.6'
5109macro_revision='1.3012'
7357c5b6
AM
5110
5111
5112
5113
5114
5115
7357c5b6
AM
5116
5117
5118
5119
5120
5121
5122
718a6fd8 5123ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6
AM
5124
5125echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5126echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
5127if test "${lt_cv_path_SED+set}" = set; then
5128 echo $ECHO_N "(cached) $ECHO_C" >&6
5129else
5130 # Loop through the user's path and test for sed and gsed.
5131# Then use that list of sed's as ones to test for truncation.
5132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5133for as_dir in $PATH
5134do
5135 IFS=$as_save_IFS
5136 test -z "$as_dir" && as_dir=.
5137 for lt_ac_prog in sed gsed; do
5138 for ac_exec_ext in '' $ac_executable_extensions; do
5139 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5140 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5141 fi
5142 done
5143 done
5144done
5145IFS=$as_save_IFS
5146lt_ac_max=0
5147lt_ac_count=0
5148# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5149# along with /bin/sed that truncates output.
5150for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5151 test ! -f $lt_ac_sed && continue
5152 cat /dev/null > conftest.in
5153 lt_ac_count=0
5154 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5155 # Check for GNU sed and select it if it is found.
5156 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5157 lt_cv_path_SED=$lt_ac_sed
5158 break
5159 fi
5160 while true; do
5161 cat conftest.in conftest.in >conftest.tmp
5162 mv conftest.tmp conftest.in
5163 cp conftest.in conftest.nl
5164 echo >>conftest.nl
5165 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5166 cmp -s conftest.out conftest.nl || break
5167 # 10000 chars as input seems more than enough
5168 test $lt_ac_count -gt 10 && break
5169 lt_ac_count=`expr $lt_ac_count + 1`
5170 if test $lt_ac_count -gt $lt_ac_max; then
5171 lt_ac_max=$lt_ac_count
5172 lt_cv_path_SED=$lt_ac_sed
5173 fi
5174 done
5175done
5176
5177fi
5178
5179SED=$lt_cv_path_SED
5180
5181echo "$as_me:$LINENO: result: $SED" >&5
5182echo "${ECHO_T}$SED" >&6
5183
5184test -z "$SED" && SED=sed
5185Xsed="$SED -e 1s/^X//"
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197echo "$as_me:$LINENO: checking for fgrep" >&5
5198echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
5199if test "${ac_cv_prog_fgrep+set}" = set; then
5200 echo $ECHO_N "(cached) $ECHO_C" >&6
5201else
5202 if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
5203 then ac_cv_prog_fgrep='grep -F'
5204 else ac_cv_prog_fgrep='fgrep'
5205 fi
5206fi
5207echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
5208echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
5209 FGREP=$ac_cv_prog_fgrep
5210
5211
5212test -z "$GREP" && GREP=grep
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232# Check whether --with-gnu-ld or --without-gnu-ld was given.
5233if test "${with_gnu_ld+set}" = set; then
5234 withval="$with_gnu_ld"
5235 test "$withval" = no || with_gnu_ld=yes
5236else
5237 with_gnu_ld=no
ce2cded5
L
5238fi;
5239ac_prog=ld
5240if test "$GCC" = yes; then
5241 # Check if gcc -print-prog-name=ld gives a path.
5242 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5243echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
5244 case $host in
5245 *-*-mingw*)
5246 # gcc leaves a trailing carriage return which upsets mingw
5247 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5248 *)
5249 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5250 esac
5251 case $ac_prog in
5252 # Accept absolute paths.
5253 [\\/]* | ?:[\\/]*)
5254 re_direlt='/[^/][^/]*/\.\./'
5255 # Canonicalize the pathname of ld
5256 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5257 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5258 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5259 done
5260 test -z "$LD" && LD="$ac_prog"
5261 ;;
5262 "")
5263 # If it fails, then pretend we aren't using GCC.
5264 ac_prog=ld
5265 ;;
5266 *)
5267 # If it is relative, then search for the first ld in PATH.
5268 with_gnu_ld=unknown
5269 ;;
5270 esac
5271elif test "$with_gnu_ld" = yes; then
5272 echo "$as_me:$LINENO: checking for GNU ld" >&5
5273echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5274else
5275 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5276echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
5277fi
5278if test "${lt_cv_path_LD+set}" = set; then
5279 echo $ECHO_N "(cached) $ECHO_C" >&6
5280else
5281 if test -z "$LD"; then
5282 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5283 for ac_dir in $PATH; do
5284 IFS="$lt_save_ifs"
5285 test -z "$ac_dir" && ac_dir=.
5286 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5287 lt_cv_path_LD="$ac_dir/$ac_prog"
5288 # Check to see if the program is GNU ld. I'd rather use --version,
5289 # but apparently some variants of GNU ld only accept -v.
5290 # Break only if it was the GNU/non-GNU ld that we prefer.
5291 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5292 *GNU* | *'with BFD'*)
5293 test "$with_gnu_ld" != no && break
5294 ;;
5295 *)
5296 test "$with_gnu_ld" != yes && break
5297 ;;
5298 esac
5299 fi
5300 done
5301 IFS="$lt_save_ifs"
5302else
5303 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5304fi
5305fi
5306
5307LD="$lt_cv_path_LD"
5308if test -n "$LD"; then
5309 echo "$as_me:$LINENO: result: $LD" >&5
5310echo "${ECHO_T}$LD" >&6
5311else
5312 echo "$as_me:$LINENO: result: no" >&5
5313echo "${ECHO_T}no" >&6
5314fi
5315test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5316echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5317 { (exit 1); exit 1; }; }
5318echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5319echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5320if test "${lt_cv_prog_gnu_ld+set}" = set; then
5321 echo $ECHO_N "(cached) $ECHO_C" >&6
5322else
5323 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5324case `$LD -v 2>&1 </dev/null` in
5325*GNU* | *'with BFD'*)
5326 lt_cv_prog_gnu_ld=yes
5327 ;;
5328*)
5329 lt_cv_prog_gnu_ld=no
5330 ;;
5331esac
5332fi
5333echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5334echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
5335with_gnu_ld=$lt_cv_prog_gnu_ld
5336
5337
5338
5339
5340
5341
5342
5343
5344
ce2cded5
L
5345echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5346echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
5347if test "${lt_cv_path_NM+set}" = set; then
5348 echo $ECHO_N "(cached) $ECHO_C" >&6
5349else
5350 if test -n "$NM"; then
5351 # Let the user override the test.
5352 lt_cv_path_NM="$NM"
5353else
5354 lt_nm_to_check="${ac_tool_prefix}nm"
5355 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5356 lt_nm_to_check="$lt_nm_to_check nm"
5357 fi
5358 for lt_tmp_nm in $lt_nm_to_check; do
5359 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5360 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5361 IFS="$lt_save_ifs"
5362 test -z "$ac_dir" && ac_dir=.
5363 tmp_nm="$ac_dir/$lt_tmp_nm"
5364 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5365 # Check to see if the nm accepts a BSD-compat flag.
5366 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5367 # nm: unknown option "B" ignored
5368 # Tru64's nm complains that /dev/null is an invalid object file
5369 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5370 */dev/null* | *'Invalid file or object type'*)
5371 lt_cv_path_NM="$tmp_nm -B"
5372 break
5373 ;;
5374 *)
5375 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5376 */dev/null*)
5377 lt_cv_path_NM="$tmp_nm -p"
5378 break
5379 ;;
5380 *)
5381 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5382 continue # so that we can try to find one that supports BSD flags
5383 ;;
5384 esac
5385 ;;
5386 esac
5387 fi
5388 done
5389 IFS="$lt_save_ifs"
5390 done
5391 : ${lt_cv_path_NM=no}
5392fi
5393fi
5394echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5395echo "${ECHO_T}$lt_cv_path_NM" >&6
5396if test "$lt_cv_path_NM" != "no"; then
5397 NM="$lt_cv_path_NM"
5398else
5399 # Didn't find any BSD compatible name lister, look for dumpbin.
5400 if test -n "$ac_tool_prefix"; then
5401 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5402 do
5403 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5404set dummy $ac_tool_prefix$ac_prog; ac_word=$2
d7040cdb
SE
5405echo "$as_me:$LINENO: checking for $ac_word" >&5
5406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ce2cded5 5407if test "${ac_cv_prog_DUMPBIN+set}" = set; then
d7040cdb
SE
5408 echo $ECHO_N "(cached) $ECHO_C" >&6
5409else
ce2cded5
L
5410 if test -n "$DUMPBIN"; then
5411 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5412else
5413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5414for as_dir in $PATH
5415do
5416 IFS=$as_save_IFS
5417 test -z "$as_dir" && as_dir=.
5418 for ac_exec_ext in '' $ac_executable_extensions; do
5419 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 5420 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
d7040cdb
SE
5421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5422 break 2
d70c5fc7 5423 fi
d7040cdb
SE
5424done
5425done
d70c5fc7 5426
d7040cdb
SE
5427fi
5428fi
ce2cded5
L
5429DUMPBIN=$ac_cv_prog_DUMPBIN
5430if test -n "$DUMPBIN"; then
5431 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5432echo "${ECHO_T}$DUMPBIN" >&6
bedf545c 5433else
d7040cdb
SE
5434 echo "$as_me:$LINENO: result: no" >&5
5435echo "${ECHO_T}no" >&6
5436fi
13b2be9c 5437
ce2cded5
L
5438 test -n "$DUMPBIN" && break
5439 done
5440fi
5441if test -z "$DUMPBIN"; then
5442 ac_ct_DUMPBIN=$DUMPBIN
5443 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5444do
5445 # Extract the first word of "$ac_prog", so it can be a program name with args.
5446set dummy $ac_prog; ac_word=$2
5447echo "$as_me:$LINENO: checking for $ac_word" >&5
5448echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5449if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
5450 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 5451else
ce2cded5
L
5452 if test -n "$ac_ct_DUMPBIN"; then
5453 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5454else
5455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5456for as_dir in $PATH
5457do
5458 IFS=$as_save_IFS
5459 test -z "$as_dir" && as_dir=.
5460 for ac_exec_ext in '' $ac_executable_extensions; do
5461 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5462 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5464 break 2
5465 fi
5466done
5467done
5468
5469fi
5470fi
5471ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5472if test -n "$ac_ct_DUMPBIN"; then
5473 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5474echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
5475else
5476 echo "$as_me:$LINENO: result: no" >&5
5477echo "${ECHO_T}no" >&6
d7040cdb
SE
5478fi
5479
ce2cded5
L
5480 test -n "$ac_ct_DUMPBIN" && break
5481done
5482test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
13b2be9c 5483
ce2cded5
L
5484 DUMPBIN=$ac_ct_DUMPBIN
5485fi
13b2be9c 5486
bedf545c 5487
ce2cded5
L
5488 if test "$DUMPBIN" != ":"; then
5489 NM="$DUMPBIN"
5490 fi
5491fi
5492test -z "$NM" && NM=nm
6840198f 5493
13b2be9c 5494
ac48eca1 5495
d7040cdb 5496
ce2cded5
L
5497
5498
5499echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5500echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
5501if test "${lt_cv_nm_interface+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5503else
5504 lt_cv_nm_interface="BSD nm"
5505 echo "int some_variable = 0;" > conftest.$ac_ext
29670fb9 5506 (eval echo "\"\$as_me:5506: $ac_compile\"" >&5)
ce2cded5
L
5507 (eval "$ac_compile" 2>conftest.err)
5508 cat conftest.err >&5
29670fb9 5509 (eval echo "\"\$as_me:5509: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5510 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5511 cat conftest.err >&5
29670fb9 5512 (eval echo "\"\$as_me:5512: output\"" >&5)
ce2cded5
L
5513 cat conftest.out >&5
5514 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5515 lt_cv_nm_interface="MS dumpbin"
5516 fi
5517 rm -f conftest*
5518fi
5519echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
5520echo "${ECHO_T}$lt_cv_nm_interface" >&6
5521
5522echo "$as_me:$LINENO: checking whether ln -s works" >&5
5523echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5524LN_S=$as_ln_s
5525if test "$LN_S" = "ln -s"; then
5526 echo "$as_me:$LINENO: result: yes" >&5
5527echo "${ECHO_T}yes" >&6
5528else
5529 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5530echo "${ECHO_T}no, using $LN_S" >&6
5531fi
5532
5533# find the maximum length of command line arguments
5534echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5535echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
5536if test "${lt_cv_sys_max_cmd_len+set}" = set; then
5537 echo $ECHO_N "(cached) $ECHO_C" >&6
5538else
5539 i=0
5540 teststring="ABCD"
5541
5542 case $build_os in
5543 msdosdjgpp*)
5544 # On DJGPP, this test can blow up pretty badly due to problems in libc
5545 # (any single argument exceeding 2000 bytes causes a buffer overrun
5546 # during glob expansion). Even if it were fixed, the result of this
5547 # check would be larger than it should be.
5548 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5549 ;;
5550
5551 gnu*)
5552 # Under GNU Hurd, this test is not required because there is
5553 # no limit to the length of command line arguments.
5554 # Libtool will interpret -1 as no limit whatsoever
5555 lt_cv_sys_max_cmd_len=-1;
5556 ;;
5557
718a6fd8 5558 cygwin* | mingw* | cegcc*)
ce2cded5
L
5559 # On Win9x/ME, this test blows up -- it succeeds, but takes
5560 # about 5 minutes as the teststring grows exponentially.
5561 # Worse, since 9x/ME are not pre-emptively multitasking,
5562 # you end up with a "frozen" computer, even though with patience
5563 # the test eventually succeeds (with a max line length of 256k).
5564 # Instead, let's just punt: use the minimum linelength reported by
5565 # all of the supported platforms: 8192 (on NT/2K/XP).
5566 lt_cv_sys_max_cmd_len=8192;
5567 ;;
5568
5569 amigaos*)
5570 # On AmigaOS with pdksh, this test takes hours, literally.
5571 # So we just punt and use a minimum line length of 8192.
5572 lt_cv_sys_max_cmd_len=8192;
5573 ;;
5574
5575 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5576 # This has been around since 386BSD, at least. Likely further.
5577 if test -x /sbin/sysctl; then
5578 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5579 elif test -x /usr/sbin/sysctl; then
5580 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5581 else
5582 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5583 fi
5584 # And add a safety zone
5585 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5586 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5587 ;;
5588
5589 interix*)
5590 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5591 lt_cv_sys_max_cmd_len=196608
5592 ;;
5593
5594 osf*)
5595 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5596 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5597 # nice to cause kernel panics so lets avoid the loop below.
5598 # First set a reasonable default.
5599 lt_cv_sys_max_cmd_len=16384
5600 #
5601 if test -x /sbin/sysconfig; then
5602 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5603 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5604 esac
5605 fi
5606 ;;
5607 sco3.2v5*)
5608 lt_cv_sys_max_cmd_len=102400
5609 ;;
5610 sysv5* | sco5v6* | sysv4.2uw2*)
5611 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5612 if test -n "$kargmax"; then
5613 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5614 else
5615 lt_cv_sys_max_cmd_len=32768
5616 fi
d7040cdb
SE
5617 ;;
5618 *)
718a6fd8
SE
5619 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5620 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5621 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5622 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5623 else
5624 # Make teststring a little bigger before we do anything with it.
5625 # a 1K string should be a reasonable start.
5626 for i in 1 2 3 4 5 6 7 8 ; do
5627 teststring=$teststring$teststring
5628 done
5629 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5630 # If test is not a shell built-in, we'll probably end up computing a
5631 # maximum length that is only half of the actual maximum length, but
5632 # we can't tell.
5633 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5634 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5635 test $i != 17 # 1/2 MB should be enough
5636 do
5637 i=`expr $i + 1`
5638 teststring=$teststring$teststring
5639 done
5640 # Only check the string length outside the loop.
5641 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5642 teststring=
5643 # Add a significant safety factor because C++ compilers can tack on
5644 # massive amounts of additional arguments before passing them to the
5645 # linker. It appears as though 1/2 is a usable value.
5646 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5647 fi
d7040cdb
SE
5648 ;;
5649 esac
252b5132 5650
ce2cded5 5651fi
d6d788bd 5652
ce2cded5
L
5653if test -n $lt_cv_sys_max_cmd_len ; then
5654 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
5655echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
5656else
5657 echo "$as_me:$LINENO: result: none" >&5
5658echo "${ECHO_T}none" >&6
5659fi
5660max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5661
d6d788bd 5662
13b2be9c 5663
13b2be9c 5664
bedf545c 5665
252b5132 5666
ce2cded5
L
5667: ${CP="cp -f"}
5668: ${MV="mv -f"}
5669: ${RM="rm -f"}
d6d788bd 5670
ce2cded5
L
5671echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5672echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
5673# Try some XSI features
5674xsi_shell=no
5675( _lt_dummy="a/b/c"
5676 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
5677 = c,a/b,, \
5678 && eval 'test $(( 1 + 1 )) -eq 2 \
5679 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5
L
5680 && xsi_shell=yes
5681echo "$as_me:$LINENO: result: $xsi_shell" >&5
5682echo "${ECHO_T}$xsi_shell" >&6
bedf545c 5683
bedf545c 5684
ce2cded5
L
5685echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5686echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
5687lt_shell_append=no
5688( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5689 >/dev/null 2>&1 \
5690 && lt_shell_append=yes
5691echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5692echo "${ECHO_T}$lt_shell_append" >&6
252b5132 5693
d6d788bd 5694
ce2cded5
L
5695if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5696 lt_unset=unset
5697else
5698 lt_unset=false
5699fi
13b2be9c
DJ
5700
5701
5702
5703
d6d788bd 5704
ce2cded5
L
5705# test EBCDIC or ASCII
5706case `echo X|tr X '\101'` in
5707 A) # ASCII based system
5708 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5709 lt_SP2NL='tr \040 \012'
5710 lt_NL2SP='tr \015\012 \040\040'
5711 ;;
5712 *) # EBCDIC based system
5713 lt_SP2NL='tr \100 \n'
5714 lt_NL2SP='tr \r\n \100\100'
5715 ;;
5716esac
c43a438d 5717
c43a438d 5718
c43a438d 5719
252b5132 5720
ad22bfe8 5721
1ad12f97 5722
1ad12f97 5723
9e9b66a9 5724
1ad12f97 5725
ce2cded5
L
5726echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5727echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
5728if test "${lt_cv_ld_reload_flag+set}" = set; then
5729 echo $ECHO_N "(cached) $ECHO_C" >&6
5730else
5731 lt_cv_ld_reload_flag='-r'
5732fi
5733echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5734echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
5735reload_flag=$lt_cv_ld_reload_flag
5736case $reload_flag in
5737"" | " "*) ;;
5738*) reload_flag=" $reload_flag" ;;
5739esac
5740reload_cmds='$LD$reload_flag -o $output$reload_objs'
5741case $host_os in
5742 darwin*)
5743 if test "$GCC" = yes; then
5744 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5745 else
5746 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5747 fi
5748 ;;
5749esac
a541e3ce 5750
9e9b66a9 5751
a2d91340 5752
d6d788bd 5753
9e9b66a9
AM
5754
5755
5756
d6d788bd 5757
252b5132 5758
718a6fd8
SE
5759if test -n "$ac_tool_prefix"; then
5760 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5761set dummy ${ac_tool_prefix}objdump; ac_word=$2
5762echo "$as_me:$LINENO: checking for $ac_word" >&5
5763echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5764if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5765 echo $ECHO_N "(cached) $ECHO_C" >&6
5766else
5767 if test -n "$OBJDUMP"; then
5768 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5769else
5770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5771for as_dir in $PATH
5772do
5773 IFS=$as_save_IFS
5774 test -z "$as_dir" && as_dir=.
5775 for ac_exec_ext in '' $ac_executable_extensions; do
5776 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5778 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5779 break 2
5780 fi
5781done
5782done
5783
5784fi
5785fi
5786OBJDUMP=$ac_cv_prog_OBJDUMP
5787if test -n "$OBJDUMP"; then
5788 echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5789echo "${ECHO_T}$OBJDUMP" >&6
5790else
5791 echo "$as_me:$LINENO: result: no" >&5
5792echo "${ECHO_T}no" >&6
5793fi
5794
5795fi
5796if test -z "$ac_cv_prog_OBJDUMP"; then
5797 ac_ct_OBJDUMP=$OBJDUMP
5798 # Extract the first word of "objdump", so it can be a program name with args.
5799set dummy objdump; ac_word=$2
5800echo "$as_me:$LINENO: checking for $ac_word" >&5
5801echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5802if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5803 echo $ECHO_N "(cached) $ECHO_C" >&6
5804else
5805 if test -n "$ac_ct_OBJDUMP"; then
5806 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5807else
5808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809for as_dir in $PATH
5810do
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5815 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5818 fi
5819done
5820done
5821
5822 test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
5823fi
5824fi
5825ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5826if test -n "$ac_ct_OBJDUMP"; then
5827 echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5828echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
5829else
5830 echo "$as_me:$LINENO: result: no" >&5
5831echo "${ECHO_T}no" >&6
5832fi
5833
5834 OBJDUMP=$ac_ct_OBJDUMP
5835else
5836 OBJDUMP="$ac_cv_prog_OBJDUMP"
5837fi
5838
5839test -z "$OBJDUMP" && OBJDUMP=objdump
5840
5841
5842
5843
5844
5845
5846
5847
13b2be9c 5848
ce2cded5
L
5849echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5850echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
5851if test "${lt_cv_deplibs_check_method+set}" = set; then
d7040cdb
SE
5852 echo $ECHO_N "(cached) $ECHO_C" >&6
5853else
ce2cded5
L
5854 lt_cv_file_magic_cmd='$MAGIC_CMD'
5855lt_cv_file_magic_test_file=
5856lt_cv_deplibs_check_method='unknown'
5857# Need to set the preceding variable on all platforms that support
5858# interlibrary dependencies.
5859# 'none' -- dependencies not supported.
5860# `unknown' -- same as none, but documents that we really don't know.
5861# 'pass_all' -- all dependencies passed with no checks.
5862# 'test_compile' -- check by making test program.
5863# 'file_magic [[regex]]' -- check by looking for files in library path
5864# which responds to the $file_magic_cmd with a given extended regex.
5865# If you have `file' or equivalent on your system and you're not sure
5866# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 5867
ce2cded5 5868case $host_os in
50e7d84b 5869aix[4-9]*)
ce2cded5
L
5870 lt_cv_deplibs_check_method=pass_all
5871 ;;
d7040cdb 5872
ce2cded5
L
5873beos*)
5874 lt_cv_deplibs_check_method=pass_all
5875 ;;
d7040cdb 5876
ce2cded5
L
5877bsdi[45]*)
5878 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5879 lt_cv_file_magic_cmd='/usr/bin/file -L'
5880 lt_cv_file_magic_test_file=/shlib/libc.so
5881 ;;
d7040cdb 5882
ce2cded5
L
5883cygwin*)
5884 # func_win32_libid is a shell function defined in ltmain.sh
5885 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5886 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 5887 ;;
ce2cded5
L
5888
5889mingw* | pw32*)
5890 # Base MSYS/MinGW do not provide the 'file' command needed by
5891 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5892 # unless we find 'file', for example because we are cross-compiling.
5893 if ( file / ) >/dev/null 2>&1; then
5894 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5895 lt_cv_file_magic_cmd='func_win32_libid'
5896 else
5897 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5898 lt_cv_file_magic_cmd='$OBJDUMP -f'
5899 fi
d7040cdb 5900 ;;
ce2cded5 5901
718a6fd8
SE
5902cegcc)
5903 # use the weaker test based on 'objdump'. See mingw*.
5904 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5905 lt_cv_file_magic_cmd='$OBJDUMP -f'
5906 ;;
5907
ce2cded5
L
5908darwin* | rhapsody*)
5909 lt_cv_deplibs_check_method=pass_all
5910 ;;
5911
5912freebsd* | dragonfly*)
5913 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5914 case $host_cpu in
5915 i*86 )
5916 # Not sure whether the presence of OpenBSD here was a mistake.
5917 # Let's accept both of them until this is cleared up.
5918 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5919 lt_cv_file_magic_cmd=/usr/bin/file
5920 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5921 ;;
5922 esac
5923 else
5924 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5925 fi
5926 ;;
ce2cded5
L
5927
5928gnu*)
5929 lt_cv_deplibs_check_method=pass_all
d7040cdb 5930 ;;
ce2cded5
L
5931
5932hpux10.20* | hpux11*)
5933 lt_cv_file_magic_cmd=/usr/bin/file
5934 case $host_cpu in
5935 ia64*)
5936 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5937 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5938 ;;
5939 hppa*64*)
5940 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]'
5941 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5942 ;;
5943 *)
5944 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5945 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5946 ;;
5947 esac
d7040cdb 5948 ;;
ce2cded5
L
5949
5950interix[3-9]*)
5951 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5952 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 5953 ;;
ce2cded5
L
5954
5955irix5* | irix6* | nonstopux*)
5956 case $LD in
5957 *-32|*"-32 ") libmagic=32-bit;;
5958 *-n32|*"-n32 ") libmagic=N32;;
5959 *-64|*"-64 ") libmagic=64-bit;;
5960 *) libmagic=never-match;;
5961 esac
5962 lt_cv_deplibs_check_method=pass_all
d7040cdb 5963 ;;
ce2cded5
L
5964
5965# This must be Linux ELF.
58e24671 5966linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 5967 lt_cv_deplibs_check_method=pass_all
d7040cdb 5968 ;;
ce2cded5
L
5969
5970netbsd*)
5971 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5972 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5973 else
5974 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5975 fi
d7040cdb 5976 ;;
ce2cded5
L
5977
5978newos6*)
5979 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5980 lt_cv_file_magic_cmd=/usr/bin/file
5981 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 5982 ;;
76a27922 5983
ce2cded5
L
5984*nto* | *qnx*)
5985 lt_cv_deplibs_check_method=pass_all
5986 ;;
d6d788bd 5987
ce2cded5
L
5988openbsd*)
5989 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5990 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5991 else
5992 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5993 fi
5994 ;;
44f2f9d2 5995
ce2cded5
L
5996osf3* | osf4* | osf5*)
5997 lt_cv_deplibs_check_method=pass_all
5998 ;;
44f2f9d2 5999
ce2cded5
L
6000rdos*)
6001 lt_cv_deplibs_check_method=pass_all
6002 ;;
6003
6004solaris*)
6005 lt_cv_deplibs_check_method=pass_all
6006 ;;
6007
6008sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6009 lt_cv_deplibs_check_method=pass_all
6010 ;;
6011
6012sysv4 | sysv4.3*)
6013 case $host_vendor in
6014 motorola)
6015 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]'
6016 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6017 ;;
6018 ncr)
6019 lt_cv_deplibs_check_method=pass_all
6020 ;;
6021 sequent)
6022 lt_cv_file_magic_cmd='/bin/file'
6023 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6024 ;;
6025 sni)
6026 lt_cv_file_magic_cmd='/bin/file'
6027 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6028 lt_cv_file_magic_test_file=/lib/libc.so
6029 ;;
6030 siemens)
6031 lt_cv_deplibs_check_method=pass_all
6032 ;;
6033 pc)
6034 lt_cv_deplibs_check_method=pass_all
6035 ;;
6036 esac
6037 ;;
6038
6039tpf*)
6040 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6041 ;;
6042esac
6043
ce2cded5
L
6044fi
6045echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
6046echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
6047file_magic_cmd=$lt_cv_file_magic_cmd
6048deplibs_check_method=$lt_cv_deplibs_check_method
6049test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6050
d7040cdb 6051
d7040cdb 6052
d7040cdb 6053
d7040cdb 6054
44f2f9d2 6055
d7040cdb 6056
d7040cdb 6057
d7040cdb 6058
d7040cdb 6059
44f2f9d2 6060
d7040cdb 6061
ce2cded5
L
6062if test -n "$ac_tool_prefix"; then
6063 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6064set dummy ${ac_tool_prefix}ar; ac_word=$2
6065echo "$as_me:$LINENO: checking for $ac_word" >&5
6066echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6067if test "${ac_cv_prog_AR+set}" = set; then
6068 echo $ECHO_N "(cached) $ECHO_C" >&6
6069else
6070 if test -n "$AR"; then
6071 ac_cv_prog_AR="$AR" # Let the user override the test.
6072else
6073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6074for as_dir in $PATH
6075do
6076 IFS=$as_save_IFS
6077 test -z "$as_dir" && as_dir=.
6078 for ac_exec_ext in '' $ac_executable_extensions; do
6079 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6080 ac_cv_prog_AR="${ac_tool_prefix}ar"
6081 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6082 break 2
d7040cdb
SE
6083 fi
6084done
ce2cded5 6085done
44f2f9d2 6086
ce2cded5
L
6087fi
6088fi
6089AR=$ac_cv_prog_AR
6090if test -n "$AR"; then
6091 echo "$as_me:$LINENO: result: $AR" >&5
6092echo "${ECHO_T}$AR" >&6
6093else
6094 echo "$as_me:$LINENO: result: no" >&5
6095echo "${ECHO_T}no" >&6
44f2f9d2 6096fi
d7040cdb 6097
d7040cdb 6098fi
ce2cded5
L
6099if test -z "$ac_cv_prog_AR"; then
6100 ac_ct_AR=$AR
6101 # Extract the first word of "ar", so it can be a program name with args.
6102set dummy ar; ac_word=$2
6103echo "$as_me:$LINENO: checking for $ac_word" >&5
6104echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6105if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6106 echo $ECHO_N "(cached) $ECHO_C" >&6
44f2f9d2 6107else
ce2cded5
L
6108 if test -n "$ac_ct_AR"; then
6109 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6110else
6111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6112for as_dir in $PATH
6113do
6114 IFS=$as_save_IFS
6115 test -z "$as_dir" && as_dir=.
6116 for ac_exec_ext in '' $ac_executable_extensions; do
6117 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6118 ac_cv_prog_ac_ct_AR="ar"
6119 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6120 break 2
6121 fi
6122done
6123done
6124
6125 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
6126fi
6127fi
6128ac_ct_AR=$ac_cv_prog_ac_ct_AR
6129if test -n "$ac_ct_AR"; then
6130 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6131echo "${ECHO_T}$ac_ct_AR" >&6
6132else
6133 echo "$as_me:$LINENO: result: no" >&5
6134echo "${ECHO_T}no" >&6
d7040cdb 6135fi
44f2f9d2 6136
ce2cded5
L
6137 AR=$ac_ct_AR
6138else
6139 AR="$ac_cv_prog_AR"
6140fi
d7040cdb 6141
ce2cded5
L
6142test -z "$AR" && AR=ar
6143test -z "$AR_FLAGS" && AR_FLAGS=cru
d7040cdb
SE
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
ce2cded5
L
6155if test -n "$ac_tool_prefix"; then
6156 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157set dummy ${ac_tool_prefix}strip; ac_word=$2
6158echo "$as_me:$LINENO: checking for $ac_word" >&5
6159echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6160if test "${ac_cv_prog_STRIP+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6162else
6163 if test -n "$STRIP"; then
6164 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165else
6166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167for as_dir in $PATH
6168do
6169 IFS=$as_save_IFS
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6173 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175 break 2
6176 fi
6177done
6178done
d7040cdb 6179
ce2cded5
L
6180fi
6181fi
6182STRIP=$ac_cv_prog_STRIP
6183if test -n "$STRIP"; then
6184 echo "$as_me:$LINENO: result: $STRIP" >&5
6185echo "${ECHO_T}$STRIP" >&6
6186else
6187 echo "$as_me:$LINENO: result: no" >&5
6188echo "${ECHO_T}no" >&6
6189fi
d7040cdb 6190
ce2cded5
L
6191fi
6192if test -z "$ac_cv_prog_STRIP"; then
6193 ac_ct_STRIP=$STRIP
6194 # Extract the first word of "strip", so it can be a program name with args.
6195set dummy strip; ac_word=$2
6196echo "$as_me:$LINENO: checking for $ac_word" >&5
6197echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6198if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6199 echo $ECHO_N "(cached) $ECHO_C" >&6
6200else
6201 if test -n "$ac_ct_STRIP"; then
6202 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6203else
6204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6205for as_dir in $PATH
6206do
6207 IFS=$as_save_IFS
6208 test -z "$as_dir" && as_dir=.
6209 for ac_exec_ext in '' $ac_executable_extensions; do
6210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6211 ac_cv_prog_ac_ct_STRIP="strip"
6212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6213 break 2
6214 fi
6215done
6216done
d7040cdb 6217
ce2cded5
L
6218 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
6219fi
6220fi
6221ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6222if test -n "$ac_ct_STRIP"; then
6223 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6224echo "${ECHO_T}$ac_ct_STRIP" >&6
6225else
6226 echo "$as_me:$LINENO: result: no" >&5
6227echo "${ECHO_T}no" >&6
6228fi
d7040cdb 6229
ce2cded5
L
6230 STRIP=$ac_ct_STRIP
6231else
6232 STRIP="$ac_cv_prog_STRIP"
6233fi
d7040cdb 6234
ce2cded5 6235test -z "$STRIP" && STRIP=:
d7040cdb 6236
d7040cdb 6237
d7040cdb 6238
d7040cdb 6239
d7040cdb 6240
d7040cdb 6241
ce2cded5
L
6242if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6244set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6245echo "$as_me:$LINENO: checking for $ac_word" >&5
6246echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6247if test "${ac_cv_prog_RANLIB+set}" = set; then
6248 echo $ECHO_N "(cached) $ECHO_C" >&6
44f2f9d2 6249else
ce2cded5
L
6250 if test -n "$RANLIB"; then
6251 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6252else
6253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254for as_dir in $PATH
6255do
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6260 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6263 fi
6264done
6265done
44f2f9d2 6266
d7040cdb 6267fi
44f2f9d2 6268fi
ce2cded5
L
6269RANLIB=$ac_cv_prog_RANLIB
6270if test -n "$RANLIB"; then
6271 echo "$as_me:$LINENO: result: $RANLIB" >&5
6272echo "${ECHO_T}$RANLIB" >&6
6273else
6274 echo "$as_me:$LINENO: result: no" >&5
6275echo "${ECHO_T}no" >&6
6276fi
d7040cdb 6277
d7040cdb 6278fi
ce2cded5
L
6279if test -z "$ac_cv_prog_RANLIB"; then
6280 ac_ct_RANLIB=$RANLIB
6281 # Extract the first word of "ranlib", so it can be a program name with args.
6282set dummy ranlib; ac_word=$2
6283echo "$as_me:$LINENO: checking for $ac_word" >&5
6284echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6285if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
d7040cdb 6286 echo $ECHO_N "(cached) $ECHO_C" >&6
44f2f9d2 6287else
ce2cded5
L
6288 if test -n "$ac_ct_RANLIB"; then
6289 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6290else
6291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292for as_dir in $PATH
d7040cdb 6293do
ce2cded5
L
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
6297 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6298 ac_cv_prog_ac_ct_RANLIB="ranlib"
6299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 break 2
d7040cdb 6301 fi
ce2cded5
L
6302done
6303done
6304
6305 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
d7040cdb 6306fi
ce2cded5
L
6307fi
6308ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6309if test -n "$ac_ct_RANLIB"; then
6310 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6311echo "${ECHO_T}$ac_ct_RANLIB" >&6
d7040cdb 6312else
ce2cded5
L
6313 echo "$as_me:$LINENO: result: no" >&5
6314echo "${ECHO_T}no" >&6
44f2f9d2 6315fi
44f2f9d2 6316
ce2cded5 6317 RANLIB=$ac_ct_RANLIB
d7040cdb 6318else
ce2cded5 6319 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6320fi
252b5132 6321
ce2cded5 6322test -z "$RANLIB" && RANLIB=:
252b5132 6323
252b5132 6324
ae57792d 6325
252b5132 6326
13b2be9c 6327
14ee9f48 6328
ce2cded5 6329# Determine commands to create old-style static archives.
718a6fd8 6330old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6331old_postinstall_cmds='chmod 644 $oldlib'
6332old_postuninstall_cmds=
14ee9f48 6333
ce2cded5
L
6334if test -n "$RANLIB"; then
6335 case $host_os in
6336 openbsd*)
6337 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6338 ;;
6339 *)
6340 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6341 ;;
6342 esac
6343 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6344fi
14ee9f48 6345
f8fc3443 6346
f8fc3443 6347
252b5132 6348
85fbca6a 6349
85fbca6a 6350
13b2be9c 6351
13b2be9c 6352
d7040cdb 6353
d7040cdb
SE
6354
6355
6356
252b5132 6357
93fbbb04 6358
93fbbb04 6359
d70c5fc7 6360
e0001a05 6361
252b5132 6362
252b5132 6363
252b5132 6364
252b5132 6365
252b5132 6366
3bcbcc3d 6367
252b5132 6368
252b5132 6369
252b5132 6370
15886821 6371
252b5132 6372
252b5132 6373
13b2be9c
DJ
6374
6375
252b5132 6376
252b5132 6377
d6d788bd 6378
ce2cded5
L
6379# If no C compiler was specified, use CC.
6380LTCC=${LTCC-"$CC"}
252b5132 6381
ce2cded5
L
6382# If no C compiler flags were specified, use CFLAGS.
6383LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6384
ce2cded5
L
6385# Allow CC to be a program name with arguments.
6386compiler=$CC
252b5132 6387
252b5132 6388
ce2cded5
L
6389# Check for command to grab the raw symbol name followed by C symbol from nm.
6390echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6391echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
6392if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6393 echo $ECHO_N "(cached) $ECHO_C" >&6
6394else
252b5132 6395
ce2cded5
L
6396# These are sane defaults that work on at least a few old systems.
6397# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6398
ce2cded5
L
6399# Character class describing NM global symbol codes.
6400symcode='[BCDEGRST]'
252b5132 6401
ce2cded5
L
6402# Regexp to match symbols that can be accessed directly from C.
6403sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6404
ce2cded5
L
6405# Define system-specific variables.
6406case $host_os in
6407aix*)
6408 symcode='[BCDT]'
6409 ;;
718a6fd8 6410cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6411 symcode='[ABCDGISTW]'
6412 ;;
6413hpux*)
6414 if test "$host_cpu" = ia64; then
6415 symcode='[ABCDEGRST]'
6416 fi
6417 ;;
6418irix* | nonstopux*)
6419 symcode='[BCDEGRST]'
6420 ;;
6421osf*)
6422 symcode='[BCDEGQRST]'
6423 ;;
6424solaris*)
6425 symcode='[BDRT]'
6426 ;;
6427sco3.2v5*)
6428 symcode='[DT]'
6429 ;;
6430sysv4.2uw2*)
6431 symcode='[DT]'
6432 ;;
6433sysv5* | sco5v6* | unixware* | OpenUNIX*)
6434 symcode='[ABDT]'
6435 ;;
6436sysv4)
6437 symcode='[DFNSTU]'
6438 ;;
6439esac
6440
6441# If we're using GNU nm, then use its standard symbol codes.
6442case `$NM -V 2>&1` in
6443*GNU* | *'with BFD'*)
6444 symcode='[ABCDGIRSTW]' ;;
6445esac
252b5132 6446
ce2cded5
L
6447# Transform an extracted symbol line into a proper C declaration.
6448# Some systems (esp. on ia64) link data and code symbols differently,
6449# so use this general approach.
6450lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6451
ce2cded5 6452# Transform an extracted symbol line into symbol name and symbol address
7357c5b6 6453lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6454lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
d7040cdb 6455
7357c5b6
AM
6456# Handle CRLF in mingw tool chain
6457opt_cr=
6458case $build_os in
6459mingw*)
6460 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6461 ;;
6462esac
d7040cdb 6463
7357c5b6
AM
6464# Try without a prefix underscore, then with it.
6465for ac_symprfx in "" "_"; do
d7040cdb 6466
7357c5b6
AM
6467 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6468 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6469
7357c5b6
AM
6470 # Write the raw and C identifiers.
6471 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6472 # Fake it for dumpbin and say T for any non-static function
6473 # and D for any global variable.
6474 # Also find C++ and __fastcall symbols from MSVC++,
6475 # which start with @ or ?.
6476 lt_cv_sys_global_symbol_pipe="$AWK '"\
6477" {last_section=section; section=\$ 3};"\
6478" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6479" \$ 0!~/External *\|/{next};"\
6480" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6481" {if(hide[section]) next};"\
6482" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6483" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6484" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6485" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6486" ' prfx=^$ac_symprfx"
6487 else
6488 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6489 fi
d7040cdb 6490
7357c5b6
AM
6491 # Check to see that the pipe works correctly.
6492 pipe_works=no
d7040cdb 6493
7357c5b6
AM
6494 rm -f conftest*
6495 cat > conftest.$ac_ext <<_LT_EOF
6496#ifdef __cplusplus
6497extern "C" {
6498#endif
6499char nm_test_var;
6500void nm_test_func(void);
6501void nm_test_func(void){}
6502#ifdef __cplusplus
ce2cded5 6503}
7357c5b6
AM
6504#endif
6505int main(){nm_test_var='a';nm_test_func();return(0);}
6506_LT_EOF
6507
6508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6509 (eval $ac_compile) 2>&5
ce2cded5
L
6510 ac_status=$?
6511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357c5b6
AM
6512 (exit $ac_status); }; then
6513 # Now try to grab the symbols.
6514 nlist=conftest.nm
6515 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
6516 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
ce2cded5
L
6517 ac_status=$?
6518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357c5b6
AM
6519 (exit $ac_status); } && test -s "$nlist"; then
6520 # Try sorting and uniquifying the output.
6521 if sort "$nlist" | uniq > "$nlist"T; then
6522 mv -f "$nlist"T "$nlist"
6523 else
6524 rm -f "$nlist"T
6525 fi
13b2be9c 6526
7357c5b6
AM
6527 # Make sure that we snagged all the symbols we need.
6528 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6529 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6530 cat <<_LT_EOF > conftest.$ac_ext
6531#ifdef __cplusplus
6532extern "C" {
6533#endif
13b2be9c 6534
7357c5b6
AM
6535_LT_EOF
6536 # Now generate the symbol file.
6537 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6538
7357c5b6 6539 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6540
7357c5b6
AM
6541/* The mapping between symbol names and symbols. */
6542const struct {
6543 const char *name;
6544 void *address;
6545}
6546lt__PROGRAM__LTX_preloaded_symbols[] =
6547{
6548 { "@PROGRAM@", (void *) 0 },
6549_LT_EOF
6550 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6551 cat <<\_LT_EOF >> conftest.$ac_ext
6552 {0, (void *) 0}
6553};
d7040cdb 6554
7357c5b6
AM
6555/* This works around a problem in FreeBSD linker */
6556#ifdef FREEBSD_WORKAROUND
6557static const void *lt_preloaded_setup() {
6558 return lt__PROGRAM__LTX_preloaded_symbols;
6559}
ce2cded5 6560#endif
d7040cdb 6561
7357c5b6 6562#ifdef __cplusplus
ce2cded5 6563}
7357c5b6
AM
6564#endif
6565_LT_EOF
6566 # Now try linking the two files.
6567 mv conftest.$ac_objext conftstm.$ac_objext
6568 lt_save_LIBS="$LIBS"
6569 lt_save_CFLAGS="$CFLAGS"
6570 LIBS="conftstm.$ac_objext"
6571 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ce2cded5
L
6573 (eval $ac_link) 2>&5
6574 ac_status=$?
6575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357c5b6
AM
6576 (exit $ac_status); } && test -s conftest${ac_exeext}; then
6577 pipe_works=yes
6578 fi
6579 LIBS="$lt_save_LIBS"
6580 CFLAGS="$lt_save_CFLAGS"
6581 else
6582 echo "cannot find nm_test_func in $nlist" >&5
6583 fi
6584 else
6585 echo "cannot find nm_test_var in $nlist" >&5
6586 fi
6587 else
6588 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6589 fi
6590 else
6591 echo "$progname: failed program was:" >&5
6592 cat conftest.$ac_ext >&5
6593 fi
718a6fd8 6594 rm -rf conftest* conftst*
7357c5b6
AM
6595
6596 # Do not use the global_symbol_pipe unless it works.
6597 if test "$pipe_works" = yes; then
6598 break
6599 else
6600 lt_cv_sys_global_symbol_pipe=
6601 fi
6602done
d7040cdb 6603
ce2cded5 6604fi
7357c5b6
AM
6605
6606if test -z "$lt_cv_sys_global_symbol_pipe"; then
6607 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6608fi
7357c5b6
AM
6609if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6610 echo "$as_me:$LINENO: result: failed" >&5
6611echo "${ECHO_T}failed" >&6
6612else
6613 echo "$as_me:$LINENO: result: ok" >&5
6614echo "${ECHO_T}ok" >&6
ce2cded5 6615fi
d7040cdb 6616
d7040cdb 6617
d7040cdb 6618
d7040cdb 6619
d7040cdb 6620
d7040cdb 6621
d7040cdb 6622
d7040cdb 6623
d7040cdb 6624
d7040cdb 6625
d7040cdb 6626
d7040cdb 6627
7357c5b6
AM
6628
6629
6630
718a6fd8
SE
6631
6632
6633
6634
6635
7357c5b6
AM
6636
6637
6638# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
6639if test "${enable_libtool_lock+set}" = set; then
6640 enableval="$enable_libtool_lock"
6641
6642fi;
6643test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6644
6645# Some flags need to be propagated to the compiler or linker for good
6646# libtool support.
6647case $host in
6648ia64-*-hpux*)
6649 # Find out which ABI we are using.
6650 echo 'int i;' > conftest.$ac_ext
6651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6652 (eval $ac_compile) 2>&5
6653 ac_status=$?
6654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6655 (exit $ac_status); }; then
6656 case `/usr/bin/file conftest.$ac_objext` in
6657 *ELF-32*)
6658 HPUX_IA64_MODE="32"
6659 ;;
6660 *ELF-64*)
6661 HPUX_IA64_MODE="64"
6662 ;;
6663 esac
6664 fi
6665 rm -rf conftest*
6666 ;;
6667*-*-irix6*)
6668 # Find out which ABI we are using.
29670fb9 6669 echo '#line 6669 "configure"' > conftest.$ac_ext
7357c5b6
AM
6670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6671 (eval $ac_compile) 2>&5
6672 ac_status=$?
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); }; then
6675 if test "$lt_cv_prog_gnu_ld" = yes; then
6676 case `/usr/bin/file conftest.$ac_objext` in
6677 *32-bit*)
6678 LD="${LD-ld} -melf32bsmip"
6679 ;;
6680 *N32*)
6681 LD="${LD-ld} -melf32bmipn32"
6682 ;;
6683 *64-bit*)
6684 LD="${LD-ld} -melf64bmip"
6685 ;;
6686 esac
6687 else
6688 case `/usr/bin/file conftest.$ac_objext` in
6689 *32-bit*)
6690 LD="${LD-ld} -32"
6691 ;;
6692 *N32*)
6693 LD="${LD-ld} -n32"
6694 ;;
6695 *64-bit*)
6696 LD="${LD-ld} -64"
6697 ;;
6698 esac
6699 fi
6700 fi
6701 rm -rf conftest*
6702 ;;
6703
6704x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6705s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6706 # Find out which ABI we are using.
6707 echo 'int i;' > conftest.$ac_ext
6708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6709 (eval $ac_compile) 2>&5
6710 ac_status=$?
6711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6712 (exit $ac_status); }; then
6713 case `/usr/bin/file conftest.o` in
6714 *32-bit*)
6715 case $host in
6716 x86_64-*kfreebsd*-gnu)
6717 LD="${LD-ld} -m elf_i386_fbsd"
6718 ;;
6719 x86_64-*linux*)
6720 LD="${LD-ld} -m elf_i386"
6721 ;;
6722 ppc64-*linux*|powerpc64-*linux*)
6723 LD="${LD-ld} -m elf32ppclinux"
6724 ;;
6725 s390x-*linux*)
6726 LD="${LD-ld} -m elf_s390"
6727 ;;
6728 sparc64-*linux*)
6729 LD="${LD-ld} -m elf32_sparc"
6730 ;;
6731 esac
6732 ;;
6733 *64-bit*)
6734 case $host in
6735 x86_64-*kfreebsd*-gnu)
6736 LD="${LD-ld} -m elf_x86_64_fbsd"
6737 ;;
6738 x86_64-*linux*)
6739 LD="${LD-ld} -m elf_x86_64"
6740 ;;
6741 ppc*-*linux*|powerpc*-*linux*)
6742 LD="${LD-ld} -m elf64ppc"
6743 ;;
6744 s390*-*linux*|s390*-*tpf*)
6745 LD="${LD-ld} -m elf64_s390"
6746 ;;
6747 sparc*-*linux*)
6748 LD="${LD-ld} -m elf64_sparc"
6749 ;;
6750 esac
6751 ;;
6752 esac
6753 fi
6754 rm -rf conftest*
6755 ;;
6756
6757*-*-sco3.2v5*)
6758 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6759 SAVE_CFLAGS="$CFLAGS"
6760 CFLAGS="$CFLAGS -belf"
6761 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6762echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
6763if test "${lt_cv_cc_needs_belf+set}" = set; then
ce2cded5
L
6764 echo $ECHO_N "(cached) $ECHO_C" >&6
6765else
7357c5b6
AM
6766 ac_ext=c
6767ac_cpp='$CPP $CPPFLAGS'
6768ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6769ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6770ac_compiler_gnu=$ac_cv_c_compiler_gnu
6771
6772 cat >conftest.$ac_ext <<_ACEOF
ce2cded5
L
6773/* confdefs.h. */
6774_ACEOF
6775cat confdefs.h >>conftest.$ac_ext
6776cat >>conftest.$ac_ext <<_ACEOF
6777/* end confdefs.h. */
d7040cdb 6778
7357c5b6
AM
6779int
6780main ()
6781{
6782
6783 ;
6784 return 0;
6785}
ce2cded5 6786_ACEOF
7357c5b6
AM
6787rm -f conftest.$ac_objext conftest$ac_exeext
6788if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6789 (eval $ac_link) 2>conftest.er1
ce2cded5
L
6790 ac_status=$?
6791 grep -v '^ *+' conftest.er1 >conftest.err
6792 rm -f conftest.er1
6793 cat conftest.err >&5
6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6795 (exit $ac_status); } &&
6796 { ac_try='test -z "$ac_c_werror_flag"
6797 || test ! -s conftest.err'
6798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6799 (eval $ac_try) 2>&5
6800 ac_status=$?
6801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6802 (exit $ac_status); }; } &&
7357c5b6 6803 { ac_try='test -s conftest$ac_exeext'
ce2cded5
L
6804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6805 (eval $ac_try) 2>&5
6806 ac_status=$?
6807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6808 (exit $ac_status); }; }; then
7357c5b6 6809 lt_cv_cc_needs_belf=yes
ce2cded5
L
6810else
6811 echo "$as_me: failed program was:" >&5
6812sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6813
7357c5b6 6814lt_cv_cc_needs_belf=no
ce2cded5 6815fi
7357c5b6
AM
6816rm -f conftest.err conftest.$ac_objext \
6817 conftest$ac_exeext conftest.$ac_ext
6818 ac_ext=c
6819ac_cpp='$CPP $CPPFLAGS'
6820ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6821ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6822ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6823
ce2cded5 6824fi
7357c5b6
AM
6825echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6826echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
6827 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6828 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6829 CFLAGS="$SAVE_CFLAGS"
6830 fi
6831 ;;
6832sparc*-*solaris*)
6833 # Find out which ABI we are using.
6834 echo 'int i;' > conftest.$ac_ext
6835 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6836 (eval $ac_compile) 2>&5
6837 ac_status=$?
6838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6839 (exit $ac_status); }; then
6840 case `/usr/bin/file conftest.o` in
6841 *64-bit*)
6842 case $lt_cv_prog_gnu_ld in
6843 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
6844 *)
6845 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6846 LD="${LD-ld} -64"
6847 fi
6848 ;;
7357c5b6
AM
6849 esac
6850 ;;
6851 esac
6852 fi
6853 rm -rf conftest*
6854 ;;
6855esac
d7040cdb 6856
718a6fd8
SE
6857need_locks="$enable_libtool_lock"
6858
6859
6860 case $host_os in
6861 rhapsody* | darwin*)
6862 if test -n "$ac_tool_prefix"; then
6863 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6864set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6865echo "$as_me:$LINENO: checking for $ac_word" >&5
6866echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6867if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6868 echo $ECHO_N "(cached) $ECHO_C" >&6
6869else
6870 if test -n "$DSYMUTIL"; then
6871 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6872else
6873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6874for as_dir in $PATH
6875do
6876 IFS=$as_save_IFS
6877 test -z "$as_dir" && as_dir=.
6878 for ac_exec_ext in '' $ac_executable_extensions; do
6879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6880 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6882 break 2
6883 fi
6884done
6885done
6886
6887fi
6888fi
6889DSYMUTIL=$ac_cv_prog_DSYMUTIL
6890if test -n "$DSYMUTIL"; then
6891 echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6892echo "${ECHO_T}$DSYMUTIL" >&6
6893else
6894 echo "$as_me:$LINENO: result: no" >&5
6895echo "${ECHO_T}no" >&6
6896fi
6897
6898fi
6899if test -z "$ac_cv_prog_DSYMUTIL"; then
6900 ac_ct_DSYMUTIL=$DSYMUTIL
6901 # Extract the first word of "dsymutil", so it can be a program name with args.
6902set dummy dsymutil; ac_word=$2
6903echo "$as_me:$LINENO: checking for $ac_word" >&5
6904echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6905if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6906 echo $ECHO_N "(cached) $ECHO_C" >&6
6907else
6908 if test -n "$ac_ct_DSYMUTIL"; then
6909 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6910else
6911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6912for as_dir in $PATH
6913do
6914 IFS=$as_save_IFS
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6918 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6920 break 2
6921 fi
6922done
6923done
6924
6925 test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
6926fi
6927fi
6928ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6929if test -n "$ac_ct_DSYMUTIL"; then
6930 echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6931echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
6932else
6933 echo "$as_me:$LINENO: result: no" >&5
6934echo "${ECHO_T}no" >&6
6935fi
6936
6937 DSYMUTIL=$ac_ct_DSYMUTIL
6938else
6939 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6940fi
6941
6942 if test -n "$ac_tool_prefix"; then
6943 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6944set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6945echo "$as_me:$LINENO: checking for $ac_word" >&5
6946echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6947if test "${ac_cv_prog_NMEDIT+set}" = set; then
6948 echo $ECHO_N "(cached) $ECHO_C" >&6
6949else
6950 if test -n "$NMEDIT"; then
6951 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6952else
6953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954for as_dir in $PATH
6955do
6956 IFS=$as_save_IFS
6957 test -z "$as_dir" && as_dir=.
6958 for ac_exec_ext in '' $ac_executable_extensions; do
6959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6960 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6962 break 2
6963 fi
6964done
6965done
6966
6967fi
6968fi
6969NMEDIT=$ac_cv_prog_NMEDIT
6970if test -n "$NMEDIT"; then
6971 echo "$as_me:$LINENO: result: $NMEDIT" >&5
6972echo "${ECHO_T}$NMEDIT" >&6
6973else
6974 echo "$as_me:$LINENO: result: no" >&5
6975echo "${ECHO_T}no" >&6
6976fi
6977
6978fi
6979if test -z "$ac_cv_prog_NMEDIT"; then
6980 ac_ct_NMEDIT=$NMEDIT
6981 # Extract the first word of "nmedit", so it can be a program name with args.
6982set dummy nmedit; ac_word=$2
6983echo "$as_me:$LINENO: checking for $ac_word" >&5
6984echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6985if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6986 echo $ECHO_N "(cached) $ECHO_C" >&6
6987else
6988 if test -n "$ac_ct_NMEDIT"; then
6989 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6990else
6991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6992for as_dir in $PATH
6993do
6994 IFS=$as_save_IFS
6995 test -z "$as_dir" && as_dir=.
6996 for ac_exec_ext in '' $ac_executable_extensions; do
6997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6998 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7000 break 2
7001 fi
7002done
7003done
7004
7005 test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
7006fi
7007fi
7008ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7009if test -n "$ac_ct_NMEDIT"; then
7010 echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7011echo "${ECHO_T}$ac_ct_NMEDIT" >&6
7012else
7013 echo "$as_me:$LINENO: result: no" >&5
7014echo "${ECHO_T}no" >&6
7015fi
7016
7017 NMEDIT=$ac_ct_NMEDIT
7018else
7019 NMEDIT="$ac_cv_prog_NMEDIT"
7020fi
7021
7022 if test -n "$ac_tool_prefix"; then
7023 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7024set dummy ${ac_tool_prefix}lipo; ac_word=$2
7025echo "$as_me:$LINENO: checking for $ac_word" >&5
7026echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7027if test "${ac_cv_prog_LIPO+set}" = set; then
7028 echo $ECHO_N "(cached) $ECHO_C" >&6
7029else
7030 if test -n "$LIPO"; then
7031 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7032else
7033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7034for as_dir in $PATH
7035do
7036 IFS=$as_save_IFS
7037 test -z "$as_dir" && as_dir=.
7038 for ac_exec_ext in '' $ac_executable_extensions; do
7039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7040 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7042 break 2
7043 fi
7044done
7045done
7046
7047fi
7048fi
7049LIPO=$ac_cv_prog_LIPO
7050if test -n "$LIPO"; then
7051 echo "$as_me:$LINENO: result: $LIPO" >&5
7052echo "${ECHO_T}$LIPO" >&6
7053else
7054 echo "$as_me:$LINENO: result: no" >&5
7055echo "${ECHO_T}no" >&6
7056fi
7057
7058fi
7059if test -z "$ac_cv_prog_LIPO"; then
7060 ac_ct_LIPO=$LIPO
7061 # Extract the first word of "lipo", so it can be a program name with args.
7062set dummy lipo; ac_word=$2
7063echo "$as_me:$LINENO: checking for $ac_word" >&5
7064echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7065if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
7066 echo $ECHO_N "(cached) $ECHO_C" >&6
7067else
7068 if test -n "$ac_ct_LIPO"; then
7069 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7070else
7071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7072for as_dir in $PATH
7073do
7074 IFS=$as_save_IFS
7075 test -z "$as_dir" && as_dir=.
7076 for ac_exec_ext in '' $ac_executable_extensions; do
7077 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7078 ac_cv_prog_ac_ct_LIPO="lipo"
7079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7080 break 2
7081 fi
7082done
7083done
7084
7085 test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
7086fi
7087fi
7088ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7089if test -n "$ac_ct_LIPO"; then
7090 echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
7091echo "${ECHO_T}$ac_ct_LIPO" >&6
7092else
7093 echo "$as_me:$LINENO: result: no" >&5
7094echo "${ECHO_T}no" >&6
7095fi
7096
7097 LIPO=$ac_ct_LIPO
7098else
7099 LIPO="$ac_cv_prog_LIPO"
7100fi
7101
7102 if test -n "$ac_tool_prefix"; then
7103 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7104set dummy ${ac_tool_prefix}otool; ac_word=$2
7105echo "$as_me:$LINENO: checking for $ac_word" >&5
7106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7107if test "${ac_cv_prog_OTOOL+set}" = set; then
7108 echo $ECHO_N "(cached) $ECHO_C" >&6
7109else
7110 if test -n "$OTOOL"; then
7111 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7112else
7113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7114for as_dir in $PATH
7115do
7116 IFS=$as_save_IFS
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7120 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7122 break 2
7123 fi
7124done
7125done
7126
7127fi
7128fi
7129OTOOL=$ac_cv_prog_OTOOL
7130if test -n "$OTOOL"; then
7131 echo "$as_me:$LINENO: result: $OTOOL" >&5
7132echo "${ECHO_T}$OTOOL" >&6
7133else
7134 echo "$as_me:$LINENO: result: no" >&5
7135echo "${ECHO_T}no" >&6
7136fi
7137
7138fi
7139if test -z "$ac_cv_prog_OTOOL"; then
7140 ac_ct_OTOOL=$OTOOL
7141 # Extract the first word of "otool", so it can be a program name with args.
7142set dummy otool; ac_word=$2
7143echo "$as_me:$LINENO: checking for $ac_word" >&5
7144echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7145if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
7146 echo $ECHO_N "(cached) $ECHO_C" >&6
7147else
7148 if test -n "$ac_ct_OTOOL"; then
7149 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7150else
7151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7152for as_dir in $PATH
7153do
7154 IFS=$as_save_IFS
7155 test -z "$as_dir" && as_dir=.
7156 for ac_exec_ext in '' $ac_executable_extensions; do
7157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7158 ac_cv_prog_ac_ct_OTOOL="otool"
7159 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7160 break 2
7161 fi
7162done
7163done
7164
7165 test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
7166fi
7167fi
7168ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7169if test -n "$ac_ct_OTOOL"; then
7170 echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
7171echo "${ECHO_T}$ac_ct_OTOOL" >&6
7172else
7173 echo "$as_me:$LINENO: result: no" >&5
7174echo "${ECHO_T}no" >&6
7175fi
7176
7177 OTOOL=$ac_ct_OTOOL
7178else
7179 OTOOL="$ac_cv_prog_OTOOL"
7180fi
7181
7182 if test -n "$ac_tool_prefix"; then
7183 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7184set dummy ${ac_tool_prefix}otool64; ac_word=$2
7185echo "$as_me:$LINENO: checking for $ac_word" >&5
7186echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7187if test "${ac_cv_prog_OTOOL64+set}" = set; then
7188 echo $ECHO_N "(cached) $ECHO_C" >&6
7189else
7190 if test -n "$OTOOL64"; then
7191 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7192else
7193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7194for as_dir in $PATH
7195do
7196 IFS=$as_save_IFS
7197 test -z "$as_dir" && as_dir=.
7198 for ac_exec_ext in '' $ac_executable_extensions; do
7199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7200 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7202 break 2
7203 fi
7204done
7205done
7206
7207fi
7208fi
7209OTOOL64=$ac_cv_prog_OTOOL64
7210if test -n "$OTOOL64"; then
7211 echo "$as_me:$LINENO: result: $OTOOL64" >&5
7212echo "${ECHO_T}$OTOOL64" >&6
7213else
7214 echo "$as_me:$LINENO: result: no" >&5
7215echo "${ECHO_T}no" >&6
7216fi
7217
7218fi
7219if test -z "$ac_cv_prog_OTOOL64"; then
7220 ac_ct_OTOOL64=$OTOOL64
7221 # Extract the first word of "otool64", so it can be a program name with args.
7222set dummy otool64; ac_word=$2
7223echo "$as_me:$LINENO: checking for $ac_word" >&5
7224echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7225if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
7226 echo $ECHO_N "(cached) $ECHO_C" >&6
7227else
7228 if test -n "$ac_ct_OTOOL64"; then
7229 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7230else
7231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7232for as_dir in $PATH
7233do
7234 IFS=$as_save_IFS
7235 test -z "$as_dir" && as_dir=.
7236 for ac_exec_ext in '' $ac_executable_extensions; do
7237 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7238 ac_cv_prog_ac_ct_OTOOL64="otool64"
7239 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7240 break 2
7241 fi
7242done
7243done
7244
7245 test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
7246fi
7247fi
7248ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7249if test -n "$ac_ct_OTOOL64"; then
7250 echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
7251echo "${ECHO_T}$ac_ct_OTOOL64" >&6
7252else
7253 echo "$as_me:$LINENO: result: no" >&5
7254echo "${ECHO_T}no" >&6
7255fi
7256
7257 OTOOL64=$ac_ct_OTOOL64
7258else
7259 OTOOL64="$ac_cv_prog_OTOOL64"
7260fi
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288 echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7289echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6
7290if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7291 echo $ECHO_N "(cached) $ECHO_C" >&6
7292else
7293 lt_cv_apple_cc_single_mod=no
7294 if test -z "${LT_MULTI_MODULE}"; then
7295 # By default we will add the -single_module flag. You can override
7296 # by either setting the environment variable LT_MULTI_MODULE
7297 # non-empty at configure time, or by adding -multi_module to the
7298 # link flags.
7299 rm -rf libconftest.dylib*
7300 echo "int foo(void){return 1;}" > conftest.c
7301 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7302-dynamiclib -Wl,-single_module conftest.c" >&5
7303 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7304 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7305 _lt_result=$?
7306 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7307 lt_cv_apple_cc_single_mod=yes
7308 else
7309 cat conftest.err >&5
7310 fi
7311 rm -rf libconftest.dylib*
7312 rm -f conftest.*
7313 fi
7314fi
7315echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7316echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
7317 echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7318echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6
7319if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7320 echo $ECHO_N "(cached) $ECHO_C" >&6
7321else
7322 lt_cv_ld_exported_symbols_list=no
7323 save_LDFLAGS=$LDFLAGS
7324 echo "_main" > conftest.sym
7325 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7326 cat >conftest.$ac_ext <<_ACEOF
7327/* confdefs.h. */
7328_ACEOF
7329cat confdefs.h >>conftest.$ac_ext
7330cat >>conftest.$ac_ext <<_ACEOF
7331/* end confdefs.h. */
7332
7333int
7334main ()
7335{
7336
7337 ;
7338 return 0;
7339}
7340_ACEOF
7341rm -f conftest.$ac_objext conftest$ac_exeext
7342if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7343 (eval $ac_link) 2>conftest.er1
7344 ac_status=$?
7345 grep -v '^ *+' conftest.er1 >conftest.err
7346 rm -f conftest.er1
7347 cat conftest.err >&5
7348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7349 (exit $ac_status); } &&
7350 { ac_try='test -z "$ac_c_werror_flag"
7351 || test ! -s conftest.err'
7352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7353 (eval $ac_try) 2>&5
7354 ac_status=$?
7355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7356 (exit $ac_status); }; } &&
7357 { ac_try='test -s conftest$ac_exeext'
7358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7359 (eval $ac_try) 2>&5
7360 ac_status=$?
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); }; }; then
7363 lt_cv_ld_exported_symbols_list=yes
7364else
7365 echo "$as_me: failed program was:" >&5
7366sed 's/^/| /' conftest.$ac_ext >&5
7367
7368lt_cv_ld_exported_symbols_list=no
7369fi
7370rm -f conftest.err conftest.$ac_objext \
7371 conftest$ac_exeext conftest.$ac_ext
7372 LDFLAGS="$save_LDFLAGS"
7373
7374fi
7375echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7376echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
7377 case $host_os in
7378 rhapsody* | darwin1.[012])
7379 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7380 darwin1.*)
7381 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7382 darwin*) # darwin 5.x on
7383 # if running on 10.5 or later, the deployment target defaults
7384 # to the OS version, if on x86, and 10.4, the deployment
7385 # target defaults to 10.4. Don't you love it?
7386 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7387 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7388 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7389 10.[012]*)
7390 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7391 10.*)
7392 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7393 esac
7394 ;;
7395 esac
7396 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7397 _lt_dar_single_mod='$single_module'
7398 fi
7399 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7400 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7401 else
7402 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7403 fi
7404 if test "$DSYMUTIL" != ":"; then
7405 _lt_dsymutil='~$DSYMUTIL $lib || :'
7406 else
7407 _lt_dsymutil=
7408 fi
7409 ;;
7410 esac
7411
7412
7413for ac_header in dlfcn.h
7414do
7415as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7416echo "$as_me:$LINENO: checking for $ac_header" >&5
7417echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7418if eval "test \"\${$as_ac_Header+set}\" = set"; then
7419 echo $ECHO_N "(cached) $ECHO_C" >&6
7420else
7421 cat >conftest.$ac_ext <<_ACEOF
7422/* confdefs.h. */
7423_ACEOF
7424cat confdefs.h >>conftest.$ac_ext
7425cat >>conftest.$ac_ext <<_ACEOF
7426/* end confdefs.h. */
7427$ac_includes_default
7428
7429#include <$ac_header>
7430_ACEOF
7431rm -f conftest.$ac_objext
7432if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7433 (eval $ac_compile) 2>conftest.er1
7434 ac_status=$?
7435 grep -v '^ *+' conftest.er1 >conftest.err
7436 rm -f conftest.er1
7437 cat conftest.err >&5
7438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7439 (exit $ac_status); } &&
7440 { ac_try='test -z "$ac_c_werror_flag"
7441 || test ! -s conftest.err'
7442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7443 (eval $ac_try) 2>&5
7444 ac_status=$?
7445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7446 (exit $ac_status); }; } &&
7447 { ac_try='test -s conftest.$ac_objext'
7448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7449 (eval $ac_try) 2>&5
7450 ac_status=$?
7451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7452 (exit $ac_status); }; }; then
7453 eval "$as_ac_Header=yes"
7454else
7455 echo "$as_me: failed program was:" >&5
7456sed 's/^/| /' conftest.$ac_ext >&5
7457
7458eval "$as_ac_Header=no"
7459fi
7460rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7461fi
7462echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7463echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7464if test `eval echo '${'$as_ac_Header'}'` = yes; then
7465 cat >>confdefs.h <<_ACEOF
7466#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7467_ACEOF
7468
7469fi
7470
7471done
7472
7473
7474
7475# Set options
7476
7477
7478
7479 enable_dlopen=no
7480
7481
7482 enable_win32_dll=no
7483
7484
7485 # Check whether --enable-shared or --disable-shared was given.
7486if test "${enable_shared+set}" = set; then
7487 enableval="$enable_shared"
7488 p=${PACKAGE-default}
7489 case $enableval in
7490 yes) enable_shared=yes ;;
7491 no) enable_shared=no ;;
7492 *)
7493 enable_shared=no
7494 # Look at the argument we got. We use all the common list separators.
7495 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7496 for pkg in $enableval; do
7497 IFS="$lt_save_ifs"
7498 if test "X$pkg" = "X$p"; then
7499 enable_shared=yes
7500 fi
7501 done
7502 IFS="$lt_save_ifs"
7503 ;;
7504 esac
7505else
7506 enable_shared=yes
7507fi;
7508
7509
7510
7511
7512
7513
7514
7515
7516 # Check whether --enable-static or --disable-static was given.
7517if test "${enable_static+set}" = set; then
7518 enableval="$enable_static"
7519 p=${PACKAGE-default}
7520 case $enableval in
7521 yes) enable_static=yes ;;
7522 no) enable_static=no ;;
7523 *)
7524 enable_static=no
7525 # Look at the argument we got. We use all the common list separators.
7526 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7527 for pkg in $enableval; do
7528 IFS="$lt_save_ifs"
7529 if test "X$pkg" = "X$p"; then
7530 enable_static=yes
7531 fi
7532 done
7533 IFS="$lt_save_ifs"
7534 ;;
7535 esac
7536else
7537 enable_static=yes
7538fi;
7539
7540
d7040cdb 7541
d7040cdb 7542
718a6fd8
SE
7543
7544
7545
7546
7547
7548# Check whether --with-pic or --without-pic was given.
7549if test "${with_pic+set}" = set; then
7550 withval="$with_pic"
7551 pic_mode="$withval"
ce2cded5 7552else
718a6fd8
SE
7553 pic_mode=default
7554fi;
d7040cdb 7555
718a6fd8
SE
7556test -z "$pic_mode" && pic_mode=default
7557
7558
7559
7560
7561
7562
7563
7564 # Check whether --enable-fast-install or --disable-fast-install was given.
7565if test "${enable_fast_install+set}" = set; then
7566 enableval="$enable_fast_install"
7567 p=${PACKAGE-default}
7568 case $enableval in
7569 yes) enable_fast_install=yes ;;
7570 no) enable_fast_install=no ;;
7571 *)
7572 enable_fast_install=no
7573 # Look at the argument we got. We use all the common list separators.
7574 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7575 for pkg in $enableval; do
7576 IFS="$lt_save_ifs"
7577 if test "X$pkg" = "X$p"; then
7578 enable_fast_install=yes
7579 fi
7580 done
7581 IFS="$lt_save_ifs"
7582 ;;
7583 esac
ce2cded5 7584else
718a6fd8
SE
7585 enable_fast_install=yes
7586fi;
7587
7588
7589
7590
d7040cdb 7591
d7040cdb 7592
d7040cdb 7593
d7040cdb 7594
d7040cdb 7595
d7040cdb 7596
ce2cded5
L
7597# This can be used to rebuild libtool when needed
7598LIBTOOL_DEPS="$ltmain"
d7040cdb 7599
ce2cded5
L
7600# Always use our own libtool.
7601LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7602
d7040cdb 7603
d7040cdb 7604
d7040cdb
SE
7605
7606
7607
7608
7609
7610
d7040cdb 7611
d7040cdb 7612
ab509236 7613
ab509236 7614
d7040cdb
SE
7615
7616
7617
7618
7619
13b2be9c 7620
13b2be9c 7621
13b2be9c 7622
13b2be9c 7623
d7040cdb
SE
7624
7625
7626
ce2cded5 7627test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7628
7629
d7040cdb 7630
d7040cdb 7631
d7040cdb
SE
7632
7633
7634
7635
7636
7637
ce2cded5
L
7638
7639
7640
7641
7642if test -n "${ZSH_VERSION+set}" ; then
7643 setopt NO_GLOB_SUBST
7644fi
7645
7646echo "$as_me:$LINENO: checking for objdir" >&5
7647echo $ECHO_N "checking for objdir... $ECHO_C" >&6
7648if test "${lt_cv_objdir+set}" = set; then
d7040cdb
SE
7649 echo $ECHO_N "(cached) $ECHO_C" >&6
7650else
ce2cded5
L
7651 rm -f .libs 2>/dev/null
7652mkdir .libs 2>/dev/null
7653if test -d .libs; then
7654 lt_cv_objdir=.libs
7655else
7656 # MS-DOS does not allow filenames that begin with a dot.
7657 lt_cv_objdir=_libs
d7040cdb 7658fi
ce2cded5
L
7659rmdir .libs 2>/dev/null
7660fi
7661echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7662echo "${ECHO_T}$lt_cv_objdir" >&6
7663objdir=$lt_cv_objdir
d7040cdb
SE
7664
7665
7666
7667
d7040cdb 7668
ce2cded5
L
7669cat >>confdefs.h <<_ACEOF
7670#define LT_OBJDIR "$lt_cv_objdir/"
7671_ACEOF
d7040cdb
SE
7672
7673
7674
7675
7676
d7040cdb 7677
d7040cdb 7678
d7040cdb 7679
d7040cdb 7680
d7040cdb 7681
d7040cdb 7682
d7040cdb 7683
d7040cdb 7684
d7040cdb 7685
d7040cdb 7686
d7040cdb 7687
d7040cdb 7688
ce2cded5
L
7689case $host_os in
7690aix3*)
7691 # AIX sometimes has problems with the GCC collect2 program. For some
7692 # reason, if we set the COLLECT_NAMES environment variable, the problems
7693 # vanish in a puff of smoke.
7694 if test "X${COLLECT_NAMES+set}" != Xset; then
7695 COLLECT_NAMES=
7696 export COLLECT_NAMES
7697 fi
7698 ;;
7699esac
d7040cdb 7700
ce2cded5
L
7701# Sed substitution that helps us do robust quoting. It backslashifies
7702# metacharacters that are still active within double-quoted strings.
7703sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
d7040cdb 7704
ce2cded5
L
7705# Same as above, but do not quote variable references.
7706double_quote_subst='s/\(["`\\]\)/\\\1/g'
d7040cdb 7707
ce2cded5
L
7708# Sed substitution to delay expansion of an escaped shell variable in a
7709# double_quote_subst'ed string.
7710delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
d7040cdb 7711
ce2cded5
L
7712# Sed substitution to delay expansion of an escaped single quote.
7713delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
d7040cdb 7714
ce2cded5
L
7715# Sed substitution to avoid accidental globbing in evaled expressions
7716no_glob_subst='s/\*/\\\*/g'
d7040cdb 7717
ce2cded5
L
7718# Global variables:
7719ofile=libtool
7720can_build_shared=yes
d7040cdb 7721
ce2cded5
L
7722# All known linkers require a `.a' archive for static linking (except MSVC,
7723# which needs '.lib').
7724libext=a
d7040cdb 7725
ce2cded5 7726with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7727
ce2cded5
L
7728old_CC="$CC"
7729old_CFLAGS="$CFLAGS"
d7040cdb 7730
ce2cded5
L
7731# Set sane defaults for various variables
7732test -z "$CC" && CC=cc
7733test -z "$LTCC" && LTCC=$CC
7734test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7735test -z "$LD" && LD=ld
7736test -z "$ac_objext" && ac_objext=o
7737
7738for cc_temp in $compiler""; do
7739 case $cc_temp in
7740 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7741 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7742 \-*) ;;
7743 *) break;;
7744 esac
7745done
7746cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7747
7748
7749# Only perform the check for file, if the check method requires it
7750test -z "$MAGIC_CMD" && MAGIC_CMD=file
7751case $deplibs_check_method in
7752file_magic*)
7753 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7754 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7755echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
7756if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7757 echo $ECHO_N "(cached) $ECHO_C" >&6
7758else
7759 case $MAGIC_CMD in
7760[\\/*] | ?:[\\/]*)
7761 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7762 ;;
7763*)
7764 lt_save_MAGIC_CMD="$MAGIC_CMD"
7765 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7766 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7767 for ac_dir in $ac_dummy; do
7768 IFS="$lt_save_ifs"
7769 test -z "$ac_dir" && ac_dir=.
7770 if test -f $ac_dir/${ac_tool_prefix}file; then
7771 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7772 if test -n "$file_magic_test_file"; then
7773 case $deplibs_check_method in
7774 "file_magic "*)
7775 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7776 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7777 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7778 $EGREP "$file_magic_regex" > /dev/null; then
7779 :
d7040cdb 7780 else
ce2cded5 7781 cat <<_LT_EOF 1>&2
d7040cdb 7782
ce2cded5
L
7783*** Warning: the command libtool uses to detect shared libraries,
7784*** $file_magic_cmd, produces output that libtool cannot recognize.
7785*** The result is that libtool may fail to recognize shared libraries
7786*** as such. This will affect the creation of libtool libraries that
7787*** depend on shared libraries, but programs linked with such libtool
7788*** libraries will work regardless of this problem. Nevertheless, you
7789*** may want to report the problem to your system manager and/or to
7790*** bug-libtool@gnu.org
d7040cdb 7791
ce2cded5
L
7792_LT_EOF
7793 fi ;;
7794 esac
d7040cdb 7795 fi
ce2cded5 7796 break
d7040cdb 7797 fi
ce2cded5
L
7798 done
7799 IFS="$lt_save_ifs"
7800 MAGIC_CMD="$lt_save_MAGIC_CMD"
7801 ;;
7802esac
7803fi
d7040cdb 7804
ce2cded5
L
7805MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7806if test -n "$MAGIC_CMD"; then
7807 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7808echo "${ECHO_T}$MAGIC_CMD" >&6
7809else
7810 echo "$as_me:$LINENO: result: no" >&5
7811echo "${ECHO_T}no" >&6
7812fi
d7040cdb 7813
d7040cdb 7814
d7040cdb 7815
d7040cdb 7816
d7040cdb 7817
ce2cded5
L
7818if test -z "$lt_cv_path_MAGIC_CMD"; then
7819 if test -n "$ac_tool_prefix"; then
7820 echo "$as_me:$LINENO: checking for file" >&5
7821echo $ECHO_N "checking for file... $ECHO_C" >&6
7822if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7823 echo $ECHO_N "(cached) $ECHO_C" >&6
7824else
7825 case $MAGIC_CMD in
7826[\\/*] | ?:[\\/]*)
7827 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7828 ;;
7829*)
7830 lt_save_MAGIC_CMD="$MAGIC_CMD"
7831 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7832 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7833 for ac_dir in $ac_dummy; do
7834 IFS="$lt_save_ifs"
7835 test -z "$ac_dir" && ac_dir=.
7836 if test -f $ac_dir/file; then
7837 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7838 if test -n "$file_magic_test_file"; then
7839 case $deplibs_check_method in
7840 "file_magic "*)
7841 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7842 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7843 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7844 $EGREP "$file_magic_regex" > /dev/null; then
7845 :
d7040cdb 7846 else
ce2cded5
L
7847 cat <<_LT_EOF 1>&2
7848
7849*** Warning: the command libtool uses to detect shared libraries,
7850*** $file_magic_cmd, produces output that libtool cannot recognize.
7851*** The result is that libtool may fail to recognize shared libraries
7852*** as such. This will affect the creation of libtool libraries that
7853*** depend on shared libraries, but programs linked with such libtool
7854*** libraries will work regardless of this problem. Nevertheless, you
7855*** may want to report the problem to your system manager and/or to
7856*** bug-libtool@gnu.org
7857
7858_LT_EOF
7859 fi ;;
d7040cdb 7860 esac
d7040cdb 7861 fi
ce2cded5
L
7862 break
7863 fi
7864 done
7865 IFS="$lt_save_ifs"
7866 MAGIC_CMD="$lt_save_MAGIC_CMD"
7867 ;;
7868esac
7869fi
d7040cdb 7870
ce2cded5
L
7871MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7872if test -n "$MAGIC_CMD"; then
7873 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7874echo "${ECHO_T}$MAGIC_CMD" >&6
7875else
7876 echo "$as_me:$LINENO: result: no" >&5
7877echo "${ECHO_T}no" >&6
7878fi
d7040cdb 7879
d7040cdb 7880
ce2cded5
L
7881 else
7882 MAGIC_CMD=:
7883 fi
d7040cdb 7884fi
d7040cdb 7885
ce2cded5
L
7886 fi
7887 ;;
7888esac
d7040cdb 7889
ce2cded5 7890# Use C for the default configuration in the libtool script
d7040cdb 7891
ce2cded5
L
7892lt_save_CC="$CC"
7893ac_ext=c
7894ac_cpp='$CPP $CPPFLAGS'
7895ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7896ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7897ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7898
d7040cdb 7899
ce2cded5
L
7900# Source file extension for C test sources.
7901ac_ext=c
d7040cdb 7902
ce2cded5
L
7903# Object file extension for compiled C test sources.
7904objext=o
7905objext=$objext
d7040cdb 7906
ce2cded5
L
7907# Code to be used in simple compile tests
7908lt_simple_compile_test_code="int some_variable = 0;"
7909
7910# Code to be used in simple link tests
7911lt_simple_link_test_code='int main(){return(0);}'
7912
7913
7914
7915
7916
7917
7918
7919# If no C compiler was specified, use CC.
7920LTCC=${LTCC-"$CC"}
7921
7922# If no C compiler flags were specified, use CFLAGS.
7923LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7924
7925# Allow CC to be a program name with arguments.
7926compiler=$CC
7927
7928# Save the default compiler, since it gets overwritten when the other
7929# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7930compiler_DEFAULT=$CC
7931
7932# save warnings/boilerplate of simple test code
7933ac_outfile=conftest.$ac_objext
7934echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7935eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7936_lt_compiler_boilerplate=`cat conftest.err`
7937$RM conftest*
7938
7939ac_outfile=conftest.$ac_objext
7940echo "$lt_simple_link_test_code" >conftest.$ac_ext
7941eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7942_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7943$RM -r conftest*
ce2cded5
L
7944
7945
7946## CAVEAT EMPTOR:
7947## There is no encapsulation within the following macros, do not change
7948## the running order or otherwise move them around unless you know exactly
7949## what you are doing...
7950if test -n "$compiler"; then
7951
7952lt_prog_compiler_no_builtin_flag=
7953
7954if test "$GCC" = yes; then
7955 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7956
7957 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7958echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
7959if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7960 echo $ECHO_N "(cached) $ECHO_C" >&6
7961else
7962 lt_cv_prog_compiler_rtti_exceptions=no
7963 ac_outfile=conftest.$ac_objext
7964 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7965 lt_compiler_flag="-fno-rtti -fno-exceptions"
7966 # Insert the option either (1) after the last *FLAGS variable, or
7967 # (2) before a word containing "conftest.", or (3) at the end.
7968 # Note that $ac_compile itself does not contain backslashes and begins
7969 # with a dollar sign (not a hyphen), so the echo should work correctly.
7970 # The option is referenced via a variable to avoid confusing sed.
7971 lt_compile=`echo "$ac_compile" | $SED \
7972 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7973 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7974 -e 's:$: $lt_compiler_flag:'`
29670fb9 7975 (eval echo "\"\$as_me:7975: $lt_compile\"" >&5)
ce2cded5
L
7976 (eval "$lt_compile" 2>conftest.err)
7977 ac_status=$?
7978 cat conftest.err >&5
29670fb9 7979 echo "$as_me:7979: \$? = $ac_status" >&5
ce2cded5
L
7980 if (exit $ac_status) && test -s "$ac_outfile"; then
7981 # The compiler can only warn and ignore the option if not recognized
7982 # So say no if there are warnings other than the usual output.
7983 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7984 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7985 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7986 lt_cv_prog_compiler_rtti_exceptions=yes
7987 fi
7988 fi
7989 $RM conftest*
7990
7991fi
7992echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7993echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
7994
7995if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7996 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7997else
7998 :
7999fi
8000
8001fi
8002
8003
8004
8005
8006
8007
8008 lt_prog_compiler_wl=
8009lt_prog_compiler_pic=
8010lt_prog_compiler_static=
8011
8012echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
8013echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
8014
8015 if test "$GCC" = yes; then
8016 lt_prog_compiler_wl='-Wl,'
8017 lt_prog_compiler_static='-static'
8018
8019 case $host_os in
8020 aix*)
8021 # All AIX code is PIC.
8022 if test "$host_cpu" = ia64; then
8023 # AIX 5 now supports IA64 processor
8024 lt_prog_compiler_static='-Bstatic'
8025 fi
8026 ;;
d7040cdb
SE
8027
8028 amigaos*)
718a6fd8
SE
8029 case $host_cpu in
8030 powerpc)
8031 # see comment about AmigaOS4 .so support
8032 lt_prog_compiler_pic='-fPIC'
8033 ;;
8034 m68k)
8035 # FIXME: we need at least 68020 code to build shared libraries, but
8036 # adding the `-m68020' flag to GCC prevents building anything better,
8037 # like `-m68040'.
8038 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8039 ;;
8040 esac
d7040cdb
SE
8041 ;;
8042
ce2cded5
L
8043 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8044 # PIC is the default for these OSes.
d7040cdb
SE
8045 ;;
8046
718a6fd8 8047 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8048 # This hack is so that the source file can tell whether it is being
8049 # built for inclusion in a dll (and should export symbols for example).
8050 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8051 # (--disable-auto-import) libraries
8052 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8053 ;;
8054
8055 darwin* | rhapsody*)
ce2cded5
L
8056 # PIC is the default on this platform
8057 # Common symbols not allowed in MH_DYLIB files
8058 lt_prog_compiler_pic='-fno-common'
8059 ;;
8060
8061 hpux*)
718a6fd8
SE
8062 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8063 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8064 # sets the default TLS model and affects inlining.
ce2cded5 8065 case $host_cpu in
718a6fd8 8066 hppa*64*)
ce2cded5 8067 # +Z the default
d7040cdb 8068 ;;
ce2cded5
L
8069 *)
8070 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8071 ;;
8072 esac
ce2cded5 8073 ;;
d7040cdb 8074
ce2cded5
L
8075 interix[3-9]*)
8076 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8077 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8078 ;;
8079
ce2cded5
L
8080 msdosdjgpp*)
8081 # Just because we use GCC doesn't mean we suddenly get shared libraries
8082 # on systems that don't support them.
8083 lt_prog_compiler_can_build_shared=no
8084 enable_shared=no
d7040cdb
SE
8085 ;;
8086
ce2cded5
L
8087 *nto* | *qnx*)
8088 # QNX uses GNU C++, but need to define -shared option too, otherwise
8089 # it will coredump.
8090 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8091 ;;
8092
ce2cded5
L
8093 sysv4*MP*)
8094 if test -d /usr/nec; then
8095 lt_prog_compiler_pic=-Kconform_pic
8096 fi
d7040cdb
SE
8097 ;;
8098
ce2cded5
L
8099 *)
8100 lt_prog_compiler_pic='-fPIC'
d7040cdb 8101 ;;
ce2cded5
L
8102 esac
8103 else
8104 # PORTME Check for flag to pass linker flags through the system compiler.
8105 case $host_os in
8106 aix*)
8107 lt_prog_compiler_wl='-Wl,'
8108 if test "$host_cpu" = ia64; then
8109 # AIX 5 now supports IA64 processor
8110 lt_prog_compiler_static='-Bstatic'
d7040cdb 8111 else
ce2cded5 8112 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8113 fi
ce2cded5 8114 ;;
d7040cdb 8115
718a6fd8 8116 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8117 # This hack is so that the source file can tell whether it is being
8118 # built for inclusion in a dll (and should export symbols for example).
8119 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8120 ;;
8121
ce2cded5
L
8122 hpux9* | hpux10* | hpux11*)
8123 lt_prog_compiler_wl='-Wl,'
8124 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8125 # not for PA HP-UX.
8126 case $host_cpu in
8127 hppa*64*|ia64*)
8128 # +Z the default
8129 ;;
8130 *)
8131 lt_prog_compiler_pic='+Z'
8132 ;;
8133 esac
8134 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8135 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8136 ;;
8137
ce2cded5
L
8138 irix5* | irix6* | nonstopux*)
8139 lt_prog_compiler_wl='-Wl,'
8140 # PIC (with -KPIC) is the default.
8141 lt_prog_compiler_static='-non_shared'
8142 ;;
d7040cdb 8143
58e24671 8144 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8145 case $cc_basename in
718a6fd8
SE
8146 # old Intel for x86_64 which still supported -KPIC.
8147 ecc*)
ce2cded5
L
8148 lt_prog_compiler_wl='-Wl,'
8149 lt_prog_compiler_pic='-KPIC'
8150 lt_prog_compiler_static='-static'
8151 ;;
718a6fd8
SE
8152 # icc used to be incompatible with GCC.
8153 # ICC 10 doesn't accept -KPIC any more.
8154 icc* | ifort*)
8155 lt_prog_compiler_wl='-Wl,'
8156 lt_prog_compiler_pic='-fPIC'
8157 lt_prog_compiler_static='-static'
8158 ;;
8159 # Lahey Fortran 8.1.
8160 lf95*)
8161 lt_prog_compiler_wl='-Wl,'
8162 lt_prog_compiler_pic='--shared'
8163 lt_prog_compiler_static='--static'
8164 ;;
ce2cded5
L
8165 pgcc* | pgf77* | pgf90* | pgf95*)
8166 # Portland Group compilers (*not* the Pentium gcc compiler,
8167 # which looks to be a dead project)
8168 lt_prog_compiler_wl='-Wl,'
8169 lt_prog_compiler_pic='-fpic'
8170 lt_prog_compiler_static='-Bstatic'
8171 ;;
8172 ccc*)
8173 lt_prog_compiler_wl='-Wl,'
8174 # All Alpha code is PIC.
8175 lt_prog_compiler_static='-non_shared'
8176 ;;
718a6fd8
SE
8177 xl*)
8178 # IBM XL C 8.0/Fortran 10.1 on PPC
8179 lt_prog_compiler_wl='-Wl,'
8180 lt_prog_compiler_pic='-qpic'
8181 lt_prog_compiler_static='-qstaticlink'
8182 ;;
ce2cded5
L
8183 *)
8184 case `$CC -V 2>&1 | sed 5q` in
8185 *Sun\ C*)
8186 # Sun C 5.9
8187 lt_prog_compiler_pic='-KPIC'
8188 lt_prog_compiler_static='-Bstatic'
8189 lt_prog_compiler_wl='-Wl,'
d7040cdb 8190 ;;
ce2cded5
L
8191 *Sun\ F*)
8192 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8193 lt_prog_compiler_pic='-KPIC'
8194 lt_prog_compiler_static='-Bstatic'
8195 lt_prog_compiler_wl=''
d7040cdb
SE
8196 ;;
8197 esac
ce2cded5
L
8198 ;;
8199 esac
d7040cdb
SE
8200 ;;
8201
ce2cded5
L
8202 newsos6)
8203 lt_prog_compiler_pic='-KPIC'
8204 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8205 ;;
8206
ce2cded5
L
8207 *nto* | *qnx*)
8208 # QNX uses GNU C++, but need to define -shared option too, otherwise
8209 # it will coredump.
8210 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8211 ;;
8212
ce2cded5
L
8213 osf3* | osf4* | osf5*)
8214 lt_prog_compiler_wl='-Wl,'
8215 # All OSF/1 code is PIC.
8216 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8217 ;;
8218
ce2cded5
L
8219 rdos*)
8220 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8221 ;;
8222
8223 solaris*)
ce2cded5
L
8224 lt_prog_compiler_pic='-KPIC'
8225 lt_prog_compiler_static='-Bstatic'
8226 case $cc_basename in
8227 f77* | f90* | f95*)
8228 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8229 *)
ce2cded5 8230 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8231 esac
d7040cdb
SE
8232 ;;
8233
8234 sunos4*)
ce2cded5
L
8235 lt_prog_compiler_wl='-Qoption ld '
8236 lt_prog_compiler_pic='-PIC'
8237 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8238 ;;
8239
ce2cded5
L
8240 sysv4 | sysv4.2uw2* | sysv4.3*)
8241 lt_prog_compiler_wl='-Wl,'
8242 lt_prog_compiler_pic='-KPIC'
8243 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8244 ;;
8245
8246 sysv4*MP*)
ce2cded5
L
8247 if test -d /usr/nec ;then
8248 lt_prog_compiler_pic='-Kconform_pic'
8249 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8250 fi
8251 ;;
8252
ce2cded5
L
8253 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8254 lt_prog_compiler_wl='-Wl,'
8255 lt_prog_compiler_pic='-KPIC'
8256 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8257 ;;
8258
ce2cded5
L
8259 unicos*)
8260 lt_prog_compiler_wl='-Wl,'
8261 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8262 ;;
8263
8264 uts4*)
ce2cded5
L
8265 lt_prog_compiler_pic='-pic'
8266 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8267 ;;
8268
8269 *)
ce2cded5 8270 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8271 ;;
8272 esac
d7040cdb
SE
8273 fi
8274
ce2cded5
L
8275case $host_os in
8276 # For platforms which do not support PIC, -DPIC is meaningless:
8277 *djgpp*)
8278 lt_prog_compiler_pic=
8279 ;;
8280 *)
8281 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8282 ;;
8283esac
8284echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8285echo "${ECHO_T}$lt_prog_compiler_pic" >&6
d7040cdb
SE
8286
8287
8288
8289
8290
8291
8292#
ce2cded5 8293# Check to make sure the PIC flag actually works.
d7040cdb 8294#
ce2cded5
L
8295if test -n "$lt_prog_compiler_pic"; then
8296 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8297echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
718a6fd8 8298if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
ce2cded5
L
8299 echo $ECHO_N "(cached) $ECHO_C" >&6
8300else
718a6fd8 8301 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8302 ac_outfile=conftest.$ac_objext
8303 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8304 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8305 # Insert the option either (1) after the last *FLAGS variable, or
8306 # (2) before a word containing "conftest.", or (3) at the end.
8307 # Note that $ac_compile itself does not contain backslashes and begins
8308 # with a dollar sign (not a hyphen), so the echo should work correctly.
8309 # The option is referenced via a variable to avoid confusing sed.
8310 lt_compile=`echo "$ac_compile" | $SED \
8311 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8312 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8313 -e 's:$: $lt_compiler_flag:'`
29670fb9 8314 (eval echo "\"\$as_me:8314: $lt_compile\"" >&5)
ce2cded5
L
8315 (eval "$lt_compile" 2>conftest.err)
8316 ac_status=$?
8317 cat conftest.err >&5
29670fb9 8318 echo "$as_me:8318: \$? = $ac_status" >&5
ce2cded5
L
8319 if (exit $ac_status) && test -s "$ac_outfile"; then
8320 # The compiler can only warn and ignore the option if not recognized
8321 # So say no if there are warnings other than the usual output.
8322 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8323 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8324 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8325 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8326 fi
8327 fi
8328 $RM conftest*
d7040cdb 8329
ce2cded5 8330fi
718a6fd8
SE
8331echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8332echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
d7040cdb 8333
718a6fd8 8334if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8335 case $lt_prog_compiler_pic in
8336 "" | " "*) ;;
8337 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8338 esac
8339else
8340 lt_prog_compiler_pic=
8341 lt_prog_compiler_can_build_shared=no
8342fi
d7040cdb 8343
ce2cded5 8344fi
d7040cdb
SE
8345
8346
8347
8348
8349
8350
ce2cded5
L
8351#
8352# Check to make sure the static flag actually works.
8353#
8354wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8355echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8356echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
718a6fd8 8357if test "${lt_cv_prog_compiler_static_works+set}" = set; then
ce2cded5
L
8358 echo $ECHO_N "(cached) $ECHO_C" >&6
8359else
718a6fd8 8360 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8361 save_LDFLAGS="$LDFLAGS"
8362 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8363 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8364 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8365 # The linker can only warn and ignore the option if not recognized
8366 # So say no if there are warnings
8367 if test -s conftest.err; then
8368 # Append any errors to the config.log.
8369 cat conftest.err 1>&5
8370 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8371 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8372 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8373 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8374 fi
8375 else
718a6fd8 8376 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8377 fi
8378 fi
718a6fd8 8379 $RM -r conftest*
ce2cded5 8380 LDFLAGS="$save_LDFLAGS"
d7040cdb 8381
ce2cded5 8382fi
718a6fd8
SE
8383echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8384echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
d7040cdb 8385
718a6fd8 8386if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8387 :
8388else
8389 lt_prog_compiler_static=
8390fi
d7040cdb
SE
8391
8392
8393
8394
8395
8396
8397
ce2cded5
L
8398 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8399echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
8400if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8401 echo $ECHO_N "(cached) $ECHO_C" >&6
8402else
8403 lt_cv_prog_compiler_c_o=no
8404 $RM -r conftest 2>/dev/null
8405 mkdir conftest
8406 cd conftest
8407 mkdir out
8408 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8409
ce2cded5
L
8410 lt_compiler_flag="-o out/conftest2.$ac_objext"
8411 # Insert the option either (1) after the last *FLAGS variable, or
8412 # (2) before a word containing "conftest.", or (3) at the end.
8413 # Note that $ac_compile itself does not contain backslashes and begins
8414 # with a dollar sign (not a hyphen), so the echo should work correctly.
8415 lt_compile=`echo "$ac_compile" | $SED \
8416 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8417 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8418 -e 's:$: $lt_compiler_flag:'`
29670fb9 8419 (eval echo "\"\$as_me:8419: $lt_compile\"" >&5)
ce2cded5
L
8420 (eval "$lt_compile" 2>out/conftest.err)
8421 ac_status=$?
8422 cat out/conftest.err >&5
29670fb9 8423 echo "$as_me:8423: \$? = $ac_status" >&5
ce2cded5
L
8424 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8425 then
8426 # The compiler can only warn and ignore the option if not recognized
8427 # So say no if there are warnings
8428 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8429 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8430 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8431 lt_cv_prog_compiler_c_o=yes
8432 fi
8433 fi
8434 chmod u+w . 2>&5
8435 $RM conftest*
8436 # SGI C++ compiler will create directory out/ii_files/ for
8437 # template instantiation
8438 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8439 $RM out/* && rmdir out
8440 cd ..
8441 $RM -r conftest
8442 $RM conftest*
d7040cdb 8443
ce2cded5
L
8444fi
8445echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8446echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
d7040cdb
SE
8447
8448
8449
8450
8451
8452
ce2cded5
L
8453 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8454echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
8455if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8456 echo $ECHO_N "(cached) $ECHO_C" >&6
8457else
8458 lt_cv_prog_compiler_c_o=no
8459 $RM -r conftest 2>/dev/null
8460 mkdir conftest
8461 cd conftest
8462 mkdir out
8463 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8464
ce2cded5
L
8465 lt_compiler_flag="-o out/conftest2.$ac_objext"
8466 # Insert the option either (1) after the last *FLAGS variable, or
8467 # (2) before a word containing "conftest.", or (3) at the end.
8468 # Note that $ac_compile itself does not contain backslashes and begins
8469 # with a dollar sign (not a hyphen), so the echo should work correctly.
8470 lt_compile=`echo "$ac_compile" | $SED \
8471 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8472 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8473 -e 's:$: $lt_compiler_flag:'`
29670fb9 8474 (eval echo "\"\$as_me:8474: $lt_compile\"" >&5)
ce2cded5
L
8475 (eval "$lt_compile" 2>out/conftest.err)
8476 ac_status=$?
8477 cat out/conftest.err >&5
29670fb9 8478 echo "$as_me:8478: \$? = $ac_status" >&5
ce2cded5
L
8479 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8480 then
8481 # The compiler can only warn and ignore the option if not recognized
8482 # So say no if there are warnings
8483 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8484 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8485 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8486 lt_cv_prog_compiler_c_o=yes
8487 fi
8488 fi
8489 chmod u+w . 2>&5
8490 $RM conftest*
8491 # SGI C++ compiler will create directory out/ii_files/ for
8492 # template instantiation
8493 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8494 $RM out/* && rmdir out
8495 cd ..
8496 $RM -r conftest
8497 $RM conftest*
d7040cdb 8498
ce2cded5
L
8499fi
8500echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8501echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
d7040cdb
SE
8502
8503
8504
8505
ce2cded5
L
8506hard_links="nottested"
8507if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8508 # do not overwrite the value of need_locks provided by the user
8509 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8510echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
8511 hard_links=yes
8512 $RM conftest*
8513 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8514 touch conftest.a
8515 ln conftest.a conftest.b 2>&5 || hard_links=no
8516 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8517 echo "$as_me:$LINENO: result: $hard_links" >&5
8518echo "${ECHO_T}$hard_links" >&6
8519 if test "$hard_links" = no; then
8520 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8521echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8522 need_locks=warn
8523 fi
8524else
8525 need_locks=no
8526fi
d7040cdb
SE
8527
8528
8529
8530
8531
8532
ce2cded5
L
8533 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8534echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
d7040cdb 8535
ce2cded5
L
8536 runpath_var=
8537 allow_undefined_flag=
8538 always_export_symbols=no
8539 archive_cmds=
8540 archive_expsym_cmds=
8541 compiler_needs_object=no
8542 enable_shared_with_static_runtimes=no
8543 export_dynamic_flag_spec=
8544 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8545 hardcode_automatic=no
8546 hardcode_direct=no
8547 hardcode_direct_absolute=no
8548 hardcode_libdir_flag_spec=
8549 hardcode_libdir_flag_spec_ld=
8550 hardcode_libdir_separator=
8551 hardcode_minus_L=no
8552 hardcode_shlibpath_var=unsupported
8553 inherit_rpath=no
8554 link_all_deplibs=unknown
8555 module_cmds=
8556 module_expsym_cmds=
8557 old_archive_from_new_cmds=
8558 old_archive_from_expsyms_cmds=
8559 thread_safe_flag_spec=
8560 whole_archive_flag_spec=
8561 # include_expsyms should be a list of space-separated symbols to be *always*
8562 # included in the symbol list
8563 include_expsyms=
8564 # exclude_expsyms can be an extended regexp of symbols to exclude
8565 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8566 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8567 # as well as any symbol that contains `d'.
718a6fd8 8568 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8569 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8570 # platforms (ab)use it in PIC code, but their linkers get confused if
8571 # the symbol is explicitly referenced. Since portable code cannot
8572 # rely on this symbol name, it's probably fine to never include it in
8573 # preloaded symbol tables.
718a6fd8 8574 # Exclude shared library initialization/finalization symbols.
ce2cded5 8575 extract_expsyms_cmds=
d7040cdb 8576
ce2cded5 8577 case $host_os in
718a6fd8 8578 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8579 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8580 # When not using gcc, we currently assume that we are using
8581 # Microsoft Visual C++.
8582 if test "$GCC" != yes; then
8583 with_gnu_ld=no
8584 fi
8585 ;;
8586 interix*)
8587 # we just hope/assume this is gcc and not c89 (= MSVC++)
8588 with_gnu_ld=yes
8589 ;;
8590 openbsd*)
8591 with_gnu_ld=no
8592 ;;
8593 esac
d7040cdb 8594
ce2cded5
L
8595 ld_shlibs=yes
8596 if test "$with_gnu_ld" = yes; then
8597 # If archive_cmds runs LD, not CC, wlarc should be empty
8598 wlarc='${wl}'
d7040cdb 8599
ce2cded5
L
8600 # Set some defaults for GNU ld with shared library support. These
8601 # are reset later if shared libraries are not supported. Putting them
8602 # here allows them to be overridden if necessary.
8603 runpath_var=LD_RUN_PATH
8604 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8605 export_dynamic_flag_spec='${wl}--export-dynamic'
8606 # ancient GNU ld didn't support --whole-archive et. al.
8607 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8608 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8609 else
8610 whole_archive_flag_spec=
8611 fi
8612 supports_anon_versioning=no
8613 case `$LD -v 2>&1` in
8614 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8615 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8616 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8617 *\ 2.11.*) ;; # other 2.11 versions
8618 *) supports_anon_versioning=yes ;;
8619 esac
d7040cdb 8620
ce2cded5
L
8621 # See if GNU ld supports shared libraries.
8622 case $host_os in
50e7d84b 8623 aix[3-9]*)
ce2cded5
L
8624 # On AIX/PPC, the GNU linker is very broken
8625 if test "$host_cpu" != ia64; then
8626 ld_shlibs=no
8627 cat <<_LT_EOF 1>&2
d7040cdb 8628
ce2cded5
L
8629*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8630*** to be unable to reliably create shared libraries on AIX.
8631*** Therefore, libtool is disabling shared libraries support. If you
8632*** really care for shared libraries, you may want to modify your PATH
8633*** so that a non-GNU linker is found, and then restart.
d7040cdb 8634
ce2cded5
L
8635_LT_EOF
8636 fi
8637 ;;
d7040cdb 8638
ce2cded5 8639 amigaos*)
718a6fd8
SE
8640 case $host_cpu in
8641 powerpc)
8642 # see comment about AmigaOS4 .so support
8643 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8644 archive_expsym_cmds=''
8645 ;;
8646 m68k)
8647 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)'
8648 hardcode_libdir_flag_spec='-L$libdir'
8649 hardcode_minus_L=yes
8650 ;;
8651 esac
ce2cded5 8652 ;;
d7040cdb 8653
ce2cded5
L
8654 beos*)
8655 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8656 allow_undefined_flag=unsupported
8657 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8658 # support --undefined. This deserves some investigation. FIXME
8659 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8660 else
8661 ld_shlibs=no
8662 fi
8663 ;;
d7040cdb 8664
718a6fd8 8665 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8666 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8667 # as there is no search path for DLLs.
8668 hardcode_libdir_flag_spec='-L$libdir'
8669 allow_undefined_flag=unsupported
8670 always_export_symbols=no
8671 enable_shared_with_static_runtimes=yes
8672 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8673
ce2cded5
L
8674 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8675 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8676 # If the export-symbols file already is a .def file (1st line
8677 # is EXPORTS), use it as is; otherwise, prepend...
8678 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8679 cp $export_symbols $output_objdir/$soname.def;
8680 else
8681 echo EXPORTS > $output_objdir/$soname.def;
8682 cat $export_symbols >> $output_objdir/$soname.def;
8683 fi~
8684 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8685 else
8686 ld_shlibs=no
8687 fi
8688 ;;
d7040cdb 8689
ce2cded5
L
8690 interix[3-9]*)
8691 hardcode_direct=no
8692 hardcode_shlibpath_var=no
8693 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8694 export_dynamic_flag_spec='${wl}-E'
8695 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8696 # Instead, shared libraries are loaded at an image base (0x10000000 by
8697 # default) and relocated if they conflict, which is a slow very memory
8698 # consuming and fragmenting process. To avoid this, we pick a random,
8699 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8700 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8701 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8702 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'
8703 ;;
d7040cdb 8704
58e24671 8705 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8706 tmp_diet=no
8707 if test "$host_os" = linux-dietlibc; then
8708 case $cc_basename in
8709 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8710 esac
8711 fi
8712 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8713 && test "$tmp_diet" = no
8714 then
8715 tmp_addflag=
718a6fd8 8716 tmp_sharedflag='-shared'
ce2cded5
L
8717 case $cc_basename,$host_cpu in
8718 pgcc*) # Portland Group C compiler
8719 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'
8720 tmp_addflag=' $pic_flag'
8721 ;;
8722 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8723 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'
8724 tmp_addflag=' $pic_flag -Mnomain' ;;
8725 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8726 tmp_addflag=' -i_dynamic' ;;
8727 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8728 tmp_addflag=' -i_dynamic -nofor_main' ;;
8729 ifc* | ifort*) # Intel Fortran compiler
8730 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8731 lf95*) # Lahey Fortran 8.1
8732 whole_archive_flag_spec=
8733 tmp_sharedflag='--shared' ;;
8734 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8735 tmp_sharedflag='-qmkshrobj'
8736 tmp_addflag= ;;
ce2cded5
L
8737 esac
8738 case `$CC -V 2>&1 | sed 5q` in
8739 *Sun\ C*) # Sun C 5.9
8740 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'
8741 compiler_needs_object=yes
8742 tmp_sharedflag='-G' ;;
8743 *Sun\ F*) # Sun Fortran 8.3
8744 tmp_sharedflag='-G' ;;
ce2cded5
L
8745 esac
8746 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8747
ce2cded5
L
8748 if test "x$supports_anon_versioning" = xyes; then
8749 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8750 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8751 echo "local: *; };" >> $output_objdir/$libname.ver~
8752 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8753 fi
718a6fd8
SE
8754
8755 case $cc_basename in
8756 xlf*)
8757 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8758 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8759 hardcode_libdir_flag_spec=
8760 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8761 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8762 if test "x$supports_anon_versioning" = xyes; then
8763 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8764 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8765 echo "local: *; };" >> $output_objdir/$libname.ver~
8766 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8767 fi
8768 ;;
8769 esac
ce2cded5
L
8770 else
8771 ld_shlibs=no
8772 fi
8773 ;;
d7040cdb 8774
ce2cded5
L
8775 netbsd*)
8776 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8777 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8778 wlarc=
8779 else
8780 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8781 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8782 fi
8783 ;;
d7040cdb 8784
ce2cded5
L
8785 solaris*)
8786 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8787 ld_shlibs=no
8788 cat <<_LT_EOF 1>&2
d7040cdb 8789
ce2cded5
L
8790*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8791*** create shared libraries on Solaris systems. Therefore, libtool
8792*** is disabling shared libraries support. We urge you to upgrade GNU
8793*** binutils to release 2.9.1 or newer. Another option is to modify
8794*** your PATH or compiler configuration so that the native linker is
8795*** used, and then restart.
d7040cdb 8796
ce2cded5
L
8797_LT_EOF
8798 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8799 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8800 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8801 else
8802 ld_shlibs=no
8803 fi
8804 ;;
d7040cdb 8805
ce2cded5
L
8806 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8807 case `$LD -v 2>&1` in
8808 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8809 ld_shlibs=no
8810 cat <<_LT_EOF 1>&2
d7040cdb 8811
ce2cded5
L
8812*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8813*** reliably create shared libraries on SCO systems. Therefore, libtool
8814*** is disabling shared libraries support. We urge you to upgrade GNU
8815*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8816*** your PATH or compiler configuration so that the native linker is
8817*** used, and then restart.
d7040cdb 8818
ce2cded5
L
8819_LT_EOF
8820 ;;
8821 *)
8822 # For security reasons, it is highly recommended that you always
8823 # use absolute paths for naming shared libraries, and exclude the
8824 # DT_RUNPATH tag from executables and libraries. But doing so
8825 # requires that you compile everything twice, which is a pain.
8826 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8827 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8828 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8829 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8830 else
8831 ld_shlibs=no
8832 fi
8833 ;;
8834 esac
8835 ;;
d7040cdb 8836
ce2cded5
L
8837 sunos4*)
8838 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8839 wlarc=
8840 hardcode_direct=yes
8841 hardcode_shlibpath_var=no
8842 ;;
d7040cdb 8843
ce2cded5
L
8844 *)
8845 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8846 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8847 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8848 else
8849 ld_shlibs=no
8850 fi
8851 ;;
8852 esac
d7040cdb 8853
ce2cded5
L
8854 if test "$ld_shlibs" = no; then
8855 runpath_var=
8856 hardcode_libdir_flag_spec=
8857 export_dynamic_flag_spec=
8858 whole_archive_flag_spec=
8859 fi
8860 else
8861 # PORTME fill in a description of your system's linker (not GNU ld)
8862 case $host_os in
8863 aix3*)
8864 allow_undefined_flag=unsupported
8865 always_export_symbols=yes
8866 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'
8867 # Note: this linker hardcodes the directories in LIBPATH if there
8868 # are no directories specified by -L.
8869 hardcode_minus_L=yes
8870 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8871 # Neither direct hardcoding nor static linking is supported with a
8872 # broken collect2.
8873 hardcode_direct=unsupported
8874 fi
8875 ;;
d7040cdb 8876
50e7d84b 8877 aix[4-9]*)
ce2cded5
L
8878 if test "$host_cpu" = ia64; then
8879 # On IA64, the linker does run time linking by default, so we don't
8880 # have to do anything special.
8881 aix_use_runtimelinking=no
8882 exp_sym_flag='-Bexport'
8883 no_entry_flag=""
8884 else
8885 # If we're using GNU nm, then we don't want the "-C" option.
8886 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8887 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8888 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'
8889 else
8890 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'
8891 fi
8892 aix_use_runtimelinking=no
d7040cdb 8893
ce2cded5
L
8894 # Test if we are trying to use run time linking or normal
8895 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8896 # need to do runtime linking.
50e7d84b 8897 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
8898 for ld_flag in $LDFLAGS; do
8899 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8900 aix_use_runtimelinking=yes
8901 break
8902 fi
8903 done
8904 ;;
8905 esac
d7040cdb 8906
ce2cded5
L
8907 exp_sym_flag='-bexport'
8908 no_entry_flag='-bnoentry'
8909 fi
d7040cdb 8910
ce2cded5
L
8911 # When large executables or shared objects are built, AIX ld can
8912 # have problems creating the table of contents. If linking a library
8913 # or program results in "error TOC overflow" add -mminimal-toc to
8914 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8915 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 8916
ce2cded5
L
8917 archive_cmds=''
8918 hardcode_direct=yes
8919 hardcode_direct_absolute=yes
8920 hardcode_libdir_separator=':'
8921 link_all_deplibs=yes
8922 file_list_spec='${wl}-f,'
d7040cdb 8923
ce2cded5
L
8924 if test "$GCC" = yes; then
8925 case $host_os in aix4.[012]|aix4.[012].*)
8926 # We only want to do this on AIX 4.2 and lower, the check
8927 # below for broken collect2 doesn't work under 4.3+
8928 collect2name=`${CC} -print-prog-name=collect2`
8929 if test -f "$collect2name" &&
8930 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8931 then
8932 # We have reworked collect2
8933 :
8934 else
8935 # We have old collect2
8936 hardcode_direct=unsupported
8937 # It fails to find uninstalled libraries when the uninstalled
8938 # path is not listed in the libpath. Setting hardcode_minus_L
8939 # to unsupported forces relinking
8940 hardcode_minus_L=yes
8941 hardcode_libdir_flag_spec='-L$libdir'
8942 hardcode_libdir_separator=
8943 fi
8944 ;;
8945 esac
8946 shared_flag='-shared'
8947 if test "$aix_use_runtimelinking" = yes; then
8948 shared_flag="$shared_flag "'${wl}-G'
8949 fi
8950 else
8951 # not using gcc
8952 if test "$host_cpu" = ia64; then
8953 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8954 # chokes on -Wl,-G. The following line is correct:
8955 shared_flag='-G'
8956 else
8957 if test "$aix_use_runtimelinking" = yes; then
8958 shared_flag='${wl}-G'
8959 else
8960 shared_flag='${wl}-bM:SRE'
8961 fi
8962 fi
8963 fi
d7040cdb 8964
718a6fd8 8965 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
8966 # It seems that -bexpall does not export symbols beginning with
8967 # underscore (_), so it is better to generate a list of symbols to export.
8968 always_export_symbols=yes
8969 if test "$aix_use_runtimelinking" = yes; then
8970 # Warning - without using the other runtime loading flags (-brtl),
8971 # -berok will link without error, but may produce a broken library.
8972 allow_undefined_flag='-berok'
8973 # Determine the default libpath from the value encoded in an
8974 # empty executable.
8975 cat >conftest.$ac_ext <<_ACEOF
8976/* confdefs.h. */
8977_ACEOF
8978cat confdefs.h >>conftest.$ac_ext
8979cat >>conftest.$ac_ext <<_ACEOF
8980/* end confdefs.h. */
d7040cdb 8981
ce2cded5
L
8982int
8983main ()
8984{
d7040cdb 8985
ce2cded5
L
8986 ;
8987 return 0;
8988}
8989_ACEOF
8990rm -f conftest.$ac_objext conftest$ac_exeext
8991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8992 (eval $ac_link) 2>conftest.er1
8993 ac_status=$?
8994 grep -v '^ *+' conftest.er1 >conftest.err
8995 rm -f conftest.er1
8996 cat conftest.err >&5
8997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8998 (exit $ac_status); } &&
8999 { ac_try='test -z "$ac_c_werror_flag"
9000 || test ! -s conftest.err'
9001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9002 (eval $ac_try) 2>&5
9003 ac_status=$?
9004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005 (exit $ac_status); }; } &&
9006 { ac_try='test -s conftest$ac_exeext'
9007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9008 (eval $ac_try) 2>&5
9009 ac_status=$?
9010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011 (exit $ac_status); }; }; then
d7040cdb 9012
ce2cded5
L
9013lt_aix_libpath_sed='
9014 /Import File Strings/,/^$/ {
9015 /^0/ {
9016 s/^0 *\(.*\)$/\1/
9017 p
9018 }
9019 }'
9020aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9021# Check for a 64-bit object if we didn't find anything.
9022if test -z "$aix_libpath"; then
9023 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9024fi
9025else
9026 echo "$as_me: failed program was:" >&5
9027sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9028
ce2cded5
L
9029fi
9030rm -f conftest.err conftest.$ac_objext \
9031 conftest$ac_exeext conftest.$ac_ext
9032if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9033
ce2cded5
L
9034 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9035 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"
9036 else
9037 if test "$host_cpu" = ia64; then
9038 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9039 allow_undefined_flag="-z nodefs"
9040 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"
9041 else
9042 # Determine the default libpath from the value encoded in an
9043 # empty executable.
9044 cat >conftest.$ac_ext <<_ACEOF
9045/* confdefs.h. */
9046_ACEOF
9047cat confdefs.h >>conftest.$ac_ext
9048cat >>conftest.$ac_ext <<_ACEOF
9049/* end confdefs.h. */
d7040cdb 9050
ce2cded5
L
9051int
9052main ()
9053{
d7040cdb 9054
ce2cded5
L
9055 ;
9056 return 0;
9057}
9058_ACEOF
9059rm -f conftest.$ac_objext conftest$ac_exeext
9060if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9061 (eval $ac_link) 2>conftest.er1
9062 ac_status=$?
9063 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -f conftest.er1
9065 cat conftest.err >&5
9066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067 (exit $ac_status); } &&
9068 { ac_try='test -z "$ac_c_werror_flag"
9069 || test ! -s conftest.err'
9070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9071 (eval $ac_try) 2>&5
9072 ac_status=$?
9073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9074 (exit $ac_status); }; } &&
9075 { ac_try='test -s conftest$ac_exeext'
9076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9077 (eval $ac_try) 2>&5
9078 ac_status=$?
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); }; }; then
d7040cdb 9081
ce2cded5
L
9082lt_aix_libpath_sed='
9083 /Import File Strings/,/^$/ {
9084 /^0/ {
9085 s/^0 *\(.*\)$/\1/
9086 p
9087 }
9088 }'
9089aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9090# Check for a 64-bit object if we didn't find anything.
9091if test -z "$aix_libpath"; then
9092 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9093fi
9094else
9095 echo "$as_me: failed program was:" >&5
9096sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9097
ce2cded5
L
9098fi
9099rm -f conftest.err conftest.$ac_objext \
9100 conftest$ac_exeext conftest.$ac_ext
9101if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9102
ce2cded5
L
9103 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9104 # Warning - without using the other run time loading flags,
9105 # -berok will link without error, but may produce a broken library.
9106 no_undefined_flag=' ${wl}-bernotok'
9107 allow_undefined_flag=' ${wl}-berok'
9108 # Exported symbols can be pulled into shared objects from archives
9109 whole_archive_flag_spec='$convenience'
9110 archive_cmds_need_lc=yes
9111 # This is similar to how AIX traditionally builds its shared libraries.
9112 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'
9113 fi
9114 fi
9115 ;;
d7040cdb 9116
ce2cded5 9117 amigaos*)
718a6fd8
SE
9118 case $host_cpu in
9119 powerpc)
9120 # see comment about AmigaOS4 .so support
9121 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9122 archive_expsym_cmds=''
9123 ;;
9124 m68k)
9125 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)'
9126 hardcode_libdir_flag_spec='-L$libdir'
9127 hardcode_minus_L=yes
9128 ;;
9129 esac
ce2cded5 9130 ;;
d7040cdb 9131
ce2cded5
L
9132 bsdi[45]*)
9133 export_dynamic_flag_spec=-rdynamic
9134 ;;
d7040cdb 9135
718a6fd8 9136 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9137 # When not using gcc, we currently assume that we are using
9138 # Microsoft Visual C++.
9139 # hardcode_libdir_flag_spec is actually meaningless, as there is
9140 # no search path for DLLs.
9141 hardcode_libdir_flag_spec=' '
9142 allow_undefined_flag=unsupported
9143 # Tell ltmain to make .lib files, not .a files.
9144 libext=lib
9145 # Tell ltmain to make .dll files, not .so files.
9146 shrext_cmds=".dll"
9147 # FIXME: Setting linknames here is a bad hack.
9148 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9149 # The linker will automatically build a .lib file if we build a DLL.
9150 old_archive_from_new_cmds='true'
9151 # FIXME: Should let the user specify the lib program.
9152 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9153 fix_srcfile_path='`cygpath -w "$srcfile"`'
9154 enable_shared_with_static_runtimes=yes
9155 ;;
d7040cdb 9156
ce2cded5 9157 darwin* | rhapsody*)
d7040cdb 9158
718a6fd8
SE
9159
9160 archive_cmds_need_lc=no
9161 hardcode_direct=no
9162 hardcode_automatic=yes
9163 hardcode_shlibpath_var=unsupported
9164 whole_archive_flag_spec=''
9165 link_all_deplibs=yes
9166 allow_undefined_flag="$_lt_dar_allow_undefined"
9167 case $cc_basename in
9168 ifort*) _lt_dar_can_shared=yes ;;
9169 *) _lt_dar_can_shared=$GCC ;;
9170 esac
9171 if test "$_lt_dar_can_shared" = "yes"; then
9172 output_verbose_link_cmd=echo
9173 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9174 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9175 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 ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9176 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9177
9178 else
9179 ld_shlibs=no
9180 fi
9181
ce2cded5 9182 ;;
d7040cdb 9183
ce2cded5
L
9184 dgux*)
9185 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9186 hardcode_libdir_flag_spec='-L$libdir'
9187 hardcode_shlibpath_var=no
9188 ;;
d7040cdb 9189
ce2cded5
L
9190 freebsd1*)
9191 ld_shlibs=no
9192 ;;
d7040cdb 9193
ce2cded5
L
9194 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9195 # support. Future versions do this automatically, but an explicit c++rt0.o
9196 # does not break anything, and helps significantly (at the cost of a little
9197 # extra space).
9198 freebsd2.2*)
9199 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9200 hardcode_libdir_flag_spec='-R$libdir'
9201 hardcode_direct=yes
9202 hardcode_shlibpath_var=no
9203 ;;
d7040cdb 9204
ce2cded5
L
9205 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9206 freebsd2*)
9207 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9208 hardcode_direct=yes
9209 hardcode_minus_L=yes
9210 hardcode_shlibpath_var=no
9211 ;;
d7040cdb 9212
ce2cded5
L
9213 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9214 freebsd* | dragonfly*)
9215 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9216 hardcode_libdir_flag_spec='-R$libdir'
9217 hardcode_direct=yes
9218 hardcode_shlibpath_var=no
9219 ;;
d7040cdb 9220
ce2cded5
L
9221 hpux9*)
9222 if test "$GCC" = yes; then
9223 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'
9224 else
9225 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'
9226 fi
9227 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9228 hardcode_libdir_separator=:
9229 hardcode_direct=yes
d7040cdb 9230
ce2cded5
L
9231 # hardcode_minus_L: Not really in the search PATH,
9232 # but as the default location of the library.
9233 hardcode_minus_L=yes
9234 export_dynamic_flag_spec='${wl}-E'
9235 ;;
d7040cdb 9236
ce2cded5
L
9237 hpux10*)
9238 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9239 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9240 else
9241 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9242 fi
9243 if test "$with_gnu_ld" = no; then
9244 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9245 hardcode_libdir_flag_spec_ld='+b $libdir'
9246 hardcode_libdir_separator=:
9247 hardcode_direct=yes
9248 hardcode_direct_absolute=yes
9249 export_dynamic_flag_spec='${wl}-E'
9250 # hardcode_minus_L: Not really in the search PATH,
9251 # but as the default location of the library.
9252 hardcode_minus_L=yes
9253 fi
9254 ;;
d7040cdb 9255
ce2cded5
L
9256 hpux11*)
9257 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9258 case $host_cpu in
9259 hppa*64*)
9260 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9261 ;;
9262 ia64*)
718a6fd8 9263 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9264 ;;
9265 *)
9266 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9267 ;;
9268 esac
9269 else
9270 case $host_cpu in
9271 hppa*64*)
9272 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9273 ;;
9274 ia64*)
9275 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9276 ;;
9277 *)
9278 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9279 ;;
9280 esac
9281 fi
9282 if test "$with_gnu_ld" = no; then
9283 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9284 hardcode_libdir_separator=:
d7040cdb 9285
ce2cded5
L
9286 case $host_cpu in
9287 hppa*64*|ia64*)
9288 hardcode_direct=no
9289 hardcode_shlibpath_var=no
9290 ;;
9291 *)
9292 hardcode_direct=yes
9293 hardcode_direct_absolute=yes
9294 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9295
ce2cded5
L
9296 # hardcode_minus_L: Not really in the search PATH,
9297 # but as the default location of the library.
9298 hardcode_minus_L=yes
9299 ;;
9300 esac
9301 fi
9302 ;;
9303
9304 irix5* | irix6* | nonstopux*)
9305 if test "$GCC" = yes; then
9306 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'
9307 # Try to use the -exported_symbol ld option, if it does not
9308 # work, assume that -exports_file does not work either and
9309 # implicitly export all symbols.
9310 save_LDFLAGS="$LDFLAGS"
9311 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9312 cat >conftest.$ac_ext <<_ACEOF
9313int foo(void) {}
9314_ACEOF
9315rm -f conftest.$ac_objext conftest$ac_exeext
9316if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9317 (eval $ac_link) 2>conftest.er1
9318 ac_status=$?
9319 grep -v '^ *+' conftest.er1 >conftest.err
9320 rm -f conftest.er1
9321 cat conftest.err >&5
9322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9323 (exit $ac_status); } &&
9324 { ac_try='test -z "$ac_c_werror_flag"
9325 || test ! -s conftest.err'
9326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9327 (eval $ac_try) 2>&5
9328 ac_status=$?
9329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 (exit $ac_status); }; } &&
9331 { ac_try='test -s conftest$ac_exeext'
9332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9333 (eval $ac_try) 2>&5
9334 ac_status=$?
9335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9336 (exit $ac_status); }; }; then
9337 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 9338
d7040cdb 9339else
ce2cded5
L
9340 echo "$as_me: failed program was:" >&5
9341sed 's/^/| /' conftest.$ac_ext >&5
9342
d7040cdb 9343fi
ce2cded5
L
9344rm -f conftest.err conftest.$ac_objext \
9345 conftest$ac_exeext conftest.$ac_ext
9346 LDFLAGS="$save_LDFLAGS"
9347 else
9348 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'
9349 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'
9350 fi
9351 archive_cmds_need_lc='no'
9352 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9353 hardcode_libdir_separator=:
9354 inherit_rpath=yes
9355 link_all_deplibs=yes
9356 ;;
d7040cdb 9357
ce2cded5
L
9358 netbsd*)
9359 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9360 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9361 else
9362 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9363 fi
9364 hardcode_libdir_flag_spec='-R$libdir'
9365 hardcode_direct=yes
9366 hardcode_shlibpath_var=no
9367 ;;
d7040cdb 9368
ce2cded5
L
9369 newsos6)
9370 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9371 hardcode_direct=yes
9372 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9373 hardcode_libdir_separator=:
9374 hardcode_shlibpath_var=no
9375 ;;
d7040cdb 9376
ce2cded5
L
9377 *nto* | *qnx*)
9378 ;;
d7040cdb 9379
ce2cded5 9380 openbsd*)
718a6fd8
SE
9381 if test -f /usr/libexec/ld.so; then
9382 hardcode_direct=yes
9383 hardcode_shlibpath_var=no
9384 hardcode_direct_absolute=yes
9385 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9386 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9387 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9388 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9389 export_dynamic_flag_spec='${wl}-E'
9390 else
9391 case $host_os in
9392 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9393 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9394 hardcode_libdir_flag_spec='-R$libdir'
9395 ;;
9396 *)
9397 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9398 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9399 ;;
9400 esac
9401 fi
9402 else
9403 ld_shlibs=no
d7040cdb
SE
9404 fi
9405 ;;
d7040cdb 9406
ce2cded5
L
9407 os2*)
9408 hardcode_libdir_flag_spec='-L$libdir'
9409 hardcode_minus_L=yes
9410 allow_undefined_flag=unsupported
9411 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'
9412 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9413 ;;
d7040cdb 9414
ce2cded5
L
9415 osf3*)
9416 if test "$GCC" = yes; then
9417 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9418 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'
9419 else
9420 allow_undefined_flag=' -expect_unresolved \*'
9421 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'
9422 fi
9423 archive_cmds_need_lc='no'
9424 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9425 hardcode_libdir_separator=:
9426 ;;
d7040cdb 9427
ce2cded5
L
9428 osf4* | osf5*) # as osf3* with the addition of -msym flag
9429 if test "$GCC" = yes; then
9430 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9431 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'
9432 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9433 else
9434 allow_undefined_flag=' -expect_unresolved \*'
9435 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'
9436 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~
9437 $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 9438
ce2cded5
L
9439 # Both c and cxx compiler support -rpath directly
9440 hardcode_libdir_flag_spec='-rpath $libdir'
9441 fi
9442 archive_cmds_need_lc='no'
9443 hardcode_libdir_separator=:
9444 ;;
d7040cdb 9445
ce2cded5
L
9446 solaris*)
9447 no_undefined_flag=' -z defs'
9448 if test "$GCC" = yes; then
9449 wlarc='${wl}'
9450 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9451 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9452 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9453 else
9454 case `$CC -V 2>&1` in
9455 *"Compilers 5.0"*)
9456 wlarc=''
9457 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9458 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9459 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9460 ;;
9461 *)
9462 wlarc='${wl}'
9463 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9464 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9465 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9466 ;;
9467 esac
9468 fi
9469 hardcode_libdir_flag_spec='-R$libdir'
9470 hardcode_shlibpath_var=no
9471 case $host_os in
9472 solaris2.[0-5] | solaris2.[0-5].*) ;;
9473 *)
9474 # The compiler driver will combine and reorder linker options,
9475 # but understands `-z linker_flag'. GCC discards it without `$wl',
9476 # but is careful enough not to reorder.
9477 # Supported since Solaris 2.6 (maybe 2.5.1?)
9478 if test "$GCC" = yes; then
9479 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9480 else
9481 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9482 fi
9483 ;;
9484 esac
9485 link_all_deplibs=yes
d7040cdb 9486 ;;
ce2cded5
L
9487
9488 sunos4*)
9489 if test "x$host_vendor" = xsequent; then
9490 # Use $CC to link under sequent, because it throws in some extra .o
9491 # files that make .init and .fini sections work.
9492 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9493 else
ce2cded5 9494 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9495 fi
ce2cded5
L
9496 hardcode_libdir_flag_spec='-L$libdir'
9497 hardcode_direct=yes
9498 hardcode_minus_L=yes
9499 hardcode_shlibpath_var=no
d7040cdb 9500 ;;
ce2cded5
L
9501
9502 sysv4)
9503 case $host_vendor in
9504 sni)
9505 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9506 hardcode_direct=yes # is this really true???
9507 ;;
9508 siemens)
9509 ## LD is ld it makes a PLAMLIB
9510 ## CC just makes a GrossModule.
9511 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9512 reload_cmds='$CC -r -o $output$reload_objs'
9513 hardcode_direct=no
9514 ;;
9515 motorola)
9516 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9517 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9518 ;;
9519 esac
9520 runpath_var='LD_RUN_PATH'
9521 hardcode_shlibpath_var=no
d7040cdb 9522 ;;
d7040cdb 9523
ce2cded5
L
9524 sysv4.3*)
9525 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9526 hardcode_shlibpath_var=no
9527 export_dynamic_flag_spec='-Bexport'
9528 ;;
d7040cdb 9529
ce2cded5
L
9530 sysv4*MP*)
9531 if test -d /usr/nec; then
9532 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9533 hardcode_shlibpath_var=no
9534 runpath_var=LD_RUN_PATH
9535 hardcode_runpath_var=yes
9536 ld_shlibs=yes
9537 fi
9538 ;;
d7040cdb 9539
ce2cded5
L
9540 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9541 no_undefined_flag='${wl}-z,text'
9542 archive_cmds_need_lc=no
9543 hardcode_shlibpath_var=no
9544 runpath_var='LD_RUN_PATH'
d7040cdb 9545
ce2cded5
L
9546 if test "$GCC" = yes; then
9547 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9548 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9549 else
9550 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9551 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9552 fi
9553 ;;
d7040cdb 9554
ce2cded5
L
9555 sysv5* | sco3.2v5* | sco5v6*)
9556 # Note: We can NOT use -z defs as we might desire, because we do not
9557 # link with -lc, and that would cause any symbols used from libc to
9558 # always be unresolved, which means just about no library would
9559 # ever link correctly. If we're not using GNU ld we use -z text
9560 # though, which does catch some bad symbols but isn't as heavy-handed
9561 # as -z defs.
9562 no_undefined_flag='${wl}-z,text'
9563 allow_undefined_flag='${wl}-z,nodefs'
9564 archive_cmds_need_lc=no
9565 hardcode_shlibpath_var=no
9566 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9567 hardcode_libdir_separator=':'
9568 link_all_deplibs=yes
9569 export_dynamic_flag_spec='${wl}-Bexport'
9570 runpath_var='LD_RUN_PATH'
d7040cdb 9571
ce2cded5
L
9572 if test "$GCC" = yes; then
9573 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9574 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9575 else
9576 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9577 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9578 fi
d7040cdb 9579 ;;
d7040cdb 9580
ce2cded5
L
9581 uts4*)
9582 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_libdir_flag_spec='-L$libdir'
9584 hardcode_shlibpath_var=no
9585 ;;
d7040cdb 9586
ce2cded5
L
9587 *)
9588 ld_shlibs=no
9589 ;;
9590 esac
9591
9592 if test x$host_vendor = xsni; then
9593 case $host in
9594 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9595 export_dynamic_flag_spec='${wl}-Blargedynsym'
9596 ;;
9597 esac
d7040cdb 9598 fi
ce2cded5 9599 fi
d7040cdb 9600
ce2cded5
L
9601echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9602echo "${ECHO_T}$ld_shlibs" >&6
9603test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9604
ce2cded5 9605with_gnu_ld=$with_gnu_ld
d7040cdb 9606
d7040cdb 9607
d7040cdb 9608
d7040cdb 9609
d7040cdb 9610
d7040cdb 9611
d7040cdb 9612
d7040cdb 9613
d7040cdb 9614
d7040cdb 9615
d7040cdb 9616
d7040cdb 9617
d7040cdb 9618
d7040cdb 9619
d7040cdb 9620
ce2cded5
L
9621#
9622# Do we need to explicitly link libc?
9623#
9624case "x$archive_cmds_need_lc" in
9625x|xyes)
9626 # Assume -lc should be added
9627 archive_cmds_need_lc=yes
d7040cdb 9628
ce2cded5
L
9629 if test "$enable_shared" = yes && test "$GCC" = yes; then
9630 case $archive_cmds in
9631 *'~'*)
9632 # FIXME: we may have to deal with multi-command sequences.
9633 ;;
9634 '$CC '*)
9635 # Test whether the compiler implicitly links with -lc since on some
9636 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9637 # to ld, don't add -lc before -lgcc.
9638 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9639echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
39144654
RW
9640if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
9641 echo $ECHO_N "(cached) $ECHO_C" >&6
9642else
9643 $RM conftest*
9644 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9645
39144654 9646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ce2cded5
L
9647 (eval $ac_compile) 2>&5
9648 ac_status=$?
9649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9650 (exit $ac_status); } 2>conftest.err; then
39144654
RW
9651 soname=conftest
9652 lib=conftest
9653 libobjs=conftest.$ac_objext
9654 deplibs=
9655 wl=$lt_prog_compiler_wl
9656 pic_flag=$lt_prog_compiler_pic
9657 compiler_flags=-v
9658 linker_flags=-v
9659 verstring=
9660 output_objdir=.
9661 libname=conftest
9662 lt_save_allow_undefined_flag=$allow_undefined_flag
9663 allow_undefined_flag=
9664 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
ce2cded5
L
9665 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9666 ac_status=$?
9667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9668 (exit $ac_status); }
39144654
RW
9669 then
9670 lt_cv_archive_cmds_need_lc=no
9671 else
9672 lt_cv_archive_cmds_need_lc=yes
9673 fi
9674 allow_undefined_flag=$lt_save_allow_undefined_flag
9675 else
9676 cat conftest.err 1>&5
9677 fi
9678 $RM conftest*
9679
9680fi
9681echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
9682echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
9683 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9684 ;;
9685 esac
d7040cdb 9686 fi
d7040cdb 9687 ;;
ce2cded5 9688esac
d7040cdb 9689
d7040cdb 9690
d7040cdb 9691
d7040cdb 9692
d7040cdb 9693
d7040cdb 9694
d7040cdb 9695
d7040cdb
SE
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
d7040cdb 9783
d7040cdb 9784
d7040cdb
SE
9785
9786
9787
9788
9789
9790
d7040cdb 9791
d7040cdb 9792
d7040cdb 9793
d7040cdb 9794
d7040cdb 9795
d7040cdb 9796
d7040cdb 9797
d7040cdb 9798
d7040cdb 9799
d7040cdb 9800
d7040cdb 9801
d7040cdb 9802
d7040cdb 9803
d7040cdb 9804
d7040cdb 9805
d7040cdb 9806
d7040cdb 9807
d7040cdb 9808
d7040cdb 9809
d7040cdb 9810
d7040cdb 9811
d7040cdb 9812
d7040cdb 9813
ce2cded5
L
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9847echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
718a6fd8
SE
9848
9849if test "$GCC" = yes; then
ce2cded5
L
9850 case $host_os in
9851 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9852 *) lt_awk_arg="/^libraries:/" ;;
9853 esac
9854 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9855 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9856 # if the path contains ";" then we assume it to be the separator
9857 # otherwise default to the standard path separator (i.e. ":") - it is
9858 # assumed that no part of a normal pathname contains ";" but that should
9859 # okay in the real world where ";" in dirpaths is itself problematic.
9860 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9861 else
9862 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9863 fi
9864 # Ok, now we have the path, separated by spaces, we can step through it
9865 # and add multilib dir if necessary.
9866 lt_tmp_lt_search_path_spec=
9867 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9868 for lt_sys_path in $lt_search_path_spec; do
9869 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9870 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9871 else
9872 test -d "$lt_sys_path" && \
9873 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9874 fi
9875 done
9876 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9877BEGIN {RS=" "; FS="/|\n";} {
9878 lt_foo="";
9879 lt_count=0;
9880 for (lt_i = NF; lt_i > 0; lt_i--) {
9881 if ($lt_i != "" && $lt_i != ".") {
9882 if ($lt_i == "..") {
9883 lt_count++;
9884 } else {
9885 if (lt_count == 0) {
9886 lt_foo="/" $lt_i lt_foo;
9887 } else {
9888 lt_count--;
9889 }
9890 }
9891 }
9892 }
9893 if (lt_foo != "") { lt_freq[lt_foo]++; }
9894 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9895}'`
9896 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
d7040cdb 9897else
ce2cded5
L
9898 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9899fi
9900library_names_spec=
9901libname_spec='lib$name'
9902soname_spec=
9903shrext_cmds=".so"
9904postinstall_cmds=
9905postuninstall_cmds=
9906finish_cmds=
9907finish_eval=
9908shlibpath_var=
9909shlibpath_overrides_runpath=unknown
9910version_type=none
9911dynamic_linker="$host_os ld.so"
9912sys_lib_dlsearch_path_spec="/lib /usr/lib"
9913need_lib_prefix=unknown
9914hardcode_into_libs=no
9915
9916# when you set need_version to no, make sure it does not cause -set_version
9917# flags to be left without arguments
9918need_version=unknown
9919
9920case $host_os in
9921aix3*)
9922 version_type=linux
9923 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9924 shlibpath_var=LIBPATH
9925
9926 # AIX 3 has no versioning support, so we append a major version to the name.
9927 soname_spec='${libname}${release}${shared_ext}$major'
9928 ;;
9929
50e7d84b 9930aix[4-9]*)
ce2cded5
L
9931 version_type=linux
9932 need_lib_prefix=no
9933 need_version=no
9934 hardcode_into_libs=yes
9935 if test "$host_cpu" = ia64; then
9936 # AIX 5 supports IA64
9937 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9938 shlibpath_var=LD_LIBRARY_PATH
9939 else
9940 # With GCC up to 2.95.x, collect2 would create an import file
9941 # for dependence libraries. The import file would start with
9942 # the line `#! .'. This would cause the generated library to
9943 # depend on `.', always an invalid library. This was fixed in
9944 # development snapshots of GCC prior to 3.0.
9945 case $host_os in
9946 aix4 | aix4.[01] | aix4.[01].*)
9947 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9948 echo ' yes '
9949 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9950 :
9951 else
9952 can_build_shared=no
9953 fi
9954 ;;
9955 esac
9956 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9957 # soname into executable. Probably we can add versioning support to
9958 # collect2, so additional links can be useful in future.
9959 if test "$aix_use_runtimelinking" = yes; then
9960 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9961 # instead of lib<name>.a to let people know that these are not
9962 # typical AIX shared libraries.
9963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9964 else
9965 # We preserve .a as extension for shared libraries through AIX4.2
9966 # and later when we are not doing run time linking.
9967 library_names_spec='${libname}${release}.a $libname.a'
9968 soname_spec='${libname}${release}${shared_ext}$major'
9969 fi
9970 shlibpath_var=LIBPATH
9971 fi
9972 ;;
9973
9974amigaos*)
718a6fd8
SE
9975 case $host_cpu in
9976 powerpc)
9977 # Since July 2007 AmigaOS4 officially supports .so libraries.
9978 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9980 ;;
9981 m68k)
ce2cded5
L
9982 library_names_spec='$libname.ixlibrary $libname.a'
9983 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9984 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'
718a6fd8
SE
9985 ;;
9986 esac
ce2cded5
L
9987 ;;
9988
9989beos*)
9990 library_names_spec='${libname}${shared_ext}'
9991 dynamic_linker="$host_os ld.so"
9992 shlibpath_var=LIBRARY_PATH
9993 ;;
9994
9995bsdi[45]*)
9996 version_type=linux
9997 need_version=no
9998 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9999 soname_spec='${libname}${release}${shared_ext}$major'
10000 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10001 shlibpath_var=LD_LIBRARY_PATH
10002 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10003 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10004 # the default ld.so.conf also contains /usr/contrib/lib and
10005 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10006 # libtool to hard-code these into programs
10007 ;;
10008
718a6fd8 10009cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10010 version_type=windows
10011 shrext_cmds=".dll"
10012 need_version=no
10013 need_lib_prefix=no
10014
718a6fd8
SE
10015 case $GCC,$host_os in
10016 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10017 library_names_spec='$libname.dll.a'
10018 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10019 postinstall_cmds='base_file=`basename \${file}`~
10020 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10021 dldir=$destdir/`dirname \$dlpath`~
10022 test -d \$dldir || mkdir -p \$dldir~
10023 $install_prog $dir/$dlname \$dldir/$dlname~
10024 chmod a+x \$dldir/$dlname~
10025 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10026 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10027 fi'
10028 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10029 dlpath=$dir/\$dldll~
10030 $RM \$dlpath'
10031 shlibpath_overrides_runpath=yes
10032
10033 case $host_os in
10034 cygwin*)
10035 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10036 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10037 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
10038 ;;
718a6fd8 10039 mingw* | cegcc*)
ce2cded5
L
10040 # MinGW DLLs use traditional 'lib' prefix
10041 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10042 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10043 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10044 # It is most probably a Windows format PATH printed by
10045 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10046 # path with ; separators, and with drive letters. We can handle the
10047 # drive letters (cygwin fileutils understands them), so leave them,
10048 # especially as we might pass files found there to a mingw objdump,
10049 # which wouldn't understand a cygwinified path. Ahh.
10050 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10051 else
10052 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10053 fi
10054 ;;
10055 pw32*)
10056 # pw32 DLLs use 'pw' prefix rather than 'lib'
10057 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10058 ;;
10059 esac
10060 ;;
10061
10062 *)
10063 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10064 ;;
10065 esac
10066 dynamic_linker='Win32 ld.exe'
10067 # FIXME: first we should search . and the directory the executable is in
10068 shlibpath_var=PATH
10069 ;;
10070
10071darwin* | rhapsody*)
10072 dynamic_linker="$host_os dyld"
10073 version_type=darwin
10074 need_lib_prefix=no
10075 need_version=no
10076 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10077 soname_spec='${libname}${release}${major}$shared_ext'
10078 shlibpath_overrides_runpath=yes
10079 shlibpath_var=DYLD_LIBRARY_PATH
10080 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10081
10082 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10083 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10084 ;;
10085
10086dgux*)
10087 version_type=linux
10088 need_lib_prefix=no
10089 need_version=no
10090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10091 soname_spec='${libname}${release}${shared_ext}$major'
10092 shlibpath_var=LD_LIBRARY_PATH
10093 ;;
10094
10095freebsd1*)
10096 dynamic_linker=no
10097 ;;
10098
10099freebsd* | dragonfly*)
10100 # DragonFly does not have aout. When/if they implement a new
10101 # versioning mechanism, adjust this.
10102 if test -x /usr/bin/objformat; then
10103 objformat=`/usr/bin/objformat`
10104 else
10105 case $host_os in
10106 freebsd[123]*) objformat=aout ;;
10107 *) objformat=elf ;;
10108 esac
10109 fi
10110 version_type=freebsd-$objformat
10111 case $version_type in
10112 freebsd-elf*)
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10114 need_version=no
10115 need_lib_prefix=no
10116 ;;
10117 freebsd-*)
10118 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10119 need_version=yes
10120 ;;
10121 esac
10122 shlibpath_var=LD_LIBRARY_PATH
10123 case $host_os in
10124 freebsd2*)
10125 shlibpath_overrides_runpath=yes
10126 ;;
10127 freebsd3.[01]* | freebsdelf3.[01]*)
10128 shlibpath_overrides_runpath=yes
10129 hardcode_into_libs=yes
10130 ;;
10131 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10132 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10133 shlibpath_overrides_runpath=no
10134 hardcode_into_libs=yes
10135 ;;
10136 *) # from 4.6 on, and DragonFly
10137 shlibpath_overrides_runpath=yes
10138 hardcode_into_libs=yes
10139 ;;
10140 esac
10141 ;;
10142
10143gnu*)
10144 version_type=linux
10145 need_lib_prefix=no
10146 need_version=no
10147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10148 soname_spec='${libname}${release}${shared_ext}$major'
10149 shlibpath_var=LD_LIBRARY_PATH
10150 hardcode_into_libs=yes
10151 ;;
10152
10153hpux9* | hpux10* | hpux11*)
10154 # Give a soname corresponding to the major version so that dld.sl refuses to
10155 # link against other versions.
10156 version_type=sunos
10157 need_lib_prefix=no
10158 need_version=no
10159 case $host_cpu in
10160 ia64*)
10161 shrext_cmds='.so'
10162 hardcode_into_libs=yes
10163 dynamic_linker="$host_os dld.so"
10164 shlibpath_var=LD_LIBRARY_PATH
10165 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10167 soname_spec='${libname}${release}${shared_ext}$major'
10168 if test "X$HPUX_IA64_MODE" = X32; then
10169 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10170 else
10171 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10172 fi
10173 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10174 ;;
10175 hppa*64*)
10176 shrext_cmds='.sl'
10177 hardcode_into_libs=yes
10178 dynamic_linker="$host_os dld.sl"
10179 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10180 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 soname_spec='${libname}${release}${shared_ext}$major'
10183 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10184 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10185 ;;
10186 *)
10187 shrext_cmds='.sl'
10188 dynamic_linker="$host_os dld.sl"
10189 shlibpath_var=SHLIB_PATH
10190 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10191 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10192 soname_spec='${libname}${release}${shared_ext}$major'
10193 ;;
10194 esac
10195 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10196 postinstall_cmds='chmod 555 $lib'
10197 ;;
10198
10199interix[3-9]*)
10200 version_type=linux
10201 need_lib_prefix=no
10202 need_version=no
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10206 shlibpath_var=LD_LIBRARY_PATH
10207 shlibpath_overrides_runpath=no
10208 hardcode_into_libs=yes
10209 ;;
10210
10211irix5* | irix6* | nonstopux*)
10212 case $host_os in
10213 nonstopux*) version_type=nonstopux ;;
10214 *)
10215 if test "$lt_cv_prog_gnu_ld" = yes; then
10216 version_type=linux
10217 else
10218 version_type=irix
10219 fi ;;
10220 esac
10221 need_lib_prefix=no
10222 need_version=no
10223 soname_spec='${libname}${release}${shared_ext}$major'
10224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10225 case $host_os in
10226 irix5* | nonstopux*)
10227 libsuff= shlibsuff=
10228 ;;
10229 *)
10230 case $LD in # libtool.m4 will add one of these switches to LD
10231 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10232 libsuff= shlibsuff= libmagic=32-bit;;
10233 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10234 libsuff=32 shlibsuff=N32 libmagic=N32;;
10235 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10236 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10237 *) libsuff= shlibsuff= libmagic=never-match;;
10238 esac
10239 ;;
10240 esac
10241 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10242 shlibpath_overrides_runpath=no
10243 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10244 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10245 hardcode_into_libs=yes
10246 ;;
d7040cdb 10247
ce2cded5
L
10248# No shared lib support for Linux oldld, aout, or coff.
10249linux*oldld* | linux*aout* | linux*coff*)
10250 dynamic_linker=no
10251 ;;
10252
10253# This must be Linux ELF.
58e24671 10254linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
10255 version_type=linux
10256 need_lib_prefix=no
10257 need_version=no
10258 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10259 soname_spec='${libname}${release}${shared_ext}$major'
10260 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10261 shlibpath_var=LD_LIBRARY_PATH
10262 shlibpath_overrides_runpath=no
39144654 10263
ce2cded5 10264 # Some binutils ld are patched to set DT_RUNPATH
39144654
RW
10265 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10267else
10268 lt_cv_shlibpath_overrides_runpath=no
10269 save_LDFLAGS=$LDFLAGS
10270 save_libdir=$libdir
10271 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10272 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10273 cat >conftest.$ac_ext <<_ACEOF
d7040cdb
SE
10274/* confdefs.h. */
10275_ACEOF
10276cat confdefs.h >>conftest.$ac_ext
10277cat >>conftest.$ac_ext <<_ACEOF
10278/* end confdefs.h. */
10279
d7040cdb
SE
10280int
10281main ()
10282{
ce2cded5 10283
d7040cdb
SE
10284 ;
10285 return 0;
10286}
10287_ACEOF
10288rm -f conftest.$ac_objext conftest$ac_exeext
10289if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10290 (eval $ac_link) 2>conftest.er1
10291 ac_status=$?
10292 grep -v '^ *+' conftest.er1 >conftest.err
10293 rm -f conftest.er1
10294 cat conftest.err >&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 (exit $ac_status); } &&
10297 { ac_try='test -z "$ac_c_werror_flag"
10298 || test ! -s conftest.err'
10299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10300 (eval $ac_try) 2>&5
10301 ac_status=$?
10302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10303 (exit $ac_status); }; } &&
10304 { ac_try='test -s conftest$ac_exeext'
10305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10306 (eval $ac_try) 2>&5
10307 ac_status=$?
10308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10309 (exit $ac_status); }; }; then
718a6fd8 10310 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
39144654 10311 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5
L
10312fi
10313
d7040cdb
SE
10314else
10315 echo "$as_me: failed program was:" >&5
10316sed 's/^/| /' conftest.$ac_ext >&5
10317
ce2cded5
L
10318fi
10319rm -f conftest.err conftest.$ac_objext \
10320 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10321 LDFLAGS=$save_LDFLAGS
10322 libdir=$save_libdir
10323
10324fi
10325
10326 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10327
10328 # This implies no fast_install, which is unacceptable.
10329 # Some rework will be needed to allow for fast_install
10330 # before this can be enabled.
10331 hardcode_into_libs=yes
10332
10333 # Append ld.so.conf contents to the search path
10334 if test -f /etc/ld.so.conf; then
718a6fd8 10335 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/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
ce2cded5
L
10336 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10337 fi
10338
10339 # We used to test for /lib/ld.so.1 and disable shared libraries on
10340 # powerpc, because MkLinux only supported shared libraries with the
10341 # GNU dynamic linker. Since this was broken with cross compilers,
10342 # most powerpc-linux boxes support dynamic linking these days and
10343 # people can always --disable-shared, the test was removed, and we
10344 # assume the GNU/Linux dynamic linker is in use.
10345 dynamic_linker='GNU/Linux ld.so'
10346 ;;
10347
10348netbsd*)
10349 version_type=sunos
10350 need_lib_prefix=no
10351 need_version=no
10352 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10354 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10355 dynamic_linker='NetBSD (a.out) ld.so'
10356 else
10357 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10358 soname_spec='${libname}${release}${shared_ext}$major'
10359 dynamic_linker='NetBSD ld.elf_so'
10360 fi
10361 shlibpath_var=LD_LIBRARY_PATH
10362 shlibpath_overrides_runpath=yes
10363 hardcode_into_libs=yes
10364 ;;
10365
10366newsos6)
10367 version_type=linux
10368 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10369 shlibpath_var=LD_LIBRARY_PATH
10370 shlibpath_overrides_runpath=yes
10371 ;;
10372
10373*nto* | *qnx*)
10374 version_type=qnx
10375 need_lib_prefix=no
10376 need_version=no
10377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10378 soname_spec='${libname}${release}${shared_ext}$major'
10379 shlibpath_var=LD_LIBRARY_PATH
10380 shlibpath_overrides_runpath=no
10381 hardcode_into_libs=yes
10382 dynamic_linker='ldqnx.so'
10383 ;;
10384
10385openbsd*)
10386 version_type=sunos
10387 sys_lib_dlsearch_path_spec="/usr/lib"
10388 need_lib_prefix=no
10389 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10390 case $host_os in
10391 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10392 *) need_version=no ;;
10393 esac
10394 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10395 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10396 shlibpath_var=LD_LIBRARY_PATH
10397 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10398 case $host_os in
10399 openbsd2.[89] | openbsd2.[89].*)
10400 shlibpath_overrides_runpath=no
10401 ;;
10402 *)
10403 shlibpath_overrides_runpath=yes
10404 ;;
10405 esac
10406 else
10407 shlibpath_overrides_runpath=yes
10408 fi
10409 ;;
10410
10411os2*)
10412 libname_spec='$name'
10413 shrext_cmds=".dll"
10414 need_lib_prefix=no
10415 library_names_spec='$libname${shared_ext} $libname.a'
10416 dynamic_linker='OS/2 ld.exe'
10417 shlibpath_var=LIBPATH
10418 ;;
10419
10420osf3* | osf4* | osf5*)
10421 version_type=osf
10422 need_lib_prefix=no
10423 need_version=no
10424 soname_spec='${libname}${release}${shared_ext}$major'
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 shlibpath_var=LD_LIBRARY_PATH
10427 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10428 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10429 ;;
10430
10431rdos*)
10432 dynamic_linker=no
10433 ;;
10434
10435solaris*)
10436 version_type=linux
10437 need_lib_prefix=no
10438 need_version=no
10439 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10440 soname_spec='${libname}${release}${shared_ext}$major'
10441 shlibpath_var=LD_LIBRARY_PATH
10442 shlibpath_overrides_runpath=yes
10443 hardcode_into_libs=yes
10444 # ldd complains unless libraries are executable
10445 postinstall_cmds='chmod +x $lib'
10446 ;;
10447
10448sunos4*)
10449 version_type=sunos
10450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10451 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10452 shlibpath_var=LD_LIBRARY_PATH
10453 shlibpath_overrides_runpath=yes
10454 if test "$with_gnu_ld" = yes; then
10455 need_lib_prefix=no
10456 fi
10457 need_version=yes
10458 ;;
10459
10460sysv4 | sysv4.3*)
10461 version_type=linux
10462 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10463 soname_spec='${libname}${release}${shared_ext}$major'
10464 shlibpath_var=LD_LIBRARY_PATH
10465 case $host_vendor in
10466 sni)
10467 shlibpath_overrides_runpath=no
10468 need_lib_prefix=no
10469 runpath_var=LD_RUN_PATH
10470 ;;
10471 siemens)
10472 need_lib_prefix=no
10473 ;;
10474 motorola)
10475 need_lib_prefix=no
10476 need_version=no
10477 shlibpath_overrides_runpath=no
10478 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10479 ;;
10480 esac
10481 ;;
10482
10483sysv4*MP*)
10484 if test -d /usr/nec ;then
10485 version_type=linux
10486 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10487 soname_spec='$libname${shared_ext}.$major'
10488 shlibpath_var=LD_LIBRARY_PATH
10489 fi
10490 ;;
10491
10492sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10493 version_type=freebsd-elf
10494 need_lib_prefix=no
10495 need_version=no
10496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10497 soname_spec='${libname}${release}${shared_ext}$major'
10498 shlibpath_var=LD_LIBRARY_PATH
10499 shlibpath_overrides_runpath=yes
10500 hardcode_into_libs=yes
10501 if test "$with_gnu_ld" = yes; then
10502 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10503 else
10504 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10505 case $host_os in
10506 sco3.2v5*)
10507 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10508 ;;
10509 esac
10510 fi
10511 sys_lib_dlsearch_path_spec='/usr/lib'
10512 ;;
10513
10514tpf*)
10515 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10516 version_type=linux
10517 need_lib_prefix=no
10518 need_version=no
718a6fd8 10519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10520 shlibpath_var=LD_LIBRARY_PATH
10521 shlibpath_overrides_runpath=no
10522 hardcode_into_libs=yes
10523 ;;
d7040cdb 10524
ce2cded5
L
10525uts4*)
10526 version_type=linux
10527 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10528 soname_spec='${libname}${release}${shared_ext}$major'
10529 shlibpath_var=LD_LIBRARY_PATH
10530 ;;
d7040cdb 10531
ce2cded5
L
10532*)
10533 dynamic_linker=no
10534 ;;
10535esac
10536echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10537echo "${ECHO_T}$dynamic_linker" >&6
10538test "$dynamic_linker" = no && can_build_shared=no
10539
10540variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10541if test "$GCC" = yes; then
10542 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10543fi
d7040cdb 10544
718a6fd8
SE
10545if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10546 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10547fi
10548if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10549 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10550fi
10551
d7040cdb 10552
d7040cdb
SE
10553
10554
d7040cdb
SE
10555
10556
d7040cdb
SE
10557
10558
d7040cdb
SE
10559
10560
d7040cdb
SE
10561
10562
d7040cdb 10563
d7040cdb 10564
d7040cdb 10565
d7040cdb 10566
d7040cdb 10567
d7040cdb 10568
d7040cdb 10569
d7040cdb 10570
d7040cdb 10571
d7040cdb 10572
d7040cdb 10573
d7040cdb 10574
d7040cdb 10575
d7040cdb 10576
d7040cdb
SE
10577
10578
d7040cdb 10579
d7040cdb 10580
d7040cdb 10581
d7040cdb 10582
d7040cdb 10583
d7040cdb 10584
d7040cdb 10585
d7040cdb 10586
d7040cdb 10587
d7040cdb
SE
10588
10589
d7040cdb 10590
d7040cdb 10591
d7040cdb 10592
d7040cdb
SE
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
d7040cdb
SE
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
d7040cdb 10622
d7040cdb 10623
d7040cdb 10624
d7040cdb 10625
d7040cdb
SE
10626
10627
10628
10629
ce2cded5
L
10630
10631
10632
10633
10634
10635
10636
10637
10638 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10639echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
10640hardcode_action=
10641if test -n "$hardcode_libdir_flag_spec" ||
10642 test -n "$runpath_var" ||
10643 test "X$hardcode_automatic" = "Xyes" ; then
10644
10645 # We can hardcode non-existent directories.
10646 if test "$hardcode_direct" != no &&
10647 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10648 # have to relink, otherwise we might link with an installed library
10649 # when we should be linking with a yet-to-be-installed one
10650 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10651 test "$hardcode_minus_L" != no; then
10652 # Linking always hardcodes the temporary library directory.
10653 hardcode_action=relink
10654 else
10655 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10656 hardcode_action=immediate
10657 fi
10658else
10659 # We cannot hardcode anything, or else we can only hardcode existing
10660 # directories.
10661 hardcode_action=unsupported
10662fi
10663echo "$as_me:$LINENO: result: $hardcode_action" >&5
10664echo "${ECHO_T}$hardcode_action" >&6
10665
10666if test "$hardcode_action" = relink ||
10667 test "$inherit_rpath" = yes; then
10668 # Fast installation is not supported
10669 enable_fast_install=no
10670elif test "$shlibpath_overrides_runpath" = yes ||
10671 test "$enable_shared" = no; then
10672 # Fast installation is not necessary
10673 enable_fast_install=needless
d7040cdb 10674fi
d7040cdb 10675
d7040cdb
SE
10676
10677
10678
10679
10680
ce2cded5
L
10681 if test "x$enable_dlopen" != xyes; then
10682 enable_dlopen=unknown
10683 enable_dlopen_self=unknown
10684 enable_dlopen_self_static=unknown
10685else
10686 lt_cv_dlopen=no
10687 lt_cv_dlopen_libs=
10688
10689 case $host_os in
10690 beos*)
10691 lt_cv_dlopen="load_add_on"
10692 lt_cv_dlopen_libs=
10693 lt_cv_dlopen_self=yes
10694 ;;
d7040cdb 10695
718a6fd8 10696 mingw* | pw32* | cegcc*)
ce2cded5
L
10697 lt_cv_dlopen="LoadLibrary"
10698 lt_cv_dlopen_libs=
10699 ;;
d7040cdb 10700
ce2cded5
L
10701 cygwin*)
10702 lt_cv_dlopen="dlopen"
10703 lt_cv_dlopen_libs=
10704 ;;
d7040cdb 10705
ce2cded5
L
10706 darwin*)
10707 # if libdl is installed we need to link against it
10708 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10709echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10710if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10711 echo $ECHO_N "(cached) $ECHO_C" >&6
10712else
10713 ac_check_lib_save_LIBS=$LIBS
10714LIBS="-ldl $LIBS"
10715cat >conftest.$ac_ext <<_ACEOF
10716/* confdefs.h. */
10717_ACEOF
10718cat confdefs.h >>conftest.$ac_ext
10719cat >>conftest.$ac_ext <<_ACEOF
10720/* end confdefs.h. */
d7040cdb 10721
ce2cded5
L
10722/* Override any gcc2 internal prototype to avoid an error. */
10723#ifdef __cplusplus
10724extern "C"
10725#endif
10726/* We use char because int might match the return type of a gcc2
10727 builtin and then its argument prototype would still apply. */
10728char dlopen ();
10729int
10730main ()
10731{
10732dlopen ();
10733 ;
10734 return 0;
10735}
10736_ACEOF
10737rm -f conftest.$ac_objext conftest$ac_exeext
10738if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10739 (eval $ac_link) 2>conftest.er1
10740 ac_status=$?
10741 grep -v '^ *+' conftest.er1 >conftest.err
10742 rm -f conftest.er1
10743 cat conftest.err >&5
10744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10745 (exit $ac_status); } &&
10746 { ac_try='test -z "$ac_c_werror_flag"
10747 || test ! -s conftest.err'
10748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10749 (eval $ac_try) 2>&5
10750 ac_status=$?
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10752 (exit $ac_status); }; } &&
10753 { ac_try='test -s conftest$ac_exeext'
10754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10755 (eval $ac_try) 2>&5
10756 ac_status=$?
10757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10758 (exit $ac_status); }; }; then
10759 ac_cv_lib_dl_dlopen=yes
10760else
10761 echo "$as_me: failed program was:" >&5
10762sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 10763
ce2cded5
L
10764ac_cv_lib_dl_dlopen=no
10765fi
10766rm -f conftest.err conftest.$ac_objext \
10767 conftest$ac_exeext conftest.$ac_ext
10768LIBS=$ac_check_lib_save_LIBS
10769fi
10770echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10771echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10772if test $ac_cv_lib_dl_dlopen = yes; then
10773 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10774else
d7040cdb 10775
ce2cded5
L
10776 lt_cv_dlopen="dyld"
10777 lt_cv_dlopen_libs=
10778 lt_cv_dlopen_self=yes
d7040cdb 10779
ce2cded5 10780fi
d7040cdb 10781
ce2cded5 10782 ;;
d7040cdb 10783
ce2cded5
L
10784 *)
10785 echo "$as_me:$LINENO: checking for shl_load" >&5
10786echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
10787if test "${ac_cv_func_shl_load+set}" = set; then
10788 echo $ECHO_N "(cached) $ECHO_C" >&6
10789else
10790 cat >conftest.$ac_ext <<_ACEOF
10791/* confdefs.h. */
10792_ACEOF
10793cat confdefs.h >>conftest.$ac_ext
10794cat >>conftest.$ac_ext <<_ACEOF
10795/* end confdefs.h. */
10796/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10797 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10798#define shl_load innocuous_shl_load
d7040cdb 10799
ce2cded5
L
10800/* System header to define __stub macros and hopefully few prototypes,
10801 which can conflict with char shl_load (); below.
10802 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10803 <limits.h> exists even on freestanding compilers. */
d7040cdb 10804
ce2cded5
L
10805#ifdef __STDC__
10806# include <limits.h>
10807#else
10808# include <assert.h>
10809#endif
d7040cdb 10810
ce2cded5 10811#undef shl_load
d7040cdb 10812
ce2cded5
L
10813/* Override any gcc2 internal prototype to avoid an error. */
10814#ifdef __cplusplus
10815extern "C"
10816{
10817#endif
10818/* We use char because int might match the return type of a gcc2
10819 builtin and then its argument prototype would still apply. */
10820char shl_load ();
10821/* The GNU C library defines this for functions which it implements
10822 to always fail with ENOSYS. Some functions are actually named
10823 something starting with __ and the normal name is an alias. */
10824#if defined (__stub_shl_load) || defined (__stub___shl_load)
10825choke me
10826#else
10827char (*f) () = shl_load;
10828#endif
10829#ifdef __cplusplus
10830}
10831#endif
d7040cdb 10832
ce2cded5
L
10833int
10834main ()
10835{
10836return f != shl_load;
10837 ;
10838 return 0;
10839}
10840_ACEOF
10841rm -f conftest.$ac_objext conftest$ac_exeext
10842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10843 (eval $ac_link) 2>conftest.er1
10844 ac_status=$?
10845 grep -v '^ *+' conftest.er1 >conftest.err
10846 rm -f conftest.er1
10847 cat conftest.err >&5
10848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10849 (exit $ac_status); } &&
10850 { ac_try='test -z "$ac_c_werror_flag"
10851 || test ! -s conftest.err'
10852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10853 (eval $ac_try) 2>&5
10854 ac_status=$?
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); }; } &&
10857 { ac_try='test -s conftest$ac_exeext'
10858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10859 (eval $ac_try) 2>&5
10860 ac_status=$?
10861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10862 (exit $ac_status); }; }; then
10863 ac_cv_func_shl_load=yes
10864else
10865 echo "$as_me: failed program was:" >&5
10866sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 10867
ce2cded5 10868ac_cv_func_shl_load=no
d7040cdb 10869fi
ce2cded5
L
10870rm -f conftest.err conftest.$ac_objext \
10871 conftest$ac_exeext conftest.$ac_ext
10872fi
10873echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10874echo "${ECHO_T}$ac_cv_func_shl_load" >&6
10875if test $ac_cv_func_shl_load = yes; then
10876 lt_cv_dlopen="shl_load"
10877else
10878 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10879echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
10880if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10881 echo $ECHO_N "(cached) $ECHO_C" >&6
10882else
10883 ac_check_lib_save_LIBS=$LIBS
10884LIBS="-ldld $LIBS"
10885cat >conftest.$ac_ext <<_ACEOF
10886/* confdefs.h. */
10887_ACEOF
10888cat confdefs.h >>conftest.$ac_ext
10889cat >>conftest.$ac_ext <<_ACEOF
10890/* end confdefs.h. */
d7040cdb 10891
ce2cded5
L
10892/* Override any gcc2 internal prototype to avoid an error. */
10893#ifdef __cplusplus
10894extern "C"
10895#endif
10896/* We use char because int might match the return type of a gcc2
10897 builtin and then its argument prototype would still apply. */
10898char shl_load ();
10899int
10900main ()
10901{
10902shl_load ();
10903 ;
10904 return 0;
10905}
d7040cdb 10906_ACEOF
ce2cded5
L
10907rm -f conftest.$ac_objext conftest$ac_exeext
10908if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10909 (eval $ac_link) 2>conftest.er1
10910 ac_status=$?
10911 grep -v '^ *+' conftest.er1 >conftest.err
10912 rm -f conftest.er1
10913 cat conftest.err >&5
10914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915 (exit $ac_status); } &&
10916 { ac_try='test -z "$ac_c_werror_flag"
10917 || test ! -s conftest.err'
10918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10919 (eval $ac_try) 2>&5
10920 ac_status=$?
10921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); }; } &&
10923 { ac_try='test -s conftest$ac_exeext'
10924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10925 (eval $ac_try) 2>&5
10926 ac_status=$?
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); }; }; then
10929 ac_cv_lib_dld_shl_load=yes
10930else
10931 echo "$as_me: failed program was:" >&5
10932sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 10933
ce2cded5 10934ac_cv_lib_dld_shl_load=no
d7040cdb 10935fi
ce2cded5
L
10936rm -f conftest.err conftest.$ac_objext \
10937 conftest$ac_exeext conftest.$ac_ext
10938LIBS=$ac_check_lib_save_LIBS
10939fi
10940echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10941echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
10942if test $ac_cv_lib_dld_shl_load = yes; then
718a6fd8 10943 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
10944else
10945 echo "$as_me:$LINENO: checking for dlopen" >&5
10946echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
10947if test "${ac_cv_func_dlopen+set}" = set; then
10948 echo $ECHO_N "(cached) $ECHO_C" >&6
10949else
10950 cat >conftest.$ac_ext <<_ACEOF
10951/* confdefs.h. */
10952_ACEOF
10953cat confdefs.h >>conftest.$ac_ext
10954cat >>conftest.$ac_ext <<_ACEOF
10955/* end confdefs.h. */
10956/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10958#define dlopen innocuous_dlopen
d7040cdb 10959
ce2cded5
L
10960/* System header to define __stub macros and hopefully few prototypes,
10961 which can conflict with char dlopen (); below.
10962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10963 <limits.h> exists even on freestanding compilers. */
d7040cdb 10964
ce2cded5
L
10965#ifdef __STDC__
10966# include <limits.h>
10967#else
10968# include <assert.h>
10969#endif
d7040cdb 10970
ce2cded5 10971#undef dlopen
d7040cdb 10972
ce2cded5
L
10973/* Override any gcc2 internal prototype to avoid an error. */
10974#ifdef __cplusplus
10975extern "C"
10976{
10977#endif
10978/* We use char because int might match the return type of a gcc2
10979 builtin and then its argument prototype would still apply. */
10980char dlopen ();
10981/* The GNU C library defines this for functions which it implements
10982 to always fail with ENOSYS. Some functions are actually named
10983 something starting with __ and the normal name is an alias. */
10984#if defined (__stub_dlopen) || defined (__stub___dlopen)
10985choke me
10986#else
10987char (*f) () = dlopen;
10988#endif
10989#ifdef __cplusplus
10990}
10991#endif
d7040cdb 10992
ce2cded5
L
10993int
10994main ()
10995{
10996return f != dlopen;
10997 ;
10998 return 0;
10999}
11000_ACEOF
11001rm -f conftest.$ac_objext conftest$ac_exeext
11002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11003 (eval $ac_link) 2>conftest.er1
11004 ac_status=$?
11005 grep -v '^ *+' conftest.er1 >conftest.err
11006 rm -f conftest.er1
11007 cat conftest.err >&5
11008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11009 (exit $ac_status); } &&
11010 { ac_try='test -z "$ac_c_werror_flag"
11011 || test ! -s conftest.err'
11012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11013 (eval $ac_try) 2>&5
11014 ac_status=$?
11015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11016 (exit $ac_status); }; } &&
11017 { ac_try='test -s conftest$ac_exeext'
11018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11019 (eval $ac_try) 2>&5
11020 ac_status=$?
11021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11022 (exit $ac_status); }; }; then
11023 ac_cv_func_dlopen=yes
11024else
11025 echo "$as_me: failed program was:" >&5
11026sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 11027
ce2cded5 11028ac_cv_func_dlopen=no
d7040cdb 11029fi
ce2cded5
L
11030rm -f conftest.err conftest.$ac_objext \
11031 conftest$ac_exeext conftest.$ac_ext
d7040cdb 11032fi
ce2cded5
L
11033echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
11034echo "${ECHO_T}$ac_cv_func_dlopen" >&6
11035if test $ac_cv_func_dlopen = yes; then
11036 lt_cv_dlopen="dlopen"
11037else
11038 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11039echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
11040if test "${ac_cv_lib_dl_dlopen+set}" = set; then
d7040cdb
SE
11041 echo $ECHO_N "(cached) $ECHO_C" >&6
11042else
ce2cded5
L
11043 ac_check_lib_save_LIBS=$LIBS
11044LIBS="-ldl $LIBS"
d7040cdb
SE
11045cat >conftest.$ac_ext <<_ACEOF
11046/* confdefs.h. */
11047_ACEOF
11048cat confdefs.h >>conftest.$ac_ext
11049cat >>conftest.$ac_ext <<_ACEOF
11050/* end confdefs.h. */
d7040cdb 11051
ce2cded5
L
11052/* Override any gcc2 internal prototype to avoid an error. */
11053#ifdef __cplusplus
11054extern "C"
11055#endif
11056/* We use char because int might match the return type of a gcc2
11057 builtin and then its argument prototype would still apply. */
11058char dlopen ();
d7040cdb
SE
11059int
11060main ()
11061{
ce2cded5 11062dlopen ();
d7040cdb
SE
11063 ;
11064 return 0;
11065}
11066_ACEOF
ce2cded5
L
11067rm -f conftest.$ac_objext conftest$ac_exeext
11068if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11069 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
11070 ac_status=$?
11071 grep -v '^ *+' conftest.er1 >conftest.err
11072 rm -f conftest.er1
11073 cat conftest.err >&5
11074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11075 (exit $ac_status); } &&
11076 { ac_try='test -z "$ac_c_werror_flag"
11077 || test ! -s conftest.err'
11078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11079 (eval $ac_try) 2>&5
11080 ac_status=$?
11081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11082 (exit $ac_status); }; } &&
ce2cded5 11083 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
11084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11085 (eval $ac_try) 2>&5
11086 ac_status=$?
11087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088 (exit $ac_status); }; }; then
ce2cded5
L
11089 ac_cv_lib_dl_dlopen=yes
11090else
11091 echo "$as_me: failed program was:" >&5
11092sed 's/^/| /' conftest.$ac_ext >&5
11093
11094ac_cv_lib_dl_dlopen=no
11095fi
11096rm -f conftest.err conftest.$ac_objext \
11097 conftest$ac_exeext conftest.$ac_ext
11098LIBS=$ac_check_lib_save_LIBS
11099fi
11100echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11101echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
11102if test $ac_cv_lib_dl_dlopen = yes; then
11103 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11104else
11105 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
11106echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
11107if test "${ac_cv_lib_svld_dlopen+set}" = set; then
11108 echo $ECHO_N "(cached) $ECHO_C" >&6
11109else
11110 ac_check_lib_save_LIBS=$LIBS
11111LIBS="-lsvld $LIBS"
d7040cdb
SE
11112cat >conftest.$ac_ext <<_ACEOF
11113/* confdefs.h. */
11114_ACEOF
11115cat confdefs.h >>conftest.$ac_ext
11116cat >>conftest.$ac_ext <<_ACEOF
11117/* end confdefs.h. */
d7040cdb 11118
ce2cded5
L
11119/* Override any gcc2 internal prototype to avoid an error. */
11120#ifdef __cplusplus
11121extern "C"
11122#endif
11123/* We use char because int might match the return type of a gcc2
11124 builtin and then its argument prototype would still apply. */
11125char dlopen ();
d7040cdb
SE
11126int
11127main ()
11128{
ce2cded5 11129dlopen ();
d7040cdb
SE
11130 ;
11131 return 0;
11132}
11133_ACEOF
ce2cded5
L
11134rm -f conftest.$ac_objext conftest$ac_exeext
11135if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11136 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
11137 ac_status=$?
11138 grep -v '^ *+' conftest.er1 >conftest.err
11139 rm -f conftest.er1
11140 cat conftest.err >&5
11141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11142 (exit $ac_status); } &&
11143 { ac_try='test -z "$ac_c_werror_flag"
11144 || test ! -s conftest.err'
11145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11146 (eval $ac_try) 2>&5
11147 ac_status=$?
11148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); }; } &&
ce2cded5 11150 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
11151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11152 (eval $ac_try) 2>&5
11153 ac_status=$?
11154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11155 (exit $ac_status); }; }; then
ce2cded5 11156 ac_cv_lib_svld_dlopen=yes
d7040cdb
SE
11157else
11158 echo "$as_me: failed program was:" >&5
11159sed 's/^/| /' conftest.$ac_ext >&5
11160
ce2cded5 11161ac_cv_lib_svld_dlopen=no
d7040cdb 11162fi
ce2cded5
L
11163rm -f conftest.err conftest.$ac_objext \
11164 conftest$ac_exeext conftest.$ac_ext
11165LIBS=$ac_check_lib_save_LIBS
11166fi
11167echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11168echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
11169if test $ac_cv_lib_svld_dlopen = yes; then
11170 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11171else
11172 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11173echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
11174if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11175 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 11176else
ce2cded5
L
11177 ac_check_lib_save_LIBS=$LIBS
11178LIBS="-ldld $LIBS"
11179cat >conftest.$ac_ext <<_ACEOF
d7040cdb
SE
11180/* confdefs.h. */
11181_ACEOF
11182cat confdefs.h >>conftest.$ac_ext
11183cat >>conftest.$ac_ext <<_ACEOF
11184/* end confdefs.h. */
ce2cded5
L
11185
11186/* Override any gcc2 internal prototype to avoid an error. */
11187#ifdef __cplusplus
11188extern "C"
11189#endif
11190/* We use char because int might match the return type of a gcc2
11191 builtin and then its argument prototype would still apply. */
11192char dld_link ();
d7040cdb
SE
11193int
11194main ()
11195{
ce2cded5 11196dld_link ();
d7040cdb
SE
11197 ;
11198 return 0;
11199}
11200_ACEOF
ce2cded5
L
11201rm -f conftest.$ac_objext conftest$ac_exeext
11202if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11203 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
11204 ac_status=$?
11205 grep -v '^ *+' conftest.er1 >conftest.err
11206 rm -f conftest.er1
11207 cat conftest.err >&5
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); } &&
11210 { ac_try='test -z "$ac_c_werror_flag"
11211 || test ! -s conftest.err'
11212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11213 (eval $ac_try) 2>&5
11214 ac_status=$?
11215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11216 (exit $ac_status); }; } &&
ce2cded5 11217 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
11218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11219 (eval $ac_try) 2>&5
11220 ac_status=$?
11221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11222 (exit $ac_status); }; }; then
ce2cded5
L
11223 ac_cv_lib_dld_dld_link=yes
11224else
11225 echo "$as_me: failed program was:" >&5
11226sed 's/^/| /' conftest.$ac_ext >&5
11227
11228ac_cv_lib_dld_dld_link=no
d7040cdb 11229fi
ce2cded5
L
11230rm -f conftest.err conftest.$ac_objext \
11231 conftest$ac_exeext conftest.$ac_ext
11232LIBS=$ac_check_lib_save_LIBS
11233fi
11234echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11235echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
11236if test $ac_cv_lib_dld_dld_link = yes; then
718a6fd8 11237 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
11238fi
11239
11240
11241fi
11242
11243
11244fi
11245
11246
11247fi
11248
11249
11250fi
11251
11252
11253fi
11254
11255 ;;
11256 esac
11257
11258 if test "x$lt_cv_dlopen" != xno; then
11259 enable_dlopen=yes
d7040cdb 11260 else
ce2cded5 11261 enable_dlopen=no
d7040cdb 11262 fi
ce2cded5
L
11263
11264 case $lt_cv_dlopen in
11265 dlopen)
11266 save_CPPFLAGS="$CPPFLAGS"
11267 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11268
11269 save_LDFLAGS="$LDFLAGS"
11270 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11271
11272 save_LIBS="$LIBS"
11273 LIBS="$lt_cv_dlopen_libs $LIBS"
11274
11275 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11276echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
11277if test "${lt_cv_dlopen_self+set}" = set; then
11278 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 11279else
ce2cded5
L
11280 if test "$cross_compiling" = yes; then :
11281 lt_cv_dlopen_self=cross
11282else
11283 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11284 lt_status=$lt_dlunknown
11285 cat > conftest.$ac_ext <<_LT_EOF
29670fb9 11286#line 11286 "configure"
ce2cded5
L
11287#include "confdefs.h"
11288
11289#if HAVE_DLFCN_H
11290#include <dlfcn.h>
11291#endif
11292
11293#include <stdio.h>
11294
11295#ifdef RTLD_GLOBAL
11296# define LT_DLGLOBAL RTLD_GLOBAL
11297#else
11298# ifdef DL_GLOBAL
11299# define LT_DLGLOBAL DL_GLOBAL
11300# else
11301# define LT_DLGLOBAL 0
11302# endif
11303#endif
11304
11305/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11306 find out it does not work in some platform. */
11307#ifndef LT_DLLAZY_OR_NOW
11308# ifdef RTLD_LAZY
11309# define LT_DLLAZY_OR_NOW RTLD_LAZY
11310# else
11311# ifdef DL_LAZY
11312# define LT_DLLAZY_OR_NOW DL_LAZY
11313# else
11314# ifdef RTLD_NOW
11315# define LT_DLLAZY_OR_NOW RTLD_NOW
11316# else
11317# ifdef DL_NOW
11318# define LT_DLLAZY_OR_NOW DL_NOW
11319# else
11320# define LT_DLLAZY_OR_NOW 0
11321# endif
11322# endif
11323# endif
11324# endif
11325#endif
11326
ce2cded5
L
11327void fnord() { int i=42;}
11328int main ()
11329{
11330 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11331 int status = $lt_dlunknown;
11332
11333 if (self)
11334 {
11335 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11336 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11337 /* dlclose (self); */
11338 }
11339 else
11340 puts (dlerror ());
11341
718a6fd8 11342 return status;
ce2cded5
L
11343}
11344_LT_EOF
11345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11346 (eval $ac_link) 2>&5
11347 ac_status=$?
11348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11349 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11350 (./conftest; exit; ) >&5 2>/dev/null
11351 lt_status=$?
11352 case x$lt_status in
11353 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11354 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11355 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11356 esac
11357 else :
11358 # compilation failed
11359 lt_cv_dlopen_self=no
11360 fi
11361fi
11362rm -fr conftest*
11363
d7040cdb
SE
11364
11365fi
ce2cded5
L
11366echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11367echo "${ECHO_T}$lt_cv_dlopen_self" >&6
11368
11369 if test "x$lt_cv_dlopen_self" = xyes; then
11370 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11371 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11372echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
11373if test "${lt_cv_dlopen_self_static+set}" = set; then
11374 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 11375else
ce2cded5
L
11376 if test "$cross_compiling" = yes; then :
11377 lt_cv_dlopen_self_static=cross
11378else
11379 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11380 lt_status=$lt_dlunknown
11381 cat > conftest.$ac_ext <<_LT_EOF
29670fb9 11382#line 11382 "configure"
ce2cded5
L
11383#include "confdefs.h"
11384
11385#if HAVE_DLFCN_H
11386#include <dlfcn.h>
11387#endif
11388
11389#include <stdio.h>
11390
11391#ifdef RTLD_GLOBAL
11392# define LT_DLGLOBAL RTLD_GLOBAL
11393#else
11394# ifdef DL_GLOBAL
11395# define LT_DLGLOBAL DL_GLOBAL
11396# else
11397# define LT_DLGLOBAL 0
11398# endif
11399#endif
11400
11401/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11402 find out it does not work in some platform. */
11403#ifndef LT_DLLAZY_OR_NOW
11404# ifdef RTLD_LAZY
11405# define LT_DLLAZY_OR_NOW RTLD_LAZY
11406# else
11407# ifdef DL_LAZY
11408# define LT_DLLAZY_OR_NOW DL_LAZY
11409# else
11410# ifdef RTLD_NOW
11411# define LT_DLLAZY_OR_NOW RTLD_NOW
11412# else
11413# ifdef DL_NOW
11414# define LT_DLLAZY_OR_NOW DL_NOW
11415# else
11416# define LT_DLLAZY_OR_NOW 0
11417# endif
11418# endif
11419# endif
11420# endif
11421#endif
11422
ce2cded5
L
11423void fnord() { int i=42;}
11424int main ()
d7040cdb 11425{
ce2cded5
L
11426 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11427 int status = $lt_dlunknown;
11428
11429 if (self)
11430 {
11431 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11432 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11433 /* dlclose (self); */
11434 }
11435 else
11436 puts (dlerror ());
11437
718a6fd8 11438 return status;
d7040cdb 11439}
ce2cded5
L
11440_LT_EOF
11441 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
d7040cdb
SE
11442 (eval $ac_link) 2>&5
11443 ac_status=$?
11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
11445 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11446 (./conftest; exit; ) >&5 2>/dev/null
11447 lt_status=$?
11448 case x$lt_status in
11449 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11450 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11451 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11452 esac
11453 else :
11454 # compilation failed
11455 lt_cv_dlopen_self_static=no
11456 fi
d7040cdb 11457fi
ce2cded5
L
11458rm -fr conftest*
11459
11460
d7040cdb 11461fi
ce2cded5
L
11462echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11463echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
11464 fi
11465
11466 CPPFLAGS="$save_CPPFLAGS"
11467 LDFLAGS="$save_LDFLAGS"
11468 LIBS="$save_LIBS"
11469 ;;
11470 esac
11471
11472 case $lt_cv_dlopen_self in
11473 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11474 *) enable_dlopen_self=unknown ;;
11475 esac
11476
11477 case $lt_cv_dlopen_self_static in
11478 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11479 *) enable_dlopen_self_static=unknown ;;
11480 esac
d7040cdb 11481fi
d7040cdb 11482
d7040cdb
SE
11483
11484
d7040cdb 11485
d7040cdb 11486
ce2cded5
L
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499striplib=
11500old_striplib=
11501echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11502echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
11503if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11504 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11505 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11506 echo "$as_me:$LINENO: result: yes" >&5
11507echo "${ECHO_T}yes" >&6
11508else
11509# FIXME - insert some real tests, host_os isn't really good enough
11510 case $host_os in
11511 darwin*)
11512 if test -n "$STRIP" ; then
11513 striplib="$STRIP -x"
11514 old_striplib="$STRIP -S"
11515 echo "$as_me:$LINENO: result: yes" >&5
11516echo "${ECHO_T}yes" >&6
11517 else
11518 echo "$as_me:$LINENO: result: no" >&5
11519echo "${ECHO_T}no" >&6
d7040cdb 11520 fi
ce2cded5
L
11521 ;;
11522 *)
11523 echo "$as_me:$LINENO: result: no" >&5
11524echo "${ECHO_T}no" >&6
11525 ;;
d7040cdb 11526 esac
d7040cdb
SE
11527fi
11528
d7040cdb 11529
d7040cdb 11530
d7040cdb 11531
d7040cdb 11532
d7040cdb 11533
d7040cdb 11534
d7040cdb 11535
d7040cdb 11536
d7040cdb 11537
d7040cdb 11538
d7040cdb 11539
ce2cded5
L
11540 # Report which library types will actually be built
11541 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11542echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
11543 echo "$as_me:$LINENO: result: $can_build_shared" >&5
11544echo "${ECHO_T}$can_build_shared" >&6
d7040cdb 11545
ce2cded5
L
11546 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11547echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
11548 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11549
ce2cded5
L
11550 # On AIX, shared libraries and static libraries use the same namespace, and
11551 # are all built from PIC.
11552 case $host_os in
11553 aix3*)
11554 test "$enable_shared" = yes && enable_static=no
11555 if test -n "$RANLIB"; then
11556 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11557 postinstall_cmds='$RANLIB $lib'
11558 fi
11559 ;;
d7040cdb 11560
50e7d84b 11561 aix[4-9]*)
ce2cded5
L
11562 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11563 test "$enable_shared" = yes && enable_static=no
11564 fi
11565 ;;
11566 esac
11567 echo "$as_me:$LINENO: result: $enable_shared" >&5
11568echo "${ECHO_T}$enable_shared" >&6
11569
11570 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11571echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
11572 # Make sure either enable_shared or enable_static is yes.
11573 test "$enable_shared" = yes || enable_static=yes
11574 echo "$as_me:$LINENO: result: $enable_static" >&5
11575echo "${ECHO_T}$enable_static" >&6
d7040cdb 11576
d7040cdb 11577
d7040cdb 11578
d7040cdb 11579
ce2cded5
L
11580fi
11581ac_ext=c
11582ac_cpp='$CPP $CPPFLAGS'
11583ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11584ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11585ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11586
ce2cded5 11587CC="$lt_save_CC"
d7040cdb 11588
d7040cdb 11589
d7040cdb 11590
d7040cdb 11591
d7040cdb 11592
d7040cdb 11593
d7040cdb 11594
d7040cdb 11595
d7040cdb 11596
d7040cdb
SE
11597
11598
d7040cdb
SE
11599
11600
ce2cded5 11601 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11602
11603
d7040cdb 11604
d7040cdb 11605
ce2cded5 11606# Only expand once:
d7040cdb 11607
d7040cdb 11608
d7040cdb 11609
ce2cded5
L
11610# Check whether --enable-targets or --disable-targets was given.
11611if test "${enable_targets+set}" = set; then
11612 enableval="$enable_targets"
11613 case "${enableval}" in
11614 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
11615echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
11616 { (exit 1); exit 1; }; }
11617 ;;
11618 no) enable_targets= ;;
11619 *) enable_targets=$enableval ;;
11620esac
11621fi;
ce2cded5
L
11622ac_checking=yes
11623if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11624 ac_checking=
11625fi
11626# Check whether --enable-checking or --disable-checking was given.
11627if test "${enable_checking+set}" = set; then
11628 enableval="$enable_checking"
11629 case "${enableval}" in
11630 no|none) ac_checking= ;;
11631 *) ac_checking=yes ;;
11632esac
11633fi; if test x$ac_checking != x ; then
d7040cdb 11634
ce2cded5
L
11635cat >>confdefs.h <<\_ACEOF
11636#define ENABLE_CHECKING 1
11637_ACEOF
d7040cdb 11638
ce2cded5 11639fi
d7040cdb 11640
ce2cded5 11641using_cgen=no
d7040cdb 11642
d7040cdb 11643
ce2cded5 11644GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
d7040cdb 11645
ce2cded5
L
11646# Check whether --enable-werror or --disable-werror was given.
11647if test "${enable_werror+set}" = set; then
11648 enableval="$enable_werror"
11649 case "${enableval}" in
11650 yes | y) ERROR_ON_WARNING="yes" ;;
11651 no | n) ERROR_ON_WARNING="no" ;;
11652 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
11653echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
11654 { (exit 1); exit 1; }; } ;;
11655 esac
11656fi;
d7040cdb 11657
bb8541b9
L
11658# Enable -Wno-format by default when using gcc on mingw
11659case "${host}" in
11660 *-*-mingw32*)
11661 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11662 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11663 fi
11664 ;;
11665 *) ;;
11666esac
11667
ce2cded5
L
11668# Enable -Werror by default when using gcc
11669if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11670 ERROR_ON_WARNING=yes
11671fi
11672
11673NO_WERROR=
11674if test "${ERROR_ON_WARNING}" = yes ; then
11675 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11676 NO_WERROR="-Wno-error"
11677fi
11678
11679if test "${GCC}" = yes ; then
11680 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11681fi
11682
11683# Check whether --enable-build-warnings or --disable-build-warnings was given.
11684if test "${enable_build_warnings+set}" = set; then
11685 enableval="$enable_build_warnings"
11686 case "${enableval}" in
11687 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11688 no) if test "${GCC}" = yes ; then
11689 WARN_CFLAGS="-w"
11690 fi;;
11691 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11692 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11693 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11694 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11695 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11696esac
11697fi;
d7040cdb 11698
ce2cded5
L
11699if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11700 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11701fi
d7040cdb 11702
d7040cdb 11703
d7040cdb 11704
d7040cdb 11705
d7040cdb 11706
ce2cded5
L
11707# Generate a header file
11708 ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11709
d7040cdb 11710
ce2cded5
L
11711# If we are on a DOS filesystem, we must use gdb.ini rather than
11712# .gdbinit.
11713case "${host}" in
11714 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11715 GDBINIT="gdb.ini"
11716 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11717
ce2cded5
L
11718 ;;
11719 *)
11720 GDBINIT=".gdbinit"
11721 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11722
ce2cded5
L
11723 ;;
11724esac
d7040cdb 11725
d7040cdb 11726
ce2cded5
L
11727#We need this for the host. BOUT header is in host order.
11728echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
11729echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
11730if test "${ac_cv_c_bigendian+set}" = set; then
11731 echo $ECHO_N "(cached) $ECHO_C" >&6
11732else
11733 # See if sys/param.h defines the BYTE_ORDER macro.
11734cat >conftest.$ac_ext <<_ACEOF
11735/* confdefs.h. */
11736_ACEOF
11737cat confdefs.h >>conftest.$ac_ext
11738cat >>conftest.$ac_ext <<_ACEOF
11739/* end confdefs.h. */
11740#include <sys/types.h>
11741#include <sys/param.h>
d7040cdb 11742
ce2cded5
L
11743int
11744main ()
11745{
11746#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
11747 bogus endian macros
11748#endif
d7040cdb 11749
ce2cded5
L
11750 ;
11751 return 0;
11752}
11753_ACEOF
11754rm -f conftest.$ac_objext
11755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11756 (eval $ac_compile) 2>conftest.er1
11757 ac_status=$?
11758 grep -v '^ *+' conftest.er1 >conftest.err
11759 rm -f conftest.er1
11760 cat conftest.err >&5
11761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11762 (exit $ac_status); } &&
11763 { ac_try='test -z "$ac_c_werror_flag"
11764 || test ! -s conftest.err'
11765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11766 (eval $ac_try) 2>&5
11767 ac_status=$?
11768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11769 (exit $ac_status); }; } &&
11770 { ac_try='test -s conftest.$ac_objext'
11771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11772 (eval $ac_try) 2>&5
11773 ac_status=$?
11774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11775 (exit $ac_status); }; }; then
11776 # It does; now see whether it defined to BIG_ENDIAN or not.
11777cat >conftest.$ac_ext <<_ACEOF
11778/* confdefs.h. */
11779_ACEOF
11780cat confdefs.h >>conftest.$ac_ext
11781cat >>conftest.$ac_ext <<_ACEOF
11782/* end confdefs.h. */
11783#include <sys/types.h>
11784#include <sys/param.h>
d7040cdb 11785
ce2cded5
L
11786int
11787main ()
11788{
11789#if BYTE_ORDER != BIG_ENDIAN
11790 not big endian
11791#endif
d7040cdb 11792
ce2cded5
L
11793 ;
11794 return 0;
11795}
11796_ACEOF
11797rm -f conftest.$ac_objext
11798if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11799 (eval $ac_compile) 2>conftest.er1
11800 ac_status=$?
11801 grep -v '^ *+' conftest.er1 >conftest.err
11802 rm -f conftest.er1
11803 cat conftest.err >&5
11804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805 (exit $ac_status); } &&
11806 { ac_try='test -z "$ac_c_werror_flag"
11807 || test ! -s conftest.err'
11808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11809 (eval $ac_try) 2>&5
11810 ac_status=$?
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); }; } &&
11813 { ac_try='test -s conftest.$ac_objext'
11814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11815 (eval $ac_try) 2>&5
11816 ac_status=$?
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); }; }; then
11819 ac_cv_c_bigendian=yes
11820else
11821 echo "$as_me: failed program was:" >&5
11822sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 11823
ce2cded5
L
11824ac_cv_c_bigendian=no
11825fi
11826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11827else
11828 echo "$as_me: failed program was:" >&5
11829sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 11830
ce2cded5
L
11831# It does not; compile a test program.
11832if test "$cross_compiling" = yes; then
11833 # try to guess the endianness by grepping values into an object file
11834 ac_cv_c_bigendian=unknown
11835 cat >conftest.$ac_ext <<_ACEOF
11836/* confdefs.h. */
11837_ACEOF
11838cat confdefs.h >>conftest.$ac_ext
11839cat >>conftest.$ac_ext <<_ACEOF
11840/* end confdefs.h. */
11841short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11842short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11843void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
11844short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11845short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11846void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
11847int
11848main ()
11849{
11850 _ascii (); _ebcdic ();
11851 ;
11852 return 0;
11853}
11854_ACEOF
11855rm -f conftest.$ac_objext
11856if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11857 (eval $ac_compile) 2>conftest.er1
11858 ac_status=$?
11859 grep -v '^ *+' conftest.er1 >conftest.err
11860 rm -f conftest.er1
11861 cat conftest.err >&5
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); } &&
11864 { ac_try='test -z "$ac_c_werror_flag"
11865 || test ! -s conftest.err'
11866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11867 (eval $ac_try) 2>&5
11868 ac_status=$?
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); }; } &&
11871 { ac_try='test -s conftest.$ac_objext'
11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11873 (eval $ac_try) 2>&5
11874 ac_status=$?
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); }; }; then
11877 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
11878 ac_cv_c_bigendian=yes
d7040cdb 11879fi
ce2cded5
L
11880if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11881 if test "$ac_cv_c_bigendian" = unknown; then
11882 ac_cv_c_bigendian=no
11883 else
11884 # finding both strings is unlikely to happen, but who knows?
11885 ac_cv_c_bigendian=unknown
11886 fi
11887fi
11888else
11889 echo "$as_me: failed program was:" >&5
11890sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 11891
ce2cded5
L
11892fi
11893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11894else
11895 cat >conftest.$ac_ext <<_ACEOF
11896/* confdefs.h. */
11897_ACEOF
11898cat confdefs.h >>conftest.$ac_ext
11899cat >>conftest.$ac_ext <<_ACEOF
11900/* end confdefs.h. */
11901int
11902main ()
11903{
11904 /* Are we little or big endian? From Harbison&Steele. */
11905 union
11906 {
11907 long l;
11908 char c[sizeof (long)];
11909 } u;
11910 u.l = 1;
11911 exit (u.c[sizeof (long) - 1] == 1);
11912}
d7040cdb 11913_ACEOF
ce2cded5
L
11914rm -f conftest$ac_exeext
11915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11916 (eval $ac_link) 2>&5
11917 ac_status=$?
11918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11921 (eval $ac_try) 2>&5
11922 ac_status=$?
11923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11924 (exit $ac_status); }; }; then
11925 ac_cv_c_bigendian=no
11926else
11927 echo "$as_me: program exited with status $ac_status" >&5
11928echo "$as_me: failed program was:" >&5
11929sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 11930
ce2cded5
L
11931( exit $ac_status )
11932ac_cv_c_bigendian=yes
d7040cdb 11933fi
ce2cded5 11934rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
d7040cdb 11935fi
d7040cdb 11936fi
ce2cded5
L
11937rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11938fi
11939echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
11940echo "${ECHO_T}$ac_cv_c_bigendian" >&6
11941case $ac_cv_c_bigendian in
11942 yes)
d7040cdb 11943
d7040cdb 11944cat >>confdefs.h <<\_ACEOF
ce2cded5 11945#define WORDS_BIGENDIAN 1
d7040cdb
SE
11946_ACEOF
11947 ;;
ce2cded5
L
11948 no)
11949 ;;
11950 *)
11951 { { echo "$as_me:$LINENO: error: unknown endianness
11952presetting ac_cv_c_bigendian=no (or yes) will help" >&5
11953echo "$as_me: error: unknown endianness
11954presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
11955 { (exit 1); exit 1; }; } ;;
d7040cdb
SE
11956esac
11957
d7040cdb 11958
ce2cded5 11959te_file=generic
d7040cdb 11960
ce2cded5
L
11961# Makefile target for installing gas in $(tooldir)/bin.
11962install_tooldir=install-exec-tooldir
d7040cdb 11963
ce2cded5
L
11964canon_targets=""
11965all_targets=no
11966if test -n "$enable_targets" ; then
11967 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11968 if test $t = "all"; then
11969 all_targets=yes
11970 continue
11971 fi
11972 result=`$ac_config_sub $t 2>/dev/null`
11973 if test -n "$result" ; then
11974 canon_targets="$canon_targets $result"
11975# else
11976# # Permit "all", etc. We don't support it yet though.
11977# canon_targets="$canon_targets $t"
11978 fi
11979 done
11980 _gas_uniq_list="$canon_targets"
d7040cdb
SE
11981_gas_uniq_newlist=""
11982for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11983 case $_gas_uniq_i in
11984 _gas_uniq_dummy) ;;
11985 *) case " $_gas_uniq_newlist " in
11986 *" $_gas_uniq_i "*) ;;
11987 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11988 esac ;;
11989 esac
11990done
ce2cded5 11991canon_targets=$_gas_uniq_newlist
d7040cdb 11992
ce2cded5
L
11993fi
11994
11995emulations=""
11996
11997for this_target in $target $canon_targets ; do
11998
11999 targ=${this_target}
12000 . ${srcdir}/configure.tgt
12001
12002 case ${target_cpu} in
12003 crisv32)
12004
12005cat >>confdefs.h <<_ACEOF
12006#define DEFAULT_CRIS_ARCH $arch
d7040cdb 12007_ACEOF
ce2cded5
L
12008
12009 ;;
12010 esac
12011
12012 if test ${this_target} = $target ; then
12013 target_cpu_type=${cpu_type}
12014 elif test ${target_cpu_type} != ${cpu_type} ; then
12015 continue
12016 fi
12017
12018 generic_target=${cpu_type}-${target_vendor}-${target_os}
12019 case ${generic_target} in
12020 i386-*-sco3.2v5*)
12021 if test ${this_target} = $target; then
12022
d7040cdb 12023cat >>confdefs.h <<\_ACEOF
ce2cded5 12024#define SCO_ELF 1
d7040cdb 12025_ACEOF
ce2cded5
L
12026
12027 fi
12028 ;;
12029
12030 i386-*-msdosdjgpp* \
12031 | i386-*-go32* \
12032 | i386-go32-rtems*)
12033
d7040cdb 12034cat >>confdefs.h <<\_ACEOF
ce2cded5 12035#define STRICTCOFF 1
d7040cdb 12036_ACEOF
ce2cded5
L
12037
12038 ;;
12039
12040 i860-*-*)
12041 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
12042echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
12043 ;;
12044
7ba29e2a
NC
12045 microblaze*)
12046 ;;
12047
ce2cded5
L
12048 mips-sony-bsd*)
12049 ;;
12050 mips-*-bsd*)
12051 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
12052echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
12053 { (exit 1); exit 1; }; }
12054 ;;
12055
e5231592 12056 ppc-*-aix[5-9].*)
ce2cded5 12057
d7040cdb 12058cat >>confdefs.h <<\_ACEOF
ce2cded5 12059#define AIX_WEAK_SUPPORT 1
d7040cdb 12060_ACEOF
ce2cded5
L
12061
12062 ;;
12063 ppc-*-linux-*)
12064 case "$endian" in
12065 big) ;;
12066 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
12067echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
12068 { (exit 1); exit 1; }; } ;;
12069 esac
12070 ;;
12071 ppc-*-solaris*)
12072 if test ${this_target} = $target; then
12073
d7040cdb 12074cat >>confdefs.h <<\_ACEOF
ce2cded5 12075#define TARGET_SOLARIS_COMMENT 1
d7040cdb 12076_ACEOF
ce2cded5
L
12077
12078 fi
12079 if test x${endian} = xbig; then
12080 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
12081echo "$as_me: error: Solaris must be configured little endian" >&2;}
12082 { (exit 1); exit 1; }; }
12083 fi
12084 ;;
12085
12086 sh*-*-symbianelf*)
12087
d7040cdb 12088cat >>confdefs.h <<\_ACEOF
ce2cded5 12089#define TARGET_SYMBIAN 1
d7040cdb 12090_ACEOF
ce2cded5
L
12091
12092 ;;
d7040cdb 12093 esac
d7040cdb 12094
ce2cded5
L
12095 if test ${this_target} = $target ; then
12096 endian_def=
12097 if test x${endian} = xbig; then
12098 endian_def=1
12099 elif test x${endian} = xlittle; then
12100 endian_def=0
12101 fi
12102 if test x${endian_def} != x; then
12103
12104cat >>confdefs.h <<_ACEOF
12105#define TARGET_BYTES_BIG_ENDIAN $endian_def
12106_ACEOF
12107
12108 fi
12109 fi
12110
12111# Other random stuff.
12112
12113 case ${cpu_type} in
12114 mips)
12115 # Set mips_cpu to the name of the default CPU.
12116 case ${target_cpu} in
12117 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12118 mips_cpu=from-abi
12119 ;;
12120 mipsisa32 | mipsisa32el)
12121 mips_cpu=mips32
12122 ;;
12123 mipsisa32r2 | mipsisa32r2el)
12124 mips_cpu=mips32r2
12125 ;;
12126 mipsisa64 | mipsisa64el)
12127 mips_cpu=mips64
12128 ;;
12129 mipsisa64r2 | mipsisa64r2el)
12130 mips_cpu=mips64r2
12131 ;;
12132 mipstx39 | mipstx39el)
12133 mips_cpu=r3900
12134 ;;
12135 mips64vr | mips64vrel)
12136 mips_cpu=vr4100
12137 ;;
12138 mipsisa32r2* | mipsisa64r2*)
12139 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12140 ;;
12141 mips64* | mipsisa64* | mipsisa32*)
12142 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12143 ;;
12144 *)
12145 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
12146echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
12147 { (exit 1); exit 1; }; }
12148 ;;
12149 esac
12150 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12151 # binaries. It's a GNU extension that some OSes don't understand.
12152 # The value only matters on ELF targets.
12153 case ${target} in
12154 *-*-irix*)
12155 use_e_mips_abi_o32=0
12156 ;;
12157 *)
12158 use_e_mips_abi_o32=1
12159 ;;
12160 esac
12161 # Decide whether to generate 32-bit or 64-bit code by default.
12162 # Used to resolve -march=from-abi when an embedded ABI is selected.
12163 case ${target} in
12164 mips64*-*-* | mipsisa64*-*-*)
12165 mips_default_64bit=1
12166 ;;
12167 *)
12168 mips_default_64bit=0
12169 ;;
12170 esac
12171 # Decide which ABI to target by default.
12172 case ${target} in
12173 mips64*-linux* | mips-sgi-irix6*)
12174 mips_default_abi=N32_ABI
12175 ;;
12176 mips*-linux*)
12177 mips_default_abi=O32_ABI
12178 ;;
12179 mips64*-openbsd*)
12180 mips_default_abi=N64_ABI
12181 ;;
12182 *)
12183 mips_default_abi=NO_ABI
12184 ;;
12185 esac
12186
12187cat >>confdefs.h <<_ACEOF
12188#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12189_ACEOF
d7040cdb
SE
12190
12191
12192cat >>confdefs.h <<_ACEOF
ce2cded5 12193#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12194_ACEOF
12195
12196
12197cat >>confdefs.h <<_ACEOF
ce2cded5 12198#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12199_ACEOF
12200
12201
ce2cded5
L
12202cat >>confdefs.h <<_ACEOF
12203#define MIPS_DEFAULT_ABI $mips_default_abi
12204_ACEOF
d7040cdb 12205
ce2cded5
L
12206 ;;
12207 esac
d7040cdb 12208
ce2cded5
L
12209 # Do we need the opcodes library?
12210 case ${cpu_type} in
12211 vax | tic30)
12212 ;;
d7040cdb 12213
ce2cded5
L
12214 *)
12215 need_opcodes=yes
d7040cdb 12216
ce2cded5
L
12217 case "${enable_shared}" in
12218 yes) shared_opcodes=true ;;
12219 *opcodes*) shared_opcodes=true ;;
12220 *) shared_opcodes=false ;;
12221 esac
12222 ;;
12223 esac
d7040cdb 12224
ce2cded5
L
12225 # Any other special object files needed ?
12226 case ${cpu_type} in
d7040cdb 12227
ce2cded5
L
12228 bfin)
12229 echo ${extra_objects} | grep -s "bfin-parse.o"
12230 if test $? -ne 0 ; then
12231 extra_objects="$extra_objects bfin-parse.o"
12232 fi
d7040cdb 12233
ce2cded5
L
12234 echo ${extra_objects} | grep -s "bfin-lex.o"
12235 if test $? -ne 0 ; then
12236 extra_objects="$extra_objects bfin-lex.o"
12237 fi
12238 ;;
d7040cdb 12239
84e94c90 12240 fr30 | ip2k | iq2000 | lm32 | m32r | openrisc)
ce2cded5
L
12241 using_cgen=yes
12242 ;;
d7040cdb 12243
ce2cded5
L
12244 m32c)
12245 using_cgen=yes
12246 ;;
12247 frv)
12248 using_cgen=yes
12249 ;;
12250 m68k)
12251 case ${extra_objects} in
12252 *m68k-parse.o*) ;;
12253 *) extra_objects="$extra_objects m68k-parse.o" ;;
12254 esac
12255 ;;
d7040cdb 12256
ce2cded5
L
12257 mep)
12258 using_cgen=yes
12259 ;;
d7040cdb 12260
ce2cded5
L
12261 mips)
12262 echo ${extra_objects} | grep -s "itbl-parse.o"
12263 if test $? -ne 0 ; then
12264 extra_objects="$extra_objects itbl-parse.o"
12265 fi
d7040cdb 12266
ce2cded5
L
12267 echo ${extra_objects} | grep -s "itbl-lex.o"
12268 if test $? -ne 0 ; then
12269 extra_objects="$extra_objects itbl-lex.o"
12270 fi
d7040cdb 12271
ce2cded5
L
12272 echo ${extra_objects} | grep -s "itbl-ops.o"
12273 if test $? -ne 0 ; then
12274 extra_objects="$extra_objects itbl-ops.o"
12275 fi
12276 ;;
d7040cdb 12277
ce2cded5
L
12278 mt)
12279 using_cgen=yes
12280 ;;
d7040cdb 12281
ce2cded5
L
12282 i386 | s390 | sparc)
12283 if test $this_target = $target ; then
d7040cdb
SE
12284
12285cat >>confdefs.h <<_ACEOF
ce2cded5 12286#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12287_ACEOF
12288
ce2cded5
L
12289 fi
12290 ;;
d7040cdb 12291
ce2cded5
L
12292 xstormy16)
12293 using_cgen=yes
12294 ;;
d7040cdb 12295
ce2cded5
L
12296 xc16x)
12297 using_cgen=yes
12298 ;;
d7040cdb 12299
ce2cded5
L
12300 xtensa)
12301 echo ${extra_objects} | grep -s "xtensa-relax.o"
12302 if test $? -ne 0 ; then
12303 extra_objects="$extra_objects xtensa-relax.o"
12304 fi
12305 ;;
d7040cdb 12306
ce2cded5
L
12307 *)
12308 ;;
12309 esac
d7040cdb 12310
ce2cded5
L
12311 if test $using_cgen = yes ; then
12312 case "x${extra_objects}" in
12313 *cgen.o*) ;;
12314 *) extra_objects="$extra_objects cgen.o" ;;
12315 esac
12316 fi
d7040cdb 12317
ce2cded5 12318# See if we really can support this configuration with the emulation code.
d7040cdb 12319
ce2cded5
L
12320 if test $this_target = $target ; then
12321 obj_format=$fmt
12322 te_file=$em
12323 fi
d7040cdb 12324
ce2cded5 12325# From target name and format, produce a list of supported emulations.
d7040cdb 12326
ce2cded5
L
12327 case ${generic_target}-${fmt} in
12328 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12329 mips*-*-linux*-*) case "$endian" in
12330 big) emulation="mipsbelf mipslelf mipself" ;;
12331 *) emulation="mipslelf mipsbelf mipself" ;;
12332 esac ;;
12333 mips-*-lnews*-ecoff) ;;
12334 mips-*-*-ecoff) case "$endian" in
12335 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
12336 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
12337 esac ;;
12338 mips-*-*-elf) case "$endian" in
12339 big) emulation="mipsbelf mipslelf mipself" ;;
12340 *) emulation="mipslelf mipsbelf mipself" ;;
12341 esac ;;
12342 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12343 # i386-pc-pe-coff != i386-pc-coff.
12344 i386-*-pe-coff) ;;
12345 # Uncommenting the next line will turn on support for i386 AOUT
12346 # for the default linux configuration
12347 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12348 #
12349 i386-*-aout) emulation="i386aout" ;;
12350 i386-*-coff) emulation="i386coff" ;;
12351 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12352
ce2cded5
L
12353 # Always all formats. The first stated emulation becomes the default.
12354 cris-*-*aout*) emulation="crisaout criself" ;;
12355 cris-*-*) emulation="criself crisaout" ;;
12356 esac
13b2be9c 12357
ce2cded5 12358 emulations="$emulations $emulation"
13b2be9c 12359
13b2be9c 12360done
13b2be9c 12361
ce2cded5
L
12362# Turn on all targets if possible
12363if test ${all_targets} = "yes"; then
12364 case ${target_cpu_type} in
12365 i386)
12366 case ${obj_format} in
12367 aout)
12368 emulations="$emulations i386coff i386elf"
12369 ;;
12370 coff)
12371 emulations="$emulations i386aout i386elf"
12372 ;;
12373 elf)
12374 emulations="$emulations i386aout i386coff"
12375 ;;
12376 esac
12377 ;;
12378 x86_64)
12379 case ${obj_format} in
12380 aout)
12381 emulations="$emulations i386coff i386elf"
12382 ;;
12383 coff)
12384 emulations="$emulations i386aout i386elf"
12385 ;;
12386 elf)
12387 emulations="$emulations i386aout i386coff"
12388 ;;
12389 esac
12390 ;;
12391 esac
13b2be9c 12392fi
c8615825 12393
ce2cded5
L
12394# Assign floating point type. Most processors with FP support
12395# IEEE FP. On those that don't support FP at all, usually IEEE
12396# is emulated.
12397case ${target_cpu} in
12398 vax | pdp11 ) atof=vax ;;
12399 *) atof=ieee ;;
12400esac
c8615825 12401
ce2cded5
L
12402case "${obj_format}" in
12403 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
12404echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
12405 { (exit 1); exit 1; }; } ;;
12406esac
13b2be9c 12407
ce2cded5
L
12408# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12409cgen_cpu_prefix=""
12410if test $using_cgen = yes ; then
12411 case ${target_cpu} in
12412 *) cgen_cpu_prefix=${target_cpu} ;;
12413 esac
c8615825 12414
c8615825 12415
ce2cded5
L
12416cat >>confdefs.h <<\_ACEOF
12417#define USING_CGEN 1
12418_ACEOF
d7040cdb 12419
d7040cdb 12420fi
13b2be9c 12421
ce2cded5
L
12422
12423if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12424 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
12425echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
12426 { (exit 1); exit 1; }; }
13b2be9c 12427fi
ce2cded5
L
12428
12429if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12430 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
12431echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
12432 { (exit 1); exit 1; }; }
13b2be9c
DJ
12433fi
12434
ce2cded5
L
12435# Some COFF configurations want these random other flags set.
12436case ${obj_format} in
12437 coff)
12438 case ${target_cpu_type} in
12439 i386)
12440cat >>confdefs.h <<\_ACEOF
12441#define I386COFF 1
12442_ACEOF
12443 ;;
12444 m68k)
12445cat >>confdefs.h <<\_ACEOF
12446#define M68KCOFF 1
12447_ACEOF
12448 ;;
12449 m88k)
12450cat >>confdefs.h <<\_ACEOF
12451#define M88KCOFF 1
12452_ACEOF
12453 ;;
12454 x86_64)
12455cat >>confdefs.h <<\_ACEOF
12456#define I386COFF 1
12457_ACEOF
12458 ;;
12459 esac
12460 ;;
12461esac
12462
12463# Getting this done right is going to be a bitch. Each configuration specified
12464# with --enable-targets=... should be checked for environment, format, cpu
12465# setting.
12466#
12467# For each configuration, the necessary object file support code must be linked
12468# in. This might be only one, it might be up to four. The necessary emulation
12469# code needs to be provided, too.
12470#
12471# And then there's "--enable-targets=all"....
12472#
12473# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
12474
12475formats="${obj_format}"
12476emfiles=""
12477EMULATIONS=""
12478_gas_uniq_list="$emulations"
12479_gas_uniq_newlist=""
12480for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12481 case $_gas_uniq_i in
12482 _gas_uniq_dummy) ;;
12483 *) case " $_gas_uniq_newlist " in
12484 *" $_gas_uniq_i "*) ;;
12485 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12486 esac ;;
12487 esac
12488done
12489emulations=$_gas_uniq_newlist
12490
12491for em in . $emulations ; do
12492 case $em in
12493 .) continue ;;
12494 mipsbelf | mipslelf | mipself)
12495 fmt=elf file=mipself ;;
12496 mipsbecoff | mipslecoff | mipsecoff)
12497 fmt=ecoff file=mipsecoff ;;
12498 *coff)
12499 fmt=coff file=$em ;;
12500 *aout)
12501 fmt=aout file=$em ;;
12502 *elf)
12503 fmt=elf file=$em ;;
12504 esac
12505 formats="$formats $fmt"
12506 emfiles="$emfiles e-$file.o"
12507 EMULATIONS="$EMULATIONS &$em,"
12508done
12509_gas_uniq_list="$formats"
12510_gas_uniq_newlist=""
12511for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12512 case $_gas_uniq_i in
12513 _gas_uniq_dummy) ;;
12514 *) case " $_gas_uniq_newlist " in
12515 *" $_gas_uniq_i "*) ;;
12516 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12517 esac ;;
12518 esac
13b2be9c 12519done
ce2cded5 12520formats=$_gas_uniq_newlist
13b2be9c 12521
ce2cded5
L
12522_gas_uniq_list="$emfiles"
12523_gas_uniq_newlist=""
12524for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12525 case $_gas_uniq_i in
12526 _gas_uniq_dummy) ;;
12527 *) case " $_gas_uniq_newlist " in
12528 *" $_gas_uniq_i "*) ;;
12529 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12530 esac ;;
12531 esac
12532done
12533emfiles=$_gas_uniq_newlist
d7040cdb 12534
ce2cded5
L
12535if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12536 for fmt in $formats ; do
12537 case $fmt in
12538 aout)
12539cat >>confdefs.h <<\_ACEOF
12540#define OBJ_MAYBE_AOUT 1
13b2be9c 12541_ACEOF
ce2cded5
L
12542 ;;
12543 bout)
12544cat >>confdefs.h <<\_ACEOF
12545#define OBJ_MAYBE_BOUT 1
13b2be9c 12546_ACEOF
ce2cded5
L
12547 ;;
12548 coff)
12549cat >>confdefs.h <<\_ACEOF
12550#define OBJ_MAYBE_COFF 1
12551_ACEOF
12552 ;;
12553 ecoff)
12554cat >>confdefs.h <<\_ACEOF
12555#define OBJ_MAYBE_ECOFF 1
12556_ACEOF
12557 ;;
12558 elf)
12559cat >>confdefs.h <<\_ACEOF
12560#define OBJ_MAYBE_ELF 1
12561_ACEOF
12562 ;;
12563 generic)
12564cat >>confdefs.h <<\_ACEOF
12565#define OBJ_MAYBE_GENERIC 1
12566_ACEOF
12567 ;;
12568 som)
12569cat >>confdefs.h <<\_ACEOF
12570#define OBJ_MAYBE_SOM 1
12571_ACEOF
12572 ;;
12573 esac
12574 extra_objects="$extra_objects obj-$fmt.o"
12575 done
12576 obj_format=multi
13b2be9c 12577fi
ce2cded5
L
12578if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12579 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12580 # e-mips* has more than one emulation per file, e-i386* has just one at the
12581 # moment. If only one emulation is specified, then don't define
12582 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12583 case "${obj_format}${emfiles}" in
12584 multi* | *mips*)
12585 extra_objects="$extra_objects $emfiles"
d7040cdb 12586
ce2cded5
L
12587cat >>confdefs.h <<\_ACEOF
12588#define USE_EMULATIONS 1
13b2be9c 12589_ACEOF
ce2cded5
L
12590 ;;
12591 esac
12592fi
d7040cdb 12593
13b2be9c 12594
ce2cded5
L
12595cat >>confdefs.h <<_ACEOF
12596#define EMULATIONS $EMULATIONS
13b2be9c 12597_ACEOF
d7040cdb 12598
d7040cdb 12599
ce2cded5
L
12600cat >>confdefs.h <<_ACEOF
12601#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12602_ACEOF
d7040cdb 12603
d7040cdb 12604
ce2cded5 12605reject_dev_configs=yes
252b5132 12606
ce2cded5
L
12607case ${reject_dev_configs}-${dev} in
12608 yes-yes) # Oops.
12609 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
12610echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
12611 { (exit 1); exit 1; }; }
12612 ;;
d7040cdb
SE
12613esac
12614
13b2be9c 12615
ce2cded5
L
12616
12617
12618
12619
12620
12621# do we need the opcodes library?
12622case "${need_opcodes}" in
12623yes)
12624 OPCODES_LIB=../opcodes/libopcodes.la
12625 ;;
12626esac
12627
12628
12629
12630
12631cat >>confdefs.h <<_ACEOF
12632#define TARGET_ALIAS "${target_alias}"
d7040cdb 12633_ACEOF
20e95c23 12634
20e95c23 12635
ce2cded5
L
12636cat >>confdefs.h <<_ACEOF
12637#define TARGET_CANONICAL "${target}"
12638_ACEOF
20e95c23 12639
d6d788bd 12640
ce2cded5
L
12641cat >>confdefs.h <<_ACEOF
12642#define TARGET_CPU "${target_cpu}"
12643_ACEOF
20e95c23 12644
ce2cded5
L
12645
12646cat >>confdefs.h <<_ACEOF
12647#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12648_ACEOF
12649
12650
ce2cded5
L
12651cat >>confdefs.h <<_ACEOF
12652#define TARGET_OS "${target_os}"
12653_ACEOF
12654
0efedc4c 12655
d7040cdb
SE
12656for ac_prog in 'bison -y' byacc
12657do
12658 # Extract the first word of "$ac_prog", so it can be a program name with args.
12659set dummy $ac_prog; ac_word=$2
20e95c23
DJ
12660echo "$as_me:$LINENO: checking for $ac_word" >&5
12661echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
d7040cdb 12662if test "${ac_cv_prog_YACC+set}" = set; then
20e95c23
DJ
12663 echo $ECHO_N "(cached) $ECHO_C" >&6
12664else
d7040cdb
SE
12665 if test -n "$YACC"; then
12666 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12667else
d7040cdb
SE
12668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12669for as_dir in $PATH
12670do
12671 IFS=$as_save_IFS
12672 test -z "$as_dir" && as_dir=.
12673 for ac_exec_ext in '' $ac_executable_extensions; do
12674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12675 ac_cv_prog_YACC="$ac_prog"
12676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12677 break 2
20e95c23 12678 fi
d7040cdb
SE
12679done
12680done
20e95c23 12681
d7040cdb
SE
12682fi
12683fi
12684YACC=$ac_cv_prog_YACC
12685if test -n "$YACC"; then
12686 echo "$as_me:$LINENO: result: $YACC" >&5
12687echo "${ECHO_T}$YACC" >&6
12688else
12689 echo "$as_me:$LINENO: result: no" >&5
12690echo "${ECHO_T}no" >&6
12691fi
20e95c23 12692
d7040cdb
SE
12693 test -n "$YACC" && break
12694done
12695test -n "$YACC" || YACC="yacc"
20e95c23 12696
d7040cdb
SE
12697for ac_prog in flex lex
12698do
12699 # Extract the first word of "$ac_prog", so it can be a program name with args.
12700set dummy $ac_prog; ac_word=$2
12701echo "$as_me:$LINENO: checking for $ac_word" >&5
12702echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12703if test "${ac_cv_prog_LEX+set}" = set; then
12704 echo $ECHO_N "(cached) $ECHO_C" >&6
d6d788bd 12705else
d7040cdb
SE
12706 if test -n "$LEX"; then
12707 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12708else
12709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12710for as_dir in $PATH
12711do
12712 IFS=$as_save_IFS
12713 test -z "$as_dir" && as_dir=.
12714 for ac_exec_ext in '' $ac_executable_extensions; do
12715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12716 ac_cv_prog_LEX="$ac_prog"
12717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12718 break 2
12719 fi
12720done
12721done
20e95c23 12722
d7040cdb
SE
12723fi
12724fi
12725LEX=$ac_cv_prog_LEX
12726if test -n "$LEX"; then
12727 echo "$as_me:$LINENO: result: $LEX" >&5
12728echo "${ECHO_T}$LEX" >&6
20e95c23 12729else
d7040cdb
SE
12730 echo "$as_me:$LINENO: result: no" >&5
12731echo "${ECHO_T}no" >&6
13b2be9c
DJ
12732fi
12733
d7040cdb
SE
12734 test -n "$LEX" && break
12735done
12736test -n "$LEX" || LEX=":"
20e95c23 12737
d7040cdb
SE
12738if test -z "$LEXLIB"
12739then
12740 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
12741echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
12742if test "${ac_cv_lib_fl_yywrap+set}" = set; then
12743 echo $ECHO_N "(cached) $ECHO_C" >&6
d5fbea21 12744else
d7040cdb
SE
12745 ac_check_lib_save_LIBS=$LIBS
12746LIBS="-lfl $LIBS"
12747cat >conftest.$ac_ext <<_ACEOF
12748/* confdefs.h. */
12749_ACEOF
12750cat confdefs.h >>conftest.$ac_ext
12751cat >>conftest.$ac_ext <<_ACEOF
12752/* end confdefs.h. */
d5fbea21 12753
d7040cdb
SE
12754/* Override any gcc2 internal prototype to avoid an error. */
12755#ifdef __cplusplus
12756extern "C"
12757#endif
12758/* We use char because int might match the return type of a gcc2
12759 builtin and then its argument prototype would still apply. */
12760char yywrap ();
12761int
12762main ()
12763{
12764yywrap ();
12765 ;
12766 return 0;
12767}
12768_ACEOF
12769rm -f conftest.$ac_objext conftest$ac_exeext
12770if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12771 (eval $ac_link) 2>conftest.er1
12772 ac_status=$?
12773 grep -v '^ *+' conftest.er1 >conftest.err
12774 rm -f conftest.er1
12775 cat conftest.err >&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } &&
12778 { ac_try='test -z "$ac_c_werror_flag"
12779 || test ! -s conftest.err'
12780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12781 (eval $ac_try) 2>&5
12782 ac_status=$?
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); }; } &&
12785 { ac_try='test -s conftest$ac_exeext'
12786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12787 (eval $ac_try) 2>&5
12788 ac_status=$?
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); }; }; then
12791 ac_cv_lib_fl_yywrap=yes
12792else
12793 echo "$as_me: failed program was:" >&5
12794sed 's/^/| /' conftest.$ac_ext >&5
d5fbea21 12795
d7040cdb 12796ac_cv_lib_fl_yywrap=no
d6d788bd 12797fi
d7040cdb
SE
12798rm -f conftest.err conftest.$ac_objext \
12799 conftest$ac_exeext conftest.$ac_ext
12800LIBS=$ac_check_lib_save_LIBS
12801fi
12802echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
12803echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
12804if test $ac_cv_lib_fl_yywrap = yes; then
12805 LEXLIB="-lfl"
12806else
12807 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
12808echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
12809if test "${ac_cv_lib_l_yywrap+set}" = set; then
13b2be9c
DJ
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12811else
d7040cdb
SE
12812 ac_check_lib_save_LIBS=$LIBS
12813LIBS="-ll $LIBS"
12814cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
12815/* confdefs.h. */
12816_ACEOF
12817cat confdefs.h >>conftest.$ac_ext
12818cat >>conftest.$ac_ext <<_ACEOF
12819/* end confdefs.h. */
d7040cdb
SE
12820
12821/* Override any gcc2 internal prototype to avoid an error. */
12822#ifdef __cplusplus
12823extern "C"
13b2be9c 12824#endif
d7040cdb
SE
12825/* We use char because int might match the return type of a gcc2
12826 builtin and then its argument prototype would still apply. */
12827char yywrap ();
12828int
12829main ()
12830{
12831yywrap ();
12832 ;
12833 return 0;
12834}
12835_ACEOF
12836rm -f conftest.$ac_objext conftest$ac_exeext
12837if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12838 (eval $ac_link) 2>conftest.er1
12839 ac_status=$?
12840 grep -v '^ *+' conftest.er1 >conftest.err
12841 rm -f conftest.er1
12842 cat conftest.err >&5
12843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844 (exit $ac_status); } &&
12845 { ac_try='test -z "$ac_c_werror_flag"
12846 || test ! -s conftest.err'
12847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12848 (eval $ac_try) 2>&5
12849 ac_status=$?
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); }; } &&
12852 { ac_try='test -s conftest$ac_exeext'
12853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12854 (eval $ac_try) 2>&5
12855 ac_status=$?
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); }; }; then
12858 ac_cv_lib_l_yywrap=yes
12859else
12860 echo "$as_me: failed program was:" >&5
12861sed 's/^/| /' conftest.$ac_ext >&5
12862
12863ac_cv_lib_l_yywrap=no
12864fi
12865rm -f conftest.err conftest.$ac_objext \
12866 conftest$ac_exeext conftest.$ac_ext
12867LIBS=$ac_check_lib_save_LIBS
12868fi
12869echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
12870echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
12871if test $ac_cv_lib_l_yywrap = yes; then
12872 LEXLIB="-ll"
12873fi
12874
12875fi
12876
12877fi
12878
12879if test "x$LEX" != "x:"; then
12880 echo "$as_me:$LINENO: checking lex output file root" >&5
12881echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
12882if test "${ac_cv_prog_lex_root+set}" = set; then
12883 echo $ECHO_N "(cached) $ECHO_C" >&6
12884else
12885 # The minimal lex program is just a single line: %%. But some broken lexes
12886# (Solaris, I think it was) want two %% lines, so accommodate them.
12887cat >conftest.l <<_ACEOF
12888%%
12889%%
13b2be9c 12890_ACEOF
d7040cdb
SE
12891{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
12892 (eval $LEX conftest.l) 2>&5
13b2be9c 12893 ac_status=$?
13b2be9c 12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
12895 (exit $ac_status); }
12896if test -f lex.yy.c; then
12897 ac_cv_prog_lex_root=lex.yy
12898elif test -f lexyy.c; then
12899 ac_cv_prog_lex_root=lexyy
13b2be9c 12900else
d7040cdb
SE
12901 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
12902echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
12903 { (exit 1); exit 1; }; }
d6d788bd 12904fi
13b2be9c 12905fi
d7040cdb
SE
12906echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
12907echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
12908rm -f conftest.l
12909LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13b2be9c 12910
d7040cdb
SE
12911echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
12912echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
12913if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
12914 echo $ECHO_N "(cached) $ECHO_C" >&6
12915else
12916 # POSIX says lex can declare yytext either as a pointer or an array; the
12917# default is implementation-dependent. Figure out which it is, since
12918# not all implementations provide the %pointer and %array declarations.
12919ac_cv_prog_lex_yytext_pointer=no
12920echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
12921ac_save_LIBS=$LIBS
12922LIBS="$LIBS $LEXLIB"
12923cat >conftest.$ac_ext <<_ACEOF
12924`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 12925_ACEOF
d7040cdb
SE
12926rm -f conftest.$ac_objext conftest$ac_exeext
12927if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12928 (eval $ac_link) 2>conftest.er1
13b2be9c
DJ
12929 ac_status=$?
12930 grep -v '^ *+' conftest.er1 >conftest.err
12931 rm -f conftest.er1
12932 cat conftest.err >&5
12933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
12934 (exit $ac_status); } &&
12935 { ac_try='test -z "$ac_c_werror_flag"
12936 || test ! -s conftest.err'
12937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12938 (eval $ac_try) 2>&5
12939 ac_status=$?
12940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12941 (exit $ac_status); }; } &&
12942 { ac_try='test -s conftest$ac_exeext'
12943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12944 (eval $ac_try) 2>&5
12945 ac_status=$?
12946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12947 (exit $ac_status); }; }; then
12948 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c
DJ
12949else
12950 echo "$as_me: failed program was:" >&5
12951sed 's/^/| /' conftest.$ac_ext >&5
6840198f 12952
13b2be9c 12953fi
d7040cdb
SE
12954rm -f conftest.err conftest.$ac_objext \
12955 conftest$ac_exeext conftest.$ac_ext
12956LIBS=$ac_save_LIBS
12957rm -f "${LEX_OUTPUT_ROOT}.c"
252b5132 12958
9b2b7d69 12959fi
d7040cdb
SE
12960echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
12961echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
12962if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 12963
d7040cdb
SE
12964cat >>confdefs.h <<\_ACEOF
12965#define YYTEXT_POINTER 1
12966_ACEOF
9b2b7d69 12967
d6d788bd 12968fi
d7040cdb 12969
c8615825 12970fi
d7040cdb
SE
12971if test "$LEX" = :; then
12972 LEX=${am_missing_run}flex
12973fi
12974
8cc9115f 12975ALL_LINGUAS="fr tr es rw id"
d7040cdb
SE
12976# If we haven't got the data from the intl directory,
12977# assume NLS is disabled.
12978USE_NLS=no
12979LIBINTL=
12980LIBINTL_DEP=
12981INCINTL=
12982XGETTEXT=
12983GMSGFMT=
12984POSUB=
12985
12986if test -f ../intl/config.intl; then
12987 . ../intl/config.intl
12988fi
12989echo "$as_me:$LINENO: checking whether NLS is requested" >&5
12990echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
12991if test x"$USE_NLS" != xyes; then
12992 echo "$as_me:$LINENO: result: no" >&5
12993echo "${ECHO_T}no" >&6
12994else
12995 echo "$as_me:$LINENO: result: yes" >&5
12996echo "${ECHO_T}yes" >&6
12997
12998cat >>confdefs.h <<\_ACEOF
12999#define ENABLE_NLS 1
13b2be9c 13000_ACEOF
d7040cdb
SE
13001
13002
13003 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
13004echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
13005 # Look for .po and .gmo files in the source directory.
13006 CATALOGS=
13007 XLINGUAS=
13008 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13009 # If there aren't any .gmo files the shell will give us the
13010 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13011 # weeded out.
13012 case "$cat" in *\**)
13013 continue;;
13014 esac
13015 # The quadruple backslash is collapsed to a double backslash
13016 # by the backticks, then collapsed again by the double quotes,
13017 # leaving us with one backslash in the sed expression (right
13018 # before the dot that mustn't act as a wildcard).
13019 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13020 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13021 # The user is allowed to set LINGUAS to a list of languages to
13022 # install catalogs for. If it's empty that means "all of them."
13023 if test "x$LINGUAS" = x; then
13024 CATALOGS="$CATALOGS $cat"
13025 XLINGUAS="$XLINGUAS $lang"
13026 else
13027 case "$LINGUAS" in *$lang*)
13028 CATALOGS="$CATALOGS $cat"
13029 XLINGUAS="$XLINGUAS $lang"
13030 ;;
13031 esac
13032 fi
13033 done
13034 LINGUAS="$XLINGUAS"
13035 echo "$as_me:$LINENO: result: $LINGUAS" >&5
13036echo "${ECHO_T}$LINGUAS" >&6
13037
13038
13039 DATADIRNAME=share
13040
13041 INSTOBJEXT=.mo
13042
13043 GENCAT=gencat
13044
13045 CATOBJEXT=.gmo
13046
13047fi
13048
13049 MKINSTALLDIRS=
13050 if test -n "$ac_aux_dir"; then
13051 case "$ac_aux_dir" in
13052 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13053 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13054 esac
13055 fi
13056 if test -z "$MKINSTALLDIRS"; then
13057 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13058 fi
13059
13060
13061
13062 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
13063echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
13064 # Check whether --enable-nls or --disable-nls was given.
13065if test "${enable_nls+set}" = set; then
13066 enableval="$enable_nls"
13067 USE_NLS=$enableval
13068else
13069 USE_NLS=yes
13070fi;
13071 echo "$as_me:$LINENO: result: $USE_NLS" >&5
13072echo "${ECHO_T}$USE_NLS" >&6
13073
13074
13075
13076
13077
13078
13079# Prepare PATH_SEPARATOR.
13080# The user is always right.
13081if test "${PATH_SEPARATOR+set}" != set; then
13082 echo "#! /bin/sh" >conf$$.sh
13083 echo "exit 0" >>conf$$.sh
13084 chmod +x conf$$.sh
13085 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13086 PATH_SEPARATOR=';'
13b2be9c 13087 else
d7040cdb 13088 PATH_SEPARATOR=:
13b2be9c 13089 fi
d7040cdb 13090 rm -f conf$$.sh
252b5132 13091fi
13b2be9c 13092
d7040cdb
SE
13093# Find out how to test for executable files. Don't use a zero-byte file,
13094# as systems may use methods other than mode bits to determine executability.
13095cat >conf$$.file <<_ASEOF
13096#! /bin/sh
13097exit 0
13098_ASEOF
13099chmod +x conf$$.file
13100if test -x conf$$.file >/dev/null 2>&1; then
13101 ac_executable_p="test -x"
13102else
13103 ac_executable_p="test -f"
13b2be9c 13104fi
d7040cdb 13105rm -f conf$$.file
13b2be9c 13106
d7040cdb
SE
13107# Extract the first word of "msgfmt", so it can be a program name with args.
13108set dummy msgfmt; ac_word=$2
13109echo "$as_me:$LINENO: checking for $ac_word" >&5
13110echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13111if test "${ac_cv_path_MSGFMT+set}" = set; then
13112 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 13113else
d7040cdb
SE
13114 case "$MSGFMT" in
13115 [\\/]* | ?:[\\/]*)
13116 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13117 ;;
13118 *)
13119 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13120 for ac_dir in $PATH; do
13121 IFS="$ac_save_IFS"
13122 test -z "$ac_dir" && ac_dir=.
13123 for ac_exec_ext in '' $ac_executable_extensions; do
13124 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13125 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13126 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13127 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13128 break 2
13129 fi
13130 fi
13131 done
13132 done
13133 IFS="$ac_save_IFS"
13134 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13135 ;;
13136esac
252b5132 13137fi
d7040cdb
SE
13138MSGFMT="$ac_cv_path_MSGFMT"
13139if test "$MSGFMT" != ":"; then
13140 echo "$as_me:$LINENO: result: $MSGFMT" >&5
13141echo "${ECHO_T}$MSGFMT" >&6
252b5132 13142else
d7040cdb
SE
13143 echo "$as_me:$LINENO: result: no" >&5
13144echo "${ECHO_T}no" >&6
252b5132 13145fi
252b5132 13146
d7040cdb
SE
13147 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13148set dummy gmsgfmt; ac_word=$2
13149echo "$as_me:$LINENO: checking for $ac_word" >&5
13150echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13151if test "${ac_cv_path_GMSGFMT+set}" = set; then
13152 echo $ECHO_N "(cached) $ECHO_C" >&6
13b2be9c 13153else
d7040cdb
SE
13154 case $GMSGFMT in
13155 [\\/]* | ?:[\\/]*)
13156 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13157 ;;
13158 *)
13159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13160for as_dir in $PATH
13161do
13162 IFS=$as_save_IFS
13163 test -z "$as_dir" && as_dir=.
13164 for ac_exec_ext in '' $ac_executable_extensions; do
13165 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13166 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13168 break 2
13169 fi
13170done
13171done
252b5132 13172
d7040cdb
SE
13173 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13174 ;;
13175esac
13176fi
13177GMSGFMT=$ac_cv_path_GMSGFMT
252b5132 13178
d7040cdb
SE
13179if test -n "$GMSGFMT"; then
13180 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
13181echo "${ECHO_T}$GMSGFMT" >&6
ac48eca1 13182else
d7040cdb
SE
13183 echo "$as_me:$LINENO: result: no" >&5
13184echo "${ECHO_T}no" >&6
6840198f 13185fi
6840198f 13186
13b2be9c 13187
20e95c23 13188
d7040cdb
SE
13189# Prepare PATH_SEPARATOR.
13190# The user is always right.
13191if test "${PATH_SEPARATOR+set}" != set; then
13192 echo "#! /bin/sh" >conf$$.sh
13193 echo "exit 0" >>conf$$.sh
13194 chmod +x conf$$.sh
13195 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13196 PATH_SEPARATOR=';'
13197 else
13198 PATH_SEPARATOR=:
13199 fi
13200 rm -f conf$$.sh
13201fi
20e95c23 13202
d7040cdb
SE
13203# Find out how to test for executable files. Don't use a zero-byte file,
13204# as systems may use methods other than mode bits to determine executability.
13205cat >conf$$.file <<_ASEOF
13206#! /bin/sh
13207exit 0
13208_ASEOF
13209chmod +x conf$$.file
13210if test -x conf$$.file >/dev/null 2>&1; then
13211 ac_executable_p="test -x"
13b2be9c 13212else
d7040cdb 13213 ac_executable_p="test -f"
13b2be9c 13214fi
d7040cdb 13215rm -f conf$$.file
20e95c23 13216
d7040cdb
SE
13217# Extract the first word of "xgettext", so it can be a program name with args.
13218set dummy xgettext; ac_word=$2
13219echo "$as_me:$LINENO: checking for $ac_word" >&5
13220echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13221if test "${ac_cv_path_XGETTEXT+set}" = set; then
13222 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 13223else
d7040cdb
SE
13224 case "$XGETTEXT" in
13225 [\\/]* | ?:[\\/]*)
13226 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13227 ;;
13228 *)
13229 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13230 for ac_dir in $PATH; do
13231 IFS="$ac_save_IFS"
13232 test -z "$ac_dir" && ac_dir=.
13233 for ac_exec_ext in '' $ac_executable_extensions; do
13234 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13235 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13236 (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
13237 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13238 break 2
13239 fi
13240 fi
13241 done
13242 done
13243 IFS="$ac_save_IFS"
13244 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13245 ;;
13246esac
13b2be9c 13247fi
d7040cdb
SE
13248XGETTEXT="$ac_cv_path_XGETTEXT"
13249if test "$XGETTEXT" != ":"; then
13250 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
13251echo "${ECHO_T}$XGETTEXT" >&6
13252else
13253 echo "$as_me:$LINENO: result: no" >&5
13254echo "${ECHO_T}no" >&6
13b2be9c 13255fi
13b2be9c 13256
d7040cdb 13257 rm -f messages.po
20e95c23 13258
13b2be9c 13259
d7040cdb
SE
13260# Prepare PATH_SEPARATOR.
13261# The user is always right.
13262if test "${PATH_SEPARATOR+set}" != set; then
13263 echo "#! /bin/sh" >conf$$.sh
13264 echo "exit 0" >>conf$$.sh
13265 chmod +x conf$$.sh
13266 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13267 PATH_SEPARATOR=';'
13268 else
13269 PATH_SEPARATOR=:
13270 fi
13271 rm -f conf$$.sh
252b5132 13272fi
20e95c23 13273
d7040cdb
SE
13274# Find out how to test for executable files. Don't use a zero-byte file,
13275# as systems may use methods other than mode bits to determine executability.
13276cat >conf$$.file <<_ASEOF
13277#! /bin/sh
13278exit 0
13279_ASEOF
13280chmod +x conf$$.file
13281if test -x conf$$.file >/dev/null 2>&1; then
13282 ac_executable_p="test -x"
252b5132 13283else
d7040cdb
SE
13284 ac_executable_p="test -f"
13285fi
13286rm -f conf$$.file
20e95c23 13287
d7040cdb
SE
13288# Extract the first word of "msgmerge", so it can be a program name with args.
13289set dummy msgmerge; ac_word=$2
13290echo "$as_me:$LINENO: checking for $ac_word" >&5
13291echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13292if test "${ac_cv_path_MSGMERGE+set}" = set; then
13293 echo $ECHO_N "(cached) $ECHO_C" >&6
20e95c23 13294else
d7040cdb
SE
13295 case "$MSGMERGE" in
13296 [\\/]* | ?:[\\/]*)
13297 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13298 ;;
13299 *)
13300 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13301 for ac_dir in $PATH; do
13302 IFS="$ac_save_IFS"
13303 test -z "$ac_dir" && ac_dir=.
13304 for ac_exec_ext in '' $ac_executable_extensions; do
13305 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13306 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13307 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13308 break 2
13309 fi
13310 fi
13311 done
13312 done
13313 IFS="$ac_save_IFS"
13314 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13315 ;;
13316esac
20e95c23 13317fi
d7040cdb
SE
13318MSGMERGE="$ac_cv_path_MSGMERGE"
13319if test "$MSGMERGE" != ":"; then
13320 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
13321echo "${ECHO_T}$MSGMERGE" >&6
13322else
13323 echo "$as_me:$LINENO: result: no" >&5
13324echo "${ECHO_T}no" >&6
20e95c23 13325fi
252b5132 13326
252b5132 13327
d7040cdb
SE
13328 if test "$GMSGFMT" != ":"; then
13329 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13330 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13331 : ;
13332 else
13333 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13334 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13335echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
13336 GMSGFMT=":"
13337 fi
13338 fi
13b2be9c 13339
d7040cdb
SE
13340 if test "$XGETTEXT" != ":"; then
13341 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13342 (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
13343 : ;
13344 else
13345 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
13346echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
13347 XGETTEXT=":"
13348 fi
13349 rm -f messages.po
13350 fi
252b5132 13351
d7040cdb 13352 ac_config_commands="$ac_config_commands default-1"
252b5132 13353
13b2be9c 13354
252b5132 13355
d7040cdb
SE
13356echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
13357echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
13358 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
13359if test "${enable_maintainer_mode+set}" = set; then
13360 enableval="$enable_maintainer_mode"
13361 USE_MAINTAINER_MODE=$enableval
c8615825 13362else
d7040cdb
SE
13363 USE_MAINTAINER_MODE=no
13364fi;
13365 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
13366echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
13b2be9c 13367
d7040cdb
SE
13368
13369if test $USE_MAINTAINER_MODE = yes; then
13370 MAINTAINER_MODE_TRUE=
13371 MAINTAINER_MODE_FALSE='#'
13372else
13373 MAINTAINER_MODE_TRUE='#'
13374 MAINTAINER_MODE_FALSE=
20e95c23 13375fi
9b2b7d69 13376
d7040cdb
SE
13377 MAINT=$MAINTAINER_MODE_TRUE
13378
13379
13380
13381
13382if false; then
13383 GENINSRC_NEVER_TRUE=
13384 GENINSRC_NEVER_FALSE='#'
13385else
13386 GENINSRC_NEVER_TRUE='#'
13387 GENINSRC_NEVER_FALSE=
20e95c23 13388fi
9b2b7d69
MM
13389
13390
13391
13392
13393
13b2be9c
DJ
13394
13395
13396
13397
13398
13399
13400
40fb9820
L
13401
13402for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h limits.h
d6d788bd 13403do
13b2be9c
DJ
13404as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13405if eval "test \"\${$as_ac_Header+set}\" = set"; then
13406 echo "$as_me:$LINENO: checking for $ac_header" >&5
13407echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13408if eval "test \"\${$as_ac_Header+set}\" = set"; then
13409 echo $ECHO_N "(cached) $ECHO_C" >&6
13410fi
13411echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13412echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13413else
13414 # Is the header compilable?
13415echo "$as_me:$LINENO: checking $ac_header usability" >&5
13416echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13417cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13418/* confdefs.h. */
13419_ACEOF
13420cat confdefs.h >>conftest.$ac_ext
13421cat >>conftest.$ac_ext <<_ACEOF
13422/* end confdefs.h. */
13423$ac_includes_default
13424#include <$ac_header>
13425_ACEOF
13426rm -f conftest.$ac_objext
13427if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 13428 (eval $ac_compile) 2>conftest.er1
13b2be9c 13429 ac_status=$?
ab509236
L
13430 grep -v '^ *+' conftest.er1 >conftest.err
13431 rm -f conftest.er1
13432 cat conftest.err >&5
13b2be9c
DJ
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } &&
1ad12f97
NC
13435 { ac_try='test -z "$ac_c_werror_flag"
13436 || test ! -s conftest.err'
ab509236
L
13437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13438 (eval $ac_try) 2>&5
13439 ac_status=$?
13440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13441 (exit $ac_status); }; } &&
13442 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
13443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13444 (eval $ac_try) 2>&5
13445 ac_status=$?
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); }; }; then
13448 ac_header_compiler=yes
13449else
13450 echo "$as_me: failed program was:" >&5
13451sed 's/^/| /' conftest.$ac_ext >&5
13452
13453ac_header_compiler=no
13454fi
ab509236 13455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
13456echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13457echo "${ECHO_T}$ac_header_compiler" >&6
13458
13459# Is the header present?
13460echo "$as_me:$LINENO: checking $ac_header presence" >&5
13461echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13462cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13463/* confdefs.h. */
13464_ACEOF
13465cat confdefs.h >>conftest.$ac_ext
13466cat >>conftest.$ac_ext <<_ACEOF
13467/* end confdefs.h. */
13468#include <$ac_header>
13469_ACEOF
13470if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13471 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13472 ac_status=$?
13473 grep -v '^ *+' conftest.er1 >conftest.err
13474 rm -f conftest.er1
13475 cat conftest.err >&5
13476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13477 (exit $ac_status); } >/dev/null; then
13478 if test -s conftest.err; then
13479 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 13480 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
13481 else
13482 ac_cpp_err=
13483 fi
9b2b7d69 13484else
13b2be9c
DJ
13485 ac_cpp_err=yes
13486fi
13487if test -z "$ac_cpp_err"; then
13488 ac_header_preproc=yes
13489else
13490 echo "$as_me: failed program was:" >&5
13491sed 's/^/| /' conftest.$ac_ext >&5
13492
13493 ac_header_preproc=no
13494fi
13495rm -f conftest.err conftest.$ac_ext
13496echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13497echo "${ECHO_T}$ac_header_preproc" >&6
13498
13499# So? What about this header?
ab509236
L
13500case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13501 yes:no: )
13b2be9c
DJ
13502 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13503echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
13504 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13505echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13506 ac_header_preproc=yes
13b2be9c 13507 ;;
ab509236 13508 no:yes:* )
13b2be9c
DJ
13509 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13510echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
13511 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13512echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13513 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13514echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13515 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13516echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
13517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13518echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
13519 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13520echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
13521 (
13522 cat <<\_ASBOX
ab509236
L
13523## ------------------------------------------ ##
13524## Report this to the AC_PACKAGE_NAME lists. ##
13525## ------------------------------------------ ##
13b2be9c
DJ
13526_ASBOX
13527 ) |
13528 sed "s/^/$as_me: WARNING: /" >&2
13529 ;;
13530esac
13531echo "$as_me:$LINENO: checking for $ac_header" >&5
13532echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13533if eval "test \"\${$as_ac_Header+set}\" = set"; then
13534 echo $ECHO_N "(cached) $ECHO_C" >&6
13535else
ab509236 13536 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 13537fi
13b2be9c
DJ
13538echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13539echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13540
252b5132 13541fi
13b2be9c
DJ
13542if test `eval echo '${'$as_ac_Header'}'` = yes; then
13543 cat >>confdefs.h <<_ACEOF
13544#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13545_ACEOF
13546
252b5132 13547fi
13b2be9c 13548
252b5132
RH
13549done
13550
d6d788bd 13551
252b5132
RH
13552# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13553# people who are not cross-compiling but are compiling cross-assemblers.
13b2be9c
DJ
13554echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
13555echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
252b5132
RH
13556if test "${host}" = "${target}"; then
13557 cross_gas=no
13558else
13559 cross_gas=yes
13b2be9c
DJ
13560
13561cat >>confdefs.h <<\_ACEOF
252b5132 13562#define CROSS_COMPILE 1
13b2be9c 13563_ACEOF
252b5132
RH
13564
13565fi
13b2be9c
DJ
13566echo "$as_me:$LINENO: result: $cross_gas" >&5
13567echo "${ECHO_T}$cross_gas" >&6
252b5132
RH
13568
13569# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13570# for constant arguments. Useless!
13b2be9c
DJ
13571echo "$as_me:$LINENO: checking for working alloca.h" >&5
13572echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
13573if test "${ac_cv_working_alloca_h+set}" = set; then
13574 echo $ECHO_N "(cached) $ECHO_C" >&6
13575else
13576 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13577/* confdefs.h. */
13578_ACEOF
13579cat confdefs.h >>conftest.$ac_ext
13580cat >>conftest.$ac_ext <<_ACEOF
13581/* end confdefs.h. */
252b5132 13582#include <alloca.h>
13b2be9c
DJ
13583int
13584main ()
13585{
13586char *p = (char *) alloca (2 * sizeof (int));
13587 ;
13588 return 0;
13589}
13590_ACEOF
13591rm -f conftest.$ac_objext conftest$ac_exeext
13592if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 13593 (eval $ac_link) 2>conftest.er1
13b2be9c 13594 ac_status=$?
ab509236
L
13595 grep -v '^ *+' conftest.er1 >conftest.err
13596 rm -f conftest.er1
13597 cat conftest.err >&5
13b2be9c
DJ
13598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13599 (exit $ac_status); } &&
1ad12f97
NC
13600 { ac_try='test -z "$ac_c_werror_flag"
13601 || test ! -s conftest.err'
ab509236
L
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5
13604 ac_status=$?
13605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13606 (exit $ac_status); }; } &&
13607 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
13608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13609 (eval $ac_try) 2>&5
13610 ac_status=$?
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); }; }; then
13613 ac_cv_working_alloca_h=yes
13614else
13615 echo "$as_me: failed program was:" >&5
13616sed 's/^/| /' conftest.$ac_ext >&5
13617
13618ac_cv_working_alloca_h=no
13619fi
ab509236
L
13620rm -f conftest.err conftest.$ac_objext \
13621 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13622fi
13623echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
13624echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
13625if test $ac_cv_working_alloca_h = yes; then
13626
13627cat >>confdefs.h <<\_ACEOF
252b5132 13628#define HAVE_ALLOCA_H 1
13b2be9c 13629_ACEOF
252b5132
RH
13630
13631fi
13632
13b2be9c
DJ
13633echo "$as_me:$LINENO: checking for alloca" >&5
13634echo $ECHO_N "checking for alloca... $ECHO_C" >&6
13635if test "${ac_cv_func_alloca_works+set}" = set; then
13636 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 13637else
13b2be9c 13638 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13639/* confdefs.h. */
13640_ACEOF
13641cat confdefs.h >>conftest.$ac_ext
13642cat >>conftest.$ac_ext <<_ACEOF
13643/* end confdefs.h. */
252b5132
RH
13644#ifdef __GNUC__
13645# define alloca __builtin_alloca
13646#else
13647# ifdef _MSC_VER
13648# include <malloc.h>
13649# define alloca _alloca
13650# else
13651# if HAVE_ALLOCA_H
13652# include <alloca.h>
13653# else
13654# ifdef _AIX
13655 #pragma alloca
13656# else
13657# ifndef alloca /* predefined by HP cc +Olibcalls */
13658char *alloca ();
13659# endif
13660# endif
13661# endif
13662# endif
13663#endif
13664
13b2be9c
DJ
13665int
13666main ()
13667{
13668char *p = (char *) alloca (1);
13669 ;
13670 return 0;
13671}
13672_ACEOF
13673rm -f conftest.$ac_objext conftest$ac_exeext
13674if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 13675 (eval $ac_link) 2>conftest.er1
13b2be9c 13676 ac_status=$?
ab509236
L
13677 grep -v '^ *+' conftest.er1 >conftest.err
13678 rm -f conftest.er1
13679 cat conftest.err >&5
13b2be9c
DJ
13680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13681 (exit $ac_status); } &&
1ad12f97
NC
13682 { ac_try='test -z "$ac_c_werror_flag"
13683 || test ! -s conftest.err'
ab509236
L
13684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13685 (eval $ac_try) 2>&5
13686 ac_status=$?
13687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13688 (exit $ac_status); }; } &&
13689 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
13690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13691 (eval $ac_try) 2>&5
13692 ac_status=$?
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); }; }; then
252b5132
RH
13695 ac_cv_func_alloca_works=yes
13696else
13b2be9c
DJ
13697 echo "$as_me: failed program was:" >&5
13698sed 's/^/| /' conftest.$ac_ext >&5
13699
13700ac_cv_func_alloca_works=no
252b5132 13701fi
ab509236
L
13702rm -f conftest.err conftest.$ac_objext \
13703 conftest$ac_exeext conftest.$ac_ext
252b5132 13704fi
13b2be9c
DJ
13705echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
13706echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 13707
252b5132 13708if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 13709
13b2be9c
DJ
13710cat >>confdefs.h <<\_ACEOF
13711#define HAVE_ALLOCA 1
13712_ACEOF
9b2b7d69 13713
13b2be9c 13714else
c8615825 13715 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
13716# that cause trouble. Some versions do not even contain alloca or
13717# contain a buggy version. If you still want to use their alloca,
13718# use ar to extract alloca.o from them instead of compiling alloca.c.
13719
13720ALLOCA=alloca.$ac_objext
13721
13722cat >>confdefs.h <<\_ACEOF
252b5132 13723#define C_ALLOCA 1
13b2be9c 13724_ACEOF
252b5132 13725
d6d788bd 13726
13b2be9c
DJ
13727echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
13728echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
13729if test "${ac_cv_os_cray+set}" = set; then
13730 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 13731else
13b2be9c 13732 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13733/* confdefs.h. */
13734_ACEOF
13735cat confdefs.h >>conftest.$ac_ext
13736cat >>conftest.$ac_ext <<_ACEOF
13737/* end confdefs.h. */
252b5132
RH
13738#if defined(CRAY) && ! defined(CRAY2)
13739webecray
13740#else
13741wenotbecray
13742#endif
13743
13b2be9c 13744_ACEOF
252b5132 13745if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 13746 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
13747 ac_cv_os_cray=yes
13748else
252b5132
RH
13749 ac_cv_os_cray=no
13750fi
13751rm -f conftest*
13752
13753fi
13b2be9c
DJ
13754echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
13755echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 13756if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
13757 for ac_func in _getb67 GETB67 getb67; do
13758 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13759echo "$as_me:$LINENO: checking for $ac_func" >&5
13760echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13761if eval "test \"\${$as_ac_var+set}\" = set"; then
13762 echo $ECHO_N "(cached) $ECHO_C" >&6
13763else
13764 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13765/* confdefs.h. */
13766_ACEOF
13767cat confdefs.h >>conftest.$ac_ext
13768cat >>conftest.$ac_ext <<_ACEOF
13769/* end confdefs.h. */
ab509236
L
13770/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13771 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13772#define $ac_func innocuous_$ac_func
13773
252b5132 13774/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
13775 which can conflict with char $ac_func (); below.
13776 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13777 <limits.h> exists even on freestanding compilers. */
ab509236 13778
13b2be9c
DJ
13779#ifdef __STDC__
13780# include <limits.h>
13781#else
13782# include <assert.h>
13783#endif
ab509236
L
13784
13785#undef $ac_func
13786
252b5132 13787/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
13788#ifdef __cplusplus
13789extern "C"
13790{
13791#endif
252b5132 13792/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
13793 builtin and then its argument prototype would still apply. */
13794char $ac_func ();
252b5132
RH
13795/* The GNU C library defines this for functions which it implements
13796 to always fail with ENOSYS. Some functions are actually named
13797 something starting with __ and the normal name is an alias. */
13798#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13799choke me
13800#else
13b2be9c
DJ
13801char (*f) () = $ac_func;
13802#endif
13803#ifdef __cplusplus
13804}
252b5132
RH
13805#endif
13806
13b2be9c
DJ
13807int
13808main ()
13809{
13810return f != $ac_func;
13811 ;
13812 return 0;
13813}
13814_ACEOF
13815rm -f conftest.$ac_objext conftest$ac_exeext
13816if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 13817 (eval $ac_link) 2>conftest.er1
13b2be9c 13818 ac_status=$?
ab509236
L
13819 grep -v '^ *+' conftest.er1 >conftest.err
13820 rm -f conftest.er1
13821 cat conftest.err >&5
13b2be9c
DJ
13822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823 (exit $ac_status); } &&
1ad12f97
NC
13824 { ac_try='test -z "$ac_c_werror_flag"
13825 || test ! -s conftest.err'
ab509236
L
13826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13827 (eval $ac_try) 2>&5
13828 ac_status=$?
13829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13830 (exit $ac_status); }; } &&
13831 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
13832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13833 (eval $ac_try) 2>&5
13834 ac_status=$?
13835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13836 (exit $ac_status); }; }; then
13837 eval "$as_ac_var=yes"
13838else
13839 echo "$as_me: failed program was:" >&5
13840sed 's/^/| /' conftest.$ac_ext >&5
13841
13842eval "$as_ac_var=no"
13843fi
ab509236
L
13844rm -f conftest.err conftest.$ac_objext \
13845 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13846fi
13847echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13848echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13849if test `eval echo '${'$as_ac_var'}'` = yes; then
13850
13851cat >>confdefs.h <<_ACEOF
252b5132 13852#define CRAY_STACKSEG_END $ac_func
13b2be9c 13853_ACEOF
252b5132 13854
13b2be9c 13855 break
252b5132
RH
13856fi
13857
13b2be9c 13858 done
252b5132
RH
13859fi
13860
13b2be9c
DJ
13861echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
13862echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
13863if test "${ac_cv_c_stack_direction+set}" = set; then
13864 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
13865else
13866 if test "$cross_compiling" = yes; then
13867 ac_cv_c_stack_direction=0
13868else
13b2be9c 13869 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13870/* confdefs.h. */
13871_ACEOF
13872cat confdefs.h >>conftest.$ac_ext
13873cat >>conftest.$ac_ext <<_ACEOF
13874/* end confdefs.h. */
13875int
252b5132
RH
13876find_stack_direction ()
13877{
13878 static char *addr = 0;
13879 auto char dummy;
13880 if (addr == 0)
13881 {
13882 addr = &dummy;
13883 return find_stack_direction ();
13884 }
13885 else
13886 return (&dummy > addr) ? 1 : -1;
13887}
13b2be9c
DJ
13888
13889int
252b5132
RH
13890main ()
13891{
13b2be9c 13892 exit (find_stack_direction () < 0);
252b5132 13893}
13b2be9c
DJ
13894_ACEOF
13895rm -f conftest$ac_exeext
13896if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13897 (eval $ac_link) 2>&5
13898 ac_status=$?
13899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13902 (eval $ac_try) 2>&5
13903 ac_status=$?
13904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13905 (exit $ac_status); }; }; then
252b5132
RH
13906 ac_cv_c_stack_direction=1
13907else
13b2be9c
DJ
13908 echo "$as_me: program exited with status $ac_status" >&5
13909echo "$as_me: failed program was:" >&5
13910sed 's/^/| /' conftest.$ac_ext >&5
13911
13912( exit $ac_status )
13913ac_cv_c_stack_direction=-1
252b5132 13914fi
ab509236 13915rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 13916fi
252b5132 13917fi
13b2be9c
DJ
13918echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
13919echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 13920
13b2be9c 13921cat >>confdefs.h <<_ACEOF
252b5132 13922#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
13923_ACEOF
13924
252b5132
RH
13925
13926fi
13927
13b2be9c
DJ
13928echo "$as_me:$LINENO: checking for inline" >&5
13929echo $ECHO_N "checking for inline... $ECHO_C" >&6
13930if test "${ac_cv_c_inline+set}" = set; then
13931 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
13932else
13933 ac_cv_c_inline=no
13934for ac_kw in inline __inline__ __inline; do
13b2be9c 13935 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
13936/* confdefs.h. */
13937_ACEOF
13938cat confdefs.h >>conftest.$ac_ext
13939cat >>conftest.$ac_ext <<_ACEOF
13940/* end confdefs.h. */
13941#ifndef __cplusplus
13942typedef int foo_t;
13943static $ac_kw foo_t static_foo () {return 0; }
13944$ac_kw foo_t foo () {return 0; }
13945#endif
252b5132 13946
13b2be9c
DJ
13947_ACEOF
13948rm -f conftest.$ac_objext
13949if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 13950 (eval $ac_compile) 2>conftest.er1
13b2be9c 13951 ac_status=$?
ab509236
L
13952 grep -v '^ *+' conftest.er1 >conftest.err
13953 rm -f conftest.er1
13954 cat conftest.err >&5
13b2be9c
DJ
13955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13956 (exit $ac_status); } &&
1ad12f97
NC
13957 { ac_try='test -z "$ac_c_werror_flag"
13958 || test ! -s conftest.err'
ab509236
L
13959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13960 (eval $ac_try) 2>&5
13961 ac_status=$?
13962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13963 (exit $ac_status); }; } &&
13964 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
13965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13966 (eval $ac_try) 2>&5
13967 ac_status=$?
13968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13969 (exit $ac_status); }; }; then
252b5132
RH
13970 ac_cv_c_inline=$ac_kw; break
13971else
13b2be9c
DJ
13972 echo "$as_me: failed program was:" >&5
13973sed 's/^/| /' conftest.$ac_ext >&5
13974
252b5132 13975fi
ab509236 13976rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13977done
13978
13979fi
13b2be9c
DJ
13980echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13981echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
13982
13983
13b2be9c 13984case $ac_cv_c_inline in
252b5132 13985 inline | yes) ;;
ab509236
L
13986 *)
13987 case $ac_cv_c_inline in
13988 no) ac_val=;;
13989 *) ac_val=$ac_cv_c_inline;;
13990 esac
13991 cat >>confdefs.h <<_ACEOF
13992#ifndef __cplusplus
13993#define inline $ac_val
13994#endif
13b2be9c 13995_ACEOF
ab509236 13996 ;;
252b5132
RH
13997esac
13998
6840198f 13999
d6d788bd 14000# VMS doesn't have unlink.
13b2be9c
DJ
14001
14002
252b5132
RH
14003for ac_func in unlink remove
14004do
13b2be9c
DJ
14005as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14006echo "$as_me:$LINENO: checking for $ac_func" >&5
14007echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14008if eval "test \"\${$as_ac_var+set}\" = set"; then
14009 echo $ECHO_N "(cached) $ECHO_C" >&6
14010else
14011 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14012/* confdefs.h. */
14013_ACEOF
14014cat confdefs.h >>conftest.$ac_ext
14015cat >>conftest.$ac_ext <<_ACEOF
14016/* end confdefs.h. */
ab509236
L
14017/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14018 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14019#define $ac_func innocuous_$ac_func
14020
252b5132 14021/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
14022 which can conflict with char $ac_func (); below.
14023 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14024 <limits.h> exists even on freestanding compilers. */
ab509236 14025
13b2be9c
DJ
14026#ifdef __STDC__
14027# include <limits.h>
14028#else
14029# include <assert.h>
14030#endif
ab509236
L
14031
14032#undef $ac_func
14033
252b5132 14034/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
14035#ifdef __cplusplus
14036extern "C"
14037{
14038#endif
252b5132 14039/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
14040 builtin and then its argument prototype would still apply. */
14041char $ac_func ();
252b5132
RH
14042/* The GNU C library defines this for functions which it implements
14043 to always fail with ENOSYS. Some functions are actually named
14044 something starting with __ and the normal name is an alias. */
14045#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14046choke me
14047#else
13b2be9c
DJ
14048char (*f) () = $ac_func;
14049#endif
14050#ifdef __cplusplus
14051}
252b5132
RH
14052#endif
14053
13b2be9c
DJ
14054int
14055main ()
14056{
14057return f != $ac_func;
14058 ;
14059 return 0;
14060}
14061_ACEOF
14062rm -f conftest.$ac_objext conftest$ac_exeext
14063if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14064 (eval $ac_link) 2>conftest.er1
13b2be9c 14065 ac_status=$?
ab509236
L
14066 grep -v '^ *+' conftest.er1 >conftest.err
14067 rm -f conftest.er1
14068 cat conftest.err >&5
13b2be9c
DJ
14069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14070 (exit $ac_status); } &&
1ad12f97
NC
14071 { ac_try='test -z "$ac_c_werror_flag"
14072 || test ! -s conftest.err'
ab509236
L
14073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14074 (eval $ac_try) 2>&5
14075 ac_status=$?
14076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14077 (exit $ac_status); }; } &&
14078 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14080 (eval $ac_try) 2>&5
14081 ac_status=$?
14082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14083 (exit $ac_status); }; }; then
14084 eval "$as_ac_var=yes"
14085else
14086 echo "$as_me: failed program was:" >&5
14087sed 's/^/| /' conftest.$ac_ext >&5
14088
14089eval "$as_ac_var=no"
14090fi
ab509236
L
14091rm -f conftest.err conftest.$ac_objext \
14092 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14093fi
14094echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14095echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14096if test `eval echo '${'$as_ac_var'}'` = yes; then
14097 cat >>confdefs.h <<_ACEOF
14098#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14099_ACEOF
252b5132 14100 break
252b5132
RH
14101fi
14102done
14103
6840198f 14104
d6d788bd 14105# Some systems don't have sbrk().
13b2be9c 14106
252b5132
RH
14107for ac_func in sbrk
14108do
13b2be9c
DJ
14109as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14110echo "$as_me:$LINENO: checking for $ac_func" >&5
14111echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14112if eval "test \"\${$as_ac_var+set}\" = set"; then
14113 echo $ECHO_N "(cached) $ECHO_C" >&6
14114else
14115 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14116/* confdefs.h. */
14117_ACEOF
14118cat confdefs.h >>conftest.$ac_ext
14119cat >>conftest.$ac_ext <<_ACEOF
14120/* end confdefs.h. */
ab509236
L
14121/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14122 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14123#define $ac_func innocuous_$ac_func
14124
252b5132 14125/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
14126 which can conflict with char $ac_func (); below.
14127 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14128 <limits.h> exists even on freestanding compilers. */
ab509236 14129
13b2be9c
DJ
14130#ifdef __STDC__
14131# include <limits.h>
14132#else
14133# include <assert.h>
14134#endif
ab509236
L
14135
14136#undef $ac_func
14137
252b5132 14138/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
14139#ifdef __cplusplus
14140extern "C"
14141{
14142#endif
252b5132 14143/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
14144 builtin and then its argument prototype would still apply. */
14145char $ac_func ();
252b5132
RH
14146/* The GNU C library defines this for functions which it implements
14147 to always fail with ENOSYS. Some functions are actually named
14148 something starting with __ and the normal name is an alias. */
14149#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14150choke me
14151#else
13b2be9c
DJ
14152char (*f) () = $ac_func;
14153#endif
14154#ifdef __cplusplus
14155}
252b5132
RH
14156#endif
14157
13b2be9c
DJ
14158int
14159main ()
14160{
14161return f != $ac_func;
14162 ;
14163 return 0;
14164}
14165_ACEOF
14166rm -f conftest.$ac_objext conftest$ac_exeext
14167if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14168 (eval $ac_link) 2>conftest.er1
13b2be9c 14169 ac_status=$?
ab509236
L
14170 grep -v '^ *+' conftest.er1 >conftest.err
14171 rm -f conftest.er1
14172 cat conftest.err >&5
13b2be9c
DJ
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } &&
1ad12f97
NC
14175 { ac_try='test -z "$ac_c_werror_flag"
14176 || test ! -s conftest.err'
ab509236
L
14177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14178 (eval $ac_try) 2>&5
14179 ac_status=$?
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); }; } &&
14182 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14184 (eval $ac_try) 2>&5
14185 ac_status=$?
14186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14187 (exit $ac_status); }; }; then
14188 eval "$as_ac_var=yes"
14189else
14190 echo "$as_me: failed program was:" >&5
14191sed 's/^/| /' conftest.$ac_ext >&5
14192
14193eval "$as_ac_var=no"
14194fi
ab509236
L
14195rm -f conftest.err conftest.$ac_objext \
14196 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14197fi
14198echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14199echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14200if test `eval echo '${'$as_ac_var'}'` = yes; then
14201 cat >>confdefs.h <<_ACEOF
14202#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14203_ACEOF
252b5132 14204
252b5132
RH
14205fi
14206done
14207
d6d788bd 14208
39bec121
TW
14209# do we need the math library?
14210case "${need_libm}" in
13b2be9c 14211yes)
39bec121 14212 LIBM=
f9c19112 14213case $host in
d70c5fc7 14214*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
d7040cdb 14215 # These system don't have libm, or don't need it
39bec121
TW
14216 ;;
14217*-ncr-sysv4.3*)
13b2be9c
DJ
14218 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
14219echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
14220if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
14221 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 14222else
13b2be9c 14223 ac_check_lib_save_LIBS=$LIBS
39bec121 14224LIBS="-lmw $LIBS"
13b2be9c 14225cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14226/* confdefs.h. */
14227_ACEOF
14228cat confdefs.h >>conftest.$ac_ext
14229cat >>conftest.$ac_ext <<_ACEOF
14230/* end confdefs.h. */
14231
39bec121 14232/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
14233#ifdef __cplusplus
14234extern "C"
14235#endif
39bec121 14236/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
14237 builtin and then its argument prototype would still apply. */
14238char _mwvalidcheckl ();
14239int
14240main ()
14241{
14242_mwvalidcheckl ();
14243 ;
14244 return 0;
14245}
14246_ACEOF
14247rm -f conftest.$ac_objext conftest$ac_exeext
14248if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14249 (eval $ac_link) 2>conftest.er1
13b2be9c 14250 ac_status=$?
ab509236
L
14251 grep -v '^ *+' conftest.er1 >conftest.err
14252 rm -f conftest.er1
14253 cat conftest.err >&5
13b2be9c
DJ
14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); } &&
1ad12f97
NC
14256 { ac_try='test -z "$ac_c_werror_flag"
14257 || test ! -s conftest.err'
ab509236
L
14258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14259 (eval $ac_try) 2>&5
14260 ac_status=$?
14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14262 (exit $ac_status); }; } &&
14263 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14265 (eval $ac_try) 2>&5
14266 ac_status=$?
14267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14268 (exit $ac_status); }; }; then
14269 ac_cv_lib_mw__mwvalidcheckl=yes
14270else
14271 echo "$as_me: failed program was:" >&5
14272sed 's/^/| /' conftest.$ac_ext >&5
14273
14274ac_cv_lib_mw__mwvalidcheckl=no
14275fi
ab509236
L
14276rm -f conftest.err conftest.$ac_objext \
14277 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14278LIBS=$ac_check_lib_save_LIBS
14279fi
14280echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14281echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
14282if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
39bec121 14283 LIBM="-lmw"
39bec121
TW
14284fi
14285
d7040cdb
SE
14286 echo "$as_me:$LINENO: checking for cos in -lm" >&5
14287echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
14288if test "${ac_cv_lib_m_cos+set}" = set; then
13b2be9c 14289 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 14290else
13b2be9c 14291 ac_check_lib_save_LIBS=$LIBS
39bec121 14292LIBS="-lm $LIBS"
13b2be9c 14293cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14294/* confdefs.h. */
14295_ACEOF
14296cat confdefs.h >>conftest.$ac_ext
14297cat >>conftest.$ac_ext <<_ACEOF
14298/* end confdefs.h. */
39bec121 14299
d7040cdb
SE
14300/* Override any gcc2 internal prototype to avoid an error. */
14301#ifdef __cplusplus
14302extern "C"
14303#endif
14304/* We use char because int might match the return type of a gcc2
14305 builtin and then its argument prototype would still apply. */
14306char cos ();
13b2be9c
DJ
14307int
14308main ()
14309{
d7040cdb 14310cos ();
13b2be9c
DJ
14311 ;
14312 return 0;
14313}
14314_ACEOF
14315rm -f conftest.$ac_objext conftest$ac_exeext
14316if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14317 (eval $ac_link) 2>conftest.er1
13b2be9c 14318 ac_status=$?
ab509236
L
14319 grep -v '^ *+' conftest.er1 >conftest.err
14320 rm -f conftest.er1
14321 cat conftest.err >&5
13b2be9c
DJ
14322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14323 (exit $ac_status); } &&
1ad12f97
NC
14324 { ac_try='test -z "$ac_c_werror_flag"
14325 || test ! -s conftest.err'
ab509236
L
14326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14327 (eval $ac_try) 2>&5
14328 ac_status=$?
14329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14330 (exit $ac_status); }; } &&
14331 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14333 (eval $ac_try) 2>&5
14334 ac_status=$?
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); }; }; then
d7040cdb 14337 ac_cv_lib_m_cos=yes
13b2be9c
DJ
14338else
14339 echo "$as_me: failed program was:" >&5
14340sed 's/^/| /' conftest.$ac_ext >&5
14341
d7040cdb 14342ac_cv_lib_m_cos=no
13b2be9c 14343fi
ab509236
L
14344rm -f conftest.err conftest.$ac_objext \
14345 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14346LIBS=$ac_check_lib_save_LIBS
14347fi
d7040cdb
SE
14348echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
14349echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
14350if test $ac_cv_lib_m_cos = yes; then
39bec121 14351 LIBM="$LIBM -lm"
39bec121
TW
14352fi
14353
14354 ;;
14355*)
d7040cdb
SE
14356 echo "$as_me:$LINENO: checking for cos in -lm" >&5
14357echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
14358if test "${ac_cv_lib_m_cos+set}" = set; then
13b2be9c 14359 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 14360else
13b2be9c 14361 ac_check_lib_save_LIBS=$LIBS
39bec121 14362LIBS="-lm $LIBS"
13b2be9c 14363cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14364/* confdefs.h. */
14365_ACEOF
14366cat confdefs.h >>conftest.$ac_ext
14367cat >>conftest.$ac_ext <<_ACEOF
14368/* end confdefs.h. */
39bec121 14369
d7040cdb
SE
14370/* Override any gcc2 internal prototype to avoid an error. */
14371#ifdef __cplusplus
14372extern "C"
14373#endif
14374/* We use char because int might match the return type of a gcc2
14375 builtin and then its argument prototype would still apply. */
14376char cos ();
13b2be9c
DJ
14377int
14378main ()
14379{
d7040cdb 14380cos ();
13b2be9c
DJ
14381 ;
14382 return 0;
14383}
14384_ACEOF
14385rm -f conftest.$ac_objext conftest$ac_exeext
14386if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14387 (eval $ac_link) 2>conftest.er1
13b2be9c 14388 ac_status=$?
ab509236
L
14389 grep -v '^ *+' conftest.er1 >conftest.err
14390 rm -f conftest.er1
14391 cat conftest.err >&5
13b2be9c
DJ
14392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14393 (exit $ac_status); } &&
1ad12f97
NC
14394 { ac_try='test -z "$ac_c_werror_flag"
14395 || test ! -s conftest.err'
ab509236
L
14396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14397 (eval $ac_try) 2>&5
14398 ac_status=$?
14399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400 (exit $ac_status); }; } &&
14401 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14403 (eval $ac_try) 2>&5
14404 ac_status=$?
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); }; }; then
d7040cdb 14407 ac_cv_lib_m_cos=yes
13b2be9c
DJ
14408else
14409 echo "$as_me: failed program was:" >&5
14410sed 's/^/| /' conftest.$ac_ext >&5
14411
d7040cdb 14412ac_cv_lib_m_cos=no
13b2be9c 14413fi
ab509236
L
14414rm -f conftest.err conftest.$ac_objext \
14415 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14416LIBS=$ac_check_lib_save_LIBS
14417fi
d7040cdb
SE
14418echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
14419echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
14420if test $ac_cv_lib_m_cos = yes; then
39bec121 14421 LIBM="-lm"
39bec121
TW
14422fi
14423
14424 ;;
14425esac
14426
13b2be9c 14427
d7040cdb 14428
39bec121
TW
14429 ;;
14430esac
14431
252b5132
RH
14432# Some non-ANSI preprocessors botch requoting inside strings. That's bad
14433# enough, but on some of those systems, the assert macro relies on requoting
14434# working properly!
13b2be9c
DJ
14435echo "$as_me:$LINENO: checking for working assert macro" >&5
14436echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
14437if test "${gas_cv_assert_ok+set}" = set; then
14438 echo $ECHO_N "(cached) $ECHO_C" >&6
14439else
14440 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14441/* confdefs.h. */
14442_ACEOF
14443cat confdefs.h >>conftest.$ac_ext
14444cat >>conftest.$ac_ext <<_ACEOF
14445/* end confdefs.h. */
252b5132
RH
14446#include <assert.h>
14447#include <stdio.h>
13b2be9c
DJ
14448int
14449main ()
14450{
252b5132
RH
14451
14452/* check for requoting problems */
14453static int a, b, c, d;
14454static char *s;
14455assert (!strcmp(s, "foo bar baz quux"));
14456/* check for newline handling */
14457assert (a == b
14458 || c == d);
14459
13b2be9c
DJ
14460 ;
14461 return 0;
14462}
14463_ACEOF
14464rm -f conftest.$ac_objext conftest$ac_exeext
14465if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14466 (eval $ac_link) 2>conftest.er1
13b2be9c 14467 ac_status=$?
ab509236
L
14468 grep -v '^ *+' conftest.er1 >conftest.err
14469 rm -f conftest.er1
14470 cat conftest.err >&5
13b2be9c
DJ
14471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14472 (exit $ac_status); } &&
1ad12f97
NC
14473 { ac_try='test -z "$ac_c_werror_flag"
14474 || test ! -s conftest.err'
ab509236
L
14475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14476 (eval $ac_try) 2>&5
14477 ac_status=$?
14478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14479 (exit $ac_status); }; } &&
14480 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14482 (eval $ac_try) 2>&5
14483 ac_status=$?
14484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); }; }; then
252b5132
RH
14486 gas_cv_assert_ok=yes
14487else
13b2be9c
DJ
14488 echo "$as_me: failed program was:" >&5
14489sed 's/^/| /' conftest.$ac_ext >&5
14490
14491gas_cv_assert_ok=no
252b5132 14492fi
ab509236
L
14493rm -f conftest.err conftest.$ac_objext \
14494 conftest$ac_exeext conftest.$ac_ext
252b5132 14495fi
13b2be9c
DJ
14496echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
14497echo "${ECHO_T}$gas_cv_assert_ok" >&6
14498test $gas_cv_assert_ok = yes ||
14499cat >>confdefs.h <<\_ACEOF
252b5132 14500#define BROKEN_ASSERT 1
13b2be9c 14501_ACEOF
252b5132 14502
d6d788bd
L
14503
14504
252b5132
RH
14505# On some systems, the system header files may not declare malloc, realloc,
14506# and free. There are places where gas needs these functions to have been
14507# declared -- such as when taking their addresses.
14508gas_test_headers="
14509#ifdef HAVE_MEMORY_H
14510#include <memory.h>
14511#endif
14512#ifdef HAVE_STRING_H
14513#include <string.h>
14514#else
14515#ifdef HAVE_STRINGS_H
14516#include <strings.h>
14517#endif
14518#endif
14519#ifdef HAVE_STDLIB_H
14520#include <stdlib.h>
14521#endif
14522#ifdef HAVE_UNISTD_H
14523#include <unistd.h>
14524#endif
14525"
14526
e8a38df5
AL
14527# Does errno.h declare errno, or do we have to add a separate declaration
14528# for it?
14529
14530echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
14531echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
14532if test "${gas_cv_decl_needed_errno+set}" = set; then
14533 echo $ECHO_N "(cached) $ECHO_C" >&6
14534else
14535 cat >conftest.$ac_ext <<_ACEOF
14536/* confdefs.h. */
14537_ACEOF
14538cat confdefs.h >>conftest.$ac_ext
14539cat >>conftest.$ac_ext <<_ACEOF
14540/* end confdefs.h. */
14541
14542#ifdef HAVE_ERRNO_H
14543#include <errno.h>
14544#endif
14545
14546int
14547main ()
14548{
14549
14550typedef int f;
14551f x;
14552x = (f) errno;
14553
14554 ;
14555 return 0;
14556}
14557_ACEOF
14558rm -f conftest.$ac_objext conftest$ac_exeext
14559if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14560 (eval $ac_link) 2>conftest.er1
14561 ac_status=$?
14562 grep -v '^ *+' conftest.er1 >conftest.err
14563 rm -f conftest.er1
14564 cat conftest.err >&5
14565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566 (exit $ac_status); } &&
14567 { ac_try='test -z "$ac_c_werror_flag"
14568 || test ! -s conftest.err'
14569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14570 (eval $ac_try) 2>&5
14571 ac_status=$?
14572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14573 (exit $ac_status); }; } &&
14574 { ac_try='test -s conftest$ac_exeext'
14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14576 (eval $ac_try) 2>&5
14577 ac_status=$?
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); }; }; then
14580 gas_cv_decl_needed_errno=no
14581else
14582 echo "$as_me: failed program was:" >&5
14583sed 's/^/| /' conftest.$ac_ext >&5
14584
14585gas_cv_decl_needed_errno=yes
14586fi
14587rm -f conftest.err conftest.$ac_objext \
14588 conftest$ac_exeext conftest.$ac_ext
14589fi
14590echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
14591echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
14592if test $gas_cv_decl_needed_errno = yes; then
14593
14594cat >>confdefs.h <<\_ACEOF
14595#define NEED_DECLARATION_ERRNO 1
14596_ACEOF
14597
14598fi
14599
14600
56f36663
NC
14601echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
14602echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
14603if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then
14604 echo $ECHO_N "(cached) $ECHO_C" >&6
14605else
14606 cat >conftest.$ac_ext <<_ACEOF
14607/* confdefs.h. */
14608_ACEOF
14609cat confdefs.h >>conftest.$ac_ext
14610cat >>conftest.$ac_ext <<_ACEOF
14611/* end confdefs.h. */
14612#include <unistd.h>
14613int
14614main ()
14615{
14616extern int getopt (int, char *const*, const char *);
14617 ;
14618 return 0;
14619}
14620_ACEOF
14621rm -f conftest.$ac_objext
14622if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14623 (eval $ac_compile) 2>conftest.er1
14624 ac_status=$?
14625 grep -v '^ *+' conftest.er1 >conftest.err
14626 rm -f conftest.er1
14627 cat conftest.err >&5
14628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14629 (exit $ac_status); } &&
14630 { ac_try='test -z "$ac_c_werror_flag"
14631 || test ! -s conftest.err'
14632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14633 (eval $ac_try) 2>&5
14634 ac_status=$?
14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636 (exit $ac_status); }; } &&
14637 { ac_try='test -s conftest.$ac_objext'
14638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14639 (eval $ac_try) 2>&5
14640 ac_status=$?
14641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14642 (exit $ac_status); }; }; then
14643 gas_cv_decl_getopt_unistd_h=yes
14644else
14645 echo "$as_me: failed program was:" >&5
14646sed 's/^/| /' conftest.$ac_ext >&5
14647
14648gas_cv_decl_getopt_unistd_h=no
14649fi
14650rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14651fi
14652
14653echo "$as_me:$LINENO: result: $gas_cv_decl_getopt_unistd_h" >&5
14654echo "${ECHO_T}$gas_cv_decl_getopt_unistd_h" >&6
14655if test $gas_cv_decl_getopt_unistd_h = yes; then
14656
14657cat >>confdefs.h <<\_ACEOF
14658#define HAVE_DECL_GETOPT 1
14659_ACEOF
14660
14661fi
14662
e8a38df5
AL
14663
14664echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
14665echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
14666if test "${gas_cv_decl_needed_environ+set}" = set; then
13b2be9c
DJ
14667 echo $ECHO_N "(cached) $ECHO_C" >&6
14668else
14669 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14670/* confdefs.h. */
14671_ACEOF
14672cat confdefs.h >>conftest.$ac_ext
14673cat >>conftest.$ac_ext <<_ACEOF
14674/* end confdefs.h. */
252b5132 14675$gas_test_headers
13b2be9c
DJ
14676int
14677main ()
14678{
252b5132 14679
e8a38df5 14680typedef char **f;
252b5132 14681f x;
e8a38df5 14682x = (f) environ;
252b5132 14683
13b2be9c
DJ
14684 ;
14685 return 0;
14686}
14687_ACEOF
14688rm -f conftest.$ac_objext conftest$ac_exeext
14689if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14690 (eval $ac_link) 2>conftest.er1
13b2be9c 14691 ac_status=$?
ab509236
L
14692 grep -v '^ *+' conftest.er1 >conftest.err
14693 rm -f conftest.er1
14694 cat conftest.err >&5
13b2be9c
DJ
14695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14696 (exit $ac_status); } &&
1ad12f97
NC
14697 { ac_try='test -z "$ac_c_werror_flag"
14698 || test ! -s conftest.err'
ab509236
L
14699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14700 (eval $ac_try) 2>&5
14701 ac_status=$?
14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); }; } &&
14704 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14706 (eval $ac_try) 2>&5
14707 ac_status=$?
14708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); }; }; then
e8a38df5 14710 gas_cv_decl_needed_environ=no
252b5132 14711else
13b2be9c
DJ
14712 echo "$as_me: failed program was:" >&5
14713sed 's/^/| /' conftest.$ac_ext >&5
14714
e8a38df5 14715gas_cv_decl_needed_environ=yes
252b5132 14716fi
ab509236
L
14717rm -f conftest.err conftest.$ac_objext \
14718 conftest$ac_exeext conftest.$ac_ext
252b5132 14719fi
e8a38df5
AL
14720echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
14721echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
14722if test $gas_cv_decl_needed_environ = yes; then
13b2be9c
DJ
14723
14724cat >>confdefs.h <<\_ACEOF
e8a38df5 14725#define NEED_DECLARATION_ENVIRON 1
13b2be9c
DJ
14726_ACEOF
14727
14728fi
14729
14730
e8a38df5
AL
14731echo "$as_me:$LINENO: checking whether declaration is required for ffs" >&5
14732echo $ECHO_N "checking whether declaration is required for ffs... $ECHO_C" >&6
14733if test "${gas_cv_decl_needed_ffs+set}" = set; then
13b2be9c
DJ
14734 echo $ECHO_N "(cached) $ECHO_C" >&6
14735else
14736 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14737/* confdefs.h. */
14738_ACEOF
14739cat confdefs.h >>conftest.$ac_ext
14740cat >>conftest.$ac_ext <<_ACEOF
14741/* end confdefs.h. */
14742$gas_test_headers
14743int
14744main ()
14745{
14746
e8a38df5 14747typedef int (*f)(int);
13b2be9c 14748f x;
e8a38df5 14749x = (f) ffs;
13b2be9c
DJ
14750
14751 ;
14752 return 0;
14753}
14754_ACEOF
14755rm -f conftest.$ac_objext conftest$ac_exeext
14756if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14757 (eval $ac_link) 2>conftest.er1
13b2be9c 14758 ac_status=$?
ab509236
L
14759 grep -v '^ *+' conftest.er1 >conftest.err
14760 rm -f conftest.er1
14761 cat conftest.err >&5
13b2be9c
DJ
14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); } &&
1ad12f97
NC
14764 { ac_try='test -z "$ac_c_werror_flag"
14765 || test ! -s conftest.err'
ab509236
L
14766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14767 (eval $ac_try) 2>&5
14768 ac_status=$?
14769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14770 (exit $ac_status); }; } &&
14771 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14773 (eval $ac_try) 2>&5
14774 ac_status=$?
14775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776 (exit $ac_status); }; }; then
e8a38df5 14777 gas_cv_decl_needed_ffs=no
13b2be9c
DJ
14778else
14779 echo "$as_me: failed program was:" >&5
14780sed 's/^/| /' conftest.$ac_ext >&5
14781
e8a38df5 14782gas_cv_decl_needed_ffs=yes
13b2be9c 14783fi
ab509236
L
14784rm -f conftest.err conftest.$ac_objext \
14785 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14786fi
e8a38df5
AL
14787echo "$as_me:$LINENO: result: $gas_cv_decl_needed_ffs" >&5
14788echo "${ECHO_T}$gas_cv_decl_needed_ffs" >&6
14789if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c
DJ
14790
14791cat >>confdefs.h <<\_ACEOF
e8a38df5 14792#define NEED_DECLARATION_FFS 1
13b2be9c
DJ
14793_ACEOF
14794
14795fi
14796
14797
14798echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
14799echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
14800if test "${gas_cv_decl_needed_free+set}" = set; then
14801 echo $ECHO_N "(cached) $ECHO_C" >&6
14802else
14803 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14804/* confdefs.h. */
14805_ACEOF
14806cat confdefs.h >>conftest.$ac_ext
14807cat >>conftest.$ac_ext <<_ACEOF
14808/* end confdefs.h. */
14809$gas_test_headers
14810int
14811main ()
14812{
14813
14814typedef void (*f)();
14815f x;
14816x = (f) free;
14817
14818 ;
14819 return 0;
14820}
14821_ACEOF
14822rm -f conftest.$ac_objext conftest$ac_exeext
14823if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14824 (eval $ac_link) 2>conftest.er1
13b2be9c 14825 ac_status=$?
ab509236
L
14826 grep -v '^ *+' conftest.er1 >conftest.err
14827 rm -f conftest.er1
14828 cat conftest.err >&5
13b2be9c
DJ
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } &&
1ad12f97
NC
14831 { ac_try='test -z "$ac_c_werror_flag"
14832 || test ! -s conftest.err'
ab509236
L
14833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14834 (eval $ac_try) 2>&5
14835 ac_status=$?
14836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14837 (exit $ac_status); }; } &&
14838 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14840 (eval $ac_try) 2>&5
14841 ac_status=$?
14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843 (exit $ac_status); }; }; then
14844 gas_cv_decl_needed_free=no
14845else
14846 echo "$as_me: failed program was:" >&5
14847sed 's/^/| /' conftest.$ac_ext >&5
14848
14849gas_cv_decl_needed_free=yes
14850fi
ab509236
L
14851rm -f conftest.err conftest.$ac_objext \
14852 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14853fi
14854echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
14855echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
14856if test $gas_cv_decl_needed_free = yes; then
14857
14858cat >>confdefs.h <<\_ACEOF
14859#define NEED_DECLARATION_FREE 1
14860_ACEOF
14861
14862fi
14863
14864
e8a38df5
AL
14865echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
14866echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
14867if test "${gas_cv_decl_needed_malloc+set}" = set; then
13b2be9c
DJ
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14869else
14870 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14871/* confdefs.h. */
14872_ACEOF
14873cat confdefs.h >>conftest.$ac_ext
14874cat >>conftest.$ac_ext <<_ACEOF
14875/* end confdefs.h. */
14876$gas_test_headers
14877int
14878main ()
14879{
14880
14881typedef char *(*f)();
14882f x;
e8a38df5 14883x = (f) malloc;
13b2be9c
DJ
14884
14885 ;
14886 return 0;
14887}
14888_ACEOF
14889rm -f conftest.$ac_objext conftest$ac_exeext
14890if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14891 (eval $ac_link) 2>conftest.er1
13b2be9c 14892 ac_status=$?
ab509236
L
14893 grep -v '^ *+' conftest.er1 >conftest.err
14894 rm -f conftest.er1
14895 cat conftest.err >&5
13b2be9c
DJ
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); } &&
1ad12f97
NC
14898 { ac_try='test -z "$ac_c_werror_flag"
14899 || test ! -s conftest.err'
ab509236
L
14900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14901 (eval $ac_try) 2>&5
14902 ac_status=$?
14903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); }; } &&
14905 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14907 (eval $ac_try) 2>&5
14908 ac_status=$?
14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); }; }; then
e8a38df5 14911 gas_cv_decl_needed_malloc=no
13b2be9c
DJ
14912else
14913 echo "$as_me: failed program was:" >&5
14914sed 's/^/| /' conftest.$ac_ext >&5
14915
e8a38df5 14916gas_cv_decl_needed_malloc=yes
13b2be9c 14917fi
ab509236
L
14918rm -f conftest.err conftest.$ac_objext \
14919 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14920fi
e8a38df5
AL
14921echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
14922echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
14923if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c
DJ
14924
14925cat >>confdefs.h <<\_ACEOF
e8a38df5 14926#define NEED_DECLARATION_MALLOC 1
13b2be9c
DJ
14927_ACEOF
14928
14929fi
14930
14931
e8a38df5
AL
14932echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
14933echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
14934if test "${gas_cv_decl_needed_sbrk+set}" = set; then
13b2be9c
DJ
14935 echo $ECHO_N "(cached) $ECHO_C" >&6
14936else
14937 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
14938/* confdefs.h. */
14939_ACEOF
14940cat confdefs.h >>conftest.$ac_ext
14941cat >>conftest.$ac_ext <<_ACEOF
14942/* end confdefs.h. */
14943$gas_test_headers
14944int
14945main ()
14946{
14947
e8a38df5 14948typedef char *(*f)();
13b2be9c 14949f x;
e8a38df5 14950x = (f) sbrk;
13b2be9c
DJ
14951
14952 ;
14953 return 0;
14954}
14955_ACEOF
14956rm -f conftest.$ac_objext conftest$ac_exeext
14957if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 14958 (eval $ac_link) 2>conftest.er1
13b2be9c 14959 ac_status=$?
ab509236
L
14960 grep -v '^ *+' conftest.er1 >conftest.err
14961 rm -f conftest.er1
14962 cat conftest.err >&5
13b2be9c
DJ
14963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14964 (exit $ac_status); } &&
1ad12f97
NC
14965 { ac_try='test -z "$ac_c_werror_flag"
14966 || test ! -s conftest.err'
ab509236
L
14967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14968 (eval $ac_try) 2>&5
14969 ac_status=$?
14970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); }; } &&
14972 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
14973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14974 (eval $ac_try) 2>&5
14975 ac_status=$?
14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977 (exit $ac_status); }; }; then
e8a38df5 14978 gas_cv_decl_needed_sbrk=no
13b2be9c
DJ
14979else
14980 echo "$as_me: failed program was:" >&5
14981sed 's/^/| /' conftest.$ac_ext >&5
14982
e8a38df5 14983gas_cv_decl_needed_sbrk=yes
13b2be9c 14984fi
ab509236
L
14985rm -f conftest.err conftest.$ac_objext \
14986 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14987fi
e8a38df5
AL
14988echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
14989echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
14990if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c
DJ
14991
14992cat >>confdefs.h <<\_ACEOF
e8a38df5 14993#define NEED_DECLARATION_SBRK 1
13b2be9c
DJ
14994_ACEOF
14995
14996fi
14997
14998
e8a38df5
AL
14999echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
15000echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
15001if test "${gas_cv_decl_needed_strstr+set}" = set; then
13b2be9c
DJ
15002 echo $ECHO_N "(cached) $ECHO_C" >&6
15003else
15004 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
15005/* confdefs.h. */
15006_ACEOF
15007cat confdefs.h >>conftest.$ac_ext
15008cat >>conftest.$ac_ext <<_ACEOF
15009/* end confdefs.h. */
e8a38df5 15010$gas_test_headers
13b2be9c
DJ
15011int
15012main ()
15013{
15014
e8a38df5 15015typedef char *(*f)();
13b2be9c 15016f x;
e8a38df5 15017x = (f) strstr;
13b2be9c
DJ
15018
15019 ;
15020 return 0;
15021}
15022_ACEOF
15023rm -f conftest.$ac_objext conftest$ac_exeext
15024if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 15025 (eval $ac_link) 2>conftest.er1
13b2be9c 15026 ac_status=$?
ab509236
L
15027 grep -v '^ *+' conftest.er1 >conftest.err
15028 rm -f conftest.er1
15029 cat conftest.err >&5
13b2be9c
DJ
15030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } &&
1ad12f97
NC
15032 { ac_try='test -z "$ac_c_werror_flag"
15033 || test ! -s conftest.err'
ab509236
L
15034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15035 (eval $ac_try) 2>&5
15036 ac_status=$?
15037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15038 (exit $ac_status); }; } &&
15039 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
15040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15041 (eval $ac_try) 2>&5
15042 ac_status=$?
15043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15044 (exit $ac_status); }; }; then
e8a38df5 15045 gas_cv_decl_needed_strstr=no
13b2be9c
DJ
15046else
15047 echo "$as_me: failed program was:" >&5
15048sed 's/^/| /' conftest.$ac_ext >&5
15049
e8a38df5 15050gas_cv_decl_needed_strstr=yes
13b2be9c 15051fi
ab509236
L
15052rm -f conftest.err conftest.$ac_objext \
15053 conftest$ac_exeext conftest.$ac_ext
13b2be9c 15054fi
e8a38df5
AL
15055echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
15056echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
15057if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c
DJ
15058
15059cat >>confdefs.h <<\_ACEOF
e8a38df5 15060#define NEED_DECLARATION_STRSTR 1
13b2be9c
DJ
15061_ACEOF
15062
15063fi
15064
15065
6d74f28b
EB
15066echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
15067echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
15068if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
15069 echo $ECHO_N "(cached) $ECHO_C" >&6
15070else
15071 cat >conftest.$ac_ext <<_ACEOF
15072/* confdefs.h. */
15073_ACEOF
15074cat confdefs.h >>conftest.$ac_ext
15075cat >>conftest.$ac_ext <<_ACEOF
15076/* end confdefs.h. */
15077$ac_includes_default
15078int
15079main ()
15080{
15081#ifndef vsnprintf
15082 char *p = (char *) vsnprintf;
15083#endif
15084
15085 ;
15086 return 0;
15087}
15088_ACEOF
15089rm -f conftest.$ac_objext
15090if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15091 (eval $ac_compile) 2>conftest.er1
15092 ac_status=$?
15093 grep -v '^ *+' conftest.er1 >conftest.err
15094 rm -f conftest.er1
15095 cat conftest.err >&5
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); } &&
15098 { ac_try='test -z "$ac_c_werror_flag"
15099 || test ! -s conftest.err'
15100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15101 (eval $ac_try) 2>&5
15102 ac_status=$?
15103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15104 (exit $ac_status); }; } &&
15105 { ac_try='test -s conftest.$ac_objext'
15106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15107 (eval $ac_try) 2>&5
15108 ac_status=$?
15109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15110 (exit $ac_status); }; }; then
15111 ac_cv_have_decl_vsnprintf=yes
15112else
15113 echo "$as_me: failed program was:" >&5
15114sed 's/^/| /' conftest.$ac_ext >&5
15115
15116ac_cv_have_decl_vsnprintf=no
15117fi
15118rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15119fi
15120echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
15121echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
15122if test $ac_cv_have_decl_vsnprintf = yes; then
15123
15124cat >>confdefs.h <<_ACEOF
15125#define HAVE_DECL_VSNPRINTF 1
15126_ACEOF
15127
15128
15129else
15130 cat >>confdefs.h <<_ACEOF
15131#define HAVE_DECL_VSNPRINTF 0
15132_ACEOF
15133
15134
15135fi
15136
15137
15138
13b2be9c 15139
c973bc5c
NC
15140case "${host}" in
15141*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
15142
15143cat >>confdefs.h <<\_ACEOF
15144#define USE_BINARY_FOPEN 1
15145_ACEOF
15146 ;;
15147esac
15148
15149
13b2be9c 15150
108a6f8e
CD
15151
15152
15153
15154
31dd3154 15155
13b2be9c
DJ
15156 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15157
15158 ac_config_commands="$ac_config_commands default"
15159
15160
15161cat >confcache <<\_ACEOF
15162# This file is a shell script that caches the results of configure
15163# tests run on this system so they can be shared between configure
15164# scripts and configure runs, see configure's option --config-cache.
15165# It is not useful on other systems. If it contains results you don't
15166# want to keep, you may remove or edit it.
15167#
15168# config.status only pays attention to the cache file if you give it
15169# the --recheck option to rerun configure.
15170#
15171# `ac_cv_env_foo' variables (set or unset) will be overridden when
15172# loading this file, other *unset* `ac_cv_foo' will be assigned the
15173# following values.
15174
15175_ACEOF
15176
15177# The following way of writing the cache mishandles newlines in values,
15178# but we know of no workaround that is simple, portable, and efficient.
15179# So, don't put newlines in cache variables' values.
15180# Ultrix sh set writes to stderr and can't be redirected directly,
15181# and sets the high bit in the cache file unless we assign to the vars.
15182{
15183 (set) 2>&1 |
15184 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15185 *ac_space=\ *)
15186 # `set' does not quote correctly, so add quotes (double-quote
15187 # substitution turns \\\\ into \\, and sed turns \\ into \).
15188 sed -n \
ab509236
L
15189 "s/'/'\\\\''/g;
15190 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
15191 ;;
15192 *)
15193 # `set' quotes correctly as required by POSIX, so do not add quotes.
15194 sed -n \
ab509236 15195 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
15196 ;;
15197 esac;
15198} |
15199 sed '
15200 t clear
15201 : clear
15202 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15203 t end
15204 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15205 : end' >>confcache
15206if diff $cache_file confcache >/dev/null 2>&1; then :; else
15207 if test -w $cache_file; then
15208 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15209 cat confcache >$cache_file
15210 else
15211 echo "not updating unwritable cache $cache_file"
15212 fi
15213fi
15214rm -f confcache
15215
15216test "x$prefix" = xNONE && prefix=$ac_default_prefix
15217# Let make expand exec_prefix.
15218test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15219
15220# VPATH may cause trouble with some makes, so we remove $(srcdir),
15221# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15222# trailing colons and then remove the whole line if VPATH becomes empty
15223# (actually we leave an empty line to preserve line numbers).
15224if test "x$srcdir" = x.; then
ab509236 15225 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13b2be9c
DJ
15226s/:*\$(srcdir):*/:/;
15227s/:*\${srcdir}:*/:/;
15228s/:*@srcdir@:*/:/;
ab509236 15229s/^\([^=]*=[ ]*\):*/\1/;
13b2be9c 15230s/:*$//;
ab509236 15231s/^[^=]*=[ ]*$//;
13b2be9c
DJ
15232}'
15233fi
15234
15235DEFS=-DHAVE_CONFIG_H
15236
15237ac_libobjs=
15238ac_ltlibobjs=
15239for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15240 # 1. Remove the extension, and $U if already installed.
15241 ac_i=`echo "$ac_i" |
ab509236 15242 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13b2be9c
DJ
15243 # 2. Add them.
15244 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
15245 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
15246done
15247LIBOBJS=$ac_libobjs
15248
15249LTLIBOBJS=$ac_ltlibobjs
15250
15251
15252if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15253 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15254Usually this means the macro was only invoked conditionally." >&5
15255echo "$as_me: error: conditional \"AMDEP\" was never defined.
15256Usually this means the macro was only invoked conditionally." >&2;}
15257 { (exit 1); exit 1; }; }
15258fi
15259if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15260 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15261Usually this means the macro was only invoked conditionally." >&5
15262echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15263Usually this means the macro was only invoked conditionally." >&2;}
15264 { (exit 1); exit 1; }; }
15265fi
15266if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15267 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15268Usually this means the macro was only invoked conditionally." >&5
15269echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15270Usually this means the macro was only invoked conditionally." >&2;}
15271 { (exit 1); exit 1; }; }
15272fi
d5fbea21
DJ
15273if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15274 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
15275Usually this means the macro was only invoked conditionally." >&5
15276echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
15277Usually this means the macro was only invoked conditionally." >&2;}
15278 { (exit 1); exit 1; }; }
15279fi
13b2be9c
DJ
15280
15281: ${CONFIG_STATUS=./config.status}
15282ac_clean_files_save=$ac_clean_files
15283ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15284{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
15285echo "$as_me: creating $CONFIG_STATUS" >&6;}
15286cat >$CONFIG_STATUS <<_ACEOF
15287#! $SHELL
15288# Generated by $as_me.
15289# Run this file to recreate the current configuration.
15290# Compiler output produced by configure, useful for debugging
15291# configure, is in config.log if it exists.
15292
15293debug=false
15294ac_cs_recheck=false
15295ac_cs_silent=false
15296SHELL=\${CONFIG_SHELL-$SHELL}
15297_ACEOF
15298
15299cat >>$CONFIG_STATUS <<\_ACEOF
15300## --------------------- ##
15301## M4sh Initialization. ##
15302## --------------------- ##
15303
15304# Be Bourne compatible
15305if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15306 emulate sh
15307 NULLCMD=:
15308 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15309 # is contrary to our usage. Disable this feature.
15310 alias -g '${1+"$@"}'='"$@"'
15311elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
15312 set -o posix
15313fi
ab509236 15314DUALCASE=1; export DUALCASE # for MKS sh
13b2be9c
DJ
15315
15316# Support unset when possible.
ab509236 15317if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13b2be9c
DJ
15318 as_unset=unset
15319else
15320 as_unset=false
15321fi
15322
15323
15324# Work around bugs in pre-3.0 UWIN ksh.
15325$as_unset ENV MAIL MAILPATH
15326PS1='$ '
15327PS2='> '
15328PS4='+ '
15329
15330# NLS nuisances.
15331for as_var in \
15332 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
15333 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
15334 LC_TELEPHONE LC_TIME
15335do
ab509236 15336 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13b2be9c
DJ
15337 eval $as_var=C; export $as_var
15338 else
15339 $as_unset $as_var
15340 fi
15341done
15342
15343# Required to use basename.
15344if expr a : '\(a\)' >/dev/null 2>&1; then
15345 as_expr=expr
15346else
15347 as_expr=false
15348fi
15349
15350if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
15351 as_basename=basename
15352else
15353 as_basename=false
15354fi
15355
15356
15357# Name of the executable.
15358as_me=`$as_basename "$0" ||
15359$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15360 X"$0" : 'X\(//\)$' \| \
15361 X"$0" : 'X\(/\)$' \| \
15362 . : '\(.\)' 2>/dev/null ||
15363echo X/"$0" |
15364 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
15365 /^X\/\(\/\/\)$/{ s//\1/; q; }
15366 /^X\/\(\/\).*/{ s//\1/; q; }
15367 s/.*/./; q'`
15368
15369
15370# PATH needs CR, and LINENO needs CR and PATH.
15371# Avoid depending upon Character Ranges.
15372as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15373as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15374as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15375as_cr_digits='0123456789'
15376as_cr_alnum=$as_cr_Letters$as_cr_digits
15377
15378# The user is always right.
15379if test "${PATH_SEPARATOR+set}" != set; then
15380 echo "#! /bin/sh" >conf$$.sh
15381 echo "exit 0" >>conf$$.sh
15382 chmod +x conf$$.sh
15383 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15384 PATH_SEPARATOR=';'
15385 else
15386 PATH_SEPARATOR=:
15387 fi
15388 rm -f conf$$.sh
15389fi
15390
15391
15392 as_lineno_1=$LINENO
15393 as_lineno_2=$LINENO
15394 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
15395 test "x$as_lineno_1" != "x$as_lineno_2" &&
15396 test "x$as_lineno_3" = "x$as_lineno_2" || {
15397 # Find who we are. Look in the path if we contain no path at all
15398 # relative or not.
15399 case $0 in
15400 *[\\/]* ) as_myself=$0 ;;
15401 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15402for as_dir in $PATH
15403do
15404 IFS=$as_save_IFS
15405 test -z "$as_dir" && as_dir=.
15406 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15407done
252b5132 15408
13b2be9c
DJ
15409 ;;
15410 esac
15411 # We did not find ourselves, most probably we were run as `sh COMMAND'
15412 # in which case we are not to be found in the path.
15413 if test "x$as_myself" = x; then
15414 as_myself=$0
15415 fi
15416 if test ! -f "$as_myself"; then
15417 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
15418echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
15419 { (exit 1); exit 1; }; }
15420 fi
15421 case $CONFIG_SHELL in
15422 '')
15423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15424for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
15425do
15426 IFS=$as_save_IFS
15427 test -z "$as_dir" && as_dir=.
15428 for as_base in sh bash ksh sh5; do
15429 case $as_dir in
15430 /*)
15431 if ("$as_dir/$as_base" -c '
15432 as_lineno_1=$LINENO
15433 as_lineno_2=$LINENO
15434 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
15435 test "x$as_lineno_1" != "x$as_lineno_2" &&
15436 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
15437 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
15438 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
15439 CONFIG_SHELL=$as_dir/$as_base
15440 export CONFIG_SHELL
15441 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
15442 fi;;
15443 esac
15444 done
15445done
15446;;
15447 esac
252b5132 15448
13b2be9c
DJ
15449 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
15450 # uniformly replaced by the line number. The first 'sed' inserts a
15451 # line-number line before each line; the second 'sed' does the real
15452 # work. The second script uses 'N' to pair each line-number line
15453 # with the numbered line, and appends trailing '-' during
15454 # substitution so that $LINENO is not a special case at line end.
15455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
15456 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
15457 sed '=' <$as_myself |
15458 sed '
15459 N
15460 s,$,-,
15461 : loop
15462 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
15463 t loop
15464 s,-$,,
15465 s,^['$as_cr_digits']*\n,,
15466 ' >$as_me.lineno &&
15467 chmod +x $as_me.lineno ||
15468 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
15469echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
15470 { (exit 1); exit 1; }; }
15471
15472 # Don't try to exec as it changes $[0], causing all sort of problems
15473 # (the dirname of $[0] is not the place where we might find the
15474 # original and so on. Autoconf is especially sensible to this).
15475 . ./$as_me.lineno
15476 # Exit status is that of the last command.
15477 exit
15478}
d6d788bd 15479
252b5132 15480
13b2be9c
DJ
15481case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
15482 *c*,-n*) ECHO_N= ECHO_C='
15483' ECHO_T=' ' ;;
15484 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
15485 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
15486esac
252b5132 15487
13b2be9c
DJ
15488if expr a : '\(a\)' >/dev/null 2>&1; then
15489 as_expr=expr
252b5132 15490else
13b2be9c 15491 as_expr=false
252b5132 15492fi
252b5132 15493
13b2be9c
DJ
15494rm -f conf$$ conf$$.exe conf$$.file
15495echo >conf$$.file
15496if ln -s conf$$.file conf$$ 2>/dev/null; then
15497 # We could just check for DJGPP; but this test a) works b) is more generic
15498 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
15499 if test -f conf$$.exe; then
15500 # Don't use ln at all; we don't have any links
15501 as_ln_s='cp -p'
15502 else
15503 as_ln_s='ln -s'
15504 fi
15505elif ln conf$$.file conf$$ 2>/dev/null; then
15506 as_ln_s=ln
15507else
15508 as_ln_s='cp -p'
252b5132 15509fi
13b2be9c 15510rm -f conf$$ conf$$.exe conf$$.file
252b5132 15511
13b2be9c
DJ
15512if mkdir -p . 2>/dev/null; then
15513 as_mkdir_p=:
252b5132 15514else
ab509236 15515 test -d ./-p && rmdir ./-p
13b2be9c
DJ
15516 as_mkdir_p=false
15517fi
252b5132 15518
13b2be9c 15519as_executable_p="test -f"
252b5132 15520
13b2be9c 15521# Sed expression to map a string onto a valid CPP name.
ab509236 15522as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15523
13b2be9c 15524# Sed expression to map a string onto a valid variable name.
ab509236 15525as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15526
d6d788bd 15527
13b2be9c
DJ
15528# IFS
15529# We need space, tab and new line, in precisely that order.
15530as_nl='
15531'
15532IFS=" $as_nl"
252b5132 15533
13b2be9c
DJ
15534# CDPATH.
15535$as_unset CDPATH
252b5132 15536
13b2be9c 15537exec 6>&1
252b5132 15538
13b2be9c
DJ
15539# Open the log real soon, to keep \$[0] and so on meaningful, and to
15540# report actual input values of CONFIG_FILES etc. instead of their
15541# values after options handling. Logging --version etc. is OK.
15542exec 5>>config.log
15543{
15544 echo
15545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15546## Running $as_me. ##
15547_ASBOX
15548} >&5
15549cat >&5 <<_CSEOF
252b5132 15550
13b2be9c 15551This file was extended by $as_me, which was
ab509236 15552generated by GNU Autoconf 2.59. Invocation command line was
d6d788bd 15553
13b2be9c
DJ
15554 CONFIG_FILES = $CONFIG_FILES
15555 CONFIG_HEADERS = $CONFIG_HEADERS
15556 CONFIG_LINKS = $CONFIG_LINKS
15557 CONFIG_COMMANDS = $CONFIG_COMMANDS
15558 $ $0 $@
252b5132 15559
13b2be9c
DJ
15560_CSEOF
15561echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
15562echo >&5
15563_ACEOF
252b5132 15564
13b2be9c
DJ
15565# Files that config.status was made for.
15566if test -n "$ac_config_files"; then
15567 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
252b5132 15568fi
13b2be9c
DJ
15569
15570if test -n "$ac_config_headers"; then
15571 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
252b5132 15572fi
252b5132 15573
13b2be9c
DJ
15574if test -n "$ac_config_links"; then
15575 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
252b5132
RH
15576fi
15577
13b2be9c
DJ
15578if test -n "$ac_config_commands"; then
15579 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
15580fi
d6d788bd 15581
13b2be9c 15582cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 15583
13b2be9c
DJ
15584ac_cs_usage="\
15585\`$as_me' instantiates files from templates according to the
15586current configuration.
252b5132 15587
13b2be9c 15588Usage: $0 [OPTIONS] [FILE]...
252b5132 15589
13b2be9c
DJ
15590 -h, --help print this help, then exit
15591 -V, --version print version number, then exit
15592 -q, --quiet do not print progress messages
15593 -d, --debug don't remove temporary files
15594 --recheck update $as_me by reconfiguring in the same conditions
15595 --file=FILE[:TEMPLATE]
ab509236 15596 instantiate the configuration file FILE
13b2be9c 15597 --header=FILE[:TEMPLATE]
ab509236 15598 instantiate the configuration header FILE
252b5132 15599
13b2be9c
DJ
15600Configuration files:
15601$config_files
252b5132 15602
13b2be9c
DJ
15603Configuration headers:
15604$config_headers
252b5132 15605
13b2be9c
DJ
15606Configuration commands:
15607$config_commands
252b5132 15608
13b2be9c
DJ
15609Report bugs to <bug-autoconf@gnu.org>."
15610_ACEOF
d6d788bd 15611
13b2be9c
DJ
15612cat >>$CONFIG_STATUS <<_ACEOF
15613ac_cs_version="\\
15614config.status
ab509236 15615configured by $0, generated by GNU Autoconf 2.59,
13b2be9c 15616 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 15617
ab509236 15618Copyright (C) 2003 Free Software Foundation, Inc.
13b2be9c
DJ
15619This config.status script is free software; the Free Software Foundation
15620gives unlimited permission to copy, distribute and modify it."
15621srcdir=$srcdir
15622INSTALL="$INSTALL"
15623_ACEOF
d6d788bd 15624
13b2be9c
DJ
15625cat >>$CONFIG_STATUS <<\_ACEOF
15626# If no file are specified by the user, then we need to provide default
15627# value. By we need to know if files were specified by the user.
15628ac_need_defaults=:
15629while test $# != 0
15630do
15631 case $1 in
15632 --*=*)
15633 ac_option=`expr "x$1" : 'x\([^=]*\)='`
15634 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
15635 ac_shift=:
c8615825 15636 ;;
13b2be9c
DJ
15637 -*)
15638 ac_option=$1
15639 ac_optarg=$2
15640 ac_shift=shift
c8615825 15641 ;;
13b2be9c
DJ
15642 *) # This is not an option, so the user has probably given explicit
15643 # arguments.
15644 ac_option=$1
15645 ac_need_defaults=false;;
15646 esac
252b5132 15647
13b2be9c
DJ
15648 case $ac_option in
15649 # Handling of the options.
15650_ACEOF
15651cat >>$CONFIG_STATUS <<\_ACEOF
15652 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15653 ac_cs_recheck=: ;;
15654 --version | --vers* | -V )
15655 echo "$ac_cs_version"; exit 0 ;;
15656 --he | --h)
15657 # Conflict between --help and --header
15658 { { echo "$as_me:$LINENO: error: ambiguous option: $1
15659Try \`$0 --help' for more information." >&5
15660echo "$as_me: error: ambiguous option: $1
15661Try \`$0 --help' for more information." >&2;}
15662 { (exit 1); exit 1; }; };;
15663 --help | --hel | -h )
15664 echo "$ac_cs_usage"; exit 0 ;;
15665 --debug | --d* | -d )
15666 debug=: ;;
15667 --file | --fil | --fi | --f )
15668 $ac_shift
15669 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
15670 ac_need_defaults=false;;
15671 --header | --heade | --head | --hea )
15672 $ac_shift
15673 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
15674 ac_need_defaults=false;;
15675 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15676 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15677 ac_cs_silent=: ;;
c8615825 15678
13b2be9c
DJ
15679 # This is an error.
15680 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
15681Try \`$0 --help' for more information." >&5
15682echo "$as_me: error: unrecognized option: $1
15683Try \`$0 --help' for more information." >&2;}
15684 { (exit 1); exit 1; }; } ;;
252b5132 15685
13b2be9c 15686 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 15687
13b2be9c
DJ
15688 esac
15689 shift
15690done
252b5132 15691
13b2be9c 15692ac_configure_extra_args=
d6d788bd 15693
13b2be9c
DJ
15694if $ac_cs_silent; then
15695 exec 6>/dev/null
15696 ac_configure_extra_args="$ac_configure_extra_args --silent"
15697fi
9b2b7d69 15698
13b2be9c
DJ
15699_ACEOF
15700cat >>$CONFIG_STATUS <<_ACEOF
15701if \$ac_cs_recheck; then
15702 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
15703 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15704fi
15705
15706_ACEOF
15707
15708cat >>$CONFIG_STATUS <<_ACEOF
9b2b7d69 15709#
13b2be9c 15710# INIT-COMMANDS section.
9b2b7d69
MM
15711#
15712
13b2be9c 15713AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15714
15715
15716# The HP-UX ksh and POSIX shell print the target directory to stdout
15717# if CDPATH is set.
15718(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15719
15720sed_quote_subst='$sed_quote_subst'
15721double_quote_subst='$double_quote_subst'
15722delay_variable_subst='$delay_variable_subst'
15723macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
15724macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
15725enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15726enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
15727pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
15728enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
15729host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
15730host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
15731host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
15732build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
15733build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
15734build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
15735SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
15736Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
15737GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
15738EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
15739FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
15740LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
15741NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
15742LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
15743max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
15744ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
15745exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
15746lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
15747lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
15748lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
15749reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
15750reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
718a6fd8 15751OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
d7040cdb
SE
15752deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
15753file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
15754AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
15755AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15756STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
15757RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
15758old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15759old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15760old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15761CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
15762CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15763compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
15764GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
15765lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
15766lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
15767lt_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"`'
718a6fd8 15768lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
d7040cdb
SE
15769objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
15770SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
15771ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
15772MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
15773lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
15774lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
15775lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
15776lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
15777lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
15778need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
718a6fd8
SE
15779DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
15780NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
15781LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
15782OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
15783OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
d7040cdb
SE
15784libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
15785shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15786extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15787archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
15788enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
15789export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15790whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15791compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
15792old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15793old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15794archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15795archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15796module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15797module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15798with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
15799allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15800no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15801hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15802hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
15803hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
15804hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
15805hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
15806hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
15807hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15808hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
15809inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
15810link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
15811fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
15812always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
15813export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15814exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15815include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15816prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15817file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
15818variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
15819need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15820need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
15821version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
15822runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15823shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15824shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
15825libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15826library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
15827soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15828postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15829postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15830finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15831finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
15832hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
15833sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15834sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15835hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
15836enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
15837enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
15838enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
15839old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
15840striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
15841
15842LTCC='$LTCC'
15843LTCFLAGS='$LTCFLAGS'
15844compiler='$compiler_DEFAULT'
15845
15846# Quote evaled strings.
15847for var in SED \
15848GREP \
15849EGREP \
15850FGREP \
15851LD \
15852NM \
15853LN_S \
15854lt_SP2NL \
15855lt_NL2SP \
15856reload_flag \
718a6fd8 15857OBJDUMP \
d7040cdb
SE
15858deplibs_check_method \
15859file_magic_cmd \
15860AR \
15861AR_FLAGS \
15862STRIP \
15863RANLIB \
15864CC \
15865CFLAGS \
15866compiler \
15867lt_cv_sys_global_symbol_pipe \
15868lt_cv_sys_global_symbol_to_cdecl \
15869lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15870lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
15871SHELL \
15872ECHO \
15873lt_prog_compiler_no_builtin_flag \
15874lt_prog_compiler_wl \
15875lt_prog_compiler_pic \
15876lt_prog_compiler_static \
15877lt_cv_prog_compiler_c_o \
15878need_locks \
718a6fd8
SE
15879DSYMUTIL \
15880NMEDIT \
15881LIPO \
15882OTOOL \
15883OTOOL64 \
d7040cdb
SE
15884shrext_cmds \
15885export_dynamic_flag_spec \
15886whole_archive_flag_spec \
15887compiler_needs_object \
15888with_gnu_ld \
15889allow_undefined_flag \
15890no_undefined_flag \
15891hardcode_libdir_flag_spec \
15892hardcode_libdir_flag_spec_ld \
15893hardcode_libdir_separator \
15894fix_srcfile_path \
15895exclude_expsyms \
15896include_expsyms \
15897file_list_spec \
15898variables_saved_for_relink \
15899libname_spec \
15900library_names_spec \
15901soname_spec \
15902finish_eval \
15903old_striplib \
15904striplib; do
15905 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
15906 *[\\\\\\\`\\"\\\$]*)
15907 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15908 ;;
15909 *)
15910 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15911 ;;
15912 esac
15913done
15914
15915# Double-quote double-evaled strings.
15916for var in reload_cmds \
15917old_postinstall_cmds \
15918old_postuninstall_cmds \
15919old_archive_cmds \
15920extract_expsyms_cmds \
15921old_archive_from_new_cmds \
15922old_archive_from_expsyms_cmds \
15923archive_cmds \
15924archive_expsym_cmds \
15925module_cmds \
15926module_expsym_cmds \
15927export_symbols_cmds \
15928prelink_cmds \
15929postinstall_cmds \
15930postuninstall_cmds \
15931finish_cmds \
15932sys_lib_search_path_spec \
15933sys_lib_dlsearch_path_spec; do
15934 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
15935 *[\\\\\\\`\\"\\\$]*)
15936 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15937 ;;
15938 *)
15939 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15940 ;;
15941 esac
15942done
15943
15944# Fix-up fallback echo if it was mangled by the above quoting rules.
15945case \$lt_ECHO in
15946*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
15947 ;;
15948esac
15949
15950ac_aux_dir='$ac_aux_dir'
15951xsi_shell='$xsi_shell'
15952lt_shell_append='$lt_shell_append'
15953
15954# See if we are running on zsh, and set the options which allow our
15955# commands through without removal of \ escapes INIT.
15956if test -n "\${ZSH_VERSION+set}" ; then
15957 setopt NO_GLOB_SUBST
15958fi
15959
15960
15961 PACKAGE='$PACKAGE'
15962 VERSION='$VERSION'
15963 TIMESTAMP='$TIMESTAMP'
15964 RM='$RM'
15965 ofile='$ofile'
15966
15967
15968
20e95c23
DJ
15969# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15970 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15971 # from automake.
15972 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15973 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15974 LINGUAS="${LINGUAS-%UNSET%}"
15975
13b2be9c
DJ
15976target_cpu_type=${target_cpu_type}
15977 cgen_cpu_prefix=${cgen_cpu_prefix}
15978 obj_format=${obj_format}
15979 te_file=${te_file}
15980
15981_ACEOF
15982
15983
15984
15985cat >>$CONFIG_STATUS <<\_ACEOF
15986for ac_config_target in $ac_config_targets
9b2b7d69 15987do
13b2be9c
DJ
15988 case "$ac_config_target" in
15989 # Handling of arguments.
15990 "gdb.ini" ) CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15991 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15992 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15993 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15994 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15995 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
d7040cdb 15996 "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
20e95c23 15997 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13b2be9c
DJ
15998 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15999 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16000 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
16001echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16002 { (exit 1); exit 1; }; };;
9b2b7d69
MM
16003 esac
16004done
16005
13b2be9c
DJ
16006# If the user did not use the arguments to specify the items to instantiate,
16007# then the envvar interface is used. Set only those that are not.
16008# We use the long form for the default assignment because of an extremely
16009# bizarre bug on SunOS 4.1.3.
16010if $ac_need_defaults; then
16011 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16012 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16013 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16014fi
16015
16016# Have a temporary directory for convenience. Make it in the build tree
16017# simply because there is no reason to put it here, and in addition,
16018# creating and moving files from /tmp can sometimes cause problems.
16019# Create a temporary directory, and hook for its removal unless debugging.
16020$debug ||
16021{
16022 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
16023 trap '{ (exit 1); exit 1; }' 1 2 13 15
16024}
9b2b7d69 16025
13b2be9c 16026# Create a (secure) tmp directory for tmp files.
9b2b7d69 16027
13b2be9c
DJ
16028{
16029 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
16030 test -n "$tmp" && test -d "$tmp"
16031} ||
16032{
16033 tmp=./confstat$$-$RANDOM
16034 (umask 077 && mkdir $tmp)
16035} ||
16036{
16037 echo "$me: cannot create a temporary directory in ." >&2
16038 { (exit 1); exit 1; }
16039}
9b2b7d69 16040
13b2be9c
DJ
16041_ACEOF
16042
16043cat >>$CONFIG_STATUS <<_ACEOF
16044
16045#
16046# CONFIG_FILES section.
16047#
16048
16049# No need to generate the scripts if there are no CONFIG_FILES.
16050# This happens for instance when ./config.status config.h
16051if test -n "\$CONFIG_FILES"; then
16052 # Protect against being on the right side of a sed subst in config.status.
16053 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
16054 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
16055s,@SHELL@,$SHELL,;t t
16056s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
16057s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
16058s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
16059s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
16060s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
16061s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
16062s,@exec_prefix@,$exec_prefix,;t t
16063s,@prefix@,$prefix,;t t
16064s,@program_transform_name@,$program_transform_name,;t t
16065s,@bindir@,$bindir,;t t
16066s,@sbindir@,$sbindir,;t t
16067s,@libexecdir@,$libexecdir,;t t
16068s,@datadir@,$datadir,;t t
16069s,@sysconfdir@,$sysconfdir,;t t
16070s,@sharedstatedir@,$sharedstatedir,;t t
16071s,@localstatedir@,$localstatedir,;t t
16072s,@libdir@,$libdir,;t t
16073s,@includedir@,$includedir,;t t
16074s,@oldincludedir@,$oldincludedir,;t t
16075s,@infodir@,$infodir,;t t
16076s,@mandir@,$mandir,;t t
16077s,@build_alias@,$build_alias,;t t
16078s,@host_alias@,$host_alias,;t t
16079s,@target_alias@,$target_alias,;t t
16080s,@DEFS@,$DEFS,;t t
16081s,@ECHO_C@,$ECHO_C,;t t
16082s,@ECHO_N@,$ECHO_N,;t t
16083s,@ECHO_T@,$ECHO_T,;t t
16084s,@LIBS@,$LIBS,;t t
16085s,@build@,$build,;t t
16086s,@build_cpu@,$build_cpu,;t t
16087s,@build_vendor@,$build_vendor,;t t
16088s,@build_os@,$build_os,;t t
16089s,@host@,$host,;t t
16090s,@host_cpu@,$host_cpu,;t t
16091s,@host_vendor@,$host_vendor,;t t
16092s,@host_os@,$host_os,;t t
16093s,@target@,$target,;t t
16094s,@target_cpu@,$target_cpu,;t t
16095s,@target_vendor@,$target_vendor,;t t
16096s,@target_os@,$target_os,;t t
16097s,@CC@,$CC,;t t
16098s,@CFLAGS@,$CFLAGS,;t t
16099s,@LDFLAGS@,$LDFLAGS,;t t
16100s,@CPPFLAGS@,$CPPFLAGS,;t t
16101s,@ac_ct_CC@,$ac_ct_CC,;t t
16102s,@EXEEXT@,$EXEEXT,;t t
16103s,@OBJEXT@,$OBJEXT,;t t
16104s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
16105s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
16106s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16107s,@CYGPATH_W@,$CYGPATH_W,;t t
16108s,@PACKAGE@,$PACKAGE,;t t
16109s,@VERSION@,$VERSION,;t t
16110s,@ACLOCAL@,$ACLOCAL,;t t
16111s,@AUTOCONF@,$AUTOCONF,;t t
16112s,@AUTOMAKE@,$AUTOMAKE,;t t
16113s,@AUTOHEADER@,$AUTOHEADER,;t t
16114s,@MAKEINFO@,$MAKEINFO,;t t
13b2be9c
DJ
16115s,@install_sh@,$install_sh,;t t
16116s,@STRIP@,$STRIP,;t t
16117s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16118s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
ab509236 16119s,@mkdir_p@,$mkdir_p,;t t
13b2be9c
DJ
16120s,@AWK@,$AWK,;t t
16121s,@SET_MAKE@,$SET_MAKE,;t t
16122s,@am__leading_dot@,$am__leading_dot,;t t
8ea2b00f
AM
16123s,@AMTAR@,$AMTAR,;t t
16124s,@am__tar@,$am__tar,;t t
16125s,@am__untar@,$am__untar,;t t
13b2be9c
DJ
16126s,@DEPDIR@,$DEPDIR,;t t
16127s,@am__include@,$am__include,;t t
16128s,@am__quote@,$am__quote,;t t
16129s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
16130s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
16131s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
16132s,@CCDEPMODE@,$CCDEPMODE,;t t
16133s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
16134s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
7357c5b6
AM
16135s,@CPP@,$CPP,;t t
16136s,@EGREP@,$EGREP,;t t
d7040cdb
SE
16137s,@LIBTOOL@,$LIBTOOL,;t t
16138s,@SED@,$SED,;t t
d7040cdb
SE
16139s,@FGREP@,$FGREP,;t t
16140s,@GREP@,$GREP,;t t
16141s,@LD@,$LD,;t t
16142s,@DUMPBIN@,$DUMPBIN,;t t
16143s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
16144s,@NM@,$NM,;t t
13b2be9c 16145s,@LN_S@,$LN_S,;t t
718a6fd8
SE
16146s,@OBJDUMP@,$OBJDUMP,;t t
16147s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
d7040cdb
SE
16148s,@AR@,$AR,;t t
16149s,@ac_ct_AR@,$ac_ct_AR,;t t
13b2be9c
DJ
16150s,@RANLIB@,$RANLIB,;t t
16151s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
d7040cdb 16152s,@lt_ECHO@,$lt_ECHO,;t t
718a6fd8
SE
16153s,@DSYMUTIL@,$DSYMUTIL,;t t
16154s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
16155s,@NMEDIT@,$NMEDIT,;t t
16156s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
16157s,@LIPO@,$LIPO,;t t
16158s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
16159s,@OTOOL@,$OTOOL,;t t
16160s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
16161s,@OTOOL64@,$OTOOL64,;t t
16162s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
13b2be9c 16163s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
9e9b66a9 16164s,@NO_WERROR@,$NO_WERROR,;t t
13b2be9c
DJ
16165s,@GDBINIT@,$GDBINIT,;t t
16166s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
16167s,@extra_objects@,$extra_objects,;t t
16168s,@target_cpu_type@,$target_cpu_type,;t t
16169s,@obj_format@,$obj_format,;t t
16170s,@te_file@,$te_file,;t t
16171s,@install_tooldir@,$install_tooldir,;t t
16172s,@atof@,$atof,;t t
13b2be9c 16173s,@OPCODES_LIB@,$OPCODES_LIB,;t t
13b2be9c
DJ
16174s,@YACC@,$YACC,;t t
16175s,@LEX@,$LEX,;t t
16176s,@LEXLIB@,$LEXLIB,;t t
16177s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
13b2be9c 16178s,@USE_NLS@,$USE_NLS,;t t
20e95c23
DJ
16179s,@LIBINTL@,$LIBINTL,;t t
16180s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
16181s,@INCINTL@,$INCINTL,;t t
13b2be9c 16182s,@XGETTEXT@,$XGETTEXT,;t t
20e95c23
DJ
16183s,@GMSGFMT@,$GMSGFMT,;t t
16184s,@POSUB@,$POSUB,;t t
13b2be9c 16185s,@CATALOGS@,$CATALOGS,;t t
13b2be9c 16186s,@DATADIRNAME@,$DATADIRNAME,;t t
13b2be9c 16187s,@INSTOBJEXT@,$INSTOBJEXT,;t t
20e95c23
DJ
16188s,@GENCAT@,$GENCAT,;t t
16189s,@CATOBJEXT@,$CATOBJEXT,;t t
13b2be9c 16190s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
20e95c23
DJ
16191s,@MSGFMT@,$MSGFMT,;t t
16192s,@MSGMERGE@,$MSGMERGE,;t t
13b2be9c
DJ
16193s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
16194s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
16195s,@MAINT@,$MAINT,;t t
d5fbea21
DJ
16196s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
16197s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
20e95c23 16198s,@ALLOCA@,$ALLOCA,;t t
13b2be9c 16199s,@LIBM@,$LIBM,;t t
108a6f8e
CD
16200s,@datarootdir@,$datarootdir,;t t
16201s,@docdir@,$docdir,;t t
16202s,@htmldir@,$htmldir,;t t
31dd3154 16203s,@pdfdir@,$pdfdir,;t t
13b2be9c
DJ
16204s,@LIBOBJS@,$LIBOBJS,;t t
16205s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9b2b7d69
MM
16206CEOF
16207
13b2be9c
DJ
16208_ACEOF
16209
16210 cat >>$CONFIG_STATUS <<\_ACEOF
16211 # Split the substitutions into bite-sized pieces for seds with
16212 # small command number limits, like on Digital OSF/1 and HP-UX.
16213 ac_max_sed_lines=48
16214 ac_sed_frag=1 # Number of current file.
16215 ac_beg=1 # First line for current file.
16216 ac_end=$ac_max_sed_lines # Line after last line for current file.
16217 ac_more_lines=:
16218 ac_sed_cmds=
16219 while $ac_more_lines; do
16220 if test $ac_beg -gt 1; then
16221 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
16222 else
16223 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
16224 fi
16225 if test ! -s $tmp/subs.frag; then
16226 ac_more_lines=false
9b2b7d69 16227 else
13b2be9c
DJ
16228 # The purpose of the label and of the branching condition is to
16229 # speed up the sed processing (if there are no `@' at all, there
16230 # is no need to browse any of the substitutions).
16231 # These are the two extra sed commands mentioned above.
16232 (echo ':t
16233 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
16234 if test -z "$ac_sed_cmds"; then
ab509236 16235 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c 16236 else
ab509236 16237 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c
DJ
16238 fi
16239 ac_sed_frag=`expr $ac_sed_frag + 1`
16240 ac_beg=$ac_end
16241 ac_end=`expr $ac_end + $ac_max_sed_lines`
9b2b7d69 16242 fi
13b2be9c
DJ
16243 done
16244 if test -z "$ac_sed_cmds"; then
16245 ac_sed_cmds=cat
252b5132 16246 fi
13b2be9c 16247fi # test -n "$CONFIG_FILES"
252b5132 16248
13b2be9c
DJ
16249_ACEOF
16250cat >>$CONFIG_STATUS <<\_ACEOF
16251for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c8615825 16252 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
16253 case $ac_file in
16254 - | *:- | *:-:* ) # input from stdin
ab509236
L
16255 cat >$tmp/stdin
16256 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16257 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 16258 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 16259 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 16260 * ) ac_file_in=$ac_file.in ;;
252b5132 16261 esac
9b2b7d69 16262
13b2be9c
DJ
16263 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
16264 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
16265$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16266 X"$ac_file" : 'X\(//\)[^/]' \| \
16267 X"$ac_file" : 'X\(//\)$' \| \
16268 X"$ac_file" : 'X\(/\)' \| \
16269 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16270echo X"$ac_file" |
16271 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16272 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16273 /^X\(\/\/\)$/{ s//\1/; q; }
16274 /^X\(\/\).*/{ s//\1/; q; }
16275 s/.*/./; q'`
16276 { if $as_mkdir_p; then
16277 mkdir -p "$ac_dir"
c8615825 16278 else
13b2be9c
DJ
16279 as_dir="$ac_dir"
16280 as_dirs=
16281 while test ! -d "$as_dir"; do
16282 as_dirs="$as_dir $as_dirs"
16283 as_dir=`(dirname "$as_dir") 2>/dev/null ||
16284$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16285 X"$as_dir" : 'X\(//\)[^/]' \| \
16286 X"$as_dir" : 'X\(//\)$' \| \
16287 X"$as_dir" : 'X\(/\)' \| \
16288 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16289echo X"$as_dir" |
16290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16291 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16292 /^X\(\/\/\)$/{ s//\1/; q; }
16293 /^X\(\/\).*/{ s//\1/; q; }
16294 s/.*/./; q'`
16295 done
16296 test ! -n "$as_dirs" || mkdir $as_dirs
16297 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16298echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16299 { (exit 1); exit 1; }; }; }
16300
16301 ac_builddir=.
16302
16303if test "$ac_dir" != .; then
16304 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16305 # A "../" for each directory in $ac_dir_suffix.
16306 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16307else
16308 ac_dir_suffix= ac_top_builddir=
16309fi
9b2b7d69 16310
13b2be9c
DJ
16311case $srcdir in
16312 .) # No --srcdir option. We are building in place.
16313 ac_srcdir=.
16314 if test -z "$ac_top_builddir"; then
16315 ac_top_srcdir=.
16316 else
16317 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
16318 fi ;;
16319 [\\/]* | ?:[\\/]* ) # Absolute path.
16320 ac_srcdir=$srcdir$ac_dir_suffix;
16321 ac_top_srcdir=$srcdir ;;
9b2b7d69 16322 *) # Relative path.
13b2be9c
DJ
16323 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
16324 ac_top_srcdir=$ac_top_builddir$srcdir ;;
16325esac
ab509236
L
16326
16327# Do not use `cd foo && pwd` to compute absolute paths, because
16328# the directories may not exist.
16329case `pwd` in
16330.) ac_abs_builddir="$ac_dir";;
16331*)
16332 case "$ac_dir" in
16333 .) ac_abs_builddir=`pwd`;;
16334 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
16335 *) ac_abs_builddir=`pwd`/"$ac_dir";;
16336 esac;;
16337esac
16338case $ac_abs_builddir in
16339.) ac_abs_top_builddir=${ac_top_builddir}.;;
16340*)
16341 case ${ac_top_builddir}. in
16342 .) ac_abs_top_builddir=$ac_abs_builddir;;
16343 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
16344 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
16345 esac;;
16346esac
16347case $ac_abs_builddir in
16348.) ac_abs_srcdir=$ac_srcdir;;
16349*)
16350 case $ac_srcdir in
16351 .) ac_abs_srcdir=$ac_abs_builddir;;
16352 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
16353 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
16354 esac;;
16355esac
16356case $ac_abs_builddir in
16357.) ac_abs_top_srcdir=$ac_top_srcdir;;
16358*)
16359 case $ac_top_srcdir in
16360 .) ac_abs_top_srcdir=$ac_abs_builddir;;
16361 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
16362 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
16363 esac;;
16364esac
252b5132 16365
9b2b7d69 16366
13b2be9c
DJ
16367 case $INSTALL in
16368 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16369 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c8615825 16370 esac
9b2b7d69 16371
1ad12f97
NC
16372 if test x"$ac_file" != x-; then
16373 { echo "$as_me:$LINENO: creating $ac_file" >&5
16374echo "$as_me: creating $ac_file" >&6;}
16375 rm -f "$ac_file"
16376 fi
13b2be9c
DJ
16377 # Let's still pretend it is `configure' which instantiates (i.e., don't
16378 # use $as_me), people would be surprised to read:
16379 # /* config.h. Generated by config.status. */
16380 if test x"$ac_file" = x-; then
16381 configure_input=
16382 else
16383 configure_input="$ac_file. "
16384 fi
16385 configure_input=$configure_input"Generated from `echo $ac_file_in |
ab509236 16386 sed 's,.*/,,'` by configure."
13b2be9c
DJ
16387
16388 # First look for the input files in the build tree, otherwise in the
16389 # src tree.
16390 ac_file_inputs=`IFS=:
16391 for f in $ac_file_in; do
16392 case $f in
16393 -) echo $tmp/stdin ;;
16394 [\\/$]*)
ab509236
L
16395 # Absolute (can't be DOS-style, as IFS=:)
16396 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
16397echo "$as_me: error: cannot find input file: $f" >&2;}
16398 { (exit 1); exit 1; }; }
ab509236 16399 echo "$f";;
13b2be9c 16400 *) # Relative
ab509236
L
16401 if test -f "$f"; then
16402 # Build tree
16403 echo "$f"
16404 elif test -f "$srcdir/$f"; then
16405 # Source tree
16406 echo "$srcdir/$f"
16407 else
16408 # /dev/null tree
16409 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
16410echo "$as_me: error: cannot find input file: $f" >&2;}
16411 { (exit 1); exit 1; }; }
ab509236 16412 fi;;
13b2be9c
DJ
16413 esac
16414 done` || { (exit 1); exit 1; }
16415_ACEOF
16416cat >>$CONFIG_STATUS <<_ACEOF
16417 sed "$ac_vpsub
16418$extrasub
16419_ACEOF
16420cat >>$CONFIG_STATUS <<\_ACEOF
16421:t
16422/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16423s,@configure_input@,$configure_input,;t t
16424s,@srcdir@,$ac_srcdir,;t t
16425s,@abs_srcdir@,$ac_abs_srcdir,;t t
16426s,@top_srcdir@,$ac_top_srcdir,;t t
16427s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
16428s,@builddir@,$ac_builddir,;t t
16429s,@abs_builddir@,$ac_abs_builddir,;t t
16430s,@top_builddir@,$ac_top_builddir,;t t
16431s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
16432s,@INSTALL@,$ac_INSTALL,;t t
16433" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
16434 rm -f $tmp/stdin
16435 if test x"$ac_file" != x-; then
16436 mv $tmp/out $ac_file
16437 else
16438 cat $tmp/out
16439 rm -f $tmp/out
16440 fi
16441
16442done
16443_ACEOF
16444cat >>$CONFIG_STATUS <<\_ACEOF
16445
16446#
16447# CONFIG_HEADER section.
16448#
252b5132
RH
16449
16450# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
16451# NAME is the cpp macro being defined and VALUE is the value it is being given.
16452#
16453# ac_d sets the value in "#define NAME VALUE" lines.
ab509236
L
16454ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
16455ac_dB='[ ].*$,\1#\2'
13b2be9c
DJ
16456ac_dC=' '
16457ac_dD=',;t'
16458# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ab509236 16459ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13b2be9c 16460ac_uB='$,\1#\2define\3'
252b5132 16461ac_uC=' '
13b2be9c
DJ
16462ac_uD=',;t'
16463
16464for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 16465 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
16466 case $ac_file in
16467 - | *:- | *:-:* ) # input from stdin
ab509236
L
16468 cat >$tmp/stdin
16469 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16470 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 16471 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 16472 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 16473 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
16474 esac
16475
13b2be9c
DJ
16476 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
16477echo "$as_me: creating $ac_file" >&6;}
16478
16479 # First look for the input files in the build tree, otherwise in the
16480 # src tree.
16481 ac_file_inputs=`IFS=:
16482 for f in $ac_file_in; do
16483 case $f in
16484 -) echo $tmp/stdin ;;
16485 [\\/$]*)
ab509236
L
16486 # Absolute (can't be DOS-style, as IFS=:)
16487 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
16488echo "$as_me: error: cannot find input file: $f" >&2;}
16489 { (exit 1); exit 1; }; }
ab509236
L
16490 # Do quote $f, to prevent DOS paths from being IFS'd.
16491 echo "$f";;
13b2be9c 16492 *) # Relative
ab509236
L
16493 if test -f "$f"; then
16494 # Build tree
16495 echo "$f"
16496 elif test -f "$srcdir/$f"; then
16497 # Source tree
16498 echo "$srcdir/$f"
16499 else
16500 # /dev/null tree
16501 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
16502echo "$as_me: error: cannot find input file: $f" >&2;}
16503 { (exit 1); exit 1; }; }
ab509236 16504 fi;;
13b2be9c
DJ
16505 esac
16506 done` || { (exit 1); exit 1; }
16507 # Remove the trailing spaces.
ab509236 16508 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13b2be9c
DJ
16509
16510_ACEOF
16511
16512# Transform confdefs.h into two sed scripts, `conftest.defines' and
16513# `conftest.undefs', that substitutes the proper values into
16514# config.h.in to produce config.h. The first handles `#define'
16515# templates, and the second `#undef' templates.
16516# And first: Protect against being on the right side of a sed subst in
16517# config.status. Protect against being in an unquoted here document
16518# in config.status.
16519rm -f conftest.defines conftest.undefs
16520# Using a here document instead of a string reduces the quoting nightmare.
16521# Putting comments in sed scripts is not portable.
16522#
16523# `end' is used to avoid that the second main sed command (meant for
16524# 0-ary CPP macros) applies to n-ary macro definitions.
16525# See the Autoconf documentation for `clear'.
16526cat >confdef2sed.sed <<\_ACEOF
16527s/[\\&,]/\\&/g
16528s,[\\$`],\\&,g
16529t clear
16530: clear
ab509236 16531s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13b2be9c 16532t end
ab509236 16533s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13b2be9c
DJ
16534: end
16535_ACEOF
16536# If some macros were called several times there might be several times
16537# the same #defines, which is useless. Nevertheless, we may not want to
16538# sort them, since we want the *last* AC-DEFINE to be honored.
16539uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
16540sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
16541rm -f confdef2sed.sed
252b5132
RH
16542
16543# This sed command replaces #undef with comments. This is necessary, for
16544# example, in the case of _POSIX_SOURCE, which is predefined and required
16545# on some systems where configure will not decide to define it.
13b2be9c 16546cat >>conftest.undefs <<\_ACEOF
ab509236 16547s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13b2be9c
DJ
16548_ACEOF
16549
16550# Break up conftest.defines because some shells have a limit on the size
16551# of here documents, and old seds have small limits too (100 cmds).
16552echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ab509236 16553echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13b2be9c
DJ
16554echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
16555echo ' :' >>$CONFIG_STATUS
16556rm -f conftest.tail
16557while grep . conftest.defines >/dev/null
16558do
16559 # Write a limited-size here document to $tmp/defines.sed.
16560 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
16561 # Speed up: don't consider the non `#define' lines.
ab509236 16562 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13b2be9c
DJ
16563 # Work around the forget-to-reset-the-flag bug.
16564 echo 't clr' >>$CONFIG_STATUS
16565 echo ': clr' >>$CONFIG_STATUS
16566 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
16567 echo 'CEOF
16568 sed -f $tmp/defines.sed $tmp/in >$tmp/out
16569 rm -f $tmp/in
16570 mv $tmp/out $tmp/in
16571' >>$CONFIG_STATUS
16572 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
16573 rm -f conftest.defines
16574 mv conftest.tail conftest.defines
16575done
16576rm -f conftest.defines
16577echo ' fi # grep' >>$CONFIG_STATUS
16578echo >>$CONFIG_STATUS
252b5132 16579
13b2be9c
DJ
16580# Break up conftest.undefs because some shells have a limit on the size
16581# of here documents, and old seds have small limits too (100 cmds).
16582echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 16583rm -f conftest.tail
13b2be9c 16584while grep . conftest.undefs >/dev/null
252b5132 16585do
13b2be9c
DJ
16586 # Write a limited-size here document to $tmp/undefs.sed.
16587 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
16588 # Speed up: don't consider the non `#undef'
ab509236 16589 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13b2be9c
DJ
16590 # Work around the forget-to-reset-the-flag bug.
16591 echo 't clr' >>$CONFIG_STATUS
16592 echo ': clr' >>$CONFIG_STATUS
16593 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 16594 echo 'CEOF
13b2be9c
DJ
16595 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
16596 rm -f $tmp/in
16597 mv $tmp/out $tmp/in
16598' >>$CONFIG_STATUS
16599 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
16600 rm -f conftest.undefs
16601 mv conftest.tail conftest.undefs
252b5132 16602done
13b2be9c
DJ
16603rm -f conftest.undefs
16604
16605cat >>$CONFIG_STATUS <<\_ACEOF
16606 # Let's still pretend it is `configure' which instantiates (i.e., don't
16607 # use $as_me), people would be surprised to read:
16608 # /* config.h. Generated by config.status. */
16609 if test x"$ac_file" = x-; then
16610 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 16611 else
13b2be9c
DJ
16612 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
16613 fi
16614 cat $tmp/in >>$tmp/config.h
16615 rm -f $tmp/in
16616 if test x"$ac_file" != x-; then
16617 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
16618 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
16619echo "$as_me: $ac_file is unchanged" >&6;}
16620 else
16621 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
16622$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16623 X"$ac_file" : 'X\(//\)[^/]' \| \
16624 X"$ac_file" : 'X\(//\)$' \| \
16625 X"$ac_file" : 'X\(/\)' \| \
16626 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16627echo X"$ac_file" |
16628 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16629 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16630 /^X\(\/\/\)$/{ s//\1/; q; }
16631 /^X\(\/\).*/{ s//\1/; q; }
16632 s/.*/./; q'`
16633 { if $as_mkdir_p; then
16634 mkdir -p "$ac_dir"
16635 else
16636 as_dir="$ac_dir"
16637 as_dirs=
16638 while test ! -d "$as_dir"; do
16639 as_dirs="$as_dir $as_dirs"
16640 as_dir=`(dirname "$as_dir") 2>/dev/null ||
16641$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16642 X"$as_dir" : 'X\(//\)[^/]' \| \
16643 X"$as_dir" : 'X\(//\)$' \| \
16644 X"$as_dir" : 'X\(/\)' \| \
16645 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16646echo X"$as_dir" |
16647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16648 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16649 /^X\(\/\/\)$/{ s//\1/; q; }
16650 /^X\(\/\).*/{ s//\1/; q; }
16651 s/.*/./; q'`
16652 done
16653 test ! -n "$as_dirs" || mkdir $as_dirs
16654 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16655echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16656 { (exit 1); exit 1; }; }; }
16657
16658 rm -f $ac_file
16659 mv $tmp/config.h $ac_file
9b2b7d69 16660 fi
13b2be9c
DJ
16661 else
16662 cat $tmp/config.h
16663 rm -f $tmp/config.h
9b2b7d69 16664 fi
13b2be9c
DJ
16665# Compute $ac_file's index in $config_headers.
16666_am_stamp_count=1
16667for _am_header in $config_headers :; do
16668 case $_am_header in
16669 $ac_file | $ac_file:* )
16670 break ;;
16671 * )
16672 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16673 esac
16674done
16675echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
16676$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16677 X$ac_file : 'X\(//\)[^/]' \| \
16678 X$ac_file : 'X\(//\)$' \| \
16679 X$ac_file : 'X\(/\)' \| \
16680 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16681echo X$ac_file |
16682 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16683 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16684 /^X\(\/\/\)$/{ s//\1/; q; }
16685 /^X\(\/\).*/{ s//\1/; q; }
16686 s/.*/./; q'`/stamp-h$_am_stamp_count
16687done
16688_ACEOF
16689cat >>$CONFIG_STATUS <<\_ACEOF
6840198f 16690
13b2be9c
DJ
16691#
16692# CONFIG_COMMANDS section.
16693#
16694for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
16695 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
16696 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
16697 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
16698$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16699 X"$ac_dest" : 'X\(//\)[^/]' \| \
16700 X"$ac_dest" : 'X\(//\)$' \| \
16701 X"$ac_dest" : 'X\(/\)' \| \
16702 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16703echo X"$ac_dest" |
16704 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16705 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16706 /^X\(\/\/\)$/{ s//\1/; q; }
16707 /^X\(\/\).*/{ s//\1/; q; }
16708 s/.*/./; q'`
ab509236
L
16709 { if $as_mkdir_p; then
16710 mkdir -p "$ac_dir"
16711 else
16712 as_dir="$ac_dir"
16713 as_dirs=
16714 while test ! -d "$as_dir"; do
16715 as_dirs="$as_dir $as_dirs"
16716 as_dir=`(dirname "$as_dir") 2>/dev/null ||
16717$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16718 X"$as_dir" : 'X\(//\)[^/]' \| \
16719 X"$as_dir" : 'X\(//\)$' \| \
16720 X"$as_dir" : 'X\(/\)' \| \
16721 . : '\(.\)' 2>/dev/null ||
16722echo X"$as_dir" |
16723 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16724 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16725 /^X\(\/\/\)$/{ s//\1/; q; }
16726 /^X\(\/\).*/{ s//\1/; q; }
16727 s/.*/./; q'`
16728 done
16729 test ! -n "$as_dirs" || mkdir $as_dirs
16730 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16731echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16732 { (exit 1); exit 1; }; }; }
16733
13b2be9c
DJ
16734 ac_builddir=.
16735
16736if test "$ac_dir" != .; then
16737 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16738 # A "../" for each directory in $ac_dir_suffix.
16739 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16740else
16741 ac_dir_suffix= ac_top_builddir=
16742fi
16743
16744case $srcdir in
16745 .) # No --srcdir option. We are building in place.
16746 ac_srcdir=.
16747 if test -z "$ac_top_builddir"; then
16748 ac_top_srcdir=.
16749 else
16750 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
16751 fi ;;
16752 [\\/]* | ?:[\\/]* ) # Absolute path.
16753 ac_srcdir=$srcdir$ac_dir_suffix;
16754 ac_top_srcdir=$srcdir ;;
16755 *) # Relative path.
16756 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
16757 ac_top_srcdir=$ac_top_builddir$srcdir ;;
16758esac
ab509236
L
16759
16760# Do not use `cd foo && pwd` to compute absolute paths, because
16761# the directories may not exist.
16762case `pwd` in
16763.) ac_abs_builddir="$ac_dir";;
16764*)
16765 case "$ac_dir" in
16766 .) ac_abs_builddir=`pwd`;;
16767 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
16768 *) ac_abs_builddir=`pwd`/"$ac_dir";;
16769 esac;;
16770esac
16771case $ac_abs_builddir in
16772.) ac_abs_top_builddir=${ac_top_builddir}.;;
16773*)
16774 case ${ac_top_builddir}. in
16775 .) ac_abs_top_builddir=$ac_abs_builddir;;
16776 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
16777 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
16778 esac;;
16779esac
16780case $ac_abs_builddir in
16781.) ac_abs_srcdir=$ac_srcdir;;
16782*)
16783 case $ac_srcdir in
16784 .) ac_abs_srcdir=$ac_abs_builddir;;
16785 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
16786 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
16787 esac;;
16788esac
16789case $ac_abs_builddir in
16790.) ac_abs_top_srcdir=$ac_top_srcdir;;
16791*)
16792 case $ac_top_srcdir in
16793 .) ac_abs_top_srcdir=$ac_abs_builddir;;
16794 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
16795 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
16796 esac;;
16797esac
13b2be9c
DJ
16798
16799
16800 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
16801echo "$as_me: executing $ac_dest commands" >&6;}
16802 case $ac_dest in
16803 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
16804 # Strip MF so we end up with the name of the file.
16805 mf=`echo "$mf" | sed -e 's/:.*$//'`
16806 # Check whether this is an Automake generated Makefile or not.
16807 # We used to match only the files named `Makefile.in', but
16808 # some people rename them; so instead we look at the file content.
16809 # Grep'ing the first line is not enough: some people post-process
16810 # each Makefile.in and add a new line on top of each file to say so.
16811 # So let's grep whole file.
16812 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
16813 dirpart=`(dirname "$mf") 2>/dev/null ||
16814$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16815 X"$mf" : 'X\(//\)[^/]' \| \
16816 X"$mf" : 'X\(//\)$' \| \
16817 X"$mf" : 'X\(/\)' \| \
16818 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16819echo X"$mf" |
16820 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16821 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16822 /^X\(\/\/\)$/{ s//\1/; q; }
16823 /^X\(\/\).*/{ s//\1/; q; }
16824 s/.*/./; q'`
16825 else
16826 continue
16827 fi
8ea2b00f
AM
16828 # Extract the definition of DEPDIR, am__include, and am__quote
16829 # from the Makefile without running `make'.
4b363073 16830 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13b2be9c 16831 test -z "$DEPDIR" && continue
8ea2b00f
AM
16832 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16833 test -z "am__include" && continue
16834 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13b2be9c 16835 # When using ansi2knr, U may be empty or an underscore; expand it
4b363073 16836 U=`sed -n 's/^U = //p' < "$mf"`
8ea2b00f
AM
16837 # Find all dependency output files, they are included files with
16838 # $(DEPDIR) in their names. We invoke sed twice because it is the
16839 # simplest approach to changing $(DEPDIR) to its actual value in the
16840 # expansion.
16841 for file in `sed -n "
16842 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13b2be9c
DJ
16843 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16844 # Make sure the directory exists.
16845 test -f "$dirpart/$file" && continue
16846 fdir=`(dirname "$file") 2>/dev/null ||
16847$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16848 X"$file" : 'X\(//\)[^/]' \| \
16849 X"$file" : 'X\(//\)$' \| \
16850 X"$file" : 'X\(/\)' \| \
16851 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16852echo X"$file" |
16853 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16854 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16855 /^X\(\/\/\)$/{ s//\1/; q; }
16856 /^X\(\/\).*/{ s//\1/; q; }
16857 s/.*/./; q'`
16858 { if $as_mkdir_p; then
16859 mkdir -p $dirpart/$fdir
16860 else
16861 as_dir=$dirpart/$fdir
16862 as_dirs=
16863 while test ! -d "$as_dir"; do
16864 as_dirs="$as_dir $as_dirs"
16865 as_dir=`(dirname "$as_dir") 2>/dev/null ||
16866$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16867 X"$as_dir" : 'X\(//\)[^/]' \| \
16868 X"$as_dir" : 'X\(//\)$' \| \
16869 X"$as_dir" : 'X\(/\)' \| \
16870 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
16871echo X"$as_dir" |
16872 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16873 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16874 /^X\(\/\/\)$/{ s//\1/; q; }
16875 /^X\(\/\).*/{ s//\1/; q; }
16876 s/.*/./; q'`
16877 done
16878 test ! -n "$as_dirs" || mkdir $as_dirs
16879 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
16880echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
16881 { (exit 1); exit 1; }; }; }
c8615825 16882
13b2be9c
DJ
16883 # echo "creating $dirpart/$file"
16884 echo '# dummy' > "$dirpart/$file"
16885 done
16886done
d7040cdb
SE
16887 ;;
16888 libtool )
16889
16890 # See if we are running on zsh, and set the options which allow our
16891 # commands through without removal of \ escapes.
16892 if test -n "${ZSH_VERSION+set}" ; then
16893 setopt NO_GLOB_SUBST
16894 fi
16895
16896 cfgfile="${ofile}T"
16897 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16898 $RM "$cfgfile"
16899
16900 cat <<_LT_EOF >> "$cfgfile"
16901#! $SHELL
16902
16903# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16904# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16905# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16906# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16907#
718a6fd8
SE
16908# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16909# 2006, 2007, 2008 Free Software Foundation, Inc.
16910# Written by Gordon Matzigkeit, 1996
d7040cdb 16911#
718a6fd8 16912# This file is part of GNU Libtool.
d7040cdb 16913#
718a6fd8
SE
16914# GNU Libtool is free software; you can redistribute it and/or
16915# modify it under the terms of the GNU General Public License as
16916# published by the Free Software Foundation; either version 2 of
16917# the License, or (at your option) any later version.
d7040cdb 16918#
718a6fd8
SE
16919# As a special exception to the GNU General Public License,
16920# if you distribute this file as part of a program or library that
16921# is built using GNU Libtool, you may include this file under the
16922# same distribution terms that you use for the rest of that program.
d7040cdb 16923#
718a6fd8
SE
16924# GNU Libtool is distributed in the hope that it will be useful,
16925# but WITHOUT ANY WARRANTY; without even the implied warranty of
16926# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16927# GNU General Public License for more details.
d7040cdb 16928#
718a6fd8
SE
16929# You should have received a copy of the GNU General Public License
16930# along with GNU Libtool; see the file COPYING. If not, a copy
16931# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16932# obtained by writing to the Free Software Foundation, Inc.,
16933# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16934
16935
16936# The names of the tagged configurations supported by this script.
16937available_tags=""
16938
16939# ### BEGIN LIBTOOL CONFIG
16940
16941# Which release of libtool.m4 was used?
16942macro_version=$macro_version
16943macro_revision=$macro_revision
16944
16945# Whether or not to build shared libraries.
16946build_libtool_libs=$enable_shared
16947
16948# Whether or not to build static libraries.
16949build_old_libs=$enable_static
16950
16951# What type of objects to build.
16952pic_mode=$pic_mode
16953
16954# Whether or not to optimize for fast installation.
16955fast_install=$enable_fast_install
16956
16957# The host system.
16958host_alias=$host_alias
16959host=$host
16960host_os=$host_os
16961
16962# The build system.
16963build_alias=$build_alias
16964build=$build
16965build_os=$build_os
16966
16967# A sed program that does not truncate output.
16968SED=$lt_SED
16969
16970# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16971Xsed="\$SED -e 1s/^X//"
16972
16973# A grep program that handles long lines.
16974GREP=$lt_GREP
16975
16976# An ERE matcher.
16977EGREP=$lt_EGREP
16978
16979# A literal string matcher.
16980FGREP=$lt_FGREP
16981
16982# A BSD- or MS-compatible name lister.
16983NM=$lt_NM
16984
16985# Whether we need soft or hard links.
16986LN_S=$lt_LN_S
16987
16988# What is the maximum length of a command?
16989max_cmd_len=$max_cmd_len
16990
16991# Object file suffix (normally "o").
16992objext=$ac_objext
16993
16994# Executable file suffix (normally "").
16995exeext=$exeext
16996
16997# whether the shell understands "unset".
16998lt_unset=$lt_unset
16999
17000# turn spaces into newlines.
17001SP2NL=$lt_lt_SP2NL
17002
17003# turn newlines into spaces.
17004NL2SP=$lt_lt_NL2SP
17005
17006# How to create reloadable object files.
17007reload_flag=$lt_reload_flag
17008reload_cmds=$lt_reload_cmds
17009
718a6fd8
SE
17010# An object symbol dumper.
17011OBJDUMP=$lt_OBJDUMP
17012
d7040cdb
SE
17013# Method to check whether dependent libraries are shared objects.
17014deplibs_check_method=$lt_deplibs_check_method
17015
17016# Command to use when deplibs_check_method == "file_magic".
17017file_magic_cmd=$lt_file_magic_cmd
17018
17019# The archiver.
17020AR=$lt_AR
17021AR_FLAGS=$lt_AR_FLAGS
17022
17023# A symbol stripping program.
17024STRIP=$lt_STRIP
17025
17026# Commands used to install an old-style archive.
17027RANLIB=$lt_RANLIB
17028old_postinstall_cmds=$lt_old_postinstall_cmds
17029old_postuninstall_cmds=$lt_old_postuninstall_cmds
17030
17031# A C compiler.
17032LTCC=$lt_CC
17033
17034# LTCC compiler flags.
17035LTCFLAGS=$lt_CFLAGS
17036
17037# Take the output of nm and produce a listing of raw symbols and C names.
17038global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17039
17040# Transform the output of nm in a proper C declaration.
17041global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17042
17043# Transform the output of nm in a C name address pair.
17044global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17045
718a6fd8
SE
17046# Transform the output of nm in a C name address pair when lib prefix is needed.
17047global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17048
d7040cdb
SE
17049# The name of the directory that contains temporary libtool files.
17050objdir=$objdir
17051
17052# Shell to use when invoking shell scripts.
17053SHELL=$lt_SHELL
17054
17055# An echo program that does not interpret backslashes.
17056ECHO=$lt_ECHO
17057
17058# Used to examine libraries when file_magic_cmd begins with "file".
17059MAGIC_CMD=$MAGIC_CMD
17060
17061# Must we lock files when doing compilation?
17062need_locks=$lt_need_locks
17063
718a6fd8
SE
17064# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17065DSYMUTIL=$lt_DSYMUTIL
17066
17067# Tool to change global to local symbols on Mac OS X.
17068NMEDIT=$lt_NMEDIT
17069
17070# Tool to manipulate fat objects and archives on Mac OS X.
17071LIPO=$lt_LIPO
17072
17073# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17074OTOOL=$lt_OTOOL
17075
17076# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17077OTOOL64=$lt_OTOOL64
17078
d7040cdb
SE
17079# Old archive suffix (normally "a").
17080libext=$libext
17081
17082# Shared library suffix (normally ".so").
17083shrext_cmds=$lt_shrext_cmds
17084
17085# The commands to extract the exported symbol list from a shared archive.
17086extract_expsyms_cmds=$lt_extract_expsyms_cmds
17087
17088# Variables whose values should be saved in libtool wrapper scripts and
17089# restored at link time.
17090variables_saved_for_relink=$lt_variables_saved_for_relink
17091
17092# Do we need the "lib" prefix for modules?
17093need_lib_prefix=$need_lib_prefix
17094
17095# Do we need a version for libraries?
17096need_version=$need_version
17097
17098# Library versioning type.
17099version_type=$version_type
17100
17101# Shared library runtime path variable.
17102runpath_var=$runpath_var
17103
17104# Shared library path variable.
17105shlibpath_var=$shlibpath_var
17106
17107# Is shlibpath searched before the hard-coded library search path?
17108shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17109
17110# Format of library name prefix.
17111libname_spec=$lt_libname_spec
17112
17113# List of archive names. First name is the real one, the rest are links.
17114# The last name is the one that the linker finds with -lNAME
17115library_names_spec=$lt_library_names_spec
17116
17117# The coded name of the library, if different from the real name.
17118soname_spec=$lt_soname_spec
17119
17120# Command to use after installation of a shared archive.
17121postinstall_cmds=$lt_postinstall_cmds
17122
17123# Command to use after uninstallation of a shared archive.
17124postuninstall_cmds=$lt_postuninstall_cmds
17125
17126# Commands used to finish a libtool library installation in a directory.
17127finish_cmds=$lt_finish_cmds
17128
17129# As "finish_cmds", except a single script fragment to be evaled but
17130# not shown.
17131finish_eval=$lt_finish_eval
17132
17133# Whether we should hardcode library paths into libraries.
17134hardcode_into_libs=$hardcode_into_libs
17135
17136# Compile-time system search path for libraries.
17137sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17138
17139# Run-time system search path for libraries.
17140sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17141
17142# Whether dlopen is supported.
17143dlopen_support=$enable_dlopen
17144
17145# Whether dlopen of programs is supported.
17146dlopen_self=$enable_dlopen_self
17147
17148# Whether dlopen of statically linked programs is supported.
17149dlopen_self_static=$enable_dlopen_self_static
17150
17151# Commands to strip libraries.
17152old_striplib=$lt_old_striplib
17153striplib=$lt_striplib
17154
17155
17156# The linker used to build libraries.
17157LD=$lt_LD
17158
17159# Commands used to build an old-style archive.
17160old_archive_cmds=$lt_old_archive_cmds
17161
17162# A language specific compiler.
17163CC=$lt_compiler
17164
17165# Is the compiler the GNU compiler?
17166with_gcc=$GCC
17167
17168# Compiler flag to turn off builtin functions.
17169no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17170
17171# How to pass a linker flag through the compiler.
17172wl=$lt_lt_prog_compiler_wl
17173
17174# Additional compiler flags for building library objects.
17175pic_flag=$lt_lt_prog_compiler_pic
17176
17177# Compiler flag to prevent dynamic linking.
17178link_static_flag=$lt_lt_prog_compiler_static
17179
17180# Does compiler simultaneously support -c and -o options?
17181compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17182
17183# Whether or not to add -lc for building shared libraries.
17184build_libtool_need_lc=$archive_cmds_need_lc
17185
17186# Whether or not to disallow shared libs when runtime libs are static.
17187allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17188
17189# Compiler flag to allow reflexive dlopens.
17190export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17191
17192# Compiler flag to generate shared objects directly from archives.
17193whole_archive_flag_spec=$lt_whole_archive_flag_spec
17194
17195# Whether the compiler copes with passing no objects directly.
17196compiler_needs_object=$lt_compiler_needs_object
17197
17198# Create an old-style archive from a shared archive.
17199old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17200
17201# Create a temporary old-style archive to link instead of a shared archive.
17202old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17203
17204# Commands used to build a shared archive.
17205archive_cmds=$lt_archive_cmds
17206archive_expsym_cmds=$lt_archive_expsym_cmds
17207
17208# Commands used to build a loadable module if different from building
17209# a shared archive.
17210module_cmds=$lt_module_cmds
17211module_expsym_cmds=$lt_module_expsym_cmds
17212
17213# Whether we are building with GNU ld or not.
17214with_gnu_ld=$lt_with_gnu_ld
17215
17216# Flag that allows shared libraries with undefined symbols to be built.
17217allow_undefined_flag=$lt_allow_undefined_flag
17218
17219# Flag that enforces no undefined symbols.
17220no_undefined_flag=$lt_no_undefined_flag
17221
17222# Flag to hardcode \$libdir into a binary during linking.
17223# This must work even if \$libdir does not exist
17224hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17225
17226# If ld is used when linking, flag to hardcode \$libdir into a binary
17227# during linking. This must work even if \$libdir does not exist.
17228hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17229
17230# Whether we need a single "-rpath" flag with a separated argument.
17231hardcode_libdir_separator=$lt_hardcode_libdir_separator
17232
17233# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17234# DIR into the resulting binary.
17235hardcode_direct=$hardcode_direct
17236
17237# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17238# DIR into the resulting binary and the resulting library dependency is
17239# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17240# library is relocated.
17241hardcode_direct_absolute=$hardcode_direct_absolute
17242
17243# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17244# into the resulting binary.
17245hardcode_minus_L=$hardcode_minus_L
17246
17247# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17248# into the resulting binary.
17249hardcode_shlibpath_var=$hardcode_shlibpath_var
17250
17251# Set to "yes" if building a shared library automatically hardcodes DIR
17252# into the library and all subsequent libraries and executables linked
17253# against it.
17254hardcode_automatic=$hardcode_automatic
17255
17256# Set to yes if linker adds runtime paths of dependent libraries
17257# to runtime path list.
17258inherit_rpath=$inherit_rpath
17259
17260# Whether libtool must link a program against all its dependency libraries.
17261link_all_deplibs=$link_all_deplibs
17262
17263# Fix the shell variable \$srcfile for the compiler.
17264fix_srcfile_path=$lt_fix_srcfile_path
17265
17266# Set to "yes" if exported symbols are required.
17267always_export_symbols=$always_export_symbols
17268
17269# The commands to list exported symbols.
17270export_symbols_cmds=$lt_export_symbols_cmds
17271
17272# Symbols that should not be listed in the preloaded symbols.
17273exclude_expsyms=$lt_exclude_expsyms
17274
17275# Symbols that must always be exported.
17276include_expsyms=$lt_include_expsyms
17277
17278# Commands necessary for linking programs (against libraries) with templates.
17279prelink_cmds=$lt_prelink_cmds
17280
17281# Specify filename containing input files.
17282file_list_spec=$lt_file_list_spec
17283
17284# How to hardcode a shared library path into an executable.
17285hardcode_action=$hardcode_action
17286
17287# ### END LIBTOOL CONFIG
17288
17289_LT_EOF
17290
17291 case $host_os in
17292 aix3*)
17293 cat <<\_LT_EOF >> "$cfgfile"
17294# AIX sometimes has problems with the GCC collect2 program. For some
17295# reason, if we set the COLLECT_NAMES environment variable, the problems
17296# vanish in a puff of smoke.
17297if test "X${COLLECT_NAMES+set}" != Xset; then
17298 COLLECT_NAMES=
17299 export COLLECT_NAMES
17300fi
17301_LT_EOF
17302 ;;
17303 esac
17304
17305
17306ltmain="$ac_aux_dir/ltmain.sh"
17307
17308
17309 # We use sed instead of cat because bash on DJGPP gets confused if
17310 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17311 # text mode, it properly converts lines to CR/LF. This bash problem
17312 # is reportedly fixed, but why not run on old versions too?
17313 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17314 || (rm -f "$cfgfile"; exit 1)
17315
17316 case $xsi_shell in
17317 yes)
17318 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 17319
d7040cdb
SE
17320# func_dirname file append nondir_replacement
17321# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17322# otherwise set result to NONDIR_REPLACEMENT.
17323func_dirname ()
17324{
17325 case ${1} in
17326 */*) func_dirname_result="${1%/*}${2}" ;;
17327 * ) func_dirname_result="${3}" ;;
17328 esac
17329}
17330
17331# func_basename file
17332func_basename ()
17333{
17334 func_basename_result="${1##*/}"
17335}
17336
718a6fd8
SE
17337# func_dirname_and_basename file append nondir_replacement
17338# perform func_basename and func_dirname in a single function
17339# call:
17340# dirname: Compute the dirname of FILE. If nonempty,
17341# add APPEND to the result, otherwise set result
17342# to NONDIR_REPLACEMENT.
17343# value returned in "$func_dirname_result"
17344# basename: Compute filename of FILE.
17345# value retuned in "$func_basename_result"
17346# Implementation must be kept synchronized with func_dirname
17347# and func_basename. For efficiency, we do not delegate to
17348# those functions but instead duplicate the functionality here.
17349func_dirname_and_basename ()
17350{
17351 case ${1} in
17352 */*) func_dirname_result="${1%/*}${2}" ;;
17353 * ) func_dirname_result="${3}" ;;
17354 esac
17355 func_basename_result="${1##*/}"
17356}
17357
d7040cdb
SE
17358# func_stripname prefix suffix name
17359# strip PREFIX and SUFFIX off of NAME.
17360# PREFIX and SUFFIX must not contain globbing or regex special
17361# characters, hashes, percent signs, but SUFFIX may contain a leading
17362# dot (in which case that matches only a dot).
17363func_stripname ()
17364{
17365 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17366 # positional parameters, so assign one to ordinary parameter first.
17367 func_stripname_result=${3}
17368 func_stripname_result=${func_stripname_result#"${1}"}
17369 func_stripname_result=${func_stripname_result%"${2}"}
17370}
17371
17372# func_opt_split
17373func_opt_split ()
17374{
17375 func_opt_split_opt=${1%%=*}
17376 func_opt_split_arg=${1#*=}
17377}
17378
17379# func_lo2o object
17380func_lo2o ()
17381{
17382 case ${1} in
17383 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17384 *) func_lo2o_result=${1} ;;
17385 esac
17386}
718a6fd8
SE
17387
17388# func_xform libobj-or-source
17389func_xform ()
17390{
17391 func_xform_result=${1%.*}.lo
17392}
17393
17394# func_arith arithmetic-term...
17395func_arith ()
17396{
17397 func_arith_result=$(( $* ))
17398}
17399
17400# func_len string
17401# STRING may not start with a hyphen.
17402func_len ()
17403{
17404 func_len_result=${#1}
17405}
17406
d7040cdb
SE
17407_LT_EOF
17408 ;;
17409 *) # Bourne compatible functions.
17410 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 17411
d7040cdb
SE
17412# func_dirname file append nondir_replacement
17413# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17414# otherwise set result to NONDIR_REPLACEMENT.
17415func_dirname ()
17416{
17417 # Extract subdirectory from the argument.
17418 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
17419 if test "X$func_dirname_result" = "X${1}"; then
17420 func_dirname_result="${3}"
17421 else
17422 func_dirname_result="$func_dirname_result${2}"
17423 fi
17424}
17425
17426# func_basename file
17427func_basename ()
17428{
17429 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
17430}
17431
718a6fd8 17432
d7040cdb
SE
17433# func_stripname prefix suffix name
17434# strip PREFIX and SUFFIX off of NAME.
17435# PREFIX and SUFFIX must not contain globbing or regex special
17436# characters, hashes, percent signs, but SUFFIX may contain a leading
17437# dot (in which case that matches only a dot).
17438# func_strip_suffix prefix name
17439func_stripname ()
17440{
17441 case ${2} in
17442 .*) func_stripname_result=`$ECHO "X${3}" \
17443 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
17444 *) func_stripname_result=`$ECHO "X${3}" \
17445 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
17446 esac
17447}
17448
17449# sed scripts:
17450my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17451my_sed_long_arg='1s/^-[^=]*=//'
17452
17453# func_opt_split
17454func_opt_split ()
17455{
17456 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
17457 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
17458}
17459
17460# func_lo2o object
17461func_lo2o ()
17462{
17463 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
17464}
718a6fd8
SE
17465
17466# func_xform libobj-or-source
17467func_xform ()
17468{
17469 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
17470}
17471
17472# func_arith arithmetic-term...
17473func_arith ()
17474{
17475 func_arith_result=`expr "$@"`
17476}
17477
17478# func_len string
17479# STRING may not start with a hyphen.
17480func_len ()
17481{
17482 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17483}
17484
d7040cdb
SE
17485_LT_EOF
17486esac
17487
17488case $lt_shell_append in
17489 yes)
17490 cat << \_LT_EOF >> "$cfgfile"
17491
17492# func_append var value
17493# Append VALUE to the end of shell variable VAR.
17494func_append ()
17495{
17496 eval "$1+=\$2"
17497}
17498_LT_EOF
17499 ;;
17500 *)
17501 cat << \_LT_EOF >> "$cfgfile"
17502
17503# func_append var value
17504# Append VALUE to the end of shell variable VAR.
17505func_append ()
17506{
17507 eval "$1=\$$1\$2"
17508}
718a6fd8 17509
d7040cdb
SE
17510_LT_EOF
17511 ;;
17512 esac
17513
17514
17515 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17516 || (rm -f "$cfgfile"; exit 1)
17517
17518 mv -f "$cfgfile" "$ofile" ||
17519 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17520 chmod +x "$ofile"
17521
13b2be9c 17522 ;;
20e95c23
DJ
17523 default-1 )
17524 for ac_file in $CONFIG_FILES; do
17525 # Support "outfile[:infile[:infile...]]"
17526 case "$ac_file" in
17527 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17528 esac
17529 # PO directories have a Makefile.in generated from Makefile.in.in.
17530 case "$ac_file" in */Makefile.in)
17531 # Adjust a relative srcdir.
17532 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17533 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
17534 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17535 # In autoconf-2.13 it is called $ac_given_srcdir.
17536 # In autoconf-2.50 it is called $srcdir.
17537 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17538 case "$ac_given_srcdir" in
17539 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17540 /*) top_srcdir="$ac_given_srcdir" ;;
17541 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17542 esac
17543 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17544 rm -f "$ac_dir/POTFILES"
17545 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17546 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17547 POMAKEFILEDEPS="POTFILES.in"
17548 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17549 # on $ac_dir but don't depend on user-specified configuration
17550 # parameters.
17551 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17552 # The LINGUAS file contains the set of available languages.
17553 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17554 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
17555 fi
17556 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17557 # Hide the ALL_LINGUAS assigment from automake.
17558 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17559 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17560 else
17561 # The set of available languages was given in configure.in.
17562 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17563 fi
17564 case "$ac_given_srcdir" in
17565 .) srcdirpre= ;;
17566 *) srcdirpre='$(srcdir)/' ;;
17567 esac
17568 POFILES=
17569 GMOFILES=
17570 UPDATEPOFILES=
17571 DUMMYPOFILES=
17572 for lang in $ALL_LINGUAS; do
17573 POFILES="$POFILES $srcdirpre$lang.po"
17574 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17575 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17576 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17577 done
17578 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17579 # environment variable.
17580 INST_LINGUAS=
17581 if test -n "$ALL_LINGUAS"; then
17582 for presentlang in $ALL_LINGUAS; do
17583 useit=no
17584 if test "%UNSET%" != "$LINGUAS"; then
17585 desiredlanguages="$LINGUAS"
17586 else
17587 desiredlanguages="$ALL_LINGUAS"
17588 fi
17589 for desiredlang in $desiredlanguages; do
17590 # Use the presentlang catalog if desiredlang is
17591 # a. equal to presentlang, or
17592 # b. a variant of presentlang (because in this case,
17593 # presentlang can be used as a fallback for messages
17594 # which are not translated in the desiredlang catalog).
17595 case "$desiredlang" in
17596 "$presentlang"*) useit=yes;;
17597 esac
17598 done
17599 if test $useit = yes; then
17600 INST_LINGUAS="$INST_LINGUAS $presentlang"
17601 fi
17602 done
17603 fi
17604 CATALOGS=
17605 if test -n "$INST_LINGUAS"; then
17606 for lang in $INST_LINGUAS; do
17607 CATALOGS="$CATALOGS $lang.gmo"
17608 done
17609 fi
17610 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17611 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"
17612 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17613 if test -f "$f"; then
17614 case "$f" in
17615 *.orig | *.bak | *~) ;;
17616 *) cat "$f" >> "$ac_dir/Makefile" ;;
17617 esac
17618 fi
17619 done
17620 fi
17621 ;;
17622 esac
17623 done ;;
13b2be9c 17624 default ) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
252b5132
RH
17625 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17626 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17627 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17628 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17629 if test "x$cgen_cpu_prefix" != x ; then
17630 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 17631 fi ;;
13b2be9c
DJ
17632 esac
17633done
17634_ACEOF
17635
17636cat >>$CONFIG_STATUS <<\_ACEOF
17637
17638{ (exit 0); exit 0; }
17639_ACEOF
252b5132 17640chmod +x $CONFIG_STATUS
13b2be9c
DJ
17641ac_clean_files=$ac_clean_files_save
17642
17643
17644# configure is writing to config.log, and then calls config.status.
17645# config.status does its own redirection, appending to config.log.
17646# Unfortunately, on DOS this fails, as config.log is still kept open
17647# by configure, so config.status won't be able to write to it; its
17648# output is simply discarded. So we exec the FD to /dev/null,
17649# effectively closing config.log, so it can be properly (re)opened and
17650# appended to by config.status. When coming back to configure, we
17651# need to make the FD available again.
17652if test "$no_create" != yes; then
17653 ac_cs_success=:
17654 ac_config_status_args=
17655 test "$silent" = yes &&
17656 ac_config_status_args="$ac_config_status_args --quiet"
17657 exec 5>/dev/null
17658 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17659 exec 5>>config.log
17660 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17661 # would make configure fail if this is the last instruction.
17662 $ac_cs_success || { (exit 1); exit 1; }
17663fi
252b5132 17664
This page took 1.387206 seconds and 4 git commands to generate.