* rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
[deliverable/binutils-gdb.git] / ld / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
42ecbf5e 3# Generated by GNU Autoconf 2.59.
252b5132 4#
42ecbf5e 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.
42ecbf5e
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
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
d7040cdb
SE
244
245# Check that we are running under the correct shell.
246SHELL=${CONFIG_SHELL-/bin/sh}
247
248case X$lt_ECHO in
249X*--fallback-echo)
250 # Remove one level of quotation (which was required for Make).
251 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
252 ;;
253esac
254
255ECHO=${lt_ECHO-echo}
256if test "X$1" = X--no-reexec; then
257 # Discard the --no-reexec flag, and continue.
258 shift
259elif test "X$1" = X--fallback-echo; then
260 # Avoid inline document here, it may be left over
261 :
262elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
264 :
265else
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
268fi
269
270if test "X$1" = X--fallback-echo; then
271 # used as fallback echo
272 shift
273 cat <<_LT_EOF
274$*
275_LT_EOF
276 exit 0
277fi
278
279# The HP-UX ksh and POSIX shell print the target directory to stdout
280# if CDPATH is set.
281(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
282
283if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
290 then
291 break
292 fi
293 done
294 fi
295
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
299 :
300 else
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
304 #
305 # So, first we look for a working echo in the user's PATH.
306
307 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
308 for dir in $PATH /usr/ucb; do
309 IFS="$lt_save_ifs"
310 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
314 ECHO="$dir/echo"
315 break
316 fi
317 done
318 IFS="$lt_save_ifs"
319
320 if test "X$ECHO" = Xecho; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
326 ECHO='print -r'
327 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X/bin/ksh; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL=/bin/ksh
333 export CONFIG_SHELL
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
335 else
336 # Try using printf.
337 ECHO='printf %s\n'
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
341 # Cool, printf works
342 :
343 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
348 export CONFIG_SHELL
349 SHELL="$CONFIG_SHELL"
350 export SHELL
351 ECHO="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO="$CONFIG_SHELL $0 --fallback-echo"
357 else
358 # maybe with a smaller string...
359 prev=:
360
361 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
363 then
364 break
365 fi
366 prev="$cmd"
367 done
368
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
373 else
374 # Oops. We lost completely, so just stick with echo.
375 ECHO=echo
376 fi
377 fi
378 fi
379 fi
380 fi
381fi
382
383# Copy echo and quote the copy suitably for passing to libtool from
384# the Makefile, instead of quoting the original, which is used later.
385lt_ECHO=$ECHO
386if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
388fi
389
390
391
392
42ecbf5e
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
42ecbf5e
DJ
398exec 6>&1
399
400#
401# Initializations.
402#
252b5132 403ac_default_prefix=/usr/local
42ecbf5e
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="ldmain.c"
424# Factoring default headers for most tests.
425ac_includes_default="\
426#include <stdio.h>
427#if HAVE_SYS_TYPES_H
428# include <sys/types.h>
429#endif
430#if HAVE_SYS_STAT_H
431# include <sys/stat.h>
432#endif
433#if STDC_HEADERS
434# include <stdlib.h>
435# include <stddef.h>
436#else
437# if HAVE_STDLIB_H
438# include <stdlib.h>
439# endif
440#endif
441#if HAVE_STRING_H
442# if !STDC_HEADERS && HAVE_MEMORY_H
443# include <memory.h>
444# endif
445# include <string.h>
446#endif
447#if HAVE_STRINGS_H
448# include <strings.h>
449#endif
450#if HAVE_INTTYPES_H
451# include <inttypes.h>
452#else
453# if HAVE_STDINT_H
454# include <stdint.h>
455# endif
456#endif
457#if HAVE_UNISTD_H
458# include <unistd.h>
459#endif"
460
7357c5b6 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 use_sysroot TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS NO_WERROR CPP EGREP LIBTOOL SED FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S AR ac_ct_AR RANLIB ac_ct_RANLIB lt_ECHO USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE YACC LEX LEXLIB LEX_OUTPUT_ROOT MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE HDEFINES HOSTING_CRT0 HOSTING_LIBS NATIVE_LIB_DIRS STRINGIFY EMUL EMULATION_OFILES EMUL_EXTRA_OFILES LIB_PATH EMULATION_LIBPATH TESTBFDLIB datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
42ecbf5e 462ac_subst_files='TDIRS'
7a283e07 463ac_pwd=`pwd`
252b5132
RH
464
465# Initialize some variables set by options.
42ecbf5e
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.
42ecbf5e 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
42ecbf5e
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
42ecbf5e 513 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
514
515 # Accept the important Cygnus configure options, so we can diagnose typos.
516
42ecbf5e 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=*)
42ecbf5e 522 bindir=$ac_optarg ;;
252b5132
RH
523
524 -build | --build | --buil | --bui | --bu)
42ecbf5e 525 ac_prev=build_alias ;;
252b5132 526 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 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=*)
42ecbf5e
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=*)
42ecbf5e 543 datadir=$ac_optarg ;;
252b5132
RH
544
545 -disable-* | --disable-*)
42ecbf5e 546 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 547 # Reject names that are not valid shell variable names.
42ecbf5e
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-*)
42ecbf5e 555 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 556 # Reject names that are not valid shell variable names.
42ecbf5e
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
42ecbf5e 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=*)
42ecbf5e 574 exec_prefix=$ac_optarg ;;
252b5132
RH
575
576 -gas | --gas | --ga | --g)
577 # Obsolete; use --with-gas.
578 with_gas=yes ;;
579
42ecbf5e
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)
42ecbf5e 588 ac_prev=host_alias ;;
252b5132 589 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 602 infodir=$ac_optarg ;;
252b5132
RH
603
604 -libdir | --libdir | --libdi | --libd)
605 ac_prev=libdir ;;
606 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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 \
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 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=*)
42ecbf5e 706 sharedstatedir=$ac_optarg ;;
252b5132
RH
707
708 -site | --site | --sit)
709 ac_prev=site ;;
710 -site=* | --site=* | --sit=*)
42ecbf5e 711 site=$ac_optarg ;;
85fbca6a 712
252b5132
RH
713 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
714 ac_prev=srcdir ;;
715 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 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=*)
42ecbf5e 723 sysconfdir=$ac_optarg ;;
252b5132
RH
724
725 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 726 ac_prev=target_alias ;;
252b5132 727 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 728 target_alias=$ac_optarg ;;
252b5132
RH
729
730 -v | -verbose | --verbose | --verbos | --verbo | --verb)
731 verbose=yes ;;
732
42ecbf5e
DJ
733 -version | --version | --versio | --versi | --vers | -V)
734 ac_init_version=: ;;
252b5132
RH
735
736 -with-* | --with-*)
42ecbf5e 737 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 738 # Reject names that are not valid shell variable names.
42ecbf5e
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'`
42ecbf5e
DJ
743 case $ac_option in
744 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
745 *) ac_optarg=yes ;;
746 esac
42ecbf5e 747 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
748
749 -without-* | --without-*)
42ecbf5e 750 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 751 # Reject names that are not valid shell variable names.
42ecbf5e
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=*)
42ecbf5e 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=*)
42ecbf5e 774 x_libraries=$ac_optarg ;;
252b5132 775
42ecbf5e
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
42ecbf5e
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 *)
42ecbf5e
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
42ecbf5e
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; }; }
252b5132 806fi
252b5132 807
42ecbf5e
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
42ecbf5e
DJ
819# Be sure to have absolute paths.
820for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
821 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 822do
42ecbf5e
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
42ecbf5e
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
e5a52504 848
42ecbf5e
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.
42ecbf5e
DJ
859 ac_confdir=`(dirname "$0") 2>/dev/null ||
860$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
861 X"$0" : 'X\(//\)[^/]' \| \
862 X"$0" : 'X\(//\)$' \| \
863 X"$0" : 'X\(/\)' \| \
864 . : '\(.\)' 2>/dev/null ||
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
42ecbf5e
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
42ecbf5e
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
42ecbf5e
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
252b5132 923
42ecbf5e
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.
252b5132 932
42ecbf5e 933Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 934
42ecbf5e
DJ
935To assign environment variables (e.g., CC, CFLAGS...), specify them as
936VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 937
42ecbf5e 938Defaults for the options are specified in brackets.
ac48eca1 939
42ecbf5e
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
956 [$ac_default_prefix]
957 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
958 [PREFIX]
ac48eca1 959
42ecbf5e
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'.
ac48eca1 964
42ecbf5e 965For better control, use the options below.
ac48eca1 966
42ecbf5e
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
ac48eca1 981
42ecbf5e 982 cat <<\_ACEOF
252b5132 983
42ecbf5e
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
252b5132 988
42ecbf5e
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
252b5132 994fi
252b5132 995
42ecbf5e 996if test -n "$ac_init_help"; then
252b5132 997
42ecbf5e 998 cat <<\_ACEOF
e5a52504 999
42ecbf5e
DJ
1000Optional Features:
1001 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1002 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1003 --disable-dependency-tracking speeds up one-time build
1004 --enable-dependency-tracking do not reject slow dependency extractors
ce2cded5
L
1005 --enable-targets alternative target configurations
1006 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
7fb9f789
NC
1007 --enable-got=<type> GOT handling scheme (target, single, negative,
1008 multigot)
ce2cded5
L
1009 --enable-werror treat compile warnings as errors
1010 --enable-build-warnings enable build-time compiler warnings
d7040cdb
SE
1011 --enable-shared[=PKGS]
1012 build shared libraries [default=yes]
1013 --enable-static[=PKGS]
1014 build static libraries [default=yes]
1015 --enable-fast-install[=PKGS]
1016 optimize for fast installation [default=yes]
42ecbf5e 1017 --disable-libtool-lock avoid locking (might break parallel builds)
42ecbf5e
DJ
1018 --disable-nls do not use Native Language Support
1019 --enable-maintainer-mode enable make rules and dependencies not useful
1020 (and sometimes confusing) to the casual installer
1021
1022Optional Packages:
1023 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1024 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
ce2cded5
L
1025 --with-lib-path=dir1:dir2... set default LIB_PATH
1026 --with-sysroot=DIR Search for usr/lib et al within DIR.
d7040cdb
SE
1027 --with-pic try to use only PIC/non-PIC objects [default=use
1028 both]
1029 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
42ecbf5e
DJ
1030
1031Some influential environment variables:
1032 CC C compiler command
1033 CFLAGS C compiler flags
1034 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1035 nonstandard directory <lib dir>
1036 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1037 headers in a nonstandard directory <include dir>
1038 CPP C preprocessor
1039
1040Use these variables to override the choices made by `configure' or to help
1041it to find libraries and programs with nonstandard names/locations.
1042
1043_ACEOF
1044fi
1045
1046if test "$ac_init_help" = "recursive"; then
1047 # If there are subdirs, report their specific --help.
1048 ac_popdir=`pwd`
1049 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1050 test -d $ac_dir || continue
1051 ac_builddir=.
1052
1053if test "$ac_dir" != .; then
1054 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1055 # A "../" for each directory in $ac_dir_suffix.
1056 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1057else
1058 ac_dir_suffix= ac_top_builddir=
1059fi
1060
1061case $srcdir in
1062 .) # No --srcdir option. We are building in place.
1063 ac_srcdir=.
1064 if test -z "$ac_top_builddir"; then
1065 ac_top_srcdir=.
1066 else
1067 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1068 fi ;;
1069 [\\/]* | ?:[\\/]* ) # Absolute path.
1070 ac_srcdir=$srcdir$ac_dir_suffix;
1071 ac_top_srcdir=$srcdir ;;
1072 *) # Relative path.
1073 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1074 ac_top_srcdir=$ac_top_builddir$srcdir ;;
252b5132
RH
1075esac
1076
42ecbf5e
DJ
1077# Do not use `cd foo && pwd` to compute absolute paths, because
1078# the directories may not exist.
1079case `pwd` in
1080.) ac_abs_builddir="$ac_dir";;
1081*)
1082 case "$ac_dir" in
1083 .) ac_abs_builddir=`pwd`;;
1084 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1085 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1086 esac;;
1087esac
1088case $ac_abs_builddir in
1089.) ac_abs_top_builddir=${ac_top_builddir}.;;
1090*)
1091 case ${ac_top_builddir}. in
1092 .) ac_abs_top_builddir=$ac_abs_builddir;;
1093 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1094 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1095 esac;;
1096esac
1097case $ac_abs_builddir in
1098.) ac_abs_srcdir=$ac_srcdir;;
1099*)
1100 case $ac_srcdir in
1101 .) ac_abs_srcdir=$ac_abs_builddir;;
1102 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1103 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1104 esac;;
1105esac
1106case $ac_abs_builddir in
1107.) ac_abs_top_srcdir=$ac_top_srcdir;;
1108*)
1109 case $ac_top_srcdir in
1110 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1111 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1112 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1113 esac;;
1114esac
a2d91340 1115
42ecbf5e
DJ
1116 cd $ac_dir
1117 # Check for guested configure; otherwise get Cygnus style configure.
1118 if test -f $ac_srcdir/configure.gnu; then
1119 echo
1120 $SHELL $ac_srcdir/configure.gnu --help=recursive
1121 elif test -f $ac_srcdir/configure; then
1122 echo
1123 $SHELL $ac_srcdir/configure --help=recursive
1124 elif test -f $ac_srcdir/configure.ac ||
1125 test -f $ac_srcdir/configure.in; then
1126 echo
1127 $ac_configure --help
1128 else
1129 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1130 fi
7357c5b6 1131 cd $ac_popdir
42ecbf5e 1132 done
a2d91340
AC
1133fi
1134
42ecbf5e
DJ
1135test -n "$ac_init_help" && exit 0
1136if $ac_init_version; then
1137 cat <<\_ACEOF
a2d91340 1138
42ecbf5e
DJ
1139Copyright (C) 2003 Free Software Foundation, Inc.
1140This configure script is free software; the Free Software Foundation
1141gives unlimited permission to copy, distribute and modify it.
1142_ACEOF
1143 exit 0
1144fi
1145exec 5>config.log
1146cat >&5 <<_ACEOF
1147This file contains any messages produced by compilers while
1148running configure, to aid debugging if configure makes a mistake.
a2d91340 1149
42ecbf5e
DJ
1150It was created by $as_me, which was
1151generated by GNU Autoconf 2.59. Invocation command line was
a2d91340 1152
42ecbf5e 1153 $ $0 $@
a2d91340 1154
42ecbf5e
DJ
1155_ACEOF
1156{
1157cat <<_ASUNAME
1158## --------- ##
1159## Platform. ##
1160## --------- ##
1161
1162hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1163uname -m = `(uname -m) 2>/dev/null || echo unknown`
1164uname -r = `(uname -r) 2>/dev/null || echo unknown`
1165uname -s = `(uname -s) 2>/dev/null || echo unknown`
1166uname -v = `(uname -v) 2>/dev/null || echo unknown`
1167
1168/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1169/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1170
1171/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1172/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1173/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1174hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1175/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1176/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1177/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1178
1179_ASUNAME
1180
1181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1182for as_dir in $PATH
1183do
1184 IFS=$as_save_IFS
1185 test -z "$as_dir" && as_dir=.
1186 echo "PATH: $as_dir"
1187done
252b5132 1188
42ecbf5e 1189} >&5
5d64ca4e 1190
42ecbf5e 1191cat >&5 <<_ACEOF
5d64ca4e 1192
5d64ca4e 1193
42ecbf5e
DJ
1194## ----------- ##
1195## Core tests. ##
1196## ----------- ##
5d64ca4e 1197
42ecbf5e 1198_ACEOF
2469cfa2 1199
42ecbf5e
DJ
1200
1201# Keep a trace of the command line.
1202# Strip out --no-create and --no-recursion so they do not pile up.
1203# Strip out --silent because we don't want to record it for future runs.
1204# Also quote any args containing shell meta-characters.
1205# Make two passes to allow for proper duplicate-argument suppression.
1206ac_configure_args=
1207ac_configure_args0=
1208ac_configure_args1=
1209ac_sep=
1210ac_must_keep_next=false
1211for ac_pass in 1 2
1212do
1213 for ac_arg
1214 do
1215 case $ac_arg in
1216 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1217 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1218 | -silent | --silent | --silen | --sile | --sil)
1219 continue ;;
1220 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1221 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1222 esac
1223 case $ac_pass in
1224 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1225 2)
1226 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1227 if test $ac_must_keep_next = true; then
1228 ac_must_keep_next=false # Got value, back to normal.
1229 else
1230 case $ac_arg in
1231 *=* | --config-cache | -C | -disable-* | --disable-* \
1232 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1233 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1234 | -with-* | --with-* | -without-* | --without-* | --x)
1235 case "$ac_configure_args0 " in
1236 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1237 esac
1238 ;;
1239 -* ) ac_must_keep_next=true ;;
1240 esac
1241 fi
1242 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1243 # Get rid of the leading space.
1244 ac_sep=" "
1245 ;;
1246 esac
1247 done
1248done
1249$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1250$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1251
1252# When interrupted or exit'd, cleanup temporary files, and complete
1253# config.log. We remove comments because anyway the quotes in there
1254# would cause problems or look ugly.
1255# WARNING: Be sure not to use single quotes in there, as some shells,
1256# such as our DU 5.0 friend, will then `close' the trap.
1257trap 'exit_status=$?
1258 # Save into config.log some information that might help in debugging.
1259 {
1260 echo
1261
1262 cat <<\_ASBOX
1263## ---------------- ##
1264## Cache variables. ##
1265## ---------------- ##
1266_ASBOX
1267 echo
1268 # The following way of writing the cache mishandles newlines in values,
1269{
1270 (set) 2>&1 |
1271 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1272 *ac_space=\ *)
1273 sed -n \
1274 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1275 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1276 ;;
1277 *)
1278 sed -n \
1279 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1280 ;;
1281 esac;
1282}
1283 echo
1284
1285 cat <<\_ASBOX
1286## ----------------- ##
1287## Output variables. ##
1288## ----------------- ##
1289_ASBOX
1290 echo
1291 for ac_var in $ac_subst_vars
1292 do
1293 eval ac_val=$`echo $ac_var`
1294 echo "$ac_var='"'"'$ac_val'"'"'"
1295 done | sort
1296 echo
1297
1298 if test -n "$ac_subst_files"; then
1299 cat <<\_ASBOX
1300## ------------- ##
1301## Output files. ##
1302## ------------- ##
1303_ASBOX
1304 echo
1305 for ac_var in $ac_subst_files
1306 do
1307 eval ac_val=$`echo $ac_var`
1308 echo "$ac_var='"'"'$ac_val'"'"'"
1309 done | sort
1310 echo
1311 fi
1312
1313 if test -s confdefs.h; then
1314 cat <<\_ASBOX
1315## ----------- ##
1316## confdefs.h. ##
1317## ----------- ##
1318_ASBOX
1319 echo
1320 sed "/^$/d" confdefs.h | sort
1321 echo
1322 fi
1323 test "$ac_signal" != 0 &&
1324 echo "$as_me: caught signal $ac_signal"
1325 echo "$as_me: exit $exit_status"
1326 } >&5
1327 rm -f core *.core &&
1328 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1329 exit $exit_status
1330 ' 0
1331for ac_signal in 1 2 13 15; do
1332 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1333done
1334ac_signal=0
1335
1336# confdefs.h avoids OS command line length limits that DEFS can exceed.
1337rm -rf conftest* confdefs.h
1338# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1339echo >confdefs.h
1340
1341# Predefined preprocessor variables.
1342
1343cat >>confdefs.h <<_ACEOF
1344#define PACKAGE_NAME "$PACKAGE_NAME"
1345_ACEOF
1346
1347
1348cat >>confdefs.h <<_ACEOF
1349#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1350_ACEOF
1351
1352
1353cat >>confdefs.h <<_ACEOF
1354#define PACKAGE_VERSION "$PACKAGE_VERSION"
1355_ACEOF
1356
1357
1358cat >>confdefs.h <<_ACEOF
1359#define PACKAGE_STRING "$PACKAGE_STRING"
1360_ACEOF
1361
1362
1363cat >>confdefs.h <<_ACEOF
1364#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1365_ACEOF
1366
1367
1368# Let the site file select an alternate cache file if it wants to.
1369# Prefer explicitly selected file to automatically selected ones.
1370if test -z "$CONFIG_SITE"; then
1371 if test "x$prefix" != xNONE; then
1372 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1373 else
1374 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1375 fi
1376fi
1377for ac_site_file in $CONFIG_SITE; do
1378 if test -r "$ac_site_file"; then
1379 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1380echo "$as_me: loading site script $ac_site_file" >&6;}
1381 sed 's/^/| /' "$ac_site_file" >&5
1382 . "$ac_site_file"
1383 fi
1384done
1385
1386if test -r "$cache_file"; then
1387 # Some versions of bash will fail to source /dev/null (special
1388 # files actually), so we avoid doing that.
1389 if test -f "$cache_file"; then
1390 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1391echo "$as_me: loading cache $cache_file" >&6;}
1392 case $cache_file in
1393 [\\/]* | ?:[\\/]* ) . $cache_file;;
1394 *) . ./$cache_file;;
1395 esac
1396 fi
1397else
1398 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1399echo "$as_me: creating cache $cache_file" >&6;}
1400 >$cache_file
1401fi
1402
1403# Check that the precious variables saved in the cache have kept the same
1404# value.
1405ac_cache_corrupted=false
1406for ac_var in `(set) 2>&1 |
1407 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1408 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1409 eval ac_new_set=\$ac_env_${ac_var}_set
1410 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1411 eval ac_new_val="\$ac_env_${ac_var}_value"
1412 case $ac_old_set,$ac_new_set in
1413 set,)
1414 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1415echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1416 ac_cache_corrupted=: ;;
1417 ,set)
1418 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1419echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1420 ac_cache_corrupted=: ;;
1421 ,);;
1422 *)
1423 if test "x$ac_old_val" != "x$ac_new_val"; then
6194aaab
L
1424 # differences in whitespace do not lead to failure.
1425 ac_old_val_w=`echo x $ac_old_val`
1426 ac_new_val_w=`echo x $ac_new_val`
1427 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1428 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
42ecbf5e 1429echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
6194aaab
L
1430 ac_cache_corrupted=:
1431 else
1432 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1433echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1434 eval $ac_var=\$ac_old_val
1435 fi
1436 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1437echo "$as_me: former value: \`$ac_old_val'" >&2;}
1438 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1439echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
1440 fi;;
1441 esac
1442 # Pass precious variables to config.status.
1443 if test "$ac_new_set" = set; then
1444 case $ac_new_val in
1445 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1446 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1447 *) ac_arg=$ac_var=$ac_new_val ;;
1448 esac
1449 case " $ac_configure_args " in
1450 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1451 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1452 esac
1453 fi
1454done
1455if $ac_cache_corrupted; then
7a283e07
RW
1456 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1457echo "$as_me: error: in \`$ac_pwd':" >&2;}
42ecbf5e
DJ
1458 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1459echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1460 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1461echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1462 { (exit 1); exit 1; }; }
1463fi
1464
1465ac_ext=c
1466ac_cpp='$CPP $CPPFLAGS'
1467ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1468ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1469ac_compiler_gnu=$ac_cv_c_compiler_gnu
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
7a283e07
RW
1487
1488
1489
42ecbf5e 1490
da594c4a 1491
42ecbf5e
DJ
1492
1493
1494ac_aux_dir=
1495for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1496 if test -f $ac_dir/install-sh; then
1497 ac_aux_dir=$ac_dir
1498 ac_install_sh="$ac_aux_dir/install-sh -c"
1499 break
1500 elif test -f $ac_dir/install.sh; then
1501 ac_aux_dir=$ac_dir
1502 ac_install_sh="$ac_aux_dir/install.sh -c"
1503 break
1504 elif test -f $ac_dir/shtool; then
1505 ac_aux_dir=$ac_dir
1506 ac_install_sh="$ac_aux_dir/shtool install -c"
1507 break
1508 fi
1509done
1510if test -z "$ac_aux_dir"; then
1511 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1512echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1513 { (exit 1); exit 1; }; }
1514fi
1515ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1516ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1517ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1518
1519# Make sure we can run config.sub.
1520$ac_config_sub sun4 >/dev/null 2>&1 ||
1521 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1522echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1523 { (exit 1); exit 1; }; }
1524
1525echo "$as_me:$LINENO: checking build system type" >&5
1526echo $ECHO_N "checking build system type... $ECHO_C" >&6
1527if test "${ac_cv_build+set}" = set; then
1528 echo $ECHO_N "(cached) $ECHO_C" >&6
1529else
1530 ac_cv_build_alias=$build_alias
1531test -z "$ac_cv_build_alias" &&
1532 ac_cv_build_alias=`$ac_config_guess`
1533test -z "$ac_cv_build_alias" &&
1534 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1535echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1536 { (exit 1); exit 1; }; }
1537ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1538 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1539echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1540 { (exit 1); exit 1; }; }
1541
1542fi
1543echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1544echo "${ECHO_T}$ac_cv_build" >&6
1545build=$ac_cv_build
1546build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1547build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1548build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1549
1550
1551echo "$as_me:$LINENO: checking host system type" >&5
1552echo $ECHO_N "checking host system type... $ECHO_C" >&6
1553if test "${ac_cv_host+set}" = set; then
1554 echo $ECHO_N "(cached) $ECHO_C" >&6
1555else
1556 ac_cv_host_alias=$host_alias
1557test -z "$ac_cv_host_alias" &&
1558 ac_cv_host_alias=$ac_cv_build_alias
1559ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1560 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1561echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1562 { (exit 1); exit 1; }; }
1563
1564fi
1565echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1566echo "${ECHO_T}$ac_cv_host" >&6
1567host=$ac_cv_host
1568host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1569host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1570host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1571
1572
1573echo "$as_me:$LINENO: checking target system type" >&5
1574echo $ECHO_N "checking target system type... $ECHO_C" >&6
1575if test "${ac_cv_target+set}" = set; then
1576 echo $ECHO_N "(cached) $ECHO_C" >&6
1577else
1578 ac_cv_target_alias=$target_alias
1579test "x$ac_cv_target_alias" = "x" &&
1580 ac_cv_target_alias=$ac_cv_host_alias
1581ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1582 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1583echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1584 { (exit 1); exit 1; }; }
1585
1586fi
1587echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1588echo "${ECHO_T}$ac_cv_target" >&6
1589target=$ac_cv_target
1590target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1591target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1592target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1593
1594
1595# The aliases save the names the user supplied, while $host etc.
1596# will get canonicalized.
1597test -n "$target_alias" &&
1598 test "$program_prefix$program_suffix$program_transform_name" = \
1599 NONENONEs,x,x, &&
1600 program_prefix=${target_alias}-
1601ac_ext=c
1602ac_cpp='$CPP $CPPFLAGS'
1603ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1604ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1605ac_compiler_gnu=$ac_cv_c_compiler_gnu
1606if test -n "$ac_tool_prefix"; then
1607 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1608set dummy ${ac_tool_prefix}gcc; ac_word=$2
1609echo "$as_me:$LINENO: checking for $ac_word" >&5
1610echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1611if test "${ac_cv_prog_CC+set}" = set; then
1612 echo $ECHO_N "(cached) $ECHO_C" >&6
1613else
1614 if test -n "$CC"; then
1615 ac_cv_prog_CC="$CC" # Let the user override the test.
1616else
1617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1618for as_dir in $PATH
1619do
1620 IFS=$as_save_IFS
1621 test -z "$as_dir" && as_dir=.
1622 for ac_exec_ext in '' $ac_executable_extensions; do
1623 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1624 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1626 break 2
1627 fi
1628done
1629done
1630
1631fi
1632fi
1633CC=$ac_cv_prog_CC
1634if test -n "$CC"; then
1635 echo "$as_me:$LINENO: result: $CC" >&5
1636echo "${ECHO_T}$CC" >&6
1637else
1638 echo "$as_me:$LINENO: result: no" >&5
1639echo "${ECHO_T}no" >&6
1640fi
1641
1642fi
1643if test -z "$ac_cv_prog_CC"; then
1644 ac_ct_CC=$CC
1645 # Extract the first word of "gcc", so it can be a program name with args.
1646set dummy gcc; ac_word=$2
1647echo "$as_me:$LINENO: checking for $ac_word" >&5
1648echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1649if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1650 echo $ECHO_N "(cached) $ECHO_C" >&6
1651else
1652 if test -n "$ac_ct_CC"; then
1653 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1654else
1655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1656for as_dir in $PATH
1657do
1658 IFS=$as_save_IFS
1659 test -z "$as_dir" && as_dir=.
1660 for ac_exec_ext in '' $ac_executable_extensions; do
1661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1662 ac_cv_prog_ac_ct_CC="gcc"
1663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1664 break 2
1665 fi
1666done
1667done
1668
1669fi
1670fi
1671ac_ct_CC=$ac_cv_prog_ac_ct_CC
1672if test -n "$ac_ct_CC"; then
1673 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1674echo "${ECHO_T}$ac_ct_CC" >&6
1675else
1676 echo "$as_me:$LINENO: result: no" >&5
1677echo "${ECHO_T}no" >&6
1678fi
1679
1680 CC=$ac_ct_CC
1681else
1682 CC="$ac_cv_prog_CC"
1683fi
1684
1685if test -z "$CC"; then
1686 if test -n "$ac_tool_prefix"; then
1687 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1688set dummy ${ac_tool_prefix}cc; ac_word=$2
1689echo "$as_me:$LINENO: checking for $ac_word" >&5
1690echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1691if test "${ac_cv_prog_CC+set}" = set; then
1692 echo $ECHO_N "(cached) $ECHO_C" >&6
1693else
1694 if test -n "$CC"; then
1695 ac_cv_prog_CC="$CC" # Let the user override the test.
1696else
1697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1698for as_dir in $PATH
1699do
1700 IFS=$as_save_IFS
1701 test -z "$as_dir" && as_dir=.
1702 for ac_exec_ext in '' $ac_executable_extensions; do
1703 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1704 ac_cv_prog_CC="${ac_tool_prefix}cc"
1705 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1706 break 2
1707 fi
1708done
1709done
1710
1711fi
1712fi
1713CC=$ac_cv_prog_CC
1714if test -n "$CC"; then
1715 echo "$as_me:$LINENO: result: $CC" >&5
1716echo "${ECHO_T}$CC" >&6
1717else
1718 echo "$as_me:$LINENO: result: no" >&5
1719echo "${ECHO_T}no" >&6
1720fi
1721
1722fi
1723if test -z "$ac_cv_prog_CC"; then
1724 ac_ct_CC=$CC
1725 # Extract the first word of "cc", so it can be a program name with args.
1726set dummy cc; ac_word=$2
1727echo "$as_me:$LINENO: checking for $ac_word" >&5
1728echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1729if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1730 echo $ECHO_N "(cached) $ECHO_C" >&6
1731else
1732 if test -n "$ac_ct_CC"; then
1733 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1734else
1735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1736for as_dir in $PATH
1737do
1738 IFS=$as_save_IFS
1739 test -z "$as_dir" && as_dir=.
1740 for ac_exec_ext in '' $ac_executable_extensions; do
1741 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1742 ac_cv_prog_ac_ct_CC="cc"
1743 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1744 break 2
1745 fi
1746done
1747done
1748
1749fi
1750fi
1751ac_ct_CC=$ac_cv_prog_ac_ct_CC
1752if test -n "$ac_ct_CC"; then
1753 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1754echo "${ECHO_T}$ac_ct_CC" >&6
1755else
1756 echo "$as_me:$LINENO: result: no" >&5
1757echo "${ECHO_T}no" >&6
1758fi
1759
1760 CC=$ac_ct_CC
1761else
1762 CC="$ac_cv_prog_CC"
1763fi
1764
1765fi
1766if test -z "$CC"; then
1767 # Extract the first word of "cc", so it can be a program name with args.
1768set dummy cc; ac_word=$2
1769echo "$as_me:$LINENO: checking for $ac_word" >&5
1770echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1771if test "${ac_cv_prog_CC+set}" = set; then
1772 echo $ECHO_N "(cached) $ECHO_C" >&6
1773else
1774 if test -n "$CC"; then
1775 ac_cv_prog_CC="$CC" # Let the user override the test.
1776else
1777 ac_prog_rejected=no
1778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1779for as_dir in $PATH
1780do
1781 IFS=$as_save_IFS
1782 test -z "$as_dir" && as_dir=.
1783 for ac_exec_ext in '' $ac_executable_extensions; do
1784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1785 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1786 ac_prog_rejected=yes
1787 continue
1788 fi
1789 ac_cv_prog_CC="cc"
1790 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1791 break 2
1792 fi
1793done
1794done
1795
1796if test $ac_prog_rejected = yes; then
1797 # We found a bogon in the path, so make sure we never use it.
1798 set dummy $ac_cv_prog_CC
1799 shift
1800 if test $# != 0; then
1801 # We chose a different compiler from the bogus one.
1802 # However, it has the same basename, so the bogon will be chosen
1803 # first if we set CC to just the basename; use the full file name.
1804 shift
1805 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1806 fi
1807fi
1808fi
1809fi
1810CC=$ac_cv_prog_CC
1811if test -n "$CC"; then
1812 echo "$as_me:$LINENO: result: $CC" >&5
1813echo "${ECHO_T}$CC" >&6
1814else
1815 echo "$as_me:$LINENO: result: no" >&5
1816echo "${ECHO_T}no" >&6
1817fi
1818
1819fi
1820if test -z "$CC"; then
1821 if test -n "$ac_tool_prefix"; then
1822 for ac_prog in cl
1823 do
1824 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1825set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1826echo "$as_me:$LINENO: checking for $ac_word" >&5
1827echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1828if test "${ac_cv_prog_CC+set}" = set; then
1829 echo $ECHO_N "(cached) $ECHO_C" >&6
1830else
1831 if test -n "$CC"; then
1832 ac_cv_prog_CC="$CC" # Let the user override the test.
1833else
1834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1835for as_dir in $PATH
1836do
1837 IFS=$as_save_IFS
1838 test -z "$as_dir" && as_dir=.
1839 for ac_exec_ext in '' $ac_executable_extensions; do
1840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1841 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1843 break 2
1844 fi
1845done
1846done
1847
1848fi
1849fi
1850CC=$ac_cv_prog_CC
1851if test -n "$CC"; then
1852 echo "$as_me:$LINENO: result: $CC" >&5
1853echo "${ECHO_T}$CC" >&6
1854else
1855 echo "$as_me:$LINENO: result: no" >&5
1856echo "${ECHO_T}no" >&6
1857fi
1858
1859 test -n "$CC" && break
1860 done
1861fi
1862if test -z "$CC"; then
1863 ac_ct_CC=$CC
1864 for ac_prog in cl
1865do
1866 # Extract the first word of "$ac_prog", so it can be a program name with args.
1867set dummy $ac_prog; ac_word=$2
1868echo "$as_me:$LINENO: checking for $ac_word" >&5
1869echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1870if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1871 echo $ECHO_N "(cached) $ECHO_C" >&6
1872else
1873 if test -n "$ac_ct_CC"; then
1874 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1875else
1876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1877for as_dir in $PATH
1878do
1879 IFS=$as_save_IFS
1880 test -z "$as_dir" && as_dir=.
1881 for ac_exec_ext in '' $ac_executable_extensions; do
1882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1883 ac_cv_prog_ac_ct_CC="$ac_prog"
1884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1885 break 2
1886 fi
1887done
1888done
1889
1890fi
1891fi
1892ac_ct_CC=$ac_cv_prog_ac_ct_CC
1893if test -n "$ac_ct_CC"; then
1894 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1895echo "${ECHO_T}$ac_ct_CC" >&6
1896else
1897 echo "$as_me:$LINENO: result: no" >&5
1898echo "${ECHO_T}no" >&6
1899fi
1900
1901 test -n "$ac_ct_CC" && break
1902done
1903
1904 CC=$ac_ct_CC
1905fi
1906
1907fi
1908
1909
7a283e07
RW
1910test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1911echo "$as_me: error: in \`$ac_pwd':" >&2;}
1912{ { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
42ecbf5e
DJ
1913See \`config.log' for more details." >&5
1914echo "$as_me: error: no acceptable C compiler found in \$PATH
1915See \`config.log' for more details." >&2;}
7a283e07 1916 { (exit 1); exit 1; }; }; }
42ecbf5e
DJ
1917
1918# Provide some information about the compiler.
1919echo "$as_me:$LINENO:" \
1920 "checking for C compiler version" >&5
1921ac_compiler=`set X $ac_compile; echo $2`
1922{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1923 (eval $ac_compiler --version </dev/null >&5) 2>&5
1924 ac_status=$?
1925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1926 (exit $ac_status); }
1927{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1928 (eval $ac_compiler -v </dev/null >&5) 2>&5
1929 ac_status=$?
1930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1931 (exit $ac_status); }
1932{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1933 (eval $ac_compiler -V </dev/null >&5) 2>&5
1934 ac_status=$?
1935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1936 (exit $ac_status); }
1937
1938cat >conftest.$ac_ext <<_ACEOF
1939/* confdefs.h. */
1940_ACEOF
1941cat confdefs.h >>conftest.$ac_ext
1942cat >>conftest.$ac_ext <<_ACEOF
1943/* end confdefs.h. */
1944
1945int
1946main ()
1947{
1948
1949 ;
1950 return 0;
1951}
1952_ACEOF
1953ac_clean_files_save=$ac_clean_files
1954ac_clean_files="$ac_clean_files a.out a.exe b.out"
1955# Try to create an executable without -o first, disregard a.out.
1956# It will help us diagnose broken compilers, and finding out an intuition
1957# of exeext.
1958echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1959echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1960ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1961if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1962 (eval $ac_link_default) 2>&5
1963 ac_status=$?
1964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1965 (exit $ac_status); }; then
1966 # Find the output, starting from the most likely. This scheme is
1967# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1968# resort.
1969
1970# Be careful to initialize this variable, since it used to be cached.
1971# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1972ac_cv_exeext=
1973# b.out is created by i960 compilers.
1974for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1975do
1976 test -f "$ac_file" || continue
1977 case $ac_file in
1978 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1979 ;;
1980 conftest.$ac_ext )
1981 # This is the source file.
1982 ;;
1983 [ab].out )
1984 # We found the default executable, but exeext='' is most
1985 # certainly right.
1986 break;;
1987 *.* )
1988 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1989 # FIXME: I believe we export ac_cv_exeext for Libtool,
1990 # but it would be cool to find out if it's true. Does anybody
1991 # maintain Libtool? --akim.
1992 export ac_cv_exeext
1993 break;;
1994 * )
1995 break;;
1996 esac
1997done
1998else
1999 echo "$as_me: failed program was:" >&5
2000sed 's/^/| /' conftest.$ac_ext >&5
2001
7a283e07
RW
2002{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2003echo "$as_me: error: in \`$ac_pwd':" >&2;}
42ecbf5e
DJ
2004{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2005See \`config.log' for more details." >&5
2006echo "$as_me: error: C compiler cannot create executables
2007See \`config.log' for more details." >&2;}
7a283e07 2008 { (exit 77); exit 77; }; }; }
42ecbf5e
DJ
2009fi
2010
2011ac_exeext=$ac_cv_exeext
2012echo "$as_me:$LINENO: result: $ac_file" >&5
2013echo "${ECHO_T}$ac_file" >&6
2014
2015# Check the compiler produces executables we can run. If not, either
2016# the compiler is broken, or we cross compile.
2017echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2018echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2019# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2020# If not cross compiling, check that we can run a simple program.
2021if test "$cross_compiling" != yes; then
2022 if { ac_try='./$ac_file'
2023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2024 (eval $ac_try) 2>&5
2025 ac_status=$?
2026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2027 (exit $ac_status); }; }; then
2028 cross_compiling=no
2029 else
2030 if test "$cross_compiling" = maybe; then
2031 cross_compiling=yes
2032 else
7a283e07
RW
2033 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2034echo "$as_me: error: in \`$ac_pwd':" >&2;}
2035{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
42ecbf5e
DJ
2036If you meant to cross compile, use \`--host'.
2037See \`config.log' for more details." >&5
2038echo "$as_me: error: cannot run C compiled programs.
2039If you meant to cross compile, use \`--host'.
2040See \`config.log' for more details." >&2;}
7a283e07 2041 { (exit 1); exit 1; }; }; }
42ecbf5e
DJ
2042 fi
2043 fi
2044fi
2045echo "$as_me:$LINENO: result: yes" >&5
2046echo "${ECHO_T}yes" >&6
2047
2048rm -f a.out a.exe conftest$ac_cv_exeext b.out
2049ac_clean_files=$ac_clean_files_save
2050# Check the compiler produces executables we can run. If not, either
2051# the compiler is broken, or we cross compile.
2052echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2053echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2054echo "$as_me:$LINENO: result: $cross_compiling" >&5
2055echo "${ECHO_T}$cross_compiling" >&6
2056
2057echo "$as_me:$LINENO: checking for suffix of executables" >&5
2058echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2060 (eval $ac_link) 2>&5
2061 ac_status=$?
2062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2063 (exit $ac_status); }; then
2064 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2065# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2066# work properly (i.e., refer to `conftest.exe'), while it won't with
2067# `rm'.
2068for ac_file in conftest.exe conftest conftest.*; do
2069 test -f "$ac_file" || continue
2070 case $ac_file in
2071 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2072 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2073 export ac_cv_exeext
2074 break;;
2075 * ) break;;
2076 esac
2077done
2078else
7a283e07
RW
2079 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2080echo "$as_me: error: in \`$ac_pwd':" >&2;}
2081{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
42ecbf5e
DJ
2082See \`config.log' for more details." >&5
2083echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2084See \`config.log' for more details." >&2;}
7a283e07 2085 { (exit 1); exit 1; }; }; }
42ecbf5e
DJ
2086fi
2087
2088rm -f conftest$ac_cv_exeext
2089echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2090echo "${ECHO_T}$ac_cv_exeext" >&6
2091
2092rm -f conftest.$ac_ext
2093EXEEXT=$ac_cv_exeext
2094ac_exeext=$EXEEXT
2095echo "$as_me:$LINENO: checking for suffix of object files" >&5
2096echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2097if test "${ac_cv_objext+set}" = set; then
2098 echo $ECHO_N "(cached) $ECHO_C" >&6
2099else
2100 cat >conftest.$ac_ext <<_ACEOF
2101/* confdefs.h. */
2102_ACEOF
2103cat confdefs.h >>conftest.$ac_ext
2104cat >>conftest.$ac_ext <<_ACEOF
2105/* end confdefs.h. */
2106
2107int
2108main ()
2109{
2110
2111 ;
2112 return 0;
2113}
2114_ACEOF
2115rm -f conftest.o conftest.obj
2116if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2117 (eval $ac_compile) 2>&5
2118 ac_status=$?
2119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2120 (exit $ac_status); }; then
2121 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2122 case $ac_file in
2123 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2124 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2125 break;;
2126 esac
2127done
2128else
2129 echo "$as_me: failed program was:" >&5
2130sed 's/^/| /' conftest.$ac_ext >&5
2131
7a283e07
RW
2132{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2133echo "$as_me: error: in \`$ac_pwd':" >&2;}
42ecbf5e
DJ
2134{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2135See \`config.log' for more details." >&5
2136echo "$as_me: error: cannot compute suffix of object files: cannot compile
2137See \`config.log' for more details." >&2;}
7a283e07 2138 { (exit 1); exit 1; }; }; }
42ecbf5e
DJ
2139fi
2140
2141rm -f conftest.$ac_cv_objext conftest.$ac_ext
2142fi
2143echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2144echo "${ECHO_T}$ac_cv_objext" >&6
2145OBJEXT=$ac_cv_objext
2146ac_objext=$OBJEXT
2147echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2148echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2149if test "${ac_cv_c_compiler_gnu+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2151else
2152 cat >conftest.$ac_ext <<_ACEOF
2153/* confdefs.h. */
2154_ACEOF
2155cat confdefs.h >>conftest.$ac_ext
2156cat >>conftest.$ac_ext <<_ACEOF
2157/* end confdefs.h. */
2158
2159int
2160main ()
2161{
2162#ifndef __GNUC__
2163 choke me
2164#endif
2165
2166 ;
2167 return 0;
2168}
2169_ACEOF
2170rm -f conftest.$ac_objext
2171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2172 (eval $ac_compile) 2>conftest.er1
2173 ac_status=$?
2174 grep -v '^ *+' conftest.er1 >conftest.err
2175 rm -f conftest.er1
2176 cat conftest.err >&5
2177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2178 (exit $ac_status); } &&
7357c5b6
AM
2179 { ac_try='test -z "$ac_c_werror_flag"
2180 || test ! -s conftest.err'
42ecbf5e
DJ
2181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2182 (eval $ac_try) 2>&5
2183 ac_status=$?
2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2185 (exit $ac_status); }; } &&
2186 { ac_try='test -s conftest.$ac_objext'
2187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2188 (eval $ac_try) 2>&5
2189 ac_status=$?
2190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2191 (exit $ac_status); }; }; then
2192 ac_compiler_gnu=yes
2193else
2194 echo "$as_me: failed program was:" >&5
2195sed 's/^/| /' conftest.$ac_ext >&5
2196
2197ac_compiler_gnu=no
2198fi
2199rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2200ac_cv_c_compiler_gnu=$ac_compiler_gnu
2201
2202fi
2203echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2204echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2205GCC=`test $ac_compiler_gnu = yes && echo yes`
2206ac_test_CFLAGS=${CFLAGS+set}
2207ac_save_CFLAGS=$CFLAGS
2208CFLAGS="-g"
2209echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2210echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2211if test "${ac_cv_prog_cc_g+set}" = set; then
2212 echo $ECHO_N "(cached) $ECHO_C" >&6
2213else
2214 cat >conftest.$ac_ext <<_ACEOF
2215/* confdefs.h. */
2216_ACEOF
2217cat confdefs.h >>conftest.$ac_ext
2218cat >>conftest.$ac_ext <<_ACEOF
2219/* end confdefs.h. */
2220
2221int
2222main ()
2223{
2224
2225 ;
2226 return 0;
2227}
2228_ACEOF
2229rm -f conftest.$ac_objext
2230if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2231 (eval $ac_compile) 2>conftest.er1
2232 ac_status=$?
2233 grep -v '^ *+' conftest.er1 >conftest.err
2234 rm -f conftest.er1
2235 cat conftest.err >&5
2236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2237 (exit $ac_status); } &&
7357c5b6
AM
2238 { ac_try='test -z "$ac_c_werror_flag"
2239 || test ! -s conftest.err'
42ecbf5e
DJ
2240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2241 (eval $ac_try) 2>&5
2242 ac_status=$?
2243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2244 (exit $ac_status); }; } &&
2245 { ac_try='test -s conftest.$ac_objext'
2246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2247 (eval $ac_try) 2>&5
2248 ac_status=$?
2249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250 (exit $ac_status); }; }; then
2251 ac_cv_prog_cc_g=yes
2252else
2253 echo "$as_me: failed program was:" >&5
2254sed 's/^/| /' conftest.$ac_ext >&5
2255
2256ac_cv_prog_cc_g=no
2257fi
2258rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2259fi
2260echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2261echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2262if test "$ac_test_CFLAGS" = set; then
2263 CFLAGS=$ac_save_CFLAGS
2264elif test $ac_cv_prog_cc_g = yes; then
2265 if test "$GCC" = yes; then
2266 CFLAGS="-g -O2"
2267 else
2268 CFLAGS="-g"
2269 fi
2270else
2271 if test "$GCC" = yes; then
2272 CFLAGS="-O2"
2273 else
2274 CFLAGS=
2275 fi
2276fi
2277echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2278echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2279if test "${ac_cv_prog_cc_stdc+set}" = set; then
2280 echo $ECHO_N "(cached) $ECHO_C" >&6
2281else
2282 ac_cv_prog_cc_stdc=no
2283ac_save_CC=$CC
2284cat >conftest.$ac_ext <<_ACEOF
2285/* confdefs.h. */
2286_ACEOF
2287cat confdefs.h >>conftest.$ac_ext
2288cat >>conftest.$ac_ext <<_ACEOF
2289/* end confdefs.h. */
2290#include <stdarg.h>
2291#include <stdio.h>
2292#include <sys/types.h>
2293#include <sys/stat.h>
2294/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2295struct buf { int x; };
2296FILE * (*rcsopen) (struct buf *, struct stat *, int);
2297static char *e (p, i)
2298 char **p;
2299 int i;
2300{
2301 return p[i];
2302}
2303static char *f (char * (*g) (char **, int), char **p, ...)
2304{
2305 char *s;
2306 va_list v;
2307 va_start (v,p);
2308 s = g (p, va_arg (v,int));
2309 va_end (v);
2310 return s;
2311}
2312
2313/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2314 function prototypes and stuff, but not '\xHH' hex character constants.
2315 These don't provoke an error unfortunately, instead are silently treated
2316 as 'x'. The following induces an error, until -std1 is added to get
2317 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2318 array size at least. It's necessary to write '\x00'==0 to get something
2319 that's true only with -std1. */
2320int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2321
2322int test (int i, double x);
2323struct s1 {int (*f) (int a);};
2324struct s2 {int (*f) (double a);};
2325int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2326int argc;
2327char **argv;
2328int
2329main ()
2330{
2331return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2332 ;
2333 return 0;
2334}
2335_ACEOF
2336# Don't try gcc -ansi; that turns off useful extensions and
2337# breaks some systems' header files.
2338# AIX -qlanglvl=ansi
2339# Ultrix and OSF/1 -std1
2340# HP-UX 10.20 and later -Ae
2341# HP-UX older versions -Aa -D_HPUX_SOURCE
2342# SVR4 -Xc -D__EXTENSIONS__
2343for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2344do
2345 CC="$ac_save_CC $ac_arg"
2346 rm -f conftest.$ac_objext
2347if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2348 (eval $ac_compile) 2>conftest.er1
2349 ac_status=$?
2350 grep -v '^ *+' conftest.er1 >conftest.err
2351 rm -f conftest.er1
2352 cat conftest.err >&5
2353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2354 (exit $ac_status); } &&
7357c5b6
AM
2355 { ac_try='test -z "$ac_c_werror_flag"
2356 || test ! -s conftest.err'
42ecbf5e
DJ
2357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2358 (eval $ac_try) 2>&5
2359 ac_status=$?
2360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2361 (exit $ac_status); }; } &&
2362 { ac_try='test -s conftest.$ac_objext'
2363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2364 (eval $ac_try) 2>&5
2365 ac_status=$?
2366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367 (exit $ac_status); }; }; then
2368 ac_cv_prog_cc_stdc=$ac_arg
2369break
2370else
2371 echo "$as_me: failed program was:" >&5
2372sed 's/^/| /' conftest.$ac_ext >&5
2373
2374fi
2375rm -f conftest.err conftest.$ac_objext
2376done
2377rm -f conftest.$ac_ext conftest.$ac_objext
2378CC=$ac_save_CC
2379
2380fi
2381
2382case "x$ac_cv_prog_cc_stdc" in
2383 x|xno)
2384 echo "$as_me:$LINENO: result: none needed" >&5
2385echo "${ECHO_T}none needed" >&6 ;;
2386 *)
2387 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2388echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2389 CC="$CC $ac_cv_prog_cc_stdc" ;;
2390esac
2391
2392# Some people use a C++ compiler to compile C. Since we use `exit',
2393# in C++ we need to declare it. In case someone uses the same compiler
2394# for both compiling C and C++ we need to have the C++ compiler decide
2395# the declaration of exit, since it's the most demanding environment.
2396cat >conftest.$ac_ext <<_ACEOF
2397#ifndef __cplusplus
2398 choke me
2399#endif
2400_ACEOF
2401rm -f conftest.$ac_objext
2402if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2403 (eval $ac_compile) 2>conftest.er1
2404 ac_status=$?
2405 grep -v '^ *+' conftest.er1 >conftest.err
2406 rm -f conftest.er1
2407 cat conftest.err >&5
2408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2409 (exit $ac_status); } &&
7357c5b6
AM
2410 { ac_try='test -z "$ac_c_werror_flag"
2411 || test ! -s conftest.err'
42ecbf5e
DJ
2412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2413 (eval $ac_try) 2>&5
2414 ac_status=$?
2415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2416 (exit $ac_status); }; } &&
2417 { ac_try='test -s conftest.$ac_objext'
2418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2419 (eval $ac_try) 2>&5
2420 ac_status=$?
2421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2422 (exit $ac_status); }; }; then
2423 for ac_declaration in \
2424 '' \
2425 'extern "C" void std::exit (int) throw (); using std::exit;' \
2426 'extern "C" void std::exit (int); using std::exit;' \
2427 'extern "C" void exit (int) throw ();' \
2428 'extern "C" void exit (int);' \
2429 'void exit (int);'
2430do
2431 cat >conftest.$ac_ext <<_ACEOF
2432/* confdefs.h. */
2433_ACEOF
2434cat confdefs.h >>conftest.$ac_ext
2435cat >>conftest.$ac_ext <<_ACEOF
2436/* end confdefs.h. */
2437$ac_declaration
2438#include <stdlib.h>
2439int
2440main ()
2441{
2442exit (42);
2443 ;
2444 return 0;
2445}
2446_ACEOF
2447rm -f conftest.$ac_objext
2448if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2449 (eval $ac_compile) 2>conftest.er1
2450 ac_status=$?
2451 grep -v '^ *+' conftest.er1 >conftest.err
2452 rm -f conftest.er1
2453 cat conftest.err >&5
2454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2455 (exit $ac_status); } &&
7357c5b6
AM
2456 { ac_try='test -z "$ac_c_werror_flag"
2457 || test ! -s conftest.err'
42ecbf5e
DJ
2458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2459 (eval $ac_try) 2>&5
2460 ac_status=$?
2461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2462 (exit $ac_status); }; } &&
2463 { ac_try='test -s conftest.$ac_objext'
2464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2465 (eval $ac_try) 2>&5
2466 ac_status=$?
2467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468 (exit $ac_status); }; }; then
2469 :
2470else
2471 echo "$as_me: failed program was:" >&5
2472sed 's/^/| /' conftest.$ac_ext >&5
2473
2474continue
2475fi
2476rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2477 cat >conftest.$ac_ext <<_ACEOF
2478/* confdefs.h. */
2479_ACEOF
2480cat confdefs.h >>conftest.$ac_ext
2481cat >>conftest.$ac_ext <<_ACEOF
2482/* end confdefs.h. */
2483$ac_declaration
2484int
2485main ()
2486{
2487exit (42);
2488 ;
2489 return 0;
2490}
2491_ACEOF
2492rm -f conftest.$ac_objext
2493if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2494 (eval $ac_compile) 2>conftest.er1
2495 ac_status=$?
2496 grep -v '^ *+' conftest.er1 >conftest.err
2497 rm -f conftest.er1
2498 cat conftest.err >&5
2499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2500 (exit $ac_status); } &&
7357c5b6
AM
2501 { ac_try='test -z "$ac_c_werror_flag"
2502 || test ! -s conftest.err'
42ecbf5e
DJ
2503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2504 (eval $ac_try) 2>&5
2505 ac_status=$?
2506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2507 (exit $ac_status); }; } &&
2508 { ac_try='test -s conftest.$ac_objext'
2509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2510 (eval $ac_try) 2>&5
2511 ac_status=$?
2512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2513 (exit $ac_status); }; }; then
2514 break
2515else
2516 echo "$as_me: failed program was:" >&5
2517sed 's/^/| /' conftest.$ac_ext >&5
2518
2519fi
2520rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2521done
2522rm -f conftest*
2523if test -n "$ac_declaration"; then
2524 echo '#ifdef __cplusplus' >>confdefs.h
2525 echo $ac_declaration >>confdefs.h
2526 echo '#endif' >>confdefs.h
2527fi
2528
2529else
2530 echo "$as_me: failed program was:" >&5
2531sed 's/^/| /' conftest.$ac_ext >&5
2532
2533fi
2534rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2535ac_ext=c
2536ac_cpp='$CPP $CPPFLAGS'
2537ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2539ac_compiler_gnu=$ac_cv_c_compiler_gnu
2540
2541
2542echo "$as_me:$LINENO: checking for library containing strerror" >&5
2543echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2544if test "${ac_cv_search_strerror+set}" = set; then
2545 echo $ECHO_N "(cached) $ECHO_C" >&6
2546else
2547 ac_func_search_save_LIBS=$LIBS
2548ac_cv_search_strerror=no
2549cat >conftest.$ac_ext <<_ACEOF
2550/* confdefs.h. */
2551_ACEOF
2552cat confdefs.h >>conftest.$ac_ext
2553cat >>conftest.$ac_ext <<_ACEOF
2554/* end confdefs.h. */
2555
2556/* Override any gcc2 internal prototype to avoid an error. */
2557#ifdef __cplusplus
2558extern "C"
2559#endif
2560/* We use char because int might match the return type of a gcc2
2561 builtin and then its argument prototype would still apply. */
2562char strerror ();
2563int
2564main ()
2565{
2566strerror ();
2567 ;
2568 return 0;
2569}
2570_ACEOF
2571rm -f conftest.$ac_objext conftest$ac_exeext
2572if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2573 (eval $ac_link) 2>conftest.er1
2574 ac_status=$?
2575 grep -v '^ *+' conftest.er1 >conftest.err
2576 rm -f conftest.er1
2577 cat conftest.err >&5
2578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2579 (exit $ac_status); } &&
7357c5b6
AM
2580 { ac_try='test -z "$ac_c_werror_flag"
2581 || test ! -s conftest.err'
42ecbf5e
DJ
2582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2583 (eval $ac_try) 2>&5
2584 ac_status=$?
2585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2586 (exit $ac_status); }; } &&
2587 { ac_try='test -s conftest$ac_exeext'
2588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2589 (eval $ac_try) 2>&5
2590 ac_status=$?
2591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2592 (exit $ac_status); }; }; then
2593 ac_cv_search_strerror="none required"
2594else
2595 echo "$as_me: failed program was:" >&5
2596sed 's/^/| /' conftest.$ac_ext >&5
2597
2598fi
2599rm -f conftest.err conftest.$ac_objext \
2600 conftest$ac_exeext conftest.$ac_ext
2601if test "$ac_cv_search_strerror" = no; then
2602 for ac_lib in cposix; do
2603 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2604 cat >conftest.$ac_ext <<_ACEOF
2605/* confdefs.h. */
2606_ACEOF
2607cat confdefs.h >>conftest.$ac_ext
2608cat >>conftest.$ac_ext <<_ACEOF
2609/* end confdefs.h. */
2610
2611/* Override any gcc2 internal prototype to avoid an error. */
2612#ifdef __cplusplus
2613extern "C"
2614#endif
2615/* We use char because int might match the return type of a gcc2
2616 builtin and then its argument prototype would still apply. */
2617char strerror ();
2618int
2619main ()
2620{
2621strerror ();
2622 ;
2623 return 0;
2624}
2625_ACEOF
2626rm -f conftest.$ac_objext conftest$ac_exeext
2627if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2628 (eval $ac_link) 2>conftest.er1
2629 ac_status=$?
2630 grep -v '^ *+' conftest.er1 >conftest.err
2631 rm -f conftest.er1
2632 cat conftest.err >&5
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); } &&
7357c5b6
AM
2635 { ac_try='test -z "$ac_c_werror_flag"
2636 || test ! -s conftest.err'
42ecbf5e
DJ
2637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2638 (eval $ac_try) 2>&5
2639 ac_status=$?
2640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2641 (exit $ac_status); }; } &&
2642 { ac_try='test -s conftest$ac_exeext'
2643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2644 (eval $ac_try) 2>&5
2645 ac_status=$?
2646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647 (exit $ac_status); }; }; then
2648 ac_cv_search_strerror="-l$ac_lib"
2649break
2650else
2651 echo "$as_me: failed program was:" >&5
2652sed 's/^/| /' conftest.$ac_ext >&5
2653
2654fi
2655rm -f conftest.err conftest.$ac_objext \
2656 conftest$ac_exeext conftest.$ac_ext
2657 done
2658fi
2659LIBS=$ac_func_search_save_LIBS
2660fi
2661echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2662echo "${ECHO_T}$ac_cv_search_strerror" >&6
2663if test "$ac_cv_search_strerror" != no; then
2664 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2665
2666fi
e5a52504
MM
2667
2668
2669BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
42ecbf5e 2670am__api_version="1.9"
e5a52504
MM
2671# Find a good install program. We prefer a C program (faster),
2672# so one script is as good as another. But avoid the broken or
2673# incompatible versions:
2674# SysV /etc/install, /usr/sbin/install
2675# SunOS /usr/etc/install
2676# IRIX /sbin/install
2677# AIX /bin/install
42ecbf5e 2678# AmigaOS /C/install, which installs bootblocks on floppy discs
e5a52504
MM
2679# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2680# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2681# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42ecbf5e 2682# OS/2's system install, which has a completely different semantic
e5a52504 2683# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2684# Reject install programs that cannot install multiple files.
42ecbf5e
DJ
2685echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2686echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
e5a52504 2687if test -z "$INSTALL"; then
42ecbf5e
DJ
2688if test "${ac_cv_path_install+set}" = set; then
2689 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 2690else
42ecbf5e
DJ
2691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2692for as_dir in $PATH
2693do
2694 IFS=$as_save_IFS
2695 test -z "$as_dir" && as_dir=.
2696 # Account for people who put trailing slashes in PATH elements.
2697case $as_dir/ in
2698 ./ | .// | /cC/* | \
2699 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2700 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2701 /usr/ucb/* ) ;;
2702 *)
2703 # OSF1 and SCO ODT 3.0 have their own names for install.
2704 # Don't use installbsd from OSF since it installs stuff as root
2705 # by default.
2706 for ac_prog in ginstall scoinst install; do
2707 for ac_exec_ext in '' $ac_executable_extensions; do
2708 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 2709 if test $ac_prog = install &&
42ecbf5e 2710 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
2711 # AIX install. It has an incompatible calling convention.
2712 :
42ecbf5e
DJ
2713 elif test $ac_prog = install &&
2714 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2715 # program-specific install script used by HP pwplus--don't use.
2716 :
252b5132 2717 else
58c85be7
RW
2718 rm -rf conftest.one conftest.two conftest.dir
2719 echo one > conftest.one
2720 echo two > conftest.two
2721 mkdir conftest.dir
2722 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2723 test -s conftest.one && test -s conftest.two &&
2724 test -s conftest.dir/conftest.one &&
2725 test -s conftest.dir/conftest.two
2726 then
2727 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2728 break 3
2729 fi
252b5132
RH
2730 fi
2731 fi
2732 done
42ecbf5e
DJ
2733 done
2734 ;;
2735esac
2736done
2737
58c85be7 2738rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
2739
2740fi
2741 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 2742 INSTALL=$ac_cv_path_install
252b5132 2743 else
58c85be7
RW
2744 # As a last resort, use the slow shell script. Don't cache a
2745 # value for INSTALL within a source directory, because that will
252b5132 2746 # break other packages using the cache if that directory is
58c85be7 2747 # removed, or if the value is a relative name.
42ecbf5e 2748 INSTALL=$ac_install_sh
252b5132
RH
2749 fi
2750fi
42ecbf5e
DJ
2751echo "$as_me:$LINENO: result: $INSTALL" >&5
2752echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2753
2754# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2755# It thinks the first close brace ends the variable substitution.
2756test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2757
42ecbf5e 2758test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2759
2760test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2761
42ecbf5e
DJ
2762echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2763echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2764# Just in case
2765sleep 1
42ecbf5e 2766echo timestamp > conftest.file
252b5132
RH
2767# Do `set' in a subshell so we don't clobber the current shell's
2768# arguments. Must try -L first in case configure is actually a
2769# symlink; some systems play weird games with the mod time of symlinks
2770# (eg FreeBSD returns the mod time of the symlink's containing
2771# directory).
2772if (
42ecbf5e 2773 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2774 if test "$*" = "X"; then
2775 # -L didn't work.
42ecbf5e 2776 set X `ls -t $srcdir/configure conftest.file`
252b5132 2777 fi
42ecbf5e
DJ
2778 rm -f conftest.file
2779 if test "$*" != "X $srcdir/configure conftest.file" \
2780 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2781
2782 # If neither matched, then we have a broken ls. This can happen
2783 # if, for instance, CONFIG_SHELL is bash and it inherits a
2784 # broken ls alias from the environment. This has actually
2785 # happened. Such a system could not be considered "sane".
42ecbf5e
DJ
2786 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2787alias in your environment" >&5
2788echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2789alias in your environment" >&2;}
2790 { (exit 1); exit 1; }; }
252b5132
RH
2791 fi
2792
42ecbf5e 2793 test "$2" = conftest.file
252b5132
RH
2794 )
2795then
2796 # Ok.
2797 :
2798else
42ecbf5e
DJ
2799 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2800Check your system clock" >&5
2801echo "$as_me: error: newly created file is older than distributed files!
2802Check your system clock" >&2;}
2803 { (exit 1); exit 1; }; }
252b5132 2804fi
42ecbf5e
DJ
2805echo "$as_me:$LINENO: result: yes" >&5
2806echo "${ECHO_T}yes" >&6
252b5132 2807test "$program_prefix" != NONE &&
42ecbf5e 2808 program_transform_name="s,^,$program_prefix,;$program_transform_name"
252b5132
RH
2809# Use a double $ so make ignores it.
2810test "$program_suffix" != NONE &&
42ecbf5e
DJ
2811 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2812# Double any \ or $. echo might interpret backslashes.
2813# By default was `s,x,x', remove it if useless.
2814cat <<\_ACEOF >conftest.sed
2815s/[\\$]/&&/g;s/;s,x,x,$//
2816_ACEOF
2817program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2818rm conftest.sed
2819
2820# expand $ac_aux_dir to an absolute path
2821am_aux_dir=`cd $ac_aux_dir && pwd`
2822
2823test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2824# Use eval to expand $SHELL
2825if eval "$MISSING --run true"; then
2826 am_missing_run="$MISSING --run "
2827else
2828 am_missing_run=
2829 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2830echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2831fi
2832
2833if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2834 # We used to keeping the `.' as first argument, in order to
2835 # allow $(mkdir_p) to be used without argument. As in
2836 # $(mkdir_p) $(somedir)
2837 # where $(somedir) is conditionally defined. However this is wrong
2838 # for two reasons:
2839 # 1. if the package is installed by a user who cannot write `.'
2840 # make install will fail,
2841 # 2. the above comment should most certainly read
2842 # $(mkdir_p) $(DESTDIR)$(somedir)
2843 # so it does not work when $(somedir) is undefined and
2844 # $(DESTDIR) is not.
2845 # To support the latter case, we have to write
2846 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2847 # so the `.' trick is pointless.
2848 mkdir_p='mkdir -p --'
2849else
2850 # On NextStep and OpenStep, the `mkdir' command does not
2851 # recognize any option. It will interpret all options as
2852 # directories to create, and then abort because `.' already
2853 # exists.
2854 for d in ./-p ./--version;
2855 do
2856 test -d $d && rmdir $d
2857 done
2858 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2859 if test -f "$ac_aux_dir/mkinstalldirs"; then
2860 mkdir_p='$(mkinstalldirs)'
2861 else
2862 mkdir_p='$(install_sh) -d'
2863 fi
2864fi
2865
2866for ac_prog in gawk mawk nawk awk
2867do
2868 # Extract the first word of "$ac_prog", so it can be a program name with args.
2869set dummy $ac_prog; ac_word=$2
2870echo "$as_me:$LINENO: checking for $ac_word" >&5
2871echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2872if test "${ac_cv_prog_AWK+set}" = set; then
2873 echo $ECHO_N "(cached) $ECHO_C" >&6
2874else
2875 if test -n "$AWK"; then
2876 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2877else
2878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879for as_dir in $PATH
2880do
2881 IFS=$as_save_IFS
2882 test -z "$as_dir" && as_dir=.
2883 for ac_exec_ext in '' $ac_executable_extensions; do
2884 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2885 ac_cv_prog_AWK="$ac_prog"
2886 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2887 break 2
2888 fi
2889done
2890done
2891
2892fi
2893fi
2894AWK=$ac_cv_prog_AWK
2895if test -n "$AWK"; then
2896 echo "$as_me:$LINENO: result: $AWK" >&5
2897echo "${ECHO_T}$AWK" >&6
2898else
2899 echo "$as_me:$LINENO: result: no" >&5
2900echo "${ECHO_T}no" >&6
2901fi
252b5132 2902
42ecbf5e
DJ
2903 test -n "$AWK" && break
2904done
252b5132 2905
42ecbf5e
DJ
2906echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2907echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2908set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2909if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2910 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2911else
42ecbf5e 2912 cat >conftest.make <<\_ACEOF
252b5132 2913all:
42ecbf5e
DJ
2914 @echo 'ac_maketemp="$(MAKE)"'
2915_ACEOF
252b5132 2916# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
42ecbf5e 2917eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
252b5132
RH
2918if test -n "$ac_maketemp"; then
2919 eval ac_cv_prog_make_${ac_make}_set=yes
2920else
2921 eval ac_cv_prog_make_${ac_make}_set=no
2922fi
42ecbf5e 2923rm -f conftest.make
252b5132
RH
2924fi
2925if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
42ecbf5e
DJ
2926 echo "$as_me:$LINENO: result: yes" >&5
2927echo "${ECHO_T}yes" >&6
252b5132
RH
2928 SET_MAKE=
2929else
42ecbf5e
DJ
2930 echo "$as_me:$LINENO: result: no" >&5
2931echo "${ECHO_T}no" >&6
252b5132
RH
2932 SET_MAKE="MAKE=${MAKE-make}"
2933fi
2934
42ecbf5e
DJ
2935rm -rf .tst 2>/dev/null
2936mkdir .tst 2>/dev/null
2937if test -d .tst; then
2938 am__leading_dot=.
2939else
2940 am__leading_dot=_
2941fi
2942rmdir .tst 2>/dev/null
2943
2944DEPDIR="${am__leading_dot}deps"
2945
2946 ac_config_commands="$ac_config_commands depfiles"
2947
2948
2949am_make=${MAKE-make}
2950cat > confinc << 'END'
2951am__doit:
2952 @echo done
2953.PHONY: am__doit
2954END
2955# If we don't find an include directive, just comment out the code.
2956echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2957echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2958am__include="#"
2959am__quote=
2960_am_result=none
2961# First try GNU make style include.
2962echo "include confinc" > confmf
2963# We grep out `Entering directory' and `Leaving directory'
2964# messages which can occur if `w' ends up in MAKEFLAGS.
2965# In particular we don't look at `^make:' because GNU make might
2966# be invoked under some other name (usually "gmake"), in which
2967# case it prints its new name instead of `make'.
2968if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2969 am__include=include
2970 am__quote=
2971 _am_result=GNU
2972fi
2973# Now try BSD make style include.
2974if test "$am__include" = "#"; then
2975 echo '.include "confinc"' > confmf
2976 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2977 am__include=.include
2978 am__quote="\""
2979 _am_result=BSD
2980 fi
2981fi
2982
2983
2984echo "$as_me:$LINENO: result: $_am_result" >&5
2985echo "${ECHO_T}$_am_result" >&6
2986rm -f confinc confmf
2987
2988# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2989if test "${enable_dependency_tracking+set}" = set; then
2990 enableval="$enable_dependency_tracking"
2991
2992fi;
2993if test "x$enable_dependency_tracking" != xno; then
2994 am_depcomp="$ac_aux_dir/depcomp"
2995 AMDEPBACKSLASH='\'
2996fi
2997
2998
2999if test "x$enable_dependency_tracking" != xno; then
3000 AMDEP_TRUE=
3001 AMDEP_FALSE='#'
3002else
3003 AMDEP_TRUE='#'
3004 AMDEP_FALSE=
3005fi
3006
e5a52504
MM
3007
3008
42ecbf5e
DJ
3009# test to see if srcdir already configured
3010if test "`cd $srcdir && pwd`" != "`pwd`" &&
3011 test -f $srcdir/config.status; then
3012 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3013echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3014 { (exit 1); exit 1; }; }
3015fi
252b5132 3016
42ecbf5e
DJ
3017# test whether we have cygpath
3018if test -z "$CYGPATH_W"; then
3019 if (cygpath --version) >/dev/null 2>/dev/null; then
3020 CYGPATH_W='cygpath -w'
3021 else
3022 CYGPATH_W=echo
3023 fi
252b5132 3024fi
42ecbf5e
DJ
3025
3026
3027# Define the identity of the package.
3028 PACKAGE=ld
3029 VERSION=${BFD_VERSION}
3030
3031
3032cat >>confdefs.h <<_ACEOF
e5a52504 3033#define PACKAGE "$PACKAGE"
42ecbf5e
DJ
3034_ACEOF
3035
252b5132 3036
42ecbf5e 3037cat >>confdefs.h <<_ACEOF
e5a52504 3038#define VERSION "$VERSION"
42ecbf5e
DJ
3039_ACEOF
3040
3041# Some tools Automake needs.
3042
3043ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3044
3045
3046AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3047
3048
3049AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3050
3051
3052AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3053
e5a52504 3054
42ecbf5e 3055MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
e5a52504 3056
42ecbf5e 3057install_sh=${install_sh-"$am_aux_dir/install-sh"}
e5a52504 3058
42ecbf5e
DJ
3059# Installed binaries are usually stripped using `strip' when the user
3060# run `make install-strip'. However `strip' might not be the right
3061# tool to use in cross-compilation environments, therefore Automake
3062# will honor the `STRIP' environment variable to overrule this program.
3063if test "$cross_compiling" != no; then
3064 if test -n "$ac_tool_prefix"; then
3065 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3066set dummy ${ac_tool_prefix}strip; ac_word=$2
3067echo "$as_me:$LINENO: checking for $ac_word" >&5
3068echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3069if test "${ac_cv_prog_STRIP+set}" = set; then
3070 echo $ECHO_N "(cached) $ECHO_C" >&6
3071else
3072 if test -n "$STRIP"; then
3073 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3074else
3075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076for as_dir in $PATH
3077do
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3082 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3083 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3085 fi
3086done
3087done
3088
3089fi
3090fi
3091STRIP=$ac_cv_prog_STRIP
3092if test -n "$STRIP"; then
3093 echo "$as_me:$LINENO: result: $STRIP" >&5
3094echo "${ECHO_T}$STRIP" >&6
2469cfa2 3095else
42ecbf5e
DJ
3096 echo "$as_me:$LINENO: result: no" >&5
3097echo "${ECHO_T}no" >&6
3098fi
3099
e5a52504 3100fi
42ecbf5e
DJ
3101if test -z "$ac_cv_prog_STRIP"; then
3102 ac_ct_STRIP=$STRIP
3103 # Extract the first word of "strip", so it can be a program name with args.
3104set dummy strip; ac_word=$2
3105echo "$as_me:$LINENO: checking for $ac_word" >&5
3106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3107if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3108 echo $ECHO_N "(cached) $ECHO_C" >&6
3109else
3110 if test -n "$ac_ct_STRIP"; then
3111 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3112else
3113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3114for as_dir in $PATH
3115do
3116 IFS=$as_save_IFS
3117 test -z "$as_dir" && as_dir=.
3118 for ac_exec_ext in '' $ac_executable_extensions; do
3119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3120 ac_cv_prog_ac_ct_STRIP="strip"
3121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3122 break 2
3123 fi
3124done
3125done
e5a52504 3126
42ecbf5e
DJ
3127 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3128fi
3129fi
3130ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3131if test -n "$ac_ct_STRIP"; then
3132 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3133echo "${ECHO_T}$ac_ct_STRIP" >&6
2469cfa2 3134else
42ecbf5e
DJ
3135 echo "$as_me:$LINENO: result: no" >&5
3136echo "${ECHO_T}no" >&6
2469cfa2
NC
3137fi
3138
42ecbf5e 3139 STRIP=$ac_ct_STRIP
2469cfa2 3140else
42ecbf5e
DJ
3141 STRIP="$ac_cv_prog_STRIP"
3142fi
3143
2469cfa2 3144fi
42ecbf5e
DJ
3145INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3146
3147# We need awk for the "check" target. The system "awk" is bad on
3148# some platforms.
3149# Always define AMTAR for backward compatibility.
3150
3151AMTAR=${AMTAR-"${am_missing_run}tar"}
3152
3153am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3154
3155
3156
3157
3158depcc="$CC" am_compiler_list=
3159
3160echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3161echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3162if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3163 echo $ECHO_N "(cached) $ECHO_C" >&6
3164else
3165 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3166 # We make a subdir and do the tests there. Otherwise we can end up
3167 # making bogus files that we don't know about and never remove. For
3168 # instance it was reported that on HP-UX the gcc test will end up
3169 # making a dummy file named `D' -- because `-MD' means `put the output
3170 # in D'.
3171 mkdir conftest.dir
3172 # Copy depcomp to subdir because otherwise we won't find it if we're
3173 # using a relative directory.
3174 cp "$am_depcomp" conftest.dir
3175 cd conftest.dir
3176 # We will build objects and dependencies in a subdirectory because
3177 # it helps to detect inapplicable dependency modes. For instance
3178 # both Tru64's cc and ICC support -MD to output dependencies as a
3179 # side effect of compilation, but ICC will put the dependencies in
3180 # the current directory while Tru64 will put them in the object
3181 # directory.
3182 mkdir sub
3183
3184 am_cv_CC_dependencies_compiler_type=none
3185 if test "$am_compiler_list" = ""; then
3186 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3187 fi
3188 for depmode in $am_compiler_list; do
3189 # Setup a source with many dependencies, because some compilers
3190 # like to wrap large dependency lists on column 80 (with \), and
3191 # we should not choose a depcomp mode which is confused by this.
3192 #
3193 # We need to recreate these files for each test, as the compiler may
3194 # overwrite some of them when testing with obscure command lines.
3195 # This happens at least with the AIX C compiler.
3196 : > sub/conftest.c
3197 for i in 1 2 3 4 5 6; do
3198 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3199 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3200 # Solaris 8's {/usr,}/bin/sh.
3201 touch sub/conftst$i.h
3202 done
3203 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3204
3205 case $depmode in
3206 nosideeffect)
3207 # after this tag, mechanisms are not by side-effect, so they'll
3208 # only be used when explicitly requested
3209 if test "x$enable_dependency_tracking" = xyes; then
3210 continue
3211 else
3212 break
3213 fi
3214 ;;
3215 none) break ;;
3216 esac
3217 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3218 # mode. It turns out that the SunPro C++ compiler does not properly
3219 # handle `-M -o', and we need to detect this.
3220 if depmode=$depmode \
3221 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3222 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3223 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3224 >/dev/null 2>conftest.err &&
3225 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3226 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3227 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3228 # icc doesn't choke on unknown options, it will just issue warnings
3229 # or remarks (even with -Werror). So we grep stderr for any message
3230 # that says an option was ignored or not supported.
3231 # When given -MP, icc 7.0 and 7.1 complain thusly:
3232 # icc: Command line warning: ignoring option '-M'; no argument required
3233 # The diagnosis changed in icc 8.0:
3234 # icc: Command line remark: option '-MP' not supported
3235 if (grep 'ignoring option' conftest.err ||
3236 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3237 am_cv_CC_dependencies_compiler_type=$depmode
3238 break
3239 fi
3240 fi
3241 done
2469cfa2 3242
42ecbf5e
DJ
3243 cd ..
3244 rm -rf conftest.dir
2469cfa2 3245else
42ecbf5e
DJ
3246 am_cv_CC_dependencies_compiler_type=none
3247fi
3248
2469cfa2 3249fi
42ecbf5e
DJ
3250echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3251echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3252CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3253
2469cfa2 3254
42ecbf5e
DJ
3255
3256if
3257 test "x$enable_dependency_tracking" != xno \
3258 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3259 am__fastdepCC_TRUE=
3260 am__fastdepCC_FALSE='#'
2469cfa2 3261else
42ecbf5e
DJ
3262 am__fastdepCC_TRUE='#'
3263 am__fastdepCC_FALSE=
2469cfa2 3264fi
2469cfa2 3265
2469cfa2 3266
e5a52504 3267
42ecbf5e 3268
d7040cdb 3269
ce2cded5
L
3270# Check whether --with-lib-path or --without-lib-path was given.
3271if test "${with_lib_path+set}" = set; then
3272 withval="$with_lib_path"
3273 LIB_PATH=$withval
3274fi;
3275# Check whether --enable-targets or --disable-targets was given.
3276if test "${enable_targets+set}" = set; then
3277 enableval="$enable_targets"
3278 case "${enableval}" in
3279 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
3280echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
3281 { (exit 1); exit 1; }; }
3282 ;;
3283 no) enable_targets= ;;
3284 *) enable_targets=$enableval ;;
3285esac
3286fi; # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
3287if test "${enable_64_bit_bfd+set}" = set; then
3288 enableval="$enable_64_bit_bfd"
3289 case "${enableval}" in
3290 yes) want64=true ;;
3291 no) want64=false ;;
3292 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
3293echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
3294 { (exit 1); exit 1; }; } ;;
3295esac
2469cfa2 3296else
ce2cded5 3297 want64=false
42ecbf5e 3298fi;
d7040cdb 3299
ce2cded5
L
3300# Check whether --with-sysroot or --without-sysroot was given.
3301if test "${with_sysroot+set}" = set; then
3302 withval="$with_sysroot"
d7040cdb 3303
ce2cded5
L
3304 case ${with_sysroot} in
3305 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
3306 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
3307 esac
d7040cdb 3308
ce2cded5
L
3309 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
3310 use_sysroot=yes
d7040cdb 3311
ce2cded5
L
3312 if test "x$prefix" = xNONE; then
3313 test_prefix=/usr/local
3314 else
3315 test_prefix=$prefix
3316 fi
3317 if test "x$exec_prefix" = xNONE; then
3318 test_exec_prefix=$test_prefix
3319 else
3320 test_exec_prefix=$exec_prefix
3321 fi
3322 case ${TARGET_SYSTEM_ROOT} in
3323 "${test_prefix}"|"${test_prefix}/"*|\
3324 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
3325 '${prefix}'|'${prefix}/'*|\
3326 '${exec_prefix}'|'${exec_prefix}/'*)
3327 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
3328 TARGET_SYSTEM_ROOT_DEFINE="$t"
3329 ;;
3330 esac
d7040cdb 3331
e5a52504 3332else
d7040cdb 3333
ce2cded5
L
3334 use_sysroot=no
3335 TARGET_SYSTEM_ROOT=
3336 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
d7040cdb 3337
ce2cded5 3338fi;
d7040cdb
SE
3339
3340
3341
3342
7fb9f789
NC
3343# Check whether --enable-got or --disable-got was given.
3344if test "${enable_got+set}" = set; then
3345 enableval="$enable_got"
3346 case "${enableval}" in
3347 target | single | negative | multigot) got_handling=$enableval ;;
3348 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-got option" >&5
3349echo "$as_me: error: bad value ${enableval} for --enable-got option" >&2;}
3350 { (exit 1); exit 1; }; } ;;
3351esac
3352else
3353 got_handling=target
3354fi;
3355
3356case "${got_handling}" in
3357 target)
3358
3359cat >>confdefs.h <<\_ACEOF
3360#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
3361_ACEOF
3362 ;;
3363 single)
3364
3365cat >>confdefs.h <<\_ACEOF
3366#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE
3367_ACEOF
3368 ;;
3369 negative)
3370
3371cat >>confdefs.h <<\_ACEOF
3372#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE
3373_ACEOF
3374 ;;
3375 multigot)
3376
3377cat >>confdefs.h <<\_ACEOF
3378#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT
3379_ACEOF
3380 ;;
3381 *) { { echo "$as_me:$LINENO: error: bad value ${got_handling} for --enable-got option" >&5
3382echo "$as_me: error: bad value ${got_handling} for --enable-got option" >&2;}
3383 { (exit 1); exit 1; }; } ;;
3384esac
3385
d7040cdb 3386
ce2cded5 3387GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
d7040cdb 3388
ce2cded5
L
3389# Check whether --enable-werror or --disable-werror was given.
3390if test "${enable_werror+set}" = set; then
3391 enableval="$enable_werror"
3392 case "${enableval}" in
3393 yes | y) ERROR_ON_WARNING="yes" ;;
3394 no | n) ERROR_ON_WARNING="no" ;;
3395 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
3396echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
3397 { (exit 1); exit 1; }; } ;;
3398 esac
d7040cdb
SE
3399fi;
3400
bb8541b9
L
3401# Enable -Wno-format by default when using gcc on mingw
3402case "${host}" in
3403 *-*-mingw32*)
3404 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3405 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
3406 fi
3407 ;;
3408 *) ;;
3409esac
3410
ce2cded5
L
3411# Enable -Werror by default when using gcc
3412if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3413 ERROR_ON_WARNING=yes
3414fi
d7040cdb 3415
ce2cded5
L
3416NO_WERROR=
3417if test "${ERROR_ON_WARNING}" = yes ; then
3418 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
3419 NO_WERROR="-Wno-error"
3420fi
d7040cdb 3421
ce2cded5
L
3422if test "${GCC}" = yes ; then
3423 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
3424fi
d7040cdb 3425
ce2cded5
L
3426# Check whether --enable-build-warnings or --disable-build-warnings was given.
3427if test "${enable_build_warnings+set}" = set; then
3428 enableval="$enable_build_warnings"
3429 case "${enableval}" in
3430 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
3431 no) if test "${GCC}" = yes ; then
3432 WARN_CFLAGS="-w"
3433 fi;;
3434 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
3435 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
3436 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
3437 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
3438 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
3439esac
3440fi;
d7040cdb 3441
ce2cded5
L
3442if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
3443 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
3444fi
d7040cdb 3445
2469cfa2 3446
d7040cdb
SE
3447
3448
3449
ce2cded5 3450 ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
3451
3452
ce2cded5
L
3453if test -z "$target" ; then
3454 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
3455echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
3456 { (exit 1); exit 1; }; }
3457fi
3458if test -z "$host" ; then
3459 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
3460echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
3461 { (exit 1); exit 1; }; }
3462fi
d7040cdb 3463
ce2cded5 3464# host-specific stuff:
d7040cdb 3465
ce2cded5
L
3466ac_ext=c
3467ac_cpp='$CPP $CPPFLAGS'
3468ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3469ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3470ac_compiler_gnu=$ac_cv_c_compiler_gnu
3471if test -n "$ac_tool_prefix"; then
3472 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3473set dummy ${ac_tool_prefix}gcc; ac_word=$2
3474echo "$as_me:$LINENO: checking for $ac_word" >&5
3475echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3476if test "${ac_cv_prog_CC+set}" = set; then
d7040cdb
SE
3477 echo $ECHO_N "(cached) $ECHO_C" >&6
3478else
ce2cded5
L
3479 if test -n "$CC"; then
3480 ac_cv_prog_CC="$CC" # Let the user override the test.
3481else
d7040cdb
SE
3482as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3483for as_dir in $PATH
3484do
3485 IFS=$as_save_IFS
3486 test -z "$as_dir" && as_dir=.
ce2cded5
L
3487 for ac_exec_ext in '' $ac_executable_extensions; do
3488 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3489 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3490 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3491 break 2
d7040cdb 3492 fi
ce2cded5 3493done
d7040cdb
SE
3494done
3495
3496fi
d7040cdb 3497fi
ce2cded5
L
3498CC=$ac_cv_prog_CC
3499if test -n "$CC"; then
3500 echo "$as_me:$LINENO: result: $CC" >&5
3501echo "${ECHO_T}$CC" >&6
d7040cdb 3502else
ce2cded5
L
3503 echo "$as_me:$LINENO: result: no" >&5
3504echo "${ECHO_T}no" >&6
d7040cdb 3505fi
d7040cdb 3506
252b5132 3507fi
ce2cded5
L
3508if test -z "$ac_cv_prog_CC"; then
3509 ac_ct_CC=$CC
3510 # Extract the first word of "gcc", so it can be a program name with args.
3511set dummy gcc; ac_word=$2
3512echo "$as_me:$LINENO: checking for $ac_word" >&5
3513echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3514if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
42ecbf5e 3515 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3516else
ce2cded5
L
3517 if test -n "$ac_ct_CC"; then
3518 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3519else
ce2cded5
L
3520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3521for as_dir in $PATH
3522do
3523 IFS=$as_save_IFS
3524 test -z "$as_dir" && as_dir=.
3525 for ac_exec_ext in '' $ac_executable_extensions; do
3526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3527 ac_cv_prog_ac_ct_CC="gcc"
3528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3529 break 2
3530 fi
3531done
3532done
3533
252b5132
RH
3534fi
3535fi
ce2cded5
L
3536ac_ct_CC=$ac_cv_prog_ac_ct_CC
3537if test -n "$ac_ct_CC"; then
3538 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3539echo "${ECHO_T}$ac_ct_CC" >&6
252b5132 3540else
42ecbf5e
DJ
3541 echo "$as_me:$LINENO: result: no" >&5
3542echo "${ECHO_T}no" >&6
252b5132 3543fi
ce2cded5
L
3544
3545 CC=$ac_ct_CC
252b5132 3546else
ce2cded5 3547 CC="$ac_cv_prog_CC"
252b5132 3548fi
d7040cdb 3549
ce2cded5
L
3550if test -z "$CC"; then
3551 if test -n "$ac_tool_prefix"; then
3552 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3553set dummy ${ac_tool_prefix}cc; ac_word=$2
3554echo "$as_me:$LINENO: checking for $ac_word" >&5
3555echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3556if test "${ac_cv_prog_CC+set}" = set; then
42ecbf5e 3557 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3558else
ce2cded5
L
3559 if test -n "$CC"; then
3560 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3561else
ce2cded5
L
3562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3563for as_dir in $PATH
3564do
3565 IFS=$as_save_IFS
3566 test -z "$as_dir" && as_dir=.
3567 for ac_exec_ext in '' $ac_executable_extensions; do
3568 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3569 ac_cv_prog_CC="${ac_tool_prefix}cc"
3570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3571 break 2
3572 fi
3573done
3574done
3575
252b5132
RH
3576fi
3577fi
ce2cded5
L
3578CC=$ac_cv_prog_CC
3579if test -n "$CC"; then
3580 echo "$as_me:$LINENO: result: $CC" >&5
3581echo "${ECHO_T}$CC" >&6
d15b04bd 3582else
ce2cded5
L
3583 echo "$as_me:$LINENO: result: no" >&5
3584echo "${ECHO_T}no" >&6
3585fi
3586
3587fi
3588if test -z "$ac_cv_prog_CC"; then
3589 ac_ct_CC=$CC
3590 # Extract the first word of "cc", so it can be a program name with args.
3591set dummy cc; ac_word=$2
3592echo "$as_me:$LINENO: checking for $ac_word" >&5
3593echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3594if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3595 echo $ECHO_N "(cached) $ECHO_C" >&6
3596else
3597 if test -n "$ac_ct_CC"; then
3598 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3599else
3600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3601for as_dir in $PATH
3602do
3603 IFS=$as_save_IFS
3604 test -z "$as_dir" && as_dir=.
3605 for ac_exec_ext in '' $ac_executable_extensions; do
3606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3607 ac_cv_prog_ac_ct_CC="cc"
3608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3609 break 2
3610 fi
3611done
3612done
3613
3614fi
3615fi
3616ac_ct_CC=$ac_cv_prog_ac_ct_CC
3617if test -n "$ac_ct_CC"; then
3618 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3619echo "${ECHO_T}$ac_ct_CC" >&6
3620else
3621 echo "$as_me:$LINENO: result: no" >&5
3622echo "${ECHO_T}no" >&6
3623fi
3624
3625 CC=$ac_ct_CC
3626else
3627 CC="$ac_cv_prog_CC"
3628fi
3629
3630fi
3631if test -z "$CC"; then
3632 # Extract the first word of "cc", so it can be a program name with args.
3633set dummy cc; ac_word=$2
3634echo "$as_me:$LINENO: checking for $ac_word" >&5
3635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3636if test "${ac_cv_prog_CC+set}" = set; then
3637 echo $ECHO_N "(cached) $ECHO_C" >&6
3638else
3639 if test -n "$CC"; then
3640 ac_cv_prog_CC="$CC" # Let the user override the test.
3641else
3642 ac_prog_rejected=no
3643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3644for as_dir in $PATH
3645do
3646 IFS=$as_save_IFS
3647 test -z "$as_dir" && as_dir=.
3648 for ac_exec_ext in '' $ac_executable_extensions; do
3649 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3650 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3651 ac_prog_rejected=yes
3652 continue
3653 fi
3654 ac_cv_prog_CC="cc"
3655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3656 break 2
3657 fi
3658done
3659done
3660
3661if test $ac_prog_rejected = yes; then
3662 # We found a bogon in the path, so make sure we never use it.
3663 set dummy $ac_cv_prog_CC
3664 shift
3665 if test $# != 0; then
3666 # We chose a different compiler from the bogus one.
3667 # However, it has the same basename, so the bogon will be chosen
3668 # first if we set CC to just the basename; use the full file name.
3669 shift
3670 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3671 fi
3672fi
3673fi
3674fi
3675CC=$ac_cv_prog_CC
3676if test -n "$CC"; then
3677 echo "$as_me:$LINENO: result: $CC" >&5
3678echo "${ECHO_T}$CC" >&6
3679else
3680 echo "$as_me:$LINENO: result: no" >&5
3681echo "${ECHO_T}no" >&6
3682fi
3683
3684fi
3685if test -z "$CC"; then
d7040cdb 3686 if test -n "$ac_tool_prefix"; then
ce2cded5 3687 for ac_prog in cl
d7040cdb
SE
3688 do
3689 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3690set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3691echo "$as_me:$LINENO: checking for $ac_word" >&5
3692echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ce2cded5 3693if test "${ac_cv_prog_CC+set}" = set; then
d7040cdb
SE
3694 echo $ECHO_N "(cached) $ECHO_C" >&6
3695else
ce2cded5
L
3696 if test -n "$CC"; then
3697 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb
SE
3698else
3699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3700for as_dir in $PATH
3701do
3702 IFS=$as_save_IFS
3703 test -z "$as_dir" && as_dir=.
3704 for ac_exec_ext in '' $ac_executable_extensions; do
3705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3706 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
d7040cdb
SE
3707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3708 break 2
3709 fi
3710done
3711done
3712
3713fi
3714fi
ce2cded5
L
3715CC=$ac_cv_prog_CC
3716if test -n "$CC"; then
3717 echo "$as_me:$LINENO: result: $CC" >&5
3718echo "${ECHO_T}$CC" >&6
d7040cdb
SE
3719else
3720 echo "$as_me:$LINENO: result: no" >&5
3721echo "${ECHO_T}no" >&6
3722fi
3723
ce2cded5 3724 test -n "$CC" && break
d7040cdb
SE
3725 done
3726fi
ce2cded5
L
3727if test -z "$CC"; then
3728 ac_ct_CC=$CC
3729 for ac_prog in cl
d7040cdb
SE
3730do
3731 # Extract the first word of "$ac_prog", so it can be a program name with args.
3732set dummy $ac_prog; ac_word=$2
3733echo "$as_me:$LINENO: checking for $ac_word" >&5
3734echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
ce2cded5 3735if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
d7040cdb
SE
3736 echo $ECHO_N "(cached) $ECHO_C" >&6
3737else
ce2cded5
L
3738 if test -n "$ac_ct_CC"; then
3739 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
3740else
3741as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3742for as_dir in $PATH
3743do
3744 IFS=$as_save_IFS
3745 test -z "$as_dir" && as_dir=.
3746 for ac_exec_ext in '' $ac_executable_extensions; do
3747 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ce2cded5 3748 ac_cv_prog_ac_ct_CC="$ac_prog"
d7040cdb
SE
3749 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3750 break 2
3751 fi
3752done
3753done
3754
3755fi
3756fi
ce2cded5
L
3757ac_ct_CC=$ac_cv_prog_ac_ct_CC
3758if test -n "$ac_ct_CC"; then
3759 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3760echo "${ECHO_T}$ac_ct_CC" >&6
d7040cdb
SE
3761else
3762 echo "$as_me:$LINENO: result: no" >&5
3763echo "${ECHO_T}no" >&6
3764fi
3765
ce2cded5 3766 test -n "$ac_ct_CC" && break
d7040cdb 3767done
d7040cdb 3768
ce2cded5 3769 CC=$ac_ct_CC
d7040cdb
SE
3770fi
3771
d7040cdb 3772fi
d7040cdb
SE
3773
3774
7a283e07
RW
3775test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3776echo "$as_me: error: in \`$ac_pwd':" >&2;}
3777{ { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
ce2cded5
L
3778See \`config.log' for more details." >&5
3779echo "$as_me: error: no acceptable C compiler found in \$PATH
3780See \`config.log' for more details." >&2;}
7a283e07 3781 { (exit 1); exit 1; }; }; }
d7040cdb 3782
ce2cded5
L
3783# Provide some information about the compiler.
3784echo "$as_me:$LINENO:" \
3785 "checking for C compiler version" >&5
3786ac_compiler=`set X $ac_compile; echo $2`
3787{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3788 (eval $ac_compiler --version </dev/null >&5) 2>&5
3789 ac_status=$?
3790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3791 (exit $ac_status); }
3792{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3793 (eval $ac_compiler -v </dev/null >&5) 2>&5
3794 ac_status=$?
3795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3796 (exit $ac_status); }
3797{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3798 (eval $ac_compiler -V </dev/null >&5) 2>&5
3799 ac_status=$?
3800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3801 (exit $ac_status); }
d7040cdb 3802
ce2cded5
L
3803echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3804echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3805if test "${ac_cv_c_compiler_gnu+set}" = set; then
d7040cdb
SE
3806 echo $ECHO_N "(cached) $ECHO_C" >&6
3807else
ce2cded5
L
3808 cat >conftest.$ac_ext <<_ACEOF
3809/* confdefs.h. */
3810_ACEOF
3811cat confdefs.h >>conftest.$ac_ext
3812cat >>conftest.$ac_ext <<_ACEOF
3813/* end confdefs.h. */
d7040cdb 3814
ce2cded5
L
3815int
3816main ()
3817{
3818#ifndef __GNUC__
3819 choke me
3820#endif
3821
3822 ;
3823 return 0;
3824}
3825_ACEOF
3826rm -f conftest.$ac_objext
3827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3828 (eval $ac_compile) 2>conftest.er1
3829 ac_status=$?
3830 grep -v '^ *+' conftest.er1 >conftest.err
3831 rm -f conftest.er1
3832 cat conftest.err >&5
3833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3834 (exit $ac_status); } &&
7357c5b6
AM
3835 { ac_try='test -z "$ac_c_werror_flag"
3836 || test ! -s conftest.err'
ce2cded5
L
3837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3838 (eval $ac_try) 2>&5
3839 ac_status=$?
3840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3841 (exit $ac_status); }; } &&
3842 { ac_try='test -s conftest.$ac_objext'
3843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3844 (eval $ac_try) 2>&5
3845 ac_status=$?
3846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3847 (exit $ac_status); }; }; then
3848 ac_compiler_gnu=yes
d7040cdb 3849else
ce2cded5
L
3850 echo "$as_me: failed program was:" >&5
3851sed 's/^/| /' conftest.$ac_ext >&5
3852
3853ac_compiler_gnu=no
d7040cdb 3854fi
ce2cded5
L
3855rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3856ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 3857
ce2cded5
L
3858fi
3859echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3860echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3861GCC=`test $ac_compiler_gnu = yes && echo yes`
3862ac_test_CFLAGS=${CFLAGS+set}
3863ac_save_CFLAGS=$CFLAGS
3864CFLAGS="-g"
3865echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3866echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3867if test "${ac_cv_prog_cc_g+set}" = set; then
d7040cdb
SE
3868 echo $ECHO_N "(cached) $ECHO_C" >&6
3869else
ce2cded5
L
3870 cat >conftest.$ac_ext <<_ACEOF
3871/* confdefs.h. */
3872_ACEOF
3873cat confdefs.h >>conftest.$ac_ext
3874cat >>conftest.$ac_ext <<_ACEOF
3875/* end confdefs.h. */
d7040cdb 3876
ce2cded5
L
3877int
3878main ()
3879{
d7040cdb 3880
ce2cded5
L
3881 ;
3882 return 0;
3883}
3884_ACEOF
3885rm -f conftest.$ac_objext
3886if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3887 (eval $ac_compile) 2>conftest.er1
3888 ac_status=$?
3889 grep -v '^ *+' conftest.er1 >conftest.err
3890 rm -f conftest.er1
3891 cat conftest.err >&5
3892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3893 (exit $ac_status); } &&
7357c5b6
AM
3894 { ac_try='test -z "$ac_c_werror_flag"
3895 || test ! -s conftest.err'
ce2cded5
L
3896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3897 (eval $ac_try) 2>&5
3898 ac_status=$?
3899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3900 (exit $ac_status); }; } &&
3901 { ac_try='test -s conftest.$ac_objext'
3902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3903 (eval $ac_try) 2>&5
3904 ac_status=$?
3905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3906 (exit $ac_status); }; }; then
3907 ac_cv_prog_cc_g=yes
3908else
3909 echo "$as_me: failed program was:" >&5
3910sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 3911
ce2cded5 3912ac_cv_prog_cc_g=no
d7040cdb 3913fi
ce2cded5
L
3914rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3915fi
3916echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3917echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3918if test "$ac_test_CFLAGS" = set; then
3919 CFLAGS=$ac_save_CFLAGS
3920elif test $ac_cv_prog_cc_g = yes; then
3921 if test "$GCC" = yes; then
3922 CFLAGS="-g -O2"
3923 else
3924 CFLAGS="-g"
3925 fi
d7040cdb 3926else
ce2cded5
L
3927 if test "$GCC" = yes; then
3928 CFLAGS="-O2"
3929 else
3930 CFLAGS=
3931 fi
d7040cdb 3932fi
ce2cded5
L
3933echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3934echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3935if test "${ac_cv_prog_cc_stdc+set}" = set; then
3936 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 3937else
ce2cded5
L
3938 ac_cv_prog_cc_stdc=no
3939ac_save_CC=$CC
3940cat >conftest.$ac_ext <<_ACEOF
3941/* confdefs.h. */
3942_ACEOF
3943cat confdefs.h >>conftest.$ac_ext
3944cat >>conftest.$ac_ext <<_ACEOF
3945/* end confdefs.h. */
3946#include <stdarg.h>
3947#include <stdio.h>
3948#include <sys/types.h>
3949#include <sys/stat.h>
3950/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3951struct buf { int x; };
3952FILE * (*rcsopen) (struct buf *, struct stat *, int);
3953static char *e (p, i)
3954 char **p;
3955 int i;
3956{
3957 return p[i];
3958}
3959static char *f (char * (*g) (char **, int), char **p, ...)
3960{
3961 char *s;
3962 va_list v;
3963 va_start (v,p);
3964 s = g (p, va_arg (v,int));
3965 va_end (v);
3966 return s;
3967}
d7040cdb 3968
ce2cded5
L
3969/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3970 function prototypes and stuff, but not '\xHH' hex character constants.
3971 These don't provoke an error unfortunately, instead are silently treated
3972 as 'x'. The following induces an error, until -std1 is added to get
3973 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3974 array size at least. It's necessary to write '\x00'==0 to get something
3975 that's true only with -std1. */
3976int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 3977
ce2cded5
L
3978int test (int i, double x);
3979struct s1 {int (*f) (int a);};
3980struct s2 {int (*f) (double a);};
3981int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3982int argc;
3983char **argv;
3984int
3985main ()
3986{
3987return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3988 ;
3989 return 0;
3990}
3991_ACEOF
3992# Don't try gcc -ansi; that turns off useful extensions and
3993# breaks some systems' header files.
3994# AIX -qlanglvl=ansi
3995# Ultrix and OSF/1 -std1
3996# HP-UX 10.20 and later -Ae
3997# HP-UX older versions -Aa -D_HPUX_SOURCE
3998# SVR4 -Xc -D__EXTENSIONS__
3999for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4000do
4001 CC="$ac_save_CC $ac_arg"
4002 rm -f conftest.$ac_objext
4003if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4004 (eval $ac_compile) 2>conftest.er1
4005 ac_status=$?
4006 grep -v '^ *+' conftest.er1 >conftest.err
4007 rm -f conftest.er1
4008 cat conftest.err >&5
4009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4010 (exit $ac_status); } &&
7357c5b6
AM
4011 { ac_try='test -z "$ac_c_werror_flag"
4012 || test ! -s conftest.err'
ce2cded5
L
4013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4014 (eval $ac_try) 2>&5
4015 ac_status=$?
4016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4017 (exit $ac_status); }; } &&
4018 { ac_try='test -s conftest.$ac_objext'
4019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4020 (eval $ac_try) 2>&5
4021 ac_status=$?
4022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4023 (exit $ac_status); }; }; then
4024 ac_cv_prog_cc_stdc=$ac_arg
4025break
4026else
4027 echo "$as_me: failed program was:" >&5
4028sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4029
ce2cded5
L
4030fi
4031rm -f conftest.err conftest.$ac_objext
4032done
4033rm -f conftest.$ac_ext conftest.$ac_objext
4034CC=$ac_save_CC
d7040cdb 4035
ce2cded5 4036fi
d7040cdb 4037
ce2cded5
L
4038case "x$ac_cv_prog_cc_stdc" in
4039 x|xno)
4040 echo "$as_me:$LINENO: result: none needed" >&5
4041echo "${ECHO_T}none needed" >&6 ;;
4042 *)
4043 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4044echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4045 CC="$CC $ac_cv_prog_cc_stdc" ;;
d7040cdb
SE
4046esac
4047
ce2cded5
L
4048# Some people use a C++ compiler to compile C. Since we use `exit',
4049# in C++ we need to declare it. In case someone uses the same compiler
4050# for both compiling C and C++ we need to have the C++ compiler decide
4051# the declaration of exit, since it's the most demanding environment.
4052cat >conftest.$ac_ext <<_ACEOF
4053#ifndef __cplusplus
4054 choke me
4055#endif
4056_ACEOF
4057rm -f conftest.$ac_objext
4058if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4059 (eval $ac_compile) 2>conftest.er1
4060 ac_status=$?
4061 grep -v '^ *+' conftest.er1 >conftest.err
4062 rm -f conftest.er1
4063 cat conftest.err >&5
4064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4065 (exit $ac_status); } &&
7357c5b6
AM
4066 { ac_try='test -z "$ac_c_werror_flag"
4067 || test ! -s conftest.err'
ce2cded5
L
4068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4069 (eval $ac_try) 2>&5
4070 ac_status=$?
4071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072 (exit $ac_status); }; } &&
4073 { ac_try='test -s conftest.$ac_objext'
4074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4075 (eval $ac_try) 2>&5
4076 ac_status=$?
4077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4078 (exit $ac_status); }; }; then
4079 for ac_declaration in \
4080 '' \
4081 'extern "C" void std::exit (int) throw (); using std::exit;' \
4082 'extern "C" void std::exit (int); using std::exit;' \
4083 'extern "C" void exit (int) throw ();' \
4084 'extern "C" void exit (int);' \
4085 'void exit (int);'
4086do
4087 cat >conftest.$ac_ext <<_ACEOF
4088/* confdefs.h. */
4089_ACEOF
4090cat confdefs.h >>conftest.$ac_ext
4091cat >>conftest.$ac_ext <<_ACEOF
4092/* end confdefs.h. */
4093$ac_declaration
4094#include <stdlib.h>
4095int
4096main ()
4097{
4098exit (42);
4099 ;
4100 return 0;
4101}
4102_ACEOF
4103rm -f conftest.$ac_objext
4104if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4105 (eval $ac_compile) 2>conftest.er1
4106 ac_status=$?
4107 grep -v '^ *+' conftest.er1 >conftest.err
4108 rm -f conftest.er1
4109 cat conftest.err >&5
4110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4111 (exit $ac_status); } &&
7357c5b6
AM
4112 { ac_try='test -z "$ac_c_werror_flag"
4113 || test ! -s conftest.err'
ce2cded5
L
4114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4115 (eval $ac_try) 2>&5
4116 ac_status=$?
4117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4118 (exit $ac_status); }; } &&
4119 { ac_try='test -s conftest.$ac_objext'
4120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4121 (eval $ac_try) 2>&5
4122 ac_status=$?
4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4124 (exit $ac_status); }; }; then
4125 :
d7040cdb 4126else
ce2cded5
L
4127 echo "$as_me: failed program was:" >&5
4128sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4129
ce2cded5
L
4130continue
4131fi
4132rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4133 cat >conftest.$ac_ext <<_ACEOF
4134/* confdefs.h. */
4135_ACEOF
4136cat confdefs.h >>conftest.$ac_ext
4137cat >>conftest.$ac_ext <<_ACEOF
4138/* end confdefs.h. */
4139$ac_declaration
4140int
4141main ()
4142{
4143exit (42);
4144 ;
4145 return 0;
4146}
4147_ACEOF
4148rm -f conftest.$ac_objext
4149if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4150 (eval $ac_compile) 2>conftest.er1
4151 ac_status=$?
4152 grep -v '^ *+' conftest.er1 >conftest.err
4153 rm -f conftest.er1
4154 cat conftest.err >&5
4155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4156 (exit $ac_status); } &&
7357c5b6
AM
4157 { ac_try='test -z "$ac_c_werror_flag"
4158 || test ! -s conftest.err'
ce2cded5
L
4159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4160 (eval $ac_try) 2>&5
4161 ac_status=$?
4162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4163 (exit $ac_status); }; } &&
4164 { ac_try='test -s conftest.$ac_objext'
4165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4166 (eval $ac_try) 2>&5
4167 ac_status=$?
4168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4169 (exit $ac_status); }; }; then
4170 break
4171else
4172 echo "$as_me: failed program was:" >&5
4173sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4174
ce2cded5
L
4175fi
4176rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4177done
4178rm -f conftest*
4179if test -n "$ac_declaration"; then
4180 echo '#ifdef __cplusplus' >>confdefs.h
4181 echo $ac_declaration >>confdefs.h
4182 echo '#endif' >>confdefs.h
4183fi
d7040cdb 4184
ce2cded5
L
4185else
4186 echo "$as_me: failed program was:" >&5
4187sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4188
ce2cded5
L
4189fi
4190rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4191ac_ext=c
4192ac_cpp='$CPP $CPPFLAGS'
4193ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4194ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4195ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4196
4197
ce2cded5
L
4198cat >>confdefs.h <<\_ACEOF
4199#define _GNU_SOURCE 1
4200_ACEOF
4201
4202
7357c5b6
AM
4203ac_ext=c
4204ac_cpp='$CPP $CPPFLAGS'
4205ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4206ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4207ac_compiler_gnu=$ac_cv_c_compiler_gnu
4208echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4209echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4210# On Suns, sometimes $CPP names a directory.
4211if test -n "$CPP" && test -d "$CPP"; then
4212 CPP=
4213fi
4214if test -z "$CPP"; then
4215 if test "${ac_cv_prog_CPP+set}" = set; then
42ecbf5e 4216 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4217else
7357c5b6
AM
4218 # Double quotes because CPP needs to be expanded
4219 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4220 do
4221 ac_preproc_ok=false
4222for ac_c_preproc_warn_flag in '' yes
ce2cded5 4223do
7357c5b6
AM
4224 # Use a header file that comes with gcc, so configuring glibc
4225 # with a fresh cross-compiler works.
4226 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4227 # <limits.h> exists even on freestanding compilers.
4228 # On the NeXT, cc -E runs the code through the compiler's parser,
4229 # not just through cpp. "Syntax error" is here to catch this case.
4230 cat >conftest.$ac_ext <<_ACEOF
4231/* confdefs.h. */
4232_ACEOF
4233cat confdefs.h >>conftest.$ac_ext
4234cat >>conftest.$ac_ext <<_ACEOF
4235/* end confdefs.h. */
4236#ifdef __STDC__
4237# include <limits.h>
4238#else
4239# include <assert.h>
4240#endif
4241 Syntax error
4242_ACEOF
4243if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4244 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4245 ac_status=$?
4246 grep -v '^ *+' conftest.er1 >conftest.err
4247 rm -f conftest.er1
4248 cat conftest.err >&5
4249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4250 (exit $ac_status); } >/dev/null; then
4251 if test -s conftest.err; then
4252 ac_cpp_err=$ac_c_preproc_warn_flag
4253 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
ce2cded5 4254 else
7357c5b6 4255 ac_cpp_err=
ce2cded5 4256 fi
7357c5b6
AM
4257else
4258 ac_cpp_err=yes
ce2cded5 4259fi
7357c5b6
AM
4260if test -z "$ac_cpp_err"; then
4261 :
ce2cded5 4262else
7357c5b6
AM
4263 echo "$as_me: failed program was:" >&5
4264sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 4265
7357c5b6
AM
4266 # Broken: fails on valid input.
4267continue
4268fi
4269rm -f conftest.err conftest.$ac_ext
ac48eca1 4270
7357c5b6
AM
4271 # OK, works on sane cases. Now check whether non-existent headers
4272 # can be detected and how.
4273 cat >conftest.$ac_ext <<_ACEOF
4274/* confdefs.h. */
4275_ACEOF
4276cat confdefs.h >>conftest.$ac_ext
4277cat >>conftest.$ac_ext <<_ACEOF
4278/* end confdefs.h. */
4279#include <ac_nonexistent.h>
4280_ACEOF
4281if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4282 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4283 ac_status=$?
4284 grep -v '^ *+' conftest.er1 >conftest.err
4285 rm -f conftest.er1
4286 cat conftest.err >&5
4287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4288 (exit $ac_status); } >/dev/null; then
4289 if test -s conftest.err; then
4290 ac_cpp_err=$ac_c_preproc_warn_flag
4291 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4292 else
4293 ac_cpp_err=
4294 fi
4295else
4296 ac_cpp_err=yes
4297fi
4298if test -z "$ac_cpp_err"; then
4299 # Broken: success on invalid input.
4300continue
4301else
4302 echo "$as_me: failed program was:" >&5
4303sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 4304
7357c5b6
AM
4305 # Passes both tests.
4306ac_preproc_ok=:
4307break
4308fi
4309rm -f conftest.err conftest.$ac_ext
ac48eca1 4310
7357c5b6
AM
4311done
4312# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4313rm -f conftest.err conftest.$ac_ext
4314if $ac_preproc_ok; then
4315 break
4316fi
252b5132 4317
7357c5b6
AM
4318 done
4319 ac_cv_prog_CPP=$CPP
252b5132 4320
7357c5b6
AM
4321fi
4322 CPP=$ac_cv_prog_CPP
4323else
4324 ac_cv_prog_CPP=$CPP
4325fi
4326echo "$as_me:$LINENO: result: $CPP" >&5
4327echo "${ECHO_T}$CPP" >&6
4328ac_preproc_ok=false
4329for ac_c_preproc_warn_flag in '' yes
4330do
4331 # Use a header file that comes with gcc, so configuring glibc
4332 # with a fresh cross-compiler works.
4333 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4334 # <limits.h> exists even on freestanding compilers.
4335 # On the NeXT, cc -E runs the code through the compiler's parser,
4336 # not just through cpp. "Syntax error" is here to catch this case.
4337 cat >conftest.$ac_ext <<_ACEOF
4338/* confdefs.h. */
4339_ACEOF
4340cat confdefs.h >>conftest.$ac_ext
4341cat >>conftest.$ac_ext <<_ACEOF
4342/* end confdefs.h. */
4343#ifdef __STDC__
4344# include <limits.h>
4345#else
4346# include <assert.h>
4347#endif
4348 Syntax error
4349_ACEOF
4350if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4351 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4352 ac_status=$?
4353 grep -v '^ *+' conftest.er1 >conftest.err
4354 rm -f conftest.er1
4355 cat conftest.err >&5
4356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357 (exit $ac_status); } >/dev/null; then
4358 if test -s conftest.err; then
4359 ac_cpp_err=$ac_c_preproc_warn_flag
4360 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4361 else
4362 ac_cpp_err=
4363 fi
4364else
4365 ac_cpp_err=yes
4366fi
4367if test -z "$ac_cpp_err"; then
4368 :
ac48eca1 4369else
7357c5b6
AM
4370 echo "$as_me: failed program was:" >&5
4371sed 's/^/| /' conftest.$ac_ext >&5
ce2cded5 4372
7357c5b6
AM
4373 # Broken: fails on valid input.
4374continue
4375fi
4376rm -f conftest.err conftest.$ac_ext
ce2cded5 4377
7357c5b6
AM
4378 # OK, works on sane cases. Now check whether non-existent headers
4379 # can be detected and how.
4380 cat >conftest.$ac_ext <<_ACEOF
4381/* confdefs.h. */
4382_ACEOF
4383cat confdefs.h >>conftest.$ac_ext
4384cat >>conftest.$ac_ext <<_ACEOF
4385/* end confdefs.h. */
4386#include <ac_nonexistent.h>
4387_ACEOF
4388if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4389 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4390 ac_status=$?
4391 grep -v '^ *+' conftest.er1 >conftest.err
4392 rm -f conftest.er1
4393 cat conftest.err >&5
4394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4395 (exit $ac_status); } >/dev/null; then
4396 if test -s conftest.err; then
4397 ac_cpp_err=$ac_c_preproc_warn_flag
4398 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4399 else
4400 ac_cpp_err=
4401 fi
ac48eca1 4402else
7357c5b6
AM
4403 ac_cpp_err=yes
4404fi
4405if test -z "$ac_cpp_err"; then
4406 # Broken: success on invalid input.
4407continue
ce2cded5 4408else
7357c5b6
AM
4409 echo "$as_me: failed program was:" >&5
4410sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 4411
7357c5b6
AM
4412 # Passes both tests.
4413ac_preproc_ok=:
4414break
4415fi
4416rm -f conftest.err conftest.$ac_ext
d7040cdb 4417
7357c5b6
AM
4418done
4419# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4420rm -f conftest.err conftest.$ac_ext
4421if $ac_preproc_ok; then
4422 :
4423else
4424 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4425echo "$as_me: error: in \`$ac_pwd':" >&2;}
4426{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4427See \`config.log' for more details." >&5
4428echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4429See \`config.log' for more details." >&2;}
4430 { (exit 1); exit 1; }; }; }
4431fi
ce2cded5 4432
7357c5b6
AM
4433ac_ext=c
4434ac_cpp='$CPP $CPPFLAGS'
4435ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437ac_compiler_gnu=$ac_cv_c_compiler_gnu
ce2cded5
L
4438
4439
7357c5b6
AM
4440echo "$as_me:$LINENO: checking for egrep" >&5
4441echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4442if test "${ac_cv_prog_egrep+set}" = set; then
42ecbf5e 4443 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4444else
7357c5b6
AM
4445 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4446 then ac_cv_prog_egrep='grep -E'
4447 else ac_cv_prog_egrep='egrep'
ce2cded5 4448 fi
ac48eca1 4449fi
7357c5b6
AM
4450echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4451echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4452 EGREP=$ac_cv_prog_egrep
ac48eca1 4453
252b5132 4454
7357c5b6
AM
4455echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4456echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4457if test "${ac_cv_header_stdc+set}" = set; then
4458 echo $ECHO_N "(cached) $ECHO_C" >&6
4459else
4460 cat >conftest.$ac_ext <<_ACEOF
4461/* confdefs.h. */
4462_ACEOF
4463cat confdefs.h >>conftest.$ac_ext
4464cat >>conftest.$ac_ext <<_ACEOF
4465/* end confdefs.h. */
4466#include <stdlib.h>
4467#include <stdarg.h>
4468#include <string.h>
4469#include <float.h>
4867be41 4470
7357c5b6
AM
4471int
4472main ()
4473{
32fba81d 4474
7357c5b6
AM
4475 ;
4476 return 0;
4477}
4478_ACEOF
4479rm -f conftest.$ac_objext
4480if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4481 (eval $ac_compile) 2>conftest.er1
4482 ac_status=$?
4483 grep -v '^ *+' conftest.er1 >conftest.err
4484 rm -f conftest.er1
4485 cat conftest.err >&5
4486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4487 (exit $ac_status); } &&
4488 { ac_try='test -z "$ac_c_werror_flag"
4489 || test ! -s conftest.err'
4490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4491 (eval $ac_try) 2>&5
4492 ac_status=$?
4493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4494 (exit $ac_status); }; } &&
4495 { ac_try='test -s conftest.$ac_objext'
4496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4497 (eval $ac_try) 2>&5
4498 ac_status=$?
4499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4500 (exit $ac_status); }; }; then
4501 ac_cv_header_stdc=yes
4502else
4503 echo "$as_me: failed program was:" >&5
4504sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 4505
7357c5b6
AM
4506ac_cv_header_stdc=no
4507fi
4508rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 4509
7357c5b6
AM
4510if test $ac_cv_header_stdc = yes; then
4511 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4512 cat >conftest.$ac_ext <<_ACEOF
4513/* confdefs.h. */
4514_ACEOF
4515cat confdefs.h >>conftest.$ac_ext
4516cat >>conftest.$ac_ext <<_ACEOF
4517/* end confdefs.h. */
4518#include <string.h>
ac48eca1 4519
7357c5b6
AM
4520_ACEOF
4521if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4522 $EGREP "memchr" >/dev/null 2>&1; then
4523 :
4524else
4525 ac_cv_header_stdc=no
4526fi
4527rm -f conftest*
252b5132 4528
7357c5b6 4529fi
252b5132 4530
7357c5b6
AM
4531if test $ac_cv_header_stdc = yes; then
4532 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4533 cat >conftest.$ac_ext <<_ACEOF
4534/* confdefs.h. */
4535_ACEOF
4536cat confdefs.h >>conftest.$ac_ext
4537cat >>conftest.$ac_ext <<_ACEOF
4538/* end confdefs.h. */
4539#include <stdlib.h>
42ecbf5e 4540
7357c5b6
AM
4541_ACEOF
4542if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4543 $EGREP "free" >/dev/null 2>&1; then
4544 :
4545else
4546 ac_cv_header_stdc=no
4547fi
4548rm -f conftest*
ac48eca1 4549
7357c5b6 4550fi
d7040cdb 4551
7357c5b6
AM
4552if test $ac_cv_header_stdc = yes; then
4553 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4554 if test "$cross_compiling" = yes; then
4555 :
4556else
4557 cat >conftest.$ac_ext <<_ACEOF
4558/* confdefs.h. */
4559_ACEOF
4560cat confdefs.h >>conftest.$ac_ext
4561cat >>conftest.$ac_ext <<_ACEOF
4562/* end confdefs.h. */
4563#include <ctype.h>
4564#if ((' ' & 0x0FF) == 0x020)
4565# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4566# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4567#else
4568# define ISLOWER(c) \
4569 (('a' <= (c) && (c) <= 'i') \
4570 || ('j' <= (c) && (c) <= 'r') \
4571 || ('s' <= (c) && (c) <= 'z'))
4572# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4573#endif
d7040cdb 4574
7357c5b6
AM
4575#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4576int
4577main ()
4578{
4579 int i;
4580 for (i = 0; i < 256; i++)
4581 if (XOR (islower (i), ISLOWER (i))
4582 || toupper (i) != TOUPPER (i))
4583 exit(2);
4584 exit (0);
4585}
4586_ACEOF
4587rm -f conftest$ac_exeext
4588if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4589 (eval $ac_link) 2>&5
4590 ac_status=$?
4591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4592 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4594 (eval $ac_try) 2>&5
4595 ac_status=$?
4596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4597 (exit $ac_status); }; }; then
4598 :
ce2cded5 4599else
7357c5b6
AM
4600 echo "$as_me: program exited with status $ac_status" >&5
4601echo "$as_me: failed program was:" >&5
4602sed 's/^/| /' conftest.$ac_ext >&5
4603
4604( exit $ac_status )
4605ac_cv_header_stdc=no
252b5132 4606fi
7357c5b6
AM
4607rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4608fi
4609fi
4610fi
4611echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4612echo "${ECHO_T}$ac_cv_header_stdc" >&6
4613if test $ac_cv_header_stdc = yes; then
252b5132 4614
7357c5b6
AM
4615cat >>confdefs.h <<\_ACEOF
4616#define STDC_HEADERS 1
4617_ACEOF
252b5132 4618
ce2cded5 4619fi
252b5132 4620
7357c5b6 4621# On IRIX 5.3, sys/types and inttypes.h are conflicting.
252b5132 4622
42ecbf5e 4623
42ecbf5e 4624
252b5132 4625
252b5132 4626
252b5132
RH
4627
4628
252b5132 4629
252b5132 4630
7357c5b6
AM
4631for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4632 inttypes.h stdint.h unistd.h
4633do
4634as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4635echo "$as_me:$LINENO: checking for $ac_header" >&5
4636echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4637if eval "test \"\${$as_ac_Header+set}\" = set"; then
4638 echo $ECHO_N "(cached) $ECHO_C" >&6
4639else
4640 cat >conftest.$ac_ext <<_ACEOF
4641/* confdefs.h. */
4642_ACEOF
4643cat confdefs.h >>conftest.$ac_ext
4644cat >>conftest.$ac_ext <<_ACEOF
4645/* end confdefs.h. */
4646$ac_includes_default
252b5132 4647
7357c5b6
AM
4648#include <$ac_header>
4649_ACEOF
4650rm -f conftest.$ac_objext
4651if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4652 (eval $ac_compile) 2>conftest.er1
4653 ac_status=$?
4654 grep -v '^ *+' conftest.er1 >conftest.err
4655 rm -f conftest.er1
4656 cat conftest.err >&5
4657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4658 (exit $ac_status); } &&
4659 { ac_try='test -z "$ac_c_werror_flag"
4660 || test ! -s conftest.err'
4661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4662 (eval $ac_try) 2>&5
4663 ac_status=$?
4664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4665 (exit $ac_status); }; } &&
4666 { ac_try='test -s conftest.$ac_objext'
4667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4668 (eval $ac_try) 2>&5
4669 ac_status=$?
4670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4671 (exit $ac_status); }; }; then
4672 eval "$as_ac_Header=yes"
4673else
4674 echo "$as_me: failed program was:" >&5
4675sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 4676
7357c5b6
AM
4677eval "$as_ac_Header=no"
4678fi
4679rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4680fi
4681echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4682echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4683if test `eval echo '${'$as_ac_Header'}'` = yes; then
4684 cat >>confdefs.h <<_ACEOF
4685#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4686_ACEOF
42ecbf5e 4687
7357c5b6 4688fi
42ecbf5e 4689
7357c5b6 4690done
42ecbf5e
DJ
4691
4692
4693
7357c5b6
AM
4694 if test "${ac_cv_header_minix_config_h+set}" = set; then
4695 echo "$as_me:$LINENO: checking for minix/config.h" >&5
4696echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
4697if test "${ac_cv_header_minix_config_h+set}" = set; then
4698 echo $ECHO_N "(cached) $ECHO_C" >&6
4699fi
4700echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4701echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
4702else
4703 # Is the header compilable?
4704echo "$as_me:$LINENO: checking minix/config.h usability" >&5
4705echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
4706cat >conftest.$ac_ext <<_ACEOF
4707/* confdefs.h. */
4708_ACEOF
4709cat confdefs.h >>conftest.$ac_ext
4710cat >>conftest.$ac_ext <<_ACEOF
4711/* end confdefs.h. */
4712$ac_includes_default
4713#include <minix/config.h>
4714_ACEOF
4715rm -f conftest.$ac_objext
4716if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4717 (eval $ac_compile) 2>conftest.er1
4718 ac_status=$?
4719 grep -v '^ *+' conftest.er1 >conftest.err
4720 rm -f conftest.er1
4721 cat conftest.err >&5
4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); } &&
4724 { ac_try='test -z "$ac_c_werror_flag"
4725 || test ! -s conftest.err'
4726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4727 (eval $ac_try) 2>&5
4728 ac_status=$?
4729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4730 (exit $ac_status); }; } &&
4731 { ac_try='test -s conftest.$ac_objext'
4732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4733 (eval $ac_try) 2>&5
4734 ac_status=$?
4735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4736 (exit $ac_status); }; }; then
4737 ac_header_compiler=yes
4738else
4739 echo "$as_me: failed program was:" >&5
4740sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 4741
7357c5b6
AM
4742ac_header_compiler=no
4743fi
4744rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4745echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4746echo "${ECHO_T}$ac_header_compiler" >&6
252b5132 4747
7357c5b6
AM
4748# Is the header present?
4749echo "$as_me:$LINENO: checking minix/config.h presence" >&5
4750echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
4751cat >conftest.$ac_ext <<_ACEOF
4752/* confdefs.h. */
4753_ACEOF
4754cat confdefs.h >>conftest.$ac_ext
4755cat >>conftest.$ac_ext <<_ACEOF
4756/* end confdefs.h. */
4757#include <minix/config.h>
4758_ACEOF
4759if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4760 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4761 ac_status=$?
4762 grep -v '^ *+' conftest.er1 >conftest.err
4763 rm -f conftest.er1
4764 cat conftest.err >&5
4765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4766 (exit $ac_status); } >/dev/null; then
4767 if test -s conftest.err; then
4768 ac_cpp_err=$ac_c_preproc_warn_flag
4769 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4770 else
4771 ac_cpp_err=
4772 fi
4773else
4774 ac_cpp_err=yes
4775fi
4776if test -z "$ac_cpp_err"; then
4777 ac_header_preproc=yes
4778else
4779 echo "$as_me: failed program was:" >&5
4780sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 4781
7357c5b6
AM
4782 ac_header_preproc=no
4783fi
4784rm -f conftest.err conftest.$ac_ext
4785echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4786echo "${ECHO_T}$ac_header_preproc" >&6
9c8ebd6a 4787
7357c5b6
AM
4788# So? What about this header?
4789case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4790 yes:no: )
4791 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
4792echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4793 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
4794echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
4795 ac_header_preproc=yes
ce2cded5 4796 ;;
7357c5b6
AM
4797 no:yes:* )
4798 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
4799echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
4800 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
4801echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
4802 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
4803echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
4804 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
4805echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
4806 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
4807echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
4808 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
4809echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
4810 (
4811 cat <<\_ASBOX
4812## ------------------------------------------ ##
4813## Report this to the AC_PACKAGE_NAME lists. ##
4814## ------------------------------------------ ##
4815_ASBOX
4816 ) |
4817 sed "s/^/$as_me: WARNING: /" >&2
ce2cded5 4818 ;;
7357c5b6
AM
4819esac
4820echo "$as_me:$LINENO: checking for minix/config.h" >&5
4821echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
4822if test "${ac_cv_header_minix_config_h+set}" = set; then
ce2cded5
L
4823 echo $ECHO_N "(cached) $ECHO_C" >&6
4824else
7357c5b6 4825 ac_cv_header_minix_config_h=$ac_header_preproc
ce2cded5 4826fi
7357c5b6
AM
4827echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4828echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
9e9b66a9 4829
ce2cded5 4830fi
7357c5b6
AM
4831if test $ac_cv_header_minix_config_h = yes; then
4832 MINIX=yes
ce2cded5 4833else
7357c5b6 4834 MINIX=
ce2cded5 4835fi
42ecbf5e 4836
e5a52504 4837
7357c5b6
AM
4838 if test "$MINIX" = yes; then
4839
4840cat >>confdefs.h <<\_ACEOF
4841#define _POSIX_SOURCE 1
4842_ACEOF
d7040cdb 4843
d7040cdb 4844
7357c5b6
AM
4845cat >>confdefs.h <<\_ACEOF
4846#define _POSIX_1_SOURCE 2
4847_ACEOF
d7040cdb 4848
d7040cdb 4849
7357c5b6
AM
4850cat >>confdefs.h <<\_ACEOF
4851#define _MINIX 1
4852_ACEOF
d7040cdb 4853
7357c5b6 4854 fi
d7040cdb 4855
d7040cdb 4856
d7040cdb 4857
7357c5b6
AM
4858 echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
4859echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6
4860if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
ce2cded5
L
4861 echo $ECHO_N "(cached) $ECHO_C" >&6
4862else
7357c5b6
AM
4863 cat >conftest.$ac_ext <<_ACEOF
4864/* confdefs.h. */
4865_ACEOF
4866cat confdefs.h >>conftest.$ac_ext
4867cat >>conftest.$ac_ext <<_ACEOF
4868/* end confdefs.h. */
4869
4870# define __EXTENSIONS__ 1
4871 $ac_includes_default
4872int
4873main ()
4874{
4875
4876 ;
4877 return 0;
4878}
4879_ACEOF
4880rm -f conftest.$ac_objext
4881if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4882 (eval $ac_compile) 2>conftest.er1
4883 ac_status=$?
4884 grep -v '^ *+' conftest.er1 >conftest.err
4885 rm -f conftest.er1
4886 cat conftest.err >&5
4887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4888 (exit $ac_status); } &&
4889 { ac_try='test -z "$ac_c_werror_flag"
4890 || test ! -s conftest.err'
4891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4892 (eval $ac_try) 2>&5
4893 ac_status=$?
4894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); }; } &&
4896 { ac_try='test -s conftest.$ac_objext'
4897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4898 (eval $ac_try) 2>&5
4899 ac_status=$?
4900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4901 (exit $ac_status); }; }; then
4902 ac_cv_safe_to_define___extensions__=yes
ce2cded5 4903else
7357c5b6
AM
4904 echo "$as_me: failed program was:" >&5
4905sed 's/^/| /' conftest.$ac_ext >&5
4906
4907ac_cv_safe_to_define___extensions__=no
ce2cded5 4908fi
7357c5b6 4909rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 4910fi
7357c5b6
AM
4911echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
4912echo "${ECHO_T}$ac_cv_safe_to_define___extensions__" >&6
4913 test $ac_cv_safe_to_define___extensions__ = yes &&
4914 cat >>confdefs.h <<\_ACEOF
4915#define __EXTENSIONS__ 1
4916_ACEOF
4917
4918 cat >>confdefs.h <<\_ACEOF
4919#define _ALL_SOURCE 1
4920_ACEOF
4921
4922 cat >>confdefs.h <<\_ACEOF
4923#define _GNU_SOURCE 1
4924_ACEOF
4925
4926 cat >>confdefs.h <<\_ACEOF
4927#define _POSIX_PTHREAD_SEMANTICS 1
4928_ACEOF
4929
4930 cat >>confdefs.h <<\_ACEOF
4931#define _TANDEM_SOURCE 1
4932_ACEOF
4933
4934
4935# Find a good install program. We prefer a C program (faster),
4936# so one script is as good as another. But avoid the broken or
4937# incompatible versions:
4938# SysV /etc/install, /usr/sbin/install
4939# SunOS /usr/etc/install
4940# IRIX /sbin/install
4941# AIX /bin/install
4942# AmigaOS /C/install, which installs bootblocks on floppy discs
4943# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4944# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4945# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4946# OS/2's system install, which has a completely different semantic
4947# ./install, which can be erroneously created by make from ./install.sh.
4948# Reject install programs that cannot install multiple files.
4949echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4950echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4951if test -z "$INSTALL"; then
4952if test "${ac_cv_path_install+set}" = set; then
ce2cded5
L
4953 echo $ECHO_N "(cached) $ECHO_C" >&6
4954else
7357c5b6 4955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
ce2cded5
L
4956for as_dir in $PATH
4957do
4958 IFS=$as_save_IFS
4959 test -z "$as_dir" && as_dir=.
7357c5b6
AM
4960 # Account for people who put trailing slashes in PATH elements.
4961case $as_dir/ in
4962 ./ | .// | /cC/* | \
4963 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4964 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4965 /usr/ucb/* ) ;;
4966 *)
4967 # OSF1 and SCO ODT 3.0 have their own names for install.
4968 # Don't use installbsd from OSF since it installs stuff as root
4969 # by default.
4970 for ac_prog in ginstall scoinst install; do
4971 for ac_exec_ext in '' $ac_executable_extensions; do
4972 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4973 if test $ac_prog = install &&
4974 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4975 # AIX install. It has an incompatible calling convention.
4976 :
4977 elif test $ac_prog = install &&
4978 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4979 # program-specific install script used by HP pwplus--don't use.
4980 :
4981 else
4982 rm -rf conftest.one conftest.two conftest.dir
4983 echo one > conftest.one
4984 echo two > conftest.two
4985 mkdir conftest.dir
4986 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4987 test -s conftest.one && test -s conftest.two &&
4988 test -s conftest.dir/conftest.one &&
4989 test -s conftest.dir/conftest.two
4990 then
4991 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4992 break 3
4993 fi
4994 fi
4995 fi
4996 done
4997 done
4998 ;;
4999esac
ce2cded5 5000done
d15b04bd 5001
7357c5b6 5002rm -rf conftest.one conftest.two conftest.dir
d7040cdb 5003
42ecbf5e 5004fi
7357c5b6
AM
5005 if test "${ac_cv_path_install+set}" = set; then
5006 INSTALL=$ac_cv_path_install
5007 else
5008 # As a last resort, use the slow shell script. Don't cache a
5009 # value for INSTALL within a source directory, because that will
5010 # break other packages using the cache if that directory is
5011 # removed, or if the value is a relative name.
5012 INSTALL=$ac_install_sh
ce2cded5 5013 fi
e5a52504 5014fi
7357c5b6
AM
5015echo "$as_me:$LINENO: result: $INSTALL" >&5
5016echo "${ECHO_T}$INSTALL" >&6
e5a52504 5017
7357c5b6
AM
5018# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5019# It thinks the first close brace ends the variable substitution.
5020test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
d15b04bd 5021
7357c5b6 5022test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
42ecbf5e 5023
7357c5b6 5024test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
42ecbf5e 5025
42ecbf5e 5026
252b5132 5027
42ecbf5e 5028
7357c5b6
AM
5029macro_version='2.1a'
5030macro_revision='1.2435'
42ecbf5e 5031
252b5132 5032
42ecbf5e 5033
d15b04bd 5034
42ecbf5e 5035
252b5132 5036
e5a52504 5037
42ecbf5e 5038
42ecbf5e
DJ
5039
5040
42ecbf5e 5041
d7040cdb 5042
7357c5b6 5043ltmain="$ac_aux_dir/ltmain.sh"
d7040cdb 5044
7357c5b6
AM
5045# Set options
5046
5047enable_dlopen=no
d7040cdb 5048
d7040cdb 5049
7357c5b6
AM
5050enable_win32_dll=no
5051
5052
5053# Check whether --enable-shared or --disable-shared was given.
5054if test "${enable_shared+set}" = set; then
5055 enableval="$enable_shared"
5056 p=${PACKAGE-default}
5057 case $enableval in
5058 yes) enable_shared=yes ;;
5059 no) enable_shared=no ;;
5060 *)
5061 enable_shared=no
5062 # Look at the argument we got. We use all the common list separators.
5063 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5064 for pkg in $enableval; do
5065 IFS="$lt_save_ifs"
5066 if test "X$pkg" = "X$p"; then
5067 enable_shared=yes
5068 fi
5069 done
5070 IFS="$lt_save_ifs"
5071 ;;
5072 esac
5073else
5074 enable_shared=yes
5075fi;
42ecbf5e 5076
252b5132 5077
42ecbf5e 5078
42ecbf5e 5079
d7040cdb 5080
d7040cdb 5081
d7040cdb 5082
d7040cdb 5083
7357c5b6
AM
5084# Check whether --enable-static or --disable-static was given.
5085if test "${enable_static+set}" = set; then
5086 enableval="$enable_static"
5087 p=${PACKAGE-default}
5088 case $enableval in
5089 yes) enable_static=yes ;;
5090 no) enable_static=no ;;
5091 *)
5092 enable_static=no
5093 # Look at the argument we got. We use all the common list separators.
5094 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5095 for pkg in $enableval; do
5096 IFS="$lt_save_ifs"
5097 if test "X$pkg" = "X$p"; then
5098 enable_static=yes
5099 fi
5100 done
5101 IFS="$lt_save_ifs"
5102 ;;
5103 esac
5104else
5105 enable_static=yes
5106fi;
ce2cded5 5107
ce2cded5
L
5108
5109
42ecbf5e 5110
42ecbf5e 5111
42ecbf5e 5112
42ecbf5e 5113
d7040cdb 5114
d7040cdb 5115
7357c5b6
AM
5116# Check whether --with-pic or --without-pic was given.
5117if test "${with_pic+set}" = set; then
5118 withval="$with_pic"
5119 pic_mode="$withval"
5120else
5121 pic_mode=default
5122fi;
42ecbf5e 5123
7357c5b6 5124test -z "$pic_mode" && pic_mode=default
d7040cdb 5125
d7040cdb 5126
d7040cdb
SE
5127
5128
d7040cdb 5129
d7040cdb 5130
42ecbf5e 5131
7357c5b6
AM
5132# Check whether --enable-fast-install or --disable-fast-install was given.
5133if test "${enable_fast_install+set}" = set; then
5134 enableval="$enable_fast_install"
5135 p=${PACKAGE-default}
5136 case $enableval in
5137 yes) enable_fast_install=yes ;;
5138 no) enable_fast_install=no ;;
5139 *)
5140 enable_fast_install=no
5141 # Look at the argument we got. We use all the common list separators.
5142 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5143 for pkg in $enableval; do
5144 IFS="$lt_save_ifs"
5145 if test "X$pkg" = "X$p"; then
5146 enable_fast_install=yes
5147 fi
5148 done
5149 IFS="$lt_save_ifs"
5150 ;;
5151 esac
ce2cded5 5152else
7357c5b6
AM
5153 enable_fast_install=yes
5154fi;
d7040cdb 5155
252b5132 5156
252b5132 5157
252b5132 5158
252b5132
RH
5159
5160
ce2cded5
L
5161
5162
7357c5b6
AM
5163echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5164echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
5165if test "${lt_cv_path_SED+set}" = set; then
ce2cded5 5166 echo $ECHO_N "(cached) $ECHO_C" >&6
d7040cdb 5167else
7357c5b6
AM
5168 # Loop through the user's path and test for sed and gsed.
5169# Then use that list of sed's as ones to test for truncation.
5170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171for as_dir in $PATH
5172do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for lt_ac_prog in sed gsed; do
5176 for ac_exec_ext in '' $ac_executable_extensions; do
5177 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5178 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5179 fi
5180 done
5181 done
5182done
5183IFS=$as_save_IFS
5184lt_ac_max=0
5185lt_ac_count=0
5186# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5187# along with /bin/sed that truncates output.
5188for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5189 test ! -f $lt_ac_sed && continue
5190 cat /dev/null > conftest.in
5191 lt_ac_count=0
5192 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5193 # Check for GNU sed and select it if it is found.
5194 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5195 lt_cv_path_SED=$lt_ac_sed
5196 break
ce2cded5 5197 fi
7357c5b6
AM
5198 while true; do
5199 cat conftest.in conftest.in >conftest.tmp
5200 mv conftest.tmp conftest.in
5201 cp conftest.in conftest.nl
5202 echo >>conftest.nl
5203 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5204 cmp -s conftest.out conftest.nl || break
5205 # 10000 chars as input seems more than enough
5206 test $lt_ac_count -gt 10 && break
5207 lt_ac_count=`expr $lt_ac_count + 1`
5208 if test $lt_ac_count -gt $lt_ac_max; then
5209 lt_ac_max=$lt_ac_count
5210 lt_cv_path_SED=$lt_ac_sed
5211 fi
5212 done
5213done
20e95c23 5214
7357c5b6 5215fi
20e95c23 5216
7357c5b6 5217SED=$lt_cv_path_SED
20e95c23 5218
7357c5b6
AM
5219echo "$as_me:$LINENO: result: $SED" >&5
5220echo "${ECHO_T}$SED" >&6
20e95c23 5221
7357c5b6
AM
5222test -z "$SED" && SED=sed
5223Xsed="$SED -e 1s/^X//"
20e95c23
DJ
5224
5225
5226
5227
5228
5229
20e95c23 5230
20e95c23 5231
d7040cdb 5232
d7040cdb 5233
7357c5b6
AM
5234
5235echo "$as_me:$LINENO: checking for fgrep" >&5
5236echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
5237if test "${ac_cv_prog_fgrep+set}" = set; then
5238 echo $ECHO_N "(cached) $ECHO_C" >&6
5239else
5240 if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
5241 then ac_cv_prog_fgrep='grep -F'
5242 else ac_cv_prog_fgrep='fgrep'
5243 fi
20e95c23 5244fi
7357c5b6
AM
5245echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
5246echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
5247 FGREP=$ac_cv_prog_fgrep
5248
5249
5250test -z "$GREP" && GREP=grep
5251
d7040cdb
SE
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
20e95c23 5263
ce2cded5 5264
d7040cdb 5265
7357c5b6
AM
5266
5267
5268
5269
5270# Check whether --with-gnu-ld or --without-gnu-ld was given.
5271if test "${with_gnu_ld+set}" = set; then
5272 withval="$with_gnu_ld"
5273 test "$withval" = no || with_gnu_ld=yes
5274else
5275 with_gnu_ld=no
5276fi;
5277ac_prog=ld
5278if test "$GCC" = yes; then
5279 # Check if gcc -print-prog-name=ld gives a path.
5280 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5281echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
5282 case $host in
5283 *-*-mingw*)
5284 # gcc leaves a trailing carriage return which upsets mingw
5285 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5286 *)
5287 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5288 esac
5289 case $ac_prog in
5290 # Accept absolute paths.
5291 [\\/]* | ?:[\\/]*)
5292 re_direlt='/[^/][^/]*/\.\./'
5293 # Canonicalize the pathname of ld
5294 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5295 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5296 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5297 done
5298 test -z "$LD" && LD="$ac_prog"
5299 ;;
5300 "")
5301 # If it fails, then pretend we aren't using GCC.
5302 ac_prog=ld
5303 ;;
5304 *)
5305 # If it is relative, then search for the first ld in PATH.
5306 with_gnu_ld=unknown
5307 ;;
5308 esac
5309elif test "$with_gnu_ld" = yes; then
5310 echo "$as_me:$LINENO: checking for GNU ld" >&5
5311echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5312else
5313 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5314echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
ce2cded5 5315fi
7357c5b6 5316if test "${lt_cv_path_LD+set}" = set; then
ce2cded5
L
5317 echo $ECHO_N "(cached) $ECHO_C" >&6
5318else
7357c5b6
AM
5319 if test -z "$LD"; then
5320 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5321 for ac_dir in $PATH; do
5322 IFS="$lt_save_ifs"
5323 test -z "$ac_dir" && ac_dir=.
5324 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5325 lt_cv_path_LD="$ac_dir/$ac_prog"
5326 # Check to see if the program is GNU ld. I'd rather use --version,
5327 # but apparently some variants of GNU ld only accept -v.
5328 # Break only if it was the GNU/non-GNU ld that we prefer.
5329 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5330 *GNU* | *'with BFD'*)
5331 test "$with_gnu_ld" != no && break
5332 ;;
5333 *)
5334 test "$with_gnu_ld" != yes && break
5335 ;;
5336 esac
5337 fi
5338 done
5339 IFS="$lt_save_ifs"
ce2cded5 5340else
7357c5b6 5341 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ce2cded5
L
5342fi
5343fi
7357c5b6
AM
5344
5345LD="$lt_cv_path_LD"
5346if test -n "$LD"; then
5347 echo "$as_me:$LINENO: result: $LD" >&5
5348echo "${ECHO_T}$LD" >&6
ce2cded5
L
5349else
5350 echo "$as_me:$LINENO: result: no" >&5
5351echo "${ECHO_T}no" >&6
5352fi
7357c5b6
AM
5353test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5354echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5355 { (exit 1); exit 1; }; }
5356echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5357echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5358if test "${lt_cv_prog_gnu_ld+set}" = set; then
5359 echo $ECHO_N "(cached) $ECHO_C" >&6
ce2cded5 5360else
7357c5b6
AM
5361 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5362case `$LD -v 2>&1 </dev/null` in
5363*GNU* | *'with BFD'*)
5364 lt_cv_prog_gnu_ld=yes
5365 ;;
5366*)
5367 lt_cv_prog_gnu_ld=no
5368 ;;
5369esac
ce2cded5 5370fi
7357c5b6
AM
5371echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5372echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
5373with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
7357c5b6
AM
5384echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5385echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
5386if test "${lt_cv_path_NM+set}" = set; then
ce2cded5
L
5387 echo $ECHO_N "(cached) $ECHO_C" >&6
5388else
7357c5b6
AM
5389 if test -n "$NM"; then
5390 # Let the user override the test.
5391 lt_cv_path_NM="$NM"
ce2cded5 5392else
7357c5b6
AM
5393 lt_nm_to_check="${ac_tool_prefix}nm"
5394 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5395 lt_nm_to_check="$lt_nm_to_check nm"
20e95c23 5396 fi
7357c5b6
AM
5397 for lt_tmp_nm in $lt_nm_to_check; do
5398 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5399 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5400 IFS="$lt_save_ifs"
5401 test -z "$ac_dir" && ac_dir=.
5402 tmp_nm="$ac_dir/$lt_tmp_nm"
5403 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5404 # Check to see if the nm accepts a BSD-compat flag.
5405 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5406 # nm: unknown option "B" ignored
5407 # Tru64's nm complains that /dev/null is an invalid object file
5408 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5409 */dev/null* | *'Invalid file or object type'*)
5410 lt_cv_path_NM="$tmp_nm -B"
5411 break
5412 ;;
5413 *)
5414 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5415 */dev/null*)
5416 lt_cv_path_NM="$tmp_nm -p"
5417 break
5418 ;;
5419 *)
5420 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5421 continue # so that we can try to find one that supports BSD flags
5422 ;;
5423 esac
5424 ;;
5425 esac
5426 fi
5427 done
5428 IFS="$lt_save_ifs"
5429 done
5430 : ${lt_cv_path_NM=no}
ce2cded5
L
5431fi
5432fi
7357c5b6
AM
5433echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5434echo "${ECHO_T}$lt_cv_path_NM" >&6
5435if test "$lt_cv_path_NM" != "no"; then
5436 NM="$lt_cv_path_NM"
ce2cded5 5437else
7357c5b6
AM
5438 # Didn't find any BSD compatible name lister, look for dumpbin.
5439 if test -n "$ac_tool_prefix"; then
5440 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5441 do
5442 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5443set dummy $ac_tool_prefix$ac_prog; ac_word=$2
ce2cded5
L
5444echo "$as_me:$LINENO: checking for $ac_word" >&5
5445echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7357c5b6 5446if test "${ac_cv_prog_DUMPBIN+set}" = set; then
20e95c23
DJ
5447 echo $ECHO_N "(cached) $ECHO_C" >&6
5448else
7357c5b6
AM
5449 if test -n "$DUMPBIN"; then
5450 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ce2cded5
L
5451else
5452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5453for as_dir in $PATH
5454do
5455 IFS=$as_save_IFS
5456 test -z "$as_dir" && as_dir=.
5457 for ac_exec_ext in '' $ac_executable_extensions; do
5458 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5459 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
ce2cded5
L
5460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5461 break 2
5462 fi
5463done
5464done
d7040cdb 5465
20e95c23 5466fi
ce2cded5 5467fi
7357c5b6
AM
5468DUMPBIN=$ac_cv_prog_DUMPBIN
5469if test -n "$DUMPBIN"; then
5470 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5471echo "${ECHO_T}$DUMPBIN" >&6
42ecbf5e
DJ
5472else
5473 echo "$as_me:$LINENO: result: no" >&5
5474echo "${ECHO_T}no" >&6
5475fi
5476
7357c5b6
AM
5477 test -n "$DUMPBIN" && break
5478 done
ce2cded5 5479fi
7357c5b6
AM
5480if test -z "$DUMPBIN"; then
5481 ac_ct_DUMPBIN=$DUMPBIN
5482 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5483do
5484 # Extract the first word of "$ac_prog", so it can be a program name with args.
5485set dummy $ac_prog; ac_word=$2
ce2cded5
L
5486echo "$as_me:$LINENO: checking for $ac_word" >&5
5487echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7357c5b6 5488if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
42ecbf5e
DJ
5489 echo $ECHO_N "(cached) $ECHO_C" >&6
5490else
7357c5b6
AM
5491 if test -n "$ac_ct_DUMPBIN"; then
5492 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
ce2cded5
L
5493else
5494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5495for as_dir in $PATH
5496do
5497 IFS=$as_save_IFS
5498 test -z "$as_dir" && as_dir=.
5499 for ac_exec_ext in '' $ac_executable_extensions; do
5500 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7357c5b6 5501 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
ce2cded5
L
5502 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5503 break 2
5504 fi
5505done
5506done
d7040cdb 5507
ce2cded5
L
5508fi
5509fi
7357c5b6
AM
5510ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5511if test -n "$ac_ct_DUMPBIN"; then
5512 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5513echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
ce2cded5
L
5514else
5515 echo "$as_me:$LINENO: result: no" >&5
5516echo "${ECHO_T}no" >&6
5517fi
d7040cdb 5518
7357c5b6 5519 test -n "$ac_ct_DUMPBIN" && break
ce2cded5 5520done
7357c5b6 5521test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
d7040cdb 5522
7357c5b6 5523 DUMPBIN=$ac_ct_DUMPBIN
ce2cded5 5524fi
7357c5b6
AM
5525
5526
5527 if test "$DUMPBIN" != ":"; then
5528 NM="$DUMPBIN"
5529 fi
ce2cded5 5530fi
7357c5b6
AM
5531test -z "$NM" && NM=nm
5532
5533
5534
5535
5536
5537
5538echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5539echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
5540if test "${lt_cv_nm_interface+set}" = set; then
5541 echo $ECHO_N "(cached) $ECHO_C" >&6
20e95c23 5542else
7357c5b6
AM
5543 lt_cv_nm_interface="BSD nm"
5544 echo "int some_variable = 0;" > conftest.$ac_ext
da594c4a 5545 (eval echo "\"\$as_me:5545: $ac_compile\"" >&5)
7357c5b6
AM
5546 (eval "$ac_compile" 2>conftest.err)
5547 cat conftest.err >&5
da594c4a 5548 (eval echo "\"\$as_me:5548: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7357c5b6
AM
5549 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5550 cat conftest.err >&5
da594c4a 5551 (eval echo "\"\$as_me:5551: output\"" >&5)
7357c5b6
AM
5552 cat conftest.out >&5
5553 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5554 lt_cv_nm_interface="MS dumpbin"
5555 fi
5556 rm -f conftest*
20e95c23 5557fi
7357c5b6
AM
5558echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
5559echo "${ECHO_T}$lt_cv_nm_interface" >&6
20e95c23 5560
7357c5b6
AM
5561echo "$as_me:$LINENO: checking whether ln -s works" >&5
5562echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5563LN_S=$as_ln_s
5564if test "$LN_S" = "ln -s"; then
5565 echo "$as_me:$LINENO: result: yes" >&5
5566echo "${ECHO_T}yes" >&6
ce2cded5 5567else
7357c5b6
AM
5568 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5569echo "${ECHO_T}no, using $LN_S" >&6
d7040cdb 5570fi
20e95c23 5571
7357c5b6
AM
5572# find the maximum length of command line arguments
5573echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5574echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
5575if test "${lt_cv_sys_max_cmd_len+set}" = set; then
5576 echo $ECHO_N "(cached) $ECHO_C" >&6
5577else
5578 i=0
5579 teststring="ABCD"
20e95c23 5580
7357c5b6
AM
5581 case $build_os in
5582 msdosdjgpp*)
5583 # On DJGPP, this test can blow up pretty badly due to problems in libc
5584 # (any single argument exceeding 2000 bytes causes a buffer overrun
5585 # during glob expansion). Even if it were fixed, the result of this
5586 # check would be larger than it should be.
5587 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5588 ;;
20e95c23 5589
7357c5b6
AM
5590 gnu*)
5591 # Under GNU Hurd, this test is not required because there is
5592 # no limit to the length of command line arguments.
5593 # Libtool will interpret -1 as no limit whatsoever
5594 lt_cv_sys_max_cmd_len=-1;
5595 ;;
20e95c23 5596
7357c5b6
AM
5597 cygwin* | mingw*)
5598 # On Win9x/ME, this test blows up -- it succeeds, but takes
5599 # about 5 minutes as the teststring grows exponentially.
5600 # Worse, since 9x/ME are not pre-emptively multitasking,
5601 # you end up with a "frozen" computer, even though with patience
5602 # the test eventually succeeds (with a max line length of 256k).
5603 # Instead, let's just punt: use the minimum linelength reported by
5604 # all of the supported platforms: 8192 (on NT/2K/XP).
5605 lt_cv_sys_max_cmd_len=8192;
5606 ;;
20e95c23 5607
7357c5b6
AM
5608 amigaos*)
5609 # On AmigaOS with pdksh, this test takes hours, literally.
5610 # So we just punt and use a minimum line length of 8192.
5611 lt_cv_sys_max_cmd_len=8192;
5612 ;;
20e95c23 5613
7357c5b6
AM
5614 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5615 # This has been around since 386BSD, at least. Likely further.
5616 if test -x /sbin/sysctl; then
5617 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5618 elif test -x /usr/sbin/sysctl; then
5619 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5620 else
5621 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5622 fi
5623 # And add a safety zone
5624 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5625 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5626 ;;
d7040cdb 5627
7357c5b6
AM
5628 interix*)
5629 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5630 lt_cv_sys_max_cmd_len=196608
5631 ;;
d7040cdb 5632
7357c5b6
AM
5633 osf*)
5634 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5635 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5636 # nice to cause kernel panics so lets avoid the loop below.
5637 # First set a reasonable default.
5638 lt_cv_sys_max_cmd_len=16384
5639 #
5640 if test -x /sbin/sysconfig; then
5641 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5642 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5643 esac
5644 fi
5645 ;;
5646 sco3.2v5*)
5647 lt_cv_sys_max_cmd_len=102400
5648 ;;
5649 sysv5* | sco5v6* | sysv4.2uw2*)
5650 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5651 if test -n "$kargmax"; then
5652 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5653 else
5654 lt_cv_sys_max_cmd_len=32768
5655 fi
ce2cded5
L
5656 ;;
5657 *)
7357c5b6
AM
5658 lt_cv_sys_max_cmd_len=`getconf ARG_MAX 2> /dev/null`
5659 if test -n $lt_cv_sys_max_cmd_len; then
5660 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5661 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5662 else
5663 # Make teststring a little bigger before we do anything with it.
5664 # a 1K string should be a reasonable start.
5665 for i in 1 2 3 4 5 6 7 8 ; do
5666 teststring=$teststring$teststring
5667 done
5668 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5669 # If test is not a shell built-in, we'll probably end up computing a
5670 # maximum length that is only half of the actual maximum length, but
5671 # we can't tell.
5672 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5673 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5674 test $i != 17 # 1/2 MB should be enough
5675 do
5676 i=`expr $i + 1`
5677 teststring=$teststring$teststring
5678 done
5679 # Only check the string length outside the loop.
5680 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5681 teststring=
5682 # Add a significant safety factor because C++ compilers can tack on
5683 # massive amounts of additional arguments before passing them to the
5684 # linker. It appears as though 1/2 is a usable value.
5685 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5686 fi
ce2cded5
L
5687 ;;
5688 esac
d7040cdb 5689
7357c5b6 5690fi
d7040cdb 5691
7357c5b6
AM
5692if test -n $lt_cv_sys_max_cmd_len ; then
5693 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
5694echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
5695else
5696 echo "$as_me:$LINENO: result: none" >&5
5697echo "${ECHO_T}none" >&6
5698fi
5699max_cmd_len=$lt_cv_sys_max_cmd_len
d7040cdb
SE
5700
5701
5702
5703
5704
d7040cdb 5705
d7040cdb 5706
7357c5b6
AM
5707: ${CP="cp -f"}
5708: ${MV="mv -f"}
5709: ${RM="rm -f"}
d7040cdb 5710
7357c5b6
AM
5711echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5712echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
5713# Try some XSI features
5714xsi_shell=no
5715( _lt_dummy="a/b/c"
5716 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5717 = c,a/b,, ) >/dev/null 2>&1 \
5718 && xsi_shell=yes
5719echo "$as_me:$LINENO: result: $xsi_shell" >&5
5720echo "${ECHO_T}$xsi_shell" >&6
d7040cdb 5721
d7040cdb 5722
7357c5b6
AM
5723echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5724echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
5725lt_shell_append=no
5726( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5727 >/dev/null 2>&1 \
5728 && lt_shell_append=yes
5729echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5730echo "${ECHO_T}$lt_shell_append" >&6
d7040cdb
SE
5731
5732
7357c5b6
AM
5733if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5734 lt_unset=unset
5735else
5736 lt_unset=false
5737fi
d7040cdb 5738
d7040cdb 5739
d7040cdb 5740
d7040cdb 5741
d7040cdb 5742
7357c5b6
AM
5743# test EBCDIC or ASCII
5744case `echo X|tr X '\101'` in
5745 A) # ASCII based system
5746 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5747 lt_SP2NL='tr \040 \012'
5748 lt_NL2SP='tr \015\012 \040\040'
5749 ;;
5750 *) # EBCDIC based system
5751 lt_SP2NL='tr \100 \n'
5752 lt_NL2SP='tr \r\n \100\100'
5753 ;;
5754esac
42ecbf5e 5755
d7040cdb
SE
5756
5757
5758
5759
5760
5761
d7040cdb 5762
d7040cdb 5763
7357c5b6
AM
5764echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5765echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
5766if test "${lt_cv_ld_reload_flag+set}" = set; then
5767 echo $ECHO_N "(cached) $ECHO_C" >&6
5768else
5769 lt_cv_ld_reload_flag='-r'
5770fi
5771echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5772echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
5773reload_flag=$lt_cv_ld_reload_flag
5774case $reload_flag in
5775"" | " "*) ;;
5776*) reload_flag=" $reload_flag" ;;
5777esac
5778reload_cmds='$LD$reload_flag -o $output$reload_objs'
5779case $host_os in
5780 darwin*)
5781 if test "$GCC" = yes; then
5782 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5783 else
5784 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5785 fi
5786 ;;
5787esac
d7040cdb 5788
d7040cdb 5789
d7040cdb 5790
d7040cdb 5791
d7040cdb 5792
d7040cdb 5793
d7040cdb 5794
d7040cdb 5795
d7040cdb 5796
d7040cdb 5797
7357c5b6
AM
5798echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5799echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
5800if test "${lt_cv_deplibs_check_method+set}" = set; then
ce2cded5
L
5801 echo $ECHO_N "(cached) $ECHO_C" >&6
5802else
7357c5b6
AM
5803 lt_cv_file_magic_cmd='$MAGIC_CMD'
5804lt_cv_file_magic_test_file=
5805lt_cv_deplibs_check_method='unknown'
5806# Need to set the preceding variable on all platforms that support
5807# interlibrary dependencies.
5808# 'none' -- dependencies not supported.
5809# `unknown' -- same as none, but documents that we really don't know.
5810# 'pass_all' -- all dependencies passed with no checks.
5811# 'test_compile' -- check by making test program.
5812# 'file_magic [[regex]]' -- check by looking for files in library path
5813# which responds to the $file_magic_cmd with a given extended regex.
5814# If you have `file' or equivalent on your system and you're not sure
5815# whether `pass_all' will *always* work, you probably want this one.
d7040cdb 5816
ce2cded5 5817case $host_os in
7357c5b6
AM
5818aix[4-9]*)
5819 lt_cv_deplibs_check_method=pass_all
ce2cded5 5820 ;;
7357c5b6
AM
5821
5822beos*)
5823 lt_cv_deplibs_check_method=pass_all
ce2cded5 5824 ;;
7357c5b6
AM
5825
5826bsdi[45]*)
5827 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5828 lt_cv_file_magic_cmd='/usr/bin/file -L'
5829 lt_cv_file_magic_test_file=/shlib/libc.so
ce2cded5 5830 ;;
7357c5b6
AM
5831
5832cygwin*)
5833 # func_win32_libid is a shell function defined in ltmain.sh
5834 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5835 lt_cv_file_magic_cmd='func_win32_libid'
ce2cded5 5836 ;;
7357c5b6
AM
5837
5838mingw* | pw32*)
5839 # Base MSYS/MinGW do not provide the 'file' command needed by
5840 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5841 # unless we find 'file', for example because we are cross-compiling.
5842 if ( file / ) >/dev/null 2>&1; then
5843 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5844 lt_cv_file_magic_cmd='func_win32_libid'
5845 else
5846 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5847 lt_cv_file_magic_cmd='$OBJDUMP -f'
5848 fi
ce2cded5 5849 ;;
7357c5b6
AM
5850
5851darwin* | rhapsody*)
5852 lt_cv_deplibs_check_method=pass_all
ce2cded5 5853 ;;
7357c5b6
AM
5854
5855freebsd* | dragonfly*)
5856 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5857 case $host_cpu in
5858 i*86 )
5859 # Not sure whether the presence of OpenBSD here was a mistake.
5860 # Let's accept both of them until this is cleared up.
5861 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5862 lt_cv_file_magic_cmd=/usr/bin/file
5863 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5864 ;;
5865 esac
5866 else
5867 lt_cv_deplibs_check_method=pass_all
5868 fi
ce2cded5 5869 ;;
7357c5b6
AM
5870
5871gnu*)
5872 lt_cv_deplibs_check_method=pass_all
ce2cded5 5873 ;;
7357c5b6
AM
5874
5875hpux10.20* | hpux11*)
5876 lt_cv_file_magic_cmd=/usr/bin/file
5877 case $host_cpu in
5878 ia64*)
5879 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5880 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5881 ;;
5882 hppa*64*)
5883 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]'
5884 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5885 ;;
5886 *)
5887 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5888 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5889 ;;
5890 esac
ce2cded5 5891 ;;
d7040cdb 5892
7357c5b6
AM
5893interix[3-9]*)
5894 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5895 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5896 ;;
d7040cdb 5897
7357c5b6
AM
5898irix5* | irix6* | nonstopux*)
5899 case $LD in
5900 *-32|*"-32 ") libmagic=32-bit;;
5901 *-n32|*"-n32 ") libmagic=N32;;
5902 *-64|*"-64 ") libmagic=64-bit;;
5903 *) libmagic=never-match;;
5904 esac
5905 lt_cv_deplibs_check_method=pass_all
5906 ;;
d7040cdb 5907
7357c5b6
AM
5908# This must be Linux ELF.
5909linux* | k*bsd*-gnu)
5910 lt_cv_deplibs_check_method=pass_all
5911 ;;
d7040cdb 5912
7357c5b6
AM
5913netbsd*)
5914 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5915 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5916 else
5917 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5918 fi
ce2cded5 5919 ;;
d7040cdb 5920
7357c5b6
AM
5921newos6*)
5922 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5923 lt_cv_file_magic_cmd=/usr/bin/file
5924 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5925 ;;
d7040cdb 5926
7357c5b6
AM
5927*nto* | *qnx*)
5928 lt_cv_deplibs_check_method=pass_all
5929 ;;
d7040cdb 5930
7357c5b6
AM
5931openbsd*)
5932 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5933 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
ce2cded5 5934 else
7357c5b6 5935 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
ce2cded5 5936 fi
7357c5b6 5937 ;;
d7040cdb 5938
7357c5b6
AM
5939osf3* | osf4* | osf5*)
5940 lt_cv_deplibs_check_method=pass_all
5941 ;;
d7040cdb 5942
7357c5b6
AM
5943rdos*)
5944 lt_cv_deplibs_check_method=pass_all
5945 ;;
d7040cdb 5946
7357c5b6
AM
5947solaris*)
5948 lt_cv_deplibs_check_method=pass_all
5949 ;;
d7040cdb 5950
7357c5b6
AM
5951sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5952 lt_cv_deplibs_check_method=pass_all
5953 ;;
d7040cdb 5954
7357c5b6
AM
5955sysv4 | sysv4.3*)
5956 case $host_vendor in
5957 motorola)
5958 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]'
5959 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5960 ;;
5961 ncr)
5962 lt_cv_deplibs_check_method=pass_all
5963 ;;
5964 sequent)
5965 lt_cv_file_magic_cmd='/bin/file'
5966 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5967 ;;
5968 sni)
5969 lt_cv_file_magic_cmd='/bin/file'
5970 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5971 lt_cv_file_magic_test_file=/lib/libc.so
5972 ;;
5973 siemens)
5974 lt_cv_deplibs_check_method=pass_all
5975 ;;
5976 pc)
5977 lt_cv_deplibs_check_method=pass_all
5978 ;;
5979 esac
5980 ;;
d7040cdb 5981
7357c5b6
AM
5982tpf*)
5983 lt_cv_deplibs_check_method=pass_all
5984 ;;
5985esac
d7040cdb 5986
7357c5b6
AM
5987fi
5988echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5989echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5990file_magic_cmd=$lt_cv_file_magic_cmd
5991deplibs_check_method=$lt_cv_deplibs_check_method
5992test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb
SE
5993
5994
5995
7357c5b6
AM
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005if test -n "$ac_tool_prefix"; then
6006 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6007set dummy ${ac_tool_prefix}ar; ac_word=$2
6008echo "$as_me:$LINENO: checking for $ac_word" >&5
6009echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6010if test "${ac_cv_prog_AR+set}" = set; then
6011 echo $ECHO_N "(cached) $ECHO_C" >&6
6012else
6013 if test -n "$AR"; then
6014 ac_cv_prog_AR="$AR" # Let the user override the test.
6015else
6016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017for as_dir in $PATH
6018do
6019 IFS=$as_save_IFS
6020 test -z "$as_dir" && as_dir=.
6021 for ac_exec_ext in '' $ac_executable_extensions; do
6022 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6023 ac_cv_prog_AR="${ac_tool_prefix}ar"
6024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6025 break 2
ce2cded5
L
6026 fi
6027done
7357c5b6 6028done
d7040cdb 6029
42ecbf5e 6030fi
ce2cded5 6031fi
7357c5b6
AM
6032AR=$ac_cv_prog_AR
6033if test -n "$AR"; then
6034 echo "$as_me:$LINENO: result: $AR" >&5
6035echo "${ECHO_T}$AR" >&6
42ecbf5e 6036else
7357c5b6
AM
6037 echo "$as_me:$LINENO: result: no" >&5
6038echo "${ECHO_T}no" >&6
42ecbf5e
DJ
6039fi
6040
7357c5b6
AM
6041fi
6042if test -z "$ac_cv_prog_AR"; then
6043 ac_ct_AR=$AR
6044 # Extract the first word of "ar", so it can be a program name with args.
6045set dummy ar; ac_word=$2
6046echo "$as_me:$LINENO: checking for $ac_word" >&5
6047echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6048if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6049 echo $ECHO_N "(cached) $ECHO_C" >&6
6050else
6051 if test -n "$ac_ct_AR"; then
6052 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6053else
6054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055for as_dir in $PATH
6056do
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_exec_ext in '' $ac_executable_extensions; do
6060 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6061 ac_cv_prog_ac_ct_AR="ar"
6062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6063 break 2
6064 fi
6065done
6066done
42ecbf5e 6067
7357c5b6
AM
6068 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
6069fi
6070fi
6071ac_ct_AR=$ac_cv_prog_ac_ct_AR
6072if test -n "$ac_ct_AR"; then
6073 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6074echo "${ECHO_T}$ac_ct_AR" >&6
6075else
6076 echo "$as_me:$LINENO: result: no" >&5
6077echo "${ECHO_T}no" >&6
6078fi
d7040cdb 6079
7357c5b6
AM
6080 AR=$ac_ct_AR
6081else
6082 AR="$ac_cv_prog_AR"
6083fi
d7040cdb 6084
7357c5b6
AM
6085test -z "$AR" && AR=ar
6086test -z "$AR_FLAGS" && AR_FLAGS=cru
d7040cdb
SE
6087
6088
6089
20e95c23 6090
d7040cdb 6091
d7040cdb
SE
6092
6093
6094
6095
6096
6097
7357c5b6
AM
6098if test -n "$ac_tool_prefix"; then
6099 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6100set dummy ${ac_tool_prefix}strip; ac_word=$2
6101echo "$as_me:$LINENO: checking for $ac_word" >&5
6102echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6103if test "${ac_cv_prog_STRIP+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6105else
6106 if test -n "$STRIP"; then
6107 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6108else
6109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110for as_dir in $PATH
6111do
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6116 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6118 break 2
ce2cded5 6119 fi
7357c5b6
AM
6120done
6121done
d7040cdb 6122
7357c5b6
AM
6123fi
6124fi
6125STRIP=$ac_cv_prog_STRIP
6126if test -n "$STRIP"; then
6127 echo "$as_me:$LINENO: result: $STRIP" >&5
6128echo "${ECHO_T}$STRIP" >&6
6129else
6130 echo "$as_me:$LINENO: result: no" >&5
6131echo "${ECHO_T}no" >&6
6132fi
6133
6134fi
6135if test -z "$ac_cv_prog_STRIP"; then
6136 ac_ct_STRIP=$STRIP
6137 # Extract the first word of "strip", so it can be a program name with args.
6138set dummy strip; ac_word=$2
6139echo "$as_me:$LINENO: checking for $ac_word" >&5
6140echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6141if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6142 echo $ECHO_N "(cached) $ECHO_C" >&6
6143else
6144 if test -n "$ac_ct_STRIP"; then
6145 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6146else
6147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6148for as_dir in $PATH
6149do
6150 IFS=$as_save_IFS
6151 test -z "$as_dir" && as_dir=.
6152 for ac_exec_ext in '' $ac_executable_extensions; do
6153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6154 ac_cv_prog_ac_ct_STRIP="strip"
6155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6156 break 2
ce2cded5 6157 fi
7357c5b6
AM
6158done
6159done
d7040cdb 6160
7357c5b6
AM
6161 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
6162fi
6163fi
6164ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6165if test -n "$ac_ct_STRIP"; then
6166 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6167echo "${ECHO_T}$ac_ct_STRIP" >&6
20e95c23 6168else
7357c5b6
AM
6169 echo "$as_me:$LINENO: result: no" >&5
6170echo "${ECHO_T}no" >&6
6171fi
d7040cdb 6172
7357c5b6
AM
6173 STRIP=$ac_ct_STRIP
6174else
6175 STRIP="$ac_cv_prog_STRIP"
6176fi
d7040cdb 6177
7357c5b6 6178test -z "$STRIP" && STRIP=:
d7040cdb 6179
d7040cdb
SE
6180
6181
6182
d7040cdb 6183
7357c5b6
AM
6184
6185if test -n "$ac_tool_prefix"; then
6186 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6187set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6188echo "$as_me:$LINENO: checking for $ac_word" >&5
6189echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6190if test "${ac_cv_prog_RANLIB+set}" = set; then
ce2cded5
L
6191 echo $ECHO_N "(cached) $ECHO_C" >&6
6192else
7357c5b6
AM
6193 if test -n "$RANLIB"; then
6194 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6195else
6196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6197for as_dir in $PATH
ce2cded5 6198do
7357c5b6
AM
6199 IFS=$as_save_IFS
6200 test -z "$as_dir" && as_dir=.
6201 for ac_exec_ext in '' $ac_executable_extensions; do
6202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6203 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6205 break 2
ce2cded5 6206 fi
7357c5b6
AM
6207done
6208done
6209
ce2cded5 6210fi
7357c5b6
AM
6211fi
6212RANLIB=$ac_cv_prog_RANLIB
6213if test -n "$RANLIB"; then
6214 echo "$as_me:$LINENO: result: $RANLIB" >&5
6215echo "${ECHO_T}$RANLIB" >&6
ce2cded5 6216else
7357c5b6
AM
6217 echo "$as_me:$LINENO: result: no" >&5
6218echo "${ECHO_T}no" >&6
ce2cded5 6219fi
d7040cdb 6220
7357c5b6
AM
6221fi
6222if test -z "$ac_cv_prog_RANLIB"; then
6223 ac_ct_RANLIB=$RANLIB
6224 # Extract the first word of "ranlib", so it can be a program name with args.
6225set dummy ranlib; ac_word=$2
6226echo "$as_me:$LINENO: checking for $ac_word" >&5
6227echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6228if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6229 echo $ECHO_N "(cached) $ECHO_C" >&6
ce2cded5 6230else
7357c5b6
AM
6231 if test -n "$ac_ct_RANLIB"; then
6232 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6233else
6234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235for as_dir in $PATH
6236do
6237 IFS=$as_save_IFS
6238 test -z "$as_dir" && as_dir=.
6239 for ac_exec_ext in '' $ac_executable_extensions; do
6240 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6241 ac_cv_prog_ac_ct_RANLIB="ranlib"
6242 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6243 break 2
6244 fi
6245done
6246done
6247
6248 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ce2cded5 6249fi
7357c5b6
AM
6250fi
6251ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6252if test -n "$ac_ct_RANLIB"; then
6253 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6254echo "${ECHO_T}$ac_ct_RANLIB" >&6
ce2cded5 6255else
7357c5b6
AM
6256 echo "$as_me:$LINENO: result: no" >&5
6257echo "${ECHO_T}no" >&6
ce2cded5 6258fi
d7040cdb 6259
7357c5b6
AM
6260 RANLIB=$ac_ct_RANLIB
6261else
6262 RANLIB="$ac_cv_prog_RANLIB"
ce2cded5 6263fi
d7040cdb 6264
7357c5b6 6265test -z "$RANLIB" && RANLIB=:
d7040cdb 6266
7357c5b6
AM
6267
6268
6269
6270
6271
6272# Determine commands to create old-style static archives.
6273old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
6274old_postinstall_cmds='chmod 644 $oldlib'
6275old_postuninstall_cmds=
6276
6277if test -n "$RANLIB"; then
6278 case $host_os in
6279 openbsd*)
6280 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6281 ;;
6282 *)
6283 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6284 ;;
6285 esac
6286 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
ce2cded5 6287fi
7357c5b6
AM
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322# If no C compiler was specified, use CC.
6323LTCC=${LTCC-"$CC"}
6324
6325# If no C compiler flags were specified, use CFLAGS.
6326LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6327
6328# Allow CC to be a program name with arguments.
6329compiler=$CC
6330
6331
6332# Check for command to grab the raw symbol name followed by C symbol from nm.
6333echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6334echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
6335if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6336 echo $ECHO_N "(cached) $ECHO_C" >&6
ce2cded5 6337else
d7040cdb 6338
7357c5b6
AM
6339# These are sane defaults that work on at least a few old systems.
6340# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 6341
7357c5b6
AM
6342# Character class describing NM global symbol codes.
6343symcode='[BCDEGRST]'
6344
6345# Regexp to match symbols that can be accessed directly from C.
6346sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6347
6348# Define system-specific variables.
6349case $host_os in
6350aix*)
6351 symcode='[BCDT]'
6352 ;;
6353cygwin* | mingw* | pw32*)
6354 symcode='[ABCDGISTW]'
6355 ;;
6356hpux*)
6357 if test "$host_cpu" = ia64; then
6358 symcode='[ABCDEGRST]'
ce2cded5 6359 fi
7357c5b6
AM
6360 ;;
6361irix* | nonstopux*)
6362 symcode='[BCDEGRST]'
6363 ;;
6364osf*)
6365 symcode='[BCDEGQRST]'
6366 ;;
6367solaris*)
6368 symcode='[BDRT]'
6369 ;;
6370sco3.2v5*)
6371 symcode='[DT]'
6372 ;;
6373sysv4.2uw2*)
6374 symcode='[DT]'
6375 ;;
6376sysv5* | sco5v6* | unixware* | OpenUNIX*)
6377 symcode='[ABDT]'
6378 ;;
6379sysv4)
6380 symcode='[DFNSTU]'
6381 ;;
6382esac
d7040cdb 6383
7357c5b6
AM
6384# If we're using GNU nm, then use its standard symbol codes.
6385case `$NM -V 2>&1` in
6386*GNU* | *'with BFD'*)
6387 symcode='[ABCDGIRSTW]' ;;
6388esac
d7040cdb 6389
7357c5b6
AM
6390# Transform an extracted symbol line into a proper C declaration.
6391# Some systems (esp. on ia64) link data and code symbols differently,
6392# so use this general approach.
6393lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6394
6395# Transform an extracted symbol line into symbol name and symbol address
6396lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6397
6398# Handle CRLF in mingw tool chain
6399opt_cr=
6400case $build_os in
6401mingw*)
6402 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6403 ;;
6404esac
d7040cdb 6405
7357c5b6
AM
6406# Try without a prefix underscore, then with it.
6407for ac_symprfx in "" "_"; do
d7040cdb 6408
7357c5b6
AM
6409 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6410 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6411
7357c5b6
AM
6412 # Write the raw and C identifiers.
6413 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6414 # Fake it for dumpbin and say T for any non-static function
6415 # and D for any global variable.
6416 # Also find C++ and __fastcall symbols from MSVC++,
6417 # which start with @ or ?.
6418 lt_cv_sys_global_symbol_pipe="$AWK '"\
6419" {last_section=section; section=\$ 3};"\
6420" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6421" \$ 0!~/External *\|/{next};"\
6422" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6423" {if(hide[section]) next};"\
6424" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6425" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6426" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6427" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6428" ' prfx=^$ac_symprfx"
6429 else
6430 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6431 fi
d7040cdb 6432
7357c5b6
AM
6433 # Check to see that the pipe works correctly.
6434 pipe_works=no
d7040cdb 6435
7357c5b6
AM
6436 rm -f conftest*
6437 cat > conftest.$ac_ext <<_LT_EOF
6438#ifdef __cplusplus
6439extern "C" {
6440#endif
6441char nm_test_var;
6442void nm_test_func(void);
6443void nm_test_func(void){}
6444#ifdef __cplusplus
20e95c23 6445}
7357c5b6
AM
6446#endif
6447int main(){nm_test_var='a';nm_test_func();return(0);}
6448_LT_EOF
6449
6450 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6451 (eval $ac_compile) 2>&5
20e95c23
DJ
6452 ac_status=$?
6453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357c5b6
AM
6454 (exit $ac_status); }; then
6455 # Now try to grab the symbols.
6456 nlist=conftest.nm
6457 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
6458 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
20e95c23
DJ
6459 ac_status=$?
6460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357c5b6
AM
6461 (exit $ac_status); } && test -s "$nlist"; then
6462 # Try sorting and uniquifying the output.
6463 if sort "$nlist" | uniq > "$nlist"T; then
6464 mv -f "$nlist"T "$nlist"
6465 else
6466 rm -f "$nlist"T
6467 fi
d7040cdb 6468
7357c5b6
AM
6469 # Make sure that we snagged all the symbols we need.
6470 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6471 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6472 cat <<_LT_EOF > conftest.$ac_ext
6473#ifdef __cplusplus
6474extern "C" {
6475#endif
ce2cded5 6476
7357c5b6
AM
6477_LT_EOF
6478 # Now generate the symbol file.
6479 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
ce2cded5 6480
7357c5b6 6481 cat <<_LT_EOF >> conftest.$ac_ext
42ecbf5e 6482
7357c5b6
AM
6483/* The mapping between symbol names and symbols. */
6484const struct {
6485 const char *name;
6486 void *address;
6487}
6488lt__PROGRAM__LTX_preloaded_symbols[] =
6489{
6490 { "@PROGRAM@", (void *) 0 },
6491_LT_EOF
6492 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6493 cat <<\_LT_EOF >> conftest.$ac_ext
6494 {0, (void *) 0}
6495};
d7040cdb 6496
7357c5b6
AM
6497/* This works around a problem in FreeBSD linker */
6498#ifdef FREEBSD_WORKAROUND
6499static const void *lt_preloaded_setup() {
6500 return lt__PROGRAM__LTX_preloaded_symbols;
6501}
ce2cded5 6502#endif
42ecbf5e 6503
7357c5b6 6504#ifdef __cplusplus
ce2cded5 6505}
7357c5b6
AM
6506#endif
6507_LT_EOF
6508 # Now try linking the two files.
6509 mv conftest.$ac_objext conftstm.$ac_objext
6510 lt_save_LIBS="$LIBS"
6511 lt_save_CFLAGS="$CFLAGS"
6512 LIBS="conftstm.$ac_objext"
6513 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ce2cded5
L
6515 (eval $ac_link) 2>&5
6516 ac_status=$?
6517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357c5b6
AM
6518 (exit $ac_status); } && test -s conftest${ac_exeext}; then
6519 pipe_works=yes
6520 fi
6521 LIBS="$lt_save_LIBS"
6522 CFLAGS="$lt_save_CFLAGS"
6523 else
6524 echo "cannot find nm_test_func in $nlist" >&5
6525 fi
6526 else
6527 echo "cannot find nm_test_var in $nlist" >&5
6528 fi
6529 else
6530 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6531 fi
6532 else
6533 echo "$progname: failed program was:" >&5
6534 cat conftest.$ac_ext >&5
6535 fi
6536 rm -f conftest* conftst*
6537
6538 # Do not use the global_symbol_pipe unless it works.
6539 if test "$pipe_works" = yes; then
6540 break
6541 else
6542 lt_cv_sys_global_symbol_pipe=
6543 fi
6544done
42ecbf5e 6545
ce2cded5 6546fi
7357c5b6
AM
6547
6548if test -z "$lt_cv_sys_global_symbol_pipe"; then
6549 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6550fi
7357c5b6
AM
6551if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6552 echo "$as_me:$LINENO: result: failed" >&5
6553echo "${ECHO_T}failed" >&6
6554else
6555 echo "$as_me:$LINENO: result: ok" >&5
6556echo "${ECHO_T}ok" >&6
ce2cded5 6557fi
e5a52504 6558
d7040cdb 6559
e5a52504 6560
d7040cdb 6561
d7040cdb 6562
d7040cdb 6563
d7040cdb 6564
d7040cdb 6565
d7040cdb 6566
d7040cdb 6567
d7040cdb 6568
d7040cdb 6569
7357c5b6
AM
6570
6571
6572
6573
6574
6575# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
6576if test "${enable_libtool_lock+set}" = set; then
6577 enableval="$enable_libtool_lock"
6578
6579fi;
6580test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6581
6582# Some flags need to be propagated to the compiler or linker for good
6583# libtool support.
6584case $host in
6585ia64-*-hpux*)
6586 # Find out which ABI we are using.
6587 echo 'int i;' > conftest.$ac_ext
6588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6589 (eval $ac_compile) 2>&5
6590 ac_status=$?
6591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6592 (exit $ac_status); }; then
6593 case `/usr/bin/file conftest.$ac_objext` in
6594 *ELF-32*)
6595 HPUX_IA64_MODE="32"
6596 ;;
6597 *ELF-64*)
6598 HPUX_IA64_MODE="64"
6599 ;;
6600 esac
6601 fi
6602 rm -rf conftest*
6603 ;;
6604*-*-irix6*)
6605 # Find out which ABI we are using.
da594c4a 6606 echo '#line 6606 "configure"' > conftest.$ac_ext
7357c5b6
AM
6607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6608 (eval $ac_compile) 2>&5
6609 ac_status=$?
6610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6611 (exit $ac_status); }; then
6612 if test "$lt_cv_prog_gnu_ld" = yes; then
6613 case `/usr/bin/file conftest.$ac_objext` in
6614 *32-bit*)
6615 LD="${LD-ld} -melf32bsmip"
6616 ;;
6617 *N32*)
6618 LD="${LD-ld} -melf32bmipn32"
6619 ;;
6620 *64-bit*)
6621 LD="${LD-ld} -melf64bmip"
6622 ;;
6623 esac
6624 else
6625 case `/usr/bin/file conftest.$ac_objext` in
6626 *32-bit*)
6627 LD="${LD-ld} -32"
6628 ;;
6629 *N32*)
6630 LD="${LD-ld} -n32"
6631 ;;
6632 *64-bit*)
6633 LD="${LD-ld} -64"
6634 ;;
6635 esac
6636 fi
6637 fi
6638 rm -rf conftest*
6639 ;;
6640
6641x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6642s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6643 # Find out which ABI we are using.
6644 echo 'int i;' > conftest.$ac_ext
6645 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6646 (eval $ac_compile) 2>&5
6647 ac_status=$?
6648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649 (exit $ac_status); }; then
6650 case `/usr/bin/file conftest.o` in
6651 *32-bit*)
6652 case $host in
6653 x86_64-*kfreebsd*-gnu)
6654 LD="${LD-ld} -m elf_i386_fbsd"
6655 ;;
6656 x86_64-*linux*)
6657 LD="${LD-ld} -m elf_i386"
6658 ;;
6659 ppc64-*linux*|powerpc64-*linux*)
6660 LD="${LD-ld} -m elf32ppclinux"
6661 ;;
6662 s390x-*linux*)
6663 LD="${LD-ld} -m elf_s390"
6664 ;;
6665 sparc64-*linux*)
6666 LD="${LD-ld} -m elf32_sparc"
6667 ;;
6668 esac
6669 ;;
6670 *64-bit*)
6671 case $host in
6672 x86_64-*kfreebsd*-gnu)
6673 LD="${LD-ld} -m elf_x86_64_fbsd"
6674 ;;
6675 x86_64-*linux*)
6676 LD="${LD-ld} -m elf_x86_64"
6677 ;;
6678 ppc*-*linux*|powerpc*-*linux*)
6679 LD="${LD-ld} -m elf64ppc"
6680 ;;
6681 s390*-*linux*|s390*-*tpf*)
6682 LD="${LD-ld} -m elf64_s390"
6683 ;;
6684 sparc*-*linux*)
6685 LD="${LD-ld} -m elf64_sparc"
6686 ;;
6687 esac
6688 ;;
6689 esac
6690 fi
6691 rm -rf conftest*
6692 ;;
6693
6694*-*-sco3.2v5*)
6695 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6696 SAVE_CFLAGS="$CFLAGS"
6697 CFLAGS="$CFLAGS -belf"
6698 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6699echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
6700if test "${lt_cv_cc_needs_belf+set}" = set; then
ce2cded5
L
6701 echo $ECHO_N "(cached) $ECHO_C" >&6
6702else
7357c5b6
AM
6703 ac_ext=c
6704ac_cpp='$CPP $CPPFLAGS'
6705ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6706ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6707ac_compiler_gnu=$ac_cv_c_compiler_gnu
6708
6709 cat >conftest.$ac_ext <<_ACEOF
ce2cded5
L
6710/* confdefs.h. */
6711_ACEOF
6712cat confdefs.h >>conftest.$ac_ext
6713cat >>conftest.$ac_ext <<_ACEOF
6714/* end confdefs.h. */
d7040cdb 6715
7357c5b6
AM
6716int
6717main ()
6718{
6719
6720 ;
6721 return 0;
6722}
ce2cded5 6723_ACEOF
7357c5b6
AM
6724rm -f conftest.$ac_objext conftest$ac_exeext
6725if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6726 (eval $ac_link) 2>conftest.er1
ce2cded5
L
6727 ac_status=$?
6728 grep -v '^ *+' conftest.er1 >conftest.err
6729 rm -f conftest.er1
6730 cat conftest.err >&5
6731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6732 (exit $ac_status); } &&
7357c5b6
AM
6733 { ac_try='test -z "$ac_c_werror_flag"
6734 || test ! -s conftest.err'
ce2cded5
L
6735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6736 (eval $ac_try) 2>&5
6737 ac_status=$?
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); }; } &&
7357c5b6 6740 { ac_try='test -s conftest$ac_exeext'
ce2cded5
L
6741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6742 (eval $ac_try) 2>&5
6743 ac_status=$?
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); }; }; then
7357c5b6 6746 lt_cv_cc_needs_belf=yes
ce2cded5
L
6747else
6748 echo "$as_me: failed program was:" >&5
6749sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 6750
7357c5b6 6751lt_cv_cc_needs_belf=no
ce2cded5 6752fi
7357c5b6
AM
6753rm -f conftest.err conftest.$ac_objext \
6754 conftest$ac_exeext conftest.$ac_ext
6755 ac_ext=c
6756ac_cpp='$CPP $CPPFLAGS'
6757ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6758ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6759ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6760
ce2cded5 6761fi
7357c5b6
AM
6762echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6763echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
6764 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6765 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6766 CFLAGS="$SAVE_CFLAGS"
6767 fi
6768 ;;
6769sparc*-*solaris*)
6770 # Find out which ABI we are using.
6771 echo 'int i;' > conftest.$ac_ext
6772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6773 (eval $ac_compile) 2>&5
6774 ac_status=$?
6775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6776 (exit $ac_status); }; then
6777 case `/usr/bin/file conftest.o` in
6778 *64-bit*)
6779 case $lt_cv_prog_gnu_ld in
6780 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6781 *) LD="${LD-ld} -64" ;;
6782 esac
6783 ;;
6784 esac
6785 fi
6786 rm -rf conftest*
6787 ;;
6788esac
ce2cded5 6789
7357c5b6 6790need_locks="$enable_libtool_lock"
ce2cded5
L
6791
6792
6793for ac_header in dlfcn.h
6794do
6795as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6796echo "$as_me:$LINENO: checking for $ac_header" >&5
6797echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6798if eval "test \"\${$as_ac_Header+set}\" = set"; then
6799 echo $ECHO_N "(cached) $ECHO_C" >&6
6800else
6801 cat >conftest.$ac_ext <<_ACEOF
6802/* confdefs.h. */
42ecbf5e 6803_ACEOF
ce2cded5
L
6804cat confdefs.h >>conftest.$ac_ext
6805cat >>conftest.$ac_ext <<_ACEOF
6806/* end confdefs.h. */
6807$ac_includes_default
6808
6809#include <$ac_header>
6810_ACEOF
6811rm -f conftest.$ac_objext
6812if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6813 (eval $ac_compile) 2>conftest.er1
42ecbf5e
DJ
6814 ac_status=$?
6815 grep -v '^ *+' conftest.er1 >conftest.err
6816 rm -f conftest.er1
6817 cat conftest.err >&5
6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819 (exit $ac_status); } &&
7357c5b6
AM
6820 { ac_try='test -z "$ac_c_werror_flag"
6821 || test ! -s conftest.err'
42ecbf5e
DJ
6822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6823 (eval $ac_try) 2>&5
6824 ac_status=$?
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); }; } &&
ce2cded5 6827 { ac_try='test -s conftest.$ac_objext'
42ecbf5e
DJ
6828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6829 (eval $ac_try) 2>&5
6830 ac_status=$?
6831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6832 (exit $ac_status); }; }; then
ce2cded5 6833 eval "$as_ac_Header=yes"
252b5132 6834else
42ecbf5e
DJ
6835 echo "$as_me: failed program was:" >&5
6836sed 's/^/| /' conftest.$ac_ext >&5
6837
ce2cded5 6838eval "$as_ac_Header=no"
252b5132 6839fi
ce2cded5
L
6840rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6841fi
6842echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6843echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6844if test `eval echo '${'$as_ac_Header'}'` = yes; then
6845 cat >>confdefs.h <<_ACEOF
6846#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6847_ACEOF
d7040cdb 6848
ce2cded5 6849fi
d7040cdb 6850
ce2cded5 6851done
d7040cdb 6852
d7040cdb 6853
d7040cdb 6854
ce2cded5
L
6855# This can be used to rebuild libtool when needed
6856LIBTOOL_DEPS="$ltmain"
d7040cdb 6857
ce2cded5
L
6858# Always use our own libtool.
6859LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 6860
d7040cdb 6861
d7040cdb 6862
d7040cdb 6863
d7040cdb 6864
d7040cdb 6865
d7040cdb 6866
d7040cdb 6867
d7040cdb 6868
d7040cdb 6869
d7040cdb 6870
d7040cdb 6871
d7040cdb 6872
d7040cdb 6873
d7040cdb 6874
d7040cdb 6875
d7040cdb
SE
6876
6877
6878
6879
6880
6881
6882
6883
6884
ce2cded5 6885test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
6886
6887
6888
6889
6890
6891
d7040cdb
SE
6892
6893
6894
6895
6896
6897
6898
6899
ce2cded5
L
6900if test -n "${ZSH_VERSION+set}" ; then
6901 setopt NO_GLOB_SUBST
6902fi
d7040cdb 6903
ce2cded5
L
6904echo "$as_me:$LINENO: checking for objdir" >&5
6905echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6906if test "${lt_cv_objdir+set}" = set; then
6907 echo $ECHO_N "(cached) $ECHO_C" >&6
6908else
6909 rm -f .libs 2>/dev/null
6910mkdir .libs 2>/dev/null
6911if test -d .libs; then
6912 lt_cv_objdir=.libs
6913else
6914 # MS-DOS does not allow filenames that begin with a dot.
6915 lt_cv_objdir=_libs
6916fi
6917rmdir .libs 2>/dev/null
6918fi
6919echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6920echo "${ECHO_T}$lt_cv_objdir" >&6
6921objdir=$lt_cv_objdir
d7040cdb
SE
6922
6923
6924
6925
6926
ce2cded5
L
6927cat >>confdefs.h <<_ACEOF
6928#define LT_OBJDIR "$lt_cv_objdir/"
6929_ACEOF
d7040cdb
SE
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
ce2cded5
L
6947case $host_os in
6948aix3*)
6949 # AIX sometimes has problems with the GCC collect2 program. For some
6950 # reason, if we set the COLLECT_NAMES environment variable, the problems
6951 # vanish in a puff of smoke.
6952 if test "X${COLLECT_NAMES+set}" != Xset; then
6953 COLLECT_NAMES=
6954 export COLLECT_NAMES
6955 fi
6956 ;;
6957esac
d7040cdb 6958
ce2cded5
L
6959# Sed substitution that helps us do robust quoting. It backslashifies
6960# metacharacters that are still active within double-quoted strings.
6961sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
d7040cdb 6962
ce2cded5
L
6963# Same as above, but do not quote variable references.
6964double_quote_subst='s/\(["`\\]\)/\\\1/g'
d7040cdb 6965
ce2cded5
L
6966# Sed substitution to delay expansion of an escaped shell variable in a
6967# double_quote_subst'ed string.
6968delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
d7040cdb 6969
ce2cded5
L
6970# Sed substitution to delay expansion of an escaped single quote.
6971delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
d7040cdb 6972
ce2cded5
L
6973# Sed substitution to avoid accidental globbing in evaled expressions
6974no_glob_subst='s/\*/\\\*/g'
d7040cdb 6975
ce2cded5
L
6976# Global variables:
6977ofile=libtool
6978can_build_shared=yes
d7040cdb 6979
ce2cded5
L
6980# All known linkers require a `.a' archive for static linking (except MSVC,
6981# which needs '.lib').
6982libext=a
d7040cdb 6983
ce2cded5 6984with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 6985
ce2cded5
L
6986old_CC="$CC"
6987old_CFLAGS="$CFLAGS"
d7040cdb 6988
ce2cded5
L
6989# Set sane defaults for various variables
6990test -z "$CC" && CC=cc
6991test -z "$LTCC" && LTCC=$CC
6992test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6993test -z "$LD" && LD=ld
6994test -z "$ac_objext" && ac_objext=o
d7040cdb 6995
ce2cded5
L
6996for cc_temp in $compiler""; do
6997 case $cc_temp in
6998 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6999 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7000 \-*) ;;
7001 *) break;;
7002 esac
7003done
7004cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
d7040cdb
SE
7005
7006
ce2cded5
L
7007# Only perform the check for file, if the check method requires it
7008test -z "$MAGIC_CMD" && MAGIC_CMD=file
7009case $deplibs_check_method in
7010file_magic*)
7011 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7012 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7013echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
7014if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7015 echo $ECHO_N "(cached) $ECHO_C" >&6
7016else
7017 case $MAGIC_CMD in
7018[\\/*] | ?:[\\/]*)
7019 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7020 ;;
7021*)
7022 lt_save_MAGIC_CMD="$MAGIC_CMD"
7023 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7024 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7025 for ac_dir in $ac_dummy; do
7026 IFS="$lt_save_ifs"
7027 test -z "$ac_dir" && ac_dir=.
7028 if test -f $ac_dir/${ac_tool_prefix}file; then
7029 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7030 if test -n "$file_magic_test_file"; then
7031 case $deplibs_check_method in
7032 "file_magic "*)
7033 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7034 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7035 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7036 $EGREP "$file_magic_regex" > /dev/null; then
7037 :
7038 else
7039 cat <<_LT_EOF 1>&2
d7040cdb 7040
ce2cded5
L
7041*** Warning: the command libtool uses to detect shared libraries,
7042*** $file_magic_cmd, produces output that libtool cannot recognize.
7043*** The result is that libtool may fail to recognize shared libraries
7044*** as such. This will affect the creation of libtool libraries that
7045*** depend on shared libraries, but programs linked with such libtool
7046*** libraries will work regardless of this problem. Nevertheless, you
7047*** may want to report the problem to your system manager and/or to
7048*** bug-libtool@gnu.org
d7040cdb 7049
ce2cded5
L
7050_LT_EOF
7051 fi ;;
7052 esac
7053 fi
7054 break
7055 fi
7056 done
7057 IFS="$lt_save_ifs"
7058 MAGIC_CMD="$lt_save_MAGIC_CMD"
7059 ;;
7060esac
7061fi
d7040cdb 7062
ce2cded5
L
7063MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7064if test -n "$MAGIC_CMD"; then
7065 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7066echo "${ECHO_T}$MAGIC_CMD" >&6
7067else
7068 echo "$as_me:$LINENO: result: no" >&5
7069echo "${ECHO_T}no" >&6
7070fi
d7040cdb
SE
7071
7072
7073
7074
7075
ce2cded5
L
7076if test -z "$lt_cv_path_MAGIC_CMD"; then
7077 if test -n "$ac_tool_prefix"; then
7078 echo "$as_me:$LINENO: checking for file" >&5
7079echo $ECHO_N "checking for file... $ECHO_C" >&6
7080if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7082else
7083 case $MAGIC_CMD in
7084[\\/*] | ?:[\\/]*)
7085 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7086 ;;
7087*)
7088 lt_save_MAGIC_CMD="$MAGIC_CMD"
7089 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7090 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7091 for ac_dir in $ac_dummy; do
7092 IFS="$lt_save_ifs"
7093 test -z "$ac_dir" && ac_dir=.
7094 if test -f $ac_dir/file; then
7095 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7096 if test -n "$file_magic_test_file"; then
7097 case $deplibs_check_method in
7098 "file_magic "*)
7099 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7100 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7101 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7102 $EGREP "$file_magic_regex" > /dev/null; then
7103 :
7104 else
7105 cat <<_LT_EOF 1>&2
d7040cdb 7106
ce2cded5
L
7107*** Warning: the command libtool uses to detect shared libraries,
7108*** $file_magic_cmd, produces output that libtool cannot recognize.
7109*** The result is that libtool may fail to recognize shared libraries
7110*** as such. This will affect the creation of libtool libraries that
7111*** depend on shared libraries, but programs linked with such libtool
7112*** libraries will work regardless of this problem. Nevertheless, you
7113*** may want to report the problem to your system manager and/or to
7114*** bug-libtool@gnu.org
d7040cdb 7115
ce2cded5
L
7116_LT_EOF
7117 fi ;;
7118 esac
7119 fi
7120 break
7121 fi
7122 done
7123 IFS="$lt_save_ifs"
7124 MAGIC_CMD="$lt_save_MAGIC_CMD"
7125 ;;
7126esac
7127fi
d7040cdb 7128
ce2cded5
L
7129MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7130if test -n "$MAGIC_CMD"; then
7131 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7132echo "${ECHO_T}$MAGIC_CMD" >&6
7133else
7134 echo "$as_me:$LINENO: result: no" >&5
7135echo "${ECHO_T}no" >&6
7136fi
d7040cdb
SE
7137
7138
ce2cded5
L
7139 else
7140 MAGIC_CMD=:
7141 fi
7142fi
d7040cdb 7143
ce2cded5
L
7144 fi
7145 ;;
7146esac
d7040cdb 7147
ce2cded5 7148# Use C for the default configuration in the libtool script
d7040cdb 7149
ce2cded5
L
7150lt_save_CC="$CC"
7151ac_ext=c
7152ac_cpp='$CPP $CPPFLAGS'
7153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7155ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
7156
7157
ce2cded5
L
7158# Source file extension for C test sources.
7159ac_ext=c
d7040cdb 7160
ce2cded5
L
7161# Object file extension for compiled C test sources.
7162objext=o
7163objext=$objext
d7040cdb 7164
ce2cded5
L
7165# Code to be used in simple compile tests
7166lt_simple_compile_test_code="int some_variable = 0;"
d7040cdb 7167
ce2cded5
L
7168# Code to be used in simple link tests
7169lt_simple_link_test_code='int main(){return(0);}'
d7040cdb
SE
7170
7171
7172
7173
7174
7175
7176
ce2cded5
L
7177# If no C compiler was specified, use CC.
7178LTCC=${LTCC-"$CC"}
d7040cdb 7179
ce2cded5
L
7180# If no C compiler flags were specified, use CFLAGS.
7181LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 7182
ce2cded5
L
7183# Allow CC to be a program name with arguments.
7184compiler=$CC
d7040cdb 7185
ce2cded5
L
7186# Save the default compiler, since it gets overwritten when the other
7187# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7188compiler_DEFAULT=$CC
d7040cdb 7189
ce2cded5
L
7190# save warnings/boilerplate of simple test code
7191ac_outfile=conftest.$ac_objext
7192echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7193eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7194_lt_compiler_boilerplate=`cat conftest.err`
7195$RM conftest*
d7040cdb 7196
ce2cded5
L
7197ac_outfile=conftest.$ac_objext
7198echo "$lt_simple_link_test_code" >conftest.$ac_ext
7199eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7200_lt_linker_boilerplate=`cat conftest.err`
7201$RM conftest*
d7040cdb
SE
7202
7203
ce2cded5
L
7204## CAVEAT EMPTOR:
7205## There is no encapsulation within the following macros, do not change
7206## the running order or otherwise move them around unless you know exactly
7207## what you are doing...
7208if test -n "$compiler"; then
d7040cdb 7209
ce2cded5 7210lt_prog_compiler_no_builtin_flag=
d7040cdb 7211
ce2cded5
L
7212if test "$GCC" = yes; then
7213 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
d7040cdb 7214
ce2cded5
L
7215 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7216echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
7217if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7218 echo $ECHO_N "(cached) $ECHO_C" >&6
7219else
7220 lt_cv_prog_compiler_rtti_exceptions=no
7221 ac_outfile=conftest.$ac_objext
7222 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7223 lt_compiler_flag="-fno-rtti -fno-exceptions"
7224 # Insert the option either (1) after the last *FLAGS variable, or
7225 # (2) before a word containing "conftest.", or (3) at the end.
7226 # Note that $ac_compile itself does not contain backslashes and begins
7227 # with a dollar sign (not a hyphen), so the echo should work correctly.
7228 # The option is referenced via a variable to avoid confusing sed.
7229 lt_compile=`echo "$ac_compile" | $SED \
7230 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7231 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7232 -e 's:$: $lt_compiler_flag:'`
da594c4a 7233 (eval echo "\"\$as_me:7233: $lt_compile\"" >&5)
ce2cded5
L
7234 (eval "$lt_compile" 2>conftest.err)
7235 ac_status=$?
7236 cat conftest.err >&5
da594c4a 7237 echo "$as_me:7237: \$? = $ac_status" >&5
ce2cded5
L
7238 if (exit $ac_status) && test -s "$ac_outfile"; then
7239 # The compiler can only warn and ignore the option if not recognized
7240 # So say no if there are warnings other than the usual output.
7241 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7242 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7243 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7244 lt_cv_prog_compiler_rtti_exceptions=yes
7245 fi
7246 fi
7247 $RM conftest*
d7040cdb 7248
ce2cded5
L
7249fi
7250echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7251echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
d7040cdb 7252
ce2cded5
L
7253if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7254 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7255else
7256 :
7257fi
d7040cdb 7258
ce2cded5 7259fi
d7040cdb
SE
7260
7261
7262
7263
7264
7265
ce2cded5
L
7266 lt_prog_compiler_wl=
7267lt_prog_compiler_pic=
7268lt_prog_compiler_static=
d7040cdb 7269
ce2cded5
L
7270echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7271echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
d7040cdb 7272
ce2cded5
L
7273 if test "$GCC" = yes; then
7274 lt_prog_compiler_wl='-Wl,'
7275 lt_prog_compiler_static='-static'
d7040cdb 7276
ce2cded5
L
7277 case $host_os in
7278 aix*)
7279 # All AIX code is PIC.
7280 if test "$host_cpu" = ia64; then
7281 # AIX 5 now supports IA64 processor
7282 lt_prog_compiler_static='-Bstatic'
7283 fi
7284 ;;
d7040cdb 7285
ce2cded5
L
7286 amigaos*)
7287 if test "$host_cpu" = m68k; then
7288 # FIXME: we need at least 68020 code to build shared libraries, but
7289 # adding the `-m68020' flag to GCC prevents building anything better,
7290 # like `-m68040'.
7291 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7292 fi
7293 ;;
d7040cdb 7294
ce2cded5
L
7295 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7296 # PIC is the default for these OSes.
7297 ;;
d7040cdb 7298
ce2cded5
L
7299 mingw* | cygwin* | pw32* | os2*)
7300 # This hack is so that the source file can tell whether it is being
7301 # built for inclusion in a dll (and should export symbols for example).
7302 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7303 # (--disable-auto-import) libraries
7304 lt_prog_compiler_pic='-DDLL_EXPORT'
7305 ;;
d7040cdb 7306
ce2cded5
L
7307 darwin* | rhapsody*)
7308 # PIC is the default on this platform
7309 # Common symbols not allowed in MH_DYLIB files
7310 lt_prog_compiler_pic='-fno-common'
7311 ;;
d7040cdb 7312
ce2cded5
L
7313 hpux*)
7314 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7315 # not for PA HP-UX.
7316 case $host_cpu in
7317 hppa*64*|ia64*)
7318 # +Z the default
7319 ;;
7320 *)
7321 lt_prog_compiler_pic='-fPIC'
7322 ;;
7323 esac
7324 ;;
d7040cdb 7325
ce2cded5
L
7326 interix[3-9]*)
7327 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7328 # Instead, we relocate shared libraries at runtime.
7329 ;;
d7040cdb 7330
ce2cded5
L
7331 msdosdjgpp*)
7332 # Just because we use GCC doesn't mean we suddenly get shared libraries
7333 # on systems that don't support them.
7334 lt_prog_compiler_can_build_shared=no
7335 enable_shared=no
7336 ;;
d7040cdb 7337
ce2cded5
L
7338 *nto* | *qnx*)
7339 # QNX uses GNU C++, but need to define -shared option too, otherwise
7340 # it will coredump.
7341 lt_prog_compiler_pic='-fPIC -shared'
7342 ;;
d7040cdb 7343
ce2cded5
L
7344 sysv4*MP*)
7345 if test -d /usr/nec; then
7346 lt_prog_compiler_pic=-Kconform_pic
7347 fi
7348 ;;
d7040cdb 7349
ce2cded5
L
7350 *)
7351 lt_prog_compiler_pic='-fPIC'
7352 ;;
7353 esac
7354 else
7355 # PORTME Check for flag to pass linker flags through the system compiler.
7356 case $host_os in
7357 aix*)
7358 lt_prog_compiler_wl='-Wl,'
7359 if test "$host_cpu" = ia64; then
7360 # AIX 5 now supports IA64 processor
7361 lt_prog_compiler_static='-Bstatic'
7362 else
7363 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7364 fi
7365 ;;
7366 darwin*)
7367 # PIC is the default on this platform
7368 # Common symbols not allowed in MH_DYLIB files
7369 case $cc_basename in
7370 xlc*)
7371 lt_prog_compiler_pic='-qnocommon'
7372 lt_prog_compiler_wl='-Wl,'
7373 ;;
7374 esac
7375 ;;
d7040cdb 7376
ce2cded5
L
7377 mingw* | cygwin* | pw32* | os2*)
7378 # This hack is so that the source file can tell whether it is being
7379 # built for inclusion in a dll (and should export symbols for example).
7380 lt_prog_compiler_pic='-DDLL_EXPORT'
7381 ;;
d7040cdb 7382
ce2cded5
L
7383 hpux9* | hpux10* | hpux11*)
7384 lt_prog_compiler_wl='-Wl,'
7385 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7386 # not for PA HP-UX.
7387 case $host_cpu in
7388 hppa*64*|ia64*)
7389 # +Z the default
7390 ;;
7391 *)
7392 lt_prog_compiler_pic='+Z'
7393 ;;
7394 esac
7395 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7396 lt_prog_compiler_static='${wl}-a ${wl}archive'
7397 ;;
d7040cdb 7398
ce2cded5
L
7399 irix5* | irix6* | nonstopux*)
7400 lt_prog_compiler_wl='-Wl,'
7401 # PIC (with -KPIC) is the default.
7402 lt_prog_compiler_static='-non_shared'
7403 ;;
d7040cdb 7404
ce2cded5
L
7405 linux* | k*bsd*-gnu)
7406 case $cc_basename in
7407 icc* | ecc*)
7408 lt_prog_compiler_wl='-Wl,'
7409 lt_prog_compiler_pic='-KPIC'
7410 lt_prog_compiler_static='-static'
7411 ;;
7412 pgcc* | pgf77* | pgf90* | pgf95*)
7413 # Portland Group compilers (*not* the Pentium gcc compiler,
7414 # which looks to be a dead project)
7415 lt_prog_compiler_wl='-Wl,'
7416 lt_prog_compiler_pic='-fpic'
7417 lt_prog_compiler_static='-Bstatic'
7418 ;;
7419 ccc*)
7420 lt_prog_compiler_wl='-Wl,'
7421 # All Alpha code is PIC.
7422 lt_prog_compiler_static='-non_shared'
7423 ;;
7424 *)
7425 case `$CC -V 2>&1 | sed 5q` in
7426 *Sun\ C*)
7427 # Sun C 5.9
7428 lt_prog_compiler_pic='-KPIC'
7429 lt_prog_compiler_static='-Bstatic'
7430 lt_prog_compiler_wl='-Wl,'
7431 ;;
7432 *Sun\ F*)
7433 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7434 lt_prog_compiler_pic='-KPIC'
7435 lt_prog_compiler_static='-Bstatic'
7436 lt_prog_compiler_wl=''
7437 ;;
7438 esac
7439 ;;
7440 esac
7441 ;;
d7040cdb 7442
ce2cded5
L
7443 newsos6)
7444 lt_prog_compiler_pic='-KPIC'
7445 lt_prog_compiler_static='-Bstatic'
7446 ;;
d7040cdb 7447
ce2cded5
L
7448 *nto* | *qnx*)
7449 # QNX uses GNU C++, but need to define -shared option too, otherwise
7450 # it will coredump.
7451 lt_prog_compiler_pic='-fPIC -shared'
7452 ;;
d7040cdb 7453
ce2cded5
L
7454 osf3* | osf4* | osf5*)
7455 lt_prog_compiler_wl='-Wl,'
7456 # All OSF/1 code is PIC.
7457 lt_prog_compiler_static='-non_shared'
7458 ;;
d7040cdb 7459
ce2cded5
L
7460 rdos*)
7461 lt_prog_compiler_static='-non_shared'
7462 ;;
d7040cdb 7463
ce2cded5
L
7464 solaris*)
7465 lt_prog_compiler_pic='-KPIC'
7466 lt_prog_compiler_static='-Bstatic'
7467 case $cc_basename in
7468 f77* | f90* | f95*)
7469 lt_prog_compiler_wl='-Qoption ld ';;
7470 *)
7471 lt_prog_compiler_wl='-Wl,';;
7472 esac
7473 ;;
d7040cdb 7474
ce2cded5
L
7475 sunos4*)
7476 lt_prog_compiler_wl='-Qoption ld '
7477 lt_prog_compiler_pic='-PIC'
7478 lt_prog_compiler_static='-Bstatic'
7479 ;;
d7040cdb 7480
ce2cded5
L
7481 sysv4 | sysv4.2uw2* | sysv4.3*)
7482 lt_prog_compiler_wl='-Wl,'
7483 lt_prog_compiler_pic='-KPIC'
7484 lt_prog_compiler_static='-Bstatic'
7485 ;;
d7040cdb 7486
ce2cded5
L
7487 sysv4*MP*)
7488 if test -d /usr/nec ;then
7489 lt_prog_compiler_pic='-Kconform_pic'
7490 lt_prog_compiler_static='-Bstatic'
7491 fi
7492 ;;
d7040cdb 7493
ce2cded5
L
7494 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7495 lt_prog_compiler_wl='-Wl,'
7496 lt_prog_compiler_pic='-KPIC'
7497 lt_prog_compiler_static='-Bstatic'
7498 ;;
d7040cdb 7499
ce2cded5
L
7500 unicos*)
7501 lt_prog_compiler_wl='-Wl,'
7502 lt_prog_compiler_can_build_shared=no
7503 ;;
d7040cdb 7504
ce2cded5
L
7505 uts4*)
7506 lt_prog_compiler_pic='-pic'
7507 lt_prog_compiler_static='-Bstatic'
7508 ;;
d7040cdb 7509
ce2cded5
L
7510 *)
7511 lt_prog_compiler_can_build_shared=no
7512 ;;
7513 esac
7514 fi
d7040cdb 7515
ce2cded5
L
7516case $host_os in
7517 # For platforms which do not support PIC, -DPIC is meaningless:
7518 *djgpp*)
7519 lt_prog_compiler_pic=
7520 ;;
7521 *)
7522 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7523 ;;
7524esac
7525echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7526echo "${ECHO_T}$lt_prog_compiler_pic" >&6
d7040cdb
SE
7527
7528
7529
7530
7531
7532
ce2cded5
L
7533#
7534# Check to make sure the PIC flag actually works.
7535#
7536if test -n "$lt_prog_compiler_pic"; then
7537 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7538echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
7539if test "${lt_prog_compiler_pic_works+set}" = set; then
7540 echo $ECHO_N "(cached) $ECHO_C" >&6
7541else
7542 lt_prog_compiler_pic_works=no
7543 ac_outfile=conftest.$ac_objext
7544 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7545 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7546 # Insert the option either (1) after the last *FLAGS variable, or
7547 # (2) before a word containing "conftest.", or (3) at the end.
7548 # Note that $ac_compile itself does not contain backslashes and begins
7549 # with a dollar sign (not a hyphen), so the echo should work correctly.
7550 # The option is referenced via a variable to avoid confusing sed.
7551 lt_compile=`echo "$ac_compile" | $SED \
7552 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7553 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7554 -e 's:$: $lt_compiler_flag:'`
da594c4a 7555 (eval echo "\"\$as_me:7555: $lt_compile\"" >&5)
ce2cded5
L
7556 (eval "$lt_compile" 2>conftest.err)
7557 ac_status=$?
7558 cat conftest.err >&5
da594c4a 7559 echo "$as_me:7559: \$? = $ac_status" >&5
ce2cded5
L
7560 if (exit $ac_status) && test -s "$ac_outfile"; then
7561 # The compiler can only warn and ignore the option if not recognized
7562 # So say no if there are warnings other than the usual output.
7563 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7564 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7565 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7566 lt_prog_compiler_pic_works=yes
7567 fi
7568 fi
7569 $RM conftest*
d7040cdb 7570
ce2cded5
L
7571fi
7572echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7573echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
7574
7575if test x"$lt_prog_compiler_pic_works" = xyes; then
7576 case $lt_prog_compiler_pic in
7577 "" | " "*) ;;
7578 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7579 esac
7580else
7581 lt_prog_compiler_pic=
7582 lt_prog_compiler_can_build_shared=no
7583fi
7584
7585fi
d7040cdb
SE
7586
7587
7588
7589
7590
7591
ce2cded5
L
7592#
7593# Check to make sure the static flag actually works.
7594#
7595wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7596echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7597echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
7598if test "${lt_prog_compiler_static_works+set}" = set; then
7599 echo $ECHO_N "(cached) $ECHO_C" >&6
7600else
7601 lt_prog_compiler_static_works=no
7602 save_LDFLAGS="$LDFLAGS"
7603 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7604 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7605 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7606 # The linker can only warn and ignore the option if not recognized
7607 # So say no if there are warnings
7608 if test -s conftest.err; then
7609 # Append any errors to the config.log.
7610 cat conftest.err 1>&5
7611 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7612 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7613 if diff conftest.exp conftest.er2 >/dev/null; then
7614 lt_prog_compiler_static_works=yes
7615 fi
7616 else
7617 lt_prog_compiler_static_works=yes
7618 fi
7619 fi
7620 $RM conftest*
7621 LDFLAGS="$save_LDFLAGS"
d7040cdb 7622
ce2cded5
L
7623fi
7624echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7625echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
d7040cdb 7626
ce2cded5
L
7627if test x"$lt_prog_compiler_static_works" = xyes; then
7628 :
7629else
7630 lt_prog_compiler_static=
7631fi
d7040cdb
SE
7632
7633
7634
7635
7636
7637
7638
ce2cded5
L
7639 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7640echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7641if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7642 echo $ECHO_N "(cached) $ECHO_C" >&6
7643else
7644 lt_cv_prog_compiler_c_o=no
7645 $RM -r conftest 2>/dev/null
7646 mkdir conftest
7647 cd conftest
7648 mkdir out
7649 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 7650
ce2cded5
L
7651 lt_compiler_flag="-o out/conftest2.$ac_objext"
7652 # Insert the option either (1) after the last *FLAGS variable, or
7653 # (2) before a word containing "conftest.", or (3) at the end.
7654 # Note that $ac_compile itself does not contain backslashes and begins
7655 # with a dollar sign (not a hyphen), so the echo should work correctly.
7656 lt_compile=`echo "$ac_compile" | $SED \
7657 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7658 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7659 -e 's:$: $lt_compiler_flag:'`
da594c4a 7660 (eval echo "\"\$as_me:7660: $lt_compile\"" >&5)
ce2cded5
L
7661 (eval "$lt_compile" 2>out/conftest.err)
7662 ac_status=$?
7663 cat out/conftest.err >&5
da594c4a 7664 echo "$as_me:7664: \$? = $ac_status" >&5
ce2cded5
L
7665 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7666 then
7667 # The compiler can only warn and ignore the option if not recognized
7668 # So say no if there are warnings
7669 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7670 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7671 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7672 lt_cv_prog_compiler_c_o=yes
7673 fi
7674 fi
7675 chmod u+w . 2>&5
7676 $RM conftest*
7677 # SGI C++ compiler will create directory out/ii_files/ for
7678 # template instantiation
7679 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7680 $RM out/* && rmdir out
7681 cd ..
7682 $RM -r conftest
7683 $RM conftest*
d7040cdb 7684
ce2cded5
L
7685fi
7686echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7687echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
d7040cdb
SE
7688
7689
7690
7691
7692
7693
ce2cded5
L
7694 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7695echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7696if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7697 echo $ECHO_N "(cached) $ECHO_C" >&6
7698else
7699 lt_cv_prog_compiler_c_o=no
7700 $RM -r conftest 2>/dev/null
7701 mkdir conftest
7702 cd conftest
7703 mkdir out
7704 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 7705
ce2cded5
L
7706 lt_compiler_flag="-o out/conftest2.$ac_objext"
7707 # Insert the option either (1) after the last *FLAGS variable, or
7708 # (2) before a word containing "conftest.", or (3) at the end.
7709 # Note that $ac_compile itself does not contain backslashes and begins
7710 # with a dollar sign (not a hyphen), so the echo should work correctly.
7711 lt_compile=`echo "$ac_compile" | $SED \
7712 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7713 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7714 -e 's:$: $lt_compiler_flag:'`
da594c4a 7715 (eval echo "\"\$as_me:7715: $lt_compile\"" >&5)
ce2cded5
L
7716 (eval "$lt_compile" 2>out/conftest.err)
7717 ac_status=$?
7718 cat out/conftest.err >&5
da594c4a 7719 echo "$as_me:7719: \$? = $ac_status" >&5
ce2cded5
L
7720 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7721 then
7722 # The compiler can only warn and ignore the option if not recognized
7723 # So say no if there are warnings
7724 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7725 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7726 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7727 lt_cv_prog_compiler_c_o=yes
7728 fi
7729 fi
7730 chmod u+w . 2>&5
7731 $RM conftest*
7732 # SGI C++ compiler will create directory out/ii_files/ for
7733 # template instantiation
7734 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7735 $RM out/* && rmdir out
7736 cd ..
7737 $RM -r conftest
7738 $RM conftest*
7739
7740fi
7741echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7742echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7743
7744
7745
7746
7747hard_links="nottested"
7748if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7749 # do not overwrite the value of need_locks provided by the user
7750 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7751echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
7752 hard_links=yes
7753 $RM conftest*
7754 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7755 touch conftest.a
7756 ln conftest.a conftest.b 2>&5 || hard_links=no
7757 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7758 echo "$as_me:$LINENO: result: $hard_links" >&5
7759echo "${ECHO_T}$hard_links" >&6
7760 if test "$hard_links" = no; then
7761 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7762echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7763 need_locks=warn
d7040cdb 7764 fi
d7040cdb 7765else
ce2cded5 7766 need_locks=no
d7040cdb 7767fi
d7040cdb 7768
d7040cdb 7769
d7040cdb 7770
d7040cdb 7771
d7040cdb 7772
d7040cdb 7773
ce2cded5
L
7774 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7775echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
d7040cdb 7776
ce2cded5
L
7777 runpath_var=
7778 allow_undefined_flag=
7779 always_export_symbols=no
7780 archive_cmds=
7781 archive_expsym_cmds=
7782 compiler_needs_object=no
7783 enable_shared_with_static_runtimes=no
7784 export_dynamic_flag_spec=
7785 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7786 hardcode_automatic=no
7787 hardcode_direct=no
7788 hardcode_direct_absolute=no
7789 hardcode_libdir_flag_spec=
7790 hardcode_libdir_flag_spec_ld=
7791 hardcode_libdir_separator=
7792 hardcode_minus_L=no
7793 hardcode_shlibpath_var=unsupported
7794 inherit_rpath=no
7795 link_all_deplibs=unknown
7796 module_cmds=
7797 module_expsym_cmds=
7798 old_archive_from_new_cmds=
7799 old_archive_from_expsyms_cmds=
7800 thread_safe_flag_spec=
7801 whole_archive_flag_spec=
7802 # include_expsyms should be a list of space-separated symbols to be *always*
7803 # included in the symbol list
7804 include_expsyms=
7805 # exclude_expsyms can be an extended regexp of symbols to exclude
7806 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7807 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7808 # as well as any symbol that contains `d'.
7809 exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
7810 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7811 # platforms (ab)use it in PIC code, but their linkers get confused if
7812 # the symbol is explicitly referenced. Since portable code cannot
7813 # rely on this symbol name, it's probably fine to never include it in
7814 # preloaded symbol tables.
7815 extract_expsyms_cmds=
d7040cdb 7816
ce2cded5
L
7817 case $host_os in
7818 cygwin* | mingw* | pw32*)
7819 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7820 # When not using gcc, we currently assume that we are using
7821 # Microsoft Visual C++.
7822 if test "$GCC" != yes; then
7823 with_gnu_ld=no
7824 fi
d7040cdb 7825 ;;
ce2cded5
L
7826 interix*)
7827 # we just hope/assume this is gcc and not c89 (= MSVC++)
7828 with_gnu_ld=yes
7829 ;;
7830 openbsd*)
7831 with_gnu_ld=no
d7040cdb
SE
7832 ;;
7833 esac
d7040cdb 7834
ce2cded5
L
7835 ld_shlibs=yes
7836 if test "$with_gnu_ld" = yes; then
7837 # If archive_cmds runs LD, not CC, wlarc should be empty
7838 wlarc='${wl}'
d7040cdb 7839
ce2cded5
L
7840 # Set some defaults for GNU ld with shared library support. These
7841 # are reset later if shared libraries are not supported. Putting them
7842 # here allows them to be overridden if necessary.
7843 runpath_var=LD_RUN_PATH
7844 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7845 export_dynamic_flag_spec='${wl}--export-dynamic'
7846 # ancient GNU ld didn't support --whole-archive et. al.
7847 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7848 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7849 else
7850 whole_archive_flag_spec=
7851 fi
7852 supports_anon_versioning=no
7853 case `$LD -v 2>&1` in
7854 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7855 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7856 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7857 *\ 2.11.*) ;; # other 2.11 versions
7858 *) supports_anon_versioning=yes ;;
7859 esac
d7040cdb 7860
ce2cded5
L
7861 # See if GNU ld supports shared libraries.
7862 case $host_os in
50e7d84b 7863 aix[3-9]*)
ce2cded5
L
7864 # On AIX/PPC, the GNU linker is very broken
7865 if test "$host_cpu" != ia64; then
7866 ld_shlibs=no
7867 cat <<_LT_EOF 1>&2
d7040cdb 7868
ce2cded5
L
7869*** Warning: the GNU linker, at least up to release 2.9.1, is reported
7870*** to be unable to reliably create shared libraries on AIX.
7871*** Therefore, libtool is disabling shared libraries support. If you
7872*** really care for shared libraries, you may want to modify your PATH
7873*** so that a non-GNU linker is found, and then restart.
d7040cdb 7874
ce2cded5
L
7875_LT_EOF
7876 fi
d7040cdb 7877 ;;
d7040cdb 7878
ce2cded5
L
7879 amigaos*)
7880 if test "$host_cpu" = m68k; then
7881 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)'
7882 hardcode_libdir_flag_spec='-L$libdir'
7883 hardcode_minus_L=yes
7884 fi
d7040cdb 7885
ce2cded5
L
7886 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7887 # that the semantics of dynamic libraries on AmigaOS, at least up
7888 # to version 4, is to share data among multiple programs linked
7889 # with the same dynamic library. Since this doesn't match the
7890 # behavior of shared libraries on other platforms, we can't use
7891 # them.
7892 ld_shlibs=no
7893 ;;
d7040cdb 7894
ce2cded5
L
7895 beos*)
7896 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7897 allow_undefined_flag=unsupported
7898 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7899 # support --undefined. This deserves some investigation. FIXME
7900 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7901 else
7902 ld_shlibs=no
7903 fi
7904 ;;
d7040cdb 7905
ce2cded5
L
7906 cygwin* | mingw* | pw32*)
7907 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7908 # as there is no search path for DLLs.
7909 hardcode_libdir_flag_spec='-L$libdir'
7910 allow_undefined_flag=unsupported
7911 always_export_symbols=no
7912 enable_shared_with_static_runtimes=yes
7913 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7914
7915 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7916 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7917 # If the export-symbols file already is a .def file (1st line
7918 # is EXPORTS), use it as is; otherwise, prepend...
7919 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7920 cp $export_symbols $output_objdir/$soname.def;
d7040cdb 7921 else
ce2cded5
L
7922 echo EXPORTS > $output_objdir/$soname.def;
7923 cat $export_symbols >> $output_objdir/$soname.def;
7924 fi~
7925 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7926 else
7927 ld_shlibs=no
7928 fi
7929 ;;
d7040cdb 7930
ce2cded5
L
7931 interix[3-9]*)
7932 hardcode_direct=no
7933 hardcode_shlibpath_var=no
7934 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7935 export_dynamic_flag_spec='${wl}-E'
7936 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7937 # Instead, shared libraries are loaded at an image base (0x10000000 by
7938 # default) and relocated if they conflict, which is a slow very memory
7939 # consuming and fragmenting process. To avoid this, we pick a random,
7940 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7941 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7942 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7943 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'
7944 ;;
d7040cdb 7945
ce2cded5
L
7946 gnu* | linux* | tpf* | k*bsd*-gnu)
7947 tmp_diet=no
7948 if test "$host_os" = linux-dietlibc; then
7949 case $cc_basename in
7950 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
7951 esac
7952 fi
7953 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
7954 && test "$tmp_diet" = no
7955 then
7956 tmp_addflag=
7957 case $cc_basename,$host_cpu in
7958 pgcc*) # Portland Group C compiler
7959 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'
7960 tmp_addflag=' $pic_flag'
7961 ;;
7962 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
7963 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'
7964 tmp_addflag=' $pic_flag -Mnomain' ;;
7965 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
7966 tmp_addflag=' -i_dynamic' ;;
7967 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
7968 tmp_addflag=' -i_dynamic -nofor_main' ;;
7969 ifc* | ifort*) # Intel Fortran compiler
7970 tmp_addflag=' -nofor_main' ;;
7971 esac
7972 case `$CC -V 2>&1 | sed 5q` in
7973 *Sun\ C*) # Sun C 5.9
7974 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'
7975 compiler_needs_object=yes
7976 tmp_sharedflag='-G' ;;
7977 *Sun\ F*) # Sun Fortran 8.3
7978 tmp_sharedflag='-G' ;;
7979 *)
7980 tmp_sharedflag='-shared' ;;
7981 esac
7982 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 7983
ce2cded5
L
7984 if test "x$supports_anon_versioning" = xyes; then
7985 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
7986 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7987 echo "local: *; };" >> $output_objdir/$libname.ver~
7988 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7989 fi
7990 else
7991 ld_shlibs=no
7992 fi
7993 ;;
d7040cdb 7994
ce2cded5
L
7995 netbsd*)
7996 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7997 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7998 wlarc=
7999 else
8000 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8001 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8002 fi
8003 ;;
8004
8005 solaris*)
8006 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8007 ld_shlibs=no
8008 cat <<_LT_EOF 1>&2
8009
8010*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8011*** create shared libraries on Solaris systems. Therefore, libtool
8012*** is disabling shared libraries support. We urge you to upgrade GNU
8013*** binutils to release 2.9.1 or newer. Another option is to modify
8014*** your PATH or compiler configuration so that the native linker is
8015*** used, and then restart.
8016
8017_LT_EOF
8018 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8019 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8020 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8021 else
8022 ld_shlibs=no
8023 fi
8024 ;;
8025
8026 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8027 case `$LD -v 2>&1` in
8028 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8029 ld_shlibs=no
8030 cat <<_LT_EOF 1>&2
8031
8032*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8033*** reliably create shared libraries on SCO systems. Therefore, libtool
8034*** is disabling shared libraries support. We urge you to upgrade GNU
8035*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8036*** your PATH or compiler configuration so that the native linker is
8037*** used, and then restart.
8038
8039_LT_EOF
8040 ;;
8041 *)
8042 # For security reasons, it is highly recommended that you always
8043 # use absolute paths for naming shared libraries, and exclude the
8044 # DT_RUNPATH tag from executables and libraries. But doing so
8045 # requires that you compile everything twice, which is a pain.
8046 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8047 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8048 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8049 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8050 else
8051 ld_shlibs=no
8052 fi
8053 ;;
8054 esac
8055 ;;
8056
8057 sunos4*)
8058 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8059 wlarc=
8060 hardcode_direct=yes
8061 hardcode_shlibpath_var=no
8062 ;;
8063
8064 *)
8065 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8066 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8067 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8068 else
8069 ld_shlibs=no
8070 fi
8071 ;;
8072 esac
8073
8074 if test "$ld_shlibs" = no; then
8075 runpath_var=
8076 hardcode_libdir_flag_spec=
8077 export_dynamic_flag_spec=
8078 whole_archive_flag_spec=
8079 fi
8080 else
8081 # PORTME fill in a description of your system's linker (not GNU ld)
8082 case $host_os in
8083 aix3*)
8084 allow_undefined_flag=unsupported
8085 always_export_symbols=yes
8086 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'
8087 # Note: this linker hardcodes the directories in LIBPATH if there
8088 # are no directories specified by -L.
8089 hardcode_minus_L=yes
8090 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8091 # Neither direct hardcoding nor static linking is supported with a
8092 # broken collect2.
8093 hardcode_direct=unsupported
8094 fi
8095 ;;
8096
50e7d84b 8097 aix[4-9]*)
ce2cded5
L
8098 if test "$host_cpu" = ia64; then
8099 # On IA64, the linker does run time linking by default, so we don't
8100 # have to do anything special.
8101 aix_use_runtimelinking=no
8102 exp_sym_flag='-Bexport'
8103 no_entry_flag=""
8104 else
8105 # If we're using GNU nm, then we don't want the "-C" option.
8106 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8107 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8108 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'
8109 else
8110 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'
8111 fi
8112 aix_use_runtimelinking=no
8113
8114 # Test if we are trying to use run time linking or normal
8115 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8116 # need to do runtime linking.
50e7d84b 8117 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
8118 for ld_flag in $LDFLAGS; do
8119 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8120 aix_use_runtimelinking=yes
8121 break
8122 fi
8123 done
8124 ;;
8125 esac
8126
8127 exp_sym_flag='-bexport'
8128 no_entry_flag='-bnoentry'
8129 fi
8130
8131 # When large executables or shared objects are built, AIX ld can
8132 # have problems creating the table of contents. If linking a library
8133 # or program results in "error TOC overflow" add -mminimal-toc to
8134 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8135 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8136
8137 archive_cmds=''
8138 hardcode_direct=yes
8139 hardcode_direct_absolute=yes
8140 hardcode_libdir_separator=':'
8141 link_all_deplibs=yes
8142 file_list_spec='${wl}-f,'
8143
8144 if test "$GCC" = yes; then
8145 case $host_os in aix4.[012]|aix4.[012].*)
8146 # We only want to do this on AIX 4.2 and lower, the check
8147 # below for broken collect2 doesn't work under 4.3+
8148 collect2name=`${CC} -print-prog-name=collect2`
8149 if test -f "$collect2name" &&
8150 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8151 then
8152 # We have reworked collect2
8153 :
8154 else
8155 # We have old collect2
8156 hardcode_direct=unsupported
8157 # It fails to find uninstalled libraries when the uninstalled
8158 # path is not listed in the libpath. Setting hardcode_minus_L
8159 # to unsupported forces relinking
8160 hardcode_minus_L=yes
8161 hardcode_libdir_flag_spec='-L$libdir'
8162 hardcode_libdir_separator=
8163 fi
8164 ;;
8165 esac
8166 shared_flag='-shared'
8167 if test "$aix_use_runtimelinking" = yes; then
8168 shared_flag="$shared_flag "'${wl}-G'
8169 fi
8170 else
8171 # not using gcc
8172 if test "$host_cpu" = ia64; then
8173 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8174 # chokes on -Wl,-G. The following line is correct:
8175 shared_flag='-G'
8176 else
8177 if test "$aix_use_runtimelinking" = yes; then
8178 shared_flag='${wl}-G'
8179 else
8180 shared_flag='${wl}-bM:SRE'
8181 fi
8182 fi
8183 fi
8184
8185 # It seems that -bexpall does not export symbols beginning with
8186 # underscore (_), so it is better to generate a list of symbols to export.
8187 always_export_symbols=yes
8188 if test "$aix_use_runtimelinking" = yes; then
8189 # Warning - without using the other runtime loading flags (-brtl),
8190 # -berok will link without error, but may produce a broken library.
8191 allow_undefined_flag='-berok'
8192 # Determine the default libpath from the value encoded in an
8193 # empty executable.
8194 cat >conftest.$ac_ext <<_ACEOF
8195/* confdefs.h. */
8196_ACEOF
8197cat confdefs.h >>conftest.$ac_ext
8198cat >>conftest.$ac_ext <<_ACEOF
8199/* end confdefs.h. */
8200
8201int
8202main ()
8203{
8204
8205 ;
8206 return 0;
8207}
8208_ACEOF
8209rm -f conftest.$ac_objext conftest$ac_exeext
d7040cdb
SE
8210if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8211 (eval $ac_link) 2>conftest.er1
8212 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } &&
7357c5b6
AM
8218 { ac_try='test -z "$ac_c_werror_flag"
8219 || test ! -s conftest.err'
d7040cdb
SE
8220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8221 (eval $ac_try) 2>&5
8222 ac_status=$?
8223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224 (exit $ac_status); }; } &&
8225 { ac_try='test -s conftest$ac_exeext'
8226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8227 (eval $ac_try) 2>&5
8228 ac_status=$?
8229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8230 (exit $ac_status); }; }; then
d7040cdb 8231
ce2cded5
L
8232lt_aix_libpath_sed='
8233 /Import File Strings/,/^$/ {
8234 /^0/ {
8235 s/^0 *\(.*\)$/\1/
8236 p
8237 }
8238 }'
8239aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8240# Check for a 64-bit object if we didn't find anything.
8241if test -z "$aix_libpath"; then
8242 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8243fi
d7040cdb
SE
8244else
8245 echo "$as_me: failed program was:" >&5
8246sed 's/^/| /' conftest.$ac_ext >&5
8247
8248fi
8249rm -f conftest.err conftest.$ac_objext \
8250 conftest$ac_exeext conftest.$ac_ext
ce2cded5 8251if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 8252
ce2cded5
L
8253 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8254 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"
8255 else
8256 if test "$host_cpu" = ia64; then
8257 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8258 allow_undefined_flag="-z nodefs"
8259 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"
8260 else
8261 # Determine the default libpath from the value encoded in an
8262 # empty executable.
8263 cat >conftest.$ac_ext <<_ACEOF
8264/* confdefs.h. */
8265_ACEOF
8266cat confdefs.h >>conftest.$ac_ext
8267cat >>conftest.$ac_ext <<_ACEOF
8268/* end confdefs.h. */
d7040cdb 8269
ce2cded5
L
8270int
8271main ()
8272{
d7040cdb 8273
ce2cded5
L
8274 ;
8275 return 0;
8276}
8277_ACEOF
8278rm -f conftest.$ac_objext conftest$ac_exeext
8279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8280 (eval $ac_link) 2>conftest.er1
8281 ac_status=$?
8282 grep -v '^ *+' conftest.er1 >conftest.err
8283 rm -f conftest.er1
8284 cat conftest.err >&5
8285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286 (exit $ac_status); } &&
7357c5b6
AM
8287 { ac_try='test -z "$ac_c_werror_flag"
8288 || test ! -s conftest.err'
ce2cded5
L
8289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8290 (eval $ac_try) 2>&5
8291 ac_status=$?
8292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8293 (exit $ac_status); }; } &&
8294 { ac_try='test -s conftest$ac_exeext'
8295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8296 (eval $ac_try) 2>&5
8297 ac_status=$?
8298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8299 (exit $ac_status); }; }; then
d7040cdb 8300
ce2cded5
L
8301lt_aix_libpath_sed='
8302 /Import File Strings/,/^$/ {
8303 /^0/ {
8304 s/^0 *\(.*\)$/\1/
8305 p
8306 }
8307 }'
8308aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8309# Check for a 64-bit object if we didn't find anything.
8310if test -z "$aix_libpath"; then
8311 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8312fi
8313else
8314 echo "$as_me: failed program was:" >&5
8315sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 8316
ce2cded5
L
8317fi
8318rm -f conftest.err conftest.$ac_objext \
8319 conftest$ac_exeext conftest.$ac_ext
8320if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 8321
ce2cded5
L
8322 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8323 # Warning - without using the other run time loading flags,
8324 # -berok will link without error, but may produce a broken library.
8325 no_undefined_flag=' ${wl}-bernotok'
8326 allow_undefined_flag=' ${wl}-berok'
8327 # Exported symbols can be pulled into shared objects from archives
8328 whole_archive_flag_spec='$convenience'
8329 archive_cmds_need_lc=yes
8330 # This is similar to how AIX traditionally builds its shared libraries.
8331 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'
8332 fi
8333 fi
8334 ;;
d7040cdb 8335
ce2cded5
L
8336 amigaos*)
8337 if test "$host_cpu" = m68k; then
8338 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)'
8339 hardcode_libdir_flag_spec='-L$libdir'
8340 hardcode_minus_L=yes
8341 fi
8342 # see comment about different semantics on the GNU ld section
8343 ld_shlibs=no
8344 ;;
8345
8346 bsdi[45]*)
8347 export_dynamic_flag_spec=-rdynamic
8348 ;;
8349
8350 cygwin* | mingw* | pw32*)
8351 # When not using gcc, we currently assume that we are using
8352 # Microsoft Visual C++.
8353 # hardcode_libdir_flag_spec is actually meaningless, as there is
8354 # no search path for DLLs.
8355 hardcode_libdir_flag_spec=' '
8356 allow_undefined_flag=unsupported
8357 # Tell ltmain to make .lib files, not .a files.
8358 libext=lib
8359 # Tell ltmain to make .dll files, not .so files.
8360 shrext_cmds=".dll"
8361 # FIXME: Setting linknames here is a bad hack.
8362 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8363 # The linker will automatically build a .lib file if we build a DLL.
8364 old_archive_from_new_cmds='true'
8365 # FIXME: Should let the user specify the lib program.
8366 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8367 fix_srcfile_path='`cygpath -w "$srcfile"`'
8368 enable_shared_with_static_runtimes=yes
8369 ;;
8370
8371 darwin* | rhapsody*)
8372 case $host_os in
8373 rhapsody* | darwin1.[012])
8374 allow_undefined_flag='${wl}-undefined ${wl}suppress'
d7040cdb 8375 ;;
ce2cded5
L
8376 *) # Darwin 1.3 on
8377 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
8378 10.[012])
8379 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8380 ;;
8381 10.*)
8382 allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
8383 ;;
8384 esac
d7040cdb
SE
8385 ;;
8386 esac
ce2cded5
L
8387 archive_cmds_need_lc=no
8388 hardcode_direct=no
8389 hardcode_automatic=yes
8390 hardcode_shlibpath_var=unsupported
8391 whole_archive_flag_spec=''
8392 link_all_deplibs=yes
8393 if test "$GCC" = yes ; then
8394 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
8395 echo $ECHO_N "(cached) $ECHO_C" >&6
8396else
8397 lt_cv_apple_cc_single_mod=no
8398 if test -z "${LT_MULTI_MODULE}"; then
8399 # By default we will add the -single_module flag. You can override
8400 # by either setting the environment variable LT_MULTI_MODULE
8401 # non-empty at configure time, or by adding -multi-module to the
8402 # link flags.
8403 echo "int foo(void){return 1;}" > conftest.c
8404 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8405 -dynamiclib ${wl}-single_module conftest.c
8406 if test -f libconftest.dylib; then
8407 lt_cv_apple_cc_single_mod=yes
8408 rm libconftest.dylib
8409 fi
8410 rm conftest.$ac_ext
8411 fi
8412fi
d7040cdb 8413
ce2cded5
L
8414 output_verbose_link_cmd=echo
8415 if test "X$lt_cv_apple_cc_single_mod" = Xyes ; then
8416 archive_cmds='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8417 archive_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8418 else
8419 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8420 archive_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8421 fi
8422 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8423 module_expsym_cmds='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8424 else
8425 case $cc_basename in
8426 xlc*)
8427 output_verbose_link_cmd=echo
8428 archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
8429 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8430 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8431 archive_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8432 module_expsym_cmds='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8433 ;;
8434 *)
8435 ld_shlibs=no
8436 ;;
8437 esac
8438 fi
8439 ;;
d7040cdb 8440
ce2cded5
L
8441 dgux*)
8442 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8443 hardcode_libdir_flag_spec='-L$libdir'
8444 hardcode_shlibpath_var=no
8445 ;;
d7040cdb 8446
ce2cded5
L
8447 freebsd1*)
8448 ld_shlibs=no
8449 ;;
d7040cdb 8450
ce2cded5
L
8451 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8452 # support. Future versions do this automatically, but an explicit c++rt0.o
8453 # does not break anything, and helps significantly (at the cost of a little
8454 # extra space).
8455 freebsd2.2*)
8456 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8457 hardcode_libdir_flag_spec='-R$libdir'
8458 hardcode_direct=yes
8459 hardcode_shlibpath_var=no
d7040cdb 8460 ;;
d7040cdb 8461
ce2cded5
L
8462 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8463 freebsd2*)
8464 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8465 hardcode_direct=yes
8466 hardcode_minus_L=yes
8467 hardcode_shlibpath_var=no
8468 ;;
d7040cdb 8469
ce2cded5
L
8470 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8471 freebsd* | dragonfly*)
8472 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8473 hardcode_libdir_flag_spec='-R$libdir'
8474 hardcode_direct=yes
8475 hardcode_shlibpath_var=no
8476 ;;
d7040cdb 8477
ce2cded5
L
8478 hpux9*)
8479 if test "$GCC" = yes; then
8480 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'
8481 else
8482 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'
8483 fi
8484 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8485 hardcode_libdir_separator=:
8486 hardcode_direct=yes
d7040cdb 8487
ce2cded5
L
8488 # hardcode_minus_L: Not really in the search PATH,
8489 # but as the default location of the library.
8490 hardcode_minus_L=yes
8491 export_dynamic_flag_spec='${wl}-E'
8492 ;;
d7040cdb 8493
ce2cded5
L
8494 hpux10*)
8495 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8496 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8497 else
8498 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8499 fi
8500 if test "$with_gnu_ld" = no; then
8501 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8502 hardcode_libdir_flag_spec_ld='+b $libdir'
8503 hardcode_libdir_separator=:
8504 hardcode_direct=yes
8505 hardcode_direct_absolute=yes
8506 export_dynamic_flag_spec='${wl}-E'
8507 # hardcode_minus_L: Not really in the search PATH,
8508 # but as the default location of the library.
8509 hardcode_minus_L=yes
8510 fi
8511 ;;
d7040cdb 8512
ce2cded5
L
8513 hpux11*)
8514 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8515 case $host_cpu in
8516 hppa*64*)
8517 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8518 ;;
8519 ia64*)
8520 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8521 ;;
8522 *)
8523 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8524 ;;
8525 esac
8526 else
8527 case $host_cpu in
8528 hppa*64*)
8529 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8530 ;;
8531 ia64*)
8532 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8533 ;;
8534 *)
8535 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8536 ;;
8537 esac
8538 fi
8539 if test "$with_gnu_ld" = no; then
8540 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8541 hardcode_libdir_separator=:
d7040cdb 8542
ce2cded5
L
8543 case $host_cpu in
8544 hppa*64*|ia64*)
8545 hardcode_direct=no
8546 hardcode_shlibpath_var=no
8547 ;;
8548 *)
8549 hardcode_direct=yes
8550 hardcode_direct_absolute=yes
8551 export_dynamic_flag_spec='${wl}-E'
d7040cdb 8552
ce2cded5
L
8553 # hardcode_minus_L: Not really in the search PATH,
8554 # but as the default location of the library.
8555 hardcode_minus_L=yes
8556 ;;
8557 esac
8558 fi
8559 ;;
d7040cdb 8560
ce2cded5
L
8561 irix5* | irix6* | nonstopux*)
8562 if test "$GCC" = yes; then
8563 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'
8564 # Try to use the -exported_symbol ld option, if it does not
8565 # work, assume that -exports_file does not work either and
8566 # implicitly export all symbols.
8567 save_LDFLAGS="$LDFLAGS"
8568 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8569 cat >conftest.$ac_ext <<_ACEOF
8570int foo(void) {}
8571_ACEOF
8572rm -f conftest.$ac_objext conftest$ac_exeext
8573if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8574 (eval $ac_link) 2>conftest.er1
8575 ac_status=$?
8576 grep -v '^ *+' conftest.er1 >conftest.err
8577 rm -f conftest.er1
8578 cat conftest.err >&5
8579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8580 (exit $ac_status); } &&
7357c5b6
AM
8581 { ac_try='test -z "$ac_c_werror_flag"
8582 || test ! -s conftest.err'
ce2cded5
L
8583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8584 (eval $ac_try) 2>&5
8585 ac_status=$?
8586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8587 (exit $ac_status); }; } &&
8588 { ac_try='test -s conftest$ac_exeext'
8589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8590 (eval $ac_try) 2>&5
8591 ac_status=$?
8592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8593 (exit $ac_status); }; }; then
8594 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 8595
ce2cded5
L
8596else
8597 echo "$as_me: failed program was:" >&5
8598sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 8599
ce2cded5
L
8600fi
8601rm -f conftest.err conftest.$ac_objext \
8602 conftest$ac_exeext conftest.$ac_ext
8603 LDFLAGS="$save_LDFLAGS"
8604 else
8605 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'
8606 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'
8607 fi
8608 archive_cmds_need_lc='no'
8609 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8610 hardcode_libdir_separator=:
8611 inherit_rpath=yes
8612 link_all_deplibs=yes
8613 ;;
d7040cdb 8614
ce2cded5
L
8615 netbsd*)
8616 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8617 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8618 else
8619 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8620 fi
8621 hardcode_libdir_flag_spec='-R$libdir'
8622 hardcode_direct=yes
8623 hardcode_shlibpath_var=no
8624 ;;
d7040cdb 8625
ce2cded5
L
8626 newsos6)
8627 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8628 hardcode_direct=yes
8629 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8630 hardcode_libdir_separator=:
8631 hardcode_shlibpath_var=no
8632 ;;
d7040cdb 8633
ce2cded5
L
8634 *nto* | *qnx*)
8635 ;;
d7040cdb 8636
ce2cded5
L
8637 openbsd*)
8638 hardcode_direct=yes
8639 hardcode_shlibpath_var=no
8640 hardcode_direct_absolute=yes
8641 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8642 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8643 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8644 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8645 export_dynamic_flag_spec='${wl}-E'
8646 else
8647 case $host_os in
8648 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8649 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8650 hardcode_libdir_flag_spec='-R$libdir'
8651 ;;
8652 *)
8653 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8654 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8655 ;;
8656 esac
8657 fi
8658 ;;
d7040cdb 8659
ce2cded5
L
8660 os2*)
8661 hardcode_libdir_flag_spec='-L$libdir'
8662 hardcode_minus_L=yes
8663 allow_undefined_flag=unsupported
8664 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'
8665 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8666 ;;
d7040cdb 8667
ce2cded5
L
8668 osf3*)
8669 if test "$GCC" = yes; then
8670 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8671 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'
8672 else
8673 allow_undefined_flag=' -expect_unresolved \*'
8674 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'
8675 fi
8676 archive_cmds_need_lc='no'
8677 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8678 hardcode_libdir_separator=:
8679 ;;
d7040cdb 8680
ce2cded5
L
8681 osf4* | osf5*) # as osf3* with the addition of -msym flag
8682 if test "$GCC" = yes; then
8683 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8684 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'
8685 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8686 else
8687 allow_undefined_flag=' -expect_unresolved \*'
8688 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'
8689 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~
8690 $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 8691
ce2cded5
L
8692 # Both c and cxx compiler support -rpath directly
8693 hardcode_libdir_flag_spec='-rpath $libdir'
8694 fi
8695 archive_cmds_need_lc='no'
8696 hardcode_libdir_separator=:
8697 ;;
d7040cdb 8698
ce2cded5
L
8699 solaris*)
8700 no_undefined_flag=' -z defs'
8701 if test "$GCC" = yes; then
8702 wlarc='${wl}'
8703 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8704 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8705 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8706 else
8707 case `$CC -V 2>&1` in
8708 *"Compilers 5.0"*)
8709 wlarc=''
8710 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8711 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8712 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8713 ;;
8714 *)
8715 wlarc='${wl}'
8716 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8717 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8718 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8719 ;;
8720 esac
8721 fi
8722 hardcode_libdir_flag_spec='-R$libdir'
8723 hardcode_shlibpath_var=no
8724 case $host_os in
8725 solaris2.[0-5] | solaris2.[0-5].*) ;;
8726 *)
8727 # The compiler driver will combine and reorder linker options,
8728 # but understands `-z linker_flag'. GCC discards it without `$wl',
8729 # but is careful enough not to reorder.
8730 # Supported since Solaris 2.6 (maybe 2.5.1?)
8731 if test "$GCC" = yes; then
8732 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8733 else
8734 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8735 fi
8736 ;;
8737 esac
8738 link_all_deplibs=yes
8739 ;;
d7040cdb 8740
ce2cded5
L
8741 sunos4*)
8742 if test "x$host_vendor" = xsequent; then
8743 # Use $CC to link under sequent, because it throws in some extra .o
8744 # files that make .init and .fini sections work.
8745 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8746 else
8747 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8748 fi
8749 hardcode_libdir_flag_spec='-L$libdir'
8750 hardcode_direct=yes
8751 hardcode_minus_L=yes
8752 hardcode_shlibpath_var=no
8753 ;;
d7040cdb 8754
ce2cded5
L
8755 sysv4)
8756 case $host_vendor in
8757 sni)
8758 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8759 hardcode_direct=yes # is this really true???
8760 ;;
8761 siemens)
8762 ## LD is ld it makes a PLAMLIB
8763 ## CC just makes a GrossModule.
8764 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8765 reload_cmds='$CC -r -o $output$reload_objs'
8766 hardcode_direct=no
8767 ;;
8768 motorola)
8769 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8770 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8771 ;;
8772 esac
8773 runpath_var='LD_RUN_PATH'
8774 hardcode_shlibpath_var=no
8775 ;;
d7040cdb 8776
ce2cded5
L
8777 sysv4.3*)
8778 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8779 hardcode_shlibpath_var=no
8780 export_dynamic_flag_spec='-Bexport'
8781 ;;
d7040cdb 8782
ce2cded5
L
8783 sysv4*MP*)
8784 if test -d /usr/nec; then
8785 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8786 hardcode_shlibpath_var=no
8787 runpath_var=LD_RUN_PATH
8788 hardcode_runpath_var=yes
8789 ld_shlibs=yes
8790 fi
8791 ;;
d7040cdb 8792
ce2cded5
L
8793 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8794 no_undefined_flag='${wl}-z,text'
8795 archive_cmds_need_lc=no
8796 hardcode_shlibpath_var=no
8797 runpath_var='LD_RUN_PATH'
d7040cdb 8798
ce2cded5
L
8799 if test "$GCC" = yes; then
8800 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8801 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8802 else
8803 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8804 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8805 fi
8806 ;;
d7040cdb 8807
ce2cded5
L
8808 sysv5* | sco3.2v5* | sco5v6*)
8809 # Note: We can NOT use -z defs as we might desire, because we do not
8810 # link with -lc, and that would cause any symbols used from libc to
8811 # always be unresolved, which means just about no library would
8812 # ever link correctly. If we're not using GNU ld we use -z text
8813 # though, which does catch some bad symbols but isn't as heavy-handed
8814 # as -z defs.
8815 no_undefined_flag='${wl}-z,text'
8816 allow_undefined_flag='${wl}-z,nodefs'
8817 archive_cmds_need_lc=no
8818 hardcode_shlibpath_var=no
8819 hardcode_libdir_flag_spec='${wl}-R,$libdir'
8820 hardcode_libdir_separator=':'
8821 link_all_deplibs=yes
8822 export_dynamic_flag_spec='${wl}-Bexport'
8823 runpath_var='LD_RUN_PATH'
d7040cdb 8824
ce2cded5
L
8825 if test "$GCC" = yes; then
8826 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8827 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8828 else
8829 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8830 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8831 fi
8832 ;;
d7040cdb 8833
ce2cded5
L
8834 uts4*)
8835 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8836 hardcode_libdir_flag_spec='-L$libdir'
8837 hardcode_shlibpath_var=no
8838 ;;
d7040cdb 8839
ce2cded5
L
8840 *)
8841 ld_shlibs=no
8842 ;;
8843 esac
d7040cdb 8844
ce2cded5
L
8845 if test x$host_vendor = xsni; then
8846 case $host in
8847 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8848 export_dynamic_flag_spec='${wl}-Blargedynsym'
8849 ;;
8850 esac
8851 fi
8852 fi
d7040cdb 8853
ce2cded5
L
8854echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8855echo "${ECHO_T}$ld_shlibs" >&6
8856test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 8857
ce2cded5 8858with_gnu_ld=$with_gnu_ld
d7040cdb
SE
8859
8860
8861
8862
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
ce2cded5
L
8874#
8875# Do we need to explicitly link libc?
8876#
8877case "x$archive_cmds_need_lc" in
8878x|xyes)
8879 # Assume -lc should be added
8880 archive_cmds_need_lc=yes
d7040cdb 8881
ce2cded5
L
8882 if test "$enable_shared" = yes && test "$GCC" = yes; then
8883 case $archive_cmds in
8884 *'~'*)
8885 # FIXME: we may have to deal with multi-command sequences.
8886 ;;
8887 '$CC '*)
8888 # Test whether the compiler implicitly links with -lc since on some
8889 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8890 # to ld, don't add -lc before -lgcc.
8891 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8892echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8893 $RM conftest*
8894 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8895
ce2cded5
L
8896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8897 (eval $ac_compile) 2>&5
8898 ac_status=$?
8899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900 (exit $ac_status); } 2>conftest.err; then
8901 soname=conftest
8902 lib=conftest
8903 libobjs=conftest.$ac_objext
8904 deplibs=
8905 wl=$lt_prog_compiler_wl
8906 pic_flag=$lt_prog_compiler_pic
8907 compiler_flags=-v
8908 linker_flags=-v
8909 verstring=
8910 output_objdir=.
8911 libname=conftest
8912 lt_save_allow_undefined_flag=$allow_undefined_flag
8913 allow_undefined_flag=
8914 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8915 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8916 ac_status=$?
8917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8918 (exit $ac_status); }
8919 then
8920 archive_cmds_need_lc=no
8921 else
8922 archive_cmds_need_lc=yes
8923 fi
8924 allow_undefined_flag=$lt_save_allow_undefined_flag
8925 else
8926 cat conftest.err 1>&5
8927 fi
8928 $RM conftest*
8929 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8930echo "${ECHO_T}$archive_cmds_need_lc" >&6
8931 ;;
8932 esac
8933 fi
8934 ;;
8935esac
d7040cdb
SE
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
d7040cdb 8963
d7040cdb 8964
d7040cdb
SE
8965
8966
8967
8968
8969
8970
d7040cdb 8971
d7040cdb 8972
d7040cdb 8973
d7040cdb 8974
d7040cdb 8975
d7040cdb 8976
d7040cdb 8977
d7040cdb 8978
d7040cdb 8979
d7040cdb 8980
d7040cdb 8981
d7040cdb 8982
d7040cdb 8983
d7040cdb 8984
d7040cdb 8985
d7040cdb 8986
d7040cdb 8987
d7040cdb 8988
d7040cdb 8989
d7040cdb 8990
d7040cdb 8991
d7040cdb 8992
d7040cdb 8993
d7040cdb 8994
d7040cdb 8995
d7040cdb 8996
d7040cdb 8997
d7040cdb 8998
ce2cded5
L
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9094echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
9095withGCC=$GCC
9096if test "$withGCC" = yes; then
9097 case $host_os in
9098 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9099 *) lt_awk_arg="/^libraries:/" ;;
9100 esac
9101 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9102 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9103 # if the path contains ";" then we assume it to be the separator
9104 # otherwise default to the standard path separator (i.e. ":") - it is
9105 # assumed that no part of a normal pathname contains ";" but that should
9106 # okay in the real world where ";" in dirpaths is itself problematic.
9107 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9108 else
9109 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9110 fi
9111 # Ok, now we have the path, separated by spaces, we can step through it
9112 # and add multilib dir if necessary.
9113 lt_tmp_lt_search_path_spec=
9114 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9115 for lt_sys_path in $lt_search_path_spec; do
9116 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9117 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9118 else
9119 test -d "$lt_sys_path" && \
9120 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9121 fi
9122 done
9123 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9124BEGIN {RS=" "; FS="/|\n";} {
9125 lt_foo="";
9126 lt_count=0;
9127 for (lt_i = NF; lt_i > 0; lt_i--) {
9128 if ($lt_i != "" && $lt_i != ".") {
9129 if ($lt_i == "..") {
9130 lt_count++;
9131 } else {
9132 if (lt_count == 0) {
9133 lt_foo="/" $lt_i lt_foo;
9134 } else {
9135 lt_count--;
9136 }
9137 }
9138 }
9139 }
9140 if (lt_foo != "") { lt_freq[lt_foo]++; }
9141 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9142}'`
9143 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
d7040cdb 9144else
ce2cded5
L
9145 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9146fi
9147library_names_spec=
9148libname_spec='lib$name'
9149soname_spec=
9150shrext_cmds=".so"
9151postinstall_cmds=
9152postuninstall_cmds=
9153finish_cmds=
9154finish_eval=
9155shlibpath_var=
9156shlibpath_overrides_runpath=unknown
9157version_type=none
9158dynamic_linker="$host_os ld.so"
9159sys_lib_dlsearch_path_spec="/lib /usr/lib"
9160need_lib_prefix=unknown
9161hardcode_into_libs=no
9162
9163# when you set need_version to no, make sure it does not cause -set_version
9164# flags to be left without arguments
9165need_version=unknown
9166
9167case $host_os in
9168aix3*)
9169 version_type=linux
9170 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9171 shlibpath_var=LIBPATH
9172
9173 # AIX 3 has no versioning support, so we append a major version to the name.
9174 soname_spec='${libname}${release}${shared_ext}$major'
9175 ;;
9176
50e7d84b 9177aix[4-9]*)
ce2cded5
L
9178 version_type=linux
9179 need_lib_prefix=no
9180 need_version=no
9181 hardcode_into_libs=yes
9182 if test "$host_cpu" = ia64; then
9183 # AIX 5 supports IA64
9184 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9185 shlibpath_var=LD_LIBRARY_PATH
9186 else
9187 # With GCC up to 2.95.x, collect2 would create an import file
9188 # for dependence libraries. The import file would start with
9189 # the line `#! .'. This would cause the generated library to
9190 # depend on `.', always an invalid library. This was fixed in
9191 # development snapshots of GCC prior to 3.0.
9192 case $host_os in
9193 aix4 | aix4.[01] | aix4.[01].*)
9194 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9195 echo ' yes '
9196 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9197 :
9198 else
9199 can_build_shared=no
9200 fi
9201 ;;
9202 esac
9203 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9204 # soname into executable. Probably we can add versioning support to
9205 # collect2, so additional links can be useful in future.
9206 if test "$aix_use_runtimelinking" = yes; then
9207 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9208 # instead of lib<name>.a to let people know that these are not
9209 # typical AIX shared libraries.
9210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9211 else
9212 # We preserve .a as extension for shared libraries through AIX4.2
9213 # and later when we are not doing run time linking.
9214 library_names_spec='${libname}${release}.a $libname.a'
9215 soname_spec='${libname}${release}${shared_ext}$major'
9216 fi
9217 shlibpath_var=LIBPATH
9218 fi
9219 ;;
9220
9221amigaos*)
9222 if test "$host_cpu" = m68k; then
9223 library_names_spec='$libname.ixlibrary $libname.a'
9224 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9225 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'
9226 else
9227 dynamic_linker=no
9228 fi
9229 ;;
9230
9231beos*)
9232 library_names_spec='${libname}${shared_ext}'
9233 dynamic_linker="$host_os ld.so"
9234 shlibpath_var=LIBRARY_PATH
9235 ;;
9236
9237bsdi[45]*)
9238 version_type=linux
9239 need_version=no
9240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9241 soname_spec='${libname}${release}${shared_ext}$major'
9242 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9243 shlibpath_var=LD_LIBRARY_PATH
9244 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9245 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9246 # the default ld.so.conf also contains /usr/contrib/lib and
9247 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9248 # libtool to hard-code these into programs
9249 ;;
9250
9251cygwin* | mingw* | pw32*)
9252 version_type=windows
9253 shrext_cmds=".dll"
9254 need_version=no
9255 need_lib_prefix=no
9256
9257 case $withGCC,$host_os in
9258 yes,cygwin* | yes,mingw* | yes,pw32*)
9259 library_names_spec='$libname.dll.a'
9260 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9261 postinstall_cmds='base_file=`basename \${file}`~
9262 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9263 dldir=$destdir/`dirname \$dlpath`~
9264 test -d \$dldir || mkdir -p \$dldir~
9265 $install_prog $dir/$dlname \$dldir/$dlname~
9266 chmod a+x \$dldir/$dlname~
9267 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9268 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9269 fi'
9270 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9271 dlpath=$dir/\$dldll~
9272 $RM \$dlpath'
9273 shlibpath_overrides_runpath=yes
9274
9275 case $host_os in
9276 cygwin*)
9277 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9278 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9279 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9280 ;;
9281 mingw*)
9282 # MinGW DLLs use traditional 'lib' prefix
9283 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9284 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9285 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9286 # It is most probably a Windows format PATH printed by
9287 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9288 # path with ; separators, and with drive letters. We can handle the
9289 # drive letters (cygwin fileutils understands them), so leave them,
9290 # especially as we might pass files found there to a mingw objdump,
9291 # which wouldn't understand a cygwinified path. Ahh.
9292 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9293 else
9294 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9295 fi
9296 ;;
9297 pw32*)
9298 # pw32 DLLs use 'pw' prefix rather than 'lib'
9299 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9300 ;;
9301 esac
9302 ;;
9303
9304 *)
9305 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9306 ;;
9307 esac
9308 dynamic_linker='Win32 ld.exe'
9309 # FIXME: first we should search . and the directory the executable is in
9310 shlibpath_var=PATH
9311 ;;
9312
9313darwin* | rhapsody*)
9314 dynamic_linker="$host_os dyld"
9315 version_type=darwin
9316 need_lib_prefix=no
9317 need_version=no
9318 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9319 soname_spec='${libname}${release}${major}$shared_ext'
9320 shlibpath_overrides_runpath=yes
9321 shlibpath_var=DYLD_LIBRARY_PATH
9322 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9323
9324 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9325 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9326 ;;
9327
9328dgux*)
9329 version_type=linux
9330 need_lib_prefix=no
9331 need_version=no
9332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9333 soname_spec='${libname}${release}${shared_ext}$major'
9334 shlibpath_var=LD_LIBRARY_PATH
9335 ;;
9336
9337freebsd1*)
9338 dynamic_linker=no
9339 ;;
9340
9341freebsd* | dragonfly*)
9342 # DragonFly does not have aout. When/if they implement a new
9343 # versioning mechanism, adjust this.
9344 if test -x /usr/bin/objformat; then
9345 objformat=`/usr/bin/objformat`
9346 else
9347 case $host_os in
9348 freebsd[123]*) objformat=aout ;;
9349 *) objformat=elf ;;
9350 esac
9351 fi
9352 version_type=freebsd-$objformat
9353 case $version_type in
9354 freebsd-elf*)
9355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9356 need_version=no
9357 need_lib_prefix=no
9358 ;;
9359 freebsd-*)
9360 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9361 need_version=yes
9362 ;;
9363 esac
9364 shlibpath_var=LD_LIBRARY_PATH
9365 case $host_os in
9366 freebsd2*)
9367 shlibpath_overrides_runpath=yes
9368 ;;
9369 freebsd3.[01]* | freebsdelf3.[01]*)
9370 shlibpath_overrides_runpath=yes
9371 hardcode_into_libs=yes
9372 ;;
9373 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9374 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9375 shlibpath_overrides_runpath=no
9376 hardcode_into_libs=yes
9377 ;;
9378 *) # from 4.6 on, and DragonFly
9379 shlibpath_overrides_runpath=yes
9380 hardcode_into_libs=yes
9381 ;;
9382 esac
9383 ;;
9384
9385gnu*)
9386 version_type=linux
9387 need_lib_prefix=no
9388 need_version=no
9389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9390 soname_spec='${libname}${release}${shared_ext}$major'
9391 shlibpath_var=LD_LIBRARY_PATH
9392 hardcode_into_libs=yes
9393 ;;
9394
9395hpux9* | hpux10* | hpux11*)
9396 # Give a soname corresponding to the major version so that dld.sl refuses to
9397 # link against other versions.
9398 version_type=sunos
9399 need_lib_prefix=no
9400 need_version=no
9401 case $host_cpu in
9402 ia64*)
9403 shrext_cmds='.so'
9404 hardcode_into_libs=yes
9405 dynamic_linker="$host_os dld.so"
9406 shlibpath_var=LD_LIBRARY_PATH
9407 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9408 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9409 soname_spec='${libname}${release}${shared_ext}$major'
9410 if test "X$HPUX_IA64_MODE" = X32; then
9411 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9412 else
9413 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9414 fi
9415 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9416 ;;
9417 hppa*64*)
9418 shrext_cmds='.sl'
9419 hardcode_into_libs=yes
9420 dynamic_linker="$host_os dld.sl"
9421 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9422 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9424 soname_spec='${libname}${release}${shared_ext}$major'
9425 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9426 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9427 ;;
9428 *)
9429 shrext_cmds='.sl'
9430 dynamic_linker="$host_os dld.sl"
9431 shlibpath_var=SHLIB_PATH
9432 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9434 soname_spec='${libname}${release}${shared_ext}$major'
9435 ;;
9436 esac
9437 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9438 postinstall_cmds='chmod 555 $lib'
9439 ;;
9440
9441interix[3-9]*)
9442 version_type=linux
9443 need_lib_prefix=no
9444 need_version=no
9445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9446 soname_spec='${libname}${release}${shared_ext}$major'
9447 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9448 shlibpath_var=LD_LIBRARY_PATH
9449 shlibpath_overrides_runpath=no
9450 hardcode_into_libs=yes
9451 ;;
9452
9453irix5* | irix6* | nonstopux*)
9454 case $host_os in
9455 nonstopux*) version_type=nonstopux ;;
9456 *)
9457 if test "$lt_cv_prog_gnu_ld" = yes; then
9458 version_type=linux
9459 else
9460 version_type=irix
9461 fi ;;
9462 esac
9463 need_lib_prefix=no
9464 need_version=no
9465 soname_spec='${libname}${release}${shared_ext}$major'
9466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9467 case $host_os in
9468 irix5* | nonstopux*)
9469 libsuff= shlibsuff=
9470 ;;
9471 *)
9472 case $LD in # libtool.m4 will add one of these switches to LD
9473 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9474 libsuff= shlibsuff= libmagic=32-bit;;
9475 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9476 libsuff=32 shlibsuff=N32 libmagic=N32;;
9477 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9478 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9479 *) libsuff= shlibsuff= libmagic=never-match;;
9480 esac
9481 ;;
9482 esac
9483 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9484 shlibpath_overrides_runpath=no
9485 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9486 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9487 hardcode_into_libs=yes
9488 ;;
9489
9490# No shared lib support for Linux oldld, aout, or coff.
9491linux*oldld* | linux*aout* | linux*coff*)
9492 dynamic_linker=no
9493 ;;
9494
9495# This must be Linux ELF.
9496linux* | k*bsd*-gnu)
9497 version_type=linux
9498 need_lib_prefix=no
9499 need_version=no
9500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9501 soname_spec='${libname}${release}${shared_ext}$major'
9502 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9503 shlibpath_var=LD_LIBRARY_PATH
9504 shlibpath_overrides_runpath=no
9505 # Some binutils ld are patched to set DT_RUNPATH
9506 save_LDFLAGS=$LDFLAGS
9507 save_libdir=$libdir
9508 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9509 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9510 cat >conftest.$ac_ext <<_ACEOF
d7040cdb
SE
9511/* confdefs.h. */
9512_ACEOF
9513cat confdefs.h >>conftest.$ac_ext
9514cat >>conftest.$ac_ext <<_ACEOF
9515/* end confdefs.h. */
9516
d7040cdb
SE
9517int
9518main ()
9519{
ce2cded5 9520
d7040cdb
SE
9521 ;
9522 return 0;
9523}
9524_ACEOF
9525rm -f conftest.$ac_objext conftest$ac_exeext
9526if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9527 (eval $ac_link) 2>conftest.er1
9528 ac_status=$?
9529 grep -v '^ *+' conftest.er1 >conftest.err
9530 rm -f conftest.er1
9531 cat conftest.err >&5
9532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9533 (exit $ac_status); } &&
7357c5b6
AM
9534 { ac_try='test -z "$ac_c_werror_flag"
9535 || test ! -s conftest.err'
d7040cdb
SE
9536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9537 (eval $ac_try) 2>&5
9538 ac_status=$?
9539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
9540 (exit $ac_status); }; } &&
9541 { ac_try='test -s conftest$ac_exeext'
9542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9543 (eval $ac_try) 2>&5
9544 ac_status=$?
9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 (exit $ac_status); }; }; then
9547 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir"; then
9548 shlibpath_overrides_runpath=yes
d7040cdb 9549fi
d7040cdb 9550
ce2cded5
L
9551else
9552 echo "$as_me: failed program was:" >&5
9553sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb
SE
9554
9555fi
ce2cded5
L
9556rm -f conftest.err conftest.$ac_objext \
9557 conftest$ac_exeext conftest.$ac_ext
9558 LDFLAGS=$save_LDFLAGS
9559 libdir=$save_libdir
d7040cdb 9560
ce2cded5
L
9561 # This implies no fast_install, which is unacceptable.
9562 # Some rework will be needed to allow for fast_install
9563 # before this can be enabled.
9564 hardcode_into_libs=yes
d7040cdb 9565
ce2cded5
L
9566 # Append ld.so.conf contents to the search path
9567 if test -f /etc/ld.so.conf; then
9568 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9569 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9570 fi
d7040cdb 9571
ce2cded5
L
9572 # We used to test for /lib/ld.so.1 and disable shared libraries on
9573 # powerpc, because MkLinux only supported shared libraries with the
9574 # GNU dynamic linker. Since this was broken with cross compilers,
9575 # most powerpc-linux boxes support dynamic linking these days and
9576 # people can always --disable-shared, the test was removed, and we
9577 # assume the GNU/Linux dynamic linker is in use.
9578 dynamic_linker='GNU/Linux ld.so'
9579 ;;
d7040cdb 9580
ce2cded5
L
9581netbsd*)
9582 version_type=sunos
9583 need_lib_prefix=no
9584 need_version=no
9585 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9587 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9588 dynamic_linker='NetBSD (a.out) ld.so'
9589 else
9590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9591 soname_spec='${libname}${release}${shared_ext}$major'
9592 dynamic_linker='NetBSD ld.elf_so'
9593 fi
9594 shlibpath_var=LD_LIBRARY_PATH
9595 shlibpath_overrides_runpath=yes
9596 hardcode_into_libs=yes
9597 ;;
d7040cdb 9598
ce2cded5
L
9599newsos6)
9600 version_type=linux
9601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9602 shlibpath_var=LD_LIBRARY_PATH
9603 shlibpath_overrides_runpath=yes
9604 ;;
d7040cdb 9605
ce2cded5
L
9606*nto* | *qnx*)
9607 version_type=qnx
9608 need_lib_prefix=no
9609 need_version=no
9610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9611 soname_spec='${libname}${release}${shared_ext}$major'
9612 shlibpath_var=LD_LIBRARY_PATH
9613 shlibpath_overrides_runpath=no
9614 hardcode_into_libs=yes
9615 dynamic_linker='ldqnx.so'
9616 ;;
d7040cdb 9617
ce2cded5
L
9618openbsd*)
9619 version_type=sunos
9620 sys_lib_dlsearch_path_spec="/usr/lib"
9621 need_lib_prefix=no
9622 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9623 case $host_os in
9624 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9625 *) need_version=no ;;
9626 esac
9627 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9628 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9629 shlibpath_var=LD_LIBRARY_PATH
9630 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9631 case $host_os in
9632 openbsd2.[89] | openbsd2.[89].*)
9633 shlibpath_overrides_runpath=no
9634 ;;
9635 *)
9636 shlibpath_overrides_runpath=yes
9637 ;;
9638 esac
9639 else
9640 shlibpath_overrides_runpath=yes
9641 fi
9642 ;;
d7040cdb 9643
ce2cded5
L
9644os2*)
9645 libname_spec='$name'
9646 shrext_cmds=".dll"
9647 need_lib_prefix=no
9648 library_names_spec='$libname${shared_ext} $libname.a'
9649 dynamic_linker='OS/2 ld.exe'
9650 shlibpath_var=LIBPATH
9651 ;;
d7040cdb 9652
ce2cded5
L
9653osf3* | osf4* | osf5*)
9654 version_type=osf
9655 need_lib_prefix=no
9656 need_version=no
9657 soname_spec='${libname}${release}${shared_ext}$major'
9658 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9659 shlibpath_var=LD_LIBRARY_PATH
9660 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9661 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9662 ;;
d7040cdb 9663
ce2cded5
L
9664rdos*)
9665 dynamic_linker=no
9666 ;;
d7040cdb 9667
ce2cded5
L
9668solaris*)
9669 version_type=linux
9670 need_lib_prefix=no
9671 need_version=no
9672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9673 soname_spec='${libname}${release}${shared_ext}$major'
9674 shlibpath_var=LD_LIBRARY_PATH
9675 shlibpath_overrides_runpath=yes
9676 hardcode_into_libs=yes
9677 # ldd complains unless libraries are executable
9678 postinstall_cmds='chmod +x $lib'
9679 ;;
d7040cdb 9680
ce2cded5
L
9681sunos4*)
9682 version_type=sunos
9683 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9684 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9685 shlibpath_var=LD_LIBRARY_PATH
9686 shlibpath_overrides_runpath=yes
9687 if test "$with_gnu_ld" = yes; then
9688 need_lib_prefix=no
9689 fi
9690 need_version=yes
9691 ;;
d7040cdb 9692
ce2cded5
L
9693sysv4 | sysv4.3*)
9694 version_type=linux
9695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9696 soname_spec='${libname}${release}${shared_ext}$major'
9697 shlibpath_var=LD_LIBRARY_PATH
9698 case $host_vendor in
9699 sni)
9700 shlibpath_overrides_runpath=no
9701 need_lib_prefix=no
9702 runpath_var=LD_RUN_PATH
9703 ;;
9704 siemens)
9705 need_lib_prefix=no
9706 ;;
9707 motorola)
9708 need_lib_prefix=no
9709 need_version=no
9710 shlibpath_overrides_runpath=no
9711 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9712 ;;
9713 esac
9714 ;;
d7040cdb 9715
ce2cded5
L
9716sysv4*MP*)
9717 if test -d /usr/nec ;then
9718 version_type=linux
9719 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9720 soname_spec='$libname${shared_ext}.$major'
9721 shlibpath_var=LD_LIBRARY_PATH
9722 fi
9723 ;;
d7040cdb 9724
ce2cded5
L
9725sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9726 version_type=freebsd-elf
9727 need_lib_prefix=no
9728 need_version=no
9729 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9730 soname_spec='${libname}${release}${shared_ext}$major'
9731 shlibpath_var=LD_LIBRARY_PATH
9732 shlibpath_overrides_runpath=yes
9733 hardcode_into_libs=yes
9734 if test "$with_gnu_ld" = yes; then
9735 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9736 else
9737 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9738 case $host_os in
9739 sco3.2v5*)
9740 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9741 ;;
9742 esac
9743 fi
9744 sys_lib_dlsearch_path_spec='/usr/lib'
9745 ;;
d7040cdb 9746
ce2cded5
L
9747tpf*)
9748 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9749 version_type=linux
9750 need_lib_prefix=no
9751 need_version=no
9752 library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9753 shlibpath_var=LD_LIBRARY_PATH
9754 shlibpath_overrides_runpath=no
9755 hardcode_into_libs=yes
9756 ;;
d7040cdb 9757
ce2cded5
L
9758uts4*)
9759 version_type=linux
9760 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9761 soname_spec='${libname}${release}${shared_ext}$major'
9762 shlibpath_var=LD_LIBRARY_PATH
9763 ;;
d7040cdb 9764
ce2cded5
L
9765*)
9766 dynamic_linker=no
9767 ;;
9768esac
9769echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9770echo "${ECHO_T}$dynamic_linker" >&6
9771test "$dynamic_linker" = no && can_build_shared=no
9772
9773variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9774if test "$GCC" = yes; then
9775 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb
SE
9776fi
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
d7040cdb 9789
d7040cdb 9790
d7040cdb 9791
d7040cdb 9792
d7040cdb
SE
9793
9794
9795
9796
d7040cdb 9797
d7040cdb
SE
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
d7040cdb
SE
9811
9812
9813
9814
d7040cdb
SE
9815
9816
9817
9818
d7040cdb 9819
d7040cdb 9820
d7040cdb 9821
d7040cdb 9822
d7040cdb 9823
d7040cdb 9824
d7040cdb 9825
d7040cdb
SE
9826
9827
9828
9829
9830
d7040cdb 9831
d7040cdb 9832
d7040cdb 9833
d7040cdb 9834
d7040cdb 9835
d7040cdb 9836
d7040cdb
SE
9837
9838
9839
9840
9841
d7040cdb
SE
9842
9843
d7040cdb 9844
d7040cdb 9845
d7040cdb 9846
d7040cdb 9847
ce2cded5
L
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9865echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9866hardcode_action=
9867if test -n "$hardcode_libdir_flag_spec" ||
9868 test -n "$runpath_var" ||
9869 test "X$hardcode_automatic" = "Xyes" ; then
9870
9871 # We can hardcode non-existent directories.
9872 if test "$hardcode_direct" != no &&
9873 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9874 # have to relink, otherwise we might link with an installed library
9875 # when we should be linking with a yet-to-be-installed one
9876 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9877 test "$hardcode_minus_L" != no; then
9878 # Linking always hardcodes the temporary library directory.
9879 hardcode_action=relink
9880 else
9881 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9882 hardcode_action=immediate
d7040cdb 9883 fi
d7040cdb 9884else
ce2cded5
L
9885 # We cannot hardcode anything, or else we can only hardcode existing
9886 # directories.
9887 hardcode_action=unsupported
d7040cdb 9888fi
ce2cded5
L
9889echo "$as_me:$LINENO: result: $hardcode_action" >&5
9890echo "${ECHO_T}$hardcode_action" >&6
d7040cdb 9891
ce2cded5
L
9892if test "$hardcode_action" = relink ||
9893 test "$inherit_rpath" = yes; then
9894 # Fast installation is not supported
9895 enable_fast_install=no
9896elif test "$shlibpath_overrides_runpath" = yes ||
9897 test "$enable_shared" = no; then
9898 # Fast installation is not necessary
9899 enable_fast_install=needless
d7040cdb
SE
9900fi
9901
d7040cdb 9902
d7040cdb 9903
d7040cdb 9904
d7040cdb 9905
d7040cdb 9906
ce2cded5
L
9907 if test "x$enable_dlopen" != xyes; then
9908 enable_dlopen=unknown
9909 enable_dlopen_self=unknown
9910 enable_dlopen_self_static=unknown
d7040cdb 9911else
ce2cded5
L
9912 lt_cv_dlopen=no
9913 lt_cv_dlopen_libs=
d7040cdb 9914
ce2cded5
L
9915 case $host_os in
9916 beos*)
9917 lt_cv_dlopen="load_add_on"
9918 lt_cv_dlopen_libs=
9919 lt_cv_dlopen_self=yes
9920 ;;
d7040cdb 9921
ce2cded5
L
9922 mingw* | pw32*)
9923 lt_cv_dlopen="LoadLibrary"
9924 lt_cv_dlopen_libs=
9925 ;;
9926
9927 cygwin*)
9928 lt_cv_dlopen="dlopen"
9929 lt_cv_dlopen_libs=
9930 ;;
9931
9932 darwin*)
9933 # if libdl is installed we need to link against it
9934 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9935echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9936if test "${ac_cv_lib_dl_dlopen+set}" = set; then
d7040cdb
SE
9937 echo $ECHO_N "(cached) $ECHO_C" >&6
9938else
ce2cded5
L
9939 ac_check_lib_save_LIBS=$LIBS
9940LIBS="-ldl $LIBS"
9941cat >conftest.$ac_ext <<_ACEOF
9942/* confdefs.h. */
9943_ACEOF
9944cat confdefs.h >>conftest.$ac_ext
9945cat >>conftest.$ac_ext <<_ACEOF
9946/* end confdefs.h. */
9947
9948/* Override any gcc2 internal prototype to avoid an error. */
9949#ifdef __cplusplus
9950extern "C"
9951#endif
9952/* We use char because int might match the return type of a gcc2
9953 builtin and then its argument prototype would still apply. */
9954char dlopen ();
9955int
9956main ()
9957{
9958dlopen ();
9959 ;
9960 return 0;
9961}
9962_ACEOF
9963rm -f conftest.$ac_objext conftest$ac_exeext
9964if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9965 (eval $ac_link) 2>conftest.er1
9966 ac_status=$?
9967 grep -v '^ *+' conftest.er1 >conftest.err
9968 rm -f conftest.er1
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } &&
7357c5b6
AM
9972 { ac_try='test -z "$ac_c_werror_flag"
9973 || test ! -s conftest.err'
ce2cded5
L
9974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9975 (eval $ac_try) 2>&5
9976 ac_status=$?
9977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9978 (exit $ac_status); }; } &&
9979 { ac_try='test -s conftest$ac_exeext'
9980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9981 (eval $ac_try) 2>&5
9982 ac_status=$?
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); }; }; then
9985 ac_cv_lib_dl_dlopen=yes
9986else
9987 echo "$as_me: failed program was:" >&5
9988sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 9989
ce2cded5 9990ac_cv_lib_dl_dlopen=no
d7040cdb 9991fi
ce2cded5
L
9992rm -f conftest.err conftest.$ac_objext \
9993 conftest$ac_exeext conftest.$ac_ext
9994LIBS=$ac_check_lib_save_LIBS
d7040cdb 9995fi
ce2cded5
L
9996echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9997echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9998if test $ac_cv_lib_dl_dlopen = yes; then
9999 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 10000else
d7040cdb 10001
ce2cded5
L
10002 lt_cv_dlopen="dyld"
10003 lt_cv_dlopen_libs=
10004 lt_cv_dlopen_self=yes
10005
d7040cdb 10006fi
ce2cded5
L
10007
10008 ;;
10009
10010 *)
10011 echo "$as_me:$LINENO: checking for shl_load" >&5
10012echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
10013if test "${ac_cv_func_shl_load+set}" = set; then
d7040cdb
SE
10014 echo $ECHO_N "(cached) $ECHO_C" >&6
10015else
ce2cded5
L
10016 cat >conftest.$ac_ext <<_ACEOF
10017/* confdefs.h. */
10018_ACEOF
10019cat confdefs.h >>conftest.$ac_ext
10020cat >>conftest.$ac_ext <<_ACEOF
10021/* end confdefs.h. */
10022/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10023 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10024#define shl_load innocuous_shl_load
d7040cdb 10025
ce2cded5
L
10026/* System header to define __stub macros and hopefully few prototypes,
10027 which can conflict with char shl_load (); below.
10028 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10029 <limits.h> exists even on freestanding compilers. */
d7040cdb 10030
ce2cded5
L
10031#ifdef __STDC__
10032# include <limits.h>
10033#else
10034# include <assert.h>
10035#endif
d7040cdb 10036
ce2cded5 10037#undef shl_load
d7040cdb 10038
ce2cded5
L
10039/* Override any gcc2 internal prototype to avoid an error. */
10040#ifdef __cplusplus
10041extern "C"
10042{
10043#endif
10044/* We use char because int might match the return type of a gcc2
10045 builtin and then its argument prototype would still apply. */
10046char shl_load ();
10047/* The GNU C library defines this for functions which it implements
10048 to always fail with ENOSYS. Some functions are actually named
10049 something starting with __ and the normal name is an alias. */
10050#if defined (__stub_shl_load) || defined (__stub___shl_load)
10051choke me
10052#else
10053char (*f) () = shl_load;
10054#endif
10055#ifdef __cplusplus
10056}
10057#endif
d7040cdb 10058
ce2cded5
L
10059int
10060main ()
10061{
10062return f != shl_load;
10063 ;
10064 return 0;
10065}
10066_ACEOF
10067rm -f conftest.$ac_objext conftest$ac_exeext
10068if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10069 (eval $ac_link) 2>conftest.er1
10070 ac_status=$?
10071 grep -v '^ *+' conftest.er1 >conftest.err
10072 rm -f conftest.er1
10073 cat conftest.err >&5
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); } &&
7357c5b6
AM
10076 { ac_try='test -z "$ac_c_werror_flag"
10077 || test ! -s conftest.err'
ce2cded5
L
10078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10079 (eval $ac_try) 2>&5
10080 ac_status=$?
10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10082 (exit $ac_status); }; } &&
10083 { ac_try='test -s conftest$ac_exeext'
10084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10085 (eval $ac_try) 2>&5
10086 ac_status=$?
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); }; }; then
10089 ac_cv_func_shl_load=yes
10090else
10091 echo "$as_me: failed program was:" >&5
10092sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 10093
ce2cded5
L
10094ac_cv_func_shl_load=no
10095fi
10096rm -f conftest.err conftest.$ac_objext \
10097 conftest$ac_exeext conftest.$ac_ext
10098fi
10099echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10100echo "${ECHO_T}$ac_cv_func_shl_load" >&6
10101if test $ac_cv_func_shl_load = yes; then
10102 lt_cv_dlopen="shl_load"
10103else
10104 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10105echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
10106if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10107 echo $ECHO_N "(cached) $ECHO_C" >&6
10108else
10109 ac_check_lib_save_LIBS=$LIBS
10110LIBS="-ldld $LIBS"
10111cat >conftest.$ac_ext <<_ACEOF
10112/* confdefs.h. */
10113_ACEOF
10114cat confdefs.h >>conftest.$ac_ext
10115cat >>conftest.$ac_ext <<_ACEOF
10116/* end confdefs.h. */
d7040cdb 10117
ce2cded5
L
10118/* Override any gcc2 internal prototype to avoid an error. */
10119#ifdef __cplusplus
10120extern "C"
10121#endif
10122/* We use char because int might match the return type of a gcc2
10123 builtin and then its argument prototype would still apply. */
10124char shl_load ();
10125int
10126main ()
10127{
10128shl_load ();
10129 ;
10130 return 0;
10131}
10132_ACEOF
10133rm -f conftest.$ac_objext conftest$ac_exeext
10134if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10135 (eval $ac_link) 2>conftest.er1
d7040cdb 10136 ac_status=$?
ce2cded5
L
10137 grep -v '^ *+' conftest.er1 >conftest.err
10138 rm -f conftest.er1
10139 cat conftest.err >&5
d7040cdb 10140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5 10141 (exit $ac_status); } &&
7357c5b6
AM
10142 { ac_try='test -z "$ac_c_werror_flag"
10143 || test ! -s conftest.err'
ce2cded5
L
10144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10145 (eval $ac_try) 2>&5
d7040cdb
SE
10146 ac_status=$?
10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
10148 (exit $ac_status); }; } &&
10149 { ac_try='test -s conftest$ac_exeext'
10150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10151 (eval $ac_try) 2>&5
d7040cdb
SE
10152 ac_status=$?
10153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
10154 (exit $ac_status); }; }; then
10155 ac_cv_lib_dld_shl_load=yes
10156else
10157 echo "$as_me: failed program was:" >&5
10158sed 's/^/| /' conftest.$ac_ext >&5
d7040cdb 10159
ce2cded5
L
10160ac_cv_lib_dld_shl_load=no
10161fi
10162rm -f conftest.err conftest.$ac_objext \
10163 conftest$ac_exeext conftest.$ac_ext
10164LIBS=$ac_check_lib_save_LIBS
10165fi
10166echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10167echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
10168if test $ac_cv_lib_dld_shl_load = yes; then
10169 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
10170else
10171 echo "$as_me:$LINENO: checking for dlopen" >&5
10172echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
10173if test "${ac_cv_func_dlopen+set}" = set; then
d7040cdb
SE
10174 echo $ECHO_N "(cached) $ECHO_C" >&6
10175else
10176 cat >conftest.$ac_ext <<_ACEOF
10177/* confdefs.h. */
10178_ACEOF
10179cat confdefs.h >>conftest.$ac_ext
10180cat >>conftest.$ac_ext <<_ACEOF
10181/* end confdefs.h. */
ce2cded5
L
10182/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10183 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10184#define dlopen innocuous_dlopen
10185
10186/* System header to define __stub macros and hopefully few prototypes,
10187 which can conflict with char dlopen (); below.
10188 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10189 <limits.h> exists even on freestanding compilers. */
10190
10191#ifdef __STDC__
10192# include <limits.h>
10193#else
10194# include <assert.h>
10195#endif
10196
10197#undef dlopen
10198
10199/* Override any gcc2 internal prototype to avoid an error. */
10200#ifdef __cplusplus
10201extern "C"
10202{
10203#endif
10204/* We use char because int might match the return type of a gcc2
10205 builtin and then its argument prototype would still apply. */
10206char dlopen ();
10207/* The GNU C library defines this for functions which it implements
10208 to always fail with ENOSYS. Some functions are actually named
10209 something starting with __ and the normal name is an alias. */
10210#if defined (__stub_dlopen) || defined (__stub___dlopen)
10211choke me
10212#else
10213char (*f) () = dlopen;
10214#endif
10215#ifdef __cplusplus
10216}
10217#endif
d7040cdb
SE
10218
10219int
10220main ()
10221{
ce2cded5 10222return f != dlopen;
d7040cdb
SE
10223 ;
10224 return 0;
10225}
10226_ACEOF
ce2cded5
L
10227rm -f conftest.$ac_objext conftest$ac_exeext
10228if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10229 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
10230 ac_status=$?
10231 grep -v '^ *+' conftest.er1 >conftest.err
10232 rm -f conftest.er1
10233 cat conftest.err >&5
10234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10235 (exit $ac_status); } &&
7357c5b6
AM
10236 { ac_try='test -z "$ac_c_werror_flag"
10237 || test ! -s conftest.err'
d7040cdb
SE
10238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10239 (eval $ac_try) 2>&5
10240 ac_status=$?
10241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10242 (exit $ac_status); }; } &&
ce2cded5 10243 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
10244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10245 (eval $ac_try) 2>&5
10246 ac_status=$?
10247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10248 (exit $ac_status); }; }; then
ce2cded5 10249 ac_cv_func_dlopen=yes
d7040cdb
SE
10250else
10251 echo "$as_me: failed program was:" >&5
10252sed 's/^/| /' conftest.$ac_ext >&5
10253
ce2cded5 10254ac_cv_func_dlopen=no
d7040cdb 10255fi
ce2cded5
L
10256rm -f conftest.err conftest.$ac_objext \
10257 conftest$ac_exeext conftest.$ac_ext
d7040cdb 10258fi
ce2cded5
L
10259echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10260echo "${ECHO_T}$ac_cv_func_dlopen" >&6
10261if test $ac_cv_func_dlopen = yes; then
10262 lt_cv_dlopen="dlopen"
10263else
10264 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10265echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10266if test "${ac_cv_lib_dl_dlopen+set}" = set; then
d7040cdb
SE
10267 echo $ECHO_N "(cached) $ECHO_C" >&6
10268else
ce2cded5
L
10269 ac_check_lib_save_LIBS=$LIBS
10270LIBS="-ldl $LIBS"
10271cat >conftest.$ac_ext <<_ACEOF
d7040cdb
SE
10272/* confdefs.h. */
10273_ACEOF
10274cat confdefs.h >>conftest.$ac_ext
10275cat >>conftest.$ac_ext <<_ACEOF
10276/* end confdefs.h. */
10277
ce2cded5
L
10278/* Override any gcc2 internal prototype to avoid an error. */
10279#ifdef __cplusplus
10280extern "C"
10281#endif
10282/* We use char because int might match the return type of a gcc2
10283 builtin and then its argument prototype would still apply. */
10284char dlopen ();
d7040cdb
SE
10285int
10286main ()
10287{
ce2cded5 10288dlopen ();
d7040cdb
SE
10289 ;
10290 return 0;
10291}
10292_ACEOF
ce2cded5
L
10293rm -f conftest.$ac_objext conftest$ac_exeext
10294if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10295 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
10296 ac_status=$?
10297 grep -v '^ *+' conftest.er1 >conftest.err
10298 rm -f conftest.er1
10299 cat conftest.err >&5
10300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10301 (exit $ac_status); } &&
7357c5b6
AM
10302 { ac_try='test -z "$ac_c_werror_flag"
10303 || test ! -s conftest.err'
d7040cdb
SE
10304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10305 (eval $ac_try) 2>&5
10306 ac_status=$?
10307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10308 (exit $ac_status); }; } &&
ce2cded5 10309 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
10310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10311 (eval $ac_try) 2>&5
10312 ac_status=$?
10313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10314 (exit $ac_status); }; }; then
ce2cded5 10315 ac_cv_lib_dl_dlopen=yes
d7040cdb
SE
10316else
10317 echo "$as_me: failed program was:" >&5
10318sed 's/^/| /' conftest.$ac_ext >&5
10319
ce2cded5 10320ac_cv_lib_dl_dlopen=no
d7040cdb 10321fi
ce2cded5
L
10322rm -f conftest.err conftest.$ac_objext \
10323 conftest$ac_exeext conftest.$ac_ext
10324LIBS=$ac_check_lib_save_LIBS
d7040cdb 10325fi
ce2cded5
L
10326echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10327echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10328if test $ac_cv_lib_dl_dlopen = yes; then
10329 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 10330else
ce2cded5
L
10331 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10332echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
10333if test "${ac_cv_lib_svld_dlopen+set}" = set; then
d7040cdb
SE
10334 echo $ECHO_N "(cached) $ECHO_C" >&6
10335else
ce2cded5
L
10336 ac_check_lib_save_LIBS=$LIBS
10337LIBS="-lsvld $LIBS"
d7040cdb
SE
10338cat >conftest.$ac_ext <<_ACEOF
10339/* confdefs.h. */
10340_ACEOF
10341cat confdefs.h >>conftest.$ac_ext
10342cat >>conftest.$ac_ext <<_ACEOF
10343/* end confdefs.h. */
d7040cdb 10344
ce2cded5
L
10345/* Override any gcc2 internal prototype to avoid an error. */
10346#ifdef __cplusplus
10347extern "C"
10348#endif
10349/* We use char because int might match the return type of a gcc2
10350 builtin and then its argument prototype would still apply. */
10351char dlopen ();
d7040cdb
SE
10352int
10353main ()
10354{
ce2cded5 10355dlopen ();
d7040cdb
SE
10356 ;
10357 return 0;
10358}
10359_ACEOF
ce2cded5
L
10360rm -f conftest.$ac_objext conftest$ac_exeext
10361if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10362 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
10363 ac_status=$?
10364 grep -v '^ *+' conftest.er1 >conftest.err
10365 rm -f conftest.er1
10366 cat conftest.err >&5
10367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10368 (exit $ac_status); } &&
7357c5b6
AM
10369 { ac_try='test -z "$ac_c_werror_flag"
10370 || test ! -s conftest.err'
d7040cdb
SE
10371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10372 (eval $ac_try) 2>&5
10373 ac_status=$?
10374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10375 (exit $ac_status); }; } &&
ce2cded5 10376 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
10377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10378 (eval $ac_try) 2>&5
10379 ac_status=$?
10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10381 (exit $ac_status); }; }; then
ce2cded5 10382 ac_cv_lib_svld_dlopen=yes
d7040cdb
SE
10383else
10384 echo "$as_me: failed program was:" >&5
10385sed 's/^/| /' conftest.$ac_ext >&5
10386
ce2cded5 10387ac_cv_lib_svld_dlopen=no
d7040cdb 10388fi
ce2cded5
L
10389rm -f conftest.err conftest.$ac_objext \
10390 conftest$ac_exeext conftest.$ac_ext
10391LIBS=$ac_check_lib_save_LIBS
d7040cdb 10392fi
ce2cded5
L
10393echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10394echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10395if test $ac_cv_lib_svld_dlopen = yes; then
10396 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10397else
10398 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10399echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
10400if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10401 echo $ECHO_N "(cached) $ECHO_C" >&6
10402else
10403 ac_check_lib_save_LIBS=$LIBS
10404LIBS="-ldld $LIBS"
d7040cdb 10405cat >conftest.$ac_ext <<_ACEOF
d7040cdb
SE
10406/* confdefs.h. */
10407_ACEOF
10408cat confdefs.h >>conftest.$ac_ext
10409cat >>conftest.$ac_ext <<_ACEOF
ce2cded5
L
10410/* end confdefs.h. */
10411
10412/* Override any gcc2 internal prototype to avoid an error. */
10413#ifdef __cplusplus
10414extern "C"
10415#endif
10416/* We use char because int might match the return type of a gcc2
10417 builtin and then its argument prototype would still apply. */
10418char dld_link ();
d7040cdb
SE
10419int
10420main ()
10421{
ce2cded5 10422dld_link ();
d7040cdb
SE
10423 ;
10424 return 0;
10425}
10426_ACEOF
ce2cded5
L
10427rm -f conftest.$ac_objext conftest$ac_exeext
10428if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10429 (eval $ac_link) 2>conftest.er1
d7040cdb
SE
10430 ac_status=$?
10431 grep -v '^ *+' conftest.er1 >conftest.err
10432 rm -f conftest.er1
10433 cat conftest.err >&5
10434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10435 (exit $ac_status); } &&
7357c5b6
AM
10436 { ac_try='test -z "$ac_c_werror_flag"
10437 || test ! -s conftest.err'
d7040cdb
SE
10438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10439 (eval $ac_try) 2>&5
10440 ac_status=$?
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); }; } &&
ce2cded5 10443 { ac_try='test -s conftest$ac_exeext'
d7040cdb
SE
10444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5
10446 ac_status=$?
10447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10448 (exit $ac_status); }; }; then
ce2cded5 10449 ac_cv_lib_dld_dld_link=yes
d7040cdb
SE
10450else
10451 echo "$as_me: failed program was:" >&5
10452sed 's/^/| /' conftest.$ac_ext >&5
10453
ce2cded5 10454ac_cv_lib_dld_dld_link=no
d7040cdb 10455fi
ce2cded5
L
10456rm -f conftest.err conftest.$ac_objext \
10457 conftest$ac_exeext conftest.$ac_ext
10458LIBS=$ac_check_lib_save_LIBS
10459fi
10460echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10461echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10462if test $ac_cv_lib_dld_dld_link = yes; then
10463 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
10464fi
10465
10466
10467fi
10468
10469
10470fi
10471
10472
10473fi
10474
10475
10476fi
10477
10478
10479fi
10480
10481 ;;
10482 esac
10483
10484 if test "x$lt_cv_dlopen" != xno; then
10485 enable_dlopen=yes
10486 else
10487 enable_dlopen=no
10488 fi
10489
10490 case $lt_cv_dlopen in
10491 dlopen)
10492 save_CPPFLAGS="$CPPFLAGS"
10493 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10494
10495 save_LDFLAGS="$LDFLAGS"
10496 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10497
10498 save_LIBS="$LIBS"
10499 LIBS="$lt_cv_dlopen_libs $LIBS"
10500
10501 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10502echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10503if test "${lt_cv_dlopen_self+set}" = set; then
10504 echo $ECHO_N "(cached) $ECHO_C" >&6
10505else
10506 if test "$cross_compiling" = yes; then :
10507 lt_cv_dlopen_self=cross
10508else
10509 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10510 lt_status=$lt_dlunknown
10511 cat > conftest.$ac_ext <<_LT_EOF
da594c4a 10512#line 10512 "configure"
ce2cded5
L
10513#include "confdefs.h"
10514
10515#if HAVE_DLFCN_H
10516#include <dlfcn.h>
10517#endif
10518
10519#include <stdio.h>
10520
10521#ifdef RTLD_GLOBAL
10522# define LT_DLGLOBAL RTLD_GLOBAL
10523#else
10524# ifdef DL_GLOBAL
10525# define LT_DLGLOBAL DL_GLOBAL
10526# else
10527# define LT_DLGLOBAL 0
10528# endif
10529#endif
10530
10531/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10532 find out it does not work in some platform. */
10533#ifndef LT_DLLAZY_OR_NOW
10534# ifdef RTLD_LAZY
10535# define LT_DLLAZY_OR_NOW RTLD_LAZY
10536# else
10537# ifdef DL_LAZY
10538# define LT_DLLAZY_OR_NOW DL_LAZY
10539# else
10540# ifdef RTLD_NOW
10541# define LT_DLLAZY_OR_NOW RTLD_NOW
10542# else
10543# ifdef DL_NOW
10544# define LT_DLLAZY_OR_NOW DL_NOW
10545# else
10546# define LT_DLLAZY_OR_NOW 0
10547# endif
10548# endif
10549# endif
10550# endif
10551#endif
10552
10553#ifdef __cplusplus
10554extern "C" void exit (int);
10555#endif
10556
10557void fnord() { int i=42;}
10558int main ()
d7040cdb 10559{
ce2cded5
L
10560 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10561 int status = $lt_dlunknown;
10562
10563 if (self)
10564 {
10565 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10566 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10567 /* dlclose (self); */
10568 }
10569 else
10570 puts (dlerror ());
10571
10572 exit (status);
d7040cdb 10573}
ce2cded5
L
10574_LT_EOF
10575 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10576 (eval $ac_link) 2>&5
d7040cdb
SE
10577 ac_status=$?
10578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
10579 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10580 (./conftest; exit; ) >&5 2>/dev/null
10581 lt_status=$?
10582 case x$lt_status in
10583 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10584 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10585 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10586 esac
10587 else :
10588 # compilation failed
10589 lt_cv_dlopen_self=no
10590 fi
10591fi
10592rm -fr conftest*
10593
10594
10595fi
10596echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10597echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10598
10599 if test "x$lt_cv_dlopen_self" = xyes; then
10600 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10601 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10602echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10603if test "${lt_cv_dlopen_self_static+set}" = set; then
10604 echo $ECHO_N "(cached) $ECHO_C" >&6
10605else
10606 if test "$cross_compiling" = yes; then :
10607 lt_cv_dlopen_self_static=cross
10608else
10609 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10610 lt_status=$lt_dlunknown
10611 cat > conftest.$ac_ext <<_LT_EOF
da594c4a 10612#line 10612 "configure"
ce2cded5
L
10613#include "confdefs.h"
10614
10615#if HAVE_DLFCN_H
10616#include <dlfcn.h>
10617#endif
10618
10619#include <stdio.h>
10620
10621#ifdef RTLD_GLOBAL
10622# define LT_DLGLOBAL RTLD_GLOBAL
10623#else
10624# ifdef DL_GLOBAL
10625# define LT_DLGLOBAL DL_GLOBAL
10626# else
10627# define LT_DLGLOBAL 0
10628# endif
10629#endif
10630
10631/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10632 find out it does not work in some platform. */
10633#ifndef LT_DLLAZY_OR_NOW
10634# ifdef RTLD_LAZY
10635# define LT_DLLAZY_OR_NOW RTLD_LAZY
10636# else
10637# ifdef DL_LAZY
10638# define LT_DLLAZY_OR_NOW DL_LAZY
10639# else
10640# ifdef RTLD_NOW
10641# define LT_DLLAZY_OR_NOW RTLD_NOW
10642# else
10643# ifdef DL_NOW
10644# define LT_DLLAZY_OR_NOW DL_NOW
10645# else
10646# define LT_DLLAZY_OR_NOW 0
10647# endif
10648# endif
10649# endif
10650# endif
10651#endif
10652
10653#ifdef __cplusplus
10654extern "C" void exit (int);
10655#endif
10656
10657void fnord() { int i=42;}
10658int main ()
10659{
10660 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10661 int status = $lt_dlunknown;
10662
10663 if (self)
10664 {
10665 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10666 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10667 /* dlclose (self); */
10668 }
10669 else
10670 puts (dlerror ());
10671
10672 exit (status);
10673}
10674_LT_EOF
10675 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10676 (eval $ac_link) 2>&5
d7040cdb
SE
10677 ac_status=$?
10678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
10679 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10680 (./conftest; exit; ) >&5 2>/dev/null
10681 lt_status=$?
10682 case x$lt_status in
10683 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10684 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10685 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10686 esac
10687 else :
10688 # compilation failed
10689 lt_cv_dlopen_self_static=no
10690 fi
10691fi
10692rm -fr conftest*
10693
d7040cdb
SE
10694
10695fi
ce2cded5
L
10696echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10697echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10698 fi
10699
10700 CPPFLAGS="$save_CPPFLAGS"
10701 LDFLAGS="$save_LDFLAGS"
10702 LIBS="$save_LIBS"
10703 ;;
10704 esac
10705
10706 case $lt_cv_dlopen_self in
10707 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10708 *) enable_dlopen_self=unknown ;;
10709 esac
10710
10711 case $lt_cv_dlopen_self_static in
10712 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10713 *) enable_dlopen_self_static=unknown ;;
10714 esac
d7040cdb
SE
10715fi
10716
ce2cded5
L
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733striplib=
10734old_striplib=
10735echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10736echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10737if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10738 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10739 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10740 echo "$as_me:$LINENO: result: yes" >&5
10741echo "${ECHO_T}yes" >&6
d7040cdb 10742else
ce2cded5
L
10743# FIXME - insert some real tests, host_os isn't really good enough
10744 case $host_os in
10745 darwin*)
10746 if test -n "$STRIP" ; then
10747 striplib="$STRIP -x"
10748 old_striplib="$STRIP -S"
10749 echo "$as_me:$LINENO: result: yes" >&5
10750echo "${ECHO_T}yes" >&6
10751 else
10752 echo "$as_me:$LINENO: result: no" >&5
10753echo "${ECHO_T}no" >&6
10754 fi
10755 ;;
10756 *)
10757 echo "$as_me:$LINENO: result: no" >&5
10758echo "${ECHO_T}no" >&6
10759 ;;
10760 esac
10761fi
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774 # Report which library types will actually be built
10775 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10776echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10777 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10778echo "${ECHO_T}$can_build_shared" >&6
10779
10780 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10781echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10782 test "$can_build_shared" = "no" && enable_shared=no
10783
10784 # On AIX, shared libraries and static libraries use the same namespace, and
10785 # are all built from PIC.
10786 case $host_os in
10787 aix3*)
10788 test "$enable_shared" = yes && enable_static=no
10789 if test -n "$RANLIB"; then
10790 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10791 postinstall_cmds='$RANLIB $lib'
10792 fi
10793 ;;
10794
50e7d84b 10795 aix[4-9]*)
ce2cded5
L
10796 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10797 test "$enable_shared" = yes && enable_static=no
10798 fi
10799 ;;
10800 esac
10801 echo "$as_me:$LINENO: result: $enable_shared" >&5
10802echo "${ECHO_T}$enable_shared" >&6
10803
10804 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10805echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10806 # Make sure either enable_shared or enable_static is yes.
10807 test "$enable_shared" = yes || enable_static=yes
10808 echo "$as_me:$LINENO: result: $enable_static" >&5
10809echo "${ECHO_T}$enable_static" >&6
10810
10811
10812
d7040cdb
SE
10813
10814fi
d7040cdb
SE
10815ac_ext=c
10816ac_cpp='$CPP $CPPFLAGS'
10817ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10818ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10819ac_compiler_gnu=$ac_cv_c_compiler_gnu
10820
ce2cded5 10821CC="$lt_save_CC"
67310ccd 10822
67310ccd
AM
10823
10824
d7040cdb
SE
10825
10826
d7040cdb 10827
d7040cdb 10828
d7040cdb 10829
ce2cded5
L
10830
10831
10832
10833
10834
10835 ac_config_commands="$ac_config_commands libtool"
10836
10837
10838
10839
10840# Only expand once:
10841
d7040cdb
SE
10842
10843
19aec961 10844ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi"
d7040cdb
SE
10845# If we haven't got the data from the intl directory,
10846# assume NLS is disabled.
10847USE_NLS=no
10848LIBINTL=
10849LIBINTL_DEP=
10850INCINTL=
10851XGETTEXT=
10852GMSGFMT=
10853POSUB=
10854
10855if test -f ../intl/config.intl; then
10856 . ../intl/config.intl
10857fi
10858echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10859echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10860if test x"$USE_NLS" != xyes; then
10861 echo "$as_me:$LINENO: result: no" >&5
10862echo "${ECHO_T}no" >&6
10863else
10864 echo "$as_me:$LINENO: result: yes" >&5
10865echo "${ECHO_T}yes" >&6
10866
10867cat >>confdefs.h <<\_ACEOF
10868#define ENABLE_NLS 1
10869_ACEOF
10870
10871
10872 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10873echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10874 # Look for .po and .gmo files in the source directory.
10875 CATALOGS=
10876 XLINGUAS=
10877 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
10878 # If there aren't any .gmo files the shell will give us the
10879 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10880 # weeded out.
10881 case "$cat" in *\**)
10882 continue;;
10883 esac
10884 # The quadruple backslash is collapsed to a double backslash
10885 # by the backticks, then collapsed again by the double quotes,
10886 # leaving us with one backslash in the sed expression (right
10887 # before the dot that mustn't act as a wildcard).
10888 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10889 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
10890 # The user is allowed to set LINGUAS to a list of languages to
10891 # install catalogs for. If it's empty that means "all of them."
10892 if test "x$LINGUAS" = x; then
10893 CATALOGS="$CATALOGS $cat"
10894 XLINGUAS="$XLINGUAS $lang"
10895 else
10896 case "$LINGUAS" in *$lang*)
10897 CATALOGS="$CATALOGS $cat"
10898 XLINGUAS="$XLINGUAS $lang"
10899 ;;
10900 esac
10901 fi
10902 done
10903 LINGUAS="$XLINGUAS"
10904 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10905echo "${ECHO_T}$LINGUAS" >&6
10906
10907
10908 DATADIRNAME=share
10909
10910 INSTOBJEXT=.mo
10911
10912 GENCAT=gencat
10913
10914 CATOBJEXT=.gmo
10915
10916fi
10917
10918 MKINSTALLDIRS=
10919 if test -n "$ac_aux_dir"; then
10920 case "$ac_aux_dir" in
10921 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
10922 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10923 esac
10924 fi
10925 if test -z "$MKINSTALLDIRS"; then
10926 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
10927 fi
10928
10929
10930
10931 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10932echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10933 # Check whether --enable-nls or --disable-nls was given.
10934if test "${enable_nls+set}" = set; then
10935 enableval="$enable_nls"
10936 USE_NLS=$enableval
10937else
10938 USE_NLS=yes
10939fi;
10940 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10941echo "${ECHO_T}$USE_NLS" >&6
10942
10943
10944
10945
10946
10947
10948# Prepare PATH_SEPARATOR.
10949# The user is always right.
10950if test "${PATH_SEPARATOR+set}" != set; then
10951 echo "#! /bin/sh" >conf$$.sh
10952 echo "exit 0" >>conf$$.sh
10953 chmod +x conf$$.sh
10954 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10955 PATH_SEPARATOR=';'
10956 else
10957 PATH_SEPARATOR=:
10958 fi
10959 rm -f conf$$.sh
10960fi
10961
10962# Find out how to test for executable files. Don't use a zero-byte file,
10963# as systems may use methods other than mode bits to determine executability.
10964cat >conf$$.file <<_ASEOF
10965#! /bin/sh
10966exit 0
10967_ASEOF
10968chmod +x conf$$.file
10969if test -x conf$$.file >/dev/null 2>&1; then
10970 ac_executable_p="test -x"
10971else
10972 ac_executable_p="test -f"
10973fi
10974rm -f conf$$.file
10975
10976# Extract the first word of "msgfmt", so it can be a program name with args.
10977set dummy msgfmt; ac_word=$2
10978echo "$as_me:$LINENO: checking for $ac_word" >&5
10979echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10980if test "${ac_cv_path_MSGFMT+set}" = set; then
10981 echo $ECHO_N "(cached) $ECHO_C" >&6
10982else
10983 case "$MSGFMT" in
10984 [\\/]* | ?:[\\/]*)
10985 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
10986 ;;
10987 *)
10988 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10989 for ac_dir in $PATH; do
10990 IFS="$ac_save_IFS"
10991 test -z "$ac_dir" && ac_dir=.
10992 for ac_exec_ext in '' $ac_executable_extensions; do
10993 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10994 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10995 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10996 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
10997 break 2
10998 fi
10999 fi
11000 done
11001 done
11002 IFS="$ac_save_IFS"
11003 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11004 ;;
11005esac
11006fi
11007MSGFMT="$ac_cv_path_MSGFMT"
11008if test "$MSGFMT" != ":"; then
11009 echo "$as_me:$LINENO: result: $MSGFMT" >&5
11010echo "${ECHO_T}$MSGFMT" >&6
11011else
11012 echo "$as_me:$LINENO: result: no" >&5
11013echo "${ECHO_T}no" >&6
11014fi
11015
11016 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11017set dummy gmsgfmt; ac_word=$2
11018echo "$as_me:$LINENO: checking for $ac_word" >&5
11019echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11020if test "${ac_cv_path_GMSGFMT+set}" = set; then
11021 echo $ECHO_N "(cached) $ECHO_C" >&6
11022else
11023 case $GMSGFMT in
11024 [\\/]* | ?:[\\/]*)
11025 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11026 ;;
11027 *)
11028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11029for as_dir in $PATH
11030do
11031 IFS=$as_save_IFS
11032 test -z "$as_dir" && as_dir=.
11033 for ac_exec_ext in '' $ac_executable_extensions; do
11034 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11035 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11036 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11037 break 2
11038 fi
11039done
11040done
11041
11042 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11043 ;;
11044esac
11045fi
11046GMSGFMT=$ac_cv_path_GMSGFMT
252b5132 11047
d7040cdb
SE
11048if test -n "$GMSGFMT"; then
11049 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
11050echo "${ECHO_T}$GMSGFMT" >&6
11051else
11052 echo "$as_me:$LINENO: result: no" >&5
11053echo "${ECHO_T}no" >&6
20e95c23 11054fi
42ecbf5e 11055
20e95c23 11056
252b5132 11057
d7040cdb
SE
11058# Prepare PATH_SEPARATOR.
11059# The user is always right.
11060if test "${PATH_SEPARATOR+set}" != set; then
11061 echo "#! /bin/sh" >conf$$.sh
11062 echo "exit 0" >>conf$$.sh
11063 chmod +x conf$$.sh
11064 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11065 PATH_SEPARATOR=';'
11066 else
11067 PATH_SEPARATOR=:
11068 fi
11069 rm -f conf$$.sh
20e95c23 11070fi
252b5132 11071
d7040cdb
SE
11072# Find out how to test for executable files. Don't use a zero-byte file,
11073# as systems may use methods other than mode bits to determine executability.
11074cat >conf$$.file <<_ASEOF
11075#! /bin/sh
11076exit 0
11077_ASEOF
11078chmod +x conf$$.file
11079if test -x conf$$.file >/dev/null 2>&1; then
11080 ac_executable_p="test -x"
20e95c23 11081else
d7040cdb
SE
11082 ac_executable_p="test -f"
11083fi
11084rm -f conf$$.file
20e95c23 11085
d7040cdb
SE
11086# Extract the first word of "xgettext", so it can be a program name with args.
11087set dummy xgettext; ac_word=$2
11088echo "$as_me:$LINENO: checking for $ac_word" >&5
11089echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11090if test "${ac_cv_path_XGETTEXT+set}" = set; then
11091 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11092else
d7040cdb
SE
11093 case "$XGETTEXT" in
11094 [\\/]* | ?:[\\/]*)
11095 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11096 ;;
11097 *)
11098 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11099 for ac_dir in $PATH; do
11100 IFS="$ac_save_IFS"
11101 test -z "$ac_dir" && ac_dir=.
11102 for ac_exec_ext in '' $ac_executable_extensions; do
11103 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11104 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11105 (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
11106 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11107 break 2
11108 fi
11109 fi
11110 done
11111 done
11112 IFS="$ac_save_IFS"
11113 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11114 ;;
11115esac
252b5132 11116fi
d7040cdb
SE
11117XGETTEXT="$ac_cv_path_XGETTEXT"
11118if test "$XGETTEXT" != ":"; then
11119 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
11120echo "${ECHO_T}$XGETTEXT" >&6
d5fbea21 11121else
d7040cdb
SE
11122 echo "$as_me:$LINENO: result: no" >&5
11123echo "${ECHO_T}no" >&6
d5fbea21
DJ
11124fi
11125
d7040cdb 11126 rm -f messages.po
d5fbea21 11127
20e95c23 11128
d7040cdb
SE
11129# Prepare PATH_SEPARATOR.
11130# The user is always right.
11131if test "${PATH_SEPARATOR+set}" != set; then
11132 echo "#! /bin/sh" >conf$$.sh
11133 echo "exit 0" >>conf$$.sh
11134 chmod +x conf$$.sh
11135 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11136 PATH_SEPARATOR=';'
11137 else
11138 PATH_SEPARATOR=:
11139 fi
11140 rm -f conf$$.sh
11141fi
20e95c23 11142
d7040cdb
SE
11143# Find out how to test for executable files. Don't use a zero-byte file,
11144# as systems may use methods other than mode bits to determine executability.
11145cat >conf$$.file <<_ASEOF
11146#! /bin/sh
11147exit 0
11148_ASEOF
11149chmod +x conf$$.file
11150if test -x conf$$.file >/dev/null 2>&1; then
11151 ac_executable_p="test -x"
11152else
11153 ac_executable_p="test -f"
11154fi
11155rm -f conf$$.file
20e95c23 11156
d7040cdb
SE
11157# Extract the first word of "msgmerge", so it can be a program name with args.
11158set dummy msgmerge; ac_word=$2
11159echo "$as_me:$LINENO: checking for $ac_word" >&5
11160echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11161if test "${ac_cv_path_MSGMERGE+set}" = set; then
11162 echo $ECHO_N "(cached) $ECHO_C" >&6
11163else
11164 case "$MSGMERGE" in
11165 [\\/]* | ?:[\\/]*)
11166 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
11167 ;;
11168 *)
11169 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11170 for ac_dir in $PATH; do
11171 IFS="$ac_save_IFS"
11172 test -z "$ac_dir" && ac_dir=.
11173 for ac_exec_ext in '' $ac_executable_extensions; do
11174 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11175 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
11176 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
11177 break 2
11178 fi
11179 fi
11180 done
11181 done
11182 IFS="$ac_save_IFS"
11183 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
11184 ;;
11185esac
11186fi
11187MSGMERGE="$ac_cv_path_MSGMERGE"
11188if test "$MSGMERGE" != ":"; then
11189 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
11190echo "${ECHO_T}$MSGMERGE" >&6
11191else
11192 echo "$as_me:$LINENO: result: no" >&5
11193echo "${ECHO_T}no" >&6
11194fi
20e95c23
DJ
11195
11196
d7040cdb
SE
11197 if test "$GMSGFMT" != ":"; then
11198 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
11199 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11200 : ;
11201 else
11202 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
11203 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
11204echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
11205 GMSGFMT=":"
11206 fi
11207 fi
20e95c23 11208
d7040cdb
SE
11209 if test "$XGETTEXT" != ":"; then
11210 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11211 (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
11212 : ;
11213 else
11214 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
11215echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
11216 XGETTEXT=":"
11217 fi
11218 rm -f messages.po
20e95c23 11219 fi
42ecbf5e 11220
d7040cdb 11221 ac_config_commands="$ac_config_commands default-1"
252b5132 11222
42ecbf5e 11223
252b5132 11224
42ecbf5e
DJ
11225
11226
d7040cdb 11227for ac_prog in 'bison -y' byacc
20e95c23 11228do
d7040cdb
SE
11229 # Extract the first word of "$ac_prog", so it can be a program name with args.
11230set dummy $ac_prog; ac_word=$2
11231echo "$as_me:$LINENO: checking for $ac_word" >&5
11232echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11233if test "${ac_cv_prog_YACC+set}" = set; then
11234 echo $ECHO_N "(cached) $ECHO_C" >&6
20e95c23 11235else
d7040cdb
SE
11236 if test -n "$YACC"; then
11237 ac_cv_prog_YACC="$YACC" # Let the user override the test.
42ecbf5e 11238else
d7040cdb
SE
11239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11240for as_dir in $PATH
11241do
11242 IFS=$as_save_IFS
11243 test -z "$as_dir" && as_dir=.
11244 for ac_exec_ext in '' $ac_executable_extensions; do
11245 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11246 ac_cv_prog_YACC="$ac_prog"
11247 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11248 break 2
11249 fi
11250done
11251done
42ecbf5e 11252
42ecbf5e 11253fi
e5a52504 11254fi
d7040cdb
SE
11255YACC=$ac_cv_prog_YACC
11256if test -n "$YACC"; then
11257 echo "$as_me:$LINENO: result: $YACC" >&5
11258echo "${ECHO_T}$YACC" >&6
42ecbf5e 11259else
d7040cdb
SE
11260 echo "$as_me:$LINENO: result: no" >&5
11261echo "${ECHO_T}no" >&6
42ecbf5e 11262fi
252b5132 11263
d7040cdb 11264 test -n "$YACC" && break
42ecbf5e 11265done
d7040cdb 11266test -n "$YACC" || YACC="yacc"
d15b04bd 11267
d7040cdb
SE
11268for ac_prog in flex lex
11269do
11270 # Extract the first word of "$ac_prog", so it can be a program name with args.
11271set dummy $ac_prog; ac_word=$2
11272echo "$as_me:$LINENO: checking for $ac_word" >&5
11273echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11274if test "${ac_cv_prog_LEX+set}" = set; then
20e95c23 11275 echo $ECHO_N "(cached) $ECHO_C" >&6
d15b04bd 11276else
d7040cdb
SE
11277 if test -n "$LEX"; then
11278 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11279else
11280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11281for as_dir in $PATH
11282do
11283 IFS=$as_save_IFS
11284 test -z "$as_dir" && as_dir=.
11285 for ac_exec_ext in '' $ac_executable_extensions; do
11286 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11287 ac_cv_prog_LEX="$ac_prog"
11288 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11289 break 2
11290 fi
11291done
11292done
11293
11294fi
11295fi
11296LEX=$ac_cv_prog_LEX
11297if test -n "$LEX"; then
11298 echo "$as_me:$LINENO: result: $LEX" >&5
11299echo "${ECHO_T}$LEX" >&6
11300else
11301 echo "$as_me:$LINENO: result: no" >&5
11302echo "${ECHO_T}no" >&6
d15b04bd 11303fi
e5a52504 11304
d7040cdb
SE
11305 test -n "$LEX" && break
11306done
11307test -n "$LEX" || LEX=":"
42ecbf5e 11308
d7040cdb
SE
11309if test -z "$LEXLIB"
11310then
11311 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11312echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11313if test "${ac_cv_lib_fl_yywrap+set}" = set; then
42ecbf5e
DJ
11314 echo $ECHO_N "(cached) $ECHO_C" >&6
11315else
d7040cdb
SE
11316 ac_check_lib_save_LIBS=$LIBS
11317LIBS="-lfl $LIBS"
11318cat >conftest.$ac_ext <<_ACEOF
42ecbf5e
DJ
11319/* confdefs.h. */
11320_ACEOF
11321cat confdefs.h >>conftest.$ac_ext
11322cat >>conftest.$ac_ext <<_ACEOF
11323/* end confdefs.h. */
11324
d7040cdb
SE
11325/* Override any gcc2 internal prototype to avoid an error. */
11326#ifdef __cplusplus
11327extern "C"
11328#endif
11329/* We use char because int might match the return type of a gcc2
11330 builtin and then its argument prototype would still apply. */
11331char yywrap ();
42ecbf5e
DJ
11332int
11333main ()
11334{
d7040cdb 11335yywrap ();
42ecbf5e
DJ
11336 ;
11337 return 0;
11338}
11339_ACEOF
d7040cdb
SE
11340rm -f conftest.$ac_objext conftest$ac_exeext
11341if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11342 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
11343 ac_status=$?
11344 grep -v '^ *+' conftest.er1 >conftest.err
11345 rm -f conftest.er1
11346 cat conftest.err >&5
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); } &&
7357c5b6
AM
11349 { ac_try='test -z "$ac_c_werror_flag"
11350 || test ! -s conftest.err'
42ecbf5e
DJ
11351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11352 (eval $ac_try) 2>&5
11353 ac_status=$?
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); }; } &&
d7040cdb 11356 { ac_try='test -s conftest$ac_exeext'
42ecbf5e
DJ
11357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11358 (eval $ac_try) 2>&5
11359 ac_status=$?
11360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11361 (exit $ac_status); }; }; then
d7040cdb 11362 ac_cv_lib_fl_yywrap=yes
42ecbf5e
DJ
11363else
11364 echo "$as_me: failed program was:" >&5
11365sed 's/^/| /' conftest.$ac_ext >&5
11366
d7040cdb 11367ac_cv_lib_fl_yywrap=no
42ecbf5e 11368fi
d7040cdb
SE
11369rm -f conftest.err conftest.$ac_objext \
11370 conftest$ac_exeext conftest.$ac_ext
11371LIBS=$ac_check_lib_save_LIBS
42ecbf5e 11372fi
d7040cdb
SE
11373echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11374echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11375if test $ac_cv_lib_fl_yywrap = yes; then
11376 LEXLIB="-lfl"
20e95c23 11377else
d7040cdb
SE
11378 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11379echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11380if test "${ac_cv_lib_l_yywrap+set}" = set; then
11381 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11382else
d7040cdb
SE
11383 ac_check_lib_save_LIBS=$LIBS
11384LIBS="-ll $LIBS"
11385cat >conftest.$ac_ext <<_ACEOF
20e95c23 11386/* confdefs.h. */
42ecbf5e 11387_ACEOF
20e95c23
DJ
11388cat confdefs.h >>conftest.$ac_ext
11389cat >>conftest.$ac_ext <<_ACEOF
11390/* end confdefs.h. */
20e95c23 11391
d7040cdb
SE
11392/* Override any gcc2 internal prototype to avoid an error. */
11393#ifdef __cplusplus
11394extern "C"
11395#endif
11396/* We use char because int might match the return type of a gcc2
11397 builtin and then its argument prototype would still apply. */
11398char yywrap ();
20e95c23
DJ
11399int
11400main ()
11401{
d7040cdb
SE
11402yywrap ();
11403 ;
11404 return 0;
20e95c23
DJ
11405}
11406_ACEOF
d7040cdb 11407rm -f conftest.$ac_objext conftest$ac_exeext
20e95c23 11408if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
d7040cdb 11409 (eval $ac_link) 2>conftest.er1
42ecbf5e 11410 ac_status=$?
d7040cdb
SE
11411 grep -v '^ *+' conftest.er1 >conftest.err
11412 rm -f conftest.er1
11413 cat conftest.err >&5
42ecbf5e 11414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb 11415 (exit $ac_status); } &&
7357c5b6
AM
11416 { ac_try='test -z "$ac_c_werror_flag"
11417 || test ! -s conftest.err'
d7040cdb
SE
11418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11419 (eval $ac_try) 2>&5
11420 ac_status=$?
11421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11422 (exit $ac_status); }; } &&
11423 { ac_try='test -s conftest$ac_exeext'
20e95c23
DJ
11424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11425 (eval $ac_try) 2>&5
11426 ac_status=$?
11427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11428 (exit $ac_status); }; }; then
d7040cdb 11429 ac_cv_lib_l_yywrap=yes
252b5132 11430else
d7040cdb 11431 echo "$as_me: failed program was:" >&5
20e95c23
DJ
11432sed 's/^/| /' conftest.$ac_ext >&5
11433
d7040cdb 11434ac_cv_lib_l_yywrap=no
252b5132 11435fi
d7040cdb
SE
11436rm -f conftest.err conftest.$ac_objext \
11437 conftest$ac_exeext conftest.$ac_ext
11438LIBS=$ac_check_lib_save_LIBS
20e95c23 11439fi
d7040cdb
SE
11440echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11441echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11442if test $ac_cv_lib_l_yywrap = yes; then
11443 LEXLIB="-ll"
20e95c23 11444fi
20e95c23
DJ
11445
11446fi
11447
d7040cdb 11448fi
20e95c23 11449
d7040cdb
SE
11450if test "x$LEX" != "x:"; then
11451 echo "$as_me:$LINENO: checking lex output file root" >&5
11452echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11453if test "${ac_cv_prog_lex_root+set}" = set; then
42ecbf5e 11454 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11455else
d7040cdb
SE
11456 # The minimal lex program is just a single line: %%. But some broken lexes
11457# (Solaris, I think it was) want two %% lines, so accommodate them.
11458cat >conftest.l <<_ACEOF
11459%%
11460%%
42ecbf5e 11461_ACEOF
d7040cdb
SE
11462{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11463 (eval $LEX conftest.l) 2>&5
11464 ac_status=$?
11465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466 (exit $ac_status); }
11467if test -f lex.yy.c; then
11468 ac_cv_prog_lex_root=lex.yy
11469elif test -f lexyy.c; then
11470 ac_cv_prog_lex_root=lexyy
11471else
11472 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11473echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11474 { (exit 1); exit 1; }; }
11475fi
11476fi
11477echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11478echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11479rm -f conftest.l
11480LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
20e95c23 11481
d7040cdb
SE
11482echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11483echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11484if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11485 echo $ECHO_N "(cached) $ECHO_C" >&6
11486else
11487 # POSIX says lex can declare yytext either as a pointer or an array; the
11488# default is implementation-dependent. Figure out which it is, since
11489# not all implementations provide the %pointer and %array declarations.
11490ac_cv_prog_lex_yytext_pointer=no
11491echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11492ac_save_LIBS=$LIBS
11493LIBS="$LIBS $LEXLIB"
11494cat >conftest.$ac_ext <<_ACEOF
11495`cat $LEX_OUTPUT_ROOT.c`
20e95c23 11496_ACEOF
d7040cdb
SE
11497rm -f conftest.$ac_objext conftest$ac_exeext
11498if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11499 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
11500 ac_status=$?
11501 grep -v '^ *+' conftest.er1 >conftest.err
11502 rm -f conftest.er1
11503 cat conftest.err >&5
11504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11505 (exit $ac_status); } &&
7357c5b6
AM
11506 { ac_try='test -z "$ac_c_werror_flag"
11507 || test ! -s conftest.err'
42ecbf5e
DJ
11508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11509 (eval $ac_try) 2>&5
11510 ac_status=$?
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); }; } &&
d7040cdb 11513 { ac_try='test -s conftest$ac_exeext'
42ecbf5e
DJ
11514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11515 (eval $ac_try) 2>&5
11516 ac_status=$?
11517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11518 (exit $ac_status); }; }; then
d7040cdb
SE
11519 ac_cv_prog_lex_yytext_pointer=yes
11520else
11521 echo "$as_me: failed program was:" >&5
11522sed 's/^/| /' conftest.$ac_ext >&5
11523
11524fi
11525rm -f conftest.err conftest.$ac_objext \
11526 conftest$ac_exeext conftest.$ac_ext
11527LIBS=$ac_save_LIBS
11528rm -f "${LEX_OUTPUT_ROOT}.c"
11529
11530fi
11531echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11532echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11533if test $ac_cv_prog_lex_yytext_pointer = yes; then
11534
11535cat >>confdefs.h <<\_ACEOF
11536#define YYTEXT_POINTER 1
11537_ACEOF
11538
11539fi
11540
11541fi
11542if test "$LEX" = :; then
11543 LEX=${am_missing_run}flex
11544fi
11545
11546echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
11547echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
11548 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11549if test "${enable_maintainer_mode+set}" = set; then
11550 enableval="$enable_maintainer_mode"
11551 USE_MAINTAINER_MODE=$enableval
252b5132 11552else
d7040cdb
SE
11553 USE_MAINTAINER_MODE=no
11554fi;
11555 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
11556echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
42ecbf5e 11557
d7040cdb
SE
11558
11559if test $USE_MAINTAINER_MODE = yes; then
11560 MAINTAINER_MODE_TRUE=
11561 MAINTAINER_MODE_FALSE='#'
11562else
11563 MAINTAINER_MODE_TRUE='#'
11564 MAINTAINER_MODE_FALSE=
252b5132 11565fi
252b5132 11566
d7040cdb
SE
11567 MAINT=$MAINTAINER_MODE_TRUE
11568
11569
11570
11571
11572if false; then
11573 GENINSRC_NEVER_TRUE=
11574 GENINSRC_NEVER_FALSE='#'
11575else
11576 GENINSRC_NEVER_TRUE='#'
11577 GENINSRC_NEVER_FALSE=
252b5132
RH
11578fi
11579
d7040cdb
SE
11580
11581. ${srcdir}/configure.host
11582
11583
11584
11585
252b5132
RH
11586
11587
42ecbf5e
DJ
11588
11589
11590
11591
ebe1fac1 11592
a3ffa599
L
11593
11594
11595for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h
252b5132 11596do
42ecbf5e
DJ
11597as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11598if eval "test \"\${$as_ac_Header+set}\" = set"; then
11599 echo "$as_me:$LINENO: checking for $ac_header" >&5
11600echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11601if eval "test \"\${$as_ac_Header+set}\" = set"; then
11602 echo $ECHO_N "(cached) $ECHO_C" >&6
11603fi
11604echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11605echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11606else
11607 # Is the header compilable?
11608echo "$as_me:$LINENO: checking $ac_header usability" >&5
11609echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11610cat >conftest.$ac_ext <<_ACEOF
11611/* confdefs.h. */
11612_ACEOF
11613cat confdefs.h >>conftest.$ac_ext
11614cat >>conftest.$ac_ext <<_ACEOF
11615/* end confdefs.h. */
11616$ac_includes_default
11617#include <$ac_header>
11618_ACEOF
11619rm -f conftest.$ac_objext
11620if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11621 (eval $ac_compile) 2>conftest.er1
11622 ac_status=$?
11623 grep -v '^ *+' conftest.er1 >conftest.err
11624 rm -f conftest.er1
11625 cat conftest.err >&5
11626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11627 (exit $ac_status); } &&
7357c5b6
AM
11628 { ac_try='test -z "$ac_c_werror_flag"
11629 || test ! -s conftest.err'
42ecbf5e
DJ
11630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11631 (eval $ac_try) 2>&5
11632 ac_status=$?
11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634 (exit $ac_status); }; } &&
11635 { ac_try='test -s conftest.$ac_objext'
11636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11637 (eval $ac_try) 2>&5
11638 ac_status=$?
11639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11640 (exit $ac_status); }; }; then
11641 ac_header_compiler=yes
11642else
11643 echo "$as_me: failed program was:" >&5
11644sed 's/^/| /' conftest.$ac_ext >&5
11645
11646ac_header_compiler=no
11647fi
11648rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11649echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11650echo "${ECHO_T}$ac_header_compiler" >&6
11651
11652# Is the header present?
11653echo "$as_me:$LINENO: checking $ac_header presence" >&5
11654echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11655cat >conftest.$ac_ext <<_ACEOF
11656/* confdefs.h. */
11657_ACEOF
11658cat confdefs.h >>conftest.$ac_ext
11659cat >>conftest.$ac_ext <<_ACEOF
11660/* end confdefs.h. */
11661#include <$ac_header>
11662_ACEOF
11663if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11664 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11665 ac_status=$?
11666 grep -v '^ *+' conftest.er1 >conftest.err
11667 rm -f conftest.er1
11668 cat conftest.err >&5
11669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11670 (exit $ac_status); } >/dev/null; then
11671 if test -s conftest.err; then
11672 ac_cpp_err=$ac_c_preproc_warn_flag
11673 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11674 else
11675 ac_cpp_err=
11676 fi
252b5132 11677else
42ecbf5e 11678 ac_cpp_err=yes
252b5132 11679fi
42ecbf5e
DJ
11680if test -z "$ac_cpp_err"; then
11681 ac_header_preproc=yes
11682else
11683 echo "$as_me: failed program was:" >&5
11684sed 's/^/| /' conftest.$ac_ext >&5
11685
11686 ac_header_preproc=no
252b5132 11687fi
42ecbf5e
DJ
11688rm -f conftest.err conftest.$ac_ext
11689echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11690echo "${ECHO_T}$ac_header_preproc" >&6
11691
11692# So? What about this header?
11693case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11694 yes:no: )
11695 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11696echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11697 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11698echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11699 ac_header_preproc=yes
11700 ;;
11701 no:yes:* )
11702 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11703echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11704 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11705echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11706 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11707echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11708 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11709echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11710 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11711echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11712 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11713echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11714 (
11715 cat <<\_ASBOX
11716## ------------------------------------------ ##
11717## Report this to the AC_PACKAGE_NAME lists. ##
11718## ------------------------------------------ ##
11719_ASBOX
11720 ) |
11721 sed "s/^/$as_me: WARNING: /" >&2
11722 ;;
11723esac
11724echo "$as_me:$LINENO: checking for $ac_header" >&5
11725echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11726if eval "test \"\${$as_ac_Header+set}\" = set"; then
11727 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11728else
42ecbf5e
DJ
11729 eval "$as_ac_Header=\$ac_header_preproc"
11730fi
11731echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11732echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11733
252b5132 11734fi
42ecbf5e
DJ
11735if test `eval echo '${'$as_ac_Header'}'` = yes; then
11736 cat >>confdefs.h <<_ACEOF
11737#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11738_ACEOF
11739
11740fi
11741
252b5132
RH
11742done
11743
42ecbf5e
DJ
11744
11745
11746
dc27aea4
AM
11747
11748
11749for ac_func in glob mkstemp realpath sbrk waitpid
252b5132 11750do
42ecbf5e
DJ
11751as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11752echo "$as_me:$LINENO: checking for $ac_func" >&5
11753echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11754if eval "test \"\${$as_ac_var+set}\" = set"; then
11755 echo $ECHO_N "(cached) $ECHO_C" >&6
11756else
11757 cat >conftest.$ac_ext <<_ACEOF
11758/* confdefs.h. */
11759_ACEOF
11760cat confdefs.h >>conftest.$ac_ext
11761cat >>conftest.$ac_ext <<_ACEOF
11762/* end confdefs.h. */
11763/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11764 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11765#define $ac_func innocuous_$ac_func
11766
252b5132 11767/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
11768 which can conflict with char $ac_func (); below.
11769 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11770 <limits.h> exists even on freestanding compilers. */
11771
11772#ifdef __STDC__
11773# include <limits.h>
11774#else
11775# include <assert.h>
11776#endif
d15b04bd 11777
42ecbf5e 11778#undef $ac_func
d15b04bd 11779
42ecbf5e
DJ
11780/* Override any gcc2 internal prototype to avoid an error. */
11781#ifdef __cplusplus
11782extern "C"
11783{
11784#endif
11785/* We use char because int might match the return type of a gcc2
11786 builtin and then its argument prototype would still apply. */
11787char $ac_func ();
252b5132
RH
11788/* The GNU C library defines this for functions which it implements
11789 to always fail with ENOSYS. Some functions are actually named
11790 something starting with __ and the normal name is an alias. */
11791#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11792choke me
11793#else
42ecbf5e
DJ
11794char (*f) () = $ac_func;
11795#endif
11796#ifdef __cplusplus
11797}
252b5132
RH
11798#endif
11799
42ecbf5e
DJ
11800int
11801main ()
11802{
11803return f != $ac_func;
11804 ;
11805 return 0;
11806}
11807_ACEOF
11808rm -f conftest.$ac_objext conftest$ac_exeext
11809if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11810 (eval $ac_link) 2>conftest.er1
11811 ac_status=$?
11812 grep -v '^ *+' conftest.er1 >conftest.err
11813 rm -f conftest.er1
11814 cat conftest.err >&5
11815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11816 (exit $ac_status); } &&
7357c5b6
AM
11817 { ac_try='test -z "$ac_c_werror_flag"
11818 || test ! -s conftest.err'
42ecbf5e
DJ
11819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11820 (eval $ac_try) 2>&5
11821 ac_status=$?
11822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11823 (exit $ac_status); }; } &&
11824 { ac_try='test -s conftest$ac_exeext'
11825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11826 (eval $ac_try) 2>&5
11827 ac_status=$?
11828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11829 (exit $ac_status); }; }; then
11830 eval "$as_ac_var=yes"
11831else
11832 echo "$as_me: failed program was:" >&5
11833sed 's/^/| /' conftest.$ac_ext >&5
11834
11835eval "$as_ac_var=no"
11836fi
11837rm -f conftest.err conftest.$ac_objext \
11838 conftest$ac_exeext conftest.$ac_ext
11839fi
11840echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11841echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11842if test `eval echo '${'$as_ac_var'}'` = yes; then
11843 cat >>confdefs.h <<_ACEOF
11844#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11845_ACEOF
252b5132 11846
252b5132
RH
11847fi
11848done
11849
42ecbf5e
DJ
11850
11851
11852
11853
11854
252b5132 11855ac_header_dirent=no
42ecbf5e
DJ
11856for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
11857 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
11858echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
11859echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
11860if eval "test \"\${$as_ac_Header+set}\" = set"; then
11861 echo $ECHO_N "(cached) $ECHO_C" >&6
11862else
11863 cat >conftest.$ac_ext <<_ACEOF
11864/* confdefs.h. */
11865_ACEOF
11866cat confdefs.h >>conftest.$ac_ext
11867cat >>conftest.$ac_ext <<_ACEOF
11868/* end confdefs.h. */
252b5132
RH
11869#include <sys/types.h>
11870#include <$ac_hdr>
42ecbf5e
DJ
11871
11872int
11873main ()
11874{
11875if ((DIR *) 0)
11876return 0;
11877 ;
11878 return 0;
11879}
11880_ACEOF
11881rm -f conftest.$ac_objext
11882if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11883 (eval $ac_compile) 2>conftest.er1
11884 ac_status=$?
11885 grep -v '^ *+' conftest.er1 >conftest.err
11886 rm -f conftest.er1
11887 cat conftest.err >&5
11888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11889 (exit $ac_status); } &&
7357c5b6
AM
11890 { ac_try='test -z "$ac_c_werror_flag"
11891 || test ! -s conftest.err'
42ecbf5e
DJ
11892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11893 (eval $ac_try) 2>&5
11894 ac_status=$?
11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896 (exit $ac_status); }; } &&
11897 { ac_try='test -s conftest.$ac_objext'
11898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11899 (eval $ac_try) 2>&5
11900 ac_status=$?
11901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902 (exit $ac_status); }; }; then
11903 eval "$as_ac_Header=yes"
11904else
11905 echo "$as_me: failed program was:" >&5
11906sed 's/^/| /' conftest.$ac_ext >&5
11907
11908eval "$as_ac_Header=no"
11909fi
11910rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11911fi
11912echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11913echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11914if test `eval echo '${'$as_ac_Header'}'` = yes; then
11915 cat >>confdefs.h <<_ACEOF
11916#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
11917_ACEOF
11918
11919ac_header_dirent=$ac_hdr; break
d15b04bd 11920fi
42ecbf5e 11921
d15b04bd
L
11922done
11923# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11924if test $ac_header_dirent = dirent.h; then
42ecbf5e
DJ
11925 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11926echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11927if test "${ac_cv_search_opendir+set}" = set; then
11928 echo $ECHO_N "(cached) $ECHO_C" >&6
11929else
11930 ac_func_search_save_LIBS=$LIBS
11931ac_cv_search_opendir=no
11932cat >conftest.$ac_ext <<_ACEOF
11933/* confdefs.h. */
11934_ACEOF
11935cat confdefs.h >>conftest.$ac_ext
11936cat >>conftest.$ac_ext <<_ACEOF
11937/* end confdefs.h. */
11938
e5a52504 11939/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
11940#ifdef __cplusplus
11941extern "C"
11942#endif
e5a52504 11943/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
11944 builtin and then its argument prototype would still apply. */
11945char opendir ();
11946int
11947main ()
11948{
11949opendir ();
11950 ;
11951 return 0;
11952}
11953_ACEOF
11954rm -f conftest.$ac_objext conftest$ac_exeext
11955if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11956 (eval $ac_link) 2>conftest.er1
11957 ac_status=$?
11958 grep -v '^ *+' conftest.er1 >conftest.err
11959 rm -f conftest.er1
11960 cat conftest.err >&5
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); } &&
7357c5b6
AM
11963 { ac_try='test -z "$ac_c_werror_flag"
11964 || test ! -s conftest.err'
42ecbf5e
DJ
11965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11966 (eval $ac_try) 2>&5
11967 ac_status=$?
11968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11969 (exit $ac_status); }; } &&
11970 { ac_try='test -s conftest$ac_exeext'
11971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11972 (eval $ac_try) 2>&5
11973 ac_status=$?
11974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11975 (exit $ac_status); }; }; then
11976 ac_cv_search_opendir="none required"
11977else
11978 echo "$as_me: failed program was:" >&5
11979sed 's/^/| /' conftest.$ac_ext >&5
11980
11981fi
11982rm -f conftest.err conftest.$ac_objext \
11983 conftest$ac_exeext conftest.$ac_ext
11984if test "$ac_cv_search_opendir" = no; then
11985 for ac_lib in dir; do
11986 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11987 cat >conftest.$ac_ext <<_ACEOF
11988/* confdefs.h. */
11989_ACEOF
11990cat confdefs.h >>conftest.$ac_ext
11991cat >>conftest.$ac_ext <<_ACEOF
11992/* end confdefs.h. */
e5a52504 11993
42ecbf5e
DJ
11994/* Override any gcc2 internal prototype to avoid an error. */
11995#ifdef __cplusplus
11996extern "C"
11997#endif
11998/* We use char because int might match the return type of a gcc2
11999 builtin and then its argument prototype would still apply. */
12000char opendir ();
12001int
12002main ()
12003{
12004opendir ();
12005 ;
12006 return 0;
12007}
12008_ACEOF
12009rm -f conftest.$ac_objext conftest$ac_exeext
12010if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12011 (eval $ac_link) 2>conftest.er1
12012 ac_status=$?
12013 grep -v '^ *+' conftest.er1 >conftest.err
12014 rm -f conftest.er1
12015 cat conftest.err >&5
12016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12017 (exit $ac_status); } &&
7357c5b6
AM
12018 { ac_try='test -z "$ac_c_werror_flag"
12019 || test ! -s conftest.err'
42ecbf5e
DJ
12020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12021 (eval $ac_try) 2>&5
12022 ac_status=$?
12023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12024 (exit $ac_status); }; } &&
12025 { ac_try='test -s conftest$ac_exeext'
12026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12027 (eval $ac_try) 2>&5
12028 ac_status=$?
12029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12030 (exit $ac_status); }; }; then
12031 ac_cv_search_opendir="-l$ac_lib"
12032break
12033else
12034 echo "$as_me: failed program was:" >&5
12035sed 's/^/| /' conftest.$ac_ext >&5
12036
12037fi
12038rm -f conftest.err conftest.$ac_objext \
12039 conftest$ac_exeext conftest.$ac_ext
12040 done
252b5132 12041fi
42ecbf5e
DJ
12042LIBS=$ac_func_search_save_LIBS
12043fi
12044echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
12045echo "${ECHO_T}$ac_cv_search_opendir" >&6
12046if test "$ac_cv_search_opendir" != no; then
12047 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
12048
d15b04bd 12049fi
252b5132
RH
12050
12051else
42ecbf5e
DJ
12052 echo "$as_me:$LINENO: checking for library containing opendir" >&5
12053echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
12054if test "${ac_cv_search_opendir+set}" = set; then
12055 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12056else
42ecbf5e
DJ
12057 ac_func_search_save_LIBS=$LIBS
12058ac_cv_search_opendir=no
12059cat >conftest.$ac_ext <<_ACEOF
12060/* confdefs.h. */
12061_ACEOF
12062cat confdefs.h >>conftest.$ac_ext
12063cat >>conftest.$ac_ext <<_ACEOF
12064/* end confdefs.h. */
12065
252b5132 12066/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
12067#ifdef __cplusplus
12068extern "C"
12069#endif
252b5132 12070/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
12071 builtin and then its argument prototype would still apply. */
12072char opendir ();
12073int
12074main ()
12075{
12076opendir ();
12077 ;
12078 return 0;
12079}
12080_ACEOF
12081rm -f conftest.$ac_objext conftest$ac_exeext
12082if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12083 (eval $ac_link) 2>conftest.er1
12084 ac_status=$?
12085 grep -v '^ *+' conftest.er1 >conftest.err
12086 rm -f conftest.er1
12087 cat conftest.err >&5
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); } &&
7357c5b6
AM
12090 { ac_try='test -z "$ac_c_werror_flag"
12091 || test ! -s conftest.err'
42ecbf5e
DJ
12092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12093 (eval $ac_try) 2>&5
12094 ac_status=$?
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); }; } &&
12097 { ac_try='test -s conftest$ac_exeext'
12098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12099 (eval $ac_try) 2>&5
12100 ac_status=$?
12101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12102 (exit $ac_status); }; }; then
12103 ac_cv_search_opendir="none required"
12104else
12105 echo "$as_me: failed program was:" >&5
12106sed 's/^/| /' conftest.$ac_ext >&5
12107
12108fi
12109rm -f conftest.err conftest.$ac_objext \
12110 conftest$ac_exeext conftest.$ac_ext
12111if test "$ac_cv_search_opendir" = no; then
12112 for ac_lib in x; do
12113 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12114 cat >conftest.$ac_ext <<_ACEOF
12115/* confdefs.h. */
12116_ACEOF
12117cat confdefs.h >>conftest.$ac_ext
12118cat >>conftest.$ac_ext <<_ACEOF
12119/* end confdefs.h. */
252b5132 12120
42ecbf5e
DJ
12121/* Override any gcc2 internal prototype to avoid an error. */
12122#ifdef __cplusplus
12123extern "C"
12124#endif
12125/* We use char because int might match the return type of a gcc2
12126 builtin and then its argument prototype would still apply. */
12127char opendir ();
12128int
12129main ()
12130{
12131opendir ();
12132 ;
12133 return 0;
12134}
12135_ACEOF
12136rm -f conftest.$ac_objext conftest$ac_exeext
12137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12138 (eval $ac_link) 2>conftest.er1
12139 ac_status=$?
12140 grep -v '^ *+' conftest.er1 >conftest.err
12141 rm -f conftest.er1
12142 cat conftest.err >&5
12143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12144 (exit $ac_status); } &&
7357c5b6
AM
12145 { ac_try='test -z "$ac_c_werror_flag"
12146 || test ! -s conftest.err'
42ecbf5e
DJ
12147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12148 (eval $ac_try) 2>&5
12149 ac_status=$?
12150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12151 (exit $ac_status); }; } &&
12152 { ac_try='test -s conftest$ac_exeext'
12153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12154 (eval $ac_try) 2>&5
12155 ac_status=$?
12156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12157 (exit $ac_status); }; }; then
12158 ac_cv_search_opendir="-l$ac_lib"
12159break
12160else
12161 echo "$as_me: failed program was:" >&5
12162sed 's/^/| /' conftest.$ac_ext >&5
12163
12164fi
12165rm -f conftest.err conftest.$ac_objext \
12166 conftest$ac_exeext conftest.$ac_ext
12167 done
252b5132 12168fi
42ecbf5e 12169LIBS=$ac_func_search_save_LIBS
252b5132 12170fi
42ecbf5e
DJ
12171echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
12172echo "${ECHO_T}$ac_cv_search_opendir" >&6
12173if test "$ac_cv_search_opendir" != no; then
12174 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
12175
d15b04bd 12176fi
252b5132
RH
12177
12178fi
12179
12180
42ecbf5e
DJ
12181echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
12182echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
12183if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then
12184 echo $ECHO_N "(cached) $ECHO_C" >&6
34875e64 12185else
42ecbf5e
DJ
12186 cat >conftest.$ac_ext <<_ACEOF
12187/* confdefs.h. */
12188_ACEOF
12189cat confdefs.h >>conftest.$ac_ext
12190cat >>conftest.$ac_ext <<_ACEOF
12191/* end confdefs.h. */
34875e64 12192#include <unistd.h>
42ecbf5e
DJ
12193int
12194main ()
12195{
34875e64 12196extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
12197 ;
12198 return 0;
12199}
12200_ACEOF
12201rm -f conftest.$ac_objext
12202if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12203 (eval $ac_compile) 2>conftest.er1
12204 ac_status=$?
12205 grep -v '^ *+' conftest.er1 >conftest.err
12206 rm -f conftest.er1
12207 cat conftest.err >&5
12208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12209 (exit $ac_status); } &&
7357c5b6
AM
12210 { ac_try='test -z "$ac_c_werror_flag"
12211 || test ! -s conftest.err'
42ecbf5e
DJ
12212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12213 (eval $ac_try) 2>&5
12214 ac_status=$?
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); }; } &&
12217 { ac_try='test -s conftest.$ac_objext'
12218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12219 (eval $ac_try) 2>&5
12220 ac_status=$?
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); }; }; then
34875e64
NC
12223 ld_cv_decl_getopt_unistd_h=yes
12224else
42ecbf5e
DJ
12225 echo "$as_me: failed program was:" >&5
12226sed 's/^/| /' conftest.$ac_ext >&5
12227
12228ld_cv_decl_getopt_unistd_h=no
34875e64 12229fi
42ecbf5e 12230rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34875e64
NC
12231fi
12232
42ecbf5e
DJ
12233echo "$as_me:$LINENO: result: $ld_cv_decl_getopt_unistd_h" >&5
12234echo "${ECHO_T}$ld_cv_decl_getopt_unistd_h" >&6
34875e64 12235if test $ld_cv_decl_getopt_unistd_h = yes; then
42ecbf5e
DJ
12236
12237cat >>confdefs.h <<\_ACEOF
34875e64 12238#define HAVE_DECL_GETOPT 1
42ecbf5e 12239_ACEOF
34875e64
NC
12240
12241fi
42ecbf5e 12242
252b5132
RH
12243
12244case "${host}" in
a8100d5b 12245*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e
DJ
12246
12247cat >>confdefs.h <<\_ACEOF
252b5132 12248#define USE_BINARY_FOPEN 1
42ecbf5e 12249_ACEOF
252b5132
RH
12250 ;;
12251esac
12252
502bdb00
JW
12253echo "$as_me:$LINENO: checking whether strstr is declared" >&5
12254echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
12255if test "${ac_cv_have_decl_strstr+set}" = set; then
42ecbf5e 12256 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12257else
42ecbf5e
DJ
12258 cat >conftest.$ac_ext <<_ACEOF
12259/* confdefs.h. */
12260_ACEOF
12261cat confdefs.h >>conftest.$ac_ext
12262cat >>conftest.$ac_ext <<_ACEOF
12263/* end confdefs.h. */
502bdb00 12264$ac_includes_default
42ecbf5e
DJ
12265int
12266main ()
12267{
502bdb00
JW
12268#ifndef strstr
12269 char *p = (char *) strstr;
12270#endif
12271
42ecbf5e
DJ
12272 ;
12273 return 0;
12274}
12275_ACEOF
12276rm -f conftest.$ac_objext
12277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12278 (eval $ac_compile) 2>conftest.er1
12279 ac_status=$?
12280 grep -v '^ *+' conftest.er1 >conftest.err
12281 rm -f conftest.er1
12282 cat conftest.err >&5
12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); } &&
7357c5b6
AM
12285 { ac_try='test -z "$ac_c_werror_flag"
12286 || test ! -s conftest.err'
42ecbf5e
DJ
12287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12288 (eval $ac_try) 2>&5
12289 ac_status=$?
12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); }; } &&
12292 { ac_try='test -s conftest.$ac_objext'
12293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12294 (eval $ac_try) 2>&5
12295 ac_status=$?
12296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12297 (exit $ac_status); }; }; then
502bdb00 12298 ac_cv_have_decl_strstr=yes
252b5132 12299else
42ecbf5e
DJ
12300 echo "$as_me: failed program was:" >&5
12301sed 's/^/| /' conftest.$ac_ext >&5
12302
502bdb00 12303ac_cv_have_decl_strstr=no
252b5132 12304fi
42ecbf5e 12305rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12306fi
502bdb00
JW
12307echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
12308echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
12309if test $ac_cv_have_decl_strstr = yes; then
252b5132 12310
502bdb00
JW
12311cat >>confdefs.h <<_ACEOF
12312#define HAVE_DECL_STRSTR 1
12313_ACEOF
42ecbf5e 12314
502bdb00
JW
12315
12316else
12317 cat >>confdefs.h <<_ACEOF
12318#define HAVE_DECL_STRSTR 0
42ecbf5e 12319_ACEOF
252b5132 12320
252b5132 12321
502bdb00
JW
12322fi
12323echo "$as_me:$LINENO: checking whether free is declared" >&5
12324echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
12325if test "${ac_cv_have_decl_free+set}" = set; then
42ecbf5e 12326 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12327else
42ecbf5e
DJ
12328 cat >conftest.$ac_ext <<_ACEOF
12329/* confdefs.h. */
12330_ACEOF
12331cat confdefs.h >>conftest.$ac_ext
12332cat >>conftest.$ac_ext <<_ACEOF
12333/* end confdefs.h. */
502bdb00 12334$ac_includes_default
42ecbf5e
DJ
12335int
12336main ()
12337{
502bdb00
JW
12338#ifndef free
12339 char *p = (char *) free;
12340#endif
12341
42ecbf5e
DJ
12342 ;
12343 return 0;
12344}
12345_ACEOF
12346rm -f conftest.$ac_objext
12347if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12348 (eval $ac_compile) 2>conftest.er1
12349 ac_status=$?
12350 grep -v '^ *+' conftest.er1 >conftest.err
12351 rm -f conftest.er1
12352 cat conftest.err >&5
12353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12354 (exit $ac_status); } &&
7357c5b6
AM
12355 { ac_try='test -z "$ac_c_werror_flag"
12356 || test ! -s conftest.err'
42ecbf5e
DJ
12357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12358 (eval $ac_try) 2>&5
12359 ac_status=$?
12360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12361 (exit $ac_status); }; } &&
12362 { ac_try='test -s conftest.$ac_objext'
12363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12364 (eval $ac_try) 2>&5
12365 ac_status=$?
12366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); }; }; then
502bdb00 12368 ac_cv_have_decl_free=yes
252b5132 12369else
42ecbf5e
DJ
12370 echo "$as_me: failed program was:" >&5
12371sed 's/^/| /' conftest.$ac_ext >&5
12372
502bdb00 12373ac_cv_have_decl_free=no
252b5132 12374fi
42ecbf5e 12375rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12376fi
502bdb00
JW
12377echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
12378echo "${ECHO_T}$ac_cv_have_decl_free" >&6
12379if test $ac_cv_have_decl_free = yes; then
252b5132 12380
502bdb00
JW
12381cat >>confdefs.h <<_ACEOF
12382#define HAVE_DECL_FREE 1
12383_ACEOF
42ecbf5e 12384
502bdb00
JW
12385
12386else
12387 cat >>confdefs.h <<_ACEOF
12388#define HAVE_DECL_FREE 0
42ecbf5e 12389_ACEOF
252b5132 12390
252b5132 12391
502bdb00
JW
12392fi
12393echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
12394echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
12395if test "${ac_cv_have_decl_sbrk+set}" = set; then
42ecbf5e 12396 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12397else
42ecbf5e
DJ
12398 cat >conftest.$ac_ext <<_ACEOF
12399/* confdefs.h. */
12400_ACEOF
12401cat confdefs.h >>conftest.$ac_ext
12402cat >>conftest.$ac_ext <<_ACEOF
12403/* end confdefs.h. */
502bdb00 12404$ac_includes_default
42ecbf5e
DJ
12405int
12406main ()
12407{
502bdb00
JW
12408#ifndef sbrk
12409 char *p = (char *) sbrk;
12410#endif
12411
42ecbf5e
DJ
12412 ;
12413 return 0;
12414}
12415_ACEOF
12416rm -f conftest.$ac_objext
12417if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12418 (eval $ac_compile) 2>conftest.er1
12419 ac_status=$?
12420 grep -v '^ *+' conftest.er1 >conftest.err
12421 rm -f conftest.er1
12422 cat conftest.err >&5
12423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12424 (exit $ac_status); } &&
7357c5b6
AM
12425 { ac_try='test -z "$ac_c_werror_flag"
12426 || test ! -s conftest.err'
42ecbf5e
DJ
12427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12428 (eval $ac_try) 2>&5
12429 ac_status=$?
12430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12431 (exit $ac_status); }; } &&
12432 { ac_try='test -s conftest.$ac_objext'
12433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12434 (eval $ac_try) 2>&5
12435 ac_status=$?
12436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12437 (exit $ac_status); }; }; then
502bdb00 12438 ac_cv_have_decl_sbrk=yes
252b5132 12439else
42ecbf5e
DJ
12440 echo "$as_me: failed program was:" >&5
12441sed 's/^/| /' conftest.$ac_ext >&5
12442
502bdb00 12443ac_cv_have_decl_sbrk=no
252b5132 12444fi
42ecbf5e 12445rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12446fi
502bdb00
JW
12447echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
12448echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
12449if test $ac_cv_have_decl_sbrk = yes; then
12450
12451cat >>confdefs.h <<_ACEOF
12452#define HAVE_DECL_SBRK 1
12453_ACEOF
252b5132 12454
42ecbf5e 12455
502bdb00
JW
12456else
12457 cat >>confdefs.h <<_ACEOF
12458#define HAVE_DECL_SBRK 0
42ecbf5e 12459_ACEOF
252b5132 12460
252b5132 12461
502bdb00
JW
12462fi
12463echo "$as_me:$LINENO: checking whether getenv is declared" >&5
12464echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
12465if test "${ac_cv_have_decl_getenv+set}" = set; then
42ecbf5e 12466 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12467else
42ecbf5e
DJ
12468 cat >conftest.$ac_ext <<_ACEOF
12469/* confdefs.h. */
12470_ACEOF
12471cat confdefs.h >>conftest.$ac_ext
12472cat >>conftest.$ac_ext <<_ACEOF
12473/* end confdefs.h. */
502bdb00 12474$ac_includes_default
42ecbf5e
DJ
12475int
12476main ()
12477{
502bdb00
JW
12478#ifndef getenv
12479 char *p = (char *) getenv;
12480#endif
12481
42ecbf5e
DJ
12482 ;
12483 return 0;
12484}
12485_ACEOF
12486rm -f conftest.$ac_objext
12487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12488 (eval $ac_compile) 2>conftest.er1
12489 ac_status=$?
12490 grep -v '^ *+' conftest.er1 >conftest.err
12491 rm -f conftest.er1
12492 cat conftest.err >&5
12493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12494 (exit $ac_status); } &&
7357c5b6
AM
12495 { ac_try='test -z "$ac_c_werror_flag"
12496 || test ! -s conftest.err'
42ecbf5e
DJ
12497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12498 (eval $ac_try) 2>&5
12499 ac_status=$?
12500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12501 (exit $ac_status); }; } &&
12502 { ac_try='test -s conftest.$ac_objext'
12503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12504 (eval $ac_try) 2>&5
12505 ac_status=$?
12506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507 (exit $ac_status); }; }; then
502bdb00 12508 ac_cv_have_decl_getenv=yes
252b5132 12509else
42ecbf5e
DJ
12510 echo "$as_me: failed program was:" >&5
12511sed 's/^/| /' conftest.$ac_ext >&5
12512
502bdb00 12513ac_cv_have_decl_getenv=no
252b5132 12514fi
42ecbf5e 12515rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12516fi
502bdb00
JW
12517echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
12518echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
12519if test $ac_cv_have_decl_getenv = yes; then
252b5132 12520
502bdb00
JW
12521cat >>confdefs.h <<_ACEOF
12522#define HAVE_DECL_GETENV 1
12523_ACEOF
42ecbf5e 12524
502bdb00
JW
12525
12526else
12527 cat >>confdefs.h <<_ACEOF
12528#define HAVE_DECL_GETENV 0
42ecbf5e 12529_ACEOF
252b5132 12530
252b5132 12531
502bdb00
JW
12532fi
12533echo "$as_me:$LINENO: checking whether environ is declared" >&5
12534echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
12535if test "${ac_cv_have_decl_environ+set}" = set; then
42ecbf5e 12536 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12537else
42ecbf5e
DJ
12538 cat >conftest.$ac_ext <<_ACEOF
12539/* confdefs.h. */
12540_ACEOF
12541cat confdefs.h >>conftest.$ac_ext
12542cat >>conftest.$ac_ext <<_ACEOF
12543/* end confdefs.h. */
502bdb00 12544$ac_includes_default
42ecbf5e
DJ
12545int
12546main ()
12547{
502bdb00
JW
12548#ifndef environ
12549 char *p = (char *) environ;
12550#endif
12551
42ecbf5e
DJ
12552 ;
12553 return 0;
12554}
12555_ACEOF
12556rm -f conftest.$ac_objext
12557if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12558 (eval $ac_compile) 2>conftest.er1
12559 ac_status=$?
12560 grep -v '^ *+' conftest.er1 >conftest.err
12561 rm -f conftest.er1
12562 cat conftest.err >&5
12563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12564 (exit $ac_status); } &&
7357c5b6
AM
12565 { ac_try='test -z "$ac_c_werror_flag"
12566 || test ! -s conftest.err'
42ecbf5e
DJ
12567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12568 (eval $ac_try) 2>&5
12569 ac_status=$?
12570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12571 (exit $ac_status); }; } &&
12572 { ac_try='test -s conftest.$ac_objext'
12573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12574 (eval $ac_try) 2>&5
12575 ac_status=$?
12576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12577 (exit $ac_status); }; }; then
502bdb00 12578 ac_cv_have_decl_environ=yes
252b5132 12579else
42ecbf5e
DJ
12580 echo "$as_me: failed program was:" >&5
12581sed 's/^/| /' conftest.$ac_ext >&5
12582
502bdb00 12583ac_cv_have_decl_environ=no
252b5132 12584fi
42ecbf5e 12585rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12586fi
502bdb00
JW
12587echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
12588echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
12589if test $ac_cv_have_decl_environ = yes; then
252b5132 12590
502bdb00
JW
12591cat >>confdefs.h <<_ACEOF
12592#define HAVE_DECL_ENVIRON 1
12593_ACEOF
42ecbf5e 12594
502bdb00
JW
12595
12596else
12597 cat >>confdefs.h <<_ACEOF
12598#define HAVE_DECL_ENVIRON 0
42ecbf5e 12599_ACEOF
252b5132 12600
502bdb00 12601
252b5132
RH
12602fi
12603
12604
502bdb00 12605
4474d12b
CS
12606# Link in zlib if we can. This is needed only for the bootstrap tests
12607# right now, since those tests use libbfd, which depends on zlib.
12608echo "$as_me:$LINENO: checking for library containing zlibVersion" >&5
12609echo $ECHO_N "checking for library containing zlibVersion... $ECHO_C" >&6
12610if test "${ac_cv_search_zlibVersion+set}" = set; then
12611 echo $ECHO_N "(cached) $ECHO_C" >&6
12612else
12613 ac_func_search_save_LIBS=$LIBS
12614ac_cv_search_zlibVersion=no
12615cat >conftest.$ac_ext <<_ACEOF
12616/* confdefs.h. */
12617_ACEOF
12618cat confdefs.h >>conftest.$ac_ext
12619cat >>conftest.$ac_ext <<_ACEOF
12620/* end confdefs.h. */
12621
12622/* Override any gcc2 internal prototype to avoid an error. */
12623#ifdef __cplusplus
12624extern "C"
12625#endif
12626/* We use char because int might match the return type of a gcc2
12627 builtin and then its argument prototype would still apply. */
12628char zlibVersion ();
12629int
12630main ()
12631{
12632zlibVersion ();
12633 ;
12634 return 0;
12635}
12636_ACEOF
12637rm -f conftest.$ac_objext conftest$ac_exeext
12638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12639 (eval $ac_link) 2>conftest.er1
12640 ac_status=$?
12641 grep -v '^ *+' conftest.er1 >conftest.err
12642 rm -f conftest.er1
12643 cat conftest.err >&5
12644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12645 (exit $ac_status); } &&
7357c5b6
AM
12646 { ac_try='test -z "$ac_c_werror_flag"
12647 || test ! -s conftest.err'
4474d12b
CS
12648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12649 (eval $ac_try) 2>&5
12650 ac_status=$?
12651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12652 (exit $ac_status); }; } &&
12653 { ac_try='test -s conftest$ac_exeext'
12654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12655 (eval $ac_try) 2>&5
12656 ac_status=$?
12657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12658 (exit $ac_status); }; }; then
12659 ac_cv_search_zlibVersion="none required"
12660else
12661 echo "$as_me: failed program was:" >&5
12662sed 's/^/| /' conftest.$ac_ext >&5
12663
12664fi
12665rm -f conftest.err conftest.$ac_objext \
12666 conftest$ac_exeext conftest.$ac_ext
12667if test "$ac_cv_search_zlibVersion" = no; then
12668 for ac_lib in z; do
12669 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12670 cat >conftest.$ac_ext <<_ACEOF
12671/* confdefs.h. */
12672_ACEOF
12673cat confdefs.h >>conftest.$ac_ext
12674cat >>conftest.$ac_ext <<_ACEOF
12675/* end confdefs.h. */
12676
12677/* Override any gcc2 internal prototype to avoid an error. */
12678#ifdef __cplusplus
12679extern "C"
12680#endif
12681/* We use char because int might match the return type of a gcc2
12682 builtin and then its argument prototype would still apply. */
12683char zlibVersion ();
12684int
12685main ()
12686{
12687zlibVersion ();
12688 ;
12689 return 0;
12690}
12691_ACEOF
12692rm -f conftest.$ac_objext conftest$ac_exeext
12693if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12694 (eval $ac_link) 2>conftest.er1
12695 ac_status=$?
12696 grep -v '^ *+' conftest.er1 >conftest.err
12697 rm -f conftest.er1
12698 cat conftest.err >&5
12699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12700 (exit $ac_status); } &&
7357c5b6
AM
12701 { ac_try='test -z "$ac_c_werror_flag"
12702 || test ! -s conftest.err'
4474d12b
CS
12703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12704 (eval $ac_try) 2>&5
12705 ac_status=$?
12706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12707 (exit $ac_status); }; } &&
12708 { ac_try='test -s conftest$ac_exeext'
12709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12710 (eval $ac_try) 2>&5
12711 ac_status=$?
12712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12713 (exit $ac_status); }; }; then
12714 ac_cv_search_zlibVersion="-l$ac_lib"
12715break
12716else
12717 echo "$as_me: failed program was:" >&5
12718sed 's/^/| /' conftest.$ac_ext >&5
12719
12720fi
12721rm -f conftest.err conftest.$ac_objext \
12722 conftest$ac_exeext conftest.$ac_ext
12723 done
12724fi
12725LIBS=$ac_func_search_save_LIBS
12726fi
12727echo "$as_me:$LINENO: result: $ac_cv_search_zlibVersion" >&5
12728echo "${ECHO_T}$ac_cv_search_zlibVersion" >&6
12729if test "$ac_cv_search_zlibVersion" != no; then
12730 test "$ac_cv_search_zlibVersion" = "none required" || LIBS="$ac_cv_search_zlibVersion $LIBS"
12731
12732for ac_header in zlib.h
12733do
12734as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12735if eval "test \"\${$as_ac_Header+set}\" = set"; then
12736 echo "$as_me:$LINENO: checking for $ac_header" >&5
12737echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12738if eval "test \"\${$as_ac_Header+set}\" = set"; then
12739 echo $ECHO_N "(cached) $ECHO_C" >&6
12740fi
12741echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12742echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12743else
12744 # Is the header compilable?
12745echo "$as_me:$LINENO: checking $ac_header usability" >&5
12746echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
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. */
12753$ac_includes_default
12754#include <$ac_header>
12755_ACEOF
12756rm -f conftest.$ac_objext
12757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12758 (eval $ac_compile) 2>conftest.er1
12759 ac_status=$?
12760 grep -v '^ *+' conftest.er1 >conftest.err
12761 rm -f conftest.er1
12762 cat conftest.err >&5
12763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12764 (exit $ac_status); } &&
7357c5b6
AM
12765 { ac_try='test -z "$ac_c_werror_flag"
12766 || test ! -s conftest.err'
4474d12b
CS
12767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12768 (eval $ac_try) 2>&5
12769 ac_status=$?
12770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12771 (exit $ac_status); }; } &&
12772 { ac_try='test -s conftest.$ac_objext'
12773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12774 (eval $ac_try) 2>&5
12775 ac_status=$?
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); }; }; then
12778 ac_header_compiler=yes
12779else
12780 echo "$as_me: failed program was:" >&5
12781sed 's/^/| /' conftest.$ac_ext >&5
12782
12783ac_header_compiler=no
12784fi
12785rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12786echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12787echo "${ECHO_T}$ac_header_compiler" >&6
12788
12789# Is the header present?
12790echo "$as_me:$LINENO: checking $ac_header presence" >&5
12791echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12792cat >conftest.$ac_ext <<_ACEOF
12793/* confdefs.h. */
12794_ACEOF
12795cat confdefs.h >>conftest.$ac_ext
12796cat >>conftest.$ac_ext <<_ACEOF
12797/* end confdefs.h. */
12798#include <$ac_header>
12799_ACEOF
12800if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12801 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12802 ac_status=$?
12803 grep -v '^ *+' conftest.er1 >conftest.err
12804 rm -f conftest.er1
12805 cat conftest.err >&5
12806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12807 (exit $ac_status); } >/dev/null; then
12808 if test -s conftest.err; then
12809 ac_cpp_err=$ac_c_preproc_warn_flag
12810 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12811 else
12812 ac_cpp_err=
12813 fi
12814else
12815 ac_cpp_err=yes
12816fi
12817if test -z "$ac_cpp_err"; then
12818 ac_header_preproc=yes
12819else
12820 echo "$as_me: failed program was:" >&5
12821sed 's/^/| /' conftest.$ac_ext >&5
12822
12823 ac_header_preproc=no
12824fi
12825rm -f conftest.err conftest.$ac_ext
12826echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12827echo "${ECHO_T}$ac_header_preproc" >&6
12828
12829# So? What about this header?
12830case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12831 yes:no: )
12832 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12833echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12834 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12835echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12836 ac_header_preproc=yes
12837 ;;
12838 no:yes:* )
12839 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12840echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12841 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12842echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12843 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12844echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12845 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12846echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12848echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12849 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12850echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12851 (
12852 cat <<\_ASBOX
12853## ------------------------------------------ ##
12854## Report this to the AC_PACKAGE_NAME lists. ##
12855## ------------------------------------------ ##
12856_ASBOX
12857 ) |
12858 sed "s/^/$as_me: WARNING: /" >&2
12859 ;;
12860esac
12861echo "$as_me:$LINENO: checking for $ac_header" >&5
12862echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12863if eval "test \"\${$as_ac_Header+set}\" = set"; then
12864 echo $ECHO_N "(cached) $ECHO_C" >&6
12865else
12866 eval "$as_ac_Header=\$ac_header_preproc"
12867fi
12868echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12869echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12870
12871fi
12872if test `eval echo '${'$as_ac_Header'}'` = yes; then
12873 cat >>confdefs.h <<_ACEOF
12874#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12875_ACEOF
12876
12877fi
12878
12879done
12880
12881fi
12882
12883
597e2591
ILT
12884# When converting linker scripts into strings for use in emulation
12885# files, use astring.sed if the compiler supports ANSI string
12886# concatenation, or ostring.sed otherwise. This is to support the
12887# broken Microsoft MSVC compiler, which limits the length of string
12888# constants, while still supporting pre-ANSI compilers which do not
12889# support string concatenation.
42ecbf5e
DJ
12890echo "$as_me:$LINENO: checking whether ANSI C string concatenation works" >&5
12891echo $ECHO_N "checking whether ANSI C string concatenation works... $ECHO_C" >&6
12892if test "${ld_cv_string_concatenation+set}" = set; then
12893 echo $ECHO_N "(cached) $ECHO_C" >&6
12894else
12895 cat >conftest.$ac_ext <<_ACEOF
12896/* confdefs.h. */
12897_ACEOF
12898cat confdefs.h >>conftest.$ac_ext
12899cat >>conftest.$ac_ext <<_ACEOF
12900/* end confdefs.h. */
597e2591 12901
42ecbf5e
DJ
12902int
12903main ()
12904{
597e2591 12905char *a = "a" "a";
42ecbf5e
DJ
12906 ;
12907 return 0;
12908}
12909_ACEOF
12910rm -f conftest.$ac_objext
12911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12912 (eval $ac_compile) 2>conftest.er1
12913 ac_status=$?
12914 grep -v '^ *+' conftest.er1 >conftest.err
12915 rm -f conftest.er1
12916 cat conftest.err >&5
12917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12918 (exit $ac_status); } &&
7357c5b6
AM
12919 { ac_try='test -z "$ac_c_werror_flag"
12920 || test ! -s conftest.err'
42ecbf5e
DJ
12921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12922 (eval $ac_try) 2>&5
12923 ac_status=$?
12924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12925 (exit $ac_status); }; } &&
12926 { ac_try='test -s conftest.$ac_objext'
12927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12928 (eval $ac_try) 2>&5
12929 ac_status=$?
12930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); }; }; then
e4dabd0e 12932 ld_cv_string_concatenation=yes
597e2591 12933else
42ecbf5e
DJ
12934 echo "$as_me: failed program was:" >&5
12935sed 's/^/| /' conftest.$ac_ext >&5
12936
12937ld_cv_string_concatenation=no
597e2591 12938fi
42ecbf5e 12939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
597e2591
ILT
12940fi
12941
42ecbf5e
DJ
12942echo "$as_me:$LINENO: result: $ld_cv_string_concatenation" >&5
12943echo "${ECHO_T}$ld_cv_string_concatenation" >&6
e4dabd0e 12944if test "$ld_cv_string_concatenation" = "yes"; then
597e2591
ILT
12945 STRINGIFY=astring.sed
12946else
12947 STRINGIFY=ostring.sed
12948fi
12949
12950
252b5132
RH
12951# target-specific stuff:
12952
12953all_targets=
12954EMUL=
12955all_emuls=
12956all_emul_extras=
ba2be581 12957all_libpath=
252b5132
RH
12958
12959rm -f tdirs
12960
12961for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
12962do
12963 if test "$targ_alias" = "all"; then
12964 all_targets=true
12965 else
12966 # Canonicalize the secondary target names.
42ecbf5e 12967 result=`$ac_config_sub $targ_alias 2>/dev/null`
252b5132
RH
12968 if test -n "$result"; then
12969 targ=$result
12970 else
12971 targ=$targ_alias
12972 fi
12973
12974 . ${srcdir}/configure.tgt
12975
12976 if test "$targ" = "$target"; then
12977 EMUL=$targ_emul
12978 fi
12979
314e9a4e
L
12980 if test x${want64} = xfalse; then
12981 . ${srcdir}/../bfd/config.bfd
12982 fi
12983
534d3119
L
12984 if test x${want64} = xtrue; then
12985 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
12986 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
12987 fi
12988
3336653a 12989 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
252b5132
RH
12990 case " $all_emuls " in
12991 *" e${i}.o "*) ;;
12992 *)
12993 all_emuls="$all_emuls e${i}.o"
12994 eval result=\$tdir_$i
12995 test -z "$result" && result=$targ_alias
12996 echo tdir_$i=$result >> tdirs
12997 ;;
d15b04bd
L
12998 esac
12999 done
3336653a 13000
42ecbf5e
DJ
13001 for i in $targ_emul $targ_extra_libpath; do
13002 case " $all_libpath " in
13003 *" ${i} "*) ;;
13004 *)
13005 if test -z "$all_libpath"; then
13006 all_libpath=${i}
13007 else
13008 all_libpath="$all_libpath ${i}"
13009 fi
13010 ;;
13011 esac
13012 done
13013
13014 for i in $targ_extra_ofiles; do
13015 case " $all_emul_extras " in
13016 *" ${i} "*) ;;
13017 *)
13018 all_emul_extras="$all_emul_extras ${i}"
13019 ;;
13020 esac
13021 done
13022 fi
13023done
13024
13025
13026
13027TDIRS=tdirs
13028
13029
13030if test x${all_targets} = xtrue; then
314e9a4e
L
13031 if test x${want64} = xfalse; then
13032 echo "$as_me:$LINENO: checking for long" >&5
13033echo $ECHO_N "checking for long... $ECHO_C" >&6
13034if test "${ac_cv_type_long+set}" = set; then
13035 echo $ECHO_N "(cached) $ECHO_C" >&6
13036else
13037 cat >conftest.$ac_ext <<_ACEOF
13038/* confdefs.h. */
13039_ACEOF
13040cat confdefs.h >>conftest.$ac_ext
13041cat >>conftest.$ac_ext <<_ACEOF
13042/* end confdefs.h. */
13043$ac_includes_default
13044int
13045main ()
13046{
13047if ((long *) 0)
13048 return 0;
13049if (sizeof (long))
13050 return 0;
13051 ;
13052 return 0;
13053}
13054_ACEOF
13055rm -f conftest.$ac_objext
13056if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13057 (eval $ac_compile) 2>conftest.er1
13058 ac_status=$?
13059 grep -v '^ *+' conftest.er1 >conftest.err
13060 rm -f conftest.er1
13061 cat conftest.err >&5
13062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063 (exit $ac_status); } &&
7357c5b6
AM
13064 { ac_try='test -z "$ac_c_werror_flag"
13065 || test ! -s conftest.err'
314e9a4e
L
13066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13067 (eval $ac_try) 2>&5
13068 ac_status=$?
13069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13070 (exit $ac_status); }; } &&
13071 { ac_try='test -s conftest.$ac_objext'
13072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13073 (eval $ac_try) 2>&5
13074 ac_status=$?
13075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076 (exit $ac_status); }; }; then
13077 ac_cv_type_long=yes
13078else
13079 echo "$as_me: failed program was:" >&5
13080sed 's/^/| /' conftest.$ac_ext >&5
13081
13082ac_cv_type_long=no
13083fi
13084rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13085fi
13086echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
13087echo "${ECHO_T}$ac_cv_type_long" >&6
13088
13089echo "$as_me:$LINENO: checking size of long" >&5
13090echo $ECHO_N "checking size of long... $ECHO_C" >&6
13091if test "${ac_cv_sizeof_long+set}" = set; then
13092 echo $ECHO_N "(cached) $ECHO_C" >&6
13093else
13094 if test "$ac_cv_type_long" = yes; then
13095 # The cast to unsigned long works around a bug in the HP C Compiler
13096 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13097 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13098 # This bug is HP SR number 8606223364.
13099 if test "$cross_compiling" = yes; then
13100 # Depending upon the size, compute the lo and hi bounds.
13101cat >conftest.$ac_ext <<_ACEOF
13102/* confdefs.h. */
13103_ACEOF
13104cat confdefs.h >>conftest.$ac_ext
13105cat >>conftest.$ac_ext <<_ACEOF
13106/* end confdefs.h. */
13107$ac_includes_default
13108int
13109main ()
13110{
13111static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
13112test_array [0] = 0
13113
13114 ;
13115 return 0;
13116}
13117_ACEOF
13118rm -f conftest.$ac_objext
13119if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13120 (eval $ac_compile) 2>conftest.er1
13121 ac_status=$?
13122 grep -v '^ *+' conftest.er1 >conftest.err
13123 rm -f conftest.er1
13124 cat conftest.err >&5
13125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13126 (exit $ac_status); } &&
7357c5b6
AM
13127 { ac_try='test -z "$ac_c_werror_flag"
13128 || test ! -s conftest.err'
314e9a4e
L
13129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13130 (eval $ac_try) 2>&5
13131 ac_status=$?
13132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13133 (exit $ac_status); }; } &&
13134 { ac_try='test -s conftest.$ac_objext'
13135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13136 (eval $ac_try) 2>&5
13137 ac_status=$?
13138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13139 (exit $ac_status); }; }; then
13140 ac_lo=0 ac_mid=0
13141 while :; do
13142 cat >conftest.$ac_ext <<_ACEOF
13143/* confdefs.h. */
13144_ACEOF
13145cat confdefs.h >>conftest.$ac_ext
13146cat >>conftest.$ac_ext <<_ACEOF
13147/* end confdefs.h. */
13148$ac_includes_default
13149int
13150main ()
13151{
13152static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13153test_array [0] = 0
13154
13155 ;
13156 return 0;
13157}
13158_ACEOF
13159rm -f conftest.$ac_objext
13160if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13161 (eval $ac_compile) 2>conftest.er1
13162 ac_status=$?
13163 grep -v '^ *+' conftest.er1 >conftest.err
13164 rm -f conftest.er1
13165 cat conftest.err >&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } &&
7357c5b6
AM
13168 { ac_try='test -z "$ac_c_werror_flag"
13169 || test ! -s conftest.err'
314e9a4e
L
13170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13171 (eval $ac_try) 2>&5
13172 ac_status=$?
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); }; } &&
13175 { ac_try='test -s conftest.$ac_objext'
13176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13177 (eval $ac_try) 2>&5
13178 ac_status=$?
13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); }; }; then
13181 ac_hi=$ac_mid; break
13182else
13183 echo "$as_me: failed program was:" >&5
13184sed 's/^/| /' conftest.$ac_ext >&5
13185
13186ac_lo=`expr $ac_mid + 1`
13187 if test $ac_lo -le $ac_mid; then
13188 ac_lo= ac_hi=
13189 break
13190 fi
13191 ac_mid=`expr 2 '*' $ac_mid + 1`
13192fi
13193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13194 done
13195else
13196 echo "$as_me: failed program was:" >&5
13197sed 's/^/| /' conftest.$ac_ext >&5
13198
13199cat >conftest.$ac_ext <<_ACEOF
13200/* confdefs.h. */
13201_ACEOF
13202cat confdefs.h >>conftest.$ac_ext
13203cat >>conftest.$ac_ext <<_ACEOF
13204/* end confdefs.h. */
13205$ac_includes_default
13206int
13207main ()
13208{
13209static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
13210test_array [0] = 0
13211
13212 ;
13213 return 0;
13214}
13215_ACEOF
13216rm -f conftest.$ac_objext
13217if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13218 (eval $ac_compile) 2>conftest.er1
13219 ac_status=$?
13220 grep -v '^ *+' conftest.er1 >conftest.err
13221 rm -f conftest.er1
13222 cat conftest.err >&5
13223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13224 (exit $ac_status); } &&
7357c5b6
AM
13225 { ac_try='test -z "$ac_c_werror_flag"
13226 || test ! -s conftest.err'
314e9a4e
L
13227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13228 (eval $ac_try) 2>&5
13229 ac_status=$?
13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231 (exit $ac_status); }; } &&
13232 { ac_try='test -s conftest.$ac_objext'
13233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13234 (eval $ac_try) 2>&5
13235 ac_status=$?
13236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13237 (exit $ac_status); }; }; then
13238 ac_hi=-1 ac_mid=-1
13239 while :; do
13240 cat >conftest.$ac_ext <<_ACEOF
13241/* confdefs.h. */
13242_ACEOF
13243cat confdefs.h >>conftest.$ac_ext
13244cat >>conftest.$ac_ext <<_ACEOF
13245/* end confdefs.h. */
13246$ac_includes_default
13247int
13248main ()
13249{
13250static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
13251test_array [0] = 0
13252
13253 ;
13254 return 0;
13255}
13256_ACEOF
13257rm -f conftest.$ac_objext
13258if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13259 (eval $ac_compile) 2>conftest.er1
13260 ac_status=$?
13261 grep -v '^ *+' conftest.er1 >conftest.err
13262 rm -f conftest.er1
13263 cat conftest.err >&5
13264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13265 (exit $ac_status); } &&
7357c5b6
AM
13266 { ac_try='test -z "$ac_c_werror_flag"
13267 || test ! -s conftest.err'
314e9a4e
L
13268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13269 (eval $ac_try) 2>&5
13270 ac_status=$?
13271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 (exit $ac_status); }; } &&
13273 { ac_try='test -s conftest.$ac_objext'
13274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13275 (eval $ac_try) 2>&5
13276 ac_status=$?
13277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13278 (exit $ac_status); }; }; then
13279 ac_lo=$ac_mid; break
13280else
13281 echo "$as_me: failed program was:" >&5
13282sed 's/^/| /' conftest.$ac_ext >&5
13283
13284ac_hi=`expr '(' $ac_mid ')' - 1`
13285 if test $ac_mid -le $ac_hi; then
13286 ac_lo= ac_hi=
13287 break
13288 fi
13289 ac_mid=`expr 2 '*' $ac_mid`
13290fi
13291rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13292 done
13293else
13294 echo "$as_me: failed program was:" >&5
13295sed 's/^/| /' conftest.$ac_ext >&5
13296
13297ac_lo= ac_hi=
13298fi
13299rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13300fi
13301rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13302# Binary search between lo and hi bounds.
13303while test "x$ac_lo" != "x$ac_hi"; do
13304 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13305 cat >conftest.$ac_ext <<_ACEOF
13306/* confdefs.h. */
13307_ACEOF
13308cat confdefs.h >>conftest.$ac_ext
13309cat >>conftest.$ac_ext <<_ACEOF
13310/* end confdefs.h. */
13311$ac_includes_default
13312int
13313main ()
13314{
13315static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13316test_array [0] = 0
13317
13318 ;
13319 return 0;
13320}
13321_ACEOF
13322rm -f conftest.$ac_objext
13323if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13324 (eval $ac_compile) 2>conftest.er1
13325 ac_status=$?
13326 grep -v '^ *+' conftest.er1 >conftest.err
13327 rm -f conftest.er1
13328 cat conftest.err >&5
13329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13330 (exit $ac_status); } &&
7357c5b6
AM
13331 { ac_try='test -z "$ac_c_werror_flag"
13332 || test ! -s conftest.err'
314e9a4e
L
13333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13334 (eval $ac_try) 2>&5
13335 ac_status=$?
13336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13337 (exit $ac_status); }; } &&
13338 { ac_try='test -s conftest.$ac_objext'
13339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13340 (eval $ac_try) 2>&5
13341 ac_status=$?
13342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13343 (exit $ac_status); }; }; then
13344 ac_hi=$ac_mid
13345else
13346 echo "$as_me: failed program was:" >&5
13347sed 's/^/| /' conftest.$ac_ext >&5
13348
13349ac_lo=`expr '(' $ac_mid ')' + 1`
13350fi
13351rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13352done
13353case $ac_lo in
13354?*) ac_cv_sizeof_long=$ac_lo;;
7a283e07
RW
13355'') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13356echo "$as_me: error: in \`$ac_pwd':" >&2;}
13357{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
314e9a4e
L
13358See \`config.log' for more details." >&5
13359echo "$as_me: error: cannot compute sizeof (long), 77
13360See \`config.log' for more details." >&2;}
7a283e07 13361 { (exit 1); exit 1; }; }; } ;;
314e9a4e
L
13362esac
13363else
13364 if test "$cross_compiling" = yes; then
7357c5b6
AM
13365 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13366echo "$as_me: error: in \`$ac_pwd':" >&2;}
13367{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13368See \`config.log' for more details." >&5
13369echo "$as_me: error: cannot run test program while cross compiling
13370See \`config.log' for more details." >&2;}
13371 { (exit 1); exit 1; }; }; }
314e9a4e
L
13372else
13373 cat >conftest.$ac_ext <<_ACEOF
13374/* confdefs.h. */
13375_ACEOF
13376cat confdefs.h >>conftest.$ac_ext
13377cat >>conftest.$ac_ext <<_ACEOF
13378/* end confdefs.h. */
13379$ac_includes_default
13380long longval () { return (long) (sizeof (long)); }
13381unsigned long ulongval () { return (long) (sizeof (long)); }
13382#include <stdio.h>
13383#include <stdlib.h>
13384int
13385main ()
13386{
13387
13388 FILE *f = fopen ("conftest.val", "w");
13389 if (! f)
13390 exit (1);
13391 if (((long) (sizeof (long))) < 0)
13392 {
13393 long i = longval ();
13394 if (i != ((long) (sizeof (long))))
13395 exit (1);
13396 fprintf (f, "%ld\n", i);
13397 }
13398 else
13399 {
13400 unsigned long i = ulongval ();
13401 if (i != ((long) (sizeof (long))))
13402 exit (1);
13403 fprintf (f, "%lu\n", i);
13404 }
13405 exit (ferror (f) || fclose (f) != 0);
13406
13407 ;
13408 return 0;
13409}
13410_ACEOF
13411rm -f conftest$ac_exeext
13412if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13413 (eval $ac_link) 2>&5
13414 ac_status=$?
13415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13416 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13418 (eval $ac_try) 2>&5
13419 ac_status=$?
13420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13421 (exit $ac_status); }; }; then
13422 ac_cv_sizeof_long=`cat conftest.val`
13423else
13424 echo "$as_me: program exited with status $ac_status" >&5
13425echo "$as_me: failed program was:" >&5
13426sed 's/^/| /' conftest.$ac_ext >&5
13427
13428( exit $ac_status )
7a283e07
RW
13429{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13430echo "$as_me: error: in \`$ac_pwd':" >&2;}
314e9a4e
L
13431{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13432See \`config.log' for more details." >&5
13433echo "$as_me: error: cannot compute sizeof (long), 77
13434See \`config.log' for more details." >&2;}
7a283e07 13435 { (exit 1); exit 1; }; }; }
314e9a4e
L
13436fi
13437rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13438fi
13439fi
13440rm -f conftest.val
13441else
13442 ac_cv_sizeof_long=0
13443fi
13444fi
13445echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13446echo "${ECHO_T}$ac_cv_sizeof_long" >&6
13447cat >>confdefs.h <<_ACEOF
13448#define SIZEOF_LONG $ac_cv_sizeof_long
13449_ACEOF
13450
13451
13452 if test "x${ac_cv_sizeof_long}" = "x8"; then
13453 want64=true
13454 fi
13455 fi
42ecbf5e
DJ
13456 if test x${want64} = xtrue; then
13457 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
13458 else
13459 EMULATION_OFILES='$(ALL_EMULATIONS)'
13460 fi
13461 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
13462else
13463 EMULATION_OFILES=$all_emuls
13464 EMUL_EXTRA_OFILES=$all_emul_extras
13465fi
13466
13467
13468
13469
13470EMULATION_LIBPATH=$all_libpath
13471
13472
13473if test x${enable_static} = xno; then
13474 TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
13475else
13476 TESTBFDLIB="../bfd/.libs/libbfd.a"
13477fi
13478
13479
13480target_vendor=${target_vendor=$host_vendor}
13481case "$target_vendor" in
13482 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
13483 *) EXTRA_SHLIB_EXTENSION= ;;
13484esac
13485
13486case "$target_os" in
13487 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
13488esac
13489
13490if test x${EXTRA_SHLIB_EXTENSION} != x ; then
13491
13492cat >>confdefs.h <<_ACEOF
13493#define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
13494_ACEOF
13495
13496fi
13497
108a6f8e
CD
13498
13499
13500
13501
42ecbf5e 13502 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
da594c4a 13503
42ecbf5e
DJ
13504cat >confcache <<\_ACEOF
13505# This file is a shell script that caches the results of configure
13506# tests run on this system so they can be shared between configure
13507# scripts and configure runs, see configure's option --config-cache.
13508# It is not useful on other systems. If it contains results you don't
13509# want to keep, you may remove or edit it.
13510#
13511# config.status only pays attention to the cache file if you give it
13512# the --recheck option to rerun configure.
13513#
13514# `ac_cv_env_foo' variables (set or unset) will be overridden when
13515# loading this file, other *unset* `ac_cv_foo' will be assigned the
13516# following values.
13517
13518_ACEOF
13519
13520# The following way of writing the cache mishandles newlines in values,
13521# but we know of no workaround that is simple, portable, and efficient.
13522# So, don't put newlines in cache variables' values.
13523# Ultrix sh set writes to stderr and can't be redirected directly,
13524# and sets the high bit in the cache file unless we assign to the vars.
13525{
13526 (set) 2>&1 |
13527 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13528 *ac_space=\ *)
13529 # `set' does not quote correctly, so add quotes (double-quote
13530 # substitution turns \\\\ into \\, and sed turns \\ into \).
13531 sed -n \
13532 "s/'/'\\\\''/g;
13533 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13534 ;;
13535 *)
13536 # `set' quotes correctly as required by POSIX, so do not add quotes.
13537 sed -n \
13538 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13539 ;;
13540 esac;
13541} |
13542 sed '
13543 t clear
13544 : clear
13545 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13546 t end
13547 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13548 : end' >>confcache
13549if diff $cache_file confcache >/dev/null 2>&1; then :; else
13550 if test -w $cache_file; then
13551 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13552 cat confcache >$cache_file
13553 else
13554 echo "not updating unwritable cache $cache_file"
13555 fi
13556fi
13557rm -f confcache
13558
13559test "x$prefix" = xNONE && prefix=$ac_default_prefix
13560# Let make expand exec_prefix.
13561test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13562
13563# VPATH may cause trouble with some makes, so we remove $(srcdir),
13564# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13565# trailing colons and then remove the whole line if VPATH becomes empty
13566# (actually we leave an empty line to preserve line numbers).
13567if test "x$srcdir" = x.; then
13568 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13569s/:*\$(srcdir):*/:/;
13570s/:*\${srcdir}:*/:/;
13571s/:*@srcdir@:*/:/;
13572s/^\([^=]*=[ ]*\):*/\1/;
13573s/:*$//;
13574s/^[^=]*=[ ]*$//;
13575}'
13576fi
13577
13578DEFS=-DHAVE_CONFIG_H
13579
13580ac_libobjs=
13581ac_ltlibobjs=
13582for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13583 # 1. Remove the extension, and $U if already installed.
13584 ac_i=`echo "$ac_i" |
13585 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13586 # 2. Add them.
13587 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13588 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13589done
13590LIBOBJS=$ac_libobjs
13591
13592LTLIBOBJS=$ac_ltlibobjs
13593
13594
13595if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13596 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
13597Usually this means the macro was only invoked conditionally." >&5
13598echo "$as_me: error: conditional \"AMDEP\" was never defined.
13599Usually this means the macro was only invoked conditionally." >&2;}
13600 { (exit 1); exit 1; }; }
13601fi
13602if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13603 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
13604Usually this means the macro was only invoked conditionally." >&5
13605echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
13606Usually this means the macro was only invoked conditionally." >&2;}
13607 { (exit 1); exit 1; }; }
13608fi
13609if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13610 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
13611Usually this means the macro was only invoked conditionally." >&5
13612echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
13613Usually this means the macro was only invoked conditionally." >&2;}
13614 { (exit 1); exit 1; }; }
13615fi
d5fbea21
DJ
13616if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
13617 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
13618Usually this means the macro was only invoked conditionally." >&5
13619echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
13620Usually this means the macro was only invoked conditionally." >&2;}
13621 { (exit 1); exit 1; }; }
13622fi
42ecbf5e
DJ
13623
13624: ${CONFIG_STATUS=./config.status}
13625ac_clean_files_save=$ac_clean_files
13626ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13627{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13628echo "$as_me: creating $CONFIG_STATUS" >&6;}
13629cat >$CONFIG_STATUS <<_ACEOF
13630#! $SHELL
13631# Generated by $as_me.
13632# Run this file to recreate the current configuration.
13633# Compiler output produced by configure, useful for debugging
13634# configure, is in config.log if it exists.
13635
13636debug=false
13637ac_cs_recheck=false
13638ac_cs_silent=false
13639SHELL=\${CONFIG_SHELL-$SHELL}
13640_ACEOF
13641
13642cat >>$CONFIG_STATUS <<\_ACEOF
13643## --------------------- ##
13644## M4sh Initialization. ##
13645## --------------------- ##
13646
13647# Be Bourne compatible
13648if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13649 emulate sh
13650 NULLCMD=:
13651 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13652 # is contrary to our usage. Disable this feature.
13653 alias -g '${1+"$@"}'='"$@"'
13654elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13655 set -o posix
13656fi
13657DUALCASE=1; export DUALCASE # for MKS sh
13658
13659# Support unset when possible.
13660if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13661 as_unset=unset
13662else
13663 as_unset=false
13664fi
13665
13666
13667# Work around bugs in pre-3.0 UWIN ksh.
13668$as_unset ENV MAIL MAILPATH
13669PS1='$ '
13670PS2='> '
13671PS4='+ '
13672
13673# NLS nuisances.
13674for as_var in \
13675 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13676 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13677 LC_TELEPHONE LC_TIME
13678do
13679 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13680 eval $as_var=C; export $as_var
13681 else
13682 $as_unset $as_var
13683 fi
13684done
13685
13686# Required to use basename.
13687if expr a : '\(a\)' >/dev/null 2>&1; then
13688 as_expr=expr
13689else
13690 as_expr=false
13691fi
13692
13693if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13694 as_basename=basename
13695else
13696 as_basename=false
13697fi
13698
13699
13700# Name of the executable.
13701as_me=`$as_basename "$0" ||
13702$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13703 X"$0" : 'X\(//\)$' \| \
13704 X"$0" : 'X\(/\)$' \| \
13705 . : '\(.\)' 2>/dev/null ||
13706echo X/"$0" |
13707 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13708 /^X\/\(\/\/\)$/{ s//\1/; q; }
13709 /^X\/\(\/\).*/{ s//\1/; q; }
13710 s/.*/./; q'`
13711
13712
13713# PATH needs CR, and LINENO needs CR and PATH.
13714# Avoid depending upon Character Ranges.
13715as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13716as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13717as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13718as_cr_digits='0123456789'
13719as_cr_alnum=$as_cr_Letters$as_cr_digits
13720
13721# The user is always right.
13722if test "${PATH_SEPARATOR+set}" != set; then
13723 echo "#! /bin/sh" >conf$$.sh
13724 echo "exit 0" >>conf$$.sh
13725 chmod +x conf$$.sh
13726 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13727 PATH_SEPARATOR=';'
13728 else
13729 PATH_SEPARATOR=:
13730 fi
13731 rm -f conf$$.sh
13732fi
13733
e5a52504 13734
42ecbf5e
DJ
13735 as_lineno_1=$LINENO
13736 as_lineno_2=$LINENO
13737 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13738 test "x$as_lineno_1" != "x$as_lineno_2" &&
13739 test "x$as_lineno_3" = "x$as_lineno_2" || {
13740 # Find who we are. Look in the path if we contain no path at all
13741 # relative or not.
13742 case $0 in
13743 *[\\/]* ) as_myself=$0 ;;
13744 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13745for as_dir in $PATH
13746do
13747 IFS=$as_save_IFS
13748 test -z "$as_dir" && as_dir=.
13749 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13750done
13751
13752 ;;
13753 esac
13754 # We did not find ourselves, most probably we were run as `sh COMMAND'
13755 # in which case we are not to be found in the path.
13756 if test "x$as_myself" = x; then
13757 as_myself=$0
13758 fi
13759 if test ! -f "$as_myself"; then
13760 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13761echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13762 { (exit 1); exit 1; }; }
252b5132 13763 fi
42ecbf5e
DJ
13764 case $CONFIG_SHELL in
13765 '')
13766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13767for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13768do
13769 IFS=$as_save_IFS
13770 test -z "$as_dir" && as_dir=.
13771 for as_base in sh bash ksh sh5; do
13772 case $as_dir in
13773 /*)
13774 if ("$as_dir/$as_base" -c '
13775 as_lineno_1=$LINENO
13776 as_lineno_2=$LINENO
13777 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13778 test "x$as_lineno_1" != "x$as_lineno_2" &&
13779 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13780 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13781 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13782 CONFIG_SHELL=$as_dir/$as_base
13783 export CONFIG_SHELL
13784 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13785 fi;;
13786 esac
13787 done
252b5132 13788done
42ecbf5e
DJ
13789;;
13790 esac
252b5132 13791
42ecbf5e
DJ
13792 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13793 # uniformly replaced by the line number. The first 'sed' inserts a
13794 # line-number line before each line; the second 'sed' does the real
13795 # work. The second script uses 'N' to pair each line-number line
13796 # with the numbered line, and appends trailing '-' during
13797 # substitution so that $LINENO is not a special case at line end.
13798 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13799 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13800 sed '=' <$as_myself |
13801 sed '
13802 N
13803 s,$,-,
13804 : loop
13805 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13806 t loop
13807 s,-$,,
13808 s,^['$as_cr_digits']*\n,,
13809 ' >$as_me.lineno &&
13810 chmod +x $as_me.lineno ||
13811 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13812echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13813 { (exit 1); exit 1; }; }
13814
13815 # Don't try to exec as it changes $[0], causing all sort of problems
13816 # (the dirname of $[0] is not the place where we might find the
13817 # original and so on. Autoconf is especially sensible to this).
13818 . ./$as_me.lineno
13819 # Exit status is that of the last command.
13820 exit
13821}
252b5132
RH
13822
13823
42ecbf5e
DJ
13824case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13825 *c*,-n*) ECHO_N= ECHO_C='
13826' ECHO_T=' ' ;;
13827 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13828 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13829esac
252b5132 13830
42ecbf5e
DJ
13831if expr a : '\(a\)' >/dev/null 2>&1; then
13832 as_expr=expr
13833else
13834 as_expr=false
13835fi
252b5132 13836
42ecbf5e
DJ
13837rm -f conf$$ conf$$.exe conf$$.file
13838echo >conf$$.file
13839if ln -s conf$$.file conf$$ 2>/dev/null; then
13840 # We could just check for DJGPP; but this test a) works b) is more generic
13841 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13842 if test -f conf$$.exe; then
13843 # Don't use ln at all; we don't have any links
13844 as_ln_s='cp -p'
252b5132 13845 else
42ecbf5e 13846 as_ln_s='ln -s'
252b5132 13847 fi
42ecbf5e
DJ
13848elif ln conf$$.file conf$$ 2>/dev/null; then
13849 as_ln_s=ln
e5a52504 13850else
42ecbf5e 13851 as_ln_s='cp -p'
e5a52504 13852fi
42ecbf5e 13853rm -f conf$$ conf$$.exe conf$$.file
252b5132 13854
42ecbf5e
DJ
13855if mkdir -p . 2>/dev/null; then
13856 as_mkdir_p=:
13857else
13858 test -d ./-p && rmdir ./-p
13859 as_mkdir_p=false
13860fi
252b5132 13861
42ecbf5e 13862as_executable_p="test -f"
252b5132 13863
42ecbf5e
DJ
13864# Sed expression to map a string onto a valid CPP name.
13865as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
f234d5fe 13866
42ecbf5e
DJ
13867# Sed expression to map a string onto a valid variable name.
13868as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
e5a52504 13869
e5a52504 13870
42ecbf5e
DJ
13871# IFS
13872# We need space, tab and new line, in precisely that order.
13873as_nl='
13874'
13875IFS=" $as_nl"
e5a52504 13876
42ecbf5e
DJ
13877# CDPATH.
13878$as_unset CDPATH
e5a52504 13879
42ecbf5e 13880exec 6>&1
e5a52504 13881
42ecbf5e
DJ
13882# Open the log real soon, to keep \$[0] and so on meaningful, and to
13883# report actual input values of CONFIG_FILES etc. instead of their
13884# values after options handling. Logging --version etc. is OK.
13885exec 5>>config.log
13886{
13887 echo
13888 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13889## Running $as_me. ##
13890_ASBOX
13891} >&5
13892cat >&5 <<_CSEOF
e5a52504 13893
42ecbf5e
DJ
13894This file was extended by $as_me, which was
13895generated by GNU Autoconf 2.59. Invocation command line was
13896
13897 CONFIG_FILES = $CONFIG_FILES
13898 CONFIG_HEADERS = $CONFIG_HEADERS
13899 CONFIG_LINKS = $CONFIG_LINKS
13900 CONFIG_COMMANDS = $CONFIG_COMMANDS
13901 $ $0 $@
e5a52504 13902
42ecbf5e
DJ
13903_CSEOF
13904echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13905echo >&5
13906_ACEOF
13907
13908# Files that config.status was made for.
13909if test -n "$ac_config_files"; then
13910 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
d15b04bd 13911fi
e5a52504 13912
42ecbf5e
DJ
13913if test -n "$ac_config_headers"; then
13914 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13915fi
13916
13917if test -n "$ac_config_links"; then
13918 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13919fi
13920
13921if test -n "$ac_config_commands"; then
13922 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13923fi
13924
13925cat >>$CONFIG_STATUS <<\_ACEOF
13926
13927ac_cs_usage="\
13928\`$as_me' instantiates files from templates according to the
13929current configuration.
13930
13931Usage: $0 [OPTIONS] [FILE]...
13932
13933 -h, --help print this help, then exit
13934 -V, --version print version number, then exit
13935 -q, --quiet do not print progress messages
13936 -d, --debug don't remove temporary files
13937 --recheck update $as_me by reconfiguring in the same conditions
13938 --file=FILE[:TEMPLATE]
13939 instantiate the configuration file FILE
13940 --header=FILE[:TEMPLATE]
13941 instantiate the configuration header FILE
13942
13943Configuration files:
13944$config_files
13945
13946Configuration headers:
13947$config_headers
13948
13949Configuration commands:
13950$config_commands
13951
13952Report bugs to <bug-autoconf@gnu.org>."
13953_ACEOF
13954
13955cat >>$CONFIG_STATUS <<_ACEOF
13956ac_cs_version="\\
13957config.status
13958configured by $0, generated by GNU Autoconf 2.59,
13959 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13960
13961Copyright (C) 2003 Free Software Foundation, Inc.
13962This config.status script is free software; the Free Software Foundation
13963gives unlimited permission to copy, distribute and modify it."
13964srcdir=$srcdir
13965INSTALL="$INSTALL"
13966_ACEOF
13967
13968cat >>$CONFIG_STATUS <<\_ACEOF
13969# If no file are specified by the user, then we need to provide default
13970# value. By we need to know if files were specified by the user.
13971ac_need_defaults=:
13972while test $# != 0
13973do
13974 case $1 in
13975 --*=*)
13976 ac_option=`expr "x$1" : 'x\([^=]*\)='`
13977 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13978 ac_shift=:
252b5132 13979 ;;
42ecbf5e
DJ
13980 -*)
13981 ac_option=$1
13982 ac_optarg=$2
13983 ac_shift=shift
252b5132 13984 ;;
42ecbf5e
DJ
13985 *) # This is not an option, so the user has probably given explicit
13986 # arguments.
13987 ac_option=$1
13988 ac_need_defaults=false;;
13989 esac
252b5132 13990
42ecbf5e
DJ
13991 case $ac_option in
13992 # Handling of the options.
13993_ACEOF
13994cat >>$CONFIG_STATUS <<\_ACEOF
13995 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13996 ac_cs_recheck=: ;;
13997 --version | --vers* | -V )
13998 echo "$ac_cs_version"; exit 0 ;;
13999 --he | --h)
14000 # Conflict between --help and --header
14001 { { echo "$as_me:$LINENO: error: ambiguous option: $1
14002Try \`$0 --help' for more information." >&5
14003echo "$as_me: error: ambiguous option: $1
14004Try \`$0 --help' for more information." >&2;}
14005 { (exit 1); exit 1; }; };;
14006 --help | --hel | -h )
14007 echo "$ac_cs_usage"; exit 0 ;;
14008 --debug | --d* | -d )
14009 debug=: ;;
14010 --file | --fil | --fi | --f )
14011 $ac_shift
14012 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14013 ac_need_defaults=false;;
14014 --header | --heade | --head | --hea )
14015 $ac_shift
14016 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14017 ac_need_defaults=false;;
14018 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14019 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14020 ac_cs_silent=: ;;
252b5132 14021
42ecbf5e
DJ
14022 # This is an error.
14023 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
14024Try \`$0 --help' for more information." >&5
14025echo "$as_me: error: unrecognized option: $1
14026Try \`$0 --help' for more information." >&2;}
14027 { (exit 1); exit 1; }; } ;;
252b5132 14028
42ecbf5e 14029 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 14030
42ecbf5e
DJ
14031 esac
14032 shift
14033done
d15b04bd 14034
42ecbf5e 14035ac_configure_extra_args=
e5a52504 14036
42ecbf5e
DJ
14037if $ac_cs_silent; then
14038 exec 6>/dev/null
14039 ac_configure_extra_args="$ac_configure_extra_args --silent"
14040fi
e5a52504 14041
42ecbf5e
DJ
14042_ACEOF
14043cat >>$CONFIG_STATUS <<_ACEOF
14044if \$ac_cs_recheck; then
14045 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14046 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14047fi
14048
14049_ACEOF
14050
14051cat >>$CONFIG_STATUS <<_ACEOF
252b5132 14052#
42ecbf5e 14053# INIT-COMMANDS section.
252b5132 14054#
252b5132 14055
42ecbf5e 14056AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
14057
14058
14059# The HP-UX ksh and POSIX shell print the target directory to stdout
14060# if CDPATH is set.
14061(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14062
14063sed_quote_subst='$sed_quote_subst'
14064double_quote_subst='$double_quote_subst'
14065delay_variable_subst='$delay_variable_subst'
14066macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
14067macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
14068enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
14069enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
14070pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
14071enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
14072host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
14073host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
14074host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
14075build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
14076build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
14077build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
14078SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
14079Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
14080GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
14081EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
14082FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
14083LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
14084NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
14085LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
14086max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
14087ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
14088exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
14089lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
14090lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
14091lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
14092reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
14093reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14094deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
14095file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
14096AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
14097AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
14098STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
14099RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
14100old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14101old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14102old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14103CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
14104CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
14105compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
14106GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
14107lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
14108lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
14109lt_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"`'
14110objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
14111SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
14112ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
14113MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
14114lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
14115lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
14116lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
14117lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
14118lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
14119need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
14120libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
14121shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14122extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14123archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
14124enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
14125export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14126whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14127compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
14128old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14129old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14130archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14131archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14132module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14133module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14134with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
14135allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
14136no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
14137hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14138hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
14139hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
14140hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
14141hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
14142hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
14143hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14144hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
14145inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
14146link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
14147fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
14148always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
14149export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14150exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
14151include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
14152prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14153file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
14154variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
14155need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
14156need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
14157version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
14158runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14159shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14160shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
14161libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
14162library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
14163soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
14164postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14165postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14166finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14167finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
14168hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
14169sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
14170sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
14171hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
14172enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
14173enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
14174enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
14175old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
14176striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
14177
14178LTCC='$LTCC'
14179LTCFLAGS='$LTCFLAGS'
14180compiler='$compiler_DEFAULT'
14181
14182# Quote evaled strings.
14183for var in SED \
14184GREP \
14185EGREP \
14186FGREP \
14187LD \
14188NM \
14189LN_S \
14190lt_SP2NL \
14191lt_NL2SP \
14192reload_flag \
14193deplibs_check_method \
14194file_magic_cmd \
14195AR \
14196AR_FLAGS \
14197STRIP \
14198RANLIB \
14199CC \
14200CFLAGS \
14201compiler \
14202lt_cv_sys_global_symbol_pipe \
14203lt_cv_sys_global_symbol_to_cdecl \
14204lt_cv_sys_global_symbol_to_c_name_address \
14205SHELL \
14206ECHO \
14207lt_prog_compiler_no_builtin_flag \
14208lt_prog_compiler_wl \
14209lt_prog_compiler_pic \
14210lt_prog_compiler_static \
14211lt_cv_prog_compiler_c_o \
14212need_locks \
14213shrext_cmds \
14214export_dynamic_flag_spec \
14215whole_archive_flag_spec \
14216compiler_needs_object \
14217with_gnu_ld \
14218allow_undefined_flag \
14219no_undefined_flag \
14220hardcode_libdir_flag_spec \
14221hardcode_libdir_flag_spec_ld \
14222hardcode_libdir_separator \
14223fix_srcfile_path \
14224exclude_expsyms \
14225include_expsyms \
14226file_list_spec \
14227variables_saved_for_relink \
14228libname_spec \
14229library_names_spec \
14230soname_spec \
14231finish_eval \
14232old_striplib \
14233striplib; do
14234 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
14235 *[\\\\\\\`\\"\\\$]*)
14236 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14237 ;;
14238 *)
14239 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14240 ;;
14241 esac
14242done
14243
14244# Double-quote double-evaled strings.
14245for var in reload_cmds \
14246old_postinstall_cmds \
14247old_postuninstall_cmds \
14248old_archive_cmds \
14249extract_expsyms_cmds \
14250old_archive_from_new_cmds \
14251old_archive_from_expsyms_cmds \
14252archive_cmds \
14253archive_expsym_cmds \
14254module_cmds \
14255module_expsym_cmds \
14256export_symbols_cmds \
14257prelink_cmds \
14258postinstall_cmds \
14259postuninstall_cmds \
14260finish_cmds \
14261sys_lib_search_path_spec \
14262sys_lib_dlsearch_path_spec; do
14263 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
14264 *[\\\\\\\`\\"\\\$]*)
14265 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14266 ;;
14267 *)
14268 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14269 ;;
14270 esac
14271done
14272
14273# Fix-up fallback echo if it was mangled by the above quoting rules.
14274case \$lt_ECHO in
14275*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
14276 ;;
14277esac
14278
14279ac_aux_dir='$ac_aux_dir'
14280xsi_shell='$xsi_shell'
14281lt_shell_append='$lt_shell_append'
14282
14283# See if we are running on zsh, and set the options which allow our
14284# commands through without removal of \ escapes INIT.
14285if test -n "\${ZSH_VERSION+set}" ; then
14286 setopt NO_GLOB_SUBST
14287fi
14288
14289
14290 PACKAGE='$PACKAGE'
14291 VERSION='$VERSION'
14292 TIMESTAMP='$TIMESTAMP'
14293 RM='$RM'
14294 ofile='$ofile'
14295
14296
14297
20e95c23
DJ
14298# Capture the value of obsolete ALL_LINGUAS because we need it to compute
14299 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14300 # from automake.
14301 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14302 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14303 LINGUAS="${LINGUAS-%UNSET%}"
14304
42ecbf5e
DJ
14305
14306_ACEOF
14307
14308
14309
14310cat >>$CONFIG_STATUS <<\_ACEOF
14311for ac_config_target in $ac_config_targets
252b5132 14312do
42ecbf5e
DJ
14313 case "$ac_config_target" in
14314 # Handling of arguments.
14315 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14316 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14317 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
d7040cdb 14318 "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
20e95c23 14319 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
42ecbf5e
DJ
14320 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14321 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14322echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14323 { (exit 1); exit 1; }; };;
252b5132
RH
14324 esac
14325done
14326
42ecbf5e
DJ
14327# If the user did not use the arguments to specify the items to instantiate,
14328# then the envvar interface is used. Set only those that are not.
14329# We use the long form for the default assignment because of an extremely
14330# bizarre bug on SunOS 4.1.3.
14331if $ac_need_defaults; then
14332 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14333 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14334 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14335fi
14336
14337# Have a temporary directory for convenience. Make it in the build tree
14338# simply because there is no reason to put it here, and in addition,
14339# creating and moving files from /tmp can sometimes cause problems.
14340# Create a temporary directory, and hook for its removal unless debugging.
14341$debug ||
14342{
14343 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
14344 trap '{ (exit 1); exit 1; }' 1 2 13 15
14345}
14346
14347# Create a (secure) tmp directory for tmp files.
e5a52504 14348
42ecbf5e
DJ
14349{
14350 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
14351 test -n "$tmp" && test -d "$tmp"
14352} ||
14353{
14354 tmp=./confstat$$-$RANDOM
14355 (umask 077 && mkdir $tmp)
14356} ||
14357{
14358 echo "$me: cannot create a temporary directory in ." >&2
14359 { (exit 1); exit 1; }
14360}
e5a52504 14361
42ecbf5e 14362_ACEOF
d15b04bd 14363
42ecbf5e
DJ
14364cat >>$CONFIG_STATUS <<_ACEOF
14365
14366#
14367# CONFIG_FILES section.
14368#
14369
14370# No need to generate the scripts if there are no CONFIG_FILES.
14371# This happens for instance when ./config.status config.h
14372if test -n "\$CONFIG_FILES"; then
14373 # Protect against being on the right side of a sed subst in config.status.
14374 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
14375 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
14376s,@SHELL@,$SHELL,;t t
14377s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
14378s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
14379s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
14380s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
14381s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
14382s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
14383s,@exec_prefix@,$exec_prefix,;t t
14384s,@prefix@,$prefix,;t t
14385s,@program_transform_name@,$program_transform_name,;t t
14386s,@bindir@,$bindir,;t t
14387s,@sbindir@,$sbindir,;t t
14388s,@libexecdir@,$libexecdir,;t t
14389s,@datadir@,$datadir,;t t
14390s,@sysconfdir@,$sysconfdir,;t t
14391s,@sharedstatedir@,$sharedstatedir,;t t
14392s,@localstatedir@,$localstatedir,;t t
14393s,@libdir@,$libdir,;t t
14394s,@includedir@,$includedir,;t t
14395s,@oldincludedir@,$oldincludedir,;t t
14396s,@infodir@,$infodir,;t t
14397s,@mandir@,$mandir,;t t
14398s,@build_alias@,$build_alias,;t t
14399s,@host_alias@,$host_alias,;t t
14400s,@target_alias@,$target_alias,;t t
14401s,@DEFS@,$DEFS,;t t
14402s,@ECHO_C@,$ECHO_C,;t t
14403s,@ECHO_N@,$ECHO_N,;t t
14404s,@ECHO_T@,$ECHO_T,;t t
14405s,@LIBS@,$LIBS,;t t
14406s,@build@,$build,;t t
14407s,@build_cpu@,$build_cpu,;t t
14408s,@build_vendor@,$build_vendor,;t t
14409s,@build_os@,$build_os,;t t
14410s,@host@,$host,;t t
14411s,@host_cpu@,$host_cpu,;t t
14412s,@host_vendor@,$host_vendor,;t t
14413s,@host_os@,$host_os,;t t
14414s,@target@,$target,;t t
14415s,@target_cpu@,$target_cpu,;t t
14416s,@target_vendor@,$target_vendor,;t t
14417s,@target_os@,$target_os,;t t
14418s,@CC@,$CC,;t t
14419s,@CFLAGS@,$CFLAGS,;t t
14420s,@LDFLAGS@,$LDFLAGS,;t t
14421s,@CPPFLAGS@,$CPPFLAGS,;t t
14422s,@ac_ct_CC@,$ac_ct_CC,;t t
14423s,@EXEEXT@,$EXEEXT,;t t
14424s,@OBJEXT@,$OBJEXT,;t t
14425s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
14426s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
14427s,@INSTALL_DATA@,$INSTALL_DATA,;t t
14428s,@CYGPATH_W@,$CYGPATH_W,;t t
14429s,@PACKAGE@,$PACKAGE,;t t
14430s,@VERSION@,$VERSION,;t t
14431s,@ACLOCAL@,$ACLOCAL,;t t
14432s,@AUTOCONF@,$AUTOCONF,;t t
14433s,@AUTOMAKE@,$AUTOMAKE,;t t
14434s,@AUTOHEADER@,$AUTOHEADER,;t t
14435s,@MAKEINFO@,$MAKEINFO,;t t
14436s,@install_sh@,$install_sh,;t t
14437s,@STRIP@,$STRIP,;t t
14438s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
14439s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
14440s,@mkdir_p@,$mkdir_p,;t t
14441s,@AWK@,$AWK,;t t
14442s,@SET_MAKE@,$SET_MAKE,;t t
14443s,@am__leading_dot@,$am__leading_dot,;t t
14444s,@AMTAR@,$AMTAR,;t t
14445s,@am__tar@,$am__tar,;t t
14446s,@am__untar@,$am__untar,;t t
14447s,@DEPDIR@,$DEPDIR,;t t
14448s,@am__include@,$am__include,;t t
14449s,@am__quote@,$am__quote,;t t
14450s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
14451s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
14452s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
14453s,@CCDEPMODE@,$CCDEPMODE,;t t
14454s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
14455s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
ce2cded5
L
14456s,@use_sysroot@,$use_sysroot,;t t
14457s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
14458s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
14459s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
14460s,@NO_WERROR@,$NO_WERROR,;t t
7357c5b6
AM
14461s,@CPP@,$CPP,;t t
14462s,@EGREP@,$EGREP,;t t
d7040cdb
SE
14463s,@LIBTOOL@,$LIBTOOL,;t t
14464s,@SED@,$SED,;t t
d7040cdb
SE
14465s,@FGREP@,$FGREP,;t t
14466s,@GREP@,$GREP,;t t
14467s,@LD@,$LD,;t t
14468s,@DUMPBIN@,$DUMPBIN,;t t
14469s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
14470s,@NM@,$NM,;t t
42ecbf5e 14471s,@LN_S@,$LN_S,;t t
d7040cdb
SE
14472s,@AR@,$AR,;t t
14473s,@ac_ct_AR@,$ac_ct_AR,;t t
42ecbf5e
DJ
14474s,@RANLIB@,$RANLIB,;t t
14475s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
d7040cdb 14476s,@lt_ECHO@,$lt_ECHO,;t t
42ecbf5e 14477s,@USE_NLS@,$USE_NLS,;t t
20e95c23
DJ
14478s,@LIBINTL@,$LIBINTL,;t t
14479s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
14480s,@INCINTL@,$INCINTL,;t t
42ecbf5e 14481s,@XGETTEXT@,$XGETTEXT,;t t
20e95c23
DJ
14482s,@GMSGFMT@,$GMSGFMT,;t t
14483s,@POSUB@,$POSUB,;t t
42ecbf5e 14484s,@CATALOGS@,$CATALOGS,;t t
42ecbf5e 14485s,@DATADIRNAME@,$DATADIRNAME,;t t
42ecbf5e 14486s,@INSTOBJEXT@,$INSTOBJEXT,;t t
20e95c23
DJ
14487s,@GENCAT@,$GENCAT,;t t
14488s,@CATOBJEXT@,$CATOBJEXT,;t t
42ecbf5e 14489s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
20e95c23
DJ
14490s,@MSGFMT@,$MSGFMT,;t t
14491s,@MSGMERGE@,$MSGMERGE,;t t
42ecbf5e
DJ
14492s,@YACC@,$YACC,;t t
14493s,@LEX@,$LEX,;t t
14494s,@LEXLIB@,$LEXLIB,;t t
14495s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
14496s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
14497s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
14498s,@MAINT@,$MAINT,;t t
d5fbea21
DJ
14499s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
14500s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
42ecbf5e
DJ
14501s,@HDEFINES@,$HDEFINES,;t t
14502s,@HOSTING_CRT0@,$HOSTING_CRT0,;t t
14503s,@HOSTING_LIBS@,$HOSTING_LIBS,;t t
14504s,@NATIVE_LIB_DIRS@,$NATIVE_LIB_DIRS,;t t
14505s,@STRINGIFY@,$STRINGIFY,;t t
14506s,@EMUL@,$EMUL,;t t
14507s,@EMULATION_OFILES@,$EMULATION_OFILES,;t t
14508s,@EMUL_EXTRA_OFILES@,$EMUL_EXTRA_OFILES,;t t
14509s,@LIB_PATH@,$LIB_PATH,;t t
14510s,@EMULATION_LIBPATH@,$EMULATION_LIBPATH,;t t
14511s,@TESTBFDLIB@,$TESTBFDLIB,;t t
108a6f8e
CD
14512s,@datarootdir@,$datarootdir,;t t
14513s,@docdir@,$docdir,;t t
14514s,@htmldir@,$htmldir,;t t
42ecbf5e
DJ
14515s,@LIBOBJS@,$LIBOBJS,;t t
14516s,@LTLIBOBJS@,$LTLIBOBJS,;t t
14517/@TDIRS@/r $TDIRS
14518s,@TDIRS@,,;t t
252b5132 14519CEOF
252b5132 14520
42ecbf5e
DJ
14521_ACEOF
14522
14523 cat >>$CONFIG_STATUS <<\_ACEOF
14524 # Split the substitutions into bite-sized pieces for seds with
14525 # small command number limits, like on Digital OSF/1 and HP-UX.
14526 ac_max_sed_lines=48
14527 ac_sed_frag=1 # Number of current file.
14528 ac_beg=1 # First line for current file.
14529 ac_end=$ac_max_sed_lines # Line after last line for current file.
14530 ac_more_lines=:
14531 ac_sed_cmds=
14532 while $ac_more_lines; do
14533 if test $ac_beg -gt 1; then
14534 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
14535 else
14536 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
14537 fi
14538 if test ! -s $tmp/subs.frag; then
14539 ac_more_lines=false
252b5132 14540 else
42ecbf5e
DJ
14541 # The purpose of the label and of the branching condition is to
14542 # speed up the sed processing (if there are no `@' at all, there
14543 # is no need to browse any of the substitutions).
14544 # These are the two extra sed commands mentioned above.
14545 (echo ':t
14546 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
14547 if test -z "$ac_sed_cmds"; then
14548 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
14549 else
14550 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
14551 fi
14552 ac_sed_frag=`expr $ac_sed_frag + 1`
14553 ac_beg=$ac_end
14554 ac_end=`expr $ac_end + $ac_max_sed_lines`
252b5132 14555 fi
42ecbf5e
DJ
14556 done
14557 if test -z "$ac_sed_cmds"; then
14558 ac_sed_cmds=cat
252b5132 14559 fi
42ecbf5e 14560fi # test -n "$CONFIG_FILES"
252b5132 14561
42ecbf5e
DJ
14562_ACEOF
14563cat >>$CONFIG_STATUS <<\_ACEOF
14564for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
252b5132 14565 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42ecbf5e
DJ
14566 case $ac_file in
14567 - | *:- | *:-:* ) # input from stdin
14568 cat >$tmp/stdin
14569 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14570 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14571 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14572 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14573 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
14574 esac
14575
42ecbf5e
DJ
14576 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
14577 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14578$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14579 X"$ac_file" : 'X\(//\)[^/]' \| \
14580 X"$ac_file" : 'X\(//\)$' \| \
14581 X"$ac_file" : 'X\(/\)' \| \
14582 . : '\(.\)' 2>/dev/null ||
14583echo X"$ac_file" |
14584 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14585 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14586 /^X\(\/\/\)$/{ s//\1/; q; }
14587 /^X\(\/\).*/{ s//\1/; q; }
14588 s/.*/./; q'`
14589 { if $as_mkdir_p; then
14590 mkdir -p "$ac_dir"
d15b04bd 14591 else
42ecbf5e
DJ
14592 as_dir="$ac_dir"
14593 as_dirs=
14594 while test ! -d "$as_dir"; do
14595 as_dirs="$as_dir $as_dirs"
14596 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14597$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14598 X"$as_dir" : 'X\(//\)[^/]' \| \
14599 X"$as_dir" : 'X\(//\)$' \| \
14600 X"$as_dir" : 'X\(/\)' \| \
14601 . : '\(.\)' 2>/dev/null ||
14602echo X"$as_dir" |
14603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14604 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14605 /^X\(\/\/\)$/{ s//\1/; q; }
14606 /^X\(\/\).*/{ s//\1/; q; }
14607 s/.*/./; q'`
14608 done
14609 test ! -n "$as_dirs" || mkdir $as_dirs
14610 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14611echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14612 { (exit 1); exit 1; }; }; }
14613
14614 ac_builddir=.
14615
14616if test "$ac_dir" != .; then
14617 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14618 # A "../" for each directory in $ac_dir_suffix.
14619 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14620else
14621 ac_dir_suffix= ac_top_builddir=
14622fi
252b5132 14623
42ecbf5e
DJ
14624case $srcdir in
14625 .) # No --srcdir option. We are building in place.
14626 ac_srcdir=.
14627 if test -z "$ac_top_builddir"; then
14628 ac_top_srcdir=.
14629 else
14630 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
14631 fi ;;
14632 [\\/]* | ?:[\\/]* ) # Absolute path.
14633 ac_srcdir=$srcdir$ac_dir_suffix;
14634 ac_top_srcdir=$srcdir ;;
252b5132 14635 *) # Relative path.
42ecbf5e
DJ
14636 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14637 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14638esac
14639
14640# Do not use `cd foo && pwd` to compute absolute paths, because
14641# the directories may not exist.
14642case `pwd` in
14643.) ac_abs_builddir="$ac_dir";;
14644*)
14645 case "$ac_dir" in
14646 .) ac_abs_builddir=`pwd`;;
14647 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14648 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14649 esac;;
14650esac
14651case $ac_abs_builddir in
14652.) ac_abs_top_builddir=${ac_top_builddir}.;;
14653*)
14654 case ${ac_top_builddir}. in
14655 .) ac_abs_top_builddir=$ac_abs_builddir;;
14656 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14657 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14658 esac;;
14659esac
14660case $ac_abs_builddir in
14661.) ac_abs_srcdir=$ac_srcdir;;
14662*)
14663 case $ac_srcdir in
14664 .) ac_abs_srcdir=$ac_abs_builddir;;
14665 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14666 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14667 esac;;
14668esac
14669case $ac_abs_builddir in
14670.) ac_abs_top_srcdir=$ac_top_srcdir;;
14671*)
14672 case $ac_top_srcdir in
14673 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14674 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14675 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14676 esac;;
14677esac
252b5132 14678
e5a52504 14679
42ecbf5e
DJ
14680 case $INSTALL in
14681 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14682 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
d15b04bd 14683 esac
e5a52504 14684
7357c5b6
AM
14685 if test x"$ac_file" != x-; then
14686 { echo "$as_me:$LINENO: creating $ac_file" >&5
14687echo "$as_me: creating $ac_file" >&6;}
14688 rm -f "$ac_file"
14689 fi
42ecbf5e
DJ
14690 # Let's still pretend it is `configure' which instantiates (i.e., don't
14691 # use $as_me), people would be surprised to read:
14692 # /* config.h. Generated by config.status. */
14693 if test x"$ac_file" = x-; then
14694 configure_input=
14695 else
14696 configure_input="$ac_file. "
14697 fi
14698 configure_input=$configure_input"Generated from `echo $ac_file_in |
14699 sed 's,.*/,,'` by configure."
14700
14701 # First look for the input files in the build tree, otherwise in the
14702 # src tree.
14703 ac_file_inputs=`IFS=:
14704 for f in $ac_file_in; do
14705 case $f in
14706 -) echo $tmp/stdin ;;
14707 [\\/$]*)
14708 # Absolute (can't be DOS-style, as IFS=:)
14709 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14710echo "$as_me: error: cannot find input file: $f" >&2;}
14711 { (exit 1); exit 1; }; }
14712 echo "$f";;
14713 *) # Relative
14714 if test -f "$f"; then
14715 # Build tree
14716 echo "$f"
14717 elif test -f "$srcdir/$f"; then
14718 # Source tree
14719 echo "$srcdir/$f"
14720 else
14721 # /dev/null tree
14722 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14723echo "$as_me: error: cannot find input file: $f" >&2;}
14724 { (exit 1); exit 1; }; }
14725 fi;;
14726 esac
14727 done` || { (exit 1); exit 1; }
42ecbf5e
DJ
14728_ACEOF
14729cat >>$CONFIG_STATUS <<_ACEOF
14730 sed "$ac_vpsub
14731$extrasub
14732_ACEOF
14733cat >>$CONFIG_STATUS <<\_ACEOF
14734:t
14735/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14736s,@configure_input@,$configure_input,;t t
14737s,@srcdir@,$ac_srcdir,;t t
14738s,@abs_srcdir@,$ac_abs_srcdir,;t t
14739s,@top_srcdir@,$ac_top_srcdir,;t t
14740s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
14741s,@builddir@,$ac_builddir,;t t
14742s,@abs_builddir@,$ac_abs_builddir,;t t
14743s,@top_builddir@,$ac_top_builddir,;t t
14744s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
14745s,@INSTALL@,$ac_INSTALL,;t t
14746" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14747 rm -f $tmp/stdin
14748 if test x"$ac_file" != x-; then
14749 mv $tmp/out $ac_file
14750 else
14751 cat $tmp/out
14752 rm -f $tmp/out
14753 fi
14754
14755done
14756_ACEOF
14757cat >>$CONFIG_STATUS <<\_ACEOF
14758
14759#
14760# CONFIG_HEADER section.
14761#
252b5132
RH
14762
14763# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
14764# NAME is the cpp macro being defined and VALUE is the value it is being given.
14765#
14766# ac_d sets the value in "#define NAME VALUE" lines.
42ecbf5e
DJ
14767ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14768ac_dB='[ ].*$,\1#\2'
14769ac_dC=' '
14770ac_dD=',;t'
14771# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14772ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14773ac_uB='$,\1#\2define\3'
252b5132 14774ac_uC=' '
42ecbf5e
DJ
14775ac_uD=',;t'
14776
14777for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 14778 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42ecbf5e
DJ
14779 case $ac_file in
14780 - | *:- | *:-:* ) # input from stdin
14781 cat >$tmp/stdin
14782 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14783 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14784 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14785 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14786 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
14787 esac
14788
42ecbf5e
DJ
14789 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
14790echo "$as_me: creating $ac_file" >&6;}
14791
14792 # First look for the input files in the build tree, otherwise in the
14793 # src tree.
14794 ac_file_inputs=`IFS=:
14795 for f in $ac_file_in; do
14796 case $f in
14797 -) echo $tmp/stdin ;;
14798 [\\/$]*)
14799 # Absolute (can't be DOS-style, as IFS=:)
14800 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14801echo "$as_me: error: cannot find input file: $f" >&2;}
14802 { (exit 1); exit 1; }; }
14803 # Do quote $f, to prevent DOS paths from being IFS'd.
14804 echo "$f";;
14805 *) # Relative
14806 if test -f "$f"; then
14807 # Build tree
14808 echo "$f"
14809 elif test -f "$srcdir/$f"; then
14810 # Source tree
14811 echo "$srcdir/$f"
14812 else
14813 # /dev/null tree
14814 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14815echo "$as_me: error: cannot find input file: $f" >&2;}
14816 { (exit 1); exit 1; }; }
14817 fi;;
14818 esac
14819 done` || { (exit 1); exit 1; }
14820 # Remove the trailing spaces.
14821 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14822
14823_ACEOF
14824
14825# Transform confdefs.h into two sed scripts, `conftest.defines' and
14826# `conftest.undefs', that substitutes the proper values into
14827# config.h.in to produce config.h. The first handles `#define'
14828# templates, and the second `#undef' templates.
14829# And first: Protect against being on the right side of a sed subst in
14830# config.status. Protect against being in an unquoted here document
14831# in config.status.
14832rm -f conftest.defines conftest.undefs
14833# Using a here document instead of a string reduces the quoting nightmare.
14834# Putting comments in sed scripts is not portable.
14835#
14836# `end' is used to avoid that the second main sed command (meant for
14837# 0-ary CPP macros) applies to n-ary macro definitions.
14838# See the Autoconf documentation for `clear'.
14839cat >confdef2sed.sed <<\_ACEOF
14840s/[\\&,]/\\&/g
14841s,[\\$`],\\&,g
14842t clear
14843: clear
14844s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14845t end
14846s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14847: end
14848_ACEOF
14849# If some macros were called several times there might be several times
14850# the same #defines, which is useless. Nevertheless, we may not want to
14851# sort them, since we want the *last* AC-DEFINE to be honored.
14852uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14853sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14854rm -f confdef2sed.sed
252b5132
RH
14855
14856# This sed command replaces #undef with comments. This is necessary, for
14857# example, in the case of _POSIX_SOURCE, which is predefined and required
14858# on some systems where configure will not decide to define it.
42ecbf5e
DJ
14859cat >>conftest.undefs <<\_ACEOF
14860s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14861_ACEOF
14862
14863# Break up conftest.defines because some shells have a limit on the size
14864# of here documents, and old seds have small limits too (100 cmds).
14865echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14866echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14867echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14868echo ' :' >>$CONFIG_STATUS
14869rm -f conftest.tail
14870while grep . conftest.defines >/dev/null
14871do
14872 # Write a limited-size here document to $tmp/defines.sed.
14873 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14874 # Speed up: don't consider the non `#define' lines.
14875 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14876 # Work around the forget-to-reset-the-flag bug.
14877 echo 't clr' >>$CONFIG_STATUS
14878 echo ': clr' >>$CONFIG_STATUS
14879 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14880 echo 'CEOF
14881 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14882 rm -f $tmp/in
14883 mv $tmp/out $tmp/in
14884' >>$CONFIG_STATUS
14885 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14886 rm -f conftest.defines
14887 mv conftest.tail conftest.defines
14888done
14889rm -f conftest.defines
14890echo ' fi # grep' >>$CONFIG_STATUS
14891echo >>$CONFIG_STATUS
252b5132 14892
42ecbf5e
DJ
14893# Break up conftest.undefs because some shells have a limit on the size
14894# of here documents, and old seds have small limits too (100 cmds).
14895echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 14896rm -f conftest.tail
42ecbf5e 14897while grep . conftest.undefs >/dev/null
252b5132 14898do
42ecbf5e
DJ
14899 # Write a limited-size here document to $tmp/undefs.sed.
14900 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14901 # Speed up: don't consider the non `#undef'
14902 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14903 # Work around the forget-to-reset-the-flag bug.
14904 echo 't clr' >>$CONFIG_STATUS
14905 echo ': clr' >>$CONFIG_STATUS
14906 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 14907 echo 'CEOF
42ecbf5e
DJ
14908 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14909 rm -f $tmp/in
14910 mv $tmp/out $tmp/in
14911' >>$CONFIG_STATUS
14912 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14913 rm -f conftest.undefs
14914 mv conftest.tail conftest.undefs
252b5132 14915done
42ecbf5e
DJ
14916rm -f conftest.undefs
14917
14918cat >>$CONFIG_STATUS <<\_ACEOF
14919 # Let's still pretend it is `configure' which instantiates (i.e., don't
14920 # use $as_me), people would be surprised to read:
14921 # /* config.h. Generated by config.status. */
14922 if test x"$ac_file" = x-; then
14923 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 14924 else
42ecbf5e
DJ
14925 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14926 fi
14927 cat $tmp/in >>$tmp/config.h
14928 rm -f $tmp/in
14929 if test x"$ac_file" != x-; then
14930 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14931 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14932echo "$as_me: $ac_file is unchanged" >&6;}
14933 else
14934 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14935$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14936 X"$ac_file" : 'X\(//\)[^/]' \| \
14937 X"$ac_file" : 'X\(//\)$' \| \
14938 X"$ac_file" : 'X\(/\)' \| \
14939 . : '\(.\)' 2>/dev/null ||
14940echo X"$ac_file" |
14941 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14942 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14943 /^X\(\/\/\)$/{ s//\1/; q; }
14944 /^X\(\/\).*/{ s//\1/; q; }
14945 s/.*/./; q'`
14946 { if $as_mkdir_p; then
14947 mkdir -p "$ac_dir"
14948 else
14949 as_dir="$ac_dir"
14950 as_dirs=
14951 while test ! -d "$as_dir"; do
14952 as_dirs="$as_dir $as_dirs"
14953 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14954$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14955 X"$as_dir" : 'X\(//\)[^/]' \| \
14956 X"$as_dir" : 'X\(//\)$' \| \
14957 X"$as_dir" : 'X\(/\)' \| \
14958 . : '\(.\)' 2>/dev/null ||
14959echo X"$as_dir" |
14960 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14961 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14962 /^X\(\/\/\)$/{ s//\1/; q; }
14963 /^X\(\/\).*/{ s//\1/; q; }
14964 s/.*/./; q'`
14965 done
14966 test ! -n "$as_dirs" || mkdir $as_dirs
14967 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14968echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14969 { (exit 1); exit 1; }; }; }
14970
14971 rm -f $ac_file
14972 mv $tmp/config.h $ac_file
252b5132 14973 fi
42ecbf5e
DJ
14974 else
14975 cat $tmp/config.h
14976 rm -f $tmp/config.h
e5a52504 14977 fi
42ecbf5e
DJ
14978# Compute $ac_file's index in $config_headers.
14979_am_stamp_count=1
14980for _am_header in $config_headers :; do
14981 case $_am_header in
14982 $ac_file | $ac_file:* )
14983 break ;;
14984 * )
14985 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14986 esac
14987done
14988echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
14989$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14990 X$ac_file : 'X\(//\)[^/]' \| \
14991 X$ac_file : 'X\(//\)$' \| \
14992 X$ac_file : 'X\(/\)' \| \
14993 . : '\(.\)' 2>/dev/null ||
14994echo X$ac_file |
14995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14996 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14997 /^X\(\/\/\)$/{ s//\1/; q; }
14998 /^X\(\/\).*/{ s//\1/; q; }
14999 s/.*/./; q'`/stamp-h$_am_stamp_count
15000done
15001_ACEOF
15002cat >>$CONFIG_STATUS <<\_ACEOF
e5a52504 15003
42ecbf5e
DJ
15004#
15005# CONFIG_COMMANDS section.
15006#
15007for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
15008 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
15009 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
15010 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
15011$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15012 X"$ac_dest" : 'X\(//\)[^/]' \| \
15013 X"$ac_dest" : 'X\(//\)$' \| \
15014 X"$ac_dest" : 'X\(/\)' \| \
15015 . : '\(.\)' 2>/dev/null ||
15016echo X"$ac_dest" |
15017 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15018 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15019 /^X\(\/\/\)$/{ s//\1/; q; }
15020 /^X\(\/\).*/{ s//\1/; q; }
15021 s/.*/./; q'`
15022 { if $as_mkdir_p; then
15023 mkdir -p "$ac_dir"
15024 else
15025 as_dir="$ac_dir"
15026 as_dirs=
15027 while test ! -d "$as_dir"; do
15028 as_dirs="$as_dir $as_dirs"
15029 as_dir=`(dirname "$as_dir") 2>/dev/null ||
15030$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15031 X"$as_dir" : 'X\(//\)[^/]' \| \
15032 X"$as_dir" : 'X\(//\)$' \| \
15033 X"$as_dir" : 'X\(/\)' \| \
15034 . : '\(.\)' 2>/dev/null ||
15035echo X"$as_dir" |
15036 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15037 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15038 /^X\(\/\/\)$/{ s//\1/; q; }
15039 /^X\(\/\).*/{ s//\1/; q; }
15040 s/.*/./; q'`
15041 done
15042 test ! -n "$as_dirs" || mkdir $as_dirs
15043 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15044echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15045 { (exit 1); exit 1; }; }; }
e5a52504 15046
42ecbf5e 15047 ac_builddir=.
e5a52504 15048
42ecbf5e
DJ
15049if test "$ac_dir" != .; then
15050 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
15051 # A "../" for each directory in $ac_dir_suffix.
15052 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15053else
15054 ac_dir_suffix= ac_top_builddir=
15055fi
15056
15057case $srcdir in
15058 .) # No --srcdir option. We are building in place.
15059 ac_srcdir=.
15060 if test -z "$ac_top_builddir"; then
15061 ac_top_srcdir=.
15062 else
15063 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
15064 fi ;;
15065 [\\/]* | ?:[\\/]* ) # Absolute path.
15066 ac_srcdir=$srcdir$ac_dir_suffix;
15067 ac_top_srcdir=$srcdir ;;
15068 *) # Relative path.
15069 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
15070 ac_top_srcdir=$ac_top_builddir$srcdir ;;
15071esac
15072
15073# Do not use `cd foo && pwd` to compute absolute paths, because
15074# the directories may not exist.
15075case `pwd` in
15076.) ac_abs_builddir="$ac_dir";;
15077*)
15078 case "$ac_dir" in
15079 .) ac_abs_builddir=`pwd`;;
15080 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
15081 *) ac_abs_builddir=`pwd`/"$ac_dir";;
15082 esac;;
15083esac
15084case $ac_abs_builddir in
15085.) ac_abs_top_builddir=${ac_top_builddir}.;;
15086*)
15087 case ${ac_top_builddir}. in
15088 .) ac_abs_top_builddir=$ac_abs_builddir;;
15089 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
15090 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
15091 esac;;
15092esac
15093case $ac_abs_builddir in
15094.) ac_abs_srcdir=$ac_srcdir;;
15095*)
15096 case $ac_srcdir in
15097 .) ac_abs_srcdir=$ac_abs_builddir;;
15098 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
15099 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
15100 esac;;
15101esac
15102case $ac_abs_builddir in
15103.) ac_abs_top_srcdir=$ac_top_srcdir;;
15104*)
15105 case $ac_top_srcdir in
15106 .) ac_abs_top_srcdir=$ac_abs_builddir;;
15107 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
15108 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
15109 esac;;
15110esac
15111
15112
15113 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
15114echo "$as_me: executing $ac_dest commands" >&6;}
15115 case $ac_dest in
15116 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
15117 # Strip MF so we end up with the name of the file.
15118 mf=`echo "$mf" | sed -e 's/:.*$//'`
15119 # Check whether this is an Automake generated Makefile or not.
15120 # We used to match only the files named `Makefile.in', but
15121 # some people rename them; so instead we look at the file content.
15122 # Grep'ing the first line is not enough: some people post-process
15123 # each Makefile.in and add a new line on top of each file to say so.
15124 # So let's grep whole file.
15125 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
15126 dirpart=`(dirname "$mf") 2>/dev/null ||
15127$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15128 X"$mf" : 'X\(//\)[^/]' \| \
15129 X"$mf" : 'X\(//\)$' \| \
15130 X"$mf" : 'X\(/\)' \| \
15131 . : '\(.\)' 2>/dev/null ||
15132echo X"$mf" |
15133 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15134 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15135 /^X\(\/\/\)$/{ s//\1/; q; }
15136 /^X\(\/\).*/{ s//\1/; q; }
15137 s/.*/./; q'`
15138 else
15139 continue
15140 fi
15141 # Extract the definition of DEPDIR, am__include, and am__quote
15142 # from the Makefile without running `make'.
15143 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15144 test -z "$DEPDIR" && continue
15145 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15146 test -z "am__include" && continue
15147 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15148 # When using ansi2knr, U may be empty or an underscore; expand it
15149 U=`sed -n 's/^U = //p' < "$mf"`
15150 # Find all dependency output files, they are included files with
15151 # $(DEPDIR) in their names. We invoke sed twice because it is the
15152 # simplest approach to changing $(DEPDIR) to its actual value in the
15153 # expansion.
15154 for file in `sed -n "
15155 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15156 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15157 # Make sure the directory exists.
15158 test -f "$dirpart/$file" && continue
15159 fdir=`(dirname "$file") 2>/dev/null ||
15160$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15161 X"$file" : 'X\(//\)[^/]' \| \
15162 X"$file" : 'X\(//\)$' \| \
15163 X"$file" : 'X\(/\)' \| \
15164 . : '\(.\)' 2>/dev/null ||
15165echo X"$file" |
15166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15167 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15168 /^X\(\/\/\)$/{ s//\1/; q; }
15169 /^X\(\/\).*/{ s//\1/; q; }
15170 s/.*/./; q'`
15171 { if $as_mkdir_p; then
15172 mkdir -p $dirpart/$fdir
15173 else
15174 as_dir=$dirpart/$fdir
15175 as_dirs=
15176 while test ! -d "$as_dir"; do
15177 as_dirs="$as_dir $as_dirs"
15178 as_dir=`(dirname "$as_dir") 2>/dev/null ||
15179$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15180 X"$as_dir" : 'X\(//\)[^/]' \| \
15181 X"$as_dir" : 'X\(//\)$' \| \
15182 X"$as_dir" : 'X\(/\)' \| \
15183 . : '\(.\)' 2>/dev/null ||
15184echo X"$as_dir" |
15185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15186 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15187 /^X\(\/\/\)$/{ s//\1/; q; }
15188 /^X\(\/\).*/{ s//\1/; q; }
15189 s/.*/./; q'`
15190 done
15191 test ! -n "$as_dirs" || mkdir $as_dirs
15192 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
15193echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
15194 { (exit 1); exit 1; }; }; }
15195
15196 # echo "creating $dirpart/$file"
15197 echo '# dummy' > "$dirpart/$file"
15198 done
15199done
d7040cdb
SE
15200 ;;
15201 libtool )
15202
15203 # See if we are running on zsh, and set the options which allow our
15204 # commands through without removal of \ escapes.
15205 if test -n "${ZSH_VERSION+set}" ; then
15206 setopt NO_GLOB_SUBST
15207 fi
15208
15209 cfgfile="${ofile}T"
15210 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15211 $RM "$cfgfile"
15212
15213 cat <<_LT_EOF >> "$cfgfile"
15214#! $SHELL
15215
15216# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15217# Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
15218# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15219# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15220#
15221# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15222# 2006, 2007 Free Software Foundation, Inc.
15223#
15224# This file is part of GNU Libtool:
15225# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
15226#
15227# This program is free software; you can redistribute it and/or modify
15228# it under the terms of the GNU General Public License as published by
67310ccd 15229# the Free Software Foundation; either version 2 of the License, or
d7040cdb
SE
15230# (at your option) any later version.
15231#
15232# This program is distributed in the hope that it will be useful, but
15233# WITHOUT ANY WARRANTY; without even the implied warranty of
15234# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15235# General Public License for more details.
15236#
15237# You should have received a copy of the GNU General Public License
15238# along with this program; if not, a copy can be downloaded from
15239# http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
15240# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
15241# MA 02110-1301, USA.
15242#
15243# As a special exception to the GNU General Public License, if you
15244# distribute this file as part of a program that contains a
15245# configuration script generated by Autoconf, you may include it under
15246# the same distribution terms that you use for the rest of that program.
15247
15248
15249# The names of the tagged configurations supported by this script.
15250available_tags=""
15251
15252# ### BEGIN LIBTOOL CONFIG
15253
15254# Which release of libtool.m4 was used?
15255macro_version=$macro_version
15256macro_revision=$macro_revision
15257
15258# Whether or not to build shared libraries.
15259build_libtool_libs=$enable_shared
15260
15261# Whether or not to build static libraries.
15262build_old_libs=$enable_static
15263
15264# What type of objects to build.
15265pic_mode=$pic_mode
15266
15267# Whether or not to optimize for fast installation.
15268fast_install=$enable_fast_install
15269
15270# The host system.
15271host_alias=$host_alias
15272host=$host
15273host_os=$host_os
15274
15275# The build system.
15276build_alias=$build_alias
15277build=$build
15278build_os=$build_os
15279
15280# A sed program that does not truncate output.
15281SED=$lt_SED
15282
15283# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15284Xsed="\$SED -e 1s/^X//"
15285
15286# A grep program that handles long lines.
15287GREP=$lt_GREP
15288
15289# An ERE matcher.
15290EGREP=$lt_EGREP
15291
15292# A literal string matcher.
15293FGREP=$lt_FGREP
15294
15295# A BSD- or MS-compatible name lister.
15296NM=$lt_NM
15297
15298# Whether we need soft or hard links.
15299LN_S=$lt_LN_S
15300
15301# What is the maximum length of a command?
15302max_cmd_len=$max_cmd_len
15303
15304# Object file suffix (normally "o").
15305objext=$ac_objext
15306
15307# Executable file suffix (normally "").
15308exeext=$exeext
15309
15310# whether the shell understands "unset".
15311lt_unset=$lt_unset
15312
15313# turn spaces into newlines.
15314SP2NL=$lt_lt_SP2NL
15315
15316# turn newlines into spaces.
15317NL2SP=$lt_lt_NL2SP
15318
15319# How to create reloadable object files.
15320reload_flag=$lt_reload_flag
15321reload_cmds=$lt_reload_cmds
15322
15323# Method to check whether dependent libraries are shared objects.
15324deplibs_check_method=$lt_deplibs_check_method
15325
15326# Command to use when deplibs_check_method == "file_magic".
15327file_magic_cmd=$lt_file_magic_cmd
15328
15329# The archiver.
15330AR=$lt_AR
15331AR_FLAGS=$lt_AR_FLAGS
15332
15333# A symbol stripping program.
15334STRIP=$lt_STRIP
15335
15336# Commands used to install an old-style archive.
15337RANLIB=$lt_RANLIB
15338old_postinstall_cmds=$lt_old_postinstall_cmds
15339old_postuninstall_cmds=$lt_old_postuninstall_cmds
15340
15341# A C compiler.
15342LTCC=$lt_CC
15343
15344# LTCC compiler flags.
15345LTCFLAGS=$lt_CFLAGS
15346
15347# Take the output of nm and produce a listing of raw symbols and C names.
15348global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15349
15350# Transform the output of nm in a proper C declaration.
15351global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15352
15353# Transform the output of nm in a C name address pair.
15354global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15355
15356# The name of the directory that contains temporary libtool files.
15357objdir=$objdir
15358
15359# Shell to use when invoking shell scripts.
15360SHELL=$lt_SHELL
15361
15362# An echo program that does not interpret backslashes.
15363ECHO=$lt_ECHO
15364
15365# Used to examine libraries when file_magic_cmd begins with "file".
15366MAGIC_CMD=$MAGIC_CMD
15367
15368# Must we lock files when doing compilation?
15369need_locks=$lt_need_locks
15370
15371# Old archive suffix (normally "a").
15372libext=$libext
15373
15374# Shared library suffix (normally ".so").
15375shrext_cmds=$lt_shrext_cmds
15376
15377# The commands to extract the exported symbol list from a shared archive.
15378extract_expsyms_cmds=$lt_extract_expsyms_cmds
15379
15380# Variables whose values should be saved in libtool wrapper scripts and
15381# restored at link time.
15382variables_saved_for_relink=$lt_variables_saved_for_relink
15383
15384# Do we need the "lib" prefix for modules?
15385need_lib_prefix=$need_lib_prefix
15386
15387# Do we need a version for libraries?
15388need_version=$need_version
15389
15390# Library versioning type.
15391version_type=$version_type
15392
15393# Shared library runtime path variable.
15394runpath_var=$runpath_var
15395
15396# Shared library path variable.
15397shlibpath_var=$shlibpath_var
15398
15399# Is shlibpath searched before the hard-coded library search path?
15400shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15401
15402# Format of library name prefix.
15403libname_spec=$lt_libname_spec
15404
15405# List of archive names. First name is the real one, the rest are links.
15406# The last name is the one that the linker finds with -lNAME
15407library_names_spec=$lt_library_names_spec
15408
15409# The coded name of the library, if different from the real name.
15410soname_spec=$lt_soname_spec
15411
15412# Command to use after installation of a shared archive.
15413postinstall_cmds=$lt_postinstall_cmds
15414
15415# Command to use after uninstallation of a shared archive.
15416postuninstall_cmds=$lt_postuninstall_cmds
15417
15418# Commands used to finish a libtool library installation in a directory.
15419finish_cmds=$lt_finish_cmds
15420
15421# As "finish_cmds", except a single script fragment to be evaled but
15422# not shown.
15423finish_eval=$lt_finish_eval
15424
15425# Whether we should hardcode library paths into libraries.
15426hardcode_into_libs=$hardcode_into_libs
15427
15428# Compile-time system search path for libraries.
15429sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15430
15431# Run-time system search path for libraries.
15432sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15433
15434# Whether dlopen is supported.
15435dlopen_support=$enable_dlopen
15436
15437# Whether dlopen of programs is supported.
15438dlopen_self=$enable_dlopen_self
15439
15440# Whether dlopen of statically linked programs is supported.
15441dlopen_self_static=$enable_dlopen_self_static
15442
15443# Commands to strip libraries.
15444old_striplib=$lt_old_striplib
15445striplib=$lt_striplib
15446
15447
15448# The linker used to build libraries.
15449LD=$lt_LD
15450
15451# Commands used to build an old-style archive.
15452old_archive_cmds=$lt_old_archive_cmds
15453
15454# A language specific compiler.
15455CC=$lt_compiler
15456
15457# Is the compiler the GNU compiler?
15458with_gcc=$GCC
15459
15460# Compiler flag to turn off builtin functions.
15461no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15462
15463# How to pass a linker flag through the compiler.
15464wl=$lt_lt_prog_compiler_wl
15465
15466# Additional compiler flags for building library objects.
15467pic_flag=$lt_lt_prog_compiler_pic
15468
15469# Compiler flag to prevent dynamic linking.
15470link_static_flag=$lt_lt_prog_compiler_static
15471
15472# Does compiler simultaneously support -c and -o options?
15473compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15474
15475# Whether or not to add -lc for building shared libraries.
15476build_libtool_need_lc=$archive_cmds_need_lc
15477
15478# Whether or not to disallow shared libs when runtime libs are static.
15479allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15480
15481# Compiler flag to allow reflexive dlopens.
15482export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15483
15484# Compiler flag to generate shared objects directly from archives.
15485whole_archive_flag_spec=$lt_whole_archive_flag_spec
15486
15487# Whether the compiler copes with passing no objects directly.
15488compiler_needs_object=$lt_compiler_needs_object
15489
15490# Create an old-style archive from a shared archive.
15491old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15492
15493# Create a temporary old-style archive to link instead of a shared archive.
15494old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15495
15496# Commands used to build a shared archive.
15497archive_cmds=$lt_archive_cmds
15498archive_expsym_cmds=$lt_archive_expsym_cmds
15499
15500# Commands used to build a loadable module if different from building
15501# a shared archive.
15502module_cmds=$lt_module_cmds
15503module_expsym_cmds=$lt_module_expsym_cmds
15504
15505# Whether we are building with GNU ld or not.
15506with_gnu_ld=$lt_with_gnu_ld
15507
15508# Flag that allows shared libraries with undefined symbols to be built.
15509allow_undefined_flag=$lt_allow_undefined_flag
15510
15511# Flag that enforces no undefined symbols.
15512no_undefined_flag=$lt_no_undefined_flag
15513
15514# Flag to hardcode \$libdir into a binary during linking.
15515# This must work even if \$libdir does not exist
15516hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15517
15518# If ld is used when linking, flag to hardcode \$libdir into a binary
15519# during linking. This must work even if \$libdir does not exist.
15520hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15521
15522# Whether we need a single "-rpath" flag with a separated argument.
15523hardcode_libdir_separator=$lt_hardcode_libdir_separator
15524
15525# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15526# DIR into the resulting binary.
15527hardcode_direct=$hardcode_direct
15528
15529# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15530# DIR into the resulting binary and the resulting library dependency is
15531# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15532# library is relocated.
15533hardcode_direct_absolute=$hardcode_direct_absolute
15534
15535# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15536# into the resulting binary.
15537hardcode_minus_L=$hardcode_minus_L
15538
15539# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15540# into the resulting binary.
15541hardcode_shlibpath_var=$hardcode_shlibpath_var
15542
15543# Set to "yes" if building a shared library automatically hardcodes DIR
15544# into the library and all subsequent libraries and executables linked
15545# against it.
15546hardcode_automatic=$hardcode_automatic
15547
15548# Set to yes if linker adds runtime paths of dependent libraries
15549# to runtime path list.
15550inherit_rpath=$inherit_rpath
15551
15552# Whether libtool must link a program against all its dependency libraries.
15553link_all_deplibs=$link_all_deplibs
15554
15555# Fix the shell variable \$srcfile for the compiler.
15556fix_srcfile_path=$lt_fix_srcfile_path
15557
15558# Set to "yes" if exported symbols are required.
15559always_export_symbols=$always_export_symbols
15560
15561# The commands to list exported symbols.
15562export_symbols_cmds=$lt_export_symbols_cmds
15563
15564# Symbols that should not be listed in the preloaded symbols.
15565exclude_expsyms=$lt_exclude_expsyms
15566
15567# Symbols that must always be exported.
15568include_expsyms=$lt_include_expsyms
15569
15570# Commands necessary for linking programs (against libraries) with templates.
15571prelink_cmds=$lt_prelink_cmds
15572
15573# Specify filename containing input files.
15574file_list_spec=$lt_file_list_spec
15575
15576# How to hardcode a shared library path into an executable.
15577hardcode_action=$hardcode_action
15578
15579# ### END LIBTOOL CONFIG
15580
15581_LT_EOF
15582
15583 case $host_os in
15584 aix3*)
15585 cat <<\_LT_EOF >> "$cfgfile"
15586# AIX sometimes has problems with the GCC collect2 program. For some
15587# reason, if we set the COLLECT_NAMES environment variable, the problems
15588# vanish in a puff of smoke.
15589if test "X${COLLECT_NAMES+set}" != Xset; then
15590 COLLECT_NAMES=
15591 export COLLECT_NAMES
15592fi
15593_LT_EOF
15594 ;;
15595 esac
15596
15597
15598ltmain="$ac_aux_dir/ltmain.sh"
15599
15600
15601 # We use sed instead of cat because bash on DJGPP gets confused if
15602 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15603 # text mode, it properly converts lines to CR/LF. This bash problem
15604 # is reportedly fixed, but why not run on old versions too?
15605 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15606 || (rm -f "$cfgfile"; exit 1)
15607
15608 case $xsi_shell in
15609 yes)
15610 cat << \_LT_EOF >> "$cfgfile"
15611# func_dirname file append nondir_replacement
15612# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15613# otherwise set result to NONDIR_REPLACEMENT.
15614func_dirname ()
15615{
15616 case ${1} in
15617 */*) func_dirname_result="${1%/*}${2}" ;;
15618 * ) func_dirname_result="${3}" ;;
15619 esac
15620}
15621
15622# func_basename file
15623func_basename ()
15624{
15625 func_basename_result="${1##*/}"
15626}
15627
15628# func_stripname prefix suffix name
15629# strip PREFIX and SUFFIX off of NAME.
15630# PREFIX and SUFFIX must not contain globbing or regex special
15631# characters, hashes, percent signs, but SUFFIX may contain a leading
15632# dot (in which case that matches only a dot).
15633func_stripname ()
15634{
15635 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15636 # positional parameters, so assign one to ordinary parameter first.
15637 func_stripname_result=${3}
15638 func_stripname_result=${func_stripname_result#"${1}"}
15639 func_stripname_result=${func_stripname_result%"${2}"}
15640}
15641
15642# func_opt_split
15643func_opt_split ()
15644{
15645 func_opt_split_opt=${1%%=*}
15646 func_opt_split_arg=${1#*=}
15647}
15648
15649# func_lo2o object
15650func_lo2o ()
15651{
15652 case ${1} in
15653 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15654 *) func_lo2o_result=${1} ;;
15655 esac
15656}
15657_LT_EOF
15658 ;;
15659 *) # Bourne compatible functions.
15660 cat << \_LT_EOF >> "$cfgfile"
15661# func_dirname file append nondir_replacement
15662# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15663# otherwise set result to NONDIR_REPLACEMENT.
15664func_dirname ()
15665{
15666 # Extract subdirectory from the argument.
15667 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15668 if test "X$func_dirname_result" = "X${1}"; then
15669 func_dirname_result="${3}"
15670 else
15671 func_dirname_result="$func_dirname_result${2}"
15672 fi
15673}
15674
15675# func_basename file
15676func_basename ()
15677{
15678 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
15679}
15680
15681# func_stripname prefix suffix name
15682# strip PREFIX and SUFFIX off of NAME.
15683# PREFIX and SUFFIX must not contain globbing or regex special
15684# characters, hashes, percent signs, but SUFFIX may contain a leading
15685# dot (in which case that matches only a dot).
15686# func_strip_suffix prefix name
15687func_stripname ()
15688{
15689 case ${2} in
15690 .*) func_stripname_result=`$ECHO "X${3}" \
15691 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15692 *) func_stripname_result=`$ECHO "X${3}" \
15693 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
15694 esac
15695}
15696
15697# sed scripts:
15698my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15699my_sed_long_arg='1s/^-[^=]*=//'
15700
15701# func_opt_split
15702func_opt_split ()
15703{
15704 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15705 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
15706}
15707
15708# func_lo2o object
15709func_lo2o ()
15710{
15711 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15712}
15713_LT_EOF
15714esac
15715
15716case $lt_shell_append in
15717 yes)
15718 cat << \_LT_EOF >> "$cfgfile"
15719
15720# func_append var value
15721# Append VALUE to the end of shell variable VAR.
15722func_append ()
15723{
15724 eval "$1+=\$2"
15725}
15726_LT_EOF
15727 ;;
15728 *)
15729 cat << \_LT_EOF >> "$cfgfile"
15730
15731# func_append var value
15732# Append VALUE to the end of shell variable VAR.
15733func_append ()
15734{
15735 eval "$1=\$$1\$2"
15736}
15737_LT_EOF
15738 ;;
15739 esac
15740
15741
15742 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15743 || (rm -f "$cfgfile"; exit 1)
15744
15745 mv -f "$cfgfile" "$ofile" ||
15746 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15747 chmod +x "$ofile"
15748
42ecbf5e 15749 ;;
20e95c23
DJ
15750 default-1 )
15751 for ac_file in $CONFIG_FILES; do
15752 # Support "outfile[:infile[:infile...]]"
15753 case "$ac_file" in
15754 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15755 esac
15756 # PO directories have a Makefile.in generated from Makefile.in.in.
15757 case "$ac_file" in */Makefile.in)
15758 # Adjust a relative srcdir.
15759 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15760 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
15761 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15762 # In autoconf-2.13 it is called $ac_given_srcdir.
15763 # In autoconf-2.50 it is called $srcdir.
15764 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15765 case "$ac_given_srcdir" in
15766 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15767 /*) top_srcdir="$ac_given_srcdir" ;;
15768 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15769 esac
15770 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15771 rm -f "$ac_dir/POTFILES"
15772 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15773 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15774 POMAKEFILEDEPS="POTFILES.in"
15775 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15776 # on $ac_dir but don't depend on user-specified configuration
15777 # parameters.
15778 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15779 # The LINGUAS file contains the set of available languages.
15780 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15781 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
15782 fi
15783 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15784 # Hide the ALL_LINGUAS assigment from automake.
15785 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15786 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15787 else
15788 # The set of available languages was given in configure.in.
15789 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15790 fi
15791 case "$ac_given_srcdir" in
15792 .) srcdirpre= ;;
15793 *) srcdirpre='$(srcdir)/' ;;
15794 esac
15795 POFILES=
15796 GMOFILES=
15797 UPDATEPOFILES=
15798 DUMMYPOFILES=
15799 for lang in $ALL_LINGUAS; do
15800 POFILES="$POFILES $srcdirpre$lang.po"
15801 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15802 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15803 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15804 done
15805 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15806 # environment variable.
15807 INST_LINGUAS=
15808 if test -n "$ALL_LINGUAS"; then
15809 for presentlang in $ALL_LINGUAS; do
15810 useit=no
15811 if test "%UNSET%" != "$LINGUAS"; then
15812 desiredlanguages="$LINGUAS"
15813 else
15814 desiredlanguages="$ALL_LINGUAS"
15815 fi
15816 for desiredlang in $desiredlanguages; do
15817 # Use the presentlang catalog if desiredlang is
15818 # a. equal to presentlang, or
15819 # b. a variant of presentlang (because in this case,
15820 # presentlang can be used as a fallback for messages
15821 # which are not translated in the desiredlang catalog).
15822 case "$desiredlang" in
15823 "$presentlang"*) useit=yes;;
15824 esac
15825 done
15826 if test $useit = yes; then
15827 INST_LINGUAS="$INST_LINGUAS $presentlang"
15828 fi
15829 done
15830 fi
15831 CATALOGS=
15832 if test -n "$INST_LINGUAS"; then
15833 for lang in $INST_LINGUAS; do
15834 CATALOGS="$CATALOGS $lang.gmo"
15835 done
15836 fi
15837 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15838 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"
15839 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15840 if test -f "$f"; then
15841 case "$f" in
15842 *.orig | *.bak | *~) ;;
15843 *) cat "$f" >> "$ac_dir/Makefile" ;;
15844 esac
15845 fi
15846 done
15847 fi
15848 ;;
15849 esac
15850 done ;;
42ecbf5e
DJ
15851 esac
15852done
15853_ACEOF
15854
15855cat >>$CONFIG_STATUS <<\_ACEOF
15856
15857{ (exit 0); exit 0; }
15858_ACEOF
252b5132 15859chmod +x $CONFIG_STATUS
42ecbf5e
DJ
15860ac_clean_files=$ac_clean_files_save
15861
15862
15863# configure is writing to config.log, and then calls config.status.
15864# config.status does its own redirection, appending to config.log.
15865# Unfortunately, on DOS this fails, as config.log is still kept open
15866# by configure, so config.status won't be able to write to it; its
15867# output is simply discarded. So we exec the FD to /dev/null,
15868# effectively closing config.log, so it can be properly (re)opened and
15869# appended to by config.status. When coming back to configure, we
15870# need to make the FD available again.
15871if test "$no_create" != yes; then
15872 ac_cs_success=:
15873 ac_config_status_args=
15874 test "$silent" = yes &&
15875 ac_config_status_args="$ac_config_status_args --quiet"
15876 exec 5>/dev/null
15877 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15878 exec 5>>config.log
15879 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15880 # would make configure fail if this is the last instruction.
15881 $ac_cs_success || { (exit 1); exit 1; }
15882fi
252b5132 15883
This page took 1.170653 seconds and 4 git commands to generate.