2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
[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
d7040cdb 461ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S AR ac_ct_AR RANLIB ac_ct_RANLIB lt_ECHO CPP use_sysroot TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS NO_WERROR 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'
252b5132
RH
463
464# Initialize some variables set by options.
42ecbf5e
DJ
465ac_init_help=
466ac_init_version=false
252b5132
RH
467# The variables have the same names as the options, with
468# dashes changed to underlines.
42ecbf5e 469cache_file=/dev/null
252b5132 470exec_prefix=NONE
252b5132 471no_create=
252b5132
RH
472no_recursion=
473prefix=NONE
474program_prefix=NONE
475program_suffix=NONE
476program_transform_name=s,x,x,
477silent=
478site=
479srcdir=
252b5132
RH
480verbose=
481x_includes=NONE
482x_libraries=NONE
42ecbf5e
DJ
483
484# Installation directory options.
485# These are left unexpanded so users can "make install exec_prefix=/foo"
486# and all the variables that are supposed to be based on exec_prefix
487# by default will actually change.
488# Use braces instead of parens because sh, perl, etc. also accept them.
252b5132
RH
489bindir='${exec_prefix}/bin'
490sbindir='${exec_prefix}/sbin'
491libexecdir='${exec_prefix}/libexec'
492datadir='${prefix}/share'
493sysconfdir='${prefix}/etc'
494sharedstatedir='${prefix}/com'
495localstatedir='${prefix}/var'
496libdir='${exec_prefix}/lib'
497includedir='${prefix}/include'
498oldincludedir='/usr/include'
499infodir='${prefix}/info'
500mandir='${prefix}/man'
501
252b5132
RH
502ac_prev=
503for ac_option
504do
252b5132
RH
505 # If the previous option needs an argument, assign it.
506 if test -n "$ac_prev"; then
507 eval "$ac_prev=\$ac_option"
508 ac_prev=
509 continue
510 fi
511
42ecbf5e 512 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
513
514 # Accept the important Cygnus configure options, so we can diagnose typos.
515
42ecbf5e 516 case $ac_option in
252b5132
RH
517
518 -bindir | --bindir | --bindi | --bind | --bin | --bi)
519 ac_prev=bindir ;;
520 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 521 bindir=$ac_optarg ;;
252b5132
RH
522
523 -build | --build | --buil | --bui | --bu)
42ecbf5e 524 ac_prev=build_alias ;;
252b5132 525 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 526 build_alias=$ac_optarg ;;
252b5132
RH
527
528 -cache-file | --cache-file | --cache-fil | --cache-fi \
529 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
530 ac_prev=cache_file ;;
531 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
532 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
533 cache_file=$ac_optarg ;;
534
535 --config-cache | -C)
536 cache_file=config.cache ;;
252b5132
RH
537
538 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
539 ac_prev=datadir ;;
540 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
541 | --da=*)
42ecbf5e 542 datadir=$ac_optarg ;;
252b5132
RH
543
544 -disable-* | --disable-*)
42ecbf5e 545 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 546 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
547 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
548 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
549 { (exit 1); exit 1; }; }
550 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
551 eval "enable_$ac_feature=no" ;;
252b5132
RH
552
553 -enable-* | --enable-*)
42ecbf5e 554 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 555 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
558 { (exit 1); exit 1; }; }
559 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
560 case $ac_option in
561 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
562 *) ac_optarg=yes ;;
563 esac
42ecbf5e 564 eval "enable_$ac_feature='$ac_optarg'" ;;
252b5132
RH
565
566 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
567 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
568 | --exec | --exe | --ex)
569 ac_prev=exec_prefix ;;
570 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
571 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
572 | --exec=* | --exe=* | --ex=*)
42ecbf5e 573 exec_prefix=$ac_optarg ;;
252b5132
RH
574
575 -gas | --gas | --ga | --g)
576 # Obsolete; use --with-gas.
577 with_gas=yes ;;
578
42ecbf5e
DJ
579 -help | --help | --hel | --he | -h)
580 ac_init_help=long ;;
581 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
582 ac_init_help=recursive ;;
583 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
584 ac_init_help=short ;;
252b5132
RH
585
586 -host | --host | --hos | --ho)
42ecbf5e 587 ac_prev=host_alias ;;
252b5132 588 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 589 host_alias=$ac_optarg ;;
252b5132
RH
590
591 -includedir | --includedir | --includedi | --included | --include \
592 | --includ | --inclu | --incl | --inc)
593 ac_prev=includedir ;;
594 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
595 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 596 includedir=$ac_optarg ;;
252b5132
RH
597
598 -infodir | --infodir | --infodi | --infod | --info | --inf)
599 ac_prev=infodir ;;
600 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 601 infodir=$ac_optarg ;;
252b5132
RH
602
603 -libdir | --libdir | --libdi | --libd)
604 ac_prev=libdir ;;
605 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 606 libdir=$ac_optarg ;;
252b5132
RH
607
608 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
609 | --libexe | --libex | --libe)
610 ac_prev=libexecdir ;;
611 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
612 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 613 libexecdir=$ac_optarg ;;
252b5132
RH
614
615 -localstatedir | --localstatedir | --localstatedi | --localstated \
616 | --localstate | --localstat | --localsta | --localst \
617 | --locals | --local | --loca | --loc | --lo)
618 ac_prev=localstatedir ;;
619 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
620 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
621 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
42ecbf5e 622 localstatedir=$ac_optarg ;;
252b5132
RH
623
624 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
625 ac_prev=mandir ;;
626 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 627 mandir=$ac_optarg ;;
252b5132
RH
628
629 -nfp | --nfp | --nf)
630 # Obsolete; use --without-fp.
631 with_fp=no ;;
632
633 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 634 | --no-cr | --no-c | -n)
252b5132
RH
635 no_create=yes ;;
636
637 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
638 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
639 no_recursion=yes ;;
640
641 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
642 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
643 | --oldin | --oldi | --old | --ol | --o)
644 ac_prev=oldincludedir ;;
645 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
646 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
647 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 648 oldincludedir=$ac_optarg ;;
252b5132
RH
649
650 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
651 ac_prev=prefix ;;
652 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 653 prefix=$ac_optarg ;;
252b5132
RH
654
655 -program-prefix | --program-prefix | --program-prefi | --program-pref \
656 | --program-pre | --program-pr | --program-p)
657 ac_prev=program_prefix ;;
658 -program-prefix=* | --program-prefix=* | --program-prefi=* \
659 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 660 program_prefix=$ac_optarg ;;
252b5132
RH
661
662 -program-suffix | --program-suffix | --program-suffi | --program-suff \
663 | --program-suf | --program-su | --program-s)
664 ac_prev=program_suffix ;;
665 -program-suffix=* | --program-suffix=* | --program-suffi=* \
666 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 667 program_suffix=$ac_optarg ;;
252b5132
RH
668
669 -program-transform-name | --program-transform-name \
670 | --program-transform-nam | --program-transform-na \
671 | --program-transform-n | --program-transform- \
672 | --program-transform | --program-transfor \
673 | --program-transfo | --program-transf \
674 | --program-trans | --program-tran \
675 | --progr-tra | --program-tr | --program-t)
676 ac_prev=program_transform_name ;;
677 -program-transform-name=* | --program-transform-name=* \
678 | --program-transform-nam=* | --program-transform-na=* \
679 | --program-transform-n=* | --program-transform-=* \
680 | --program-transform=* | --program-transfor=* \
681 | --program-transfo=* | --program-transf=* \
682 | --program-trans=* | --program-tran=* \
683 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 684 program_transform_name=$ac_optarg ;;
252b5132
RH
685
686 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
687 | -silent | --silent | --silen | --sile | --sil)
688 silent=yes ;;
689
690 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
691 ac_prev=sbindir ;;
692 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
693 | --sbi=* | --sb=*)
42ecbf5e 694 sbindir=$ac_optarg ;;
252b5132
RH
695
696 -sharedstatedir | --sharedstatedir | --sharedstatedi \
697 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
698 | --sharedst | --shareds | --shared | --share | --shar \
699 | --sha | --sh)
700 ac_prev=sharedstatedir ;;
701 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
702 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
703 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
704 | --sha=* | --sh=*)
42ecbf5e 705 sharedstatedir=$ac_optarg ;;
252b5132
RH
706
707 -site | --site | --sit)
708 ac_prev=site ;;
709 -site=* | --site=* | --sit=*)
42ecbf5e 710 site=$ac_optarg ;;
85fbca6a 711
252b5132
RH
712 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
713 ac_prev=srcdir ;;
714 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 715 srcdir=$ac_optarg ;;
252b5132
RH
716
717 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
718 | --syscon | --sysco | --sysc | --sys | --sy)
719 ac_prev=sysconfdir ;;
720 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
721 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 722 sysconfdir=$ac_optarg ;;
252b5132
RH
723
724 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 725 ac_prev=target_alias ;;
252b5132 726 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 727 target_alias=$ac_optarg ;;
252b5132
RH
728
729 -v | -verbose | --verbose | --verbos | --verbo | --verb)
730 verbose=yes ;;
731
42ecbf5e
DJ
732 -version | --version | --versio | --versi | --vers | -V)
733 ac_init_version=: ;;
252b5132
RH
734
735 -with-* | --with-*)
42ecbf5e 736 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 737 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
738 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
739 { echo "$as_me: error: invalid package name: $ac_package" >&2
740 { (exit 1); exit 1; }; }
252b5132 741 ac_package=`echo $ac_package| sed 's/-/_/g'`
42ecbf5e
DJ
742 case $ac_option in
743 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
744 *) ac_optarg=yes ;;
745 esac
42ecbf5e 746 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
747
748 -without-* | --without-*)
42ecbf5e 749 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 750 # Reject names that are not valid shell variable names.
42ecbf5e
DJ
751 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
752 { echo "$as_me: error: invalid package name: $ac_package" >&2
753 { (exit 1); exit 1; }; }
754 ac_package=`echo $ac_package | sed 's/-/_/g'`
755 eval "with_$ac_package=no" ;;
252b5132
RH
756
757 --x)
758 # Obsolete; use --with-x.
759 with_x=yes ;;
760
761 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
762 | --x-incl | --x-inc | --x-in | --x-i)
763 ac_prev=x_includes ;;
764 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
765 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 766 x_includes=$ac_optarg ;;
252b5132
RH
767
768 -x-libraries | --x-libraries | --x-librarie | --x-librari \
769 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
770 ac_prev=x_libraries ;;
771 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
772 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 773 x_libraries=$ac_optarg ;;
252b5132 774
42ecbf5e
DJ
775 -*) { echo "$as_me: error: unrecognized option: $ac_option
776Try \`$0 --help' for more information." >&2
777 { (exit 1); exit 1; }; }
252b5132
RH
778 ;;
779
42ecbf5e
DJ
780 *=*)
781 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
782 # Reject names that are not valid shell variable names.
783 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
784 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
785 { (exit 1); exit 1; }; }
786 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
787 eval "$ac_envvar='$ac_optarg'"
788 export $ac_envvar ;;
789
252b5132 790 *)
42ecbf5e
DJ
791 # FIXME: should be removed in autoconf 3.0.
792 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
793 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
794 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
795 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
796 ;;
797
798 esac
799done
800
801if test -n "$ac_prev"; then
42ecbf5e
DJ
802 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
803 { echo "$as_me: error: missing argument to $ac_option" >&2
804 { (exit 1); exit 1; }; }
252b5132 805fi
252b5132 806
42ecbf5e
DJ
807# Be sure to have absolute paths.
808for ac_var in exec_prefix prefix
809do
810 eval ac_val=$`echo $ac_var`
811 case $ac_val in
812 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
813 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
814 { (exit 1); exit 1; }; };;
815 esac
816done
252b5132 817
42ecbf5e
DJ
818# Be sure to have absolute paths.
819for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
820 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 821do
42ecbf5e
DJ
822 eval ac_val=$`echo $ac_var`
823 case $ac_val in
824 [\\/$]* | ?:[\\/]* ) ;;
825 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
826 { (exit 1); exit 1; }; };;
252b5132
RH
827 esac
828done
829
42ecbf5e
DJ
830# There might be people who depend on the old broken behavior: `$host'
831# used to hold the argument of --host etc.
832# FIXME: To remove some day.
833build=$build_alias
834host=$host_alias
835target=$target_alias
836
837# FIXME: To remove some day.
838if test "x$host_alias" != x; then
839 if test "x$build_alias" = x; then
840 cross_compiling=maybe
841 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 If a cross compiler is detected then cross compile mode will be used." >&2
843 elif test "x$build_alias" != "x$host_alias"; then
844 cross_compiling=yes
845 fi
846fi
e5a52504 847
42ecbf5e
DJ
848ac_tool_prefix=
849test -n "$host_alias" && ac_tool_prefix=$host_alias-
850
851test "$silent" = yes && exec 6>/dev/null
252b5132 852
252b5132
RH
853
854# Find the source files, if location was not specified.
855if test -z "$srcdir"; then
856 ac_srcdir_defaulted=yes
857 # Try the directory containing this script, then its parent.
42ecbf5e
DJ
858 ac_confdir=`(dirname "$0") 2>/dev/null ||
859$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860 X"$0" : 'X\(//\)[^/]' \| \
861 X"$0" : 'X\(//\)$' \| \
862 X"$0" : 'X\(/\)' \| \
863 . : '\(.\)' 2>/dev/null ||
864echo X"$0" |
865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
867 /^X\(\/\/\)$/{ s//\1/; q; }
868 /^X\(\/\).*/{ s//\1/; q; }
869 s/.*/./; q'`
252b5132
RH
870 srcdir=$ac_confdir
871 if test ! -r $srcdir/$ac_unique_file; then
872 srcdir=..
873 fi
874else
875 ac_srcdir_defaulted=no
876fi
877if test ! -r $srcdir/$ac_unique_file; then
878 if test "$ac_srcdir_defaulted" = yes; then
42ecbf5e
DJ
879 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
880 { (exit 1); exit 1; }; }
252b5132 881 else
42ecbf5e
DJ
882 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
883 { (exit 1); exit 1; }; }
252b5132
RH
884 fi
885fi
42ecbf5e
DJ
886(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
887 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
888 { (exit 1); exit 1; }; }
889srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
890ac_env_build_alias_set=${build_alias+set}
891ac_env_build_alias_value=$build_alias
892ac_cv_env_build_alias_set=${build_alias+set}
893ac_cv_env_build_alias_value=$build_alias
894ac_env_host_alias_set=${host_alias+set}
895ac_env_host_alias_value=$host_alias
896ac_cv_env_host_alias_set=${host_alias+set}
897ac_cv_env_host_alias_value=$host_alias
898ac_env_target_alias_set=${target_alias+set}
899ac_env_target_alias_value=$target_alias
900ac_cv_env_target_alias_set=${target_alias+set}
901ac_cv_env_target_alias_value=$target_alias
902ac_env_CC_set=${CC+set}
903ac_env_CC_value=$CC
904ac_cv_env_CC_set=${CC+set}
905ac_cv_env_CC_value=$CC
906ac_env_CFLAGS_set=${CFLAGS+set}
907ac_env_CFLAGS_value=$CFLAGS
908ac_cv_env_CFLAGS_set=${CFLAGS+set}
909ac_cv_env_CFLAGS_value=$CFLAGS
910ac_env_LDFLAGS_set=${LDFLAGS+set}
911ac_env_LDFLAGS_value=$LDFLAGS
912ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
913ac_cv_env_LDFLAGS_value=$LDFLAGS
914ac_env_CPPFLAGS_set=${CPPFLAGS+set}
915ac_env_CPPFLAGS_value=$CPPFLAGS
916ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
917ac_cv_env_CPPFLAGS_value=$CPPFLAGS
918ac_env_CPP_set=${CPP+set}
919ac_env_CPP_value=$CPP
920ac_cv_env_CPP_set=${CPP+set}
921ac_cv_env_CPP_value=$CPP
252b5132 922
42ecbf5e
DJ
923#
924# Report the --help message.
925#
926if test "$ac_init_help" = "long"; then
927 # Omit some internal or obsolete options to make the list less imposing.
928 # This message is too long to be a string in the A/UX 3.1 sh.
929 cat <<_ACEOF
930\`configure' configures this package to adapt to many kinds of systems.
252b5132 931
42ecbf5e 932Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 933
42ecbf5e
DJ
934To assign environment variables (e.g., CC, CFLAGS...), specify them as
935VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 936
42ecbf5e 937Defaults for the options are specified in brackets.
ac48eca1 938
42ecbf5e
DJ
939Configuration:
940 -h, --help display this help and exit
941 --help=short display options specific to this package
942 --help=recursive display the short help of all the included packages
943 -V, --version display version information and exit
944 -q, --quiet, --silent do not print \`checking...' messages
945 --cache-file=FILE cache test results in FILE [disabled]
946 -C, --config-cache alias for \`--cache-file=config.cache'
947 -n, --no-create do not create output files
948 --srcdir=DIR find the sources in DIR [configure dir or \`..']
949
950_ACEOF
951
952 cat <<_ACEOF
953Installation directories:
954 --prefix=PREFIX install architecture-independent files in PREFIX
955 [$ac_default_prefix]
956 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
957 [PREFIX]
ac48eca1 958
42ecbf5e
DJ
959By default, \`make install' will install all the files in
960\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
961an installation prefix other than \`$ac_default_prefix' using \`--prefix',
962for instance \`--prefix=\$HOME'.
ac48eca1 963
42ecbf5e 964For better control, use the options below.
ac48eca1 965
42ecbf5e
DJ
966Fine tuning of the installation directories:
967 --bindir=DIR user executables [EPREFIX/bin]
968 --sbindir=DIR system admin executables [EPREFIX/sbin]
969 --libexecdir=DIR program executables [EPREFIX/libexec]
970 --datadir=DIR read-only architecture-independent data [PREFIX/share]
971 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
972 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
973 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
974 --libdir=DIR object code libraries [EPREFIX/lib]
975 --includedir=DIR C header files [PREFIX/include]
976 --oldincludedir=DIR C header files for non-gcc [/usr/include]
977 --infodir=DIR info documentation [PREFIX/info]
978 --mandir=DIR man documentation [PREFIX/man]
979_ACEOF
ac48eca1 980
42ecbf5e 981 cat <<\_ACEOF
252b5132 982
42ecbf5e
DJ
983Program names:
984 --program-prefix=PREFIX prepend PREFIX to installed program names
985 --program-suffix=SUFFIX append SUFFIX to installed program names
986 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 987
42ecbf5e
DJ
988System types:
989 --build=BUILD configure for building on BUILD [guessed]
990 --host=HOST cross-compile to build programs to run on HOST [BUILD]
991 --target=TARGET configure for building compilers for TARGET [HOST]
992_ACEOF
252b5132 993fi
252b5132 994
42ecbf5e 995if test -n "$ac_init_help"; then
252b5132 996
42ecbf5e 997 cat <<\_ACEOF
e5a52504 998
42ecbf5e
DJ
999Optional Features:
1000 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1001 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1002 --disable-dependency-tracking speeds up one-time build
1003 --enable-dependency-tracking do not reject slow dependency extractors
d7040cdb
SE
1004 --enable-shared[=PKGS]
1005 build shared libraries [default=yes]
1006 --enable-static[=PKGS]
1007 build static libraries [default=yes]
1008 --enable-fast-install[=PKGS]
1009 optimize for fast installation [default=yes]
42ecbf5e
DJ
1010 --disable-libtool-lock avoid locking (might break parallel builds)
1011 --enable-targets alternative target configurations
1012 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
241a6c40
AM
1013 --enable-werror treat compile warnings as errors
1014 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1015 --disable-nls do not use Native Language Support
1016 --enable-maintainer-mode enable make rules and dependencies not useful
1017 (and sometimes confusing) to the casual installer
1018
1019Optional Packages:
1020 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1021 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1022 --with-pic try to use only PIC/non-PIC objects [default=use
1023 both]
1024 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
42ecbf5e
DJ
1025 --with-lib-path=dir1:dir2... set default LIB_PATH
1026 --with-sysroot=DIR Search for usr/lib et al within DIR.
42ecbf5e
DJ
1027
1028Some influential environment variables:
1029 CC C compiler command
1030 CFLAGS C compiler flags
1031 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1032 nonstandard directory <lib dir>
1033 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1034 headers in a nonstandard directory <include dir>
1035 CPP C preprocessor
1036
1037Use these variables to override the choices made by `configure' or to help
1038it to find libraries and programs with nonstandard names/locations.
1039
1040_ACEOF
1041fi
1042
1043if test "$ac_init_help" = "recursive"; then
1044 # If there are subdirs, report their specific --help.
1045 ac_popdir=`pwd`
1046 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1047 test -d $ac_dir || continue
1048 ac_builddir=.
1049
1050if test "$ac_dir" != .; then
1051 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1052 # A "../" for each directory in $ac_dir_suffix.
1053 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1054else
1055 ac_dir_suffix= ac_top_builddir=
1056fi
1057
1058case $srcdir in
1059 .) # No --srcdir option. We are building in place.
1060 ac_srcdir=.
1061 if test -z "$ac_top_builddir"; then
1062 ac_top_srcdir=.
1063 else
1064 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1065 fi ;;
1066 [\\/]* | ?:[\\/]* ) # Absolute path.
1067 ac_srcdir=$srcdir$ac_dir_suffix;
1068 ac_top_srcdir=$srcdir ;;
1069 *) # Relative path.
1070 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1071 ac_top_srcdir=$ac_top_builddir$srcdir ;;
252b5132
RH
1072esac
1073
42ecbf5e
DJ
1074# Do not use `cd foo && pwd` to compute absolute paths, because
1075# the directories may not exist.
1076case `pwd` in
1077.) ac_abs_builddir="$ac_dir";;
1078*)
1079 case "$ac_dir" in
1080 .) ac_abs_builddir=`pwd`;;
1081 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1082 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1083 esac;;
1084esac
1085case $ac_abs_builddir in
1086.) ac_abs_top_builddir=${ac_top_builddir}.;;
1087*)
1088 case ${ac_top_builddir}. in
1089 .) ac_abs_top_builddir=$ac_abs_builddir;;
1090 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1091 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1092 esac;;
1093esac
1094case $ac_abs_builddir in
1095.) ac_abs_srcdir=$ac_srcdir;;
1096*)
1097 case $ac_srcdir in
1098 .) ac_abs_srcdir=$ac_abs_builddir;;
1099 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1100 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1101 esac;;
1102esac
1103case $ac_abs_builddir in
1104.) ac_abs_top_srcdir=$ac_top_srcdir;;
1105*)
1106 case $ac_top_srcdir in
1107 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1108 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1109 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1110 esac;;
1111esac
a2d91340 1112
42ecbf5e
DJ
1113 cd $ac_dir
1114 # Check for guested configure; otherwise get Cygnus style configure.
1115 if test -f $ac_srcdir/configure.gnu; then
1116 echo
1117 $SHELL $ac_srcdir/configure.gnu --help=recursive
1118 elif test -f $ac_srcdir/configure; then
1119 echo
1120 $SHELL $ac_srcdir/configure --help=recursive
1121 elif test -f $ac_srcdir/configure.ac ||
1122 test -f $ac_srcdir/configure.in; then
1123 echo
1124 $ac_configure --help
1125 else
1126 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1127 fi
502bdb00 1128 cd $ac_popdir
42ecbf5e 1129 done
a2d91340
AC
1130fi
1131
42ecbf5e
DJ
1132test -n "$ac_init_help" && exit 0
1133if $ac_init_version; then
1134 cat <<\_ACEOF
a2d91340 1135
42ecbf5e
DJ
1136Copyright (C) 2003 Free Software Foundation, Inc.
1137This configure script is free software; the Free Software Foundation
1138gives unlimited permission to copy, distribute and modify it.
1139_ACEOF
1140 exit 0
1141fi
1142exec 5>config.log
1143cat >&5 <<_ACEOF
1144This file contains any messages produced by compilers while
1145running configure, to aid debugging if configure makes a mistake.
a2d91340 1146
42ecbf5e
DJ
1147It was created by $as_me, which was
1148generated by GNU Autoconf 2.59. Invocation command line was
a2d91340 1149
42ecbf5e 1150 $ $0 $@
a2d91340 1151
42ecbf5e
DJ
1152_ACEOF
1153{
1154cat <<_ASUNAME
1155## --------- ##
1156## Platform. ##
1157## --------- ##
1158
1159hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1160uname -m = `(uname -m) 2>/dev/null || echo unknown`
1161uname -r = `(uname -r) 2>/dev/null || echo unknown`
1162uname -s = `(uname -s) 2>/dev/null || echo unknown`
1163uname -v = `(uname -v) 2>/dev/null || echo unknown`
1164
1165/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1166/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1167
1168/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1169/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1170/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1171hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1172/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1173/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1174/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1175
1176_ASUNAME
1177
1178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1179for as_dir in $PATH
1180do
1181 IFS=$as_save_IFS
1182 test -z "$as_dir" && as_dir=.
1183 echo "PATH: $as_dir"
1184done
252b5132 1185
42ecbf5e 1186} >&5
5d64ca4e 1187
42ecbf5e 1188cat >&5 <<_ACEOF
5d64ca4e 1189
5d64ca4e 1190
42ecbf5e
DJ
1191## ----------- ##
1192## Core tests. ##
1193## ----------- ##
5d64ca4e 1194
42ecbf5e 1195_ACEOF
2469cfa2 1196
42ecbf5e
DJ
1197
1198# Keep a trace of the command line.
1199# Strip out --no-create and --no-recursion so they do not pile up.
1200# Strip out --silent because we don't want to record it for future runs.
1201# Also quote any args containing shell meta-characters.
1202# Make two passes to allow for proper duplicate-argument suppression.
1203ac_configure_args=
1204ac_configure_args0=
1205ac_configure_args1=
1206ac_sep=
1207ac_must_keep_next=false
1208for ac_pass in 1 2
1209do
1210 for ac_arg
1211 do
1212 case $ac_arg in
1213 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1214 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1215 | -silent | --silent | --silen | --sile | --sil)
1216 continue ;;
1217 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1218 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1219 esac
1220 case $ac_pass in
1221 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1222 2)
1223 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1224 if test $ac_must_keep_next = true; then
1225 ac_must_keep_next=false # Got value, back to normal.
1226 else
1227 case $ac_arg in
1228 *=* | --config-cache | -C | -disable-* | --disable-* \
1229 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1230 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1231 | -with-* | --with-* | -without-* | --without-* | --x)
1232 case "$ac_configure_args0 " in
1233 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1234 esac
1235 ;;
1236 -* ) ac_must_keep_next=true ;;
1237 esac
1238 fi
1239 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1240 # Get rid of the leading space.
1241 ac_sep=" "
1242 ;;
1243 esac
1244 done
1245done
1246$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1247$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1248
1249# When interrupted or exit'd, cleanup temporary files, and complete
1250# config.log. We remove comments because anyway the quotes in there
1251# would cause problems or look ugly.
1252# WARNING: Be sure not to use single quotes in there, as some shells,
1253# such as our DU 5.0 friend, will then `close' the trap.
1254trap 'exit_status=$?
1255 # Save into config.log some information that might help in debugging.
1256 {
1257 echo
1258
1259 cat <<\_ASBOX
1260## ---------------- ##
1261## Cache variables. ##
1262## ---------------- ##
1263_ASBOX
1264 echo
1265 # The following way of writing the cache mishandles newlines in values,
1266{
1267 (set) 2>&1 |
1268 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1269 *ac_space=\ *)
1270 sed -n \
1271 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1272 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1273 ;;
1274 *)
1275 sed -n \
1276 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1277 ;;
1278 esac;
1279}
1280 echo
1281
1282 cat <<\_ASBOX
1283## ----------------- ##
1284## Output variables. ##
1285## ----------------- ##
1286_ASBOX
1287 echo
1288 for ac_var in $ac_subst_vars
1289 do
1290 eval ac_val=$`echo $ac_var`
1291 echo "$ac_var='"'"'$ac_val'"'"'"
1292 done | sort
1293 echo
1294
1295 if test -n "$ac_subst_files"; then
1296 cat <<\_ASBOX
1297## ------------- ##
1298## Output files. ##
1299## ------------- ##
1300_ASBOX
1301 echo
1302 for ac_var in $ac_subst_files
1303 do
1304 eval ac_val=$`echo $ac_var`
1305 echo "$ac_var='"'"'$ac_val'"'"'"
1306 done | sort
1307 echo
1308 fi
1309
1310 if test -s confdefs.h; then
1311 cat <<\_ASBOX
1312## ----------- ##
1313## confdefs.h. ##
1314## ----------- ##
1315_ASBOX
1316 echo
1317 sed "/^$/d" confdefs.h | sort
1318 echo
1319 fi
1320 test "$ac_signal" != 0 &&
1321 echo "$as_me: caught signal $ac_signal"
1322 echo "$as_me: exit $exit_status"
1323 } >&5
1324 rm -f core *.core &&
1325 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1326 exit $exit_status
1327 ' 0
1328for ac_signal in 1 2 13 15; do
1329 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1330done
1331ac_signal=0
1332
1333# confdefs.h avoids OS command line length limits that DEFS can exceed.
1334rm -rf conftest* confdefs.h
1335# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1336echo >confdefs.h
1337
1338# Predefined preprocessor variables.
1339
1340cat >>confdefs.h <<_ACEOF
1341#define PACKAGE_NAME "$PACKAGE_NAME"
1342_ACEOF
1343
1344
1345cat >>confdefs.h <<_ACEOF
1346#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1347_ACEOF
1348
1349
1350cat >>confdefs.h <<_ACEOF
1351#define PACKAGE_VERSION "$PACKAGE_VERSION"
1352_ACEOF
1353
1354
1355cat >>confdefs.h <<_ACEOF
1356#define PACKAGE_STRING "$PACKAGE_STRING"
1357_ACEOF
1358
1359
1360cat >>confdefs.h <<_ACEOF
1361#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1362_ACEOF
1363
1364
1365# Let the site file select an alternate cache file if it wants to.
1366# Prefer explicitly selected file to automatically selected ones.
1367if test -z "$CONFIG_SITE"; then
1368 if test "x$prefix" != xNONE; then
1369 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1370 else
1371 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1372 fi
1373fi
1374for ac_site_file in $CONFIG_SITE; do
1375 if test -r "$ac_site_file"; then
1376 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1377echo "$as_me: loading site script $ac_site_file" >&6;}
1378 sed 's/^/| /' "$ac_site_file" >&5
1379 . "$ac_site_file"
1380 fi
1381done
1382
1383if test -r "$cache_file"; then
1384 # Some versions of bash will fail to source /dev/null (special
1385 # files actually), so we avoid doing that.
1386 if test -f "$cache_file"; then
1387 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1388echo "$as_me: loading cache $cache_file" >&6;}
1389 case $cache_file in
1390 [\\/]* | ?:[\\/]* ) . $cache_file;;
1391 *) . ./$cache_file;;
1392 esac
1393 fi
1394else
1395 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1396echo "$as_me: creating cache $cache_file" >&6;}
1397 >$cache_file
1398fi
1399
1400# Check that the precious variables saved in the cache have kept the same
1401# value.
1402ac_cache_corrupted=false
1403for ac_var in `(set) 2>&1 |
1404 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1405 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1406 eval ac_new_set=\$ac_env_${ac_var}_set
1407 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1408 eval ac_new_val="\$ac_env_${ac_var}_value"
1409 case $ac_old_set,$ac_new_set in
1410 set,)
1411 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1412echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1413 ac_cache_corrupted=: ;;
1414 ,set)
1415 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1416echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1417 ac_cache_corrupted=: ;;
1418 ,);;
1419 *)
1420 if test "x$ac_old_val" != "x$ac_new_val"; then
1421 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1422echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1423 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1424echo "$as_me: former value: $ac_old_val" >&2;}
1425 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1426echo "$as_me: current value: $ac_new_val" >&2;}
1427 ac_cache_corrupted=:
1428 fi;;
1429 esac
1430 # Pass precious variables to config.status.
1431 if test "$ac_new_set" = set; then
1432 case $ac_new_val in
1433 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1434 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1435 *) ac_arg=$ac_var=$ac_new_val ;;
1436 esac
1437 case " $ac_configure_args " in
1438 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1439 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1440 esac
1441 fi
1442done
1443if $ac_cache_corrupted; then
1444 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1445echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1446 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1447echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1448 { (exit 1); exit 1; }; }
1449fi
1450
1451ac_ext=c
1452ac_cpp='$CPP $CPPFLAGS'
1453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1455ac_compiler_gnu=$ac_cv_c_compiler_gnu
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476ac_aux_dir=
1477for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1478 if test -f $ac_dir/install-sh; then
1479 ac_aux_dir=$ac_dir
1480 ac_install_sh="$ac_aux_dir/install-sh -c"
1481 break
1482 elif test -f $ac_dir/install.sh; then
1483 ac_aux_dir=$ac_dir
1484 ac_install_sh="$ac_aux_dir/install.sh -c"
1485 break
1486 elif test -f $ac_dir/shtool; then
1487 ac_aux_dir=$ac_dir
1488 ac_install_sh="$ac_aux_dir/shtool install -c"
1489 break
1490 fi
1491done
1492if test -z "$ac_aux_dir"; then
1493 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1494echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1495 { (exit 1); exit 1; }; }
1496fi
1497ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1498ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1499ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1500
1501# Make sure we can run config.sub.
1502$ac_config_sub sun4 >/dev/null 2>&1 ||
1503 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1504echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1505 { (exit 1); exit 1; }; }
1506
1507echo "$as_me:$LINENO: checking build system type" >&5
1508echo $ECHO_N "checking build system type... $ECHO_C" >&6
1509if test "${ac_cv_build+set}" = set; then
1510 echo $ECHO_N "(cached) $ECHO_C" >&6
1511else
1512 ac_cv_build_alias=$build_alias
1513test -z "$ac_cv_build_alias" &&
1514 ac_cv_build_alias=`$ac_config_guess`
1515test -z "$ac_cv_build_alias" &&
1516 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1517echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1518 { (exit 1); exit 1; }; }
1519ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1520 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1521echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1522 { (exit 1); exit 1; }; }
1523
1524fi
1525echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1526echo "${ECHO_T}$ac_cv_build" >&6
1527build=$ac_cv_build
1528build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1529build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1530build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1531
1532
1533echo "$as_me:$LINENO: checking host system type" >&5
1534echo $ECHO_N "checking host system type... $ECHO_C" >&6
1535if test "${ac_cv_host+set}" = set; then
1536 echo $ECHO_N "(cached) $ECHO_C" >&6
1537else
1538 ac_cv_host_alias=$host_alias
1539test -z "$ac_cv_host_alias" &&
1540 ac_cv_host_alias=$ac_cv_build_alias
1541ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1542 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1543echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1544 { (exit 1); exit 1; }; }
1545
1546fi
1547echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1548echo "${ECHO_T}$ac_cv_host" >&6
1549host=$ac_cv_host
1550host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1551host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1552host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1553
1554
1555echo "$as_me:$LINENO: checking target system type" >&5
1556echo $ECHO_N "checking target system type... $ECHO_C" >&6
1557if test "${ac_cv_target+set}" = set; then
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
1559else
1560 ac_cv_target_alias=$target_alias
1561test "x$ac_cv_target_alias" = "x" &&
1562 ac_cv_target_alias=$ac_cv_host_alias
1563ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1564 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1565echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1566 { (exit 1); exit 1; }; }
1567
1568fi
1569echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1570echo "${ECHO_T}$ac_cv_target" >&6
1571target=$ac_cv_target
1572target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1573target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1574target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1575
1576
1577# The aliases save the names the user supplied, while $host etc.
1578# will get canonicalized.
1579test -n "$target_alias" &&
1580 test "$program_prefix$program_suffix$program_transform_name" = \
1581 NONENONEs,x,x, &&
1582 program_prefix=${target_alias}-
1583ac_ext=c
1584ac_cpp='$CPP $CPPFLAGS'
1585ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1586ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1587ac_compiler_gnu=$ac_cv_c_compiler_gnu
1588if test -n "$ac_tool_prefix"; then
1589 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1590set dummy ${ac_tool_prefix}gcc; ac_word=$2
1591echo "$as_me:$LINENO: checking for $ac_word" >&5
1592echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1593if test "${ac_cv_prog_CC+set}" = set; then
1594 echo $ECHO_N "(cached) $ECHO_C" >&6
1595else
1596 if test -n "$CC"; then
1597 ac_cv_prog_CC="$CC" # Let the user override the test.
1598else
1599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1600for as_dir in $PATH
1601do
1602 IFS=$as_save_IFS
1603 test -z "$as_dir" && as_dir=.
1604 for ac_exec_ext in '' $ac_executable_extensions; do
1605 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1606 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1608 break 2
1609 fi
1610done
1611done
1612
1613fi
1614fi
1615CC=$ac_cv_prog_CC
1616if test -n "$CC"; then
1617 echo "$as_me:$LINENO: result: $CC" >&5
1618echo "${ECHO_T}$CC" >&6
1619else
1620 echo "$as_me:$LINENO: result: no" >&5
1621echo "${ECHO_T}no" >&6
1622fi
1623
1624fi
1625if test -z "$ac_cv_prog_CC"; then
1626 ac_ct_CC=$CC
1627 # Extract the first word of "gcc", so it can be a program name with args.
1628set dummy gcc; ac_word=$2
1629echo "$as_me:$LINENO: checking for $ac_word" >&5
1630echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1631if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1632 echo $ECHO_N "(cached) $ECHO_C" >&6
1633else
1634 if test -n "$ac_ct_CC"; then
1635 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1636else
1637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1638for as_dir in $PATH
1639do
1640 IFS=$as_save_IFS
1641 test -z "$as_dir" && as_dir=.
1642 for ac_exec_ext in '' $ac_executable_extensions; do
1643 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1644 ac_cv_prog_ac_ct_CC="gcc"
1645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1646 break 2
1647 fi
1648done
1649done
1650
1651fi
1652fi
1653ac_ct_CC=$ac_cv_prog_ac_ct_CC
1654if test -n "$ac_ct_CC"; then
1655 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1656echo "${ECHO_T}$ac_ct_CC" >&6
1657else
1658 echo "$as_me:$LINENO: result: no" >&5
1659echo "${ECHO_T}no" >&6
1660fi
1661
1662 CC=$ac_ct_CC
1663else
1664 CC="$ac_cv_prog_CC"
1665fi
1666
1667if test -z "$CC"; then
1668 if test -n "$ac_tool_prefix"; then
1669 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1670set dummy ${ac_tool_prefix}cc; ac_word=$2
1671echo "$as_me:$LINENO: checking for $ac_word" >&5
1672echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1673if test "${ac_cv_prog_CC+set}" = set; then
1674 echo $ECHO_N "(cached) $ECHO_C" >&6
1675else
1676 if test -n "$CC"; then
1677 ac_cv_prog_CC="$CC" # Let the user override the test.
1678else
1679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1680for as_dir in $PATH
1681do
1682 IFS=$as_save_IFS
1683 test -z "$as_dir" && as_dir=.
1684 for ac_exec_ext in '' $ac_executable_extensions; do
1685 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1686 ac_cv_prog_CC="${ac_tool_prefix}cc"
1687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1688 break 2
1689 fi
1690done
1691done
1692
1693fi
1694fi
1695CC=$ac_cv_prog_CC
1696if test -n "$CC"; then
1697 echo "$as_me:$LINENO: result: $CC" >&5
1698echo "${ECHO_T}$CC" >&6
1699else
1700 echo "$as_me:$LINENO: result: no" >&5
1701echo "${ECHO_T}no" >&6
1702fi
1703
1704fi
1705if test -z "$ac_cv_prog_CC"; then
1706 ac_ct_CC=$CC
1707 # Extract the first word of "cc", so it can be a program name with args.
1708set dummy cc; ac_word=$2
1709echo "$as_me:$LINENO: checking for $ac_word" >&5
1710echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1711if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1712 echo $ECHO_N "(cached) $ECHO_C" >&6
1713else
1714 if test -n "$ac_ct_CC"; then
1715 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1716else
1717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1718for as_dir in $PATH
1719do
1720 IFS=$as_save_IFS
1721 test -z "$as_dir" && as_dir=.
1722 for ac_exec_ext in '' $ac_executable_extensions; do
1723 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1724 ac_cv_prog_ac_ct_CC="cc"
1725 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1726 break 2
1727 fi
1728done
1729done
1730
1731fi
1732fi
1733ac_ct_CC=$ac_cv_prog_ac_ct_CC
1734if test -n "$ac_ct_CC"; then
1735 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1736echo "${ECHO_T}$ac_ct_CC" >&6
1737else
1738 echo "$as_me:$LINENO: result: no" >&5
1739echo "${ECHO_T}no" >&6
1740fi
1741
1742 CC=$ac_ct_CC
1743else
1744 CC="$ac_cv_prog_CC"
1745fi
1746
1747fi
1748if test -z "$CC"; then
1749 # Extract the first word of "cc", so it can be a program name with args.
1750set dummy cc; ac_word=$2
1751echo "$as_me:$LINENO: checking for $ac_word" >&5
1752echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1753if test "${ac_cv_prog_CC+set}" = set; then
1754 echo $ECHO_N "(cached) $ECHO_C" >&6
1755else
1756 if test -n "$CC"; then
1757 ac_cv_prog_CC="$CC" # Let the user override the test.
1758else
1759 ac_prog_rejected=no
1760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1761for as_dir in $PATH
1762do
1763 IFS=$as_save_IFS
1764 test -z "$as_dir" && as_dir=.
1765 for ac_exec_ext in '' $ac_executable_extensions; do
1766 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1767 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1768 ac_prog_rejected=yes
1769 continue
1770 fi
1771 ac_cv_prog_CC="cc"
1772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1773 break 2
1774 fi
1775done
1776done
1777
1778if test $ac_prog_rejected = yes; then
1779 # We found a bogon in the path, so make sure we never use it.
1780 set dummy $ac_cv_prog_CC
1781 shift
1782 if test $# != 0; then
1783 # We chose a different compiler from the bogus one.
1784 # However, it has the same basename, so the bogon will be chosen
1785 # first if we set CC to just the basename; use the full file name.
1786 shift
1787 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1788 fi
1789fi
1790fi
1791fi
1792CC=$ac_cv_prog_CC
1793if test -n "$CC"; then
1794 echo "$as_me:$LINENO: result: $CC" >&5
1795echo "${ECHO_T}$CC" >&6
1796else
1797 echo "$as_me:$LINENO: result: no" >&5
1798echo "${ECHO_T}no" >&6
1799fi
1800
1801fi
1802if test -z "$CC"; then
1803 if test -n "$ac_tool_prefix"; then
1804 for ac_prog in cl
1805 do
1806 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1807set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1808echo "$as_me:$LINENO: checking for $ac_word" >&5
1809echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1810if test "${ac_cv_prog_CC+set}" = set; then
1811 echo $ECHO_N "(cached) $ECHO_C" >&6
1812else
1813 if test -n "$CC"; then
1814 ac_cv_prog_CC="$CC" # Let the user override the test.
1815else
1816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1817for as_dir in $PATH
1818do
1819 IFS=$as_save_IFS
1820 test -z "$as_dir" && as_dir=.
1821 for ac_exec_ext in '' $ac_executable_extensions; do
1822 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1823 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1824 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1825 break 2
1826 fi
1827done
1828done
1829
1830fi
1831fi
1832CC=$ac_cv_prog_CC
1833if test -n "$CC"; then
1834 echo "$as_me:$LINENO: result: $CC" >&5
1835echo "${ECHO_T}$CC" >&6
1836else
1837 echo "$as_me:$LINENO: result: no" >&5
1838echo "${ECHO_T}no" >&6
1839fi
1840
1841 test -n "$CC" && break
1842 done
1843fi
1844if test -z "$CC"; then
1845 ac_ct_CC=$CC
1846 for ac_prog in cl
1847do
1848 # Extract the first word of "$ac_prog", so it can be a program name with args.
1849set dummy $ac_prog; ac_word=$2
1850echo "$as_me:$LINENO: checking for $ac_word" >&5
1851echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1852if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1853 echo $ECHO_N "(cached) $ECHO_C" >&6
1854else
1855 if test -n "$ac_ct_CC"; then
1856 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1857else
1858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1859for as_dir in $PATH
1860do
1861 IFS=$as_save_IFS
1862 test -z "$as_dir" && as_dir=.
1863 for ac_exec_ext in '' $ac_executable_extensions; do
1864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1865 ac_cv_prog_ac_ct_CC="$ac_prog"
1866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1867 break 2
1868 fi
1869done
1870done
1871
1872fi
1873fi
1874ac_ct_CC=$ac_cv_prog_ac_ct_CC
1875if test -n "$ac_ct_CC"; then
1876 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1877echo "${ECHO_T}$ac_ct_CC" >&6
1878else
1879 echo "$as_me:$LINENO: result: no" >&5
1880echo "${ECHO_T}no" >&6
1881fi
1882
1883 test -n "$ac_ct_CC" && break
1884done
1885
1886 CC=$ac_ct_CC
1887fi
1888
1889fi
1890
1891
1892test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1893See \`config.log' for more details." >&5
1894echo "$as_me: error: no acceptable C compiler found in \$PATH
1895See \`config.log' for more details." >&2;}
1896 { (exit 1); exit 1; }; }
1897
1898# Provide some information about the compiler.
1899echo "$as_me:$LINENO:" \
1900 "checking for C compiler version" >&5
1901ac_compiler=`set X $ac_compile; echo $2`
1902{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1903 (eval $ac_compiler --version </dev/null >&5) 2>&5
1904 ac_status=$?
1905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1906 (exit $ac_status); }
1907{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1908 (eval $ac_compiler -v </dev/null >&5) 2>&5
1909 ac_status=$?
1910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1911 (exit $ac_status); }
1912{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1913 (eval $ac_compiler -V </dev/null >&5) 2>&5
1914 ac_status=$?
1915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1916 (exit $ac_status); }
1917
1918cat >conftest.$ac_ext <<_ACEOF
1919/* confdefs.h. */
1920_ACEOF
1921cat confdefs.h >>conftest.$ac_ext
1922cat >>conftest.$ac_ext <<_ACEOF
1923/* end confdefs.h. */
1924
1925int
1926main ()
1927{
1928
1929 ;
1930 return 0;
1931}
1932_ACEOF
1933ac_clean_files_save=$ac_clean_files
1934ac_clean_files="$ac_clean_files a.out a.exe b.out"
1935# Try to create an executable without -o first, disregard a.out.
1936# It will help us diagnose broken compilers, and finding out an intuition
1937# of exeext.
1938echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1939echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1940ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1941if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1942 (eval $ac_link_default) 2>&5
1943 ac_status=$?
1944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1945 (exit $ac_status); }; then
1946 # Find the output, starting from the most likely. This scheme is
1947# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1948# resort.
1949
1950# Be careful to initialize this variable, since it used to be cached.
1951# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1952ac_cv_exeext=
1953# b.out is created by i960 compilers.
1954for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1955do
1956 test -f "$ac_file" || continue
1957 case $ac_file in
1958 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1959 ;;
1960 conftest.$ac_ext )
1961 # This is the source file.
1962 ;;
1963 [ab].out )
1964 # We found the default executable, but exeext='' is most
1965 # certainly right.
1966 break;;
1967 *.* )
1968 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1969 # FIXME: I believe we export ac_cv_exeext for Libtool,
1970 # but it would be cool to find out if it's true. Does anybody
1971 # maintain Libtool? --akim.
1972 export ac_cv_exeext
1973 break;;
1974 * )
1975 break;;
1976 esac
1977done
1978else
1979 echo "$as_me: failed program was:" >&5
1980sed 's/^/| /' conftest.$ac_ext >&5
1981
1982{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1983See \`config.log' for more details." >&5
1984echo "$as_me: error: C compiler cannot create executables
1985See \`config.log' for more details." >&2;}
1986 { (exit 77); exit 77; }; }
1987fi
1988
1989ac_exeext=$ac_cv_exeext
1990echo "$as_me:$LINENO: result: $ac_file" >&5
1991echo "${ECHO_T}$ac_file" >&6
1992
1993# Check the compiler produces executables we can run. If not, either
1994# the compiler is broken, or we cross compile.
1995echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1996echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1997# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1998# If not cross compiling, check that we can run a simple program.
1999if test "$cross_compiling" != yes; then
2000 if { ac_try='./$ac_file'
2001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2002 (eval $ac_try) 2>&5
2003 ac_status=$?
2004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2005 (exit $ac_status); }; }; then
2006 cross_compiling=no
2007 else
2008 if test "$cross_compiling" = maybe; then
2009 cross_compiling=yes
2010 else
2011 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2012If you meant to cross compile, use \`--host'.
2013See \`config.log' for more details." >&5
2014echo "$as_me: error: cannot run C compiled programs.
2015If you meant to cross compile, use \`--host'.
2016See \`config.log' for more details." >&2;}
2017 { (exit 1); exit 1; }; }
2018 fi
2019 fi
2020fi
2021echo "$as_me:$LINENO: result: yes" >&5
2022echo "${ECHO_T}yes" >&6
2023
2024rm -f a.out a.exe conftest$ac_cv_exeext b.out
2025ac_clean_files=$ac_clean_files_save
2026# Check the compiler produces executables we can run. If not, either
2027# the compiler is broken, or we cross compile.
2028echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2029echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2030echo "$as_me:$LINENO: result: $cross_compiling" >&5
2031echo "${ECHO_T}$cross_compiling" >&6
2032
2033echo "$as_me:$LINENO: checking for suffix of executables" >&5
2034echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2035if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2036 (eval $ac_link) 2>&5
2037 ac_status=$?
2038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2039 (exit $ac_status); }; then
2040 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2041# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2042# work properly (i.e., refer to `conftest.exe'), while it won't with
2043# `rm'.
2044for ac_file in conftest.exe conftest conftest.*; do
2045 test -f "$ac_file" || continue
2046 case $ac_file in
2047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2048 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2049 export ac_cv_exeext
2050 break;;
2051 * ) break;;
2052 esac
2053done
2054else
2055 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2056See \`config.log' for more details." >&5
2057echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2058See \`config.log' for more details." >&2;}
2059 { (exit 1); exit 1; }; }
2060fi
2061
2062rm -f conftest$ac_cv_exeext
2063echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2064echo "${ECHO_T}$ac_cv_exeext" >&6
2065
2066rm -f conftest.$ac_ext
2067EXEEXT=$ac_cv_exeext
2068ac_exeext=$EXEEXT
2069echo "$as_me:$LINENO: checking for suffix of object files" >&5
2070echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2071if test "${ac_cv_objext+set}" = set; then
2072 echo $ECHO_N "(cached) $ECHO_C" >&6
2073else
2074 cat >conftest.$ac_ext <<_ACEOF
2075/* confdefs.h. */
2076_ACEOF
2077cat confdefs.h >>conftest.$ac_ext
2078cat >>conftest.$ac_ext <<_ACEOF
2079/* end confdefs.h. */
2080
2081int
2082main ()
2083{
2084
2085 ;
2086 return 0;
2087}
2088_ACEOF
2089rm -f conftest.o conftest.obj
2090if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2091 (eval $ac_compile) 2>&5
2092 ac_status=$?
2093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2094 (exit $ac_status); }; then
2095 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2096 case $ac_file in
2097 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2098 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2099 break;;
2100 esac
2101done
2102else
2103 echo "$as_me: failed program was:" >&5
2104sed 's/^/| /' conftest.$ac_ext >&5
2105
2106{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2107See \`config.log' for more details." >&5
2108echo "$as_me: error: cannot compute suffix of object files: cannot compile
2109See \`config.log' for more details." >&2;}
2110 { (exit 1); exit 1; }; }
2111fi
2112
2113rm -f conftest.$ac_cv_objext conftest.$ac_ext
2114fi
2115echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2116echo "${ECHO_T}$ac_cv_objext" >&6
2117OBJEXT=$ac_cv_objext
2118ac_objext=$OBJEXT
2119echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2120echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2121if test "${ac_cv_c_compiler_gnu+set}" = set; then
2122 echo $ECHO_N "(cached) $ECHO_C" >&6
2123else
2124 cat >conftest.$ac_ext <<_ACEOF
2125/* confdefs.h. */
2126_ACEOF
2127cat confdefs.h >>conftest.$ac_ext
2128cat >>conftest.$ac_ext <<_ACEOF
2129/* end confdefs.h. */
2130
2131int
2132main ()
2133{
2134#ifndef __GNUC__
2135 choke me
2136#endif
2137
2138 ;
2139 return 0;
2140}
2141_ACEOF
2142rm -f conftest.$ac_objext
2143if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2144 (eval $ac_compile) 2>conftest.er1
2145 ac_status=$?
2146 grep -v '^ *+' conftest.er1 >conftest.err
2147 rm -f conftest.er1
2148 cat conftest.err >&5
2149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2150 (exit $ac_status); } &&
502bdb00
JW
2151 { ac_try='test -z "$ac_c_werror_flag"
2152 || test ! -s conftest.err'
42ecbf5e
DJ
2153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2154 (eval $ac_try) 2>&5
2155 ac_status=$?
2156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2157 (exit $ac_status); }; } &&
2158 { ac_try='test -s conftest.$ac_objext'
2159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2160 (eval $ac_try) 2>&5
2161 ac_status=$?
2162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2163 (exit $ac_status); }; }; then
2164 ac_compiler_gnu=yes
2165else
2166 echo "$as_me: failed program was:" >&5
2167sed 's/^/| /' conftest.$ac_ext >&5
2168
2169ac_compiler_gnu=no
2170fi
2171rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2172ac_cv_c_compiler_gnu=$ac_compiler_gnu
2173
2174fi
2175echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2176echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2177GCC=`test $ac_compiler_gnu = yes && echo yes`
2178ac_test_CFLAGS=${CFLAGS+set}
2179ac_save_CFLAGS=$CFLAGS
2180CFLAGS="-g"
2181echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2182echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2183if test "${ac_cv_prog_cc_g+set}" = set; then
2184 echo $ECHO_N "(cached) $ECHO_C" >&6
2185else
2186 cat >conftest.$ac_ext <<_ACEOF
2187/* confdefs.h. */
2188_ACEOF
2189cat confdefs.h >>conftest.$ac_ext
2190cat >>conftest.$ac_ext <<_ACEOF
2191/* end confdefs.h. */
2192
2193int
2194main ()
2195{
2196
2197 ;
2198 return 0;
2199}
2200_ACEOF
2201rm -f conftest.$ac_objext
2202if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2203 (eval $ac_compile) 2>conftest.er1
2204 ac_status=$?
2205 grep -v '^ *+' conftest.er1 >conftest.err
2206 rm -f conftest.er1
2207 cat conftest.err >&5
2208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209 (exit $ac_status); } &&
502bdb00
JW
2210 { ac_try='test -z "$ac_c_werror_flag"
2211 || test ! -s conftest.err'
42ecbf5e
DJ
2212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2213 (eval $ac_try) 2>&5
2214 ac_status=$?
2215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2216 (exit $ac_status); }; } &&
2217 { ac_try='test -s conftest.$ac_objext'
2218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2219 (eval $ac_try) 2>&5
2220 ac_status=$?
2221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2222 (exit $ac_status); }; }; then
2223 ac_cv_prog_cc_g=yes
2224else
2225 echo "$as_me: failed program was:" >&5
2226sed 's/^/| /' conftest.$ac_ext >&5
2227
2228ac_cv_prog_cc_g=no
2229fi
2230rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2231fi
2232echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2233echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2234if test "$ac_test_CFLAGS" = set; then
2235 CFLAGS=$ac_save_CFLAGS
2236elif test $ac_cv_prog_cc_g = yes; then
2237 if test "$GCC" = yes; then
2238 CFLAGS="-g -O2"
2239 else
2240 CFLAGS="-g"
2241 fi
2242else
2243 if test "$GCC" = yes; then
2244 CFLAGS="-O2"
2245 else
2246 CFLAGS=
2247 fi
2248fi
2249echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2250echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2251if test "${ac_cv_prog_cc_stdc+set}" = set; then
2252 echo $ECHO_N "(cached) $ECHO_C" >&6
2253else
2254 ac_cv_prog_cc_stdc=no
2255ac_save_CC=$CC
2256cat >conftest.$ac_ext <<_ACEOF
2257/* confdefs.h. */
2258_ACEOF
2259cat confdefs.h >>conftest.$ac_ext
2260cat >>conftest.$ac_ext <<_ACEOF
2261/* end confdefs.h. */
2262#include <stdarg.h>
2263#include <stdio.h>
2264#include <sys/types.h>
2265#include <sys/stat.h>
2266/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2267struct buf { int x; };
2268FILE * (*rcsopen) (struct buf *, struct stat *, int);
2269static char *e (p, i)
2270 char **p;
2271 int i;
2272{
2273 return p[i];
2274}
2275static char *f (char * (*g) (char **, int), char **p, ...)
2276{
2277 char *s;
2278 va_list v;
2279 va_start (v,p);
2280 s = g (p, va_arg (v,int));
2281 va_end (v);
2282 return s;
2283}
2284
2285/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2286 function prototypes and stuff, but not '\xHH' hex character constants.
2287 These don't provoke an error unfortunately, instead are silently treated
2288 as 'x'. The following induces an error, until -std1 is added to get
2289 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2290 array size at least. It's necessary to write '\x00'==0 to get something
2291 that's true only with -std1. */
2292int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2293
2294int test (int i, double x);
2295struct s1 {int (*f) (int a);};
2296struct s2 {int (*f) (double a);};
2297int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2298int argc;
2299char **argv;
2300int
2301main ()
2302{
2303return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2304 ;
2305 return 0;
2306}
2307_ACEOF
2308# Don't try gcc -ansi; that turns off useful extensions and
2309# breaks some systems' header files.
2310# AIX -qlanglvl=ansi
2311# Ultrix and OSF/1 -std1
2312# HP-UX 10.20 and later -Ae
2313# HP-UX older versions -Aa -D_HPUX_SOURCE
2314# SVR4 -Xc -D__EXTENSIONS__
2315for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2316do
2317 CC="$ac_save_CC $ac_arg"
2318 rm -f conftest.$ac_objext
2319if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2320 (eval $ac_compile) 2>conftest.er1
2321 ac_status=$?
2322 grep -v '^ *+' conftest.er1 >conftest.err
2323 rm -f conftest.er1
2324 cat conftest.err >&5
2325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326 (exit $ac_status); } &&
502bdb00
JW
2327 { ac_try='test -z "$ac_c_werror_flag"
2328 || test ! -s conftest.err'
42ecbf5e
DJ
2329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2330 (eval $ac_try) 2>&5
2331 ac_status=$?
2332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2333 (exit $ac_status); }; } &&
2334 { ac_try='test -s conftest.$ac_objext'
2335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2336 (eval $ac_try) 2>&5
2337 ac_status=$?
2338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2339 (exit $ac_status); }; }; then
2340 ac_cv_prog_cc_stdc=$ac_arg
2341break
2342else
2343 echo "$as_me: failed program was:" >&5
2344sed 's/^/| /' conftest.$ac_ext >&5
2345
2346fi
2347rm -f conftest.err conftest.$ac_objext
2348done
2349rm -f conftest.$ac_ext conftest.$ac_objext
2350CC=$ac_save_CC
2351
2352fi
2353
2354case "x$ac_cv_prog_cc_stdc" in
2355 x|xno)
2356 echo "$as_me:$LINENO: result: none needed" >&5
2357echo "${ECHO_T}none needed" >&6 ;;
2358 *)
2359 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2360echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2361 CC="$CC $ac_cv_prog_cc_stdc" ;;
2362esac
2363
2364# Some people use a C++ compiler to compile C. Since we use `exit',
2365# in C++ we need to declare it. In case someone uses the same compiler
2366# for both compiling C and C++ we need to have the C++ compiler decide
2367# the declaration of exit, since it's the most demanding environment.
2368cat >conftest.$ac_ext <<_ACEOF
2369#ifndef __cplusplus
2370 choke me
2371#endif
2372_ACEOF
2373rm -f conftest.$ac_objext
2374if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2375 (eval $ac_compile) 2>conftest.er1
2376 ac_status=$?
2377 grep -v '^ *+' conftest.er1 >conftest.err
2378 rm -f conftest.er1
2379 cat conftest.err >&5
2380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381 (exit $ac_status); } &&
502bdb00
JW
2382 { ac_try='test -z "$ac_c_werror_flag"
2383 || test ! -s conftest.err'
42ecbf5e
DJ
2384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2385 (eval $ac_try) 2>&5
2386 ac_status=$?
2387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2388 (exit $ac_status); }; } &&
2389 { ac_try='test -s conftest.$ac_objext'
2390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2391 (eval $ac_try) 2>&5
2392 ac_status=$?
2393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2394 (exit $ac_status); }; }; then
2395 for ac_declaration in \
2396 '' \
2397 'extern "C" void std::exit (int) throw (); using std::exit;' \
2398 'extern "C" void std::exit (int); using std::exit;' \
2399 'extern "C" void exit (int) throw ();' \
2400 'extern "C" void exit (int);' \
2401 'void exit (int);'
2402do
2403 cat >conftest.$ac_ext <<_ACEOF
2404/* confdefs.h. */
2405_ACEOF
2406cat confdefs.h >>conftest.$ac_ext
2407cat >>conftest.$ac_ext <<_ACEOF
2408/* end confdefs.h. */
2409$ac_declaration
2410#include <stdlib.h>
2411int
2412main ()
2413{
2414exit (42);
2415 ;
2416 return 0;
2417}
2418_ACEOF
2419rm -f conftest.$ac_objext
2420if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2421 (eval $ac_compile) 2>conftest.er1
2422 ac_status=$?
2423 grep -v '^ *+' conftest.er1 >conftest.err
2424 rm -f conftest.er1
2425 cat conftest.err >&5
2426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2427 (exit $ac_status); } &&
502bdb00
JW
2428 { ac_try='test -z "$ac_c_werror_flag"
2429 || test ! -s conftest.err'
42ecbf5e
DJ
2430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2431 (eval $ac_try) 2>&5
2432 ac_status=$?
2433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2434 (exit $ac_status); }; } &&
2435 { ac_try='test -s conftest.$ac_objext'
2436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2437 (eval $ac_try) 2>&5
2438 ac_status=$?
2439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2440 (exit $ac_status); }; }; then
2441 :
2442else
2443 echo "$as_me: failed program was:" >&5
2444sed 's/^/| /' conftest.$ac_ext >&5
2445
2446continue
2447fi
2448rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2449 cat >conftest.$ac_ext <<_ACEOF
2450/* confdefs.h. */
2451_ACEOF
2452cat confdefs.h >>conftest.$ac_ext
2453cat >>conftest.$ac_ext <<_ACEOF
2454/* end confdefs.h. */
2455$ac_declaration
2456int
2457main ()
2458{
2459exit (42);
2460 ;
2461 return 0;
2462}
2463_ACEOF
2464rm -f conftest.$ac_objext
2465if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2466 (eval $ac_compile) 2>conftest.er1
2467 ac_status=$?
2468 grep -v '^ *+' conftest.er1 >conftest.err
2469 rm -f conftest.er1
2470 cat conftest.err >&5
2471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2472 (exit $ac_status); } &&
502bdb00
JW
2473 { ac_try='test -z "$ac_c_werror_flag"
2474 || test ! -s conftest.err'
42ecbf5e
DJ
2475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2476 (eval $ac_try) 2>&5
2477 ac_status=$?
2478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2479 (exit $ac_status); }; } &&
2480 { ac_try='test -s conftest.$ac_objext'
2481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2482 (eval $ac_try) 2>&5
2483 ac_status=$?
2484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2485 (exit $ac_status); }; }; then
2486 break
2487else
2488 echo "$as_me: failed program was:" >&5
2489sed 's/^/| /' conftest.$ac_ext >&5
2490
2491fi
2492rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2493done
2494rm -f conftest*
2495if test -n "$ac_declaration"; then
2496 echo '#ifdef __cplusplus' >>confdefs.h
2497 echo $ac_declaration >>confdefs.h
2498 echo '#endif' >>confdefs.h
2499fi
2500
2501else
2502 echo "$as_me: failed program was:" >&5
2503sed 's/^/| /' conftest.$ac_ext >&5
2504
2505fi
2506rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2507ac_ext=c
2508ac_cpp='$CPP $CPPFLAGS'
2509ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2510ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2511ac_compiler_gnu=$ac_cv_c_compiler_gnu
2512
2513
2514echo "$as_me:$LINENO: checking for library containing strerror" >&5
2515echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2516if test "${ac_cv_search_strerror+set}" = set; then
2517 echo $ECHO_N "(cached) $ECHO_C" >&6
2518else
2519 ac_func_search_save_LIBS=$LIBS
2520ac_cv_search_strerror=no
2521cat >conftest.$ac_ext <<_ACEOF
2522/* confdefs.h. */
2523_ACEOF
2524cat confdefs.h >>conftest.$ac_ext
2525cat >>conftest.$ac_ext <<_ACEOF
2526/* end confdefs.h. */
2527
2528/* Override any gcc2 internal prototype to avoid an error. */
2529#ifdef __cplusplus
2530extern "C"
2531#endif
2532/* We use char because int might match the return type of a gcc2
2533 builtin and then its argument prototype would still apply. */
2534char strerror ();
2535int
2536main ()
2537{
2538strerror ();
2539 ;
2540 return 0;
2541}
2542_ACEOF
2543rm -f conftest.$ac_objext conftest$ac_exeext
2544if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2545 (eval $ac_link) 2>conftest.er1
2546 ac_status=$?
2547 grep -v '^ *+' conftest.er1 >conftest.err
2548 rm -f conftest.er1
2549 cat conftest.err >&5
2550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2551 (exit $ac_status); } &&
502bdb00
JW
2552 { ac_try='test -z "$ac_c_werror_flag"
2553 || test ! -s conftest.err'
42ecbf5e
DJ
2554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2555 (eval $ac_try) 2>&5
2556 ac_status=$?
2557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2558 (exit $ac_status); }; } &&
2559 { ac_try='test -s conftest$ac_exeext'
2560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2561 (eval $ac_try) 2>&5
2562 ac_status=$?
2563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2564 (exit $ac_status); }; }; then
2565 ac_cv_search_strerror="none required"
2566else
2567 echo "$as_me: failed program was:" >&5
2568sed 's/^/| /' conftest.$ac_ext >&5
2569
2570fi
2571rm -f conftest.err conftest.$ac_objext \
2572 conftest$ac_exeext conftest.$ac_ext
2573if test "$ac_cv_search_strerror" = no; then
2574 for ac_lib in cposix; do
2575 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2576 cat >conftest.$ac_ext <<_ACEOF
2577/* confdefs.h. */
2578_ACEOF
2579cat confdefs.h >>conftest.$ac_ext
2580cat >>conftest.$ac_ext <<_ACEOF
2581/* end confdefs.h. */
2582
2583/* Override any gcc2 internal prototype to avoid an error. */
2584#ifdef __cplusplus
2585extern "C"
2586#endif
2587/* We use char because int might match the return type of a gcc2
2588 builtin and then its argument prototype would still apply. */
2589char strerror ();
2590int
2591main ()
2592{
2593strerror ();
2594 ;
2595 return 0;
2596}
2597_ACEOF
2598rm -f conftest.$ac_objext conftest$ac_exeext
2599if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2600 (eval $ac_link) 2>conftest.er1
2601 ac_status=$?
2602 grep -v '^ *+' conftest.er1 >conftest.err
2603 rm -f conftest.er1
2604 cat conftest.err >&5
2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606 (exit $ac_status); } &&
502bdb00
JW
2607 { ac_try='test -z "$ac_c_werror_flag"
2608 || test ! -s conftest.err'
42ecbf5e
DJ
2609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2610 (eval $ac_try) 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }; } &&
2614 { ac_try='test -s conftest$ac_exeext'
2615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2616 (eval $ac_try) 2>&5
2617 ac_status=$?
2618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2619 (exit $ac_status); }; }; then
2620 ac_cv_search_strerror="-l$ac_lib"
2621break
2622else
2623 echo "$as_me: failed program was:" >&5
2624sed 's/^/| /' conftest.$ac_ext >&5
2625
2626fi
2627rm -f conftest.err conftest.$ac_objext \
2628 conftest$ac_exeext conftest.$ac_ext
2629 done
2630fi
2631LIBS=$ac_func_search_save_LIBS
2632fi
2633echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2634echo "${ECHO_T}$ac_cv_search_strerror" >&6
2635if test "$ac_cv_search_strerror" != no; then
2636 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2637
2638fi
e5a52504
MM
2639
2640
2641BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
42ecbf5e 2642am__api_version="1.9"
e5a52504
MM
2643# Find a good install program. We prefer a C program (faster),
2644# so one script is as good as another. But avoid the broken or
2645# incompatible versions:
2646# SysV /etc/install, /usr/sbin/install
2647# SunOS /usr/etc/install
2648# IRIX /sbin/install
2649# AIX /bin/install
42ecbf5e 2650# AmigaOS /C/install, which installs bootblocks on floppy discs
e5a52504
MM
2651# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2652# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2653# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42ecbf5e 2654# OS/2's system install, which has a completely different semantic
e5a52504 2655# ./install, which can be erroneously created by make from ./install.sh.
42ecbf5e
DJ
2656echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2657echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
e5a52504 2658if test -z "$INSTALL"; then
42ecbf5e
DJ
2659if test "${ac_cv_path_install+set}" = set; then
2660 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 2661else
42ecbf5e
DJ
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663for as_dir in $PATH
2664do
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 # Account for people who put trailing slashes in PATH elements.
2668case $as_dir/ in
2669 ./ | .// | /cC/* | \
2670 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2671 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2672 /usr/ucb/* ) ;;
2673 *)
2674 # OSF1 and SCO ODT 3.0 have their own names for install.
2675 # Don't use installbsd from OSF since it installs stuff as root
2676 # by default.
2677 for ac_prog in ginstall scoinst install; do
2678 for ac_exec_ext in '' $ac_executable_extensions; do
2679 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 2680 if test $ac_prog = install &&
42ecbf5e 2681 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
2682 # AIX install. It has an incompatible calling convention.
2683 :
42ecbf5e
DJ
2684 elif test $ac_prog = install &&
2685 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2686 # program-specific install script used by HP pwplus--don't use.
2687 :
252b5132 2688 else
42ecbf5e
DJ
2689 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2690 break 3
252b5132
RH
2691 fi
2692 fi
2693 done
42ecbf5e
DJ
2694 done
2695 ;;
2696esac
2697done
2698
252b5132
RH
2699
2700fi
2701 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 2702 INSTALL=$ac_cv_path_install
252b5132
RH
2703 else
2704 # As a last resort, use the slow shell script. We don't cache a
2705 # path for INSTALL within a source directory, because that will
2706 # break other packages using the cache if that directory is
2707 # removed, or if the path is relative.
42ecbf5e 2708 INSTALL=$ac_install_sh
252b5132
RH
2709 fi
2710fi
42ecbf5e
DJ
2711echo "$as_me:$LINENO: result: $INSTALL" >&5
2712echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2713
2714# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2715# It thinks the first close brace ends the variable substitution.
2716test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2717
42ecbf5e 2718test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2719
2720test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2721
42ecbf5e
DJ
2722echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2723echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2724# Just in case
2725sleep 1
42ecbf5e 2726echo timestamp > conftest.file
252b5132
RH
2727# Do `set' in a subshell so we don't clobber the current shell's
2728# arguments. Must try -L first in case configure is actually a
2729# symlink; some systems play weird games with the mod time of symlinks
2730# (eg FreeBSD returns the mod time of the symlink's containing
2731# directory).
2732if (
42ecbf5e 2733 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2734 if test "$*" = "X"; then
2735 # -L didn't work.
42ecbf5e 2736 set X `ls -t $srcdir/configure conftest.file`
252b5132 2737 fi
42ecbf5e
DJ
2738 rm -f conftest.file
2739 if test "$*" != "X $srcdir/configure conftest.file" \
2740 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2741
2742 # If neither matched, then we have a broken ls. This can happen
2743 # if, for instance, CONFIG_SHELL is bash and it inherits a
2744 # broken ls alias from the environment. This has actually
2745 # happened. Such a system could not be considered "sane".
42ecbf5e
DJ
2746 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2747alias in your environment" >&5
2748echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2749alias in your environment" >&2;}
2750 { (exit 1); exit 1; }; }
252b5132
RH
2751 fi
2752
42ecbf5e 2753 test "$2" = conftest.file
252b5132
RH
2754 )
2755then
2756 # Ok.
2757 :
2758else
42ecbf5e
DJ
2759 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2760Check your system clock" >&5
2761echo "$as_me: error: newly created file is older than distributed files!
2762Check your system clock" >&2;}
2763 { (exit 1); exit 1; }; }
252b5132 2764fi
42ecbf5e
DJ
2765echo "$as_me:$LINENO: result: yes" >&5
2766echo "${ECHO_T}yes" >&6
252b5132 2767test "$program_prefix" != NONE &&
42ecbf5e 2768 program_transform_name="s,^,$program_prefix,;$program_transform_name"
252b5132
RH
2769# Use a double $ so make ignores it.
2770test "$program_suffix" != NONE &&
42ecbf5e
DJ
2771 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2772# Double any \ or $. echo might interpret backslashes.
2773# By default was `s,x,x', remove it if useless.
2774cat <<\_ACEOF >conftest.sed
2775s/[\\$]/&&/g;s/;s,x,x,$//
2776_ACEOF
2777program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2778rm conftest.sed
2779
2780# expand $ac_aux_dir to an absolute path
2781am_aux_dir=`cd $ac_aux_dir && pwd`
2782
2783test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2784# Use eval to expand $SHELL
2785if eval "$MISSING --run true"; then
2786 am_missing_run="$MISSING --run "
2787else
2788 am_missing_run=
2789 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2790echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2791fi
2792
2793if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2794 # We used to keeping the `.' as first argument, in order to
2795 # allow $(mkdir_p) to be used without argument. As in
2796 # $(mkdir_p) $(somedir)
2797 # where $(somedir) is conditionally defined. However this is wrong
2798 # for two reasons:
2799 # 1. if the package is installed by a user who cannot write `.'
2800 # make install will fail,
2801 # 2. the above comment should most certainly read
2802 # $(mkdir_p) $(DESTDIR)$(somedir)
2803 # so it does not work when $(somedir) is undefined and
2804 # $(DESTDIR) is not.
2805 # To support the latter case, we have to write
2806 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2807 # so the `.' trick is pointless.
2808 mkdir_p='mkdir -p --'
2809else
2810 # On NextStep and OpenStep, the `mkdir' command does not
2811 # recognize any option. It will interpret all options as
2812 # directories to create, and then abort because `.' already
2813 # exists.
2814 for d in ./-p ./--version;
2815 do
2816 test -d $d && rmdir $d
2817 done
2818 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2819 if test -f "$ac_aux_dir/mkinstalldirs"; then
2820 mkdir_p='$(mkinstalldirs)'
2821 else
2822 mkdir_p='$(install_sh) -d'
2823 fi
2824fi
2825
2826for ac_prog in gawk mawk nawk awk
2827do
2828 # Extract the first word of "$ac_prog", so it can be a program name with args.
2829set dummy $ac_prog; ac_word=$2
2830echo "$as_me:$LINENO: checking for $ac_word" >&5
2831echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2832if test "${ac_cv_prog_AWK+set}" = set; then
2833 echo $ECHO_N "(cached) $ECHO_C" >&6
2834else
2835 if test -n "$AWK"; then
2836 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2837else
2838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2839for as_dir in $PATH
2840do
2841 IFS=$as_save_IFS
2842 test -z "$as_dir" && as_dir=.
2843 for ac_exec_ext in '' $ac_executable_extensions; do
2844 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2845 ac_cv_prog_AWK="$ac_prog"
2846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 break 2
2848 fi
2849done
2850done
2851
2852fi
2853fi
2854AWK=$ac_cv_prog_AWK
2855if test -n "$AWK"; then
2856 echo "$as_me:$LINENO: result: $AWK" >&5
2857echo "${ECHO_T}$AWK" >&6
2858else
2859 echo "$as_me:$LINENO: result: no" >&5
2860echo "${ECHO_T}no" >&6
2861fi
252b5132 2862
42ecbf5e
DJ
2863 test -n "$AWK" && break
2864done
252b5132 2865
42ecbf5e
DJ
2866echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2867echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2868set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2869if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2870 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2871else
42ecbf5e 2872 cat >conftest.make <<\_ACEOF
252b5132 2873all:
42ecbf5e
DJ
2874 @echo 'ac_maketemp="$(MAKE)"'
2875_ACEOF
252b5132 2876# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
42ecbf5e 2877eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
252b5132
RH
2878if test -n "$ac_maketemp"; then
2879 eval ac_cv_prog_make_${ac_make}_set=yes
2880else
2881 eval ac_cv_prog_make_${ac_make}_set=no
2882fi
42ecbf5e 2883rm -f conftest.make
252b5132
RH
2884fi
2885if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
42ecbf5e
DJ
2886 echo "$as_me:$LINENO: result: yes" >&5
2887echo "${ECHO_T}yes" >&6
252b5132
RH
2888 SET_MAKE=
2889else
42ecbf5e
DJ
2890 echo "$as_me:$LINENO: result: no" >&5
2891echo "${ECHO_T}no" >&6
252b5132
RH
2892 SET_MAKE="MAKE=${MAKE-make}"
2893fi
2894
42ecbf5e
DJ
2895rm -rf .tst 2>/dev/null
2896mkdir .tst 2>/dev/null
2897if test -d .tst; then
2898 am__leading_dot=.
2899else
2900 am__leading_dot=_
2901fi
2902rmdir .tst 2>/dev/null
2903
2904DEPDIR="${am__leading_dot}deps"
2905
2906 ac_config_commands="$ac_config_commands depfiles"
2907
2908
2909am_make=${MAKE-make}
2910cat > confinc << 'END'
2911am__doit:
2912 @echo done
2913.PHONY: am__doit
2914END
2915# If we don't find an include directive, just comment out the code.
2916echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2917echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2918am__include="#"
2919am__quote=
2920_am_result=none
2921# First try GNU make style include.
2922echo "include confinc" > confmf
2923# We grep out `Entering directory' and `Leaving directory'
2924# messages which can occur if `w' ends up in MAKEFLAGS.
2925# In particular we don't look at `^make:' because GNU make might
2926# be invoked under some other name (usually "gmake"), in which
2927# case it prints its new name instead of `make'.
2928if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2929 am__include=include
2930 am__quote=
2931 _am_result=GNU
2932fi
2933# Now try BSD make style include.
2934if test "$am__include" = "#"; then
2935 echo '.include "confinc"' > confmf
2936 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2937 am__include=.include
2938 am__quote="\""
2939 _am_result=BSD
2940 fi
2941fi
2942
2943
2944echo "$as_me:$LINENO: result: $_am_result" >&5
2945echo "${ECHO_T}$_am_result" >&6
2946rm -f confinc confmf
2947
2948# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2949if test "${enable_dependency_tracking+set}" = set; then
2950 enableval="$enable_dependency_tracking"
2951
2952fi;
2953if test "x$enable_dependency_tracking" != xno; then
2954 am_depcomp="$ac_aux_dir/depcomp"
2955 AMDEPBACKSLASH='\'
2956fi
2957
2958
2959if test "x$enable_dependency_tracking" != xno; then
2960 AMDEP_TRUE=
2961 AMDEP_FALSE='#'
2962else
2963 AMDEP_TRUE='#'
2964 AMDEP_FALSE=
2965fi
2966
e5a52504
MM
2967
2968
42ecbf5e
DJ
2969# test to see if srcdir already configured
2970if test "`cd $srcdir && pwd`" != "`pwd`" &&
2971 test -f $srcdir/config.status; then
2972 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2973echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2974 { (exit 1); exit 1; }; }
2975fi
252b5132 2976
42ecbf5e
DJ
2977# test whether we have cygpath
2978if test -z "$CYGPATH_W"; then
2979 if (cygpath --version) >/dev/null 2>/dev/null; then
2980 CYGPATH_W='cygpath -w'
2981 else
2982 CYGPATH_W=echo
2983 fi
252b5132 2984fi
42ecbf5e
DJ
2985
2986
2987# Define the identity of the package.
2988 PACKAGE=ld
2989 VERSION=${BFD_VERSION}
2990
2991
2992cat >>confdefs.h <<_ACEOF
e5a52504 2993#define PACKAGE "$PACKAGE"
42ecbf5e
DJ
2994_ACEOF
2995
252b5132 2996
42ecbf5e 2997cat >>confdefs.h <<_ACEOF
e5a52504 2998#define VERSION "$VERSION"
42ecbf5e
DJ
2999_ACEOF
3000
3001# Some tools Automake needs.
3002
3003ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3004
3005
3006AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3007
3008
3009AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3010
3011
3012AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3013
e5a52504 3014
42ecbf5e 3015MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
e5a52504 3016
42ecbf5e 3017install_sh=${install_sh-"$am_aux_dir/install-sh"}
e5a52504 3018
42ecbf5e
DJ
3019# Installed binaries are usually stripped using `strip' when the user
3020# run `make install-strip'. However `strip' might not be the right
3021# tool to use in cross-compilation environments, therefore Automake
3022# will honor the `STRIP' environment variable to overrule this program.
3023if test "$cross_compiling" != no; then
3024 if test -n "$ac_tool_prefix"; then
3025 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3026set dummy ${ac_tool_prefix}strip; ac_word=$2
3027echo "$as_me:$LINENO: checking for $ac_word" >&5
3028echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3029if test "${ac_cv_prog_STRIP+set}" = set; then
3030 echo $ECHO_N "(cached) $ECHO_C" >&6
3031else
3032 if test -n "$STRIP"; then
3033 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3034else
3035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036for as_dir in $PATH
3037do
3038 IFS=$as_save_IFS
3039 test -z "$as_dir" && as_dir=.
3040 for ac_exec_ext in '' $ac_executable_extensions; do
3041 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3042 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3043 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3044 break 2
3045 fi
3046done
3047done
3048
3049fi
3050fi
3051STRIP=$ac_cv_prog_STRIP
3052if test -n "$STRIP"; then
3053 echo "$as_me:$LINENO: result: $STRIP" >&5
3054echo "${ECHO_T}$STRIP" >&6
2469cfa2 3055else
42ecbf5e
DJ
3056 echo "$as_me:$LINENO: result: no" >&5
3057echo "${ECHO_T}no" >&6
3058fi
3059
e5a52504 3060fi
42ecbf5e
DJ
3061if test -z "$ac_cv_prog_STRIP"; then
3062 ac_ct_STRIP=$STRIP
3063 # Extract the first word of "strip", so it can be a program name with args.
3064set dummy strip; ac_word=$2
3065echo "$as_me:$LINENO: checking for $ac_word" >&5
3066echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3067if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3068 echo $ECHO_N "(cached) $ECHO_C" >&6
3069else
3070 if test -n "$ac_ct_STRIP"; then
3071 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3072else
3073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3074for as_dir in $PATH
3075do
3076 IFS=$as_save_IFS
3077 test -z "$as_dir" && as_dir=.
3078 for ac_exec_ext in '' $ac_executable_extensions; do
3079 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3080 ac_cv_prog_ac_ct_STRIP="strip"
3081 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3082 break 2
3083 fi
3084done
3085done
e5a52504 3086
42ecbf5e
DJ
3087 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3088fi
3089fi
3090ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3091if test -n "$ac_ct_STRIP"; then
3092 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3093echo "${ECHO_T}$ac_ct_STRIP" >&6
2469cfa2 3094else
42ecbf5e
DJ
3095 echo "$as_me:$LINENO: result: no" >&5
3096echo "${ECHO_T}no" >&6
2469cfa2
NC
3097fi
3098
42ecbf5e 3099 STRIP=$ac_ct_STRIP
2469cfa2 3100else
42ecbf5e
DJ
3101 STRIP="$ac_cv_prog_STRIP"
3102fi
3103
2469cfa2 3104fi
42ecbf5e
DJ
3105INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3106
3107# We need awk for the "check" target. The system "awk" is bad on
3108# some platforms.
3109# Always define AMTAR for backward compatibility.
3110
3111AMTAR=${AMTAR-"${am_missing_run}tar"}
3112
3113am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3114
3115
3116
3117
3118depcc="$CC" am_compiler_list=
3119
3120echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3121echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3122if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3124else
3125 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3126 # We make a subdir and do the tests there. Otherwise we can end up
3127 # making bogus files that we don't know about and never remove. For
3128 # instance it was reported that on HP-UX the gcc test will end up
3129 # making a dummy file named `D' -- because `-MD' means `put the output
3130 # in D'.
3131 mkdir conftest.dir
3132 # Copy depcomp to subdir because otherwise we won't find it if we're
3133 # using a relative directory.
3134 cp "$am_depcomp" conftest.dir
3135 cd conftest.dir
3136 # We will build objects and dependencies in a subdirectory because
3137 # it helps to detect inapplicable dependency modes. For instance
3138 # both Tru64's cc and ICC support -MD to output dependencies as a
3139 # side effect of compilation, but ICC will put the dependencies in
3140 # the current directory while Tru64 will put them in the object
3141 # directory.
3142 mkdir sub
3143
3144 am_cv_CC_dependencies_compiler_type=none
3145 if test "$am_compiler_list" = ""; then
3146 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3147 fi
3148 for depmode in $am_compiler_list; do
3149 # Setup a source with many dependencies, because some compilers
3150 # like to wrap large dependency lists on column 80 (with \), and
3151 # we should not choose a depcomp mode which is confused by this.
3152 #
3153 # We need to recreate these files for each test, as the compiler may
3154 # overwrite some of them when testing with obscure command lines.
3155 # This happens at least with the AIX C compiler.
3156 : > sub/conftest.c
3157 for i in 1 2 3 4 5 6; do
3158 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3159 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3160 # Solaris 8's {/usr,}/bin/sh.
3161 touch sub/conftst$i.h
3162 done
3163 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3164
3165 case $depmode in
3166 nosideeffect)
3167 # after this tag, mechanisms are not by side-effect, so they'll
3168 # only be used when explicitly requested
3169 if test "x$enable_dependency_tracking" = xyes; then
3170 continue
3171 else
3172 break
3173 fi
3174 ;;
3175 none) break ;;
3176 esac
3177 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3178 # mode. It turns out that the SunPro C++ compiler does not properly
3179 # handle `-M -o', and we need to detect this.
3180 if depmode=$depmode \
3181 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3182 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3183 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3184 >/dev/null 2>conftest.err &&
3185 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3186 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3187 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3188 # icc doesn't choke on unknown options, it will just issue warnings
3189 # or remarks (even with -Werror). So we grep stderr for any message
3190 # that says an option was ignored or not supported.
3191 # When given -MP, icc 7.0 and 7.1 complain thusly:
3192 # icc: Command line warning: ignoring option '-M'; no argument required
3193 # The diagnosis changed in icc 8.0:
3194 # icc: Command line remark: option '-MP' not supported
3195 if (grep 'ignoring option' conftest.err ||
3196 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3197 am_cv_CC_dependencies_compiler_type=$depmode
3198 break
3199 fi
3200 fi
3201 done
2469cfa2 3202
42ecbf5e
DJ
3203 cd ..
3204 rm -rf conftest.dir
2469cfa2 3205else
42ecbf5e
DJ
3206 am_cv_CC_dependencies_compiler_type=none
3207fi
3208
2469cfa2 3209fi
42ecbf5e
DJ
3210echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3211echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3212CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3213
2469cfa2 3214
42ecbf5e
DJ
3215
3216if
3217 test "x$enable_dependency_tracking" != xno \
3218 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3219 am__fastdepCC_TRUE=
3220 am__fastdepCC_FALSE='#'
2469cfa2 3221else
42ecbf5e
DJ
3222 am__fastdepCC_TRUE='#'
3223 am__fastdepCC_FALSE=
2469cfa2 3224fi
2469cfa2 3225
2469cfa2 3226
e5a52504 3227
42ecbf5e 3228
d7040cdb
SE
3229
3230
3231macro_version='2.1a'
3232macro_revision='1.2435'
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245ltmain="$ac_aux_dir/ltmain.sh"
3246
3247# Set options
3248
3249enable_dlopen=no
3250
3251
3252enable_win32_dll=no
3253
3254
e5a52504
MM
3255# Check whether --enable-shared or --disable-shared was given.
3256if test "${enable_shared+set}" = set; then
3257 enableval="$enable_shared"
3258 p=${PACKAGE-default}
d7040cdb
SE
3259 case $enableval in
3260 yes) enable_shared=yes ;;
3261 no) enable_shared=no ;;
3262 *)
3263 enable_shared=no
3264 # Look at the argument we got. We use all the common list separators.
3265 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3266 for pkg in $enableval; do
3267 IFS="$lt_save_ifs"
3268 if test "X$pkg" = "X$p"; then
3269 enable_shared=yes
3270 fi
3271 done
3272 IFS="$lt_save_ifs"
3273 ;;
3274 esac
2469cfa2 3275else
e5a52504 3276 enable_shared=yes
42ecbf5e 3277fi;
d7040cdb
SE
3278
3279
3280
3281
3282
3283
3284
3285
e5a52504
MM
3286# Check whether --enable-static or --disable-static was given.
3287if test "${enable_static+set}" = set; then
3288 enableval="$enable_static"
3289 p=${PACKAGE-default}
d7040cdb
SE
3290 case $enableval in
3291 yes) enable_static=yes ;;
3292 no) enable_static=no ;;
3293 *)
3294 enable_static=no
3295 # Look at the argument we got. We use all the common list separators.
3296 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3297 for pkg in $enableval; do
3298 IFS="$lt_save_ifs"
3299 if test "X$pkg" = "X$p"; then
3300 enable_static=yes
3301 fi
3302 done
3303 IFS="$lt_save_ifs"
3304 ;;
3305 esac
e5a52504 3306else
42ecbf5e
DJ
3307 enable_static=yes
3308fi;
d7040cdb
SE
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318# Check whether --with-pic or --without-pic was given.
3319if test "${with_pic+set}" = set; then
3320 withval="$with_pic"
3321 pic_mode="$withval"
3322else
3323 pic_mode=default
3324fi;
3325
3326test -z "$pic_mode" && pic_mode=default
3327
3328
3329
3330
3331
3332
3333
42ecbf5e
DJ
3334# Check whether --enable-fast-install or --disable-fast-install was given.
3335if test "${enable_fast_install+set}" = set; then
3336 enableval="$enable_fast_install"
3337 p=${PACKAGE-default}
d7040cdb
SE
3338 case $enableval in
3339 yes) enable_fast_install=yes ;;
3340 no) enable_fast_install=no ;;
3341 *)
3342 enable_fast_install=no
3343 # Look at the argument we got. We use all the common list separators.
3344 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3345 for pkg in $enableval; do
3346 IFS="$lt_save_ifs"
3347 if test "X$pkg" = "X$p"; then
3348 enable_fast_install=yes
3349 fi
3350 done
3351 IFS="$lt_save_ifs"
3352 ;;
3353 esac
d15b04bd 3354else
42ecbf5e
DJ
3355 enable_fast_install=yes
3356fi;
2469cfa2 3357
d7040cdb
SE
3358
3359
3360
3361
3362
3363
3364
3365echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3366echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
3367if test "${lt_cv_path_SED+set}" = set; then
3368 echo $ECHO_N "(cached) $ECHO_C" >&6
3369else
3370 # Loop through the user's path and test for sed and gsed.
3371# Then use that list of sed's as ones to test for truncation.
3372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3373for as_dir in $PATH
3374do
3375 IFS=$as_save_IFS
3376 test -z "$as_dir" && as_dir=.
3377 for lt_ac_prog in sed gsed; do
3378 for ac_exec_ext in '' $ac_executable_extensions; do
3379 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
3380 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
3381 fi
3382 done
3383 done
3384done
3385IFS=$as_save_IFS
3386lt_ac_max=0
3387lt_ac_count=0
3388# Add /usr/xpg4/bin/sed as it is typically found on Solaris
3389# along with /bin/sed that truncates output.
3390for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
3391 test ! -f $lt_ac_sed && continue
3392 cat /dev/null > conftest.in
3393 lt_ac_count=0
3394 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
3395 # Check for GNU sed and select it if it is found.
3396 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
3397 lt_cv_path_SED=$lt_ac_sed
3398 break
3399 fi
3400 while true; do
3401 cat conftest.in conftest.in >conftest.tmp
3402 mv conftest.tmp conftest.in
3403 cp conftest.in conftest.nl
3404 echo >>conftest.nl
3405 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
3406 cmp -s conftest.out conftest.nl || break
3407 # 10000 chars as input seems more than enough
3408 test $lt_ac_count -gt 10 && break
3409 lt_ac_count=`expr $lt_ac_count + 1`
3410 if test $lt_ac_count -gt $lt_ac_max; then
3411 lt_ac_max=$lt_ac_count
3412 lt_cv_path_SED=$lt_ac_sed
3413 fi
3414 done
3415done
3416
3417fi
3418
3419SED=$lt_cv_path_SED
3420
3421echo "$as_me:$LINENO: result: $SED" >&5
3422echo "${ECHO_T}$SED" >&6
3423
3424test -z "$SED" && SED=sed
3425Xsed="$SED -e 1s/^X//"
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437echo "$as_me:$LINENO: checking for egrep" >&5
3438echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3439if test "${ac_cv_prog_egrep+set}" = set; then
3440 echo $ECHO_N "(cached) $ECHO_C" >&6
3441else
3442 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3443 then ac_cv_prog_egrep='grep -E'
3444 else ac_cv_prog_egrep='egrep'
3445 fi
3446fi
3447echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3448echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3449 EGREP=$ac_cv_prog_egrep
3450
3451
3452echo "$as_me:$LINENO: checking for fgrep" >&5
3453echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
3454if test "${ac_cv_prog_fgrep+set}" = set; then
3455 echo $ECHO_N "(cached) $ECHO_C" >&6
3456else
3457 if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
3458 then ac_cv_prog_fgrep='grep -F'
3459 else ac_cv_prog_fgrep='fgrep'
3460 fi
3461fi
3462echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
3463echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
3464 FGREP=$ac_cv_prog_fgrep
3465
3466
3467test -z "$GREP" && GREP=grep
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
252b5132
RH
3487# Check whether --with-gnu-ld or --without-gnu-ld was given.
3488if test "${with_gnu_ld+set}" = set; then
3489 withval="$with_gnu_ld"
3490 test "$withval" = no || with_gnu_ld=yes
3491else
3492 with_gnu_ld=no
42ecbf5e 3493fi;
252b5132 3494ac_prog=ld
c7e40348 3495if test "$GCC" = yes; then
252b5132 3496 # Check if gcc -print-prog-name=ld gives a path.
d7040cdb
SE
3497 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
3498echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
ac48eca1
AO
3499 case $host in
3500 *-*-mingw*)
3501 # gcc leaves a trailing carriage return which upsets mingw
3502 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3503 *)
3504 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3505 esac
c7e40348 3506 case $ac_prog in
252b5132 3507 # Accept absolute paths.
d7040cdb 3508 [\\/]* | ?:[\\/]*)
252b5132 3509 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
3510 # Canonicalize the pathname of ld
3511 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
3512 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
3513 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
252b5132
RH
3514 done
3515 test -z "$LD" && LD="$ac_prog"
3516 ;;
3517 "")
3518 # If it fails, then pretend we aren't using GCC.
3519 ac_prog=ld
3520 ;;
3521 *)
3522 # If it is relative, then search for the first ld in PATH.
3523 with_gnu_ld=unknown
3524 ;;
3525 esac
3526elif test "$with_gnu_ld" = yes; then
42ecbf5e
DJ
3527 echo "$as_me:$LINENO: checking for GNU ld" >&5
3528echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
252b5132 3529else
42ecbf5e
DJ
3530 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3531echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
252b5132 3532fi
42ecbf5e
DJ
3533if test "${lt_cv_path_LD+set}" = set; then
3534 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3535else
3536 if test -z "$LD"; then
d7040cdb 3537 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
252b5132 3538 for ac_dir in $PATH; do
d7040cdb 3539 IFS="$lt_save_ifs"
252b5132 3540 test -z "$ac_dir" && ac_dir=.
a74801ba 3541 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
c7e40348 3542 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132 3543 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 3544 # but apparently some variants of GNU ld only accept -v.
252b5132 3545 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
3546 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
3547 *GNU* | *'with BFD'*)
252b5132 3548 test "$with_gnu_ld" != no && break
d7040cdb
SE
3549 ;;
3550 *)
252b5132 3551 test "$with_gnu_ld" != yes && break
d7040cdb
SE
3552 ;;
3553 esac
252b5132
RH
3554 fi
3555 done
d7040cdb 3556 IFS="$lt_save_ifs"
252b5132 3557else
c7e40348 3558 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3559fi
3560fi
3561
c7e40348 3562LD="$lt_cv_path_LD"
252b5132 3563if test -n "$LD"; then
42ecbf5e
DJ
3564 echo "$as_me:$LINENO: result: $LD" >&5
3565echo "${ECHO_T}$LD" >&6
252b5132 3566else
42ecbf5e
DJ
3567 echo "$as_me:$LINENO: result: no" >&5
3568echo "${ECHO_T}no" >&6
252b5132 3569fi
42ecbf5e
DJ
3570test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3571echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3572 { (exit 1); exit 1; }; }
3573echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3574echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3575if test "${lt_cv_prog_gnu_ld+set}" = set; then
3576 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 3577else
d7040cdb
SE
3578 # I'd rather use --version here, but apparently some GNU lds only accept -v.
3579case `$LD -v 2>&1 </dev/null` in
3580*GNU* | *'with BFD'*)
c7e40348 3581 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
3582 ;;
3583*)
c7e40348 3584 lt_cv_prog_gnu_ld=no
d7040cdb
SE
3585 ;;
3586esac
252b5132 3587fi
42ecbf5e
DJ
3588echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3589echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
c7e40348 3590with_gnu_ld=$lt_cv_prog_gnu_ld
252b5132
RH
3591
3592
ac48eca1 3593
d7040cdb
SE
3594
3595
3596
3597
3598
3599
3600
3601echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
3602echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
42ecbf5e
DJ
3603if test "${lt_cv_path_NM+set}" = set; then
3604 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3605else
3606 if test -n "$NM"; then
3607 # Let the user override the test.
c7e40348 3608 lt_cv_path_NM="$NM"
252b5132 3609else
d7040cdb
SE
3610 lt_nm_to_check="${ac_tool_prefix}nm"
3611 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
3612 lt_nm_to_check="$lt_nm_to_check nm"
3613 fi
3614 for lt_tmp_nm in $lt_nm_to_check; do
3615 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3616 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
3617 IFS="$lt_save_ifs"
3618 test -z "$ac_dir" && ac_dir=.
3619 tmp_nm="$ac_dir/$lt_tmp_nm"
3620 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3621 # Check to see if the nm accepts a BSD-compat flag.
3622 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3623 # nm: unknown option "B" ignored
3624 # Tru64's nm complains that /dev/null is an invalid object file
3625 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
3626 */dev/null* | *'Invalid file or object type'*)
3627 lt_cv_path_NM="$tmp_nm -B"
3628 break
3629 ;;
3630 *)
3631 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3632 */dev/null*)
3633 lt_cv_path_NM="$tmp_nm -p"
3634 break
3635 ;;
3636 *)
3637 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3638 continue # so that we can try to find one that supports BSD flags
3639 ;;
3640 esac
3641 ;;
3642 esac
252b5132 3643 fi
d7040cdb
SE
3644 done
3645 IFS="$lt_save_ifs"
252b5132 3646 done
d7040cdb 3647 : ${lt_cv_path_NM=no}
252b5132
RH
3648fi
3649fi
d7040cdb
SE
3650echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
3651echo "${ECHO_T}$lt_cv_path_NM" >&6
3652if test "$lt_cv_path_NM" != "no"; then
3653 NM="$lt_cv_path_NM"
d15b04bd 3654else
d7040cdb
SE
3655 # Didn't find any BSD compatible name lister, look for dumpbin.
3656 if test -n "$ac_tool_prefix"; then
3657 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
3658 do
3659 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3660set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3661echo "$as_me:$LINENO: checking for $ac_word" >&5
3662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3663if test "${ac_cv_prog_DUMPBIN+set}" = set; then
3664 echo $ECHO_N "(cached) $ECHO_C" >&6
3665else
3666 if test -n "$DUMPBIN"; then
3667 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
3668else
3669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3670for as_dir in $PATH
3671do
3672 IFS=$as_save_IFS
3673 test -z "$as_dir" && as_dir=.
3674 for ac_exec_ext in '' $ac_executable_extensions; do
3675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3676 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
3677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 break 2
3679 fi
3680done
3681done
3682
3683fi
3684fi
3685DUMPBIN=$ac_cv_prog_DUMPBIN
3686if test -n "$DUMPBIN"; then
3687 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
3688echo "${ECHO_T}$DUMPBIN" >&6
3689else
3690 echo "$as_me:$LINENO: result: no" >&5
3691echo "${ECHO_T}no" >&6
3692fi
3693
3694 test -n "$DUMPBIN" && break
3695 done
3696fi
3697if test -z "$DUMPBIN"; then
3698 ac_ct_DUMPBIN=$DUMPBIN
3699 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
3700do
3701 # Extract the first word of "$ac_prog", so it can be a program name with args.
3702set dummy $ac_prog; ac_word=$2
3703echo "$as_me:$LINENO: checking for $ac_word" >&5
3704echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3705if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
3707else
3708 if test -n "$ac_ct_DUMPBIN"; then
3709 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
3710else
3711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3712for as_dir in $PATH
3713do
3714 IFS=$as_save_IFS
3715 test -z "$as_dir" && as_dir=.
3716 for ac_exec_ext in '' $ac_executable_extensions; do
3717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3718 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
3719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3720 break 2
3721 fi
3722done
3723done
3724
3725fi
3726fi
3727ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
3728if test -n "$ac_ct_DUMPBIN"; then
3729 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
3730echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
3731else
3732 echo "$as_me:$LINENO: result: no" >&5
3733echo "${ECHO_T}no" >&6
3734fi
3735
3736 test -n "$ac_ct_DUMPBIN" && break
3737done
3738test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN=":"
3739
3740 DUMPBIN=$ac_ct_DUMPBIN
3741fi
3742
3743
3744 if test "$DUMPBIN" != ":"; then
3745 NM="$DUMPBIN"
3746 fi
3747fi
3748test -z "$NM" && NM=nm
3749
3750
3751
3752
3753
3754
3755echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
3756echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
3757if test "${lt_cv_nm_interface+set}" = set; then
3758 echo $ECHO_N "(cached) $ECHO_C" >&6
3759else
3760 lt_cv_nm_interface="BSD nm"
3761 echo "int some_variable = 0;" > conftest.$ac_ext
3762 (eval echo "\"\$as_me:3762: $ac_compile\"" >&5)
3763 (eval "$ac_compile" 2>conftest.err)
3764 cat conftest.err >&5
3765 (eval echo "\"\$as_me:3765: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
3766 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3767 cat conftest.err >&5
3768 (eval echo "\"\$as_me:3768: output\"" >&5)
3769 cat conftest.out >&5
3770 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3771 lt_cv_nm_interface="MS dumpbin"
3772 fi
3773 rm -f conftest*
3774fi
3775echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
3776echo "${ECHO_T}$lt_cv_nm_interface" >&6
3777
3778echo "$as_me:$LINENO: checking whether ln -s works" >&5
3779echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3780LN_S=$as_ln_s
3781if test "$LN_S" = "ln -s"; then
3782 echo "$as_me:$LINENO: result: yes" >&5
3783echo "${ECHO_T}yes" >&6
3784else
3785 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3786echo "${ECHO_T}no, using $LN_S" >&6
3787fi
3788
3789# find the maximum length of command line arguments
3790echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3791echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3792if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3793 echo $ECHO_N "(cached) $ECHO_C" >&6
3794else
3795 i=0
3796 teststring="ABCD"
3797
3798 case $build_os in
3799 msdosdjgpp*)
3800 # On DJGPP, this test can blow up pretty badly due to problems in libc
3801 # (any single argument exceeding 2000 bytes causes a buffer overrun
3802 # during glob expansion). Even if it were fixed, the result of this
3803 # check would be larger than it should be.
3804 lt_cv_sys_max_cmd_len=12288; # 12K is about right
3805 ;;
3806
3807 gnu*)
3808 # Under GNU Hurd, this test is not required because there is
3809 # no limit to the length of command line arguments.
3810 # Libtool will interpret -1 as no limit whatsoever
3811 lt_cv_sys_max_cmd_len=-1;
3812 ;;
3813
3814 cygwin* | mingw*)
3815 # On Win9x/ME, this test blows up -- it succeeds, but takes
3816 # about 5 minutes as the teststring grows exponentially.
3817 # Worse, since 9x/ME are not pre-emptively multitasking,
3818 # you end up with a "frozen" computer, even though with patience
3819 # the test eventually succeeds (with a max line length of 256k).
3820 # Instead, let's just punt: use the minimum linelength reported by
3821 # all of the supported platforms: 8192 (on NT/2K/XP).
3822 lt_cv_sys_max_cmd_len=8192;
3823 ;;
3824
3825 amigaos*)
3826 # On AmigaOS with pdksh, this test takes hours, literally.
3827 # So we just punt and use a minimum line length of 8192.
3828 lt_cv_sys_max_cmd_len=8192;
3829 ;;
3830
3831 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
3832 # This has been around since 386BSD, at least. Likely further.
3833 if test -x /sbin/sysctl; then
3834 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
3835 elif test -x /usr/sbin/sysctl; then
3836 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
3837 else
3838 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
3839 fi
3840 # And add a safety zone
3841 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
3842 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
3843 ;;
3844
3845 interix*)
3846 # We know the value 262144 and hardcode it with a safety zone (like BSD)
3847 lt_cv_sys_max_cmd_len=196608
3848 ;;
3849
3850 osf*)
3851 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
3852 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
3853 # nice to cause kernel panics so lets avoid the loop below.
3854 # First set a reasonable default.
3855 lt_cv_sys_max_cmd_len=16384
3856 #
3857 if test -x /sbin/sysconfig; then
3858 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
3859 *1*) lt_cv_sys_max_cmd_len=-1 ;;
3860 esac
3861 fi
3862 ;;
3863 sco3.2v5*)
3864 lt_cv_sys_max_cmd_len=102400
3865 ;;
3866 sysv5* | sco5v6* | sysv4.2uw2*)
3867 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
3868 if test -n "$kargmax"; then
3869 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
3870 else
3871 lt_cv_sys_max_cmd_len=32768
3872 fi
3873 ;;
3874 *)
79887925
L
3875 lt_cv_sys_max_cmd_len=`getconf ARG_MAX 2> /dev/null`
3876 if test -n $lt_cv_sys_max_cmd_len; then
3877 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
3878 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
3879 else
3880 # Make teststring a little bigger before we do anything with it.
3881 # a 1K string should be a reasonable start.
3882 for i in 1 2 3 4 5 6 7 8 ; do
3883 teststring=$teststring$teststring
3884 done
3885 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
3886 # If test is not a shell built-in, we'll probably end up computing a
3887 # maximum length that is only half of the actual maximum length, but
3888 # we can't tell.
3889 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
3890 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
3891 test $i != 17 # 1/2 MB should be enough
3892 do
3893 i=`expr $i + 1`
3894 teststring=$teststring$teststring
3895 done
3896 # Only check the string length outside the loop.
3897 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
3898 teststring=
3899 # Add a significant safety factor because C++ compilers can tack on
3900 # massive amounts of additional arguments before passing them to the
3901 # linker. It appears as though 1/2 is a usable value.
3902 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
3903 fi
d7040cdb
SE
3904 ;;
3905 esac
3906
3907fi
3908
3909if test -n $lt_cv_sys_max_cmd_len ; then
3910 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3911echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3912else
3913 echo "$as_me:$LINENO: result: none" >&5
3914echo "${ECHO_T}none" >&6
3915fi
3916max_cmd_len=$lt_cv_sys_max_cmd_len
3917
3918
3919
3920
3921
3922
3923
3924: ${CP="cp -f"}
3925: ${MV="mv -f"}
3926: ${RM="rm -f"}
3927
3928echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
3929echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
3930# Try some XSI features
3931xsi_shell=no
3932( _lt_dummy="a/b/c"
3933 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
3934 = c,a/b,, ) >/dev/null 2>&1 \
3935 && xsi_shell=yes
3936echo "$as_me:$LINENO: result: $xsi_shell" >&5
3937echo "${ECHO_T}$xsi_shell" >&6
3938
3939
3940echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
3941echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6
3942lt_shell_append=no
3943( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
3944 >/dev/null 2>&1 \
3945 && lt_shell_append=yes
3946echo "$as_me:$LINENO: result: $lt_shell_append" >&5
3947echo "${ECHO_T}$lt_shell_append" >&6
3948
3949
3950if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3951 lt_unset=unset
3952else
3953 lt_unset=false
3954fi
3955
3956
3957
3958
3959
3960# test EBCDIC or ASCII
3961case `echo X|tr X '\101'` in
3962 A) # ASCII based system
3963 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
3964 lt_SP2NL='tr \040 \012'
3965 lt_NL2SP='tr \015\012 \040\040'
3966 ;;
3967 *) # EBCDIC based system
3968 lt_SP2NL='tr \100 \n'
3969 lt_NL2SP='tr \r\n \100\100'
3970 ;;
3971esac
3972
3973
3974
3975
252b5132 3976
d7040cdb
SE
3977
3978
3979
3980
3981echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3982echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3983if test "${lt_cv_ld_reload_flag+set}" = set; then
3984 echo $ECHO_N "(cached) $ECHO_C" >&6
3985else
3986 lt_cv_ld_reload_flag='-r'
3987fi
3988echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3989echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3990reload_flag=$lt_cv_ld_reload_flag
3991case $reload_flag in
3992"" | " "*) ;;
3993*) reload_flag=" $reload_flag" ;;
3994esac
3995reload_cmds='$LD$reload_flag -o $output$reload_objs'
3996case $host_os in
3997 darwin*)
3998 if test "$GCC" = yes; then
3999 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4000 else
4001 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4002 fi
4003 ;;
4004esac
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4016echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6
42ecbf5e
DJ
4017if test "${lt_cv_deplibs_check_method+set}" = set; then
4018 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4019else
d64552c5 4020 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
4021lt_cv_file_magic_test_file=
4022lt_cv_deplibs_check_method='unknown'
4023# Need to set the preceding variable on all platforms that support
4024# interlibrary dependencies.
4025# 'none' -- dependencies not supported.
4026# `unknown' -- same as none, but documents that we really don't know.
4027# 'pass_all' -- all dependencies passed with no checks.
4028# 'test_compile' -- check by making test program.
d7040cdb
SE
4029# 'file_magic [[regex]]' -- check by looking for files in library path
4030# which responds to the $file_magic_cmd with a given extended regex.
ac48eca1
AO
4031# If you have `file' or equivalent on your system and you're not sure
4032# whether `pass_all' will *always* work, you probably want this one.
4033
c7e40348 4034case $host_os in
d7040cdb 4035aix4* | aix5*)
ac48eca1
AO
4036 lt_cv_deplibs_check_method=pass_all
4037 ;;
4038
4039beos*)
4040 lt_cv_deplibs_check_method=pass_all
4041 ;;
4042
d7040cdb 4043bsdi[45]*)
c7e40348
NC
4044 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4045 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
4046 lt_cv_file_magic_test_file=/shlib/libc.so
4047 ;;
4048
d7040cdb
SE
4049cygwin*)
4050 # func_win32_libid is a shell function defined in ltmain.sh
4051 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4052 lt_cv_file_magic_cmd='func_win32_libid'
4053 ;;
4054
4055mingw* | pw32*)
4056 # Base MSYS/MinGW do not provide the 'file' command needed by
4057 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4058 # unless we find 'file', for example because we are cross-compiling.
4059 if ( file / ) >/dev/null 2>&1; then
4060 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4061 lt_cv_file_magic_cmd='func_win32_libid'
4062 else
4063 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4064 lt_cv_file_magic_cmd='$OBJDUMP -f'
4065 fi
ac48eca1
AO
4066 ;;
4067
c7e40348 4068darwin* | rhapsody*)
32fba81d 4069 lt_cv_deplibs_check_method=pass_all
c7e40348
NC
4070 ;;
4071
d7040cdb
SE
4072freebsd* | dragonfly*)
4073 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
c7e40348 4074 case $host_cpu in
ac48eca1 4075 i*86 )
58cccadb
AO
4076 # Not sure whether the presence of OpenBSD here was a mistake.
4077 # Let's accept both of them until this is cleared up.
d7040cdb 4078 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
c7e40348 4079 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
4080 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4081 ;;
4082 esac
4083 else
4084 lt_cv_deplibs_check_method=pass_all
4085 fi
4086 ;;
4087
4088gnu*)
4089 lt_cv_deplibs_check_method=pass_all
4090 ;;
4091
d7040cdb
SE
4092hpux10.20* | hpux11*)
4093 lt_cv_file_magic_cmd=/usr/bin/file
4867be41 4094 case $host_cpu in
4867be41
DJ
4095 ia64*)
4096 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4867be41
DJ
4097 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4098 ;;
d7040cdb
SE
4099 hppa*64*)
4100 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]'
4101 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
ac48eca1
AO
4102 ;;
4103 *)
d7040cdb
SE
4104 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4105 lt_cv_file_magic_test_file=/usr/lib/libc.sl
c7e40348 4106 ;;
ac48eca1 4107 esac
d7040cdb
SE
4108 ;;
4109
4110interix[3-9]*)
4111 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4112 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4113 ;;
4114
4115irix5* | irix6* | nonstopux*)
4116 case $LD in
4117 *-32|*"-32 ") libmagic=32-bit;;
4118 *-n32|*"-n32 ") libmagic=N32;;
4119 *-64|*"-64 ") libmagic=64-bit;;
4120 *) libmagic=never-match;;
4121 esac
ac48eca1
AO
4122 lt_cv_deplibs_check_method=pass_all
4123 ;;
4124
4125# This must be Linux ELF.
d7040cdb 4126linux* | k*bsd*-gnu)
32fba81d 4127 lt_cv_deplibs_check_method=pass_all
ac48eca1
AO
4128 ;;
4129
d7040cdb
SE
4130netbsd*)
4131 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4132 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
ac48eca1 4133 else
d7040cdb 4134 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
ac48eca1
AO
4135 fi
4136 ;;
4137
d7040cdb 4138newos6*)
c7e40348
NC
4139 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4140 lt_cv_file_magic_cmd=/usr/bin/file
4141 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4142 ;;
4143
d7040cdb 4144*nto* | *qnx*)
ac48eca1
AO
4145 lt_cv_deplibs_check_method=pass_all
4146 ;;
4147
d7040cdb
SE
4148openbsd*)
4149 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4150 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4151 else
4152 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4153 fi
ac48eca1
AO
4154 ;;
4155
d7040cdb 4156osf3* | osf4* | osf5*)
ac48eca1 4157 lt_cv_deplibs_check_method=pass_all
ac48eca1
AO
4158 ;;
4159
d7040cdb 4160rdos*)
6be7c12c
AO
4161 lt_cv_deplibs_check_method=pass_all
4162 ;;
4163
d7040cdb
SE
4164solaris*)
4165 lt_cv_deplibs_check_method=pass_all
4166 ;;
4167
4168sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4169 lt_cv_deplibs_check_method=pass_all
4170 ;;
4171
4172sysv4 | sysv4.3*)
c7e40348 4173 case $host_vendor in
ac48eca1 4174 motorola)
c7e40348
NC
4175 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]'
4176 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1 4177 ;;
d7040cdb
SE
4178 ncr)
4179 lt_cv_deplibs_check_method=pass_all
4180 ;;
4181 sequent)
4182 lt_cv_file_magic_cmd='/bin/file'
4183 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4184 ;;
4185 sni)
4186 lt_cv_file_magic_cmd='/bin/file'
4187 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4188 lt_cv_file_magic_test_file=/lib/libc.so
4189 ;;
4190 siemens)
4191 lt_cv_deplibs_check_method=pass_all
4192 ;;
4193 pc)
4194 lt_cv_deplibs_check_method=pass_all
4195 ;;
ac48eca1
AO
4196 esac
4197 ;;
d7040cdb
SE
4198
4199tpf*)
4200 lt_cv_deplibs_check_method=pass_all
4201 ;;
ac48eca1
AO
4202esac
4203
4204fi
42ecbf5e
DJ
4205echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4206echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
4207file_magic_cmd=$lt_cv_file_magic_cmd
4208deplibs_check_method=$lt_cv_deplibs_check_method
d7040cdb 4209test -z "$deplibs_check_method" && deplibs_check_method=unknown
ac48eca1 4210
d15b04bd
L
4211
4212
ac48eca1 4213
ac48eca1 4214
ac48eca1 4215
ac48eca1 4216
ac48eca1 4217
ac48eca1 4218
ac48eca1 4219
252b5132
RH
4220
4221
42ecbf5e 4222if test -n "$ac_tool_prefix"; then
d7040cdb
SE
4223 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4224set dummy ${ac_tool_prefix}ar; ac_word=$2
42ecbf5e
DJ
4225echo "$as_me:$LINENO: checking for $ac_word" >&5
4226echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
d7040cdb 4227if test "${ac_cv_prog_AR+set}" = set; then
42ecbf5e 4228 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4229else
d7040cdb
SE
4230 if test -n "$AR"; then
4231 ac_cv_prog_AR="$AR" # Let the user override the test.
ac48eca1 4232else
42ecbf5e
DJ
4233as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4234for as_dir in $PATH
4235do
4236 IFS=$as_save_IFS
4237 test -z "$as_dir" && as_dir=.
4238 for ac_exec_ext in '' $ac_executable_extensions; do
4239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 4240 ac_cv_prog_AR="${ac_tool_prefix}ar"
42ecbf5e
DJ
4241 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4242 break 2
4243 fi
4244done
4245done
4246
ac48eca1
AO
4247fi
4248fi
d7040cdb
SE
4249AR=$ac_cv_prog_AR
4250if test -n "$AR"; then
4251 echo "$as_me:$LINENO: result: $AR" >&5
4252echo "${ECHO_T}$AR" >&6
ac48eca1 4253else
42ecbf5e
DJ
4254 echo "$as_me:$LINENO: result: no" >&5
4255echo "${ECHO_T}no" >&6
ac48eca1
AO
4256fi
4257
42ecbf5e 4258fi
d7040cdb
SE
4259if test -z "$ac_cv_prog_AR"; then
4260 ac_ct_AR=$AR
4261 # Extract the first word of "ar", so it can be a program name with args.
4262set dummy ar; ac_word=$2
42ecbf5e
DJ
4263echo "$as_me:$LINENO: checking for $ac_word" >&5
4264echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
d7040cdb 4265if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
42ecbf5e 4266 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4267else
d7040cdb
SE
4268 if test -n "$ac_ct_AR"; then
4269 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
ac48eca1 4270else
42ecbf5e
DJ
4271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272for as_dir in $PATH
4273do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
4276 for ac_exec_ext in '' $ac_executable_extensions; do
4277 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 4278 ac_cv_prog_ac_ct_AR="ar"
42ecbf5e
DJ
4279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 break 2
4281 fi
4282done
4283done
4284
d7040cdb 4285 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
ac48eca1
AO
4286fi
4287fi
d7040cdb
SE
4288ac_ct_AR=$ac_cv_prog_ac_ct_AR
4289if test -n "$ac_ct_AR"; then
4290 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4291echo "${ECHO_T}$ac_ct_AR" >&6
ac48eca1 4292else
42ecbf5e
DJ
4293 echo "$as_me:$LINENO: result: no" >&5
4294echo "${ECHO_T}no" >&6
ac48eca1
AO
4295fi
4296
d7040cdb 4297 AR=$ac_ct_AR
ac48eca1 4298else
d7040cdb 4299 AR="$ac_cv_prog_AR"
ac48eca1
AO
4300fi
4301
d7040cdb
SE
4302test -z "$AR" && AR=ar
4303test -z "$AR_FLAGS" && AR_FLAGS=cru
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
42ecbf5e
DJ
4315if test -n "$ac_tool_prefix"; then
4316 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 4317set dummy ${ac_tool_prefix}strip; ac_word=$2
42ecbf5e
DJ
4318echo "$as_me:$LINENO: checking for $ac_word" >&5
4319echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4320if test "${ac_cv_prog_STRIP+set}" = set; then
4321 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
4322else
4323 if test -n "$STRIP"; then
4324 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4325else
42ecbf5e
DJ
4326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4327for as_dir in $PATH
4328do
4329 IFS=$as_save_IFS
4330 test -z "$as_dir" && as_dir=.
4331 for ac_exec_ext in '' $ac_executable_extensions; do
4332 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4333 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4335 break 2
4336 fi
4337done
4338done
4339
ac48eca1
AO
4340fi
4341fi
42ecbf5e 4342STRIP=$ac_cv_prog_STRIP
ac48eca1 4343if test -n "$STRIP"; then
42ecbf5e
DJ
4344 echo "$as_me:$LINENO: result: $STRIP" >&5
4345echo "${ECHO_T}$STRIP" >&6
ac48eca1 4346else
42ecbf5e
DJ
4347 echo "$as_me:$LINENO: result: no" >&5
4348echo "${ECHO_T}no" >&6
ac48eca1
AO
4349fi
4350
42ecbf5e 4351fi
ac48eca1 4352if test -z "$ac_cv_prog_STRIP"; then
42ecbf5e 4353 ac_ct_STRIP=$STRIP
ac48eca1
AO
4354 # Extract the first word of "strip", so it can be a program name with args.
4355set dummy strip; ac_word=$2
42ecbf5e
DJ
4356echo "$as_me:$LINENO: checking for $ac_word" >&5
4357echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4358if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4359 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4360else
42ecbf5e
DJ
4361 if test -n "$ac_ct_STRIP"; then
4362 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
ac48eca1 4363else
42ecbf5e
DJ
4364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4365for as_dir in $PATH
4366do
4367 IFS=$as_save_IFS
4368 test -z "$as_dir" && as_dir=.
4369 for ac_exec_ext in '' $ac_executable_extensions; do
4370 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4371 ac_cv_prog_ac_ct_STRIP="strip"
4372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4373 break 2
4374 fi
4375done
4376done
4377
4378 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
ac48eca1
AO
4379fi
4380fi
42ecbf5e
DJ
4381ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4382if test -n "$ac_ct_STRIP"; then
4383 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4384echo "${ECHO_T}$ac_ct_STRIP" >&6
ac48eca1 4385else
42ecbf5e
DJ
4386 echo "$as_me:$LINENO: result: no" >&5
4387echo "${ECHO_T}no" >&6
ac48eca1
AO
4388fi
4389
42ecbf5e 4390 STRIP=$ac_ct_STRIP
ac48eca1 4391else
42ecbf5e 4392 STRIP="$ac_cv_prog_STRIP"
ac48eca1
AO
4393fi
4394
d7040cdb 4395test -z "$STRIP" && STRIP=:
ac48eca1 4396
252b5132 4397
a74801ba 4398
a74801ba 4399
a74801ba 4400
42ecbf5e 4401
d7040cdb
SE
4402if test -n "$ac_tool_prefix"; then
4403 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4404set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4405echo "$as_me:$LINENO: checking for $ac_word" >&5
4406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4407if test "${ac_cv_prog_RANLIB+set}" = set; then
4408 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 4409else
d7040cdb
SE
4410 if test -n "$RANLIB"; then
4411 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4412else
4413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4414for as_dir in $PATH
4415do
4416 IFS=$as_save_IFS
4417 test -z "$as_dir" && as_dir=.
4418 for ac_exec_ext in '' $ac_executable_extensions; do
4419 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4420 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4422 break 2
252b5132 4423 fi
d7040cdb
SE
4424done
4425done
252b5132 4426
d7040cdb
SE
4427fi
4428fi
4429RANLIB=$ac_cv_prog_RANLIB
4430if test -n "$RANLIB"; then
4431 echo "$as_me:$LINENO: result: $RANLIB" >&5
4432echo "${ECHO_T}$RANLIB" >&6
4433else
4434 echo "$as_me:$LINENO: result: no" >&5
4435echo "${ECHO_T}no" >&6
4436fi
4867be41 4437
d7040cdb
SE
4438fi
4439if test -z "$ac_cv_prog_RANLIB"; then
4440 ac_ct_RANLIB=$RANLIB
4441 # Extract the first word of "ranlib", so it can be a program name with args.
4442set dummy ranlib; ac_word=$2
4443echo "$as_me:$LINENO: checking for $ac_word" >&5
4444echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4445if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4446 echo $ECHO_N "(cached) $ECHO_C" >&6
4447else
4448 if test -n "$ac_ct_RANLIB"; then
4449 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4450else
4451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4452for as_dir in $PATH
4453do
4454 IFS=$as_save_IFS
4455 test -z "$as_dir" && as_dir=.
4456 for ac_exec_ext in '' $ac_executable_extensions; do
4457 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4458 ac_cv_prog_ac_ct_RANLIB="ranlib"
4459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4460 break 2
32fba81d 4461 fi
d7040cdb
SE
4462done
4463done
32fba81d 4464
d7040cdb
SE
4465 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4466fi
4467fi
4468ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4469if test -n "$ac_ct_RANLIB"; then
4470 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4471echo "${ECHO_T}$ac_ct_RANLIB" >&6
252b5132 4472else
d7040cdb
SE
4473 echo "$as_me:$LINENO: result: no" >&5
4474echo "${ECHO_T}no" >&6
4475fi
42ecbf5e 4476
d7040cdb
SE
4477 RANLIB=$ac_ct_RANLIB
4478else
4479 RANLIB="$ac_cv_prog_RANLIB"
4480fi
42ecbf5e 4481
d7040cdb 4482test -z "$RANLIB" && RANLIB=:
ac48eca1 4483
252b5132 4484
252b5132 4485
42ecbf5e 4486
ac48eca1 4487
d7040cdb
SE
4488
4489# Determine commands to create old-style static archives.
4490old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
4491old_postinstall_cmds='chmod 644 $oldlib'
4492old_postuninstall_cmds=
4493
4494if test -n "$RANLIB"; then
4495 case $host_os in
4496 openbsd*)
4497 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
4498 ;;
4499 *)
4500 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
4501 ;;
4502 esac
4503 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
252b5132 4504fi
252b5132 4505
252b5132 4506
252b5132 4507
252b5132 4508
42ecbf5e 4509
42ecbf5e 4510
252b5132 4511
252b5132 4512
252b5132
RH
4513
4514
252b5132 4515
252b5132 4516
252b5132 4517
ac48eca1 4518
42ecbf5e
DJ
4519
4520
4521
4522
4523
ac48eca1 4524
252b5132 4525
42ecbf5e 4526
9c8ebd6a 4527
9c8ebd6a 4528
9c8ebd6a 4529
42ecbf5e 4530
9c8ebd6a 4531
9c8ebd6a
DJ
4532
4533
4534
4535
ad22bfe8 4536
1ad12f97 4537
1ad12f97 4538
d7040cdb
SE
4539# If no C compiler was specified, use CC.
4540LTCC=${LTCC-"$CC"}
569acd2c 4541
d7040cdb
SE
4542# If no C compiler flags were specified, use CFLAGS.
4543LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 4544
d7040cdb
SE
4545# Allow CC to be a program name with arguments.
4546compiler=$CC
a541e3ce 4547
9e9b66a9 4548
d7040cdb
SE
4549# Check for command to grab the raw symbol name followed by C symbol from nm.
4550echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
4551echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
4552if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
4553 echo $ECHO_N "(cached) $ECHO_C" >&6
4554else
9e9b66a9 4555
d7040cdb
SE
4556# These are sane defaults that work on at least a few old systems.
4557# [They come from Ultrix. What could be older than Ultrix?!! ;)]
9e9b66a9 4558
d7040cdb
SE
4559# Character class describing NM global symbol codes.
4560symcode='[BCDEGRST]'
a2d91340 4561
d7040cdb
SE
4562# Regexp to match symbols that can be accessed directly from C.
4563sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
a2d91340 4564
d7040cdb
SE
4565# Define system-specific variables.
4566case $host_os in
4567aix*)
4568 symcode='[BCDT]'
4569 ;;
4570cygwin* | mingw* | pw32*)
4571 symcode='[ABCDGISTW]'
4572 ;;
4573hpux*)
4574 if test "$host_cpu" = ia64; then
4575 symcode='[ABCDEGRST]'
4576 fi
4577 ;;
4578irix* | nonstopux*)
4579 symcode='[BCDEGRST]'
4580 ;;
4581osf*)
4582 symcode='[BCDEGQRST]'
4583 ;;
4584solaris*)
4585 symcode='[BDRT]'
4586 ;;
4587sco3.2v5*)
4588 symcode='[DT]'
4589 ;;
4590sysv4.2uw2*)
4591 symcode='[DT]'
4592 ;;
4593sysv5* | sco5v6* | unixware* | OpenUNIX*)
4594 symcode='[ABDT]'
4595 ;;
4596sysv4)
4597 symcode='[DFNSTU]'
4598 ;;
4599esac
502bdb00 4600
d7040cdb
SE
4601# If we're using GNU nm, then use its standard symbol codes.
4602case `$NM -V 2>&1` in
4603*GNU* | *'with BFD'*)
4604 symcode='[ABCDGIRSTW]' ;;
4605esac
42ecbf5e 4606
d7040cdb
SE
4607# Transform an extracted symbol line into a proper C declaration.
4608# Some systems (esp. on ia64) link data and code symbols differently,
4609# so use this general approach.
4610lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
252b5132 4611
d7040cdb
SE
4612# Transform an extracted symbol line into symbol name and symbol address
4613lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
42ecbf5e 4614
d7040cdb
SE
4615# Handle CRLF in mingw tool chain
4616opt_cr=
4617case $build_os in
4618mingw*)
4619 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4620 ;;
4621esac
42ecbf5e 4622
d7040cdb
SE
4623# Try without a prefix underscore, then with it.
4624for ac_symprfx in "" "_"; do
4625
4626 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4627 symxfrm="\\1 $ac_symprfx\\2 \\2"
4628
4629 # Write the raw and C identifiers.
4630 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4631 # Fake it for dumpbin and say T for any non-static function
4632 # and D for any global variable.
4633 # Also find C++ and __fastcall symbols from MSVC++,
4634 # which start with @ or ?.
4635 lt_cv_sys_global_symbol_pipe="$AWK '"\
4636" {last_section=section; section=\$ 3};"\
4637" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
4638" \$ 0!~/External *\|/{next};"\
4639" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
4640" {if(hide[section]) next};"\
4641" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
4642" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
4643" s[1]~/^[@?]/{print s[1], s[1]; next};"\
4644" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
4645" ' prfx=^$ac_symprfx"
4646 else
4647 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
42ecbf5e 4648 fi
252b5132 4649
d7040cdb
SE
4650 # Check to see that the pipe works correctly.
4651 pipe_works=no
e5a52504 4652
d7040cdb
SE
4653 rm -f conftest*
4654 cat > conftest.$ac_ext <<_LT_EOF
4655#ifdef __cplusplus
4656extern "C" {
4657#endif
4658char nm_test_var;
4659void nm_test_func(void);
4660void nm_test_func(void){}
4661#ifdef __cplusplus
4662}
4663#endif
4664int main(){nm_test_var='a';nm_test_func();return(0);}
4665_LT_EOF
4666
4667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4668 (eval $ac_compile) 2>&5
4669 ac_status=$?
4670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4671 (exit $ac_status); }; then
4672 # Now try to grab the symbols.
4673 nlist=conftest.nm
4674 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4675 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4676 ac_status=$?
4677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4678 (exit $ac_status); } && test -s "$nlist"; then
4679 # Try sorting and uniquifying the output.
4680 if sort "$nlist" | uniq > "$nlist"T; then
4681 mv -f "$nlist"T "$nlist"
4682 else
4683 rm -f "$nlist"T
4684 fi
4685
4686 # Make sure that we snagged all the symbols we need.
4687 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4688 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4689 cat <<_LT_EOF > conftest.$ac_ext
4690#ifdef __cplusplus
4691extern "C" {
4692#endif
4693
4694_LT_EOF
4695 # Now generate the symbol file.
4696 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4697
4698 cat <<_LT_EOF >> conftest.$ac_ext
4699
4700/* The mapping between symbol names and symbols. */
4701const struct {
4702 const char *name;
4703 void *address;
4704}
4705lt__PROGRAM__LTX_preloaded_symbols[] =
4706{
4707 { "@PROGRAM@", (void *) 0 },
4708_LT_EOF
4709 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
4710 cat <<\_LT_EOF >> conftest.$ac_ext
4711 {0, (void *) 0}
4712};
4713
4714/* This works around a problem in FreeBSD linker */
4715#ifdef FREEBSD_WORKAROUND
4716static const void *lt_preloaded_setup() {
4717 return lt__PROGRAM__LTX_preloaded_symbols;
4718}
4719#endif
4720
4721#ifdef __cplusplus
4722}
4723#endif
4724_LT_EOF
4725 # Now try linking the two files.
4726 mv conftest.$ac_objext conftstm.$ac_objext
4727 lt_save_LIBS="$LIBS"
4728 lt_save_CFLAGS="$CFLAGS"
4729 LIBS="conftstm.$ac_objext"
4730 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
4731 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4732 (eval $ac_link) 2>&5
4733 ac_status=$?
4734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4735 (exit $ac_status); } && test -s conftest${ac_exeext}; then
4736 pipe_works=yes
4737 fi
4738 LIBS="$lt_save_LIBS"
4739 CFLAGS="$lt_save_CFLAGS"
4740 else
4741 echo "cannot find nm_test_func in $nlist" >&5
4742 fi
4743 else
4744 echo "cannot find nm_test_var in $nlist" >&5
4745 fi
4746 else
4747 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
4748 fi
4749 else
4750 echo "$progname: failed program was:" >&5
4751 cat conftest.$ac_ext >&5
4752 fi
4753 rm -f conftest* conftst*
4754
4755 # Do not use the global_symbol_pipe unless it works.
4756 if test "$pipe_works" = yes; then
4757 break
4758 else
4759 lt_cv_sys_global_symbol_pipe=
42ecbf5e 4760 fi
42ecbf5e 4761done
d15b04bd 4762
252b5132 4763fi
d7040cdb
SE
4764
4765if test -z "$lt_cv_sys_global_symbol_pipe"; then
4766 lt_cv_sys_global_symbol_to_cdecl=
42ecbf5e 4767fi
d7040cdb
SE
4768if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4769 echo "$as_me:$LINENO: result: failed" >&5
4770echo "${ECHO_T}failed" >&6
42ecbf5e 4771else
d7040cdb
SE
4772 echo "$as_me:$LINENO: result: ok" >&5
4773echo "${ECHO_T}ok" >&6
e5a52504
MM
4774fi
4775
d15b04bd 4776
42ecbf5e 4777
42ecbf5e 4778
42ecbf5e 4779
252b5132 4780
42ecbf5e 4781
42ecbf5e 4782
252b5132 4783
42ecbf5e 4784
d15b04bd 4785
42ecbf5e 4786
252b5132 4787
e5a52504 4788
42ecbf5e 4789
42ecbf5e
DJ
4790
4791
d7040cdb
SE
4792# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4793if test "${enable_libtool_lock+set}" = set; then
4794 enableval="$enable_libtool_lock"
42ecbf5e 4795
d7040cdb
SE
4796fi;
4797test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
4798
4799# Some flags need to be propagated to the compiler or linker for good
4800# libtool support.
4801case $host in
4802ia64-*-hpux*)
4803 # Find out which ABI we are using.
4804 echo 'int i;' > conftest.$ac_ext
4805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4806 (eval $ac_compile) 2>&5
42ecbf5e
DJ
4807 ac_status=$?
4808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
4809 (exit $ac_status); }; then
4810 case `/usr/bin/file conftest.$ac_objext` in
4811 *ELF-32*)
4812 HPUX_IA64_MODE="32"
4813 ;;
4814 *ELF-64*)
4815 HPUX_IA64_MODE="64"
4816 ;;
4817 esac
4818 fi
4819 rm -rf conftest*
4820 ;;
4821*-*-irix6*)
4822 # Find out which ABI we are using.
79887925 4823 echo '#line 4823 "configure"' > conftest.$ac_ext
d7040cdb
SE
4824 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4825 (eval $ac_compile) 2>&5
42ecbf5e
DJ
4826 ac_status=$?
4827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
4828 (exit $ac_status); }; then
4829 if test "$lt_cv_prog_gnu_ld" = yes; then
4830 case `/usr/bin/file conftest.$ac_objext` in
4831 *32-bit*)
4832 LD="${LD-ld} -melf32bsmip"
4833 ;;
4834 *N32*)
4835 LD="${LD-ld} -melf32bmipn32"
4836 ;;
4837 *64-bit*)
4838 LD="${LD-ld} -melf64bmip"
4839 ;;
4840 esac
4841 else
4842 case `/usr/bin/file conftest.$ac_objext` in
4843 *32-bit*)
4844 LD="${LD-ld} -32"
4845 ;;
4846 *N32*)
4847 LD="${LD-ld} -n32"
4848 ;;
4849 *64-bit*)
4850 LD="${LD-ld} -64"
4851 ;;
4852 esac
4853 fi
4854 fi
4855 rm -rf conftest*
4856 ;;
4857
4858x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
4859s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
4860 # Find out which ABI we are using.
4861 echo 'int i;' > conftest.$ac_ext
4862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4863 (eval $ac_compile) 2>&5
4864 ac_status=$?
4865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4866 (exit $ac_status); }; then
4867 case `/usr/bin/file conftest.o` in
4868 *32-bit*)
4869 case $host in
4870 x86_64-*kfreebsd*-gnu)
4871 LD="${LD-ld} -m elf_i386_fbsd"
4872 ;;
4873 x86_64-*linux*)
4874 LD="${LD-ld} -m elf_i386"
4875 ;;
4876 ppc64-*linux*|powerpc64-*linux*)
4877 LD="${LD-ld} -m elf32ppclinux"
4878 ;;
4879 s390x-*linux*)
4880 LD="${LD-ld} -m elf_s390"
4881 ;;
4882 sparc64-*linux*)
4883 LD="${LD-ld} -m elf32_sparc"
4884 ;;
4885 esac
4886 ;;
4887 *64-bit*)
4888 case $host in
4889 x86_64-*kfreebsd*-gnu)
4890 LD="${LD-ld} -m elf_x86_64_fbsd"
4891 ;;
4892 x86_64-*linux*)
4893 LD="${LD-ld} -m elf_x86_64"
4894 ;;
4895 ppc*-*linux*|powerpc*-*linux*)
4896 LD="${LD-ld} -m elf64ppc"
4897 ;;
4898 s390*-*linux*|s390*-*tpf*)
4899 LD="${LD-ld} -m elf64_s390"
4900 ;;
4901 sparc*-*linux*)
4902 LD="${LD-ld} -m elf64_sparc"
4903 ;;
4904 esac
4905 ;;
4906 esac
4907 fi
4908 rm -rf conftest*
4909 ;;
4910
4911*-*-sco3.2v5*)
4912 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4913 SAVE_CFLAGS="$CFLAGS"
4914 CFLAGS="$CFLAGS -belf"
4915 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4916echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4917if test "${lt_cv_cc_needs_belf+set}" = set; then
42ecbf5e
DJ
4918 echo $ECHO_N "(cached) $ECHO_C" >&6
4919else
d7040cdb
SE
4920 ac_ext=c
4921ac_cpp='$CPP $CPPFLAGS'
4922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4924ac_compiler_gnu=$ac_cv_c_compiler_gnu
4925
4926 cat >conftest.$ac_ext <<_ACEOF
42ecbf5e
DJ
4927/* confdefs.h. */
4928_ACEOF
4929cat confdefs.h >>conftest.$ac_ext
4930cat >>conftest.$ac_ext <<_ACEOF
4931/* end confdefs.h. */
4932
4933int
4934main ()
4935{
252b5132 4936
42ecbf5e
DJ
4937 ;
4938 return 0;
4939}
4940_ACEOF
d7040cdb
SE
4941rm -f conftest.$ac_objext conftest$ac_exeext
4942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4943 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
4944 ac_status=$?
4945 grep -v '^ *+' conftest.er1 >conftest.err
4946 rm -f conftest.er1
4947 cat conftest.err >&5
4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4949 (exit $ac_status); } &&
502bdb00
JW
4950 { ac_try='test -z "$ac_c_werror_flag"
4951 || test ! -s conftest.err'
42ecbf5e
DJ
4952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4953 (eval $ac_try) 2>&5
4954 ac_status=$?
4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4956 (exit $ac_status); }; } &&
d7040cdb 4957 { ac_try='test -s conftest$ac_exeext'
42ecbf5e
DJ
4958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4959 (eval $ac_try) 2>&5
4960 ac_status=$?
4961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4962 (exit $ac_status); }; }; then
d7040cdb 4963 lt_cv_cc_needs_belf=yes
42ecbf5e
DJ
4964else
4965 echo "$as_me: failed program was:" >&5
4966sed 's/^/| /' conftest.$ac_ext >&5
4967
d7040cdb 4968lt_cv_cc_needs_belf=no
42ecbf5e 4969fi
d7040cdb
SE
4970rm -f conftest.err conftest.$ac_objext \
4971 conftest$ac_exeext conftest.$ac_ext
4972 ac_ext=c
4973ac_cpp='$CPP $CPPFLAGS'
4974ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4975ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4976ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e
DJ
4977
4978fi
d7040cdb
SE
4979echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4980echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4981 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4982 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4983 CFLAGS="$SAVE_CFLAGS"
4984 fi
4985 ;;
4986sparc*-*solaris*)
4987 # Find out which ABI we are using.
4988 echo 'int i;' > conftest.$ac_ext
4989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4990 (eval $ac_compile) 2>&5
4991 ac_status=$?
4992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4993 (exit $ac_status); }; then
4994 case `/usr/bin/file conftest.o` in
4995 *64-bit*)
4996 case $lt_cv_prog_gnu_ld in
4997 yes*) LD="${LD-ld} -m elf64_sparc" ;;
4998 *) LD="${LD-ld} -64" ;;
4999 esac
5000 ;;
5001 esac
5002 fi
5003 rm -rf conftest*
5004 ;;
5005esac
5006
5007need_locks="$enable_libtool_lock"
5008
5009ac_ext=c
5010ac_cpp='$CPP $CPPFLAGS'
5011ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5012ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5013ac_compiler_gnu=$ac_cv_c_compiler_gnu
5014echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5015echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5016# On Suns, sometimes $CPP names a directory.
5017if test -n "$CPP" && test -d "$CPP"; then
5018 CPP=
5019fi
5020if test -z "$CPP"; then
5021 if test "${ac_cv_prog_CPP+set}" = set; then
42ecbf5e
DJ
5022 echo $ECHO_N "(cached) $ECHO_C" >&6
5023else
d7040cdb
SE
5024 # Double quotes because CPP needs to be expanded
5025 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5026 do
5027 ac_preproc_ok=false
5028for ac_c_preproc_warn_flag in '' yes
5029do
5030 # Use a header file that comes with gcc, so configuring glibc
5031 # with a fresh cross-compiler works.
5032 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5033 # <limits.h> exists even on freestanding compilers.
5034 # On the NeXT, cc -E runs the code through the compiler's parser,
5035 # not just through cpp. "Syntax error" is here to catch this case.
42ecbf5e
DJ
5036 cat >conftest.$ac_ext <<_ACEOF
5037/* confdefs.h. */
5038_ACEOF
5039cat confdefs.h >>conftest.$ac_ext
5040cat >>conftest.$ac_ext <<_ACEOF
5041/* end confdefs.h. */
d7040cdb
SE
5042#ifdef __STDC__
5043# include <limits.h>
5044#else
5045# include <assert.h>
5046#endif
5047 Syntax error
42ecbf5e 5048_ACEOF
d7040cdb
SE
5049if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5050 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
42ecbf5e
DJ
5051 ac_status=$?
5052 grep -v '^ *+' conftest.er1 >conftest.err
5053 rm -f conftest.er1
5054 cat conftest.err >&5
5055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
5056 (exit $ac_status); } >/dev/null; then
5057 if test -s conftest.err; then
5058 ac_cpp_err=$ac_c_preproc_warn_flag
5059 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
252b5132 5060 else
d7040cdb 5061 ac_cpp_err=
252b5132
RH
5062 fi
5063else
d7040cdb 5064 ac_cpp_err=yes
252b5132 5065fi
d7040cdb
SE
5066if test -z "$ac_cpp_err"; then
5067 :
42ecbf5e 5068else
d7040cdb
SE
5069 echo "$as_me: failed program was:" >&5
5070sed 's/^/| /' conftest.$ac_ext >&5
5071
5072 # Broken: fails on valid input.
5073continue
5074fi
5075rm -f conftest.err conftest.$ac_ext
5076
5077 # OK, works on sane cases. Now check whether non-existent headers
5078 # can be detected and how.
5079 cat >conftest.$ac_ext <<_ACEOF
42ecbf5e
DJ
5080/* confdefs.h. */
5081_ACEOF
5082cat confdefs.h >>conftest.$ac_ext
5083cat >>conftest.$ac_ext <<_ACEOF
5084/* end confdefs.h. */
d7040cdb 5085#include <ac_nonexistent.h>
42ecbf5e 5086_ACEOF
d7040cdb
SE
5087if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5088 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
42ecbf5e
DJ
5089 ac_status=$?
5090 grep -v '^ *+' conftest.er1 >conftest.err
5091 rm -f conftest.er1
5092 cat conftest.err >&5
5093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
5094 (exit $ac_status); } >/dev/null; then
5095 if test -s conftest.err; then
5096 ac_cpp_err=$ac_c_preproc_warn_flag
5097 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5098 else
5099 ac_cpp_err=
5100 fi
5101else
5102 ac_cpp_err=yes
5103fi
5104if test -z "$ac_cpp_err"; then
5105 # Broken: success on invalid input.
5106continue
42ecbf5e
DJ
5107else
5108 echo "$as_me: failed program was:" >&5
5109sed 's/^/| /' conftest.$ac_ext >&5
5110
d7040cdb
SE
5111 # Passes both tests.
5112ac_preproc_ok=:
5113break
42ecbf5e 5114fi
d7040cdb 5115rm -f conftest.err conftest.$ac_ext
42ecbf5e 5116
d7040cdb
SE
5117done
5118# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5119rm -f conftest.err conftest.$ac_ext
5120if $ac_preproc_ok; then
5121 break
42ecbf5e
DJ
5122fi
5123
d7040cdb
SE
5124 done
5125 ac_cv_prog_CPP=$CPP
42ecbf5e 5126
d7040cdb
SE
5127fi
5128 CPP=$ac_cv_prog_CPP
5129else
5130 ac_cv_prog_CPP=$CPP
5131fi
5132echo "$as_me:$LINENO: result: $CPP" >&5
5133echo "${ECHO_T}$CPP" >&6
5134ac_preproc_ok=false
5135for ac_c_preproc_warn_flag in '' yes
5136do
5137 # Use a header file that comes with gcc, so configuring glibc
5138 # with a fresh cross-compiler works.
5139 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5140 # <limits.h> exists even on freestanding compilers.
5141 # On the NeXT, cc -E runs the code through the compiler's parser,
5142 # not just through cpp. "Syntax error" is here to catch this case.
5143 cat >conftest.$ac_ext <<_ACEOF
5144/* confdefs.h. */
5145_ACEOF
5146cat confdefs.h >>conftest.$ac_ext
5147cat >>conftest.$ac_ext <<_ACEOF
5148/* end confdefs.h. */
5149#ifdef __STDC__
5150# include <limits.h>
5151#else
5152# include <assert.h>
42ecbf5e 5153#endif
d7040cdb 5154 Syntax error
42ecbf5e 5155_ACEOF
d7040cdb
SE
5156if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5157 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
42ecbf5e
DJ
5158 ac_status=$?
5159 grep -v '^ *+' conftest.er1 >conftest.err
5160 rm -f conftest.er1
5161 cat conftest.err >&5
5162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
5163 (exit $ac_status); } >/dev/null; then
5164 if test -s conftest.err; then
5165 ac_cpp_err=$ac_c_preproc_warn_flag
5166 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5167 else
5168 ac_cpp_err=
5169 fi
5170else
5171 ac_cpp_err=yes
5172fi
5173if test -z "$ac_cpp_err"; then
5174 :
5175else
5176 echo "$as_me: failed program was:" >&5
5177sed 's/^/| /' conftest.$ac_ext >&5
5178
5179 # Broken: fails on valid input.
5180continue
5181fi
5182rm -f conftest.err conftest.$ac_ext
5183
5184 # OK, works on sane cases. Now check whether non-existent headers
5185 # can be detected and how.
42ecbf5e
DJ
5186 cat >conftest.$ac_ext <<_ACEOF
5187/* confdefs.h. */
5188_ACEOF
5189cat confdefs.h >>conftest.$ac_ext
5190cat >>conftest.$ac_ext <<_ACEOF
5191/* end confdefs.h. */
d7040cdb 5192#include <ac_nonexistent.h>
42ecbf5e 5193_ACEOF
d7040cdb
SE
5194if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5195 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
42ecbf5e
DJ
5196 ac_status=$?
5197 grep -v '^ *+' conftest.er1 >conftest.err
5198 rm -f conftest.er1
5199 cat conftest.err >&5
5200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
5201 (exit $ac_status); } >/dev/null; then
5202 if test -s conftest.err; then
5203 ac_cpp_err=$ac_c_preproc_warn_flag
5204 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5205 else
5206 ac_cpp_err=
5207 fi
5208else
5209 ac_cpp_err=yes
5210fi
5211if test -z "$ac_cpp_err"; then
5212 # Broken: success on invalid input.
5213continue
42ecbf5e
DJ
5214else
5215 echo "$as_me: failed program was:" >&5
5216sed 's/^/| /' conftest.$ac_ext >&5
5217
d7040cdb
SE
5218 # Passes both tests.
5219ac_preproc_ok=:
5220break
42ecbf5e 5221fi
d7040cdb
SE
5222rm -f conftest.err conftest.$ac_ext
5223
5224done
5225# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5226rm -f conftest.err conftest.$ac_ext
5227if $ac_preproc_ok; then
5228 :
5229else
5230 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5231See \`config.log' for more details." >&5
5232echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5233See \`config.log' for more details." >&2;}
5234 { (exit 1); exit 1; }; }
5235fi
5236
5237ac_ext=c
5238ac_cpp='$CPP $CPPFLAGS'
5239ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5240ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5241ac_compiler_gnu=$ac_cv_c_compiler_gnu
5242
5243
5244echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5245echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5246if test "${ac_cv_header_stdc+set}" = set; then
5247 echo $ECHO_N "(cached) $ECHO_C" >&6
5248else
42ecbf5e
DJ
5249 cat >conftest.$ac_ext <<_ACEOF
5250/* confdefs.h. */
5251_ACEOF
5252cat confdefs.h >>conftest.$ac_ext
5253cat >>conftest.$ac_ext <<_ACEOF
5254/* end confdefs.h. */
d7040cdb
SE
5255#include <stdlib.h>
5256#include <stdarg.h>
5257#include <string.h>
5258#include <float.h>
5259
42ecbf5e
DJ
5260int
5261main ()
5262{
d7040cdb 5263
42ecbf5e
DJ
5264 ;
5265 return 0;
5266}
5267_ACEOF
5268rm -f conftest.$ac_objext
5269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5270 (eval $ac_compile) 2>conftest.er1
5271 ac_status=$?
5272 grep -v '^ *+' conftest.er1 >conftest.err
5273 rm -f conftest.er1
5274 cat conftest.err >&5
5275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5276 (exit $ac_status); } &&
502bdb00
JW
5277 { ac_try='test -z "$ac_c_werror_flag"
5278 || test ! -s conftest.err'
42ecbf5e
DJ
5279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5280 (eval $ac_try) 2>&5
5281 ac_status=$?
5282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5283 (exit $ac_status); }; } &&
5284 { ac_try='test -s conftest.$ac_objext'
5285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5286 (eval $ac_try) 2>&5
5287 ac_status=$?
5288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5289 (exit $ac_status); }; }; then
d7040cdb 5290 ac_cv_header_stdc=yes
42ecbf5e
DJ
5291else
5292 echo "$as_me: failed program was:" >&5
5293sed 's/^/| /' conftest.$ac_ext >&5
5294
d7040cdb 5295ac_cv_header_stdc=no
42ecbf5e
DJ
5296fi
5297rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 5298
d7040cdb
SE
5299if test $ac_cv_header_stdc = yes; then
5300 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5301 cat >conftest.$ac_ext <<_ACEOF
5302/* confdefs.h. */
5303_ACEOF
5304cat confdefs.h >>conftest.$ac_ext
5305cat >>conftest.$ac_ext <<_ACEOF
5306/* end confdefs.h. */
5307#include <string.h>
252b5132 5308
d7040cdb
SE
5309_ACEOF
5310if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5311 $EGREP "memchr" >/dev/null 2>&1; then
5312 :
252b5132 5313else
d7040cdb 5314 ac_cv_header_stdc=no
252b5132 5315fi
d7040cdb
SE
5316rm -f conftest*
5317
252b5132 5318fi
252b5132 5319
d7040cdb
SE
5320if test $ac_cv_header_stdc = yes; then
5321 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5322 cat >conftest.$ac_ext <<_ACEOF
5323/* confdefs.h. */
5324_ACEOF
5325cat confdefs.h >>conftest.$ac_ext
5326cat >>conftest.$ac_ext <<_ACEOF
5327/* end confdefs.h. */
5328#include <stdlib.h>
252b5132 5329
d7040cdb
SE
5330_ACEOF
5331if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5332 $EGREP "free" >/dev/null 2>&1; then
5333 :
5334else
5335 ac_cv_header_stdc=no
5336fi
5337rm -f conftest*
252b5132 5338
d7040cdb 5339fi
252b5132 5340
d7040cdb
SE
5341if test $ac_cv_header_stdc = yes; then
5342 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5343 if test "$cross_compiling" = yes; then
5344 :
5345else
5346 cat >conftest.$ac_ext <<_ACEOF
5347/* confdefs.h. */
5348_ACEOF
5349cat confdefs.h >>conftest.$ac_ext
5350cat >>conftest.$ac_ext <<_ACEOF
5351/* end confdefs.h. */
5352#include <ctype.h>
5353#if ((' ' & 0x0FF) == 0x020)
5354# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5355# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5356#else
5357# define ISLOWER(c) \
5358 (('a' <= (c) && (c) <= 'i') \
5359 || ('j' <= (c) && (c) <= 'r') \
5360 || ('s' <= (c) && (c) <= 'z'))
5361# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5362#endif
252b5132 5363
d7040cdb
SE
5364#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5365int
5366main ()
5367{
5368 int i;
5369 for (i = 0; i < 256; i++)
5370 if (XOR (islower (i), ISLOWER (i))
5371 || toupper (i) != TOUPPER (i))
5372 exit(2);
5373 exit (0);
5374}
5375_ACEOF
5376rm -f conftest$ac_exeext
5377if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5378 (eval $ac_link) 2>&5
5379 ac_status=$?
5380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5383 (eval $ac_try) 2>&5
5384 ac_status=$?
5385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5386 (exit $ac_status); }; }; then
5387 :
5388else
5389 echo "$as_me: program exited with status $ac_status" >&5
5390echo "$as_me: failed program was:" >&5
5391sed 's/^/| /' conftest.$ac_ext >&5
b83ef3ee 5392
d7040cdb
SE
5393( exit $ac_status )
5394ac_cv_header_stdc=no
20e95c23 5395fi
d7040cdb
SE
5396rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5397fi
5398fi
5399fi
5400echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5401echo "${ECHO_T}$ac_cv_header_stdc" >&6
5402if test $ac_cv_header_stdc = yes; then
20e95c23
DJ
5403
5404cat >>confdefs.h <<\_ACEOF
d7040cdb 5405#define STDC_HEADERS 1
20e95c23
DJ
5406_ACEOF
5407
d7040cdb 5408fi
20e95c23 5409
d7040cdb 5410# On IRIX 5.3, sys/types and inttypes.h are conflicting.
20e95c23 5411
20e95c23 5412
20e95c23 5413
20e95c23 5414
20e95c23 5415
20e95c23 5416
20e95c23
DJ
5417
5418
5419
d7040cdb
SE
5420for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5421 inttypes.h stdint.h unistd.h
5422do
5423as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5424echo "$as_me:$LINENO: checking for $ac_header" >&5
5425echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5426if eval "test \"\${$as_ac_Header+set}\" = set"; then
5427 echo $ECHO_N "(cached) $ECHO_C" >&6
5428else
5429 cat >conftest.$ac_ext <<_ACEOF
5430/* confdefs.h. */
5431_ACEOF
5432cat confdefs.h >>conftest.$ac_ext
5433cat >>conftest.$ac_ext <<_ACEOF
5434/* end confdefs.h. */
5435$ac_includes_default
20e95c23 5436
d7040cdb
SE
5437#include <$ac_header>
5438_ACEOF
5439rm -f conftest.$ac_objext
5440if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5441 (eval $ac_compile) 2>conftest.er1
5442 ac_status=$?
5443 grep -v '^ *+' conftest.er1 >conftest.err
5444 rm -f conftest.er1
5445 cat conftest.err >&5
5446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5447 (exit $ac_status); } &&
5448 { ac_try='test -z "$ac_c_werror_flag"
5449 || test ! -s conftest.err'
5450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5451 (eval $ac_try) 2>&5
5452 ac_status=$?
5453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5454 (exit $ac_status); }; } &&
5455 { ac_try='test -s conftest.$ac_objext'
5456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5457 (eval $ac_try) 2>&5
5458 ac_status=$?
5459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5460 (exit $ac_status); }; }; then
5461 eval "$as_ac_Header=yes"
5462else
5463 echo "$as_me: failed program was:" >&5
5464sed 's/^/| /' conftest.$ac_ext >&5
20e95c23 5465
d7040cdb
SE
5466eval "$as_ac_Header=no"
5467fi
5468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5469fi
5470echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5471echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5472if test `eval echo '${'$as_ac_Header'}'` = yes; then
5473 cat >>confdefs.h <<_ACEOF
5474#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5475_ACEOF
20e95c23 5476
d7040cdb 5477fi
20e95c23 5478
d7040cdb 5479done
20e95c23
DJ
5480
5481
20e95c23 5482
d7040cdb
SE
5483for ac_header in dlfcn.h
5484do
5485as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5486echo "$as_me:$LINENO: checking for $ac_header" >&5
5487echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5488if eval "test \"\${$as_ac_Header+set}\" = set"; then
5489 echo $ECHO_N "(cached) $ECHO_C" >&6
20e95c23 5490else
d7040cdb
SE
5491 cat >conftest.$ac_ext <<_ACEOF
5492/* confdefs.h. */
5493_ACEOF
5494cat confdefs.h >>conftest.$ac_ext
5495cat >>conftest.$ac_ext <<_ACEOF
5496/* end confdefs.h. */
5497$ac_includes_default
20e95c23 5498
d7040cdb
SE
5499#include <$ac_header>
5500_ACEOF
5501rm -f conftest.$ac_objext
5502if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5503 (eval $ac_compile) 2>conftest.er1
5504 ac_status=$?
5505 grep -v '^ *+' conftest.er1 >conftest.err
5506 rm -f conftest.er1
5507 cat conftest.err >&5
5508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5509 (exit $ac_status); } &&
5510 { ac_try='test -z "$ac_c_werror_flag"
5511 || test ! -s conftest.err'
5512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5513 (eval $ac_try) 2>&5
5514 ac_status=$?
5515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5516 (exit $ac_status); }; } &&
5517 { ac_try='test -s conftest.$ac_objext'
5518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5519 (eval $ac_try) 2>&5
5520 ac_status=$?
5521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5522 (exit $ac_status); }; }; then
5523 eval "$as_ac_Header=yes"
42ecbf5e 5524else
d7040cdb
SE
5525 echo "$as_me: failed program was:" >&5
5526sed 's/^/| /' conftest.$ac_ext >&5
5527
5528eval "$as_ac_Header=no"
20e95c23 5529fi
d7040cdb
SE
5530rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5531fi
5532echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5533echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5534if test `eval echo '${'$as_ac_Header'}'` = yes; then
5535 cat >>confdefs.h <<_ACEOF
5536#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5537_ACEOF
5538
20e95c23
DJ
5539fi
5540
42ecbf5e
DJ
5541done
5542
d7040cdb
SE
5543
5544
5545# This can be used to rebuild libtool when needed
5546LIBTOOL_DEPS="$ltmain"
5547
5548# Always use our own libtool.
5549LIBTOOL='$(SHELL) $(top_builddir)/libtool'
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575test -z "$LN_S" && LN_S="ln -s"
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590if test -n "${ZSH_VERSION+set}" ; then
5591 setopt NO_GLOB_SUBST
42ecbf5e 5592fi
20e95c23 5593
d7040cdb
SE
5594echo "$as_me:$LINENO: checking for objdir" >&5
5595echo $ECHO_N "checking for objdir... $ECHO_C" >&6
5596if test "${lt_cv_objdir+set}" = set; then
5597 echo $ECHO_N "(cached) $ECHO_C" >&6
20e95c23 5598else
d7040cdb
SE
5599 rm -f .libs 2>/dev/null
5600mkdir .libs 2>/dev/null
5601if test -d .libs; then
5602 lt_cv_objdir=.libs
5603else
5604 # MS-DOS does not allow filenames that begin with a dot.
5605 lt_cv_objdir=_libs
5606fi
5607rmdir .libs 2>/dev/null
42ecbf5e 5608fi
d7040cdb
SE
5609echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
5610echo "${ECHO_T}$lt_cv_objdir" >&6
5611objdir=$lt_cv_objdir
20e95c23
DJ
5612
5613
5614
d7040cdb
SE
5615
5616
5617cat >>confdefs.h <<_ACEOF
5618#define LT_OBJDIR "$lt_cv_objdir/"
5619_ACEOF
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637case $host_os in
5638aix3*)
5639 # AIX sometimes has problems with the GCC collect2 program. For some
5640 # reason, if we set the COLLECT_NAMES environment variable, the problems
5641 # vanish in a puff of smoke.
5642 if test "X${COLLECT_NAMES+set}" != Xset; then
5643 COLLECT_NAMES=
5644 export COLLECT_NAMES
20e95c23 5645 fi
d7040cdb
SE
5646 ;;
5647esac
20e95c23 5648
d7040cdb
SE
5649# Sed substitution that helps us do robust quoting. It backslashifies
5650# metacharacters that are still active within double-quoted strings.
5651sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
20e95c23 5652
d7040cdb
SE
5653# Same as above, but do not quote variable references.
5654double_quote_subst='s/\(["`\\]\)/\\\1/g'
5655
5656# Sed substitution to delay expansion of an escaped shell variable in a
5657# double_quote_subst'ed string.
5658delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5659
5660# Sed substitution to delay expansion of an escaped single quote.
5661delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5662
5663# Sed substitution to avoid accidental globbing in evaled expressions
5664no_glob_subst='s/\*/\\\*/g'
5665
5666# Global variables:
5667ofile=libtool
5668can_build_shared=yes
5669
5670# All known linkers require a `.a' archive for static linking (except MSVC,
5671# which needs '.lib').
5672libext=a
5673
5674with_gnu_ld="$lt_cv_prog_gnu_ld"
5675
5676old_CC="$CC"
5677old_CFLAGS="$CFLAGS"
5678
5679# Set sane defaults for various variables
5680test -z "$CC" && CC=cc
5681test -z "$LTCC" && LTCC=$CC
5682test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
5683test -z "$LD" && LD=ld
5684test -z "$ac_objext" && ac_objext=o
5685
5686for cc_temp in $compiler""; do
5687 case $cc_temp in
5688 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
5689 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
5690 \-*) ;;
5691 *) break;;
5692 esac
5693done
5694cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
5695
5696
5697# Only perform the check for file, if the check method requires it
5698test -z "$MAGIC_CMD" && MAGIC_CMD=file
5699case $deplibs_check_method in
5700file_magic*)
5701 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5702 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
5703echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
5704if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
20e95c23
DJ
5705 echo $ECHO_N "(cached) $ECHO_C" >&6
5706else
d7040cdb
SE
5707 case $MAGIC_CMD in
5708[\\/*] | ?:[\\/]*)
5709 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
5710 ;;
5711*)
5712 lt_save_MAGIC_CMD="$MAGIC_CMD"
5713 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5714 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
5715 for ac_dir in $ac_dummy; do
5716 IFS="$lt_save_ifs"
5717 test -z "$ac_dir" && ac_dir=.
5718 if test -f $ac_dir/${ac_tool_prefix}file; then
5719 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
5720 if test -n "$file_magic_test_file"; then
5721 case $deplibs_check_method in
5722 "file_magic "*)
5723 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
5724 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5725 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5726 $EGREP "$file_magic_regex" > /dev/null; then
5727 :
5728 else
5729 cat <<_LT_EOF 1>&2
5730
5731*** Warning: the command libtool uses to detect shared libraries,
5732*** $file_magic_cmd, produces output that libtool cannot recognize.
5733*** The result is that libtool may fail to recognize shared libraries
5734*** as such. This will affect the creation of libtool libraries that
5735*** depend on shared libraries, but programs linked with such libtool
5736*** libraries will work regardless of this problem. Nevertheless, you
5737*** may want to report the problem to your system manager and/or to
5738*** bug-libtool@gnu.org
5739
5740_LT_EOF
5741 fi ;;
5742 esac
5743 fi
5744 break
5745 fi
5746 done
5747 IFS="$lt_save_ifs"
5748 MAGIC_CMD="$lt_save_MAGIC_CMD"
5749 ;;
20e95c23
DJ
5750esac
5751fi
d7040cdb
SE
5752
5753MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5754if test -n "$MAGIC_CMD"; then
5755 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5756echo "${ECHO_T}$MAGIC_CMD" >&6
42ecbf5e
DJ
5757else
5758 echo "$as_me:$LINENO: result: no" >&5
5759echo "${ECHO_T}no" >&6
5760fi
5761
20e95c23
DJ
5762
5763
20e95c23 5764
20e95c23 5765
d7040cdb
SE
5766if test -z "$lt_cv_path_MAGIC_CMD"; then
5767 if test -n "$ac_tool_prefix"; then
5768 echo "$as_me:$LINENO: checking for file" >&5
5769echo $ECHO_N "checking for file... $ECHO_C" >&6
5770if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
42ecbf5e
DJ
5771 echo $ECHO_N "(cached) $ECHO_C" >&6
5772else
d7040cdb
SE
5773 case $MAGIC_CMD in
5774[\\/*] | ?:[\\/]*)
5775 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
5776 ;;
5777*)
5778 lt_save_MAGIC_CMD="$MAGIC_CMD"
5779 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5780 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
5781 for ac_dir in $ac_dummy; do
5782 IFS="$lt_save_ifs"
5783 test -z "$ac_dir" && ac_dir=.
5784 if test -f $ac_dir/file; then
5785 lt_cv_path_MAGIC_CMD="$ac_dir/file"
5786 if test -n "$file_magic_test_file"; then
5787 case $deplibs_check_method in
5788 "file_magic "*)
5789 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
5790 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5791 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5792 $EGREP "$file_magic_regex" > /dev/null; then
5793 :
5794 else
5795 cat <<_LT_EOF 1>&2
5796
5797*** Warning: the command libtool uses to detect shared libraries,
5798*** $file_magic_cmd, produces output that libtool cannot recognize.
5799*** The result is that libtool may fail to recognize shared libraries
5800*** as such. This will affect the creation of libtool libraries that
5801*** depend on shared libraries, but programs linked with such libtool
5802*** libraries will work regardless of this problem. Nevertheless, you
5803*** may want to report the problem to your system manager and/or to
5804*** bug-libtool@gnu.org
5805
5806_LT_EOF
5807 fi ;;
5808 esac
5809 fi
5810 break
5811 fi
5812 done
5813 IFS="$lt_save_ifs"
5814 MAGIC_CMD="$lt_save_MAGIC_CMD"
5815 ;;
20e95c23
DJ
5816esac
5817fi
d7040cdb
SE
5818
5819MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5820if test -n "$MAGIC_CMD"; then
5821 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5822echo "${ECHO_T}$MAGIC_CMD" >&6
20e95c23
DJ
5823else
5824 echo "$as_me:$LINENO: result: no" >&5
5825echo "${ECHO_T}no" >&6
5826fi
5827
5828
d7040cdb
SE
5829 else
5830 MAGIC_CMD=:
20e95c23 5831 fi
d7040cdb 5832fi
20e95c23 5833
20e95c23 5834 fi
d7040cdb
SE
5835 ;;
5836esac
20e95c23 5837
d7040cdb 5838# Use C for the default configuration in the libtool script
20e95c23 5839
d7040cdb
SE
5840lt_save_CC="$CC"
5841ac_ext=c
5842ac_cpp='$CPP $CPPFLAGS'
5843ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5844ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5845ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23
DJ
5846
5847
d7040cdb
SE
5848# Source file extension for C test sources.
5849ac_ext=c
20e95c23 5850
d7040cdb
SE
5851# Object file extension for compiled C test sources.
5852objext=o
5853objext=$objext
5854
5855# Code to be used in simple compile tests
5856lt_simple_compile_test_code="int some_variable = 0;"
5857
5858# Code to be used in simple link tests
5859lt_simple_link_test_code='int main(){return(0);}'
5860
5861
5862
5863
5864
5865
5866
5867# If no C compiler was specified, use CC.
5868LTCC=${LTCC-"$CC"}
5869
5870# If no C compiler flags were specified, use CFLAGS.
5871LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5872
5873# Allow CC to be a program name with arguments.
5874compiler=$CC
5875
5876# Save the default compiler, since it gets overwritten when the other
5877# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
5878compiler_DEFAULT=$CC
5879
5880# save warnings/boilerplate of simple test code
5881ac_outfile=conftest.$ac_objext
5882echo "$lt_simple_compile_test_code" >conftest.$ac_ext
5883eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
5884_lt_compiler_boilerplate=`cat conftest.err`
5885$RM conftest*
5886
5887ac_outfile=conftest.$ac_objext
5888echo "$lt_simple_link_test_code" >conftest.$ac_ext
5889eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
5890_lt_linker_boilerplate=`cat conftest.err`
5891$RM conftest*
5892
5893
5894## CAVEAT EMPTOR:
5895## There is no encapsulation within the following macros, do not change
5896## the running order or otherwise move them around unless you know exactly
5897## what you are doing...
5898if test -n "$compiler"; then
5899
5900lt_prog_compiler_no_builtin_flag=
5901
5902if test "$GCC" = yes; then
5903 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
5904
5905 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
5906echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
5907if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
20e95c23
DJ
5908 echo $ECHO_N "(cached) $ECHO_C" >&6
5909else
d7040cdb
SE
5910 lt_cv_prog_compiler_rtti_exceptions=no
5911 ac_outfile=conftest.$ac_objext
5912 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5913 lt_compiler_flag="-fno-rtti -fno-exceptions"
5914 # Insert the option either (1) after the last *FLAGS variable, or
5915 # (2) before a word containing "conftest.", or (3) at the end.
5916 # Note that $ac_compile itself does not contain backslashes and begins
5917 # with a dollar sign (not a hyphen), so the echo should work correctly.
5918 # The option is referenced via a variable to avoid confusing sed.
5919 lt_compile=`echo "$ac_compile" | $SED \
5920 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5921 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5922 -e 's:$: $lt_compiler_flag:'`
79887925 5923 (eval echo "\"\$as_me:5923: $lt_compile\"" >&5)
d7040cdb
SE
5924 (eval "$lt_compile" 2>conftest.err)
5925 ac_status=$?
5926 cat conftest.err >&5
79887925 5927 echo "$as_me:5927: \$? = $ac_status" >&5
d7040cdb
SE
5928 if (exit $ac_status) && test -s "$ac_outfile"; then
5929 # The compiler can only warn and ignore the option if not recognized
5930 # So say no if there are warnings other than the usual output.
5931 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
5932 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
5933 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
5934 lt_cv_prog_compiler_rtti_exceptions=yes
5935 fi
5936 fi
5937 $RM conftest*
5938
5939fi
5940echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
5941echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
5942
5943if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
5944 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
42ecbf5e 5945else
d7040cdb
SE
5946 :
5947fi
42ecbf5e 5948
42ecbf5e 5949fi
d7040cdb
SE
5950
5951
5952
5953
5954
5955
5956 lt_prog_compiler_wl=
5957lt_prog_compiler_pic=
5958lt_prog_compiler_static=
5959
5960echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
5961echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
5962
5963 if test "$GCC" = yes; then
5964 lt_prog_compiler_wl='-Wl,'
5965 lt_prog_compiler_static='-static'
5966
5967 case $host_os in
5968 aix*)
5969 # All AIX code is PIC.
5970 if test "$host_cpu" = ia64; then
5971 # AIX 5 now supports IA64 processor
5972 lt_prog_compiler_static='-Bstatic'
5973 fi
5974 ;;
5975
5976 amigaos*)
5977 if test "$host_cpu" = m68k; then
5978 # FIXME: we need at least 68020 code to build shared libraries, but
5979 # adding the `-m68020' flag to GCC prevents building anything better,
5980 # like `-m68040'.
5981 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
5982 fi
5983 ;;
5984
5985 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5986 # PIC is the default for these OSes.
5987 ;;
5988
5989 mingw* | cygwin* | pw32* | os2*)
5990 # This hack is so that the source file can tell whether it is being
5991 # built for inclusion in a dll (and should export symbols for example).
5992 # Although the cygwin gcc ignores -fPIC, still need this for old-style
5993 # (--disable-auto-import) libraries
5994 lt_prog_compiler_pic='-DDLL_EXPORT'
5995 ;;
5996
5997 darwin* | rhapsody*)
5998 # PIC is the default on this platform
5999 # Common symbols not allowed in MH_DYLIB files
6000 lt_prog_compiler_pic='-fno-common'
6001 ;;
6002
6003 hpux*)
6004 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6005 # not for PA HP-UX.
6006 case $host_cpu in
6007 hppa*64*|ia64*)
6008 # +Z the default
6009 ;;
6010 *)
6011 lt_prog_compiler_pic='-fPIC'
6012 ;;
6013 esac
6014 ;;
6015
6016 interix[3-9]*)
6017 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6018 # Instead, we relocate shared libraries at runtime.
6019 ;;
6020
6021 msdosdjgpp*)
6022 # Just because we use GCC doesn't mean we suddenly get shared libraries
6023 # on systems that don't support them.
6024 lt_prog_compiler_can_build_shared=no
6025 enable_shared=no
6026 ;;
6027
6028 *nto* | *qnx*)
6029 # QNX uses GNU C++, but need to define -shared option too, otherwise
6030 # it will coredump.
6031 lt_prog_compiler_pic='-fPIC -shared'
6032 ;;
6033
6034 sysv4*MP*)
6035 if test -d /usr/nec; then
6036 lt_prog_compiler_pic=-Kconform_pic
6037 fi
6038 ;;
6039
6040 *)
6041 lt_prog_compiler_pic='-fPIC'
6042 ;;
6043 esac
6044 else
6045 # PORTME Check for flag to pass linker flags through the system compiler.
6046 case $host_os in
6047 aix*)
6048 lt_prog_compiler_wl='-Wl,'
6049 if test "$host_cpu" = ia64; then
6050 # AIX 5 now supports IA64 processor
6051 lt_prog_compiler_static='-Bstatic'
6052 else
6053 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
6054 fi
6055 ;;
6056 darwin*)
6057 # PIC is the default on this platform
6058 # Common symbols not allowed in MH_DYLIB files
6059 case $cc_basename in
6060 xlc*)
6061 lt_prog_compiler_pic='-qnocommon'
6062 lt_prog_compiler_wl='-Wl,'
6063 ;;
6064 esac
6065 ;;
6066
6067 mingw* | cygwin* | pw32* | os2*)
6068 # This hack is so that the source file can tell whether it is being
6069 # built for inclusion in a dll (and should export symbols for example).
6070 lt_prog_compiler_pic='-DDLL_EXPORT'
6071 ;;
6072
6073 hpux9* | hpux10* | hpux11*)
6074 lt_prog_compiler_wl='-Wl,'
6075 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6076 # not for PA HP-UX.
6077 case $host_cpu in
6078 hppa*64*|ia64*)
6079 # +Z the default
6080 ;;
6081 *)
6082 lt_prog_compiler_pic='+Z'
6083 ;;
6084 esac
6085 # Is there a better lt_prog_compiler_static that works with the bundled CC?
6086 lt_prog_compiler_static='${wl}-a ${wl}archive'
6087 ;;
6088
6089 irix5* | irix6* | nonstopux*)
6090 lt_prog_compiler_wl='-Wl,'
6091 # PIC (with -KPIC) is the default.
6092 lt_prog_compiler_static='-non_shared'
6093 ;;
6094
6095 linux* | k*bsd*-gnu)
6096 case $cc_basename in
6097 icc* | ecc*)
6098 lt_prog_compiler_wl='-Wl,'
6099 lt_prog_compiler_pic='-KPIC'
6100 lt_prog_compiler_static='-static'
6101 ;;
6102 pgcc* | pgf77* | pgf90* | pgf95*)
6103 # Portland Group compilers (*not* the Pentium gcc compiler,
6104 # which looks to be a dead project)
6105 lt_prog_compiler_wl='-Wl,'
6106 lt_prog_compiler_pic='-fpic'
6107 lt_prog_compiler_static='-Bstatic'
6108 ;;
6109 ccc*)
6110 lt_prog_compiler_wl='-Wl,'
6111 # All Alpha code is PIC.
6112 lt_prog_compiler_static='-non_shared'
6113 ;;
6114 *)
6115 case `$CC -V 2>&1 | sed 5q` in
6116 *Sun\ C*)
6117 # Sun C 5.9
6118 lt_prog_compiler_pic='-KPIC'
6119 lt_prog_compiler_static='-Bstatic'
6120 lt_prog_compiler_wl='-Wl,'
6121 ;;
6122 *Sun\ F*)
6123 # Sun Fortran 8.3 passes all unrecognized flags to the linker
6124 lt_prog_compiler_pic='-KPIC'
6125 lt_prog_compiler_static='-Bstatic'
6126 lt_prog_compiler_wl=''
6127 ;;
6128 esac
6129 ;;
6130 esac
6131 ;;
6132
6133 newsos6)
6134 lt_prog_compiler_pic='-KPIC'
6135 lt_prog_compiler_static='-Bstatic'
6136 ;;
6137
6138 *nto* | *qnx*)
6139 # QNX uses GNU C++, but need to define -shared option too, otherwise
6140 # it will coredump.
6141 lt_prog_compiler_pic='-fPIC -shared'
6142 ;;
6143
6144 osf3* | osf4* | osf5*)
6145 lt_prog_compiler_wl='-Wl,'
6146 # All OSF/1 code is PIC.
6147 lt_prog_compiler_static='-non_shared'
6148 ;;
6149
6150 rdos*)
6151 lt_prog_compiler_static='-non_shared'
6152 ;;
6153
6154 solaris*)
6155 lt_prog_compiler_pic='-KPIC'
6156 lt_prog_compiler_static='-Bstatic'
6157 case $cc_basename in
6158 f77* | f90* | f95*)
6159 lt_prog_compiler_wl='-Qoption ld ';;
6160 *)
6161 lt_prog_compiler_wl='-Wl,';;
6162 esac
6163 ;;
6164
6165 sunos4*)
6166 lt_prog_compiler_wl='-Qoption ld '
6167 lt_prog_compiler_pic='-PIC'
6168 lt_prog_compiler_static='-Bstatic'
6169 ;;
6170
6171 sysv4 | sysv4.2uw2* | sysv4.3*)
6172 lt_prog_compiler_wl='-Wl,'
6173 lt_prog_compiler_pic='-KPIC'
6174 lt_prog_compiler_static='-Bstatic'
6175 ;;
6176
6177 sysv4*MP*)
6178 if test -d /usr/nec ;then
6179 lt_prog_compiler_pic='-Kconform_pic'
6180 lt_prog_compiler_static='-Bstatic'
6181 fi
6182 ;;
6183
6184 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
6185 lt_prog_compiler_wl='-Wl,'
6186 lt_prog_compiler_pic='-KPIC'
6187 lt_prog_compiler_static='-Bstatic'
6188 ;;
6189
6190 unicos*)
6191 lt_prog_compiler_wl='-Wl,'
6192 lt_prog_compiler_can_build_shared=no
6193 ;;
6194
6195 uts4*)
6196 lt_prog_compiler_pic='-pic'
6197 lt_prog_compiler_static='-Bstatic'
6198 ;;
6199
6200 *)
6201 lt_prog_compiler_can_build_shared=no
6202 ;;
6203 esac
6204 fi
6205
6206case $host_os in
6207 # For platforms which do not support PIC, -DPIC is meaningless:
6208 *djgpp*)
6209 lt_prog_compiler_pic=
6210 ;;
6211 *)
6212 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
6213 ;;
6214esac
6215echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
6216echo "${ECHO_T}$lt_prog_compiler_pic" >&6
6217
6218
6219
6220
6221
6222
6223#
6224# Check to make sure the PIC flag actually works.
6225#
6226if test -n "$lt_prog_compiler_pic"; then
6227 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
6228echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
6229if test "${lt_prog_compiler_pic_works+set}" = set; then
6230 echo $ECHO_N "(cached) $ECHO_C" >&6
6231else
6232 lt_prog_compiler_pic_works=no
6233 ac_outfile=conftest.$ac_objext
6234 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6235 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
6236 # Insert the option either (1) after the last *FLAGS variable, or
6237 # (2) before a word containing "conftest.", or (3) at the end.
6238 # Note that $ac_compile itself does not contain backslashes and begins
6239 # with a dollar sign (not a hyphen), so the echo should work correctly.
6240 # The option is referenced via a variable to avoid confusing sed.
6241 lt_compile=`echo "$ac_compile" | $SED \
6242 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6243 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6244 -e 's:$: $lt_compiler_flag:'`
79887925 6245 (eval echo "\"\$as_me:6245: $lt_compile\"" >&5)
d7040cdb
SE
6246 (eval "$lt_compile" 2>conftest.err)
6247 ac_status=$?
6248 cat conftest.err >&5
79887925 6249 echo "$as_me:6249: \$? = $ac_status" >&5
d7040cdb
SE
6250 if (exit $ac_status) && test -s "$ac_outfile"; then
6251 # The compiler can only warn and ignore the option if not recognized
6252 # So say no if there are warnings other than the usual output.
6253 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6254 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
6255 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6256 lt_prog_compiler_pic_works=yes
6257 fi
6258 fi
6259 $RM conftest*
6260
42ecbf5e 6261fi
d7040cdb
SE
6262echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
6263echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
6264
6265if test x"$lt_prog_compiler_pic_works" = xyes; then
6266 case $lt_prog_compiler_pic in
6267 "" | " "*) ;;
6268 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
6269 esac
42ecbf5e 6270else
d7040cdb
SE
6271 lt_prog_compiler_pic=
6272 lt_prog_compiler_can_build_shared=no
42ecbf5e
DJ
6273fi
6274
d7040cdb 6275fi
42ecbf5e 6276
d7040cdb
SE
6277
6278
6279
6280
6281
6282#
6283# Check to make sure the static flag actually works.
6284#
6285wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
6286echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
6287echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
6288if test "${lt_prog_compiler_static_works+set}" = set; then
42ecbf5e
DJ
6289 echo $ECHO_N "(cached) $ECHO_C" >&6
6290else
d7040cdb
SE
6291 lt_prog_compiler_static_works=no
6292 save_LDFLAGS="$LDFLAGS"
6293 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
6294 echo "$lt_simple_link_test_code" > conftest.$ac_ext
6295 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
6296 # The linker can only warn and ignore the option if not recognized
6297 # So say no if there are warnings
6298 if test -s conftest.err; then
6299 # Append any errors to the config.log.
6300 cat conftest.err 1>&5
6301 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
6302 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
6303 if diff conftest.exp conftest.er2 >/dev/null; then
6304 lt_prog_compiler_static_works=yes
6305 fi
6306 else
6307 lt_prog_compiler_static_works=yes
6308 fi
6309 fi
6310 $RM conftest*
6311 LDFLAGS="$save_LDFLAGS"
20e95c23 6312
42ecbf5e 6313fi
d7040cdb
SE
6314echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
6315echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
6316
6317if test x"$lt_prog_compiler_static_works" = xyes; then
6318 :
6319else
6320 lt_prog_compiler_static=
20e95c23 6321fi
d7040cdb
SE
6322
6323
6324
6325
6326
6327
6328
6329 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
6330echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
6331if test "${lt_cv_prog_compiler_c_o+set}" = set; then
6332 echo $ECHO_N "(cached) $ECHO_C" >&6
e5a52504 6333else
d7040cdb
SE
6334 lt_cv_prog_compiler_c_o=no
6335 $RM -r conftest 2>/dev/null
6336 mkdir conftest
6337 cd conftest
6338 mkdir out
6339 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6340
6341 lt_compiler_flag="-o out/conftest2.$ac_objext"
6342 # Insert the option either (1) after the last *FLAGS variable, or
6343 # (2) before a word containing "conftest.", or (3) at the end.
6344 # Note that $ac_compile itself does not contain backslashes and begins
6345 # with a dollar sign (not a hyphen), so the echo should work correctly.
6346 lt_compile=`echo "$ac_compile" | $SED \
6347 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6348 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6349 -e 's:$: $lt_compiler_flag:'`
79887925 6350 (eval echo "\"\$as_me:6350: $lt_compile\"" >&5)
d7040cdb
SE
6351 (eval "$lt_compile" 2>out/conftest.err)
6352 ac_status=$?
6353 cat out/conftest.err >&5
79887925 6354 echo "$as_me:6354: \$? = $ac_status" >&5
d7040cdb
SE
6355 if (exit $ac_status) && test -s out/conftest2.$ac_objext
6356 then
6357 # The compiler can only warn and ignore the option if not recognized
6358 # So say no if there are warnings
6359 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
6360 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
6361 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
6362 lt_cv_prog_compiler_c_o=yes
6363 fi
6364 fi
6365 chmod u+w . 2>&5
6366 $RM conftest*
6367 # SGI C++ compiler will create directory out/ii_files/ for
6368 # template instantiation
6369 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
6370 $RM out/* && rmdir out
6371 cd ..
6372 $RM -r conftest
6373 $RM conftest*
6374
42ecbf5e 6375fi
d7040cdb
SE
6376echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
6377echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
42ecbf5e 6378
20e95c23 6379
d7040cdb
SE
6380
6381
6382
6383
6384 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
6385echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
6386if test "${lt_cv_prog_compiler_c_o+set}" = set; then
20e95c23
DJ
6387 echo $ECHO_N "(cached) $ECHO_C" >&6
6388else
d7040cdb
SE
6389 lt_cv_prog_compiler_c_o=no
6390 $RM -r conftest 2>/dev/null
6391 mkdir conftest
6392 cd conftest
6393 mkdir out
6394 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6395
6396 lt_compiler_flag="-o out/conftest2.$ac_objext"
6397 # Insert the option either (1) after the last *FLAGS variable, or
6398 # (2) before a word containing "conftest.", or (3) at the end.
6399 # Note that $ac_compile itself does not contain backslashes and begins
6400 # with a dollar sign (not a hyphen), so the echo should work correctly.
6401 lt_compile=`echo "$ac_compile" | $SED \
6402 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6403 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6404 -e 's:$: $lt_compiler_flag:'`
79887925 6405 (eval echo "\"\$as_me:6405: $lt_compile\"" >&5)
d7040cdb
SE
6406 (eval "$lt_compile" 2>out/conftest.err)
6407 ac_status=$?
6408 cat out/conftest.err >&5
79887925 6409 echo "$as_me:6409: \$? = $ac_status" >&5
d7040cdb
SE
6410 if (exit $ac_status) && test -s out/conftest2.$ac_objext
6411 then
6412 # The compiler can only warn and ignore the option if not recognized
6413 # So say no if there are warnings
6414 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
6415 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
6416 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
6417 lt_cv_prog_compiler_c_o=yes
6418 fi
6419 fi
6420 chmod u+w . 2>&5
6421 $RM conftest*
6422 # SGI C++ compiler will create directory out/ii_files/ for
6423 # template instantiation
6424 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
6425 $RM out/* && rmdir out
6426 cd ..
6427 $RM -r conftest
6428 $RM conftest*
6429
6430fi
6431echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
6432echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
6433
6434
6435
6436
6437hard_links="nottested"
6438if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
6439 # do not overwrite the value of need_locks provided by the user
6440 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
6441echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
6442 hard_links=yes
6443 $RM conftest*
6444 ln conftest.a conftest.b 2>/dev/null && hard_links=no
6445 touch conftest.a
6446 ln conftest.a conftest.b 2>&5 || hard_links=no
6447 ln conftest.a conftest.b 2>/dev/null && hard_links=no
6448 echo "$as_me:$LINENO: result: $hard_links" >&5
6449echo "${ECHO_T}$hard_links" >&6
6450 if test "$hard_links" = no; then
6451 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
6452echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
6453 need_locks=warn
6454 fi
6455else
6456 need_locks=no
6457fi
6458
6459
6460
6461
6462
6463
6464 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
6465echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
6466
6467 runpath_var=
6468 allow_undefined_flag=
6469 always_export_symbols=no
6470 archive_cmds=
6471 archive_expsym_cmds=
6472 compiler_needs_object=no
6473 enable_shared_with_static_runtimes=no
6474 export_dynamic_flag_spec=
6475 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
6476 hardcode_automatic=no
6477 hardcode_direct=no
6478 hardcode_direct_absolute=no
6479 hardcode_libdir_flag_spec=
6480 hardcode_libdir_flag_spec_ld=
6481 hardcode_libdir_separator=
6482 hardcode_minus_L=no
6483 hardcode_shlibpath_var=unsupported
6484 inherit_rpath=no
6485 link_all_deplibs=unknown
6486 module_cmds=
6487 module_expsym_cmds=
6488 old_archive_from_new_cmds=
6489 old_archive_from_expsyms_cmds=
6490 thread_safe_flag_spec=
6491 whole_archive_flag_spec=
6492 # include_expsyms should be a list of space-separated symbols to be *always*
6493 # included in the symbol list
6494 include_expsyms=
6495 # exclude_expsyms can be an extended regexp of symbols to exclude
6496 # it will be wrapped by ` (' and `)$', so one must not match beginning or
6497 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
6498 # as well as any symbol that contains `d'.
6499 exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
6500 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
6501 # platforms (ab)use it in PIC code, but their linkers get confused if
6502 # the symbol is explicitly referenced. Since portable code cannot
6503 # rely on this symbol name, it's probably fine to never include it in
6504 # preloaded symbol tables.
6505 extract_expsyms_cmds=
6506
6507 case $host_os in
6508 cygwin* | mingw* | pw32*)
6509 # FIXME: the MSVC++ port hasn't been tested in a loooong time
6510 # When not using gcc, we currently assume that we are using
6511 # Microsoft Visual C++.
6512 if test "$GCC" != yes; then
6513 with_gnu_ld=no
6514 fi
6515 ;;
6516 interix*)
6517 # we just hope/assume this is gcc and not c89 (= MSVC++)
6518 with_gnu_ld=yes
6519 ;;
6520 openbsd*)
6521 with_gnu_ld=no
6522 ;;
6523 esac
6524
6525 ld_shlibs=yes
6526 if test "$with_gnu_ld" = yes; then
6527 # If archive_cmds runs LD, not CC, wlarc should be empty
6528 wlarc='${wl}'
6529
6530 # Set some defaults for GNU ld with shared library support. These
6531 # are reset later if shared libraries are not supported. Putting them
6532 # here allows them to be overridden if necessary.
6533 runpath_var=LD_RUN_PATH
6534 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6535 export_dynamic_flag_spec='${wl}--export-dynamic'
6536 # ancient GNU ld didn't support --whole-archive et. al.
6537 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
6538 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6539 else
6540 whole_archive_flag_spec=
6541 fi
6542 supports_anon_versioning=no
6543 case `$LD -v 2>&1` in
6544 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
6545 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
6546 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
6547 *\ 2.11.*) ;; # other 2.11 versions
6548 *) supports_anon_versioning=yes ;;
6549 esac
6550
6551 # See if GNU ld supports shared libraries.
6552 case $host_os in
6553 aix3* | aix4* | aix5*)
6554 # On AIX/PPC, the GNU linker is very broken
6555 if test "$host_cpu" != ia64; then
6556 ld_shlibs=no
6557 cat <<_LT_EOF 1>&2
6558
6559*** Warning: the GNU linker, at least up to release 2.9.1, is reported
6560*** to be unable to reliably create shared libraries on AIX.
6561*** Therefore, libtool is disabling shared libraries support. If you
6562*** really care for shared libraries, you may want to modify your PATH
6563*** so that a non-GNU linker is found, and then restart.
6564
6565_LT_EOF
6566 fi
6567 ;;
6568
6569 amigaos*)
6570 if test "$host_cpu" = m68k; then
6571 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)'
6572 hardcode_libdir_flag_spec='-L$libdir'
6573 hardcode_minus_L=yes
6574 fi
6575
6576 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
6577 # that the semantics of dynamic libraries on AmigaOS, at least up
6578 # to version 4, is to share data among multiple programs linked
6579 # with the same dynamic library. Since this doesn't match the
6580 # behavior of shared libraries on other platforms, we can't use
6581 # them.
6582 ld_shlibs=no
6583 ;;
6584
6585 beos*)
6586 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6587 allow_undefined_flag=unsupported
6588 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6589 # support --undefined. This deserves some investigation. FIXME
6590 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6591 else
6592 ld_shlibs=no
6593 fi
6594 ;;
6595
6596 cygwin* | mingw* | pw32*)
6597 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
6598 # as there is no search path for DLLs.
6599 hardcode_libdir_flag_spec='-L$libdir'
6600 allow_undefined_flag=unsupported
6601 always_export_symbols=no
6602 enable_shared_with_static_runtimes=yes
6603 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
6604
6605 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6606 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6607 # If the export-symbols file already is a .def file (1st line
6608 # is EXPORTS), use it as is; otherwise, prepend...
6609 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6610 cp $export_symbols $output_objdir/$soname.def;
6611 else
6612 echo EXPORTS > $output_objdir/$soname.def;
6613 cat $export_symbols >> $output_objdir/$soname.def;
6614 fi~
6615 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6616 else
6617 ld_shlibs=no
6618 fi
6619 ;;
6620
6621 interix[3-9]*)
6622 hardcode_direct=no
6623 hardcode_shlibpath_var=no
6624 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
6625 export_dynamic_flag_spec='${wl}-E'
6626 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
6627 # Instead, shared libraries are loaded at an image base (0x10000000 by
6628 # default) and relocated if they conflict, which is a slow very memory
6629 # consuming and fragmenting process. To avoid this, we pick a random,
6630 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
6631 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
6632 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6633 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'
6634 ;;
6635
6636 gnu* | linux* | tpf* | k*bsd*-gnu)
6637 tmp_diet=no
6638 if test "$host_os" = linux-dietlibc; then
6639 case $cc_basename in
6640 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
6641 esac
6642 fi
6643 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
6644 && test "$tmp_diet" = no
6645 then
6646 tmp_addflag=
6647 case $cc_basename,$host_cpu in
6648 pgcc*) # Portland Group C compiler
6649 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'
6650 tmp_addflag=' $pic_flag'
6651 ;;
6652 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
6653 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'
6654 tmp_addflag=' $pic_flag -Mnomain' ;;
6655 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
6656 tmp_addflag=' -i_dynamic' ;;
6657 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
6658 tmp_addflag=' -i_dynamic -nofor_main' ;;
6659 ifc* | ifort*) # Intel Fortran compiler
6660 tmp_addflag=' -nofor_main' ;;
6661 esac
6662 case `$CC -V 2>&1 | sed 5q` in
6663 *Sun\ C*) # Sun C 5.9
6664 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'
6665 compiler_needs_object=yes
6666 tmp_sharedflag='-G' ;;
6667 *Sun\ F*) # Sun Fortran 8.3
6668 tmp_sharedflag='-G' ;;
6669 *)
6670 tmp_sharedflag='-shared' ;;
6671 esac
6672 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6673
6674 if test "x$supports_anon_versioning" = xyes; then
6675 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
6676 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
6677 echo "local: *; };" >> $output_objdir/$libname.ver~
6678 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
6679 fi
6680 else
6681 ld_shlibs=no
6682 fi
6683 ;;
6684
6685 netbsd*)
6686 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
6687 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6688 wlarc=
6689 else
6690 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6691 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6692 fi
6693 ;;
6694
6695 solaris*)
6696 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
6697 ld_shlibs=no
6698 cat <<_LT_EOF 1>&2
6699
6700*** Warning: The releases 2.8.* of the GNU linker cannot reliably
6701*** create shared libraries on Solaris systems. Therefore, libtool
6702*** is disabling shared libraries support. We urge you to upgrade GNU
6703*** binutils to release 2.9.1 or newer. Another option is to modify
6704*** your PATH or compiler configuration so that the native linker is
6705*** used, and then restart.
6706
6707_LT_EOF
6708 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6709 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6710 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6711 else
6712 ld_shlibs=no
6713 fi
6714 ;;
6715
6716 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
6717 case `$LD -v 2>&1` in
6718 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
6719 ld_shlibs=no
6720 cat <<_LT_EOF 1>&2
6721
6722*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
6723*** reliably create shared libraries on SCO systems. Therefore, libtool
6724*** is disabling shared libraries support. We urge you to upgrade GNU
6725*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
6726*** your PATH or compiler configuration so that the native linker is
6727*** used, and then restart.
6728
6729_LT_EOF
6730 ;;
6731 *)
6732 # For security reasons, it is highly recommended that you always
6733 # use absolute paths for naming shared libraries, and exclude the
6734 # DT_RUNPATH tag from executables and libraries. But doing so
6735 # requires that you compile everything twice, which is a pain.
6736 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6737 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6739 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6740 else
6741 ld_shlibs=no
6742 fi
6743 ;;
6744 esac
6745 ;;
6746
6747 sunos4*)
6748 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6749 wlarc=
6750 hardcode_direct=yes
6751 hardcode_shlibpath_var=no
6752 ;;
6753
6754 *)
6755 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6756 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6757 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6758 else
6759 ld_shlibs=no
6760 fi
6761 ;;
6762 esac
6763
6764 if test "$ld_shlibs" = no; then
6765 runpath_var=
6766 hardcode_libdir_flag_spec=
6767 export_dynamic_flag_spec=
6768 whole_archive_flag_spec=
6769 fi
6770 else
6771 # PORTME fill in a description of your system's linker (not GNU ld)
6772 case $host_os in
6773 aix3*)
6774 allow_undefined_flag=unsupported
6775 always_export_symbols=yes
6776 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'
6777 # Note: this linker hardcodes the directories in LIBPATH if there
6778 # are no directories specified by -L.
6779 hardcode_minus_L=yes
6780 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
6781 # Neither direct hardcoding nor static linking is supported with a
6782 # broken collect2.
6783 hardcode_direct=unsupported
6784 fi
6785 ;;
6786
6787 aix4* | aix5*)
6788 if test "$host_cpu" = ia64; then
6789 # On IA64, the linker does run time linking by default, so we don't
6790 # have to do anything special.
6791 aix_use_runtimelinking=no
6792 exp_sym_flag='-Bexport'
6793 no_entry_flag=""
6794 else
6795 # If we're using GNU nm, then we don't want the "-C" option.
6796 # -C means demangle to AIX nm, but means don't demangle with GNU nm
6797 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
6798 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'
6799 else
6800 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'
6801 fi
6802 aix_use_runtimelinking=no
6803
6804 # Test if we are trying to use run time linking or normal
6805 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6806 # need to do runtime linking.
6807 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
6808 for ld_flag in $LDFLAGS; do
6809 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
6810 aix_use_runtimelinking=yes
6811 break
6812 fi
6813 done
6814 ;;
6815 esac
6816
6817 exp_sym_flag='-bexport'
6818 no_entry_flag='-bnoentry'
6819 fi
6820
6821 # When large executables or shared objects are built, AIX ld can
6822 # have problems creating the table of contents. If linking a library
6823 # or program results in "error TOC overflow" add -mminimal-toc to
6824 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
6825 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6826
6827 archive_cmds=''
6828 hardcode_direct=yes
6829 hardcode_direct_absolute=yes
6830 hardcode_libdir_separator=':'
6831 link_all_deplibs=yes
6832 file_list_spec='${wl}-f,'
6833
6834 if test "$GCC" = yes; then
6835 case $host_os in aix4.[012]|aix4.[012].*)
6836 # We only want to do this on AIX 4.2 and lower, the check
6837 # below for broken collect2 doesn't work under 4.3+
6838 collect2name=`${CC} -print-prog-name=collect2`
6839 if test -f "$collect2name" &&
6840 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
6841 then
6842 # We have reworked collect2
6843 :
6844 else
6845 # We have old collect2
6846 hardcode_direct=unsupported
6847 # It fails to find uninstalled libraries when the uninstalled
6848 # path is not listed in the libpath. Setting hardcode_minus_L
6849 # to unsupported forces relinking
6850 hardcode_minus_L=yes
6851 hardcode_libdir_flag_spec='-L$libdir'
6852 hardcode_libdir_separator=
6853 fi
6854 ;;
6855 esac
6856 shared_flag='-shared'
6857 if test "$aix_use_runtimelinking" = yes; then
6858 shared_flag="$shared_flag "'${wl}-G'
6859 fi
6860 else
6861 # not using gcc
6862 if test "$host_cpu" = ia64; then
6863 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
6864 # chokes on -Wl,-G. The following line is correct:
6865 shared_flag='-G'
6866 else
6867 if test "$aix_use_runtimelinking" = yes; then
6868 shared_flag='${wl}-G'
6869 else
6870 shared_flag='${wl}-bM:SRE'
6871 fi
6872 fi
6873 fi
6874
6875 # It seems that -bexpall does not export symbols beginning with
6876 # underscore (_), so it is better to generate a list of symbols to export.
6877 always_export_symbols=yes
6878 if test "$aix_use_runtimelinking" = yes; then
6879 # Warning - without using the other runtime loading flags (-brtl),
6880 # -berok will link without error, but may produce a broken library.
6881 allow_undefined_flag='-berok'
6882 # Determine the default libpath from the value encoded in an
6883 # empty executable.
6884 cat >conftest.$ac_ext <<_ACEOF
6885/* confdefs.h. */
6886_ACEOF
6887cat confdefs.h >>conftest.$ac_ext
6888cat >>conftest.$ac_ext <<_ACEOF
6889/* end confdefs.h. */
20e95c23 6890
20e95c23
DJ
6891int
6892main ()
6893{
d7040cdb 6894
20e95c23
DJ
6895 ;
6896 return 0;
6897}
42ecbf5e 6898_ACEOF
20e95c23
DJ
6899rm -f conftest.$ac_objext conftest$ac_exeext
6900if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6901 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
6902 ac_status=$?
6903 grep -v '^ *+' conftest.er1 >conftest.err
6904 rm -f conftest.er1
6905 cat conftest.err >&5
6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20e95c23
DJ
6907 (exit $ac_status); } &&
6908 { ac_try='test -z "$ac_c_werror_flag"
6909 || test ! -s conftest.err'
6910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6911 (eval $ac_try) 2>&5
6912 ac_status=$?
6913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6914 (exit $ac_status); }; } &&
6915 { ac_try='test -s conftest$ac_exeext'
6916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6917 (eval $ac_try) 2>&5
6918 ac_status=$?
6919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920 (exit $ac_status); }; }; then
d7040cdb
SE
6921
6922lt_aix_libpath_sed='
6923 /Import File Strings/,/^$/ {
6924 /^0/ {
6925 s/^0 *\(.*\)$/\1/
6926 p
6927 }
6928 }'
6929aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6930# Check for a 64-bit object if we didn't find anything.
6931if test -z "$aix_libpath"; then
6932 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6933fi
42ecbf5e
DJ
6934else
6935 echo "$as_me: failed program was:" >&5
6936sed 's/^/| /' conftest.$ac_ext >&5
6937
42ecbf5e 6938fi
20e95c23
DJ
6939rm -f conftest.err conftest.$ac_objext \
6940 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
6941if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6942
6943 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
6944 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"
6945 else
6946 if test "$host_cpu" = ia64; then
6947 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
6948 allow_undefined_flag="-z nodefs"
6949 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"
6950 else
6951 # Determine the default libpath from the value encoded in an
6952 # empty executable.
6953 cat >conftest.$ac_ext <<_ACEOF
42ecbf5e
DJ
6954/* confdefs.h. */
6955_ACEOF
6956cat confdefs.h >>conftest.$ac_ext
6957cat >>conftest.$ac_ext <<_ACEOF
6958/* end confdefs.h. */
20e95c23 6959
20e95c23
DJ
6960int
6961main ()
6962{
d7040cdb 6963
20e95c23
DJ
6964 ;
6965 return 0;
6966}
42ecbf5e 6967_ACEOF
20e95c23
DJ
6968rm -f conftest.$ac_objext conftest$ac_exeext
6969if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6970 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
6971 ac_status=$?
6972 grep -v '^ *+' conftest.er1 >conftest.err
6973 rm -f conftest.er1
6974 cat conftest.err >&5
6975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20e95c23
DJ
6976 (exit $ac_status); } &&
6977 { ac_try='test -z "$ac_c_werror_flag"
6978 || test ! -s conftest.err'
6979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6980 (eval $ac_try) 2>&5
6981 ac_status=$?
6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983 (exit $ac_status); }; } &&
6984 { ac_try='test -s conftest$ac_exeext'
6985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6986 (eval $ac_try) 2>&5
6987 ac_status=$?
6988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6989 (exit $ac_status); }; }; then
d7040cdb
SE
6990
6991lt_aix_libpath_sed='
6992 /Import File Strings/,/^$/ {
6993 /^0/ {
6994 s/^0 *\(.*\)$/\1/
6995 p
6996 }
6997 }'
6998aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6999# Check for a 64-bit object if we didn't find anything.
7000if test -z "$aix_libpath"; then
7001 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7002fi
252b5132 7003else
42ecbf5e
DJ
7004 echo "$as_me: failed program was:" >&5
7005sed 's/^/| /' conftest.$ac_ext >&5
7006
20e95c23
DJ
7007fi
7008rm -f conftest.err conftest.$ac_objext \
7009 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
7010if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7011
7012 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
7013 # Warning - without using the other run time loading flags,
7014 # -berok will link without error, but may produce a broken library.
7015 no_undefined_flag=' ${wl}-bernotok'
7016 allow_undefined_flag=' ${wl}-berok'
7017 # Exported symbols can be pulled into shared objects from archives
7018 whole_archive_flag_spec='$convenience'
7019 archive_cmds_need_lc=yes
7020 # This is similar to how AIX traditionally builds its shared libraries.
7021 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'
7022 fi
7023 fi
7024 ;;
42ecbf5e 7025
d7040cdb
SE
7026 amigaos*)
7027 if test "$host_cpu" = m68k; then
7028 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)'
7029 hardcode_libdir_flag_spec='-L$libdir'
7030 hardcode_minus_L=yes
7031 fi
7032 # see comment about different semantics on the GNU ld section
7033 ld_shlibs=no
7034 ;;
42ecbf5e 7035
d7040cdb
SE
7036 bsdi[45]*)
7037 export_dynamic_flag_spec=-rdynamic
7038 ;;
e5a52504 7039
d7040cdb
SE
7040 cygwin* | mingw* | pw32*)
7041 # When not using gcc, we currently assume that we are using
7042 # Microsoft Visual C++.
7043 # hardcode_libdir_flag_spec is actually meaningless, as there is
7044 # no search path for DLLs.
7045 hardcode_libdir_flag_spec=' '
7046 allow_undefined_flag=unsupported
7047 # Tell ltmain to make .lib files, not .a files.
7048 libext=lib
7049 # Tell ltmain to make .dll files, not .so files.
7050 shrext_cmds=".dll"
7051 # FIXME: Setting linknames here is a bad hack.
7052 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
7053 # The linker will automatically build a .lib file if we build a DLL.
7054 old_archive_from_new_cmds='true'
7055 # FIXME: Should let the user specify the lib program.
7056 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
7057 fix_srcfile_path='`cygpath -w "$srcfile"`'
7058 enable_shared_with_static_runtimes=yes
7059 ;;
7060
7061 darwin* | rhapsody*)
7062 case $host_os in
7063 rhapsody* | darwin1.[012])
7064 allow_undefined_flag='${wl}-undefined ${wl}suppress'
7065 ;;
7066 *) # Darwin 1.3 on
7067 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
7068 10.[012])
7069 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7070 ;;
7071 10.*)
7072 allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
7073 ;;
7074 esac
7075 ;;
7076 esac
7077 archive_cmds_need_lc=no
7078 hardcode_direct=no
7079 hardcode_automatic=yes
7080 hardcode_shlibpath_var=unsupported
7081 whole_archive_flag_spec=''
7082 link_all_deplibs=yes
7083 if test "$GCC" = yes ; then
7084 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
20e95c23 7085 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 7086else
d7040cdb
SE
7087 lt_cv_apple_cc_single_mod=no
7088 if test -z "${LT_MULTI_MODULE}"; then
7089 # By default we will add the -single_module flag. You can override
7090 # by either setting the environment variable LT_MULTI_MODULE
7091 # non-empty at configure time, or by adding -multi-module to the
7092 # link flags.
7093 echo "int foo(void){return 1;}" > conftest.c
7094 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7095 -dynamiclib ${wl}-single_module conftest.c
7096 if test -f libconftest.dylib; then
7097 lt_cv_apple_cc_single_mod=yes
7098 rm libconftest.dylib
7099 fi
7100 rm conftest.$ac_ext
7101 fi
ac48eca1 7102fi
e5a52504 7103
d7040cdb
SE
7104 output_verbose_link_cmd=echo
7105 if test "X$lt_cv_apple_cc_single_mod" = Xyes ; then
7106 archive_cmds='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7107 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}'
7108 else
7109 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7110 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}'
7111 fi
7112 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7113 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}'
7114 else
7115 case $cc_basename in
7116 xlc*)
7117 output_verbose_link_cmd=echo
7118 archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
7119 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7120 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
7121 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}'
7122 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}'
7123 ;;
7124 *)
7125 ld_shlibs=no
7126 ;;
7127 esac
7128 fi
7129 ;;
7130
7131 dgux*)
7132 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7133 hardcode_libdir_flag_spec='-L$libdir'
7134 hardcode_shlibpath_var=no
7135 ;;
7136
7137 freebsd1*)
7138 ld_shlibs=no
7139 ;;
7140
7141 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
7142 # support. Future versions do this automatically, but an explicit c++rt0.o
7143 # does not break anything, and helps significantly (at the cost of a little
7144 # extra space).
7145 freebsd2.2*)
7146 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
7147 hardcode_libdir_flag_spec='-R$libdir'
7148 hardcode_direct=yes
7149 hardcode_shlibpath_var=no
7150 ;;
7151
7152 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
7153 freebsd2*)
7154 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7155 hardcode_direct=yes
7156 hardcode_minus_L=yes
7157 hardcode_shlibpath_var=no
7158 ;;
7159
7160 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
7161 freebsd* | dragonfly*)
7162 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
7163 hardcode_libdir_flag_spec='-R$libdir'
7164 hardcode_direct=yes
7165 hardcode_shlibpath_var=no
7166 ;;
7167
7168 hpux9*)
7169 if test "$GCC" = yes; then
7170 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'
7171 else
7172 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'
7173 fi
7174 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
7175 hardcode_libdir_separator=:
7176 hardcode_direct=yes
7177
7178 # hardcode_minus_L: Not really in the search PATH,
7179 # but as the default location of the library.
7180 hardcode_minus_L=yes
7181 export_dynamic_flag_spec='${wl}-E'
7182 ;;
7183
7184 hpux10*)
7185 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
7186 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
7187 else
7188 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
7189 fi
7190 if test "$with_gnu_ld" = no; then
7191 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
7192 hardcode_libdir_flag_spec_ld='+b $libdir'
7193 hardcode_libdir_separator=:
7194 hardcode_direct=yes
7195 hardcode_direct_absolute=yes
7196 export_dynamic_flag_spec='${wl}-E'
7197 # hardcode_minus_L: Not really in the search PATH,
7198 # but as the default location of the library.
7199 hardcode_minus_L=yes
7200 fi
7201 ;;
7202
7203 hpux11*)
7204 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
7205 case $host_cpu in
7206 hppa*64*)
7207 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
7208 ;;
7209 ia64*)
7210 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
7211 ;;
7212 *)
7213 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
7214 ;;
7215 esac
7216 else
7217 case $host_cpu in
7218 hppa*64*)
7219 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
7220 ;;
7221 ia64*)
7222 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
7223 ;;
7224 *)
7225 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
7226 ;;
7227 esac
7228 fi
7229 if test "$with_gnu_ld" = no; then
7230 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
7231 hardcode_libdir_separator=:
7232
7233 case $host_cpu in
7234 hppa*64*|ia64*)
7235 hardcode_direct=no
7236 hardcode_shlibpath_var=no
7237 ;;
7238 *)
7239 hardcode_direct=yes
7240 hardcode_direct_absolute=yes
7241 export_dynamic_flag_spec='${wl}-E'
7242
7243 # hardcode_minus_L: Not really in the search PATH,
7244 # but as the default location of the library.
7245 hardcode_minus_L=yes
7246 ;;
7247 esac
7248 fi
7249 ;;
7250
7251 irix5* | irix6* | nonstopux*)
7252 if test "$GCC" = yes; then
7253 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'
7254 # Try to use the -exported_symbol ld option, if it does not
7255 # work, assume that -exports_file does not work either and
7256 # implicitly export all symbols.
7257 save_LDFLAGS="$LDFLAGS"
7258 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
7259 cat >conftest.$ac_ext <<_ACEOF
7260int foo(void) {}
42ecbf5e 7261_ACEOF
20e95c23
DJ
7262rm -f conftest.$ac_objext conftest$ac_exeext
7263if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7264 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
7265 ac_status=$?
7266 grep -v '^ *+' conftest.er1 >conftest.err
7267 rm -f conftest.er1
7268 cat conftest.err >&5
7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7270 (exit $ac_status); } &&
502bdb00
JW
7271 { ac_try='test -z "$ac_c_werror_flag"
7272 || test ! -s conftest.err'
42ecbf5e
DJ
7273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7274 (eval $ac_try) 2>&5
7275 ac_status=$?
7276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7277 (exit $ac_status); }; } &&
20e95c23 7278 { ac_try='test -s conftest$ac_exeext'
42ecbf5e
DJ
7279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7280 (eval $ac_try) 2>&5
7281 ac_status=$?
7282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); }; }; then
d7040cdb
SE
7284 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'
7285
252b5132 7286else
42ecbf5e
DJ
7287 echo "$as_me: failed program was:" >&5
7288sed 's/^/| /' conftest.$ac_ext >&5
7289
252b5132 7290fi
d7040cdb
SE
7291rm -f conftest.err conftest.$ac_objext \
7292 conftest$ac_exeext conftest.$ac_ext
7293 LDFLAGS="$save_LDFLAGS"
7294 else
7295 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'
7296 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'
7297 fi
7298 archive_cmds_need_lc='no'
7299 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7300 hardcode_libdir_separator=:
7301 inherit_rpath=yes
7302 link_all_deplibs=yes
7303 ;;
7304
7305 netbsd*)
7306 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7307 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
7308 else
7309 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
7310 fi
7311 hardcode_libdir_flag_spec='-R$libdir'
7312 hardcode_direct=yes
7313 hardcode_shlibpath_var=no
7314 ;;
7315
7316 newsos6)
7317 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7318 hardcode_direct=yes
7319 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7320 hardcode_libdir_separator=:
7321 hardcode_shlibpath_var=no
7322 ;;
7323
7324 *nto* | *qnx*)
7325 ;;
7326
7327 openbsd*)
7328 hardcode_direct=yes
7329 hardcode_shlibpath_var=no
7330 hardcode_direct_absolute=yes
7331 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7332 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
7333 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
7334 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7335 export_dynamic_flag_spec='${wl}-E'
7336 else
7337 case $host_os in
7338 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
7339 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7340 hardcode_libdir_flag_spec='-R$libdir'
7341 ;;
7342 *)
7343 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
7344 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7345 ;;
7346 esac
7347 fi
7348 ;;
7349
7350 os2*)
7351 hardcode_libdir_flag_spec='-L$libdir'
7352 hardcode_minus_L=yes
7353 allow_undefined_flag=unsupported
7354 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'
7355 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
7356 ;;
7357
7358 osf3*)
7359 if test "$GCC" = yes; then
7360 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
7361 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'
7362 else
7363 allow_undefined_flag=' -expect_unresolved \*'
7364 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'
7365 fi
7366 archive_cmds_need_lc='no'
7367 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7368 hardcode_libdir_separator=:
7369 ;;
7370
7371 osf4* | osf5*) # as osf3* with the addition of -msym flag
7372 if test "$GCC" = yes; then
7373 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
7374 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'
7375 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7376 else
7377 allow_undefined_flag=' -expect_unresolved \*'
7378 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'
7379 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~
7380 $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'
7381
7382 # Both c and cxx compiler support -rpath directly
7383 hardcode_libdir_flag_spec='-rpath $libdir'
7384 fi
7385 archive_cmds_need_lc='no'
7386 hardcode_libdir_separator=:
7387 ;;
7388
7389 solaris*)
7390 no_undefined_flag=' -z defs'
7391 if test "$GCC" = yes; then
7392 wlarc='${wl}'
7393 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
7394 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7395 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
7396 else
7397 case `$CC -V 2>&1` in
7398 *"Compilers 5.0"*)
7399 wlarc=''
7400 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
7401 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7402 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
7403 ;;
7404 *)
7405 wlarc='${wl}'
7406 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
7407 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7408 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
7409 ;;
7410 esac
7411 fi
7412 hardcode_libdir_flag_spec='-R$libdir'
7413 hardcode_shlibpath_var=no
7414 case $host_os in
7415 solaris2.[0-5] | solaris2.[0-5].*) ;;
7416 *)
7417 # The compiler driver will combine and reorder linker options,
7418 # but understands `-z linker_flag'. GCC discards it without `$wl',
7419 # but is careful enough not to reorder.
7420 # Supported since Solaris 2.6 (maybe 2.5.1?)
7421 if test "$GCC" = yes; then
7422 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
7423 else
7424 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
7425 fi
7426 ;;
7427 esac
7428 link_all_deplibs=yes
7429 ;;
7430
7431 sunos4*)
7432 if test "x$host_vendor" = xsequent; then
7433 # Use $CC to link under sequent, because it throws in some extra .o
7434 # files that make .init and .fini sections work.
7435 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
7436 else
7437 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
7438 fi
7439 hardcode_libdir_flag_spec='-L$libdir'
7440 hardcode_direct=yes
7441 hardcode_minus_L=yes
7442 hardcode_shlibpath_var=no
7443 ;;
7444
7445 sysv4)
7446 case $host_vendor in
7447 sni)
7448 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7449 hardcode_direct=yes # is this really true???
7450 ;;
7451 siemens)
7452 ## LD is ld it makes a PLAMLIB
7453 ## CC just makes a GrossModule.
7454 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
7455 reload_cmds='$CC -r -o $output$reload_objs'
7456 hardcode_direct=no
7457 ;;
7458 motorola)
7459 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7460 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
7461 ;;
7462 esac
7463 runpath_var='LD_RUN_PATH'
7464 hardcode_shlibpath_var=no
7465 ;;
7466
7467 sysv4.3*)
7468 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7469 hardcode_shlibpath_var=no
7470 export_dynamic_flag_spec='-Bexport'
7471 ;;
7472
7473 sysv4*MP*)
7474 if test -d /usr/nec; then
7475 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7476 hardcode_shlibpath_var=no
7477 runpath_var=LD_RUN_PATH
7478 hardcode_runpath_var=yes
7479 ld_shlibs=yes
7480 fi
7481 ;;
7482
7483 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
7484 no_undefined_flag='${wl}-z,text'
7485 archive_cmds_need_lc=no
7486 hardcode_shlibpath_var=no
7487 runpath_var='LD_RUN_PATH'
7488
7489 if test "$GCC" = yes; then
7490 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7491 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7492 else
7493 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7494 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7495 fi
7496 ;;
7497
7498 sysv5* | sco3.2v5* | sco5v6*)
7499 # Note: We can NOT use -z defs as we might desire, because we do not
7500 # link with -lc, and that would cause any symbols used from libc to
7501 # always be unresolved, which means just about no library would
7502 # ever link correctly. If we're not using GNU ld we use -z text
7503 # though, which does catch some bad symbols but isn't as heavy-handed
7504 # as -z defs.
7505 no_undefined_flag='${wl}-z,text'
7506 allow_undefined_flag='${wl}-z,nodefs'
7507 archive_cmds_need_lc=no
7508 hardcode_shlibpath_var=no
7509 hardcode_libdir_flag_spec='${wl}-R,$libdir'
7510 hardcode_libdir_separator=':'
7511 link_all_deplibs=yes
7512 export_dynamic_flag_spec='${wl}-Bexport'
7513 runpath_var='LD_RUN_PATH'
7514
7515 if test "$GCC" = yes; then
7516 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7517 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7518 else
7519 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7520 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7521 fi
7522 ;;
7523
7524 uts4*)
7525 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7526 hardcode_libdir_flag_spec='-L$libdir'
7527 hardcode_shlibpath_var=no
7528 ;;
7529
7530 *)
7531 ld_shlibs=no
7532 ;;
7533 esac
7534
7535 if test x$host_vendor = xsni; then
7536 case $host in
7537 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
7538 export_dynamic_flag_spec='${wl}-Blargedynsym'
7539 ;;
7540 esac
7541 fi
7542 fi
7543
7544echo "$as_me:$LINENO: result: $ld_shlibs" >&5
7545echo "${ECHO_T}$ld_shlibs" >&6
7546test "$ld_shlibs" = no && can_build_shared=no
7547
7548with_gnu_ld=$with_gnu_ld
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564#
7565# Do we need to explicitly link libc?
7566#
7567case "x$archive_cmds_need_lc" in
7568x|xyes)
7569 # Assume -lc should be added
7570 archive_cmds_need_lc=yes
7571
7572 if test "$enable_shared" = yes && test "$GCC" = yes; then
7573 case $archive_cmds in
7574 *'~'*)
7575 # FIXME: we may have to deal with multi-command sequences.
7576 ;;
7577 '$CC '*)
7578 # Test whether the compiler implicitly links with -lc since on some
7579 # systems, -lgcc has to come before -lc. If gcc already passes -lc
7580 # to ld, don't add -lc before -lgcc.
7581 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
7582echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
7583 $RM conftest*
7584 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7585
7586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7587 (eval $ac_compile) 2>&5
7588 ac_status=$?
7589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590 (exit $ac_status); } 2>conftest.err; then
7591 soname=conftest
7592 lib=conftest
7593 libobjs=conftest.$ac_objext
7594 deplibs=
7595 wl=$lt_prog_compiler_wl
7596 pic_flag=$lt_prog_compiler_pic
7597 compiler_flags=-v
7598 linker_flags=-v
7599 verstring=
7600 output_objdir=.
7601 libname=conftest
7602 lt_save_allow_undefined_flag=$allow_undefined_flag
7603 allow_undefined_flag=
7604 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
7605 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
7606 ac_status=$?
7607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7608 (exit $ac_status); }
7609 then
7610 archive_cmds_need_lc=no
7611 else
7612 archive_cmds_need_lc=yes
7613 fi
7614 allow_undefined_flag=$lt_save_allow_undefined_flag
7615 else
7616 cat conftest.err 1>&5
7617 fi
7618 $RM conftest*
7619 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
7620echo "${ECHO_T}$archive_cmds_need_lc" >&6
7621 ;;
7622 esac
7623 fi
7624 ;;
7625esac
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
7784echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
7785withGCC=$GCC
7786if test "$withGCC" = yes; then
7787 case $host_os in
7788 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
7789 *) lt_awk_arg="/^libraries:/" ;;
7790 esac
7791 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
7792 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
7793 # if the path contains ";" then we assume it to be the separator
7794 # otherwise default to the standard path separator (i.e. ":") - it is
7795 # assumed that no part of a normal pathname contains ";" but that should
7796 # okay in the real world where ";" in dirpaths is itself problematic.
7797 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
7798 else
7799 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
7800 fi
7801 # Ok, now we have the path, separated by spaces, we can step through it
7802 # and add multilib dir if necessary.
7803 lt_tmp_lt_search_path_spec=
7804 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
7805 for lt_sys_path in $lt_search_path_spec; do
7806 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
7807 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
7808 else
7809 test -d "$lt_sys_path" && \
7810 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
7811 fi
7812 done
7813 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
7814BEGIN {RS=" "; FS="/|\n";} {
7815 lt_foo="";
7816 lt_count=0;
7817 for (lt_i = NF; lt_i > 0; lt_i--) {
7818 if ($lt_i != "" && $lt_i != ".") {
7819 if ($lt_i == "..") {
7820 lt_count++;
7821 } else {
7822 if (lt_count == 0) {
7823 lt_foo="/" $lt_i lt_foo;
7824 } else {
7825 lt_count--;
7826 }
7827 }
7828 }
7829 }
7830 if (lt_foo != "") { lt_freq[lt_foo]++; }
7831 if (lt_freq[lt_foo] == 1) { print lt_foo; }
7832}'`
7833 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
7834else
7835 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
7836fi
7837library_names_spec=
7838libname_spec='lib$name'
7839soname_spec=
7840shrext_cmds=".so"
7841postinstall_cmds=
7842postuninstall_cmds=
7843finish_cmds=
7844finish_eval=
7845shlibpath_var=
7846shlibpath_overrides_runpath=unknown
7847version_type=none
7848dynamic_linker="$host_os ld.so"
7849sys_lib_dlsearch_path_spec="/lib /usr/lib"
7850need_lib_prefix=unknown
7851hardcode_into_libs=no
7852
7853# when you set need_version to no, make sure it does not cause -set_version
7854# flags to be left without arguments
7855need_version=unknown
7856
7857case $host_os in
7858aix3*)
7859 version_type=linux
7860 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
7861 shlibpath_var=LIBPATH
7862
7863 # AIX 3 has no versioning support, so we append a major version to the name.
7864 soname_spec='${libname}${release}${shared_ext}$major'
7865 ;;
7866
7867aix4* | aix5*)
7868 version_type=linux
7869 need_lib_prefix=no
7870 need_version=no
7871 hardcode_into_libs=yes
7872 if test "$host_cpu" = ia64; then
7873 # AIX 5 supports IA64
7874 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
7875 shlibpath_var=LD_LIBRARY_PATH
7876 else
7877 # With GCC up to 2.95.x, collect2 would create an import file
7878 # for dependence libraries. The import file would start with
7879 # the line `#! .'. This would cause the generated library to
7880 # depend on `.', always an invalid library. This was fixed in
7881 # development snapshots of GCC prior to 3.0.
7882 case $host_os in
7883 aix4 | aix4.[01] | aix4.[01].*)
7884 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
7885 echo ' yes '
7886 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
7887 :
7888 else
7889 can_build_shared=no
7890 fi
7891 ;;
7892 esac
7893 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
7894 # soname into executable. Probably we can add versioning support to
7895 # collect2, so additional links can be useful in future.
7896 if test "$aix_use_runtimelinking" = yes; then
7897 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
7898 # instead of lib<name>.a to let people know that these are not
7899 # typical AIX shared libraries.
7900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7901 else
7902 # We preserve .a as extension for shared libraries through AIX4.2
7903 # and later when we are not doing run time linking.
7904 library_names_spec='${libname}${release}.a $libname.a'
7905 soname_spec='${libname}${release}${shared_ext}$major'
7906 fi
7907 shlibpath_var=LIBPATH
7908 fi
7909 ;;
7910
7911amigaos*)
7912 if test "$host_cpu" = m68k; then
7913 library_names_spec='$libname.ixlibrary $libname.a'
7914 # Create ${libname}_ixlibrary.a entries in /sys/libs.
7915 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'
7916 else
7917 dynamic_linker=no
7918 fi
7919 ;;
7920
7921beos*)
7922 library_names_spec='${libname}${shared_ext}'
7923 dynamic_linker="$host_os ld.so"
7924 shlibpath_var=LIBRARY_PATH
7925 ;;
7926
7927bsdi[45]*)
7928 version_type=linux
7929 need_version=no
7930 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7931 soname_spec='${libname}${release}${shared_ext}$major'
7932 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
7933 shlibpath_var=LD_LIBRARY_PATH
7934 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
7935 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
7936 # the default ld.so.conf also contains /usr/contrib/lib and
7937 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
7938 # libtool to hard-code these into programs
7939 ;;
7940
7941cygwin* | mingw* | pw32*)
7942 version_type=windows
7943 shrext_cmds=".dll"
7944 need_version=no
7945 need_lib_prefix=no
7946
7947 case $withGCC,$host_os in
7948 yes,cygwin* | yes,mingw* | yes,pw32*)
7949 library_names_spec='$libname.dll.a'
7950 # DLL is installed to $(libdir)/../bin by postinstall_cmds
7951 postinstall_cmds='base_file=`basename \${file}`~
7952 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
7953 dldir=$destdir/`dirname \$dlpath`~
7954 test -d \$dldir || mkdir -p \$dldir~
7955 $install_prog $dir/$dlname \$dldir/$dlname~
7956 chmod a+x \$dldir/$dlname~
7957 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
7958 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
7959 fi'
7960 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
7961 dlpath=$dir/\$dldll~
7962 $RM \$dlpath'
7963 shlibpath_overrides_runpath=yes
7964
7965 case $host_os in
7966 cygwin*)
7967 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
7968 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
7969 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
7970 ;;
7971 mingw*)
7972 # MinGW DLLs use traditional 'lib' prefix
7973 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
7974 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
7975 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
7976 # It is most probably a Windows format PATH printed by
7977 # mingw gcc, but we are running on Cygwin. Gcc prints its search
7978 # path with ; separators, and with drive letters. We can handle the
7979 # drive letters (cygwin fileutils understands them), so leave them,
7980 # especially as we might pass files found there to a mingw objdump,
7981 # which wouldn't understand a cygwinified path. Ahh.
7982 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
7983 else
7984 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
7985 fi
7986 ;;
7987 pw32*)
7988 # pw32 DLLs use 'pw' prefix rather than 'lib'
7989 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
7990 ;;
7991 esac
7992 ;;
7993
7994 *)
7995 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
7996 ;;
7997 esac
7998 dynamic_linker='Win32 ld.exe'
7999 # FIXME: first we should search . and the directory the executable is in
8000 shlibpath_var=PATH
8001 ;;
8002
8003darwin* | rhapsody*)
8004 dynamic_linker="$host_os dyld"
8005 version_type=darwin
8006 need_lib_prefix=no
8007 need_version=no
8008 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
8009 soname_spec='${libname}${release}${major}$shared_ext'
8010 shlibpath_overrides_runpath=yes
8011 shlibpath_var=DYLD_LIBRARY_PATH
8012 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
8013
8014 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
8015 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
8016 ;;
8017
8018dgux*)
8019 version_type=linux
8020 need_lib_prefix=no
8021 need_version=no
8022 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
8023 soname_spec='${libname}${release}${shared_ext}$major'
8024 shlibpath_var=LD_LIBRARY_PATH
8025 ;;
8026
8027freebsd1*)
8028 dynamic_linker=no
8029 ;;
8030
8031freebsd* | dragonfly*)
8032 # DragonFly does not have aout. When/if they implement a new
8033 # versioning mechanism, adjust this.
8034 if test -x /usr/bin/objformat; then
8035 objformat=`/usr/bin/objformat`
8036 else
8037 case $host_os in
8038 freebsd[123]*) objformat=aout ;;
8039 *) objformat=elf ;;
8040 esac
8041 fi
8042 version_type=freebsd-$objformat
8043 case $version_type in
8044 freebsd-elf*)
8045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
8046 need_version=no
8047 need_lib_prefix=no
8048 ;;
8049 freebsd-*)
8050 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
8051 need_version=yes
8052 ;;
8053 esac
8054 shlibpath_var=LD_LIBRARY_PATH
8055 case $host_os in
8056 freebsd2*)
8057 shlibpath_overrides_runpath=yes
8058 ;;
8059 freebsd3.[01]* | freebsdelf3.[01]*)
8060 shlibpath_overrides_runpath=yes
8061 hardcode_into_libs=yes
8062 ;;
8063 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
8064 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
8065 shlibpath_overrides_runpath=no
8066 hardcode_into_libs=yes
8067 ;;
8068 *) # from 4.6 on, and DragonFly
8069 shlibpath_overrides_runpath=yes
8070 hardcode_into_libs=yes
8071 ;;
8072 esac
8073 ;;
8074
8075gnu*)
8076 version_type=linux
8077 need_lib_prefix=no
8078 need_version=no
8079 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
8080 soname_spec='${libname}${release}${shared_ext}$major'
8081 shlibpath_var=LD_LIBRARY_PATH
8082 hardcode_into_libs=yes
8083 ;;
8084
8085hpux9* | hpux10* | hpux11*)
8086 # Give a soname corresponding to the major version so that dld.sl refuses to
8087 # link against other versions.
8088 version_type=sunos
8089 need_lib_prefix=no
8090 need_version=no
8091 case $host_cpu in
8092 ia64*)
8093 shrext_cmds='.so'
8094 hardcode_into_libs=yes
8095 dynamic_linker="$host_os dld.so"
8096 shlibpath_var=LD_LIBRARY_PATH
8097 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
8098 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8099 soname_spec='${libname}${release}${shared_ext}$major'
8100 if test "X$HPUX_IA64_MODE" = X32; then
8101 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
8102 else
8103 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
8104 fi
8105 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
8106 ;;
8107 hppa*64*)
8108 shrext_cmds='.sl'
8109 hardcode_into_libs=yes
8110 dynamic_linker="$host_os dld.sl"
8111 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
8112 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
8113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8114 soname_spec='${libname}${release}${shared_ext}$major'
8115 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
8116 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
8117 ;;
8118 *)
8119 shrext_cmds='.sl'
8120 dynamic_linker="$host_os dld.sl"
8121 shlibpath_var=SHLIB_PATH
8122 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
8123 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8124 soname_spec='${libname}${release}${shared_ext}$major'
8125 ;;
8126 esac
8127 # HP-UX runs *really* slowly unless shared libraries are mode 555.
8128 postinstall_cmds='chmod 555 $lib'
8129 ;;
8130
8131interix[3-9]*)
8132 version_type=linux
8133 need_lib_prefix=no
8134 need_version=no
8135 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
8136 soname_spec='${libname}${release}${shared_ext}$major'
8137 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
8138 shlibpath_var=LD_LIBRARY_PATH
8139 shlibpath_overrides_runpath=no
8140 hardcode_into_libs=yes
8141 ;;
8142
8143irix5* | irix6* | nonstopux*)
8144 case $host_os in
8145 nonstopux*) version_type=nonstopux ;;
8146 *)
8147 if test "$lt_cv_prog_gnu_ld" = yes; then
8148 version_type=linux
8149 else
8150 version_type=irix
8151 fi ;;
8152 esac
8153 need_lib_prefix=no
8154 need_version=no
8155 soname_spec='${libname}${release}${shared_ext}$major'
8156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
8157 case $host_os in
8158 irix5* | nonstopux*)
8159 libsuff= shlibsuff=
8160 ;;
8161 *)
8162 case $LD in # libtool.m4 will add one of these switches to LD
8163 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
8164 libsuff= shlibsuff= libmagic=32-bit;;
8165 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
8166 libsuff=32 shlibsuff=N32 libmagic=N32;;
8167 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
8168 libsuff=64 shlibsuff=64 libmagic=64-bit;;
8169 *) libsuff= shlibsuff= libmagic=never-match;;
8170 esac
8171 ;;
8172 esac
8173 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
8174 shlibpath_overrides_runpath=no
8175 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
8176 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
8177 hardcode_into_libs=yes
8178 ;;
8179
8180# No shared lib support for Linux oldld, aout, or coff.
8181linux*oldld* | linux*aout* | linux*coff*)
8182 dynamic_linker=no
8183 ;;
8184
8185# This must be Linux ELF.
8186linux* | k*bsd*-gnu)
8187 version_type=linux
8188 need_lib_prefix=no
8189 need_version=no
8190 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8191 soname_spec='${libname}${release}${shared_ext}$major'
8192 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
8193 shlibpath_var=LD_LIBRARY_PATH
8194 shlibpath_overrides_runpath=no
8195 # Some binutils ld are patched to set DT_RUNPATH
8196 save_LDFLAGS=$LDFLAGS
8197 save_libdir=$libdir
8198 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
8199 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
8200 cat >conftest.$ac_ext <<_ACEOF
8201/* confdefs.h. */
8202_ACEOF
8203cat confdefs.h >>conftest.$ac_ext
8204cat >>conftest.$ac_ext <<_ACEOF
8205/* end confdefs.h. */
8206
8207int
8208main ()
8209{
8210
8211 ;
8212 return 0;
8213}
8214_ACEOF
8215rm -f conftest.$ac_objext conftest$ac_exeext
8216if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8217 (eval $ac_link) 2>conftest.er1
8218 ac_status=$?
8219 grep -v '^ *+' conftest.er1 >conftest.err
8220 rm -f conftest.er1
8221 cat conftest.err >&5
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); } &&
8224 { ac_try='test -z "$ac_c_werror_flag"
8225 || test ! -s conftest.err'
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); }; } &&
8231 { ac_try='test -s conftest$ac_exeext'
8232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8233 (eval $ac_try) 2>&5
8234 ac_status=$?
8235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8236 (exit $ac_status); }; }; then
8237 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir"; then
8238 shlibpath_overrides_runpath=yes
8239fi
8240
8241else
8242 echo "$as_me: failed program was:" >&5
8243sed 's/^/| /' conftest.$ac_ext >&5
8244
8245fi
8246rm -f conftest.err conftest.$ac_objext \
8247 conftest$ac_exeext conftest.$ac_ext
8248 LDFLAGS=$save_LDFLAGS
8249 libdir=$save_libdir
8250
8251 # This implies no fast_install, which is unacceptable.
8252 # Some rework will be needed to allow for fast_install
8253 # before this can be enabled.
8254 hardcode_into_libs=yes
8255
8256 # Append ld.so.conf contents to the search path
8257 if test -f /etc/ld.so.conf; then
8258 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' ' '`
8259 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
8260 fi
8261
8262 # We used to test for /lib/ld.so.1 and disable shared libraries on
8263 # powerpc, because MkLinux only supported shared libraries with the
8264 # GNU dynamic linker. Since this was broken with cross compilers,
8265 # most powerpc-linux boxes support dynamic linking these days and
8266 # people can always --disable-shared, the test was removed, and we
8267 # assume the GNU/Linux dynamic linker is in use.
8268 dynamic_linker='GNU/Linux ld.so'
8269 ;;
8270
8271netbsd*)
8272 version_type=sunos
8273 need_lib_prefix=no
8274 need_version=no
8275 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
8277 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
8278 dynamic_linker='NetBSD (a.out) ld.so'
8279 else
8280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
8281 soname_spec='${libname}${release}${shared_ext}$major'
8282 dynamic_linker='NetBSD ld.elf_so'
8283 fi
8284 shlibpath_var=LD_LIBRARY_PATH
8285 shlibpath_overrides_runpath=yes
8286 hardcode_into_libs=yes
8287 ;;
8288
8289newsos6)
8290 version_type=linux
8291 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8292 shlibpath_var=LD_LIBRARY_PATH
8293 shlibpath_overrides_runpath=yes
8294 ;;
8295
8296*nto* | *qnx*)
8297 version_type=qnx
8298 need_lib_prefix=no
8299 need_version=no
8300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8301 soname_spec='${libname}${release}${shared_ext}$major'
8302 shlibpath_var=LD_LIBRARY_PATH
8303 shlibpath_overrides_runpath=no
8304 hardcode_into_libs=yes
8305 dynamic_linker='ldqnx.so'
8306 ;;
8307
8308openbsd*)
8309 version_type=sunos
8310 sys_lib_dlsearch_path_spec="/usr/lib"
8311 need_lib_prefix=no
8312 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
8313 case $host_os in
8314 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
8315 *) need_version=no ;;
8316 esac
8317 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
8318 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
8319 shlibpath_var=LD_LIBRARY_PATH
8320 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8321 case $host_os in
8322 openbsd2.[89] | openbsd2.[89].*)
8323 shlibpath_overrides_runpath=no
8324 ;;
8325 *)
8326 shlibpath_overrides_runpath=yes
8327 ;;
8328 esac
8329 else
8330 shlibpath_overrides_runpath=yes
8331 fi
8332 ;;
8333
8334os2*)
8335 libname_spec='$name'
8336 shrext_cmds=".dll"
8337 need_lib_prefix=no
8338 library_names_spec='$libname${shared_ext} $libname.a'
8339 dynamic_linker='OS/2 ld.exe'
8340 shlibpath_var=LIBPATH
8341 ;;
8342
8343osf3* | osf4* | osf5*)
8344 version_type=osf
8345 need_lib_prefix=no
8346 need_version=no
8347 soname_spec='${libname}${release}${shared_ext}$major'
8348 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8349 shlibpath_var=LD_LIBRARY_PATH
8350 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
8351 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
8352 ;;
8353
8354rdos*)
8355 dynamic_linker=no
8356 ;;
8357
8358solaris*)
8359 version_type=linux
8360 need_lib_prefix=no
8361 need_version=no
8362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8363 soname_spec='${libname}${release}${shared_ext}$major'
8364 shlibpath_var=LD_LIBRARY_PATH
8365 shlibpath_overrides_runpath=yes
8366 hardcode_into_libs=yes
8367 # ldd complains unless libraries are executable
8368 postinstall_cmds='chmod +x $lib'
8369 ;;
8370
8371sunos4*)
8372 version_type=sunos
8373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
8374 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
8375 shlibpath_var=LD_LIBRARY_PATH
8376 shlibpath_overrides_runpath=yes
8377 if test "$with_gnu_ld" = yes; then
8378 need_lib_prefix=no
8379 fi
8380 need_version=yes
8381 ;;
8382
8383sysv4 | sysv4.3*)
8384 version_type=linux
8385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8386 soname_spec='${libname}${release}${shared_ext}$major'
8387 shlibpath_var=LD_LIBRARY_PATH
8388 case $host_vendor in
8389 sni)
8390 shlibpath_overrides_runpath=no
8391 need_lib_prefix=no
8392 runpath_var=LD_RUN_PATH
8393 ;;
8394 siemens)
8395 need_lib_prefix=no
8396 ;;
8397 motorola)
8398 need_lib_prefix=no
8399 need_version=no
8400 shlibpath_overrides_runpath=no
8401 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
8402 ;;
8403 esac
8404 ;;
8405
8406sysv4*MP*)
8407 if test -d /usr/nec ;then
8408 version_type=linux
8409 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
8410 soname_spec='$libname${shared_ext}.$major'
8411 shlibpath_var=LD_LIBRARY_PATH
8412 fi
8413 ;;
8414
8415sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
8416 version_type=freebsd-elf
8417 need_lib_prefix=no
8418 need_version=no
8419 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
8420 soname_spec='${libname}${release}${shared_ext}$major'
8421 shlibpath_var=LD_LIBRARY_PATH
8422 shlibpath_overrides_runpath=yes
8423 hardcode_into_libs=yes
8424 if test "$with_gnu_ld" = yes; then
8425 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
8426 else
8427 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
8428 case $host_os in
8429 sco3.2v5*)
8430 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
8431 ;;
8432 esac
8433 fi
8434 sys_lib_dlsearch_path_spec='/usr/lib'
8435 ;;
8436
8437tpf*)
8438 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
8439 version_type=linux
8440 need_lib_prefix=no
8441 need_version=no
8442 library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8443 shlibpath_var=LD_LIBRARY_PATH
8444 shlibpath_overrides_runpath=no
8445 hardcode_into_libs=yes
8446 ;;
8447
8448uts4*)
8449 version_type=linux
8450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8451 soname_spec='${libname}${release}${shared_ext}$major'
8452 shlibpath_var=LD_LIBRARY_PATH
8453 ;;
8454
8455*)
8456 dynamic_linker=no
8457 ;;
8458esac
8459echo "$as_me:$LINENO: result: $dynamic_linker" >&5
8460echo "${ECHO_T}$dynamic_linker" >&6
8461test "$dynamic_linker" = no && can_build_shared=no
8462
8463variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
8464if test "$GCC" = yes; then
8465 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
8466fi
8467
8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
8480
8481
8482
8483
8484
8485
8486
8487
8488
8489
8490
8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
8508
8509
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
8523
8524
8525
8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
8540
8541
8542
8543
8544
8545
8546
8547
8548
8549
8550
8551
8552
8553
8554 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
8555echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
8556hardcode_action=
8557if test -n "$hardcode_libdir_flag_spec" ||
8558 test -n "$runpath_var" ||
8559 test "X$hardcode_automatic" = "Xyes" ; then
8560
8561 # We can hardcode non-existent directories.
8562 if test "$hardcode_direct" != no &&
8563 # If the only mechanism to avoid hardcoding is shlibpath_var, we
8564 # have to relink, otherwise we might link with an installed library
8565 # when we should be linking with a yet-to-be-installed one
8566 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
8567 test "$hardcode_minus_L" != no; then
8568 # Linking always hardcodes the temporary library directory.
8569 hardcode_action=relink
8570 else
8571 # We can link without hardcoding, and we can hardcode nonexisting dirs.
8572 hardcode_action=immediate
8573 fi
8574else
8575 # We cannot hardcode anything, or else we can only hardcode existing
8576 # directories.
8577 hardcode_action=unsupported
8578fi
8579echo "$as_me:$LINENO: result: $hardcode_action" >&5
8580echo "${ECHO_T}$hardcode_action" >&6
8581
8582if test "$hardcode_action" = relink ||
8583 test "$inherit_rpath" = yes; then
8584 # Fast installation is not supported
8585 enable_fast_install=no
8586elif test "$shlibpath_overrides_runpath" = yes ||
8587 test "$enable_shared" = no; then
8588 # Fast installation is not necessary
8589 enable_fast_install=needless
8590fi
8591
8592
8593
8594
8595
8596
8597 if test "x$enable_dlopen" != xyes; then
8598 enable_dlopen=unknown
8599 enable_dlopen_self=unknown
8600 enable_dlopen_self_static=unknown
8601else
8602 lt_cv_dlopen=no
8603 lt_cv_dlopen_libs=
8604
8605 case $host_os in
8606 beos*)
8607 lt_cv_dlopen="load_add_on"
8608 lt_cv_dlopen_libs=
8609 lt_cv_dlopen_self=yes
8610 ;;
8611
8612 mingw* | pw32*)
8613 lt_cv_dlopen="LoadLibrary"
8614 lt_cv_dlopen_libs=
8615 ;;
8616
8617 cygwin*)
8618 lt_cv_dlopen="dlopen"
8619 lt_cv_dlopen_libs=
8620 ;;
8621
8622 darwin*)
8623 # if libdl is installed we need to link against it
8624 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8625echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8626if test "${ac_cv_lib_dl_dlopen+set}" = set; then
8627 echo $ECHO_N "(cached) $ECHO_C" >&6
8628else
8629 ac_check_lib_save_LIBS=$LIBS
8630LIBS="-ldl $LIBS"
8631cat >conftest.$ac_ext <<_ACEOF
8632/* confdefs.h. */
8633_ACEOF
8634cat confdefs.h >>conftest.$ac_ext
8635cat >>conftest.$ac_ext <<_ACEOF
8636/* end confdefs.h. */
8637
8638/* Override any gcc2 internal prototype to avoid an error. */
8639#ifdef __cplusplus
8640extern "C"
8641#endif
8642/* We use char because int might match the return type of a gcc2
8643 builtin and then its argument prototype would still apply. */
8644char dlopen ();
8645int
8646main ()
8647{
8648dlopen ();
8649 ;
8650 return 0;
8651}
8652_ACEOF
8653rm -f conftest.$ac_objext conftest$ac_exeext
8654if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8655 (eval $ac_link) 2>conftest.er1
8656 ac_status=$?
8657 grep -v '^ *+' conftest.er1 >conftest.err
8658 rm -f conftest.er1
8659 cat conftest.err >&5
8660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8661 (exit $ac_status); } &&
8662 { ac_try='test -z "$ac_c_werror_flag"
8663 || test ! -s conftest.err'
8664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8665 (eval $ac_try) 2>&5
8666 ac_status=$?
8667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8668 (exit $ac_status); }; } &&
8669 { ac_try='test -s conftest$ac_exeext'
8670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8671 (eval $ac_try) 2>&5
8672 ac_status=$?
8673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8674 (exit $ac_status); }; }; then
8675 ac_cv_lib_dl_dlopen=yes
8676else
8677 echo "$as_me: failed program was:" >&5
8678sed 's/^/| /' conftest.$ac_ext >&5
8679
8680ac_cv_lib_dl_dlopen=no
8681fi
8682rm -f conftest.err conftest.$ac_objext \
8683 conftest$ac_exeext conftest.$ac_ext
8684LIBS=$ac_check_lib_save_LIBS
8685fi
8686echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
8687echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
8688if test $ac_cv_lib_dl_dlopen = yes; then
8689 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8690else
8691
8692 lt_cv_dlopen="dyld"
8693 lt_cv_dlopen_libs=
8694 lt_cv_dlopen_self=yes
8695
8696fi
8697
8698 ;;
8699
8700 *)
8701 echo "$as_me:$LINENO: checking for shl_load" >&5
8702echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
8703if test "${ac_cv_func_shl_load+set}" = set; then
8704 echo $ECHO_N "(cached) $ECHO_C" >&6
8705else
8706 cat >conftest.$ac_ext <<_ACEOF
8707/* confdefs.h. */
8708_ACEOF
8709cat confdefs.h >>conftest.$ac_ext
8710cat >>conftest.$ac_ext <<_ACEOF
8711/* end confdefs.h. */
8712/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
8713 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8714#define shl_load innocuous_shl_load
8715
8716/* System header to define __stub macros and hopefully few prototypes,
8717 which can conflict with char shl_load (); below.
8718 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8719 <limits.h> exists even on freestanding compilers. */
8720
8721#ifdef __STDC__
8722# include <limits.h>
8723#else
8724# include <assert.h>
8725#endif
8726
8727#undef shl_load
8728
8729/* Override any gcc2 internal prototype to avoid an error. */
8730#ifdef __cplusplus
8731extern "C"
8732{
8733#endif
8734/* We use char because int might match the return type of a gcc2
8735 builtin and then its argument prototype would still apply. */
8736char shl_load ();
8737/* The GNU C library defines this for functions which it implements
8738 to always fail with ENOSYS. Some functions are actually named
8739 something starting with __ and the normal name is an alias. */
8740#if defined (__stub_shl_load) || defined (__stub___shl_load)
8741choke me
8742#else
8743char (*f) () = shl_load;
8744#endif
8745#ifdef __cplusplus
8746}
8747#endif
8748
8749int
8750main ()
8751{
8752return f != shl_load;
8753 ;
8754 return 0;
8755}
8756_ACEOF
8757rm -f conftest.$ac_objext conftest$ac_exeext
8758if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8759 (eval $ac_link) 2>conftest.er1
8760 ac_status=$?
8761 grep -v '^ *+' conftest.er1 >conftest.err
8762 rm -f conftest.er1
8763 cat conftest.err >&5
8764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8765 (exit $ac_status); } &&
8766 { ac_try='test -z "$ac_c_werror_flag"
8767 || test ! -s conftest.err'
8768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8769 (eval $ac_try) 2>&5
8770 ac_status=$?
8771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8772 (exit $ac_status); }; } &&
8773 { ac_try='test -s conftest$ac_exeext'
8774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8775 (eval $ac_try) 2>&5
8776 ac_status=$?
8777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8778 (exit $ac_status); }; }; then
8779 ac_cv_func_shl_load=yes
8780else
8781 echo "$as_me: failed program was:" >&5
8782sed 's/^/| /' conftest.$ac_ext >&5
8783
8784ac_cv_func_shl_load=no
8785fi
8786rm -f conftest.err conftest.$ac_objext \
8787 conftest$ac_exeext conftest.$ac_ext
8788fi
8789echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
8790echo "${ECHO_T}$ac_cv_func_shl_load" >&6
8791if test $ac_cv_func_shl_load = yes; then
8792 lt_cv_dlopen="shl_load"
8793else
8794 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
8795echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
8796if test "${ac_cv_lib_dld_shl_load+set}" = set; then
8797 echo $ECHO_N "(cached) $ECHO_C" >&6
8798else
8799 ac_check_lib_save_LIBS=$LIBS
8800LIBS="-ldld $LIBS"
8801cat >conftest.$ac_ext <<_ACEOF
8802/* confdefs.h. */
8803_ACEOF
8804cat confdefs.h >>conftest.$ac_ext
8805cat >>conftest.$ac_ext <<_ACEOF
8806/* end confdefs.h. */
8807
8808/* Override any gcc2 internal prototype to avoid an error. */
8809#ifdef __cplusplus
8810extern "C"
8811#endif
8812/* We use char because int might match the return type of a gcc2
8813 builtin and then its argument prototype would still apply. */
8814char shl_load ();
8815int
8816main ()
8817{
8818shl_load ();
8819 ;
8820 return 0;
8821}
8822_ACEOF
8823rm -f conftest.$ac_objext conftest$ac_exeext
8824if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8825 (eval $ac_link) 2>conftest.er1
8826 ac_status=$?
8827 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1
8829 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } &&
8832 { ac_try='test -z "$ac_c_werror_flag"
8833 || test ! -s conftest.err'
8834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8835 (eval $ac_try) 2>&5
8836 ac_status=$?
8837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8838 (exit $ac_status); }; } &&
8839 { ac_try='test -s conftest$ac_exeext'
8840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8841 (eval $ac_try) 2>&5
8842 ac_status=$?
8843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8844 (exit $ac_status); }; }; then
8845 ac_cv_lib_dld_shl_load=yes
8846else
8847 echo "$as_me: failed program was:" >&5
8848sed 's/^/| /' conftest.$ac_ext >&5
8849
8850ac_cv_lib_dld_shl_load=no
8851fi
8852rm -f conftest.err conftest.$ac_objext \
8853 conftest$ac_exeext conftest.$ac_ext
8854LIBS=$ac_check_lib_save_LIBS
8855fi
8856echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
8857echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
8858if test $ac_cv_lib_dld_shl_load = yes; then
8859 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
8860else
8861 echo "$as_me:$LINENO: checking for dlopen" >&5
8862echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
8863if test "${ac_cv_func_dlopen+set}" = set; then
8864 echo $ECHO_N "(cached) $ECHO_C" >&6
8865else
8866 cat >conftest.$ac_ext <<_ACEOF
8867/* confdefs.h. */
8868_ACEOF
8869cat confdefs.h >>conftest.$ac_ext
8870cat >>conftest.$ac_ext <<_ACEOF
8871/* end confdefs.h. */
8872/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
8873 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8874#define dlopen innocuous_dlopen
8875
8876/* System header to define __stub macros and hopefully few prototypes,
8877 which can conflict with char dlopen (); below.
8878 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8879 <limits.h> exists even on freestanding compilers. */
8880
8881#ifdef __STDC__
8882# include <limits.h>
8883#else
8884# include <assert.h>
8885#endif
8886
8887#undef dlopen
8888
8889/* Override any gcc2 internal prototype to avoid an error. */
8890#ifdef __cplusplus
8891extern "C"
8892{
8893#endif
8894/* We use char because int might match the return type of a gcc2
8895 builtin and then its argument prototype would still apply. */
8896char dlopen ();
8897/* The GNU C library defines this for functions which it implements
8898 to always fail with ENOSYS. Some functions are actually named
8899 something starting with __ and the normal name is an alias. */
8900#if defined (__stub_dlopen) || defined (__stub___dlopen)
8901choke me
8902#else
8903char (*f) () = dlopen;
8904#endif
8905#ifdef __cplusplus
8906}
8907#endif
8908
8909int
8910main ()
8911{
8912return f != dlopen;
8913 ;
8914 return 0;
8915}
8916_ACEOF
8917rm -f conftest.$ac_objext conftest$ac_exeext
8918if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8919 (eval $ac_link) 2>conftest.er1
8920 ac_status=$?
8921 grep -v '^ *+' conftest.er1 >conftest.err
8922 rm -f conftest.er1
8923 cat conftest.err >&5
8924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8925 (exit $ac_status); } &&
8926 { ac_try='test -z "$ac_c_werror_flag"
8927 || test ! -s conftest.err'
8928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8929 (eval $ac_try) 2>&5
8930 ac_status=$?
8931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8932 (exit $ac_status); }; } &&
8933 { ac_try='test -s conftest$ac_exeext'
8934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8935 (eval $ac_try) 2>&5
8936 ac_status=$?
8937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8938 (exit $ac_status); }; }; then
8939 ac_cv_func_dlopen=yes
8940else
8941 echo "$as_me: failed program was:" >&5
8942sed 's/^/| /' conftest.$ac_ext >&5
8943
8944ac_cv_func_dlopen=no
8945fi
8946rm -f conftest.err conftest.$ac_objext \
8947 conftest$ac_exeext conftest.$ac_ext
8948fi
8949echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
8950echo "${ECHO_T}$ac_cv_func_dlopen" >&6
8951if test $ac_cv_func_dlopen = yes; then
8952 lt_cv_dlopen="dlopen"
8953else
8954 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8955echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8956if test "${ac_cv_lib_dl_dlopen+set}" = set; then
8957 echo $ECHO_N "(cached) $ECHO_C" >&6
8958else
8959 ac_check_lib_save_LIBS=$LIBS
8960LIBS="-ldl $LIBS"
8961cat >conftest.$ac_ext <<_ACEOF
8962/* confdefs.h. */
8963_ACEOF
8964cat confdefs.h >>conftest.$ac_ext
8965cat >>conftest.$ac_ext <<_ACEOF
8966/* end confdefs.h. */
8967
8968/* Override any gcc2 internal prototype to avoid an error. */
8969#ifdef __cplusplus
8970extern "C"
8971#endif
8972/* We use char because int might match the return type of a gcc2
8973 builtin and then its argument prototype would still apply. */
8974char dlopen ();
8975int
8976main ()
8977{
8978dlopen ();
8979 ;
8980 return 0;
8981}
8982_ACEOF
8983rm -f conftest.$ac_objext conftest$ac_exeext
8984if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8985 (eval $ac_link) 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } &&
8992 { ac_try='test -z "$ac_c_werror_flag"
8993 || test ! -s conftest.err'
8994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8995 (eval $ac_try) 2>&5
8996 ac_status=$?
8997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8998 (exit $ac_status); }; } &&
8999 { ac_try='test -s conftest$ac_exeext'
9000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9001 (eval $ac_try) 2>&5
9002 ac_status=$?
9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9004 (exit $ac_status); }; }; then
9005 ac_cv_lib_dl_dlopen=yes
9006else
9007 echo "$as_me: failed program was:" >&5
9008sed 's/^/| /' conftest.$ac_ext >&5
9009
9010ac_cv_lib_dl_dlopen=no
9011fi
9012rm -f conftest.err conftest.$ac_objext \
9013 conftest$ac_exeext conftest.$ac_ext
9014LIBS=$ac_check_lib_save_LIBS
9015fi
9016echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9017echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9018if test $ac_cv_lib_dl_dlopen = yes; then
9019 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9020else
9021 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9022echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
9023if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9024 echo $ECHO_N "(cached) $ECHO_C" >&6
9025else
9026 ac_check_lib_save_LIBS=$LIBS
9027LIBS="-lsvld $LIBS"
9028cat >conftest.$ac_ext <<_ACEOF
9029/* confdefs.h. */
9030_ACEOF
9031cat confdefs.h >>conftest.$ac_ext
9032cat >>conftest.$ac_ext <<_ACEOF
9033/* end confdefs.h. */
9034
9035/* Override any gcc2 internal prototype to avoid an error. */
9036#ifdef __cplusplus
9037extern "C"
9038#endif
9039/* We use char because int might match the return type of a gcc2
9040 builtin and then its argument prototype would still apply. */
9041char dlopen ();
9042int
9043main ()
9044{
9045dlopen ();
9046 ;
9047 return 0;
9048}
9049_ACEOF
9050rm -f conftest.$ac_objext conftest$ac_exeext
9051if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9052 (eval $ac_link) 2>conftest.er1
9053 ac_status=$?
9054 grep -v '^ *+' conftest.er1 >conftest.err
9055 rm -f conftest.er1
9056 cat conftest.err >&5
9057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9058 (exit $ac_status); } &&
9059 { ac_try='test -z "$ac_c_werror_flag"
9060 || test ! -s conftest.err'
9061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9062 (eval $ac_try) 2>&5
9063 ac_status=$?
9064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9065 (exit $ac_status); }; } &&
9066 { ac_try='test -s conftest$ac_exeext'
9067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9068 (eval $ac_try) 2>&5
9069 ac_status=$?
9070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9071 (exit $ac_status); }; }; then
9072 ac_cv_lib_svld_dlopen=yes
9073else
9074 echo "$as_me: failed program was:" >&5
9075sed 's/^/| /' conftest.$ac_ext >&5
9076
9077ac_cv_lib_svld_dlopen=no
9078fi
9079rm -f conftest.err conftest.$ac_objext \
9080 conftest$ac_exeext conftest.$ac_ext
9081LIBS=$ac_check_lib_save_LIBS
9082fi
9083echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9084echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
9085if test $ac_cv_lib_svld_dlopen = yes; then
9086 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
9087else
9088 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9089echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
9090if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9091 echo $ECHO_N "(cached) $ECHO_C" >&6
9092else
9093 ac_check_lib_save_LIBS=$LIBS
9094LIBS="-ldld $LIBS"
9095cat >conftest.$ac_ext <<_ACEOF
9096/* confdefs.h. */
9097_ACEOF
9098cat confdefs.h >>conftest.$ac_ext
9099cat >>conftest.$ac_ext <<_ACEOF
9100/* end confdefs.h. */
9101
9102/* Override any gcc2 internal prototype to avoid an error. */
9103#ifdef __cplusplus
9104extern "C"
9105#endif
9106/* We use char because int might match the return type of a gcc2
9107 builtin and then its argument prototype would still apply. */
9108char dld_link ();
9109int
9110main ()
9111{
9112dld_link ();
9113 ;
9114 return 0;
9115}
9116_ACEOF
9117rm -f conftest.$ac_objext conftest$ac_exeext
9118if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9119 (eval $ac_link) 2>conftest.er1
9120 ac_status=$?
9121 grep -v '^ *+' conftest.er1 >conftest.err
9122 rm -f conftest.er1
9123 cat conftest.err >&5
9124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9125 (exit $ac_status); } &&
9126 { ac_try='test -z "$ac_c_werror_flag"
9127 || test ! -s conftest.err'
9128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9129 (eval $ac_try) 2>&5
9130 ac_status=$?
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); }; } &&
9133 { ac_try='test -s conftest$ac_exeext'
9134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9135 (eval $ac_try) 2>&5
9136 ac_status=$?
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); }; }; then
9139 ac_cv_lib_dld_dld_link=yes
9140else
9141 echo "$as_me: failed program was:" >&5
9142sed 's/^/| /' conftest.$ac_ext >&5
9143
9144ac_cv_lib_dld_dld_link=no
9145fi
9146rm -f conftest.err conftest.$ac_objext \
9147 conftest$ac_exeext conftest.$ac_ext
9148LIBS=$ac_check_lib_save_LIBS
9149fi
9150echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
9151echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
9152if test $ac_cv_lib_dld_dld_link = yes; then
9153 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
9154fi
9155
9156
9157fi
9158
9159
9160fi
9161
9162
9163fi
9164
9165
9166fi
9167
9168
9169fi
9170
9171 ;;
9172 esac
9173
9174 if test "x$lt_cv_dlopen" != xno; then
9175 enable_dlopen=yes
9176 else
9177 enable_dlopen=no
9178 fi
9179
9180 case $lt_cv_dlopen in
9181 dlopen)
9182 save_CPPFLAGS="$CPPFLAGS"
9183 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
9184
9185 save_LDFLAGS="$LDFLAGS"
9186 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
9187
9188 save_LIBS="$LIBS"
9189 LIBS="$lt_cv_dlopen_libs $LIBS"
9190
9191 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
9192echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
9193if test "${lt_cv_dlopen_self+set}" = set; then
9194 echo $ECHO_N "(cached) $ECHO_C" >&6
9195else
9196 if test "$cross_compiling" = yes; then :
9197 lt_cv_dlopen_self=cross
9198else
9199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9200 lt_status=$lt_dlunknown
9201 cat > conftest.$ac_ext <<_LT_EOF
79887925 9202#line 9202 "configure"
d7040cdb
SE
9203#include "confdefs.h"
9204
9205#if HAVE_DLFCN_H
9206#include <dlfcn.h>
9207#endif
9208
9209#include <stdio.h>
9210
9211#ifdef RTLD_GLOBAL
9212# define LT_DLGLOBAL RTLD_GLOBAL
9213#else
9214# ifdef DL_GLOBAL
9215# define LT_DLGLOBAL DL_GLOBAL
9216# else
9217# define LT_DLGLOBAL 0
9218# endif
9219#endif
9220
9221/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
9222 find out it does not work in some platform. */
9223#ifndef LT_DLLAZY_OR_NOW
9224# ifdef RTLD_LAZY
9225# define LT_DLLAZY_OR_NOW RTLD_LAZY
9226# else
9227# ifdef DL_LAZY
9228# define LT_DLLAZY_OR_NOW DL_LAZY
9229# else
9230# ifdef RTLD_NOW
9231# define LT_DLLAZY_OR_NOW RTLD_NOW
9232# else
9233# ifdef DL_NOW
9234# define LT_DLLAZY_OR_NOW DL_NOW
9235# else
9236# define LT_DLLAZY_OR_NOW 0
9237# endif
9238# endif
9239# endif
9240# endif
9241#endif
9242
9243#ifdef __cplusplus
9244extern "C" void exit (int);
9245#endif
9246
9247void fnord() { int i=42;}
9248int main ()
9249{
9250 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
9251 int status = $lt_dlunknown;
9252
9253 if (self)
9254 {
9255 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
9256 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
9257 /* dlclose (self); */
9258 }
9259 else
9260 puts (dlerror ());
9261
9262 exit (status);
9263}
9264_LT_EOF
9265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9266 (eval $ac_link) 2>&5
9267 ac_status=$?
9268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9269 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
9270 (./conftest; exit; ) >&5 2>/dev/null
9271 lt_status=$?
9272 case x$lt_status in
9273 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
9274 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
9275 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
9276 esac
9277 else :
9278 # compilation failed
9279 lt_cv_dlopen_self=no
9280 fi
9281fi
9282rm -fr conftest*
9283
9284
9285fi
9286echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
9287echo "${ECHO_T}$lt_cv_dlopen_self" >&6
9288
9289 if test "x$lt_cv_dlopen_self" = xyes; then
9290 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
9291 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
9292echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
9293if test "${lt_cv_dlopen_self_static+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9295else
9296 if test "$cross_compiling" = yes; then :
9297 lt_cv_dlopen_self_static=cross
9298else
9299 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9300 lt_status=$lt_dlunknown
9301 cat > conftest.$ac_ext <<_LT_EOF
79887925 9302#line 9302 "configure"
d7040cdb
SE
9303#include "confdefs.h"
9304
9305#if HAVE_DLFCN_H
9306#include <dlfcn.h>
9307#endif
9308
9309#include <stdio.h>
9310
9311#ifdef RTLD_GLOBAL
9312# define LT_DLGLOBAL RTLD_GLOBAL
9313#else
9314# ifdef DL_GLOBAL
9315# define LT_DLGLOBAL DL_GLOBAL
9316# else
9317# define LT_DLGLOBAL 0
9318# endif
9319#endif
9320
9321/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
9322 find out it does not work in some platform. */
9323#ifndef LT_DLLAZY_OR_NOW
9324# ifdef RTLD_LAZY
9325# define LT_DLLAZY_OR_NOW RTLD_LAZY
9326# else
9327# ifdef DL_LAZY
9328# define LT_DLLAZY_OR_NOW DL_LAZY
9329# else
9330# ifdef RTLD_NOW
9331# define LT_DLLAZY_OR_NOW RTLD_NOW
9332# else
9333# ifdef DL_NOW
9334# define LT_DLLAZY_OR_NOW DL_NOW
9335# else
9336# define LT_DLLAZY_OR_NOW 0
9337# endif
9338# endif
9339# endif
9340# endif
9341#endif
9342
9343#ifdef __cplusplus
9344extern "C" void exit (int);
9345#endif
9346
9347void fnord() { int i=42;}
9348int main ()
9349{
9350 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
9351 int status = $lt_dlunknown;
9352
9353 if (self)
9354 {
9355 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
9356 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
9357 /* dlclose (self); */
9358 }
9359 else
9360 puts (dlerror ());
9361
9362 exit (status);
9363}
9364_LT_EOF
9365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9366 (eval $ac_link) 2>&5
9367 ac_status=$?
9368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9369 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
9370 (./conftest; exit; ) >&5 2>/dev/null
9371 lt_status=$?
9372 case x$lt_status in
9373 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
9374 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
9375 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
9376 esac
9377 else :
9378 # compilation failed
9379 lt_cv_dlopen_self_static=no
9380 fi
9381fi
9382rm -fr conftest*
9383
9384
9385fi
9386echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
9387echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
9388 fi
9389
9390 CPPFLAGS="$save_CPPFLAGS"
9391 LDFLAGS="$save_LDFLAGS"
9392 LIBS="$save_LIBS"
9393 ;;
9394 esac
9395
9396 case $lt_cv_dlopen_self in
9397 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
9398 *) enable_dlopen_self=unknown ;;
9399 esac
9400
9401 case $lt_cv_dlopen_self_static in
9402 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
9403 *) enable_dlopen_self_static=unknown ;;
9404 esac
9405fi
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423striplib=
9424old_striplib=
9425echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9426echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
9427if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
9428 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
9429 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
9430 echo "$as_me:$LINENO: result: yes" >&5
9431echo "${ECHO_T}yes" >&6
9432else
9433# FIXME - insert some real tests, host_os isn't really good enough
9434 case $host_os in
9435 darwin*)
9436 if test -n "$STRIP" ; then
9437 striplib="$STRIP -x"
9438 old_striplib="$STRIP -S"
9439 echo "$as_me:$LINENO: result: yes" >&5
9440echo "${ECHO_T}yes" >&6
9441 else
9442 echo "$as_me:$LINENO: result: no" >&5
9443echo "${ECHO_T}no" >&6
9444 fi
9445 ;;
9446 *)
9447 echo "$as_me:$LINENO: result: no" >&5
9448echo "${ECHO_T}no" >&6
9449 ;;
9450 esac
9451fi
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464 # Report which library types will actually be built
9465 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
9466echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
9467 echo "$as_me:$LINENO: result: $can_build_shared" >&5
9468echo "${ECHO_T}$can_build_shared" >&6
9469
9470 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
9471echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
9472 test "$can_build_shared" = "no" && enable_shared=no
9473
9474 # On AIX, shared libraries and static libraries use the same namespace, and
9475 # are all built from PIC.
9476 case $host_os in
9477 aix3*)
9478 test "$enable_shared" = yes && enable_static=no
9479 if test -n "$RANLIB"; then
9480 archive_cmds="$archive_cmds~\$RANLIB \$lib"
9481 postinstall_cmds='$RANLIB $lib'
9482 fi
9483 ;;
9484
9485 aix4* | aix5*)
9486 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
9487 test "$enable_shared" = yes && enable_static=no
9488 fi
9489 ;;
9490 esac
9491 echo "$as_me:$LINENO: result: $enable_shared" >&5
9492echo "${ECHO_T}$enable_shared" >&6
9493
9494 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
9495echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
9496 # Make sure either enable_shared or enable_static is yes.
9497 test "$enable_shared" = yes || enable_static=yes
9498 echo "$as_me:$LINENO: result: $enable_static" >&5
9499echo "${ECHO_T}$enable_static" >&6
9500
9501
9502
9503
9504fi
9505ac_ext=c
9506ac_cpp='$CPP $CPPFLAGS'
9507ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9508ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9509ac_compiler_gnu=$ac_cv_c_compiler_gnu
9510
9511CC="$lt_save_CC"
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525 ac_config_commands="$ac_config_commands libtool"
9526
9527
9528
9529
9530# Only expand once:
9531
9532
9533
9534
9535# Check whether --with-lib-path or --without-lib-path was given.
9536if test "${with_lib_path+set}" = set; then
9537 withval="$with_lib_path"
9538 LIB_PATH=$withval
9539fi;
9540# Check whether --enable-targets or --disable-targets was given.
9541if test "${enable_targets+set}" = set; then
9542 enableval="$enable_targets"
9543 case "${enableval}" in
9544 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
9545echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
9546 { (exit 1); exit 1; }; }
9547 ;;
9548 no) enable_targets= ;;
9549 *) enable_targets=$enableval ;;
9550esac
9551fi; # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
9552if test "${enable_64_bit_bfd+set}" = set; then
9553 enableval="$enable_64_bit_bfd"
9554 case "${enableval}" in
9555 yes) want64=true ;;
9556 no) want64=false ;;
9557 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
9558echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
9559 { (exit 1); exit 1; }; } ;;
9560esac
9561else
9562 want64=false
9563fi;
9564
9565# Check whether --with-sysroot or --without-sysroot was given.
9566if test "${with_sysroot+set}" = set; then
9567 withval="$with_sysroot"
9568
9569 case ${with_sysroot} in
9570 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
9571 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
9572 esac
9573
9574 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
9575 use_sysroot=yes
9576
9577 if test "x$prefix" = xNONE; then
9578 test_prefix=/usr/local
9579 else
9580 test_prefix=$prefix
9581 fi
9582 if test "x$exec_prefix" = xNONE; then
9583 test_exec_prefix=$test_prefix
9584 else
9585 test_exec_prefix=$exec_prefix
9586 fi
9587 case ${TARGET_SYSTEM_ROOT} in
9588 "${test_prefix}"|"${test_prefix}/"*|\
9589 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
9590 '${prefix}'|'${prefix}/'*|\
9591 '${exec_prefix}'|'${exec_prefix}/'*)
9592 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
9593 TARGET_SYSTEM_ROOT_DEFINE="$t"
9594 ;;
9595 esac
9596
9597else
9598
9599 use_sysroot=no
9600 TARGET_SYSTEM_ROOT=
9601 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
9602
9603fi;
9604
9605
9606
9607
9608
9609GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9610
9611# Check whether --enable-werror or --disable-werror was given.
9612if test "${enable_werror+set}" = set; then
9613 enableval="$enable_werror"
9614 case "${enableval}" in
9615 yes | y) ERROR_ON_WARNING="yes" ;;
9616 no | n) ERROR_ON_WARNING="no" ;;
9617 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
9618echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
9619 { (exit 1); exit 1; }; } ;;
9620 esac
9621fi;
9622
9623# Enable -Werror by default when using gcc
9624if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
9625 ERROR_ON_WARNING=yes
9626fi
9627
9628NO_WERROR=
9629if test "${ERROR_ON_WARNING}" = yes ; then
9630 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
9631 NO_WERROR="-Wno-error"
9632fi
9633
9634if test "${GCC}" = yes ; then
9635 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
9636fi
9637
9638# Check whether --enable-build-warnings or --disable-build-warnings was given.
9639if test "${enable_build_warnings+set}" = set; then
9640 enableval="$enable_build_warnings"
9641 case "${enableval}" in
9642 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
9643 no) if test "${GCC}" = yes ; then
9644 WARN_CFLAGS="-w"
9645 fi;;
9646 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
9647 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
9648 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
9649 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
9650 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
9651esac
9652fi;
9653
9654if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
9655 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
9656fi
9657
9658
9659
9660
9661
9662 ac_config_headers="$ac_config_headers config.h:config.in"
9663
9664
9665if test -z "$target" ; then
9666 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
9667echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
9668 { (exit 1); exit 1; }; }
9669fi
9670if test -z "$host" ; then
9671 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
9672echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
9673 { (exit 1); exit 1; }; }
9674fi
9675
9676# host-specific stuff:
9677
9678ac_ext=c
9679ac_cpp='$CPP $CPPFLAGS'
9680ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9681ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9682ac_compiler_gnu=$ac_cv_c_compiler_gnu
9683if test -n "$ac_tool_prefix"; then
9684 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9685set dummy ${ac_tool_prefix}gcc; ac_word=$2
9686echo "$as_me:$LINENO: checking for $ac_word" >&5
9687echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9688if test "${ac_cv_prog_CC+set}" = set; then
9689 echo $ECHO_N "(cached) $ECHO_C" >&6
9690else
9691 if test -n "$CC"; then
9692 ac_cv_prog_CC="$CC" # Let the user override the test.
9693else
9694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9695for as_dir in $PATH
9696do
9697 IFS=$as_save_IFS
9698 test -z "$as_dir" && as_dir=.
9699 for ac_exec_ext in '' $ac_executable_extensions; do
9700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9701 ac_cv_prog_CC="${ac_tool_prefix}gcc"
9702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9703 break 2
9704 fi
9705done
9706done
9707
9708fi
9709fi
9710CC=$ac_cv_prog_CC
9711if test -n "$CC"; then
9712 echo "$as_me:$LINENO: result: $CC" >&5
9713echo "${ECHO_T}$CC" >&6
9714else
9715 echo "$as_me:$LINENO: result: no" >&5
9716echo "${ECHO_T}no" >&6
9717fi
9718
9719fi
9720if test -z "$ac_cv_prog_CC"; then
9721 ac_ct_CC=$CC
9722 # Extract the first word of "gcc", so it can be a program name with args.
9723set dummy gcc; ac_word=$2
9724echo "$as_me:$LINENO: checking for $ac_word" >&5
9725echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9726if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9727 echo $ECHO_N "(cached) $ECHO_C" >&6
9728else
9729 if test -n "$ac_ct_CC"; then
9730 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9731else
9732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9733for as_dir in $PATH
9734do
9735 IFS=$as_save_IFS
9736 test -z "$as_dir" && as_dir=.
9737 for ac_exec_ext in '' $ac_executable_extensions; do
9738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9739 ac_cv_prog_ac_ct_CC="gcc"
9740 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9741 break 2
9742 fi
9743done
9744done
9745
9746fi
9747fi
9748ac_ct_CC=$ac_cv_prog_ac_ct_CC
9749if test -n "$ac_ct_CC"; then
9750 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9751echo "${ECHO_T}$ac_ct_CC" >&6
9752else
9753 echo "$as_me:$LINENO: result: no" >&5
9754echo "${ECHO_T}no" >&6
9755fi
9756
9757 CC=$ac_ct_CC
9758else
9759 CC="$ac_cv_prog_CC"
9760fi
9761
9762if test -z "$CC"; then
9763 if test -n "$ac_tool_prefix"; then
9764 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9765set dummy ${ac_tool_prefix}cc; ac_word=$2
9766echo "$as_me:$LINENO: checking for $ac_word" >&5
9767echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9768if test "${ac_cv_prog_CC+set}" = set; then
9769 echo $ECHO_N "(cached) $ECHO_C" >&6
9770else
9771 if test -n "$CC"; then
9772 ac_cv_prog_CC="$CC" # Let the user override the test.
9773else
9774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9775for as_dir in $PATH
9776do
9777 IFS=$as_save_IFS
9778 test -z "$as_dir" && as_dir=.
9779 for ac_exec_ext in '' $ac_executable_extensions; do
9780 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9781 ac_cv_prog_CC="${ac_tool_prefix}cc"
9782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9783 break 2
9784 fi
9785done
9786done
9787
9788fi
9789fi
9790CC=$ac_cv_prog_CC
9791if test -n "$CC"; then
9792 echo "$as_me:$LINENO: result: $CC" >&5
9793echo "${ECHO_T}$CC" >&6
9794else
9795 echo "$as_me:$LINENO: result: no" >&5
9796echo "${ECHO_T}no" >&6
9797fi
9798
9799fi
9800if test -z "$ac_cv_prog_CC"; then
9801 ac_ct_CC=$CC
9802 # Extract the first word of "cc", so it can be a program name with args.
9803set dummy cc; ac_word=$2
9804echo "$as_me:$LINENO: checking for $ac_word" >&5
9805echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9806if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9807 echo $ECHO_N "(cached) $ECHO_C" >&6
9808else
9809 if test -n "$ac_ct_CC"; then
9810 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9811else
9812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9813for as_dir in $PATH
9814do
9815 IFS=$as_save_IFS
9816 test -z "$as_dir" && as_dir=.
9817 for ac_exec_ext in '' $ac_executable_extensions; do
9818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9819 ac_cv_prog_ac_ct_CC="cc"
9820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9821 break 2
9822 fi
9823done
9824done
9825
9826fi
9827fi
9828ac_ct_CC=$ac_cv_prog_ac_ct_CC
9829if test -n "$ac_ct_CC"; then
9830 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9831echo "${ECHO_T}$ac_ct_CC" >&6
9832else
9833 echo "$as_me:$LINENO: result: no" >&5
9834echo "${ECHO_T}no" >&6
9835fi
9836
9837 CC=$ac_ct_CC
9838else
9839 CC="$ac_cv_prog_CC"
9840fi
9841
9842fi
9843if test -z "$CC"; then
9844 # Extract the first word of "cc", so it can be a program name with args.
9845set dummy cc; ac_word=$2
9846echo "$as_me:$LINENO: checking for $ac_word" >&5
9847echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9848if test "${ac_cv_prog_CC+set}" = set; then
9849 echo $ECHO_N "(cached) $ECHO_C" >&6
9850else
9851 if test -n "$CC"; then
9852 ac_cv_prog_CC="$CC" # Let the user override the test.
9853else
9854 ac_prog_rejected=no
9855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9856for as_dir in $PATH
9857do
9858 IFS=$as_save_IFS
9859 test -z "$as_dir" && as_dir=.
9860 for ac_exec_ext in '' $ac_executable_extensions; do
9861 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9862 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9863 ac_prog_rejected=yes
9864 continue
9865 fi
9866 ac_cv_prog_CC="cc"
9867 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9868 break 2
9869 fi
9870done
9871done
9872
9873if test $ac_prog_rejected = yes; then
9874 # We found a bogon in the path, so make sure we never use it.
9875 set dummy $ac_cv_prog_CC
9876 shift
9877 if test $# != 0; then
9878 # We chose a different compiler from the bogus one.
9879 # However, it has the same basename, so the bogon will be chosen
9880 # first if we set CC to just the basename; use the full file name.
9881 shift
9882 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9883 fi
9884fi
9885fi
9886fi
9887CC=$ac_cv_prog_CC
9888if test -n "$CC"; then
9889 echo "$as_me:$LINENO: result: $CC" >&5
9890echo "${ECHO_T}$CC" >&6
9891else
9892 echo "$as_me:$LINENO: result: no" >&5
9893echo "${ECHO_T}no" >&6
9894fi
9895
9896fi
9897if test -z "$CC"; then
9898 if test -n "$ac_tool_prefix"; then
9899 for ac_prog in cl
9900 do
9901 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9902set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9903echo "$as_me:$LINENO: checking for $ac_word" >&5
9904echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9905if test "${ac_cv_prog_CC+set}" = set; then
9906 echo $ECHO_N "(cached) $ECHO_C" >&6
9907else
9908 if test -n "$CC"; then
9909 ac_cv_prog_CC="$CC" # Let the user override the test.
9910else
9911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9912for as_dir in $PATH
9913do
9914 IFS=$as_save_IFS
9915 test -z "$as_dir" && as_dir=.
9916 for ac_exec_ext in '' $ac_executable_extensions; do
9917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9918 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
9919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9920 break 2
9921 fi
9922done
9923done
9924
9925fi
9926fi
9927CC=$ac_cv_prog_CC
9928if test -n "$CC"; then
9929 echo "$as_me:$LINENO: result: $CC" >&5
9930echo "${ECHO_T}$CC" >&6
9931else
9932 echo "$as_me:$LINENO: result: no" >&5
9933echo "${ECHO_T}no" >&6
9934fi
9935
9936 test -n "$CC" && break
9937 done
9938fi
9939if test -z "$CC"; then
9940 ac_ct_CC=$CC
9941 for ac_prog in cl
9942do
9943 # Extract the first word of "$ac_prog", so it can be a program name with args.
9944set dummy $ac_prog; ac_word=$2
9945echo "$as_me:$LINENO: checking for $ac_word" >&5
9946echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9947if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9948 echo $ECHO_N "(cached) $ECHO_C" >&6
9949else
9950 if test -n "$ac_ct_CC"; then
9951 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9952else
9953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9954for as_dir in $PATH
9955do
9956 IFS=$as_save_IFS
9957 test -z "$as_dir" && as_dir=.
9958 for ac_exec_ext in '' $ac_executable_extensions; do
9959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9960 ac_cv_prog_ac_ct_CC="$ac_prog"
9961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9962 break 2
9963 fi
9964done
9965done
9966
9967fi
9968fi
9969ac_ct_CC=$ac_cv_prog_ac_ct_CC
9970if test -n "$ac_ct_CC"; then
9971 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9972echo "${ECHO_T}$ac_ct_CC" >&6
9973else
9974 echo "$as_me:$LINENO: result: no" >&5
9975echo "${ECHO_T}no" >&6
9976fi
9977
9978 test -n "$ac_ct_CC" && break
9979done
9980
9981 CC=$ac_ct_CC
9982fi
9983
9984fi
9985
9986
9987test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
9988See \`config.log' for more details." >&5
9989echo "$as_me: error: no acceptable C compiler found in \$PATH
9990See \`config.log' for more details." >&2;}
9991 { (exit 1); exit 1; }; }
9992
9993# Provide some information about the compiler.
9994echo "$as_me:$LINENO:" \
9995 "checking for C compiler version" >&5
9996ac_compiler=`set X $ac_compile; echo $2`
9997{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
9998 (eval $ac_compiler --version </dev/null >&5) 2>&5
9999 ac_status=$?
10000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10001 (exit $ac_status); }
10002{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10003 (eval $ac_compiler -v </dev/null >&5) 2>&5
10004 ac_status=$?
10005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10006 (exit $ac_status); }
10007{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10008 (eval $ac_compiler -V </dev/null >&5) 2>&5
10009 ac_status=$?
10010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10011 (exit $ac_status); }
10012
10013echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10014echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10015if test "${ac_cv_c_compiler_gnu+set}" = set; then
10016 echo $ECHO_N "(cached) $ECHO_C" >&6
10017else
10018 cat >conftest.$ac_ext <<_ACEOF
10019/* confdefs.h. */
10020_ACEOF
10021cat confdefs.h >>conftest.$ac_ext
10022cat >>conftest.$ac_ext <<_ACEOF
10023/* end confdefs.h. */
10024
10025int
10026main ()
10027{
10028#ifndef __GNUC__
10029 choke me
10030#endif
10031
10032 ;
10033 return 0;
10034}
10035_ACEOF
10036rm -f conftest.$ac_objext
10037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10038 (eval $ac_compile) 2>conftest.er1
10039 ac_status=$?
10040 grep -v '^ *+' conftest.er1 >conftest.err
10041 rm -f conftest.er1
10042 cat conftest.err >&5
10043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10044 (exit $ac_status); } &&
10045 { ac_try='test -z "$ac_c_werror_flag"
10046 || test ! -s conftest.err'
10047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10048 (eval $ac_try) 2>&5
10049 ac_status=$?
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); }; } &&
10052 { ac_try='test -s conftest.$ac_objext'
10053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10054 (eval $ac_try) 2>&5
10055 ac_status=$?
10056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10057 (exit $ac_status); }; }; then
10058 ac_compiler_gnu=yes
10059else
10060 echo "$as_me: failed program was:" >&5
10061sed 's/^/| /' conftest.$ac_ext >&5
10062
10063ac_compiler_gnu=no
10064fi
10065rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10066ac_cv_c_compiler_gnu=$ac_compiler_gnu
10067
10068fi
10069echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10070echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10071GCC=`test $ac_compiler_gnu = yes && echo yes`
10072ac_test_CFLAGS=${CFLAGS+set}
10073ac_save_CFLAGS=$CFLAGS
10074CFLAGS="-g"
10075echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10076echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10077if test "${ac_cv_prog_cc_g+set}" = set; then
10078 echo $ECHO_N "(cached) $ECHO_C" >&6
10079else
10080 cat >conftest.$ac_ext <<_ACEOF
10081/* confdefs.h. */
10082_ACEOF
10083cat confdefs.h >>conftest.$ac_ext
10084cat >>conftest.$ac_ext <<_ACEOF
10085/* end confdefs.h. */
10086
10087int
10088main ()
10089{
10090
10091 ;
10092 return 0;
10093}
10094_ACEOF
10095rm -f conftest.$ac_objext
10096if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10097 (eval $ac_compile) 2>conftest.er1
10098 ac_status=$?
10099 grep -v '^ *+' conftest.er1 >conftest.err
10100 rm -f conftest.er1
10101 cat conftest.err >&5
10102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10103 (exit $ac_status); } &&
10104 { ac_try='test -z "$ac_c_werror_flag"
10105 || test ! -s conftest.err'
10106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10107 (eval $ac_try) 2>&5
10108 ac_status=$?
10109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10110 (exit $ac_status); }; } &&
10111 { ac_try='test -s conftest.$ac_objext'
10112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10113 (eval $ac_try) 2>&5
10114 ac_status=$?
10115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10116 (exit $ac_status); }; }; then
10117 ac_cv_prog_cc_g=yes
10118else
10119 echo "$as_me: failed program was:" >&5
10120sed 's/^/| /' conftest.$ac_ext >&5
10121
10122ac_cv_prog_cc_g=no
10123fi
10124rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10125fi
10126echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10127echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10128if test "$ac_test_CFLAGS" = set; then
10129 CFLAGS=$ac_save_CFLAGS
10130elif test $ac_cv_prog_cc_g = yes; then
10131 if test "$GCC" = yes; then
10132 CFLAGS="-g -O2"
10133 else
10134 CFLAGS="-g"
10135 fi
10136else
10137 if test "$GCC" = yes; then
10138 CFLAGS="-O2"
10139 else
10140 CFLAGS=
10141 fi
10142fi
10143echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10144echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10145if test "${ac_cv_prog_cc_stdc+set}" = set; then
10146 echo $ECHO_N "(cached) $ECHO_C" >&6
10147else
10148 ac_cv_prog_cc_stdc=no
10149ac_save_CC=$CC
10150cat >conftest.$ac_ext <<_ACEOF
10151/* confdefs.h. */
10152_ACEOF
10153cat confdefs.h >>conftest.$ac_ext
10154cat >>conftest.$ac_ext <<_ACEOF
10155/* end confdefs.h. */
10156#include <stdarg.h>
10157#include <stdio.h>
10158#include <sys/types.h>
10159#include <sys/stat.h>
10160/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10161struct buf { int x; };
10162FILE * (*rcsopen) (struct buf *, struct stat *, int);
10163static char *e (p, i)
10164 char **p;
10165 int i;
10166{
10167 return p[i];
10168}
10169static char *f (char * (*g) (char **, int), char **p, ...)
10170{
10171 char *s;
10172 va_list v;
10173 va_start (v,p);
10174 s = g (p, va_arg (v,int));
10175 va_end (v);
10176 return s;
10177}
10178
10179/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
10180 function prototypes and stuff, but not '\xHH' hex character constants.
10181 These don't provoke an error unfortunately, instead are silently treated
10182 as 'x'. The following induces an error, until -std1 is added to get
10183 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
10184 array size at least. It's necessary to write '\x00'==0 to get something
10185 that's true only with -std1. */
10186int osf4_cc_array ['\x00' == 0 ? 1 : -1];
10187
10188int test (int i, double x);
10189struct s1 {int (*f) (int a);};
10190struct s2 {int (*f) (double a);};
10191int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10192int argc;
10193char **argv;
10194int
10195main ()
10196{
10197return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10198 ;
10199 return 0;
10200}
10201_ACEOF
10202# Don't try gcc -ansi; that turns off useful extensions and
10203# breaks some systems' header files.
10204# AIX -qlanglvl=ansi
10205# Ultrix and OSF/1 -std1
10206# HP-UX 10.20 and later -Ae
10207# HP-UX older versions -Aa -D_HPUX_SOURCE
10208# SVR4 -Xc -D__EXTENSIONS__
10209for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10210do
10211 CC="$ac_save_CC $ac_arg"
10212 rm -f conftest.$ac_objext
10213if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10214 (eval $ac_compile) 2>conftest.er1
10215 ac_status=$?
10216 grep -v '^ *+' conftest.er1 >conftest.err
10217 rm -f conftest.er1
10218 cat conftest.err >&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); } &&
10221 { ac_try='test -z "$ac_c_werror_flag"
10222 || test ! -s conftest.err'
10223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10224 (eval $ac_try) 2>&5
10225 ac_status=$?
10226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10227 (exit $ac_status); }; } &&
10228 { ac_try='test -s conftest.$ac_objext'
10229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10230 (eval $ac_try) 2>&5
10231 ac_status=$?
10232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10233 (exit $ac_status); }; }; then
10234 ac_cv_prog_cc_stdc=$ac_arg
10235break
10236else
10237 echo "$as_me: failed program was:" >&5
10238sed 's/^/| /' conftest.$ac_ext >&5
10239
10240fi
10241rm -f conftest.err conftest.$ac_objext
10242done
10243rm -f conftest.$ac_ext conftest.$ac_objext
10244CC=$ac_save_CC
10245
10246fi
10247
10248case "x$ac_cv_prog_cc_stdc" in
10249 x|xno)
10250 echo "$as_me:$LINENO: result: none needed" >&5
10251echo "${ECHO_T}none needed" >&6 ;;
10252 *)
10253 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10254echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10255 CC="$CC $ac_cv_prog_cc_stdc" ;;
10256esac
10257
10258# Some people use a C++ compiler to compile C. Since we use `exit',
10259# in C++ we need to declare it. In case someone uses the same compiler
10260# for both compiling C and C++ we need to have the C++ compiler decide
10261# the declaration of exit, since it's the most demanding environment.
10262cat >conftest.$ac_ext <<_ACEOF
10263#ifndef __cplusplus
10264 choke me
10265#endif
10266_ACEOF
10267rm -f conftest.$ac_objext
10268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10269 (eval $ac_compile) 2>conftest.er1
10270 ac_status=$?
10271 grep -v '^ *+' conftest.er1 >conftest.err
10272 rm -f conftest.er1
10273 cat conftest.err >&5
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); } &&
10276 { ac_try='test -z "$ac_c_werror_flag"
10277 || test ! -s conftest.err'
10278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10279 (eval $ac_try) 2>&5
10280 ac_status=$?
10281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282 (exit $ac_status); }; } &&
10283 { ac_try='test -s conftest.$ac_objext'
10284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10285 (eval $ac_try) 2>&5
10286 ac_status=$?
10287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 (exit $ac_status); }; }; then
10289 for ac_declaration in \
10290 '' \
10291 'extern "C" void std::exit (int) throw (); using std::exit;' \
10292 'extern "C" void std::exit (int); using std::exit;' \
10293 'extern "C" void exit (int) throw ();' \
10294 'extern "C" void exit (int);' \
10295 'void exit (int);'
10296do
10297 cat >conftest.$ac_ext <<_ACEOF
10298/* confdefs.h. */
10299_ACEOF
10300cat confdefs.h >>conftest.$ac_ext
10301cat >>conftest.$ac_ext <<_ACEOF
10302/* end confdefs.h. */
10303$ac_declaration
10304#include <stdlib.h>
10305int
10306main ()
10307{
10308exit (42);
10309 ;
10310 return 0;
10311}
10312_ACEOF
10313rm -f conftest.$ac_objext
10314if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10315 (eval $ac_compile) 2>conftest.er1
10316 ac_status=$?
10317 grep -v '^ *+' conftest.er1 >conftest.err
10318 rm -f conftest.er1
10319 cat conftest.err >&5
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 (exit $ac_status); } &&
10322 { ac_try='test -z "$ac_c_werror_flag"
10323 || test ! -s conftest.err'
10324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10325 (eval $ac_try) 2>&5
10326 ac_status=$?
10327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10328 (exit $ac_status); }; } &&
10329 { ac_try='test -s conftest.$ac_objext'
10330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10331 (eval $ac_try) 2>&5
10332 ac_status=$?
10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); }; }; then
10335 :
10336else
10337 echo "$as_me: failed program was:" >&5
10338sed 's/^/| /' conftest.$ac_ext >&5
10339
10340continue
10341fi
10342rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10343 cat >conftest.$ac_ext <<_ACEOF
10344/* confdefs.h. */
10345_ACEOF
10346cat confdefs.h >>conftest.$ac_ext
10347cat >>conftest.$ac_ext <<_ACEOF
10348/* end confdefs.h. */
10349$ac_declaration
10350int
10351main ()
10352{
10353exit (42);
10354 ;
10355 return 0;
10356}
10357_ACEOF
10358rm -f conftest.$ac_objext
10359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10360 (eval $ac_compile) 2>conftest.er1
10361 ac_status=$?
10362 grep -v '^ *+' conftest.er1 >conftest.err
10363 rm -f conftest.er1
10364 cat conftest.err >&5
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); } &&
10367 { ac_try='test -z "$ac_c_werror_flag"
10368 || test ! -s conftest.err'
10369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10370 (eval $ac_try) 2>&5
10371 ac_status=$?
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 (exit $ac_status); }; } &&
10374 { ac_try='test -s conftest.$ac_objext'
10375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10376 (eval $ac_try) 2>&5
10377 ac_status=$?
10378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10379 (exit $ac_status); }; }; then
10380 break
10381else
10382 echo "$as_me: failed program was:" >&5
10383sed 's/^/| /' conftest.$ac_ext >&5
10384
10385fi
10386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10387done
10388rm -f conftest*
10389if test -n "$ac_declaration"; then
10390 echo '#ifdef __cplusplus' >>confdefs.h
10391 echo $ac_declaration >>confdefs.h
10392 echo '#endif' >>confdefs.h
10393fi
10394
10395else
10396 echo "$as_me: failed program was:" >&5
10397sed 's/^/| /' conftest.$ac_ext >&5
10398
10399fi
10400rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10401ac_ext=c
10402ac_cpp='$CPP $CPPFLAGS'
10403ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10404ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10405ac_compiler_gnu=$ac_cv_c_compiler_gnu
10406
67310ccd
AM
10407
10408cat >>confdefs.h <<\_ACEOF
10409#define _GNU_SOURCE 1
10410_ACEOF
10411
10412
d7040cdb
SE
10413# Find a good install program. We prefer a C program (faster),
10414# so one script is as good as another. But avoid the broken or
10415# incompatible versions:
10416# SysV /etc/install, /usr/sbin/install
10417# SunOS /usr/etc/install
10418# IRIX /sbin/install
10419# AIX /bin/install
10420# AmigaOS /C/install, which installs bootblocks on floppy discs
10421# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
10422# AFS /usr/afsws/bin/install, which mishandles nonexistent args
10423# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
10424# OS/2's system install, which has a completely different semantic
10425# ./install, which can be erroneously created by make from ./install.sh.
10426echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
10427echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
10428if test -z "$INSTALL"; then
10429if test "${ac_cv_path_install+set}" = set; then
10430 echo $ECHO_N "(cached) $ECHO_C" >&6
10431else
10432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10433for as_dir in $PATH
10434do
10435 IFS=$as_save_IFS
10436 test -z "$as_dir" && as_dir=.
10437 # Account for people who put trailing slashes in PATH elements.
10438case $as_dir/ in
10439 ./ | .// | /cC/* | \
10440 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
10441 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
10442 /usr/ucb/* ) ;;
10443 *)
10444 # OSF1 and SCO ODT 3.0 have their own names for install.
10445 # Don't use installbsd from OSF since it installs stuff as root
10446 # by default.
10447 for ac_prog in ginstall scoinst install; do
10448 for ac_exec_ext in '' $ac_executable_extensions; do
10449 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
10450 if test $ac_prog = install &&
10451 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
10452 # AIX install. It has an incompatible calling convention.
10453 :
10454 elif test $ac_prog = install &&
10455 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
10456 # program-specific install script used by HP pwplus--don't use.
10457 :
10458 else
10459 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
10460 break 3
10461 fi
10462 fi
10463 done
10464 done
10465 ;;
10466esac
10467done
10468
10469
10470fi
10471 if test "${ac_cv_path_install+set}" = set; then
10472 INSTALL=$ac_cv_path_install
10473 else
10474 # As a last resort, use the slow shell script. We don't cache a
10475 # path for INSTALL within a source directory, because that will
10476 # break other packages using the cache if that directory is
10477 # removed, or if the path is relative.
10478 INSTALL=$ac_install_sh
10479 fi
10480fi
10481echo "$as_me:$LINENO: result: $INSTALL" >&5
10482echo "${ECHO_T}$INSTALL" >&6
10483
10484# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
10485# It thinks the first close brace ends the variable substitution.
10486test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
10487
10488test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
10489
10490test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
10491
10492
19aec961 10493ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi"
d7040cdb
SE
10494# If we haven't got the data from the intl directory,
10495# assume NLS is disabled.
10496USE_NLS=no
10497LIBINTL=
10498LIBINTL_DEP=
10499INCINTL=
10500XGETTEXT=
10501GMSGFMT=
10502POSUB=
10503
10504if test -f ../intl/config.intl; then
10505 . ../intl/config.intl
10506fi
10507echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10508echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10509if test x"$USE_NLS" != xyes; then
10510 echo "$as_me:$LINENO: result: no" >&5
10511echo "${ECHO_T}no" >&6
10512else
10513 echo "$as_me:$LINENO: result: yes" >&5
10514echo "${ECHO_T}yes" >&6
10515
10516cat >>confdefs.h <<\_ACEOF
10517#define ENABLE_NLS 1
10518_ACEOF
10519
10520
10521 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10522echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10523 # Look for .po and .gmo files in the source directory.
10524 CATALOGS=
10525 XLINGUAS=
10526 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
10527 # If there aren't any .gmo files the shell will give us the
10528 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10529 # weeded out.
10530 case "$cat" in *\**)
10531 continue;;
10532 esac
10533 # The quadruple backslash is collapsed to a double backslash
10534 # by the backticks, then collapsed again by the double quotes,
10535 # leaving us with one backslash in the sed expression (right
10536 # before the dot that mustn't act as a wildcard).
10537 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10538 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
10539 # The user is allowed to set LINGUAS to a list of languages to
10540 # install catalogs for. If it's empty that means "all of them."
10541 if test "x$LINGUAS" = x; then
10542 CATALOGS="$CATALOGS $cat"
10543 XLINGUAS="$XLINGUAS $lang"
10544 else
10545 case "$LINGUAS" in *$lang*)
10546 CATALOGS="$CATALOGS $cat"
10547 XLINGUAS="$XLINGUAS $lang"
10548 ;;
10549 esac
10550 fi
10551 done
10552 LINGUAS="$XLINGUAS"
10553 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10554echo "${ECHO_T}$LINGUAS" >&6
10555
10556
10557 DATADIRNAME=share
10558
10559 INSTOBJEXT=.mo
10560
10561 GENCAT=gencat
10562
10563 CATOBJEXT=.gmo
10564
10565fi
10566
10567 MKINSTALLDIRS=
10568 if test -n "$ac_aux_dir"; then
10569 case "$ac_aux_dir" in
10570 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
10571 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10572 esac
10573 fi
10574 if test -z "$MKINSTALLDIRS"; then
10575 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
10576 fi
10577
10578
10579
10580 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10581echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10582 # Check whether --enable-nls or --disable-nls was given.
10583if test "${enable_nls+set}" = set; then
10584 enableval="$enable_nls"
10585 USE_NLS=$enableval
10586else
10587 USE_NLS=yes
10588fi;
10589 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10590echo "${ECHO_T}$USE_NLS" >&6
10591
10592
10593
10594
10595
10596
10597# Prepare PATH_SEPARATOR.
10598# The user is always right.
10599if test "${PATH_SEPARATOR+set}" != set; then
10600 echo "#! /bin/sh" >conf$$.sh
10601 echo "exit 0" >>conf$$.sh
10602 chmod +x conf$$.sh
10603 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10604 PATH_SEPARATOR=';'
10605 else
10606 PATH_SEPARATOR=:
10607 fi
10608 rm -f conf$$.sh
10609fi
10610
10611# Find out how to test for executable files. Don't use a zero-byte file,
10612# as systems may use methods other than mode bits to determine executability.
10613cat >conf$$.file <<_ASEOF
10614#! /bin/sh
10615exit 0
10616_ASEOF
10617chmod +x conf$$.file
10618if test -x conf$$.file >/dev/null 2>&1; then
10619 ac_executable_p="test -x"
10620else
10621 ac_executable_p="test -f"
10622fi
10623rm -f conf$$.file
10624
10625# Extract the first word of "msgfmt", so it can be a program name with args.
10626set dummy msgfmt; ac_word=$2
10627echo "$as_me:$LINENO: checking for $ac_word" >&5
10628echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10629if test "${ac_cv_path_MSGFMT+set}" = set; then
10630 echo $ECHO_N "(cached) $ECHO_C" >&6
10631else
10632 case "$MSGFMT" in
10633 [\\/]* | ?:[\\/]*)
10634 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
10635 ;;
10636 *)
10637 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10638 for ac_dir in $PATH; do
10639 IFS="$ac_save_IFS"
10640 test -z "$ac_dir" && ac_dir=.
10641 for ac_exec_ext in '' $ac_executable_extensions; do
10642 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10643 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10644 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10645 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
10646 break 2
10647 fi
10648 fi
10649 done
10650 done
10651 IFS="$ac_save_IFS"
10652 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
10653 ;;
10654esac
10655fi
10656MSGFMT="$ac_cv_path_MSGFMT"
10657if test "$MSGFMT" != ":"; then
10658 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10659echo "${ECHO_T}$MSGFMT" >&6
10660else
10661 echo "$as_me:$LINENO: result: no" >&5
10662echo "${ECHO_T}no" >&6
10663fi
10664
10665 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10666set dummy gmsgfmt; ac_word=$2
10667echo "$as_me:$LINENO: checking for $ac_word" >&5
10668echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10669if test "${ac_cv_path_GMSGFMT+set}" = set; then
10670 echo $ECHO_N "(cached) $ECHO_C" >&6
10671else
10672 case $GMSGFMT in
10673 [\\/]* | ?:[\\/]*)
10674 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
10675 ;;
10676 *)
10677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10678for as_dir in $PATH
10679do
10680 IFS=$as_save_IFS
10681 test -z "$as_dir" && as_dir=.
10682 for ac_exec_ext in '' $ac_executable_extensions; do
10683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10684 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
10685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10686 break 2
10687 fi
10688done
10689done
10690
10691 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
10692 ;;
10693esac
10694fi
10695GMSGFMT=$ac_cv_path_GMSGFMT
252b5132 10696
d7040cdb
SE
10697if test -n "$GMSGFMT"; then
10698 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10699echo "${ECHO_T}$GMSGFMT" >&6
10700else
10701 echo "$as_me:$LINENO: result: no" >&5
10702echo "${ECHO_T}no" >&6
20e95c23 10703fi
42ecbf5e 10704
20e95c23 10705
252b5132 10706
d7040cdb
SE
10707# Prepare PATH_SEPARATOR.
10708# The user is always right.
10709if test "${PATH_SEPARATOR+set}" != set; then
10710 echo "#! /bin/sh" >conf$$.sh
10711 echo "exit 0" >>conf$$.sh
10712 chmod +x conf$$.sh
10713 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10714 PATH_SEPARATOR=';'
10715 else
10716 PATH_SEPARATOR=:
10717 fi
10718 rm -f conf$$.sh
20e95c23 10719fi
252b5132 10720
d7040cdb
SE
10721# Find out how to test for executable files. Don't use a zero-byte file,
10722# as systems may use methods other than mode bits to determine executability.
10723cat >conf$$.file <<_ASEOF
10724#! /bin/sh
10725exit 0
10726_ASEOF
10727chmod +x conf$$.file
10728if test -x conf$$.file >/dev/null 2>&1; then
10729 ac_executable_p="test -x"
20e95c23 10730else
d7040cdb
SE
10731 ac_executable_p="test -f"
10732fi
10733rm -f conf$$.file
20e95c23 10734
d7040cdb
SE
10735# Extract the first word of "xgettext", so it can be a program name with args.
10736set dummy xgettext; ac_word=$2
10737echo "$as_me:$LINENO: checking for $ac_word" >&5
10738echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10739if test "${ac_cv_path_XGETTEXT+set}" = set; then
10740 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 10741else
d7040cdb
SE
10742 case "$XGETTEXT" in
10743 [\\/]* | ?:[\\/]*)
10744 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
10745 ;;
10746 *)
10747 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10748 for ac_dir in $PATH; do
10749 IFS="$ac_save_IFS"
10750 test -z "$ac_dir" && ac_dir=.
10751 for ac_exec_ext in '' $ac_executable_extensions; do
10752 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10753 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10754 (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
10755 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
10756 break 2
10757 fi
10758 fi
10759 done
10760 done
10761 IFS="$ac_save_IFS"
10762 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
10763 ;;
10764esac
252b5132 10765fi
d7040cdb
SE
10766XGETTEXT="$ac_cv_path_XGETTEXT"
10767if test "$XGETTEXT" != ":"; then
10768 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
10769echo "${ECHO_T}$XGETTEXT" >&6
d5fbea21 10770else
d7040cdb
SE
10771 echo "$as_me:$LINENO: result: no" >&5
10772echo "${ECHO_T}no" >&6
d5fbea21
DJ
10773fi
10774
d7040cdb 10775 rm -f messages.po
d5fbea21 10776
20e95c23 10777
d7040cdb
SE
10778# Prepare PATH_SEPARATOR.
10779# The user is always right.
10780if test "${PATH_SEPARATOR+set}" != set; then
10781 echo "#! /bin/sh" >conf$$.sh
10782 echo "exit 0" >>conf$$.sh
10783 chmod +x conf$$.sh
10784 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10785 PATH_SEPARATOR=';'
10786 else
10787 PATH_SEPARATOR=:
10788 fi
10789 rm -f conf$$.sh
10790fi
20e95c23 10791
d7040cdb
SE
10792# Find out how to test for executable files. Don't use a zero-byte file,
10793# as systems may use methods other than mode bits to determine executability.
10794cat >conf$$.file <<_ASEOF
10795#! /bin/sh
10796exit 0
10797_ASEOF
10798chmod +x conf$$.file
10799if test -x conf$$.file >/dev/null 2>&1; then
10800 ac_executable_p="test -x"
10801else
10802 ac_executable_p="test -f"
10803fi
10804rm -f conf$$.file
20e95c23 10805
d7040cdb
SE
10806# Extract the first word of "msgmerge", so it can be a program name with args.
10807set dummy msgmerge; ac_word=$2
10808echo "$as_me:$LINENO: checking for $ac_word" >&5
10809echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10810if test "${ac_cv_path_MSGMERGE+set}" = set; then
10811 echo $ECHO_N "(cached) $ECHO_C" >&6
10812else
10813 case "$MSGMERGE" in
10814 [\\/]* | ?:[\\/]*)
10815 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
10816 ;;
10817 *)
10818 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
10819 for ac_dir in $PATH; do
10820 IFS="$ac_save_IFS"
10821 test -z "$ac_dir" && ac_dir=.
10822 for ac_exec_ext in '' $ac_executable_extensions; do
10823 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10824 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
10825 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
10826 break 2
10827 fi
10828 fi
10829 done
10830 done
10831 IFS="$ac_save_IFS"
10832 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
10833 ;;
10834esac
10835fi
10836MSGMERGE="$ac_cv_path_MSGMERGE"
10837if test "$MSGMERGE" != ":"; then
10838 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
10839echo "${ECHO_T}$MSGMERGE" >&6
10840else
10841 echo "$as_me:$LINENO: result: no" >&5
10842echo "${ECHO_T}no" >&6
10843fi
20e95c23
DJ
10844
10845
d7040cdb
SE
10846 if test "$GMSGFMT" != ":"; then
10847 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
10848 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10849 : ;
10850 else
10851 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
10852 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
10853echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
10854 GMSGFMT=":"
10855 fi
10856 fi
20e95c23 10857
d7040cdb
SE
10858 if test "$XGETTEXT" != ":"; then
10859 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10860 (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
10861 : ;
10862 else
10863 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
10864echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
10865 XGETTEXT=":"
10866 fi
10867 rm -f messages.po
20e95c23 10868 fi
42ecbf5e 10869
d7040cdb 10870 ac_config_commands="$ac_config_commands default-1"
252b5132 10871
42ecbf5e 10872
252b5132 10873
42ecbf5e
DJ
10874
10875
d7040cdb 10876for ac_prog in 'bison -y' byacc
20e95c23 10877do
d7040cdb
SE
10878 # Extract the first word of "$ac_prog", so it can be a program name with args.
10879set dummy $ac_prog; ac_word=$2
10880echo "$as_me:$LINENO: checking for $ac_word" >&5
10881echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10882if test "${ac_cv_prog_YACC+set}" = set; then
10883 echo $ECHO_N "(cached) $ECHO_C" >&6
20e95c23 10884else
d7040cdb
SE
10885 if test -n "$YACC"; then
10886 ac_cv_prog_YACC="$YACC" # Let the user override the test.
42ecbf5e 10887else
d7040cdb
SE
10888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10889for as_dir in $PATH
10890do
10891 IFS=$as_save_IFS
10892 test -z "$as_dir" && as_dir=.
10893 for ac_exec_ext in '' $ac_executable_extensions; do
10894 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10895 ac_cv_prog_YACC="$ac_prog"
10896 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10897 break 2
10898 fi
10899done
10900done
42ecbf5e 10901
42ecbf5e 10902fi
e5a52504 10903fi
d7040cdb
SE
10904YACC=$ac_cv_prog_YACC
10905if test -n "$YACC"; then
10906 echo "$as_me:$LINENO: result: $YACC" >&5
10907echo "${ECHO_T}$YACC" >&6
42ecbf5e 10908else
d7040cdb
SE
10909 echo "$as_me:$LINENO: result: no" >&5
10910echo "${ECHO_T}no" >&6
42ecbf5e 10911fi
252b5132 10912
d7040cdb 10913 test -n "$YACC" && break
42ecbf5e 10914done
d7040cdb 10915test -n "$YACC" || YACC="yacc"
d15b04bd 10916
d7040cdb
SE
10917for ac_prog in flex lex
10918do
10919 # Extract the first word of "$ac_prog", so it can be a program name with args.
10920set dummy $ac_prog; ac_word=$2
10921echo "$as_me:$LINENO: checking for $ac_word" >&5
10922echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10923if test "${ac_cv_prog_LEX+set}" = set; then
20e95c23 10924 echo $ECHO_N "(cached) $ECHO_C" >&6
d15b04bd 10925else
d7040cdb
SE
10926 if test -n "$LEX"; then
10927 ac_cv_prog_LEX="$LEX" # Let the user override the test.
10928else
10929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10930for as_dir in $PATH
10931do
10932 IFS=$as_save_IFS
10933 test -z "$as_dir" && as_dir=.
10934 for ac_exec_ext in '' $ac_executable_extensions; do
10935 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10936 ac_cv_prog_LEX="$ac_prog"
10937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10938 break 2
10939 fi
10940done
10941done
10942
10943fi
10944fi
10945LEX=$ac_cv_prog_LEX
10946if test -n "$LEX"; then
10947 echo "$as_me:$LINENO: result: $LEX" >&5
10948echo "${ECHO_T}$LEX" >&6
10949else
10950 echo "$as_me:$LINENO: result: no" >&5
10951echo "${ECHO_T}no" >&6
d15b04bd 10952fi
e5a52504 10953
d7040cdb
SE
10954 test -n "$LEX" && break
10955done
10956test -n "$LEX" || LEX=":"
42ecbf5e 10957
d7040cdb
SE
10958if test -z "$LEXLIB"
10959then
10960 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
10961echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
10962if test "${ac_cv_lib_fl_yywrap+set}" = set; then
42ecbf5e
DJ
10963 echo $ECHO_N "(cached) $ECHO_C" >&6
10964else
d7040cdb
SE
10965 ac_check_lib_save_LIBS=$LIBS
10966LIBS="-lfl $LIBS"
10967cat >conftest.$ac_ext <<_ACEOF
42ecbf5e
DJ
10968/* confdefs.h. */
10969_ACEOF
10970cat confdefs.h >>conftest.$ac_ext
10971cat >>conftest.$ac_ext <<_ACEOF
10972/* end confdefs.h. */
10973
d7040cdb
SE
10974/* Override any gcc2 internal prototype to avoid an error. */
10975#ifdef __cplusplus
10976extern "C"
10977#endif
10978/* We use char because int might match the return type of a gcc2
10979 builtin and then its argument prototype would still apply. */
10980char yywrap ();
42ecbf5e
DJ
10981int
10982main ()
10983{
d7040cdb 10984yywrap ();
42ecbf5e
DJ
10985 ;
10986 return 0;
10987}
10988_ACEOF
d7040cdb
SE
10989rm -f conftest.$ac_objext conftest$ac_exeext
10990if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10991 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
10992 ac_status=$?
10993 grep -v '^ *+' conftest.er1 >conftest.err
10994 rm -f conftest.er1
10995 cat conftest.err >&5
10996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10997 (exit $ac_status); } &&
502bdb00
JW
10998 { ac_try='test -z "$ac_c_werror_flag"
10999 || test ! -s conftest.err'
42ecbf5e
DJ
11000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11001 (eval $ac_try) 2>&5
11002 ac_status=$?
11003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11004 (exit $ac_status); }; } &&
d7040cdb 11005 { ac_try='test -s conftest$ac_exeext'
42ecbf5e
DJ
11006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11007 (eval $ac_try) 2>&5
11008 ac_status=$?
11009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11010 (exit $ac_status); }; }; then
d7040cdb 11011 ac_cv_lib_fl_yywrap=yes
42ecbf5e
DJ
11012else
11013 echo "$as_me: failed program was:" >&5
11014sed 's/^/| /' conftest.$ac_ext >&5
11015
d7040cdb 11016ac_cv_lib_fl_yywrap=no
42ecbf5e 11017fi
d7040cdb
SE
11018rm -f conftest.err conftest.$ac_objext \
11019 conftest$ac_exeext conftest.$ac_ext
11020LIBS=$ac_check_lib_save_LIBS
42ecbf5e 11021fi
d7040cdb
SE
11022echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11023echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11024if test $ac_cv_lib_fl_yywrap = yes; then
11025 LEXLIB="-lfl"
20e95c23 11026else
d7040cdb
SE
11027 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11028echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11029if test "${ac_cv_lib_l_yywrap+set}" = set; then
11030 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11031else
d7040cdb
SE
11032 ac_check_lib_save_LIBS=$LIBS
11033LIBS="-ll $LIBS"
11034cat >conftest.$ac_ext <<_ACEOF
20e95c23 11035/* confdefs.h. */
42ecbf5e 11036_ACEOF
20e95c23
DJ
11037cat confdefs.h >>conftest.$ac_ext
11038cat >>conftest.$ac_ext <<_ACEOF
11039/* end confdefs.h. */
20e95c23 11040
d7040cdb
SE
11041/* Override any gcc2 internal prototype to avoid an error. */
11042#ifdef __cplusplus
11043extern "C"
11044#endif
11045/* We use char because int might match the return type of a gcc2
11046 builtin and then its argument prototype would still apply. */
11047char yywrap ();
20e95c23
DJ
11048int
11049main ()
11050{
d7040cdb
SE
11051yywrap ();
11052 ;
11053 return 0;
20e95c23
DJ
11054}
11055_ACEOF
d7040cdb 11056rm -f conftest.$ac_objext conftest$ac_exeext
20e95c23 11057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
d7040cdb 11058 (eval $ac_link) 2>conftest.er1
42ecbf5e 11059 ac_status=$?
d7040cdb
SE
11060 grep -v '^ *+' conftest.er1 >conftest.err
11061 rm -f conftest.er1
11062 cat conftest.err >&5
42ecbf5e 11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
11064 (exit $ac_status); } &&
11065 { ac_try='test -z "$ac_c_werror_flag"
11066 || test ! -s conftest.err'
11067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11068 (eval $ac_try) 2>&5
11069 ac_status=$?
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); }; } &&
11072 { ac_try='test -s conftest$ac_exeext'
20e95c23
DJ
11073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11074 (eval $ac_try) 2>&5
11075 ac_status=$?
11076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11077 (exit $ac_status); }; }; then
d7040cdb 11078 ac_cv_lib_l_yywrap=yes
252b5132 11079else
d7040cdb 11080 echo "$as_me: failed program was:" >&5
20e95c23
DJ
11081sed 's/^/| /' conftest.$ac_ext >&5
11082
d7040cdb 11083ac_cv_lib_l_yywrap=no
252b5132 11084fi
d7040cdb
SE
11085rm -f conftest.err conftest.$ac_objext \
11086 conftest$ac_exeext conftest.$ac_ext
11087LIBS=$ac_check_lib_save_LIBS
20e95c23 11088fi
d7040cdb
SE
11089echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11090echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11091if test $ac_cv_lib_l_yywrap = yes; then
11092 LEXLIB="-ll"
20e95c23 11093fi
20e95c23
DJ
11094
11095fi
11096
d7040cdb 11097fi
20e95c23 11098
d7040cdb
SE
11099if test "x$LEX" != "x:"; then
11100 echo "$as_me:$LINENO: checking lex output file root" >&5
11101echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11102if test "${ac_cv_prog_lex_root+set}" = set; then
42ecbf5e 11103 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11104else
d7040cdb
SE
11105 # The minimal lex program is just a single line: %%. But some broken lexes
11106# (Solaris, I think it was) want two %% lines, so accommodate them.
11107cat >conftest.l <<_ACEOF
11108%%
11109%%
42ecbf5e 11110_ACEOF
d7040cdb
SE
11111{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11112 (eval $LEX conftest.l) 2>&5
11113 ac_status=$?
11114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11115 (exit $ac_status); }
11116if test -f lex.yy.c; then
11117 ac_cv_prog_lex_root=lex.yy
11118elif test -f lexyy.c; then
11119 ac_cv_prog_lex_root=lexyy
11120else
11121 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11122echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11123 { (exit 1); exit 1; }; }
11124fi
11125fi
11126echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11127echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11128rm -f conftest.l
11129LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
20e95c23 11130
d7040cdb
SE
11131echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11132echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11133if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11134 echo $ECHO_N "(cached) $ECHO_C" >&6
11135else
11136 # POSIX says lex can declare yytext either as a pointer or an array; the
11137# default is implementation-dependent. Figure out which it is, since
11138# not all implementations provide the %pointer and %array declarations.
11139ac_cv_prog_lex_yytext_pointer=no
11140echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11141ac_save_LIBS=$LIBS
11142LIBS="$LIBS $LEXLIB"
11143cat >conftest.$ac_ext <<_ACEOF
11144`cat $LEX_OUTPUT_ROOT.c`
20e95c23 11145_ACEOF
d7040cdb
SE
11146rm -f conftest.$ac_objext conftest$ac_exeext
11147if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11148 (eval $ac_link) 2>conftest.er1
42ecbf5e
DJ
11149 ac_status=$?
11150 grep -v '^ *+' conftest.er1 >conftest.err
11151 rm -f conftest.er1
11152 cat conftest.err >&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); } &&
502bdb00
JW
11155 { ac_try='test -z "$ac_c_werror_flag"
11156 || test ! -s conftest.err'
42ecbf5e
DJ
11157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11158 (eval $ac_try) 2>&5
11159 ac_status=$?
11160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11161 (exit $ac_status); }; } &&
d7040cdb 11162 { ac_try='test -s conftest$ac_exeext'
42ecbf5e
DJ
11163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11164 (eval $ac_try) 2>&5
11165 ac_status=$?
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); }; }; then
d7040cdb
SE
11168 ac_cv_prog_lex_yytext_pointer=yes
11169else
11170 echo "$as_me: failed program was:" >&5
11171sed 's/^/| /' conftest.$ac_ext >&5
11172
11173fi
11174rm -f conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176LIBS=$ac_save_LIBS
11177rm -f "${LEX_OUTPUT_ROOT}.c"
11178
11179fi
11180echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11181echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11182if test $ac_cv_prog_lex_yytext_pointer = yes; then
11183
11184cat >>confdefs.h <<\_ACEOF
11185#define YYTEXT_POINTER 1
11186_ACEOF
11187
11188fi
11189
11190fi
11191if test "$LEX" = :; then
11192 LEX=${am_missing_run}flex
11193fi
11194
11195echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
11196echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
11197 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11198if test "${enable_maintainer_mode+set}" = set; then
11199 enableval="$enable_maintainer_mode"
11200 USE_MAINTAINER_MODE=$enableval
252b5132 11201else
d7040cdb
SE
11202 USE_MAINTAINER_MODE=no
11203fi;
11204 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
11205echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
42ecbf5e 11206
d7040cdb
SE
11207
11208if test $USE_MAINTAINER_MODE = yes; then
11209 MAINTAINER_MODE_TRUE=
11210 MAINTAINER_MODE_FALSE='#'
11211else
11212 MAINTAINER_MODE_TRUE='#'
11213 MAINTAINER_MODE_FALSE=
252b5132 11214fi
252b5132 11215
d7040cdb
SE
11216 MAINT=$MAINTAINER_MODE_TRUE
11217
11218
11219
11220
11221if false; then
11222 GENINSRC_NEVER_TRUE=
11223 GENINSRC_NEVER_FALSE='#'
11224else
11225 GENINSRC_NEVER_TRUE='#'
11226 GENINSRC_NEVER_FALSE=
252b5132
RH
11227fi
11228
d7040cdb
SE
11229
11230. ${srcdir}/configure.host
11231
11232
11233
11234
252b5132
RH
11235
11236
42ecbf5e
DJ
11237
11238
11239
11240
ebe1fac1 11241
a3ffa599
L
11242
11243
11244for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h
252b5132 11245do
42ecbf5e
DJ
11246as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11247if eval "test \"\${$as_ac_Header+set}\" = set"; then
11248 echo "$as_me:$LINENO: checking for $ac_header" >&5
11249echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11250if eval "test \"\${$as_ac_Header+set}\" = set"; then
11251 echo $ECHO_N "(cached) $ECHO_C" >&6
11252fi
11253echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11254echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11255else
11256 # Is the header compilable?
11257echo "$as_me:$LINENO: checking $ac_header usability" >&5
11258echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11259cat >conftest.$ac_ext <<_ACEOF
11260/* confdefs.h. */
11261_ACEOF
11262cat confdefs.h >>conftest.$ac_ext
11263cat >>conftest.$ac_ext <<_ACEOF
11264/* end confdefs.h. */
11265$ac_includes_default
11266#include <$ac_header>
11267_ACEOF
11268rm -f conftest.$ac_objext
11269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11270 (eval $ac_compile) 2>conftest.er1
11271 ac_status=$?
11272 grep -v '^ *+' conftest.er1 >conftest.err
11273 rm -f conftest.er1
11274 cat conftest.err >&5
11275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11276 (exit $ac_status); } &&
502bdb00
JW
11277 { ac_try='test -z "$ac_c_werror_flag"
11278 || test ! -s conftest.err'
42ecbf5e
DJ
11279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11280 (eval $ac_try) 2>&5
11281 ac_status=$?
11282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11283 (exit $ac_status); }; } &&
11284 { ac_try='test -s conftest.$ac_objext'
11285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11286 (eval $ac_try) 2>&5
11287 ac_status=$?
11288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11289 (exit $ac_status); }; }; then
11290 ac_header_compiler=yes
11291else
11292 echo "$as_me: failed program was:" >&5
11293sed 's/^/| /' conftest.$ac_ext >&5
11294
11295ac_header_compiler=no
11296fi
11297rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11298echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11299echo "${ECHO_T}$ac_header_compiler" >&6
11300
11301# Is the header present?
11302echo "$as_me:$LINENO: checking $ac_header presence" >&5
11303echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11304cat >conftest.$ac_ext <<_ACEOF
11305/* confdefs.h. */
11306_ACEOF
11307cat confdefs.h >>conftest.$ac_ext
11308cat >>conftest.$ac_ext <<_ACEOF
11309/* end confdefs.h. */
11310#include <$ac_header>
11311_ACEOF
11312if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11313 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11314 ac_status=$?
11315 grep -v '^ *+' conftest.er1 >conftest.err
11316 rm -f conftest.er1
11317 cat conftest.err >&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } >/dev/null; then
11320 if test -s conftest.err; then
11321 ac_cpp_err=$ac_c_preproc_warn_flag
11322 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11323 else
11324 ac_cpp_err=
11325 fi
252b5132 11326else
42ecbf5e 11327 ac_cpp_err=yes
252b5132 11328fi
42ecbf5e
DJ
11329if test -z "$ac_cpp_err"; then
11330 ac_header_preproc=yes
11331else
11332 echo "$as_me: failed program was:" >&5
11333sed 's/^/| /' conftest.$ac_ext >&5
11334
11335 ac_header_preproc=no
252b5132 11336fi
42ecbf5e
DJ
11337rm -f conftest.err conftest.$ac_ext
11338echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11339echo "${ECHO_T}$ac_header_preproc" >&6
11340
11341# So? What about this header?
11342case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11343 yes:no: )
11344 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11345echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11347echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11348 ac_header_preproc=yes
11349 ;;
11350 no:yes:* )
11351 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11352echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11353 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11354echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11355 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11356echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11357 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11358echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11360echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11361 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11362echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11363 (
11364 cat <<\_ASBOX
11365## ------------------------------------------ ##
11366## Report this to the AC_PACKAGE_NAME lists. ##
11367## ------------------------------------------ ##
11368_ASBOX
11369 ) |
11370 sed "s/^/$as_me: WARNING: /" >&2
11371 ;;
11372esac
11373echo "$as_me:$LINENO: checking for $ac_header" >&5
11374echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11375if eval "test \"\${$as_ac_Header+set}\" = set"; then
11376 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11377else
42ecbf5e
DJ
11378 eval "$as_ac_Header=\$ac_header_preproc"
11379fi
11380echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11381echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11382
252b5132 11383fi
42ecbf5e
DJ
11384if test `eval echo '${'$as_ac_Header'}'` = yes; then
11385 cat >>confdefs.h <<_ACEOF
11386#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11387_ACEOF
11388
11389fi
11390
252b5132
RH
11391done
11392
42ecbf5e
DJ
11393
11394
11395
dc27aea4
AM
11396
11397
11398for ac_func in glob mkstemp realpath sbrk waitpid
252b5132 11399do
42ecbf5e
DJ
11400as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11401echo "$as_me:$LINENO: checking for $ac_func" >&5
11402echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11403if eval "test \"\${$as_ac_var+set}\" = set"; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11405else
11406 cat >conftest.$ac_ext <<_ACEOF
11407/* confdefs.h. */
11408_ACEOF
11409cat confdefs.h >>conftest.$ac_ext
11410cat >>conftest.$ac_ext <<_ACEOF
11411/* end confdefs.h. */
11412/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11413 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11414#define $ac_func innocuous_$ac_func
11415
252b5132 11416/* System header to define __stub macros and hopefully few prototypes,
42ecbf5e
DJ
11417 which can conflict with char $ac_func (); below.
11418 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11419 <limits.h> exists even on freestanding compilers. */
11420
11421#ifdef __STDC__
11422# include <limits.h>
11423#else
11424# include <assert.h>
11425#endif
d15b04bd 11426
42ecbf5e 11427#undef $ac_func
d15b04bd 11428
42ecbf5e
DJ
11429/* Override any gcc2 internal prototype to avoid an error. */
11430#ifdef __cplusplus
11431extern "C"
11432{
11433#endif
11434/* We use char because int might match the return type of a gcc2
11435 builtin and then its argument prototype would still apply. */
11436char $ac_func ();
252b5132
RH
11437/* The GNU C library defines this for functions which it implements
11438 to always fail with ENOSYS. Some functions are actually named
11439 something starting with __ and the normal name is an alias. */
11440#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11441choke me
11442#else
42ecbf5e
DJ
11443char (*f) () = $ac_func;
11444#endif
11445#ifdef __cplusplus
11446}
252b5132
RH
11447#endif
11448
42ecbf5e
DJ
11449int
11450main ()
11451{
11452return f != $ac_func;
11453 ;
11454 return 0;
11455}
11456_ACEOF
11457rm -f conftest.$ac_objext conftest$ac_exeext
11458if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11459 (eval $ac_link) 2>conftest.er1
11460 ac_status=$?
11461 grep -v '^ *+' conftest.er1 >conftest.err
11462 rm -f conftest.er1
11463 cat conftest.err >&5
11464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11465 (exit $ac_status); } &&
502bdb00
JW
11466 { ac_try='test -z "$ac_c_werror_flag"
11467 || test ! -s conftest.err'
42ecbf5e
DJ
11468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11469 (eval $ac_try) 2>&5
11470 ac_status=$?
11471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11472 (exit $ac_status); }; } &&
11473 { ac_try='test -s conftest$ac_exeext'
11474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11475 (eval $ac_try) 2>&5
11476 ac_status=$?
11477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11478 (exit $ac_status); }; }; then
11479 eval "$as_ac_var=yes"
11480else
11481 echo "$as_me: failed program was:" >&5
11482sed 's/^/| /' conftest.$ac_ext >&5
11483
11484eval "$as_ac_var=no"
11485fi
11486rm -f conftest.err conftest.$ac_objext \
11487 conftest$ac_exeext conftest.$ac_ext
11488fi
11489echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11490echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11491if test `eval echo '${'$as_ac_var'}'` = yes; then
11492 cat >>confdefs.h <<_ACEOF
11493#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11494_ACEOF
252b5132 11495
252b5132
RH
11496fi
11497done
11498
42ecbf5e
DJ
11499
11500
11501
11502
11503
252b5132 11504ac_header_dirent=no
42ecbf5e
DJ
11505for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
11506 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
11507echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
11508echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
11509if eval "test \"\${$as_ac_Header+set}\" = set"; then
11510 echo $ECHO_N "(cached) $ECHO_C" >&6
11511else
11512 cat >conftest.$ac_ext <<_ACEOF
11513/* confdefs.h. */
11514_ACEOF
11515cat confdefs.h >>conftest.$ac_ext
11516cat >>conftest.$ac_ext <<_ACEOF
11517/* end confdefs.h. */
252b5132
RH
11518#include <sys/types.h>
11519#include <$ac_hdr>
42ecbf5e
DJ
11520
11521int
11522main ()
11523{
11524if ((DIR *) 0)
11525return 0;
11526 ;
11527 return 0;
11528}
11529_ACEOF
11530rm -f conftest.$ac_objext
11531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11532 (eval $ac_compile) 2>conftest.er1
11533 ac_status=$?
11534 grep -v '^ *+' conftest.er1 >conftest.err
11535 rm -f conftest.er1
11536 cat conftest.err >&5
11537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } &&
502bdb00
JW
11539 { ac_try='test -z "$ac_c_werror_flag"
11540 || test ! -s conftest.err'
42ecbf5e
DJ
11541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11542 (eval $ac_try) 2>&5
11543 ac_status=$?
11544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); }; } &&
11546 { ac_try='test -s conftest.$ac_objext'
11547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11548 (eval $ac_try) 2>&5
11549 ac_status=$?
11550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); }; }; then
11552 eval "$as_ac_Header=yes"
11553else
11554 echo "$as_me: failed program was:" >&5
11555sed 's/^/| /' conftest.$ac_ext >&5
11556
11557eval "$as_ac_Header=no"
11558fi
11559rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11560fi
11561echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11562echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11563if test `eval echo '${'$as_ac_Header'}'` = yes; then
11564 cat >>confdefs.h <<_ACEOF
11565#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
11566_ACEOF
11567
11568ac_header_dirent=$ac_hdr; break
d15b04bd 11569fi
42ecbf5e 11570
d15b04bd
L
11571done
11572# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11573if test $ac_header_dirent = dirent.h; then
42ecbf5e
DJ
11574 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11575echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11576if test "${ac_cv_search_opendir+set}" = set; then
11577 echo $ECHO_N "(cached) $ECHO_C" >&6
11578else
11579 ac_func_search_save_LIBS=$LIBS
11580ac_cv_search_opendir=no
11581cat >conftest.$ac_ext <<_ACEOF
11582/* confdefs.h. */
11583_ACEOF
11584cat confdefs.h >>conftest.$ac_ext
11585cat >>conftest.$ac_ext <<_ACEOF
11586/* end confdefs.h. */
11587
e5a52504 11588/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
11589#ifdef __cplusplus
11590extern "C"
11591#endif
e5a52504 11592/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
11593 builtin and then its argument prototype would still apply. */
11594char opendir ();
11595int
11596main ()
11597{
11598opendir ();
11599 ;
11600 return 0;
11601}
11602_ACEOF
11603rm -f conftest.$ac_objext conftest$ac_exeext
11604if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11605 (eval $ac_link) 2>conftest.er1
11606 ac_status=$?
11607 grep -v '^ *+' conftest.er1 >conftest.err
11608 rm -f conftest.er1
11609 cat conftest.err >&5
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); } &&
502bdb00
JW
11612 { ac_try='test -z "$ac_c_werror_flag"
11613 || test ! -s conftest.err'
42ecbf5e
DJ
11614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11615 (eval $ac_try) 2>&5
11616 ac_status=$?
11617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11618 (exit $ac_status); }; } &&
11619 { ac_try='test -s conftest$ac_exeext'
11620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11621 (eval $ac_try) 2>&5
11622 ac_status=$?
11623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11624 (exit $ac_status); }; }; then
11625 ac_cv_search_opendir="none required"
11626else
11627 echo "$as_me: failed program was:" >&5
11628sed 's/^/| /' conftest.$ac_ext >&5
11629
11630fi
11631rm -f conftest.err conftest.$ac_objext \
11632 conftest$ac_exeext conftest.$ac_ext
11633if test "$ac_cv_search_opendir" = no; then
11634 for ac_lib in dir; do
11635 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11636 cat >conftest.$ac_ext <<_ACEOF
11637/* confdefs.h. */
11638_ACEOF
11639cat confdefs.h >>conftest.$ac_ext
11640cat >>conftest.$ac_ext <<_ACEOF
11641/* end confdefs.h. */
e5a52504 11642
42ecbf5e
DJ
11643/* Override any gcc2 internal prototype to avoid an error. */
11644#ifdef __cplusplus
11645extern "C"
11646#endif
11647/* We use char because int might match the return type of a gcc2
11648 builtin and then its argument prototype would still apply. */
11649char opendir ();
11650int
11651main ()
11652{
11653opendir ();
11654 ;
11655 return 0;
11656}
11657_ACEOF
11658rm -f conftest.$ac_objext conftest$ac_exeext
11659if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11660 (eval $ac_link) 2>conftest.er1
11661 ac_status=$?
11662 grep -v '^ *+' conftest.er1 >conftest.err
11663 rm -f conftest.er1
11664 cat conftest.err >&5
11665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } &&
502bdb00
JW
11667 { ac_try='test -z "$ac_c_werror_flag"
11668 || test ! -s conftest.err'
42ecbf5e
DJ
11669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11670 (eval $ac_try) 2>&5
11671 ac_status=$?
11672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11673 (exit $ac_status); }; } &&
11674 { ac_try='test -s conftest$ac_exeext'
11675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11676 (eval $ac_try) 2>&5
11677 ac_status=$?
11678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11679 (exit $ac_status); }; }; then
11680 ac_cv_search_opendir="-l$ac_lib"
11681break
11682else
11683 echo "$as_me: failed program was:" >&5
11684sed 's/^/| /' conftest.$ac_ext >&5
11685
11686fi
11687rm -f conftest.err conftest.$ac_objext \
11688 conftest$ac_exeext conftest.$ac_ext
11689 done
252b5132 11690fi
42ecbf5e
DJ
11691LIBS=$ac_func_search_save_LIBS
11692fi
11693echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11694echo "${ECHO_T}$ac_cv_search_opendir" >&6
11695if test "$ac_cv_search_opendir" != no; then
11696 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
11697
d15b04bd 11698fi
252b5132
RH
11699
11700else
42ecbf5e
DJ
11701 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11702echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11703if test "${ac_cv_search_opendir+set}" = set; then
11704 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11705else
42ecbf5e
DJ
11706 ac_func_search_save_LIBS=$LIBS
11707ac_cv_search_opendir=no
11708cat >conftest.$ac_ext <<_ACEOF
11709/* confdefs.h. */
11710_ACEOF
11711cat confdefs.h >>conftest.$ac_ext
11712cat >>conftest.$ac_ext <<_ACEOF
11713/* end confdefs.h. */
11714
252b5132 11715/* Override any gcc2 internal prototype to avoid an error. */
42ecbf5e
DJ
11716#ifdef __cplusplus
11717extern "C"
11718#endif
252b5132 11719/* We use char because int might match the return type of a gcc2
42ecbf5e
DJ
11720 builtin and then its argument prototype would still apply. */
11721char opendir ();
11722int
11723main ()
11724{
11725opendir ();
11726 ;
11727 return 0;
11728}
11729_ACEOF
11730rm -f conftest.$ac_objext conftest$ac_exeext
11731if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11732 (eval $ac_link) 2>conftest.er1
11733 ac_status=$?
11734 grep -v '^ *+' conftest.er1 >conftest.err
11735 rm -f conftest.er1
11736 cat conftest.err >&5
11737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11738 (exit $ac_status); } &&
502bdb00
JW
11739 { ac_try='test -z "$ac_c_werror_flag"
11740 || test ! -s conftest.err'
42ecbf5e
DJ
11741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11742 (eval $ac_try) 2>&5
11743 ac_status=$?
11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745 (exit $ac_status); }; } &&
11746 { ac_try='test -s conftest$ac_exeext'
11747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11748 (eval $ac_try) 2>&5
11749 ac_status=$?
11750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11751 (exit $ac_status); }; }; then
11752 ac_cv_search_opendir="none required"
11753else
11754 echo "$as_me: failed program was:" >&5
11755sed 's/^/| /' conftest.$ac_ext >&5
11756
11757fi
11758rm -f conftest.err conftest.$ac_objext \
11759 conftest$ac_exeext conftest.$ac_ext
11760if test "$ac_cv_search_opendir" = no; then
11761 for ac_lib in x; do
11762 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11763 cat >conftest.$ac_ext <<_ACEOF
11764/* confdefs.h. */
11765_ACEOF
11766cat confdefs.h >>conftest.$ac_ext
11767cat >>conftest.$ac_ext <<_ACEOF
11768/* end confdefs.h. */
252b5132 11769
42ecbf5e
DJ
11770/* Override any gcc2 internal prototype to avoid an error. */
11771#ifdef __cplusplus
11772extern "C"
11773#endif
11774/* We use char because int might match the return type of a gcc2
11775 builtin and then its argument prototype would still apply. */
11776char opendir ();
11777int
11778main ()
11779{
11780opendir ();
11781 ;
11782 return 0;
11783}
11784_ACEOF
11785rm -f conftest.$ac_objext conftest$ac_exeext
11786if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11787 (eval $ac_link) 2>conftest.er1
11788 ac_status=$?
11789 grep -v '^ *+' conftest.er1 >conftest.err
11790 rm -f conftest.er1
11791 cat conftest.err >&5
11792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11793 (exit $ac_status); } &&
502bdb00
JW
11794 { ac_try='test -z "$ac_c_werror_flag"
11795 || test ! -s conftest.err'
42ecbf5e
DJ
11796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11797 (eval $ac_try) 2>&5
11798 ac_status=$?
11799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11800 (exit $ac_status); }; } &&
11801 { ac_try='test -s conftest$ac_exeext'
11802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11803 (eval $ac_try) 2>&5
11804 ac_status=$?
11805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11806 (exit $ac_status); }; }; then
11807 ac_cv_search_opendir="-l$ac_lib"
11808break
11809else
11810 echo "$as_me: failed program was:" >&5
11811sed 's/^/| /' conftest.$ac_ext >&5
11812
11813fi
11814rm -f conftest.err conftest.$ac_objext \
11815 conftest$ac_exeext conftest.$ac_ext
11816 done
252b5132 11817fi
42ecbf5e 11818LIBS=$ac_func_search_save_LIBS
252b5132 11819fi
42ecbf5e
DJ
11820echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11821echo "${ECHO_T}$ac_cv_search_opendir" >&6
11822if test "$ac_cv_search_opendir" != no; then
11823 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
11824
d15b04bd 11825fi
252b5132
RH
11826
11827fi
11828
11829
42ecbf5e
DJ
11830echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
11831echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
11832if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then
11833 echo $ECHO_N "(cached) $ECHO_C" >&6
34875e64 11834else
42ecbf5e
DJ
11835 cat >conftest.$ac_ext <<_ACEOF
11836/* confdefs.h. */
11837_ACEOF
11838cat confdefs.h >>conftest.$ac_ext
11839cat >>conftest.$ac_ext <<_ACEOF
11840/* end confdefs.h. */
34875e64 11841#include <unistd.h>
42ecbf5e
DJ
11842int
11843main ()
11844{
34875e64 11845extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
11846 ;
11847 return 0;
11848}
11849_ACEOF
11850rm -f conftest.$ac_objext
11851if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11852 (eval $ac_compile) 2>conftest.er1
11853 ac_status=$?
11854 grep -v '^ *+' conftest.er1 >conftest.err
11855 rm -f conftest.er1
11856 cat conftest.err >&5
11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); } &&
502bdb00
JW
11859 { ac_try='test -z "$ac_c_werror_flag"
11860 || test ! -s conftest.err'
42ecbf5e
DJ
11861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11862 (eval $ac_try) 2>&5
11863 ac_status=$?
11864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11865 (exit $ac_status); }; } &&
11866 { ac_try='test -s conftest.$ac_objext'
11867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11868 (eval $ac_try) 2>&5
11869 ac_status=$?
11870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); }; }; then
34875e64
NC
11872 ld_cv_decl_getopt_unistd_h=yes
11873else
42ecbf5e
DJ
11874 echo "$as_me: failed program was:" >&5
11875sed 's/^/| /' conftest.$ac_ext >&5
11876
11877ld_cv_decl_getopt_unistd_h=no
34875e64 11878fi
42ecbf5e 11879rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34875e64
NC
11880fi
11881
42ecbf5e
DJ
11882echo "$as_me:$LINENO: result: $ld_cv_decl_getopt_unistd_h" >&5
11883echo "${ECHO_T}$ld_cv_decl_getopt_unistd_h" >&6
34875e64 11884if test $ld_cv_decl_getopt_unistd_h = yes; then
42ecbf5e
DJ
11885
11886cat >>confdefs.h <<\_ACEOF
34875e64 11887#define HAVE_DECL_GETOPT 1
42ecbf5e 11888_ACEOF
34875e64
NC
11889
11890fi
42ecbf5e 11891
252b5132
RH
11892
11893case "${host}" in
a8100d5b 11894*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e
DJ
11895
11896cat >>confdefs.h <<\_ACEOF
252b5132 11897#define USE_BINARY_FOPEN 1
42ecbf5e 11898_ACEOF
252b5132
RH
11899 ;;
11900esac
11901
502bdb00
JW
11902echo "$as_me:$LINENO: checking whether strstr is declared" >&5
11903echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
11904if test "${ac_cv_have_decl_strstr+set}" = set; then
42ecbf5e 11905 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11906else
42ecbf5e
DJ
11907 cat >conftest.$ac_ext <<_ACEOF
11908/* confdefs.h. */
11909_ACEOF
11910cat confdefs.h >>conftest.$ac_ext
11911cat >>conftest.$ac_ext <<_ACEOF
11912/* end confdefs.h. */
502bdb00 11913$ac_includes_default
42ecbf5e
DJ
11914int
11915main ()
11916{
502bdb00
JW
11917#ifndef strstr
11918 char *p = (char *) strstr;
11919#endif
11920
42ecbf5e
DJ
11921 ;
11922 return 0;
11923}
11924_ACEOF
11925rm -f conftest.$ac_objext
11926if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11927 (eval $ac_compile) 2>conftest.er1
11928 ac_status=$?
11929 grep -v '^ *+' conftest.er1 >conftest.err
11930 rm -f conftest.er1
11931 cat conftest.err >&5
11932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11933 (exit $ac_status); } &&
502bdb00
JW
11934 { ac_try='test -z "$ac_c_werror_flag"
11935 || test ! -s conftest.err'
42ecbf5e
DJ
11936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11937 (eval $ac_try) 2>&5
11938 ac_status=$?
11939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11940 (exit $ac_status); }; } &&
11941 { ac_try='test -s conftest.$ac_objext'
11942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11943 (eval $ac_try) 2>&5
11944 ac_status=$?
11945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11946 (exit $ac_status); }; }; then
502bdb00 11947 ac_cv_have_decl_strstr=yes
252b5132 11948else
42ecbf5e
DJ
11949 echo "$as_me: failed program was:" >&5
11950sed 's/^/| /' conftest.$ac_ext >&5
11951
502bdb00 11952ac_cv_have_decl_strstr=no
252b5132 11953fi
42ecbf5e 11954rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 11955fi
502bdb00
JW
11956echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
11957echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
11958if test $ac_cv_have_decl_strstr = yes; then
252b5132 11959
502bdb00
JW
11960cat >>confdefs.h <<_ACEOF
11961#define HAVE_DECL_STRSTR 1
11962_ACEOF
42ecbf5e 11963
502bdb00
JW
11964
11965else
11966 cat >>confdefs.h <<_ACEOF
11967#define HAVE_DECL_STRSTR 0
42ecbf5e 11968_ACEOF
252b5132 11969
252b5132 11970
502bdb00
JW
11971fi
11972echo "$as_me:$LINENO: checking whether free is declared" >&5
11973echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
11974if test "${ac_cv_have_decl_free+set}" = set; then
42ecbf5e 11975 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 11976else
42ecbf5e
DJ
11977 cat >conftest.$ac_ext <<_ACEOF
11978/* confdefs.h. */
11979_ACEOF
11980cat confdefs.h >>conftest.$ac_ext
11981cat >>conftest.$ac_ext <<_ACEOF
11982/* end confdefs.h. */
502bdb00 11983$ac_includes_default
42ecbf5e
DJ
11984int
11985main ()
11986{
502bdb00
JW
11987#ifndef free
11988 char *p = (char *) free;
11989#endif
11990
42ecbf5e
DJ
11991 ;
11992 return 0;
11993}
11994_ACEOF
11995rm -f conftest.$ac_objext
11996if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11997 (eval $ac_compile) 2>conftest.er1
11998 ac_status=$?
11999 grep -v '^ *+' conftest.er1 >conftest.err
12000 rm -f conftest.er1
12001 cat conftest.err >&5
12002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12003 (exit $ac_status); } &&
502bdb00
JW
12004 { ac_try='test -z "$ac_c_werror_flag"
12005 || test ! -s conftest.err'
42ecbf5e
DJ
12006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12007 (eval $ac_try) 2>&5
12008 ac_status=$?
12009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12010 (exit $ac_status); }; } &&
12011 { ac_try='test -s conftest.$ac_objext'
12012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12013 (eval $ac_try) 2>&5
12014 ac_status=$?
12015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12016 (exit $ac_status); }; }; then
502bdb00 12017 ac_cv_have_decl_free=yes
252b5132 12018else
42ecbf5e
DJ
12019 echo "$as_me: failed program was:" >&5
12020sed 's/^/| /' conftest.$ac_ext >&5
12021
502bdb00 12022ac_cv_have_decl_free=no
252b5132 12023fi
42ecbf5e 12024rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12025fi
502bdb00
JW
12026echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
12027echo "${ECHO_T}$ac_cv_have_decl_free" >&6
12028if test $ac_cv_have_decl_free = yes; then
252b5132 12029
502bdb00
JW
12030cat >>confdefs.h <<_ACEOF
12031#define HAVE_DECL_FREE 1
12032_ACEOF
42ecbf5e 12033
502bdb00
JW
12034
12035else
12036 cat >>confdefs.h <<_ACEOF
12037#define HAVE_DECL_FREE 0
42ecbf5e 12038_ACEOF
252b5132 12039
252b5132 12040
502bdb00
JW
12041fi
12042echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
12043echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
12044if test "${ac_cv_have_decl_sbrk+set}" = set; then
42ecbf5e 12045 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12046else
42ecbf5e
DJ
12047 cat >conftest.$ac_ext <<_ACEOF
12048/* confdefs.h. */
12049_ACEOF
12050cat confdefs.h >>conftest.$ac_ext
12051cat >>conftest.$ac_ext <<_ACEOF
12052/* end confdefs.h. */
502bdb00 12053$ac_includes_default
42ecbf5e
DJ
12054int
12055main ()
12056{
502bdb00
JW
12057#ifndef sbrk
12058 char *p = (char *) sbrk;
12059#endif
12060
42ecbf5e
DJ
12061 ;
12062 return 0;
12063}
12064_ACEOF
12065rm -f conftest.$ac_objext
12066if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12067 (eval $ac_compile) 2>conftest.er1
12068 ac_status=$?
12069 grep -v '^ *+' conftest.er1 >conftest.err
12070 rm -f conftest.er1
12071 cat conftest.err >&5
12072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12073 (exit $ac_status); } &&
502bdb00
JW
12074 { ac_try='test -z "$ac_c_werror_flag"
12075 || test ! -s conftest.err'
42ecbf5e
DJ
12076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12077 (eval $ac_try) 2>&5
12078 ac_status=$?
12079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12080 (exit $ac_status); }; } &&
12081 { ac_try='test -s conftest.$ac_objext'
12082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12083 (eval $ac_try) 2>&5
12084 ac_status=$?
12085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086 (exit $ac_status); }; }; then
502bdb00 12087 ac_cv_have_decl_sbrk=yes
252b5132 12088else
42ecbf5e
DJ
12089 echo "$as_me: failed program was:" >&5
12090sed 's/^/| /' conftest.$ac_ext >&5
12091
502bdb00 12092ac_cv_have_decl_sbrk=no
252b5132 12093fi
42ecbf5e 12094rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12095fi
502bdb00
JW
12096echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
12097echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
12098if test $ac_cv_have_decl_sbrk = yes; then
12099
12100cat >>confdefs.h <<_ACEOF
12101#define HAVE_DECL_SBRK 1
12102_ACEOF
252b5132 12103
42ecbf5e 12104
502bdb00
JW
12105else
12106 cat >>confdefs.h <<_ACEOF
12107#define HAVE_DECL_SBRK 0
42ecbf5e 12108_ACEOF
252b5132 12109
252b5132 12110
502bdb00
JW
12111fi
12112echo "$as_me:$LINENO: checking whether getenv is declared" >&5
12113echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
12114if test "${ac_cv_have_decl_getenv+set}" = set; then
42ecbf5e 12115 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12116else
42ecbf5e
DJ
12117 cat >conftest.$ac_ext <<_ACEOF
12118/* confdefs.h. */
12119_ACEOF
12120cat confdefs.h >>conftest.$ac_ext
12121cat >>conftest.$ac_ext <<_ACEOF
12122/* end confdefs.h. */
502bdb00 12123$ac_includes_default
42ecbf5e
DJ
12124int
12125main ()
12126{
502bdb00
JW
12127#ifndef getenv
12128 char *p = (char *) getenv;
12129#endif
12130
42ecbf5e
DJ
12131 ;
12132 return 0;
12133}
12134_ACEOF
12135rm -f conftest.$ac_objext
12136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12137 (eval $ac_compile) 2>conftest.er1
12138 ac_status=$?
12139 grep -v '^ *+' conftest.er1 >conftest.err
12140 rm -f conftest.er1
12141 cat conftest.err >&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); } &&
502bdb00
JW
12144 { ac_try='test -z "$ac_c_werror_flag"
12145 || test ! -s conftest.err'
42ecbf5e
DJ
12146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12147 (eval $ac_try) 2>&5
12148 ac_status=$?
12149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150 (exit $ac_status); }; } &&
12151 { ac_try='test -s conftest.$ac_objext'
12152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12153 (eval $ac_try) 2>&5
12154 ac_status=$?
12155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12156 (exit $ac_status); }; }; then
502bdb00 12157 ac_cv_have_decl_getenv=yes
252b5132 12158else
42ecbf5e
DJ
12159 echo "$as_me: failed program was:" >&5
12160sed 's/^/| /' conftest.$ac_ext >&5
12161
502bdb00 12162ac_cv_have_decl_getenv=no
252b5132 12163fi
42ecbf5e 12164rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12165fi
502bdb00
JW
12166echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
12167echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
12168if test $ac_cv_have_decl_getenv = yes; then
252b5132 12169
502bdb00
JW
12170cat >>confdefs.h <<_ACEOF
12171#define HAVE_DECL_GETENV 1
12172_ACEOF
42ecbf5e 12173
502bdb00
JW
12174
12175else
12176 cat >>confdefs.h <<_ACEOF
12177#define HAVE_DECL_GETENV 0
42ecbf5e 12178_ACEOF
252b5132 12179
252b5132 12180
502bdb00
JW
12181fi
12182echo "$as_me:$LINENO: checking whether environ is declared" >&5
12183echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
12184if test "${ac_cv_have_decl_environ+set}" = set; then
42ecbf5e 12185 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 12186else
42ecbf5e
DJ
12187 cat >conftest.$ac_ext <<_ACEOF
12188/* confdefs.h. */
12189_ACEOF
12190cat confdefs.h >>conftest.$ac_ext
12191cat >>conftest.$ac_ext <<_ACEOF
12192/* end confdefs.h. */
502bdb00 12193$ac_includes_default
42ecbf5e
DJ
12194int
12195main ()
12196{
502bdb00
JW
12197#ifndef environ
12198 char *p = (char *) environ;
12199#endif
12200
42ecbf5e
DJ
12201 ;
12202 return 0;
12203}
12204_ACEOF
12205rm -f conftest.$ac_objext
12206if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12207 (eval $ac_compile) 2>conftest.er1
12208 ac_status=$?
12209 grep -v '^ *+' conftest.er1 >conftest.err
12210 rm -f conftest.er1
12211 cat conftest.err >&5
12212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12213 (exit $ac_status); } &&
502bdb00
JW
12214 { ac_try='test -z "$ac_c_werror_flag"
12215 || test ! -s conftest.err'
42ecbf5e
DJ
12216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12217 (eval $ac_try) 2>&5
12218 ac_status=$?
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); }; } &&
12221 { ac_try='test -s conftest.$ac_objext'
12222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12223 (eval $ac_try) 2>&5
12224 ac_status=$?
12225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12226 (exit $ac_status); }; }; then
502bdb00 12227 ac_cv_have_decl_environ=yes
252b5132 12228else
42ecbf5e
DJ
12229 echo "$as_me: failed program was:" >&5
12230sed 's/^/| /' conftest.$ac_ext >&5
12231
502bdb00 12232ac_cv_have_decl_environ=no
252b5132 12233fi
42ecbf5e 12234rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12235fi
502bdb00
JW
12236echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
12237echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
12238if test $ac_cv_have_decl_environ = yes; then
252b5132 12239
502bdb00
JW
12240cat >>confdefs.h <<_ACEOF
12241#define HAVE_DECL_ENVIRON 1
12242_ACEOF
42ecbf5e 12243
502bdb00
JW
12244
12245else
12246 cat >>confdefs.h <<_ACEOF
12247#define HAVE_DECL_ENVIRON 0
42ecbf5e 12248_ACEOF
252b5132 12249
502bdb00 12250
252b5132
RH
12251fi
12252
12253
502bdb00 12254
597e2591
ILT
12255# When converting linker scripts into strings for use in emulation
12256# files, use astring.sed if the compiler supports ANSI string
12257# concatenation, or ostring.sed otherwise. This is to support the
12258# broken Microsoft MSVC compiler, which limits the length of string
12259# constants, while still supporting pre-ANSI compilers which do not
12260# support string concatenation.
42ecbf5e
DJ
12261echo "$as_me:$LINENO: checking whether ANSI C string concatenation works" >&5
12262echo $ECHO_N "checking whether ANSI C string concatenation works... $ECHO_C" >&6
12263if test "${ld_cv_string_concatenation+set}" = set; then
12264 echo $ECHO_N "(cached) $ECHO_C" >&6
12265else
12266 cat >conftest.$ac_ext <<_ACEOF
12267/* confdefs.h. */
12268_ACEOF
12269cat confdefs.h >>conftest.$ac_ext
12270cat >>conftest.$ac_ext <<_ACEOF
12271/* end confdefs.h. */
597e2591 12272
42ecbf5e
DJ
12273int
12274main ()
12275{
597e2591 12276char *a = "a" "a";
42ecbf5e
DJ
12277 ;
12278 return 0;
12279}
12280_ACEOF
12281rm -f conftest.$ac_objext
12282if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12283 (eval $ac_compile) 2>conftest.er1
12284 ac_status=$?
12285 grep -v '^ *+' conftest.er1 >conftest.err
12286 rm -f conftest.er1
12287 cat conftest.err >&5
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } &&
502bdb00
JW
12290 { ac_try='test -z "$ac_c_werror_flag"
12291 || test ! -s conftest.err'
42ecbf5e
DJ
12292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 (eval $ac_try) 2>&5
12294 ac_status=$?
12295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12296 (exit $ac_status); }; } &&
12297 { ac_try='test -s conftest.$ac_objext'
12298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12299 (eval $ac_try) 2>&5
12300 ac_status=$?
12301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12302 (exit $ac_status); }; }; then
e4dabd0e 12303 ld_cv_string_concatenation=yes
597e2591 12304else
42ecbf5e
DJ
12305 echo "$as_me: failed program was:" >&5
12306sed 's/^/| /' conftest.$ac_ext >&5
12307
12308ld_cv_string_concatenation=no
597e2591 12309fi
42ecbf5e 12310rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
597e2591
ILT
12311fi
12312
42ecbf5e
DJ
12313echo "$as_me:$LINENO: result: $ld_cv_string_concatenation" >&5
12314echo "${ECHO_T}$ld_cv_string_concatenation" >&6
e4dabd0e 12315if test "$ld_cv_string_concatenation" = "yes"; then
597e2591
ILT
12316 STRINGIFY=astring.sed
12317else
12318 STRINGIFY=ostring.sed
12319fi
12320
12321
252b5132
RH
12322# target-specific stuff:
12323
12324all_targets=
12325EMUL=
12326all_emuls=
12327all_emul_extras=
ba2be581 12328all_libpath=
252b5132
RH
12329
12330rm -f tdirs
12331
12332for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
12333do
12334 if test "$targ_alias" = "all"; then
12335 all_targets=true
12336 else
12337 # Canonicalize the secondary target names.
42ecbf5e 12338 result=`$ac_config_sub $targ_alias 2>/dev/null`
252b5132
RH
12339 if test -n "$result"; then
12340 targ=$result
12341 else
12342 targ=$targ_alias
12343 fi
12344
12345 . ${srcdir}/configure.tgt
12346
12347 if test "$targ" = "$target"; then
12348 EMUL=$targ_emul
12349 fi
12350
314e9a4e
L
12351 if test x${want64} = xfalse; then
12352 . ${srcdir}/../bfd/config.bfd
12353 fi
12354
534d3119
L
12355 if test x${want64} = xtrue; then
12356 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
12357 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
12358 fi
12359
3336653a 12360 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
252b5132
RH
12361 case " $all_emuls " in
12362 *" e${i}.o "*) ;;
12363 *)
12364 all_emuls="$all_emuls e${i}.o"
12365 eval result=\$tdir_$i
12366 test -z "$result" && result=$targ_alias
12367 echo tdir_$i=$result >> tdirs
12368 ;;
d15b04bd
L
12369 esac
12370 done
3336653a 12371
42ecbf5e
DJ
12372 for i in $targ_emul $targ_extra_libpath; do
12373 case " $all_libpath " in
12374 *" ${i} "*) ;;
12375 *)
12376 if test -z "$all_libpath"; then
12377 all_libpath=${i}
12378 else
12379 all_libpath="$all_libpath ${i}"
12380 fi
12381 ;;
12382 esac
12383 done
12384
12385 for i in $targ_extra_ofiles; do
12386 case " $all_emul_extras " in
12387 *" ${i} "*) ;;
12388 *)
12389 all_emul_extras="$all_emul_extras ${i}"
12390 ;;
12391 esac
12392 done
12393 fi
12394done
12395
12396
12397
12398TDIRS=tdirs
12399
12400
12401if test x${all_targets} = xtrue; then
314e9a4e
L
12402 if test x${want64} = xfalse; then
12403 echo "$as_me:$LINENO: checking for long" >&5
12404echo $ECHO_N "checking for long... $ECHO_C" >&6
12405if test "${ac_cv_type_long+set}" = set; then
12406 echo $ECHO_N "(cached) $ECHO_C" >&6
12407else
12408 cat >conftest.$ac_ext <<_ACEOF
12409/* confdefs.h. */
12410_ACEOF
12411cat confdefs.h >>conftest.$ac_ext
12412cat >>conftest.$ac_ext <<_ACEOF
12413/* end confdefs.h. */
12414$ac_includes_default
12415int
12416main ()
12417{
12418if ((long *) 0)
12419 return 0;
12420if (sizeof (long))
12421 return 0;
12422 ;
12423 return 0;
12424}
12425_ACEOF
12426rm -f conftest.$ac_objext
12427if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12428 (eval $ac_compile) 2>conftest.er1
12429 ac_status=$?
12430 grep -v '^ *+' conftest.er1 >conftest.err
12431 rm -f conftest.er1
12432 cat conftest.err >&5
12433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12434 (exit $ac_status); } &&
12435 { ac_try='test -z "$ac_c_werror_flag"
12436 || test ! -s conftest.err'
12437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12438 (eval $ac_try) 2>&5
12439 ac_status=$?
12440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12441 (exit $ac_status); }; } &&
12442 { ac_try='test -s conftest.$ac_objext'
12443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12444 (eval $ac_try) 2>&5
12445 ac_status=$?
12446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12447 (exit $ac_status); }; }; then
12448 ac_cv_type_long=yes
12449else
12450 echo "$as_me: failed program was:" >&5
12451sed 's/^/| /' conftest.$ac_ext >&5
12452
12453ac_cv_type_long=no
12454fi
12455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12456fi
12457echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12458echo "${ECHO_T}$ac_cv_type_long" >&6
12459
12460echo "$as_me:$LINENO: checking size of long" >&5
12461echo $ECHO_N "checking size of long... $ECHO_C" >&6
12462if test "${ac_cv_sizeof_long+set}" = set; then
12463 echo $ECHO_N "(cached) $ECHO_C" >&6
12464else
12465 if test "$ac_cv_type_long" = yes; then
12466 # The cast to unsigned long works around a bug in the HP C Compiler
12467 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12468 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12469 # This bug is HP SR number 8606223364.
12470 if test "$cross_compiling" = yes; then
12471 # Depending upon the size, compute the lo and hi bounds.
12472cat >conftest.$ac_ext <<_ACEOF
12473/* confdefs.h. */
12474_ACEOF
12475cat confdefs.h >>conftest.$ac_ext
12476cat >>conftest.$ac_ext <<_ACEOF
12477/* end confdefs.h. */
12478$ac_includes_default
12479int
12480main ()
12481{
12482static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12483test_array [0] = 0
12484
12485 ;
12486 return 0;
12487}
12488_ACEOF
12489rm -f conftest.$ac_objext
12490if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12491 (eval $ac_compile) 2>conftest.er1
12492 ac_status=$?
12493 grep -v '^ *+' conftest.er1 >conftest.err
12494 rm -f conftest.er1
12495 cat conftest.err >&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } &&
12498 { ac_try='test -z "$ac_c_werror_flag"
12499 || test ! -s conftest.err'
12500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12501 (eval $ac_try) 2>&5
12502 ac_status=$?
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); }; } &&
12505 { ac_try='test -s conftest.$ac_objext'
12506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12507 (eval $ac_try) 2>&5
12508 ac_status=$?
12509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12510 (exit $ac_status); }; }; then
12511 ac_lo=0 ac_mid=0
12512 while :; do
12513 cat >conftest.$ac_ext <<_ACEOF
12514/* confdefs.h. */
12515_ACEOF
12516cat confdefs.h >>conftest.$ac_ext
12517cat >>conftest.$ac_ext <<_ACEOF
12518/* end confdefs.h. */
12519$ac_includes_default
12520int
12521main ()
12522{
12523static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12524test_array [0] = 0
12525
12526 ;
12527 return 0;
12528}
12529_ACEOF
12530rm -f conftest.$ac_objext
12531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12532 (eval $ac_compile) 2>conftest.er1
12533 ac_status=$?
12534 grep -v '^ *+' conftest.er1 >conftest.err
12535 rm -f conftest.er1
12536 cat conftest.err >&5
12537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12538 (exit $ac_status); } &&
12539 { ac_try='test -z "$ac_c_werror_flag"
12540 || test ! -s conftest.err'
12541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12542 (eval $ac_try) 2>&5
12543 ac_status=$?
12544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545 (exit $ac_status); }; } &&
12546 { ac_try='test -s conftest.$ac_objext'
12547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548 (eval $ac_try) 2>&5
12549 ac_status=$?
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); }; }; then
12552 ac_hi=$ac_mid; break
12553else
12554 echo "$as_me: failed program was:" >&5
12555sed 's/^/| /' conftest.$ac_ext >&5
12556
12557ac_lo=`expr $ac_mid + 1`
12558 if test $ac_lo -le $ac_mid; then
12559 ac_lo= ac_hi=
12560 break
12561 fi
12562 ac_mid=`expr 2 '*' $ac_mid + 1`
12563fi
12564rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12565 done
12566else
12567 echo "$as_me: failed program was:" >&5
12568sed 's/^/| /' conftest.$ac_ext >&5
12569
12570cat >conftest.$ac_ext <<_ACEOF
12571/* confdefs.h. */
12572_ACEOF
12573cat confdefs.h >>conftest.$ac_ext
12574cat >>conftest.$ac_ext <<_ACEOF
12575/* end confdefs.h. */
12576$ac_includes_default
12577int
12578main ()
12579{
12580static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12581test_array [0] = 0
12582
12583 ;
12584 return 0;
12585}
12586_ACEOF
12587rm -f conftest.$ac_objext
12588if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12589 (eval $ac_compile) 2>conftest.er1
12590 ac_status=$?
12591 grep -v '^ *+' conftest.er1 >conftest.err
12592 rm -f conftest.er1
12593 cat conftest.err >&5
12594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12595 (exit $ac_status); } &&
12596 { ac_try='test -z "$ac_c_werror_flag"
12597 || test ! -s conftest.err'
12598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12599 (eval $ac_try) 2>&5
12600 ac_status=$?
12601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602 (exit $ac_status); }; } &&
12603 { ac_try='test -s conftest.$ac_objext'
12604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12605 (eval $ac_try) 2>&5
12606 ac_status=$?
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); }; }; then
12609 ac_hi=-1 ac_mid=-1
12610 while :; do
12611 cat >conftest.$ac_ext <<_ACEOF
12612/* confdefs.h. */
12613_ACEOF
12614cat confdefs.h >>conftest.$ac_ext
12615cat >>conftest.$ac_ext <<_ACEOF
12616/* end confdefs.h. */
12617$ac_includes_default
12618int
12619main ()
12620{
12621static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12622test_array [0] = 0
12623
12624 ;
12625 return 0;
12626}
12627_ACEOF
12628rm -f conftest.$ac_objext
12629if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12630 (eval $ac_compile) 2>conftest.er1
12631 ac_status=$?
12632 grep -v '^ *+' conftest.er1 >conftest.err
12633 rm -f conftest.er1
12634 cat conftest.err >&5
12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12636 (exit $ac_status); } &&
12637 { ac_try='test -z "$ac_c_werror_flag"
12638 || test ! -s conftest.err'
12639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12640 (eval $ac_try) 2>&5
12641 ac_status=$?
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); }; } &&
12644 { ac_try='test -s conftest.$ac_objext'
12645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12646 (eval $ac_try) 2>&5
12647 ac_status=$?
12648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12649 (exit $ac_status); }; }; then
12650 ac_lo=$ac_mid; break
12651else
12652 echo "$as_me: failed program was:" >&5
12653sed 's/^/| /' conftest.$ac_ext >&5
12654
12655ac_hi=`expr '(' $ac_mid ')' - 1`
12656 if test $ac_mid -le $ac_hi; then
12657 ac_lo= ac_hi=
12658 break
12659 fi
12660 ac_mid=`expr 2 '*' $ac_mid`
12661fi
12662rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12663 done
12664else
12665 echo "$as_me: failed program was:" >&5
12666sed 's/^/| /' conftest.$ac_ext >&5
12667
12668ac_lo= ac_hi=
12669fi
12670rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12671fi
12672rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12673# Binary search between lo and hi bounds.
12674while test "x$ac_lo" != "x$ac_hi"; do
12675 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12676 cat >conftest.$ac_ext <<_ACEOF
12677/* confdefs.h. */
12678_ACEOF
12679cat confdefs.h >>conftest.$ac_ext
12680cat >>conftest.$ac_ext <<_ACEOF
12681/* end confdefs.h. */
12682$ac_includes_default
12683int
12684main ()
12685{
12686static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12687test_array [0] = 0
12688
12689 ;
12690 return 0;
12691}
12692_ACEOF
12693rm -f conftest.$ac_objext
12694if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12695 (eval $ac_compile) 2>conftest.er1
12696 ac_status=$?
12697 grep -v '^ *+' conftest.er1 >conftest.err
12698 rm -f conftest.er1
12699 cat conftest.err >&5
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); } &&
12702 { ac_try='test -z "$ac_c_werror_flag"
12703 || test ! -s conftest.err'
12704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12705 (eval $ac_try) 2>&5
12706 ac_status=$?
12707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12708 (exit $ac_status); }; } &&
12709 { ac_try='test -s conftest.$ac_objext'
12710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12711 (eval $ac_try) 2>&5
12712 ac_status=$?
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); }; }; then
12715 ac_hi=$ac_mid
12716else
12717 echo "$as_me: failed program was:" >&5
12718sed 's/^/| /' conftest.$ac_ext >&5
12719
12720ac_lo=`expr '(' $ac_mid ')' + 1`
12721fi
12722rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12723done
12724case $ac_lo in
12725?*) ac_cv_sizeof_long=$ac_lo;;
12726'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12727See \`config.log' for more details." >&5
12728echo "$as_me: error: cannot compute sizeof (long), 77
12729See \`config.log' for more details." >&2;}
12730 { (exit 1); exit 1; }; } ;;
12731esac
12732else
12733 if test "$cross_compiling" = yes; then
12734 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12735See \`config.log' for more details." >&5
12736echo "$as_me: error: cannot run test program while cross compiling
12737See \`config.log' for more details." >&2;}
12738 { (exit 1); exit 1; }; }
12739else
12740 cat >conftest.$ac_ext <<_ACEOF
12741/* confdefs.h. */
12742_ACEOF
12743cat confdefs.h >>conftest.$ac_ext
12744cat >>conftest.$ac_ext <<_ACEOF
12745/* end confdefs.h. */
12746$ac_includes_default
12747long longval () { return (long) (sizeof (long)); }
12748unsigned long ulongval () { return (long) (sizeof (long)); }
12749#include <stdio.h>
12750#include <stdlib.h>
12751int
12752main ()
12753{
12754
12755 FILE *f = fopen ("conftest.val", "w");
12756 if (! f)
12757 exit (1);
12758 if (((long) (sizeof (long))) < 0)
12759 {
12760 long i = longval ();
12761 if (i != ((long) (sizeof (long))))
12762 exit (1);
12763 fprintf (f, "%ld\n", i);
12764 }
12765 else
12766 {
12767 unsigned long i = ulongval ();
12768 if (i != ((long) (sizeof (long))))
12769 exit (1);
12770 fprintf (f, "%lu\n", i);
12771 }
12772 exit (ferror (f) || fclose (f) != 0);
12773
12774 ;
12775 return 0;
12776}
12777_ACEOF
12778rm -f conftest$ac_exeext
12779if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12780 (eval $ac_link) 2>&5
12781 ac_status=$?
12782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12783 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12785 (eval $ac_try) 2>&5
12786 ac_status=$?
12787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12788 (exit $ac_status); }; }; then
12789 ac_cv_sizeof_long=`cat conftest.val`
12790else
12791 echo "$as_me: program exited with status $ac_status" >&5
12792echo "$as_me: failed program was:" >&5
12793sed 's/^/| /' conftest.$ac_ext >&5
12794
12795( exit $ac_status )
12796{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12797See \`config.log' for more details." >&5
12798echo "$as_me: error: cannot compute sizeof (long), 77
12799See \`config.log' for more details." >&2;}
12800 { (exit 1); exit 1; }; }
12801fi
12802rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12803fi
12804fi
12805rm -f conftest.val
12806else
12807 ac_cv_sizeof_long=0
12808fi
12809fi
12810echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
12811echo "${ECHO_T}$ac_cv_sizeof_long" >&6
12812cat >>confdefs.h <<_ACEOF
12813#define SIZEOF_LONG $ac_cv_sizeof_long
12814_ACEOF
12815
12816
12817 if test "x${ac_cv_sizeof_long}" = "x8"; then
12818 want64=true
12819 fi
12820 fi
42ecbf5e
DJ
12821 if test x${want64} = xtrue; then
12822 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
12823 else
12824 EMULATION_OFILES='$(ALL_EMULATIONS)'
12825 fi
12826 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
12827else
12828 EMULATION_OFILES=$all_emuls
12829 EMUL_EXTRA_OFILES=$all_emul_extras
12830fi
12831
12832
12833
12834
12835EMULATION_LIBPATH=$all_libpath
12836
12837
12838if test x${enable_static} = xno; then
12839 TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
12840else
12841 TESTBFDLIB="../bfd/.libs/libbfd.a"
12842fi
12843
12844
12845target_vendor=${target_vendor=$host_vendor}
12846case "$target_vendor" in
12847 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
12848 *) EXTRA_SHLIB_EXTENSION= ;;
12849esac
12850
12851case "$target_os" in
12852 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
12853esac
12854
12855if test x${EXTRA_SHLIB_EXTENSION} != x ; then
12856
12857cat >>confdefs.h <<_ACEOF
12858#define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
12859_ACEOF
12860
12861fi
12862
108a6f8e
CD
12863
12864
12865
12866
42ecbf5e 12867 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
42ecbf5e
DJ
12868cat >confcache <<\_ACEOF
12869# This file is a shell script that caches the results of configure
12870# tests run on this system so they can be shared between configure
12871# scripts and configure runs, see configure's option --config-cache.
12872# It is not useful on other systems. If it contains results you don't
12873# want to keep, you may remove or edit it.
12874#
12875# config.status only pays attention to the cache file if you give it
12876# the --recheck option to rerun configure.
12877#
12878# `ac_cv_env_foo' variables (set or unset) will be overridden when
12879# loading this file, other *unset* `ac_cv_foo' will be assigned the
12880# following values.
12881
12882_ACEOF
12883
12884# The following way of writing the cache mishandles newlines in values,
12885# but we know of no workaround that is simple, portable, and efficient.
12886# So, don't put newlines in cache variables' values.
12887# Ultrix sh set writes to stderr and can't be redirected directly,
12888# and sets the high bit in the cache file unless we assign to the vars.
12889{
12890 (set) 2>&1 |
12891 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12892 *ac_space=\ *)
12893 # `set' does not quote correctly, so add quotes (double-quote
12894 # substitution turns \\\\ into \\, and sed turns \\ into \).
12895 sed -n \
12896 "s/'/'\\\\''/g;
12897 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12898 ;;
12899 *)
12900 # `set' quotes correctly as required by POSIX, so do not add quotes.
12901 sed -n \
12902 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12903 ;;
12904 esac;
12905} |
12906 sed '
12907 t clear
12908 : clear
12909 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12910 t end
12911 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12912 : end' >>confcache
12913if diff $cache_file confcache >/dev/null 2>&1; then :; else
12914 if test -w $cache_file; then
12915 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12916 cat confcache >$cache_file
12917 else
12918 echo "not updating unwritable cache $cache_file"
12919 fi
12920fi
12921rm -f confcache
12922
12923test "x$prefix" = xNONE && prefix=$ac_default_prefix
12924# Let make expand exec_prefix.
12925test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12926
12927# VPATH may cause trouble with some makes, so we remove $(srcdir),
12928# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12929# trailing colons and then remove the whole line if VPATH becomes empty
12930# (actually we leave an empty line to preserve line numbers).
12931if test "x$srcdir" = x.; then
12932 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12933s/:*\$(srcdir):*/:/;
12934s/:*\${srcdir}:*/:/;
12935s/:*@srcdir@:*/:/;
12936s/^\([^=]*=[ ]*\):*/\1/;
12937s/:*$//;
12938s/^[^=]*=[ ]*$//;
12939}'
12940fi
12941
12942DEFS=-DHAVE_CONFIG_H
12943
12944ac_libobjs=
12945ac_ltlibobjs=
12946for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12947 # 1. Remove the extension, and $U if already installed.
12948 ac_i=`echo "$ac_i" |
12949 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12950 # 2. Add them.
12951 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
12952 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
12953done
12954LIBOBJS=$ac_libobjs
12955
12956LTLIBOBJS=$ac_ltlibobjs
12957
12958
12959if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12960 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
12961Usually this means the macro was only invoked conditionally." >&5
12962echo "$as_me: error: conditional \"AMDEP\" was never defined.
12963Usually this means the macro was only invoked conditionally." >&2;}
12964 { (exit 1); exit 1; }; }
12965fi
12966if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12967 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
12968Usually this means the macro was only invoked conditionally." >&5
12969echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
12970Usually this means the macro was only invoked conditionally." >&2;}
12971 { (exit 1); exit 1; }; }
12972fi
12973if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12974 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
12975Usually this means the macro was only invoked conditionally." >&5
12976echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
12977Usually this means the macro was only invoked conditionally." >&2;}
12978 { (exit 1); exit 1; }; }
12979fi
d5fbea21
DJ
12980if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
12981 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
12982Usually this means the macro was only invoked conditionally." >&5
12983echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
12984Usually this means the macro was only invoked conditionally." >&2;}
12985 { (exit 1); exit 1; }; }
12986fi
42ecbf5e
DJ
12987
12988: ${CONFIG_STATUS=./config.status}
12989ac_clean_files_save=$ac_clean_files
12990ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12991{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12992echo "$as_me: creating $CONFIG_STATUS" >&6;}
12993cat >$CONFIG_STATUS <<_ACEOF
12994#! $SHELL
12995# Generated by $as_me.
12996# Run this file to recreate the current configuration.
12997# Compiler output produced by configure, useful for debugging
12998# configure, is in config.log if it exists.
12999
13000debug=false
13001ac_cs_recheck=false
13002ac_cs_silent=false
13003SHELL=\${CONFIG_SHELL-$SHELL}
13004_ACEOF
13005
13006cat >>$CONFIG_STATUS <<\_ACEOF
13007## --------------------- ##
13008## M4sh Initialization. ##
13009## --------------------- ##
13010
13011# Be Bourne compatible
13012if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13013 emulate sh
13014 NULLCMD=:
13015 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13016 # is contrary to our usage. Disable this feature.
13017 alias -g '${1+"$@"}'='"$@"'
13018elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13019 set -o posix
13020fi
13021DUALCASE=1; export DUALCASE # for MKS sh
13022
13023# Support unset when possible.
13024if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13025 as_unset=unset
13026else
13027 as_unset=false
13028fi
13029
13030
13031# Work around bugs in pre-3.0 UWIN ksh.
13032$as_unset ENV MAIL MAILPATH
13033PS1='$ '
13034PS2='> '
13035PS4='+ '
13036
13037# NLS nuisances.
13038for as_var in \
13039 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13040 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13041 LC_TELEPHONE LC_TIME
13042do
13043 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13044 eval $as_var=C; export $as_var
13045 else
13046 $as_unset $as_var
13047 fi
13048done
13049
13050# Required to use basename.
13051if expr a : '\(a\)' >/dev/null 2>&1; then
13052 as_expr=expr
13053else
13054 as_expr=false
13055fi
13056
13057if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13058 as_basename=basename
13059else
13060 as_basename=false
13061fi
13062
13063
13064# Name of the executable.
13065as_me=`$as_basename "$0" ||
13066$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13067 X"$0" : 'X\(//\)$' \| \
13068 X"$0" : 'X\(/\)$' \| \
13069 . : '\(.\)' 2>/dev/null ||
13070echo X/"$0" |
13071 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13072 /^X\/\(\/\/\)$/{ s//\1/; q; }
13073 /^X\/\(\/\).*/{ s//\1/; q; }
13074 s/.*/./; q'`
13075
13076
13077# PATH needs CR, and LINENO needs CR and PATH.
13078# Avoid depending upon Character Ranges.
13079as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13080as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13081as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13082as_cr_digits='0123456789'
13083as_cr_alnum=$as_cr_Letters$as_cr_digits
13084
13085# The user is always right.
13086if test "${PATH_SEPARATOR+set}" != set; then
13087 echo "#! /bin/sh" >conf$$.sh
13088 echo "exit 0" >>conf$$.sh
13089 chmod +x conf$$.sh
13090 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13091 PATH_SEPARATOR=';'
13092 else
13093 PATH_SEPARATOR=:
13094 fi
13095 rm -f conf$$.sh
13096fi
13097
e5a52504 13098
42ecbf5e
DJ
13099 as_lineno_1=$LINENO
13100 as_lineno_2=$LINENO
13101 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13102 test "x$as_lineno_1" != "x$as_lineno_2" &&
13103 test "x$as_lineno_3" = "x$as_lineno_2" || {
13104 # Find who we are. Look in the path if we contain no path at all
13105 # relative or not.
13106 case $0 in
13107 *[\\/]* ) as_myself=$0 ;;
13108 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13109for as_dir in $PATH
13110do
13111 IFS=$as_save_IFS
13112 test -z "$as_dir" && as_dir=.
13113 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13114done
13115
13116 ;;
13117 esac
13118 # We did not find ourselves, most probably we were run as `sh COMMAND'
13119 # in which case we are not to be found in the path.
13120 if test "x$as_myself" = x; then
13121 as_myself=$0
13122 fi
13123 if test ! -f "$as_myself"; then
13124 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13125echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13126 { (exit 1); exit 1; }; }
252b5132 13127 fi
42ecbf5e
DJ
13128 case $CONFIG_SHELL in
13129 '')
13130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13132do
13133 IFS=$as_save_IFS
13134 test -z "$as_dir" && as_dir=.
13135 for as_base in sh bash ksh sh5; do
13136 case $as_dir in
13137 /*)
13138 if ("$as_dir/$as_base" -c '
13139 as_lineno_1=$LINENO
13140 as_lineno_2=$LINENO
13141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13142 test "x$as_lineno_1" != "x$as_lineno_2" &&
13143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13146 CONFIG_SHELL=$as_dir/$as_base
13147 export CONFIG_SHELL
13148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13149 fi;;
13150 esac
13151 done
252b5132 13152done
42ecbf5e
DJ
13153;;
13154 esac
252b5132 13155
42ecbf5e
DJ
13156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13157 # uniformly replaced by the line number. The first 'sed' inserts a
13158 # line-number line before each line; the second 'sed' does the real
13159 # work. The second script uses 'N' to pair each line-number line
13160 # with the numbered line, and appends trailing '-' during
13161 # substitution so that $LINENO is not a special case at line end.
13162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13164 sed '=' <$as_myself |
13165 sed '
13166 N
13167 s,$,-,
13168 : loop
13169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13170 t loop
13171 s,-$,,
13172 s,^['$as_cr_digits']*\n,,
13173 ' >$as_me.lineno &&
13174 chmod +x $as_me.lineno ||
13175 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13176echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13177 { (exit 1); exit 1; }; }
13178
13179 # Don't try to exec as it changes $[0], causing all sort of problems
13180 # (the dirname of $[0] is not the place where we might find the
13181 # original and so on. Autoconf is especially sensible to this).
13182 . ./$as_me.lineno
13183 # Exit status is that of the last command.
13184 exit
13185}
252b5132
RH
13186
13187
42ecbf5e
DJ
13188case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13189 *c*,-n*) ECHO_N= ECHO_C='
13190' ECHO_T=' ' ;;
13191 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13192 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13193esac
252b5132 13194
42ecbf5e
DJ
13195if expr a : '\(a\)' >/dev/null 2>&1; then
13196 as_expr=expr
13197else
13198 as_expr=false
13199fi
252b5132 13200
42ecbf5e
DJ
13201rm -f conf$$ conf$$.exe conf$$.file
13202echo >conf$$.file
13203if ln -s conf$$.file conf$$ 2>/dev/null; then
13204 # We could just check for DJGPP; but this test a) works b) is more generic
13205 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13206 if test -f conf$$.exe; then
13207 # Don't use ln at all; we don't have any links
13208 as_ln_s='cp -p'
252b5132 13209 else
42ecbf5e 13210 as_ln_s='ln -s'
252b5132 13211 fi
42ecbf5e
DJ
13212elif ln conf$$.file conf$$ 2>/dev/null; then
13213 as_ln_s=ln
e5a52504 13214else
42ecbf5e 13215 as_ln_s='cp -p'
e5a52504 13216fi
42ecbf5e 13217rm -f conf$$ conf$$.exe conf$$.file
252b5132 13218
42ecbf5e
DJ
13219if mkdir -p . 2>/dev/null; then
13220 as_mkdir_p=:
13221else
13222 test -d ./-p && rmdir ./-p
13223 as_mkdir_p=false
13224fi
252b5132 13225
42ecbf5e 13226as_executable_p="test -f"
252b5132 13227
42ecbf5e
DJ
13228# Sed expression to map a string onto a valid CPP name.
13229as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
f234d5fe 13230
42ecbf5e
DJ
13231# Sed expression to map a string onto a valid variable name.
13232as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
e5a52504 13233
e5a52504 13234
42ecbf5e
DJ
13235# IFS
13236# We need space, tab and new line, in precisely that order.
13237as_nl='
13238'
13239IFS=" $as_nl"
e5a52504 13240
42ecbf5e
DJ
13241# CDPATH.
13242$as_unset CDPATH
e5a52504 13243
42ecbf5e 13244exec 6>&1
e5a52504 13245
42ecbf5e
DJ
13246# Open the log real soon, to keep \$[0] and so on meaningful, and to
13247# report actual input values of CONFIG_FILES etc. instead of their
13248# values after options handling. Logging --version etc. is OK.
13249exec 5>>config.log
13250{
13251 echo
13252 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13253## Running $as_me. ##
13254_ASBOX
13255} >&5
13256cat >&5 <<_CSEOF
e5a52504 13257
42ecbf5e
DJ
13258This file was extended by $as_me, which was
13259generated by GNU Autoconf 2.59. Invocation command line was
13260
13261 CONFIG_FILES = $CONFIG_FILES
13262 CONFIG_HEADERS = $CONFIG_HEADERS
13263 CONFIG_LINKS = $CONFIG_LINKS
13264 CONFIG_COMMANDS = $CONFIG_COMMANDS
13265 $ $0 $@
e5a52504 13266
42ecbf5e
DJ
13267_CSEOF
13268echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13269echo >&5
13270_ACEOF
13271
13272# Files that config.status was made for.
13273if test -n "$ac_config_files"; then
13274 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
d15b04bd 13275fi
e5a52504 13276
42ecbf5e
DJ
13277if test -n "$ac_config_headers"; then
13278 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13279fi
13280
13281if test -n "$ac_config_links"; then
13282 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13283fi
13284
13285if test -n "$ac_config_commands"; then
13286 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13287fi
13288
13289cat >>$CONFIG_STATUS <<\_ACEOF
13290
13291ac_cs_usage="\
13292\`$as_me' instantiates files from templates according to the
13293current configuration.
13294
13295Usage: $0 [OPTIONS] [FILE]...
13296
13297 -h, --help print this help, then exit
13298 -V, --version print version number, then exit
13299 -q, --quiet do not print progress messages
13300 -d, --debug don't remove temporary files
13301 --recheck update $as_me by reconfiguring in the same conditions
13302 --file=FILE[:TEMPLATE]
13303 instantiate the configuration file FILE
13304 --header=FILE[:TEMPLATE]
13305 instantiate the configuration header FILE
13306
13307Configuration files:
13308$config_files
13309
13310Configuration headers:
13311$config_headers
13312
13313Configuration commands:
13314$config_commands
13315
13316Report bugs to <bug-autoconf@gnu.org>."
13317_ACEOF
13318
13319cat >>$CONFIG_STATUS <<_ACEOF
13320ac_cs_version="\\
13321config.status
13322configured by $0, generated by GNU Autoconf 2.59,
13323 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13324
13325Copyright (C) 2003 Free Software Foundation, Inc.
13326This config.status script is free software; the Free Software Foundation
13327gives unlimited permission to copy, distribute and modify it."
13328srcdir=$srcdir
13329INSTALL="$INSTALL"
13330_ACEOF
13331
13332cat >>$CONFIG_STATUS <<\_ACEOF
13333# If no file are specified by the user, then we need to provide default
13334# value. By we need to know if files were specified by the user.
13335ac_need_defaults=:
13336while test $# != 0
13337do
13338 case $1 in
13339 --*=*)
13340 ac_option=`expr "x$1" : 'x\([^=]*\)='`
13341 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13342 ac_shift=:
252b5132 13343 ;;
42ecbf5e
DJ
13344 -*)
13345 ac_option=$1
13346 ac_optarg=$2
13347 ac_shift=shift
252b5132 13348 ;;
42ecbf5e
DJ
13349 *) # This is not an option, so the user has probably given explicit
13350 # arguments.
13351 ac_option=$1
13352 ac_need_defaults=false;;
13353 esac
252b5132 13354
42ecbf5e
DJ
13355 case $ac_option in
13356 # Handling of the options.
13357_ACEOF
13358cat >>$CONFIG_STATUS <<\_ACEOF
13359 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13360 ac_cs_recheck=: ;;
13361 --version | --vers* | -V )
13362 echo "$ac_cs_version"; exit 0 ;;
13363 --he | --h)
13364 # Conflict between --help and --header
13365 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13366Try \`$0 --help' for more information." >&5
13367echo "$as_me: error: ambiguous option: $1
13368Try \`$0 --help' for more information." >&2;}
13369 { (exit 1); exit 1; }; };;
13370 --help | --hel | -h )
13371 echo "$ac_cs_usage"; exit 0 ;;
13372 --debug | --d* | -d )
13373 debug=: ;;
13374 --file | --fil | --fi | --f )
13375 $ac_shift
13376 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13377 ac_need_defaults=false;;
13378 --header | --heade | --head | --hea )
13379 $ac_shift
13380 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13381 ac_need_defaults=false;;
13382 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13383 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13384 ac_cs_silent=: ;;
252b5132 13385
42ecbf5e
DJ
13386 # This is an error.
13387 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13388Try \`$0 --help' for more information." >&5
13389echo "$as_me: error: unrecognized option: $1
13390Try \`$0 --help' for more information." >&2;}
13391 { (exit 1); exit 1; }; } ;;
252b5132 13392
42ecbf5e 13393 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 13394
42ecbf5e
DJ
13395 esac
13396 shift
13397done
d15b04bd 13398
42ecbf5e 13399ac_configure_extra_args=
e5a52504 13400
42ecbf5e
DJ
13401if $ac_cs_silent; then
13402 exec 6>/dev/null
13403 ac_configure_extra_args="$ac_configure_extra_args --silent"
13404fi
e5a52504 13405
42ecbf5e
DJ
13406_ACEOF
13407cat >>$CONFIG_STATUS <<_ACEOF
13408if \$ac_cs_recheck; then
13409 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13410 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13411fi
13412
13413_ACEOF
13414
13415cat >>$CONFIG_STATUS <<_ACEOF
252b5132 13416#
42ecbf5e 13417# INIT-COMMANDS section.
252b5132 13418#
252b5132 13419
42ecbf5e 13420AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
13421
13422
13423# The HP-UX ksh and POSIX shell print the target directory to stdout
13424# if CDPATH is set.
13425(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13426
13427sed_quote_subst='$sed_quote_subst'
13428double_quote_subst='$double_quote_subst'
13429delay_variable_subst='$delay_variable_subst'
13430macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
13431macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
13432enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
13433enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
13434pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
13435enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
13436host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
13437host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
13438host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
13439build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
13440build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
13441build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
13442SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
13443Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
13444GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
13445EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
13446FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
13447LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
13448NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
13449LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
13450max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
13451ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
13452exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
13453lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
13454lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
13455lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
13456reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
13457reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13458deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
13459file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
13460AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
13461AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13462STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
13463RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
13464old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13465old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13466old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13467CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
13468CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13469compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
13470GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
13471lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
13472lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
13473lt_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"`'
13474objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
13475SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
13476ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
13477MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
13478lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
13479lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
13480lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
13481lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
13482lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
13483need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
13484libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
13485shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13486extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13487archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
13488enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
13489export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13490whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13491compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
13492old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13493old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13494archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13495archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13496module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13497module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13498with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
13499allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13500no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13501hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13502hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
13503hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
13504hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
13505hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
13506hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
13507hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13508hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
13509inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
13510link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
13511fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
13512always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
13513export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13514exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13515include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13516prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13517file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
13518variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
13519need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
13520need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
13521version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
13522runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13523shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13524shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
13525libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13526library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
13527soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13528postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13529postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13530finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13531finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
13532hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
13533sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13534sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13535hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
13536enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
13537enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
13538enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
13539old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
13540striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
13541
13542LTCC='$LTCC'
13543LTCFLAGS='$LTCFLAGS'
13544compiler='$compiler_DEFAULT'
13545
13546# Quote evaled strings.
13547for var in SED \
13548GREP \
13549EGREP \
13550FGREP \
13551LD \
13552NM \
13553LN_S \
13554lt_SP2NL \
13555lt_NL2SP \
13556reload_flag \
13557deplibs_check_method \
13558file_magic_cmd \
13559AR \
13560AR_FLAGS \
13561STRIP \
13562RANLIB \
13563CC \
13564CFLAGS \
13565compiler \
13566lt_cv_sys_global_symbol_pipe \
13567lt_cv_sys_global_symbol_to_cdecl \
13568lt_cv_sys_global_symbol_to_c_name_address \
13569SHELL \
13570ECHO \
13571lt_prog_compiler_no_builtin_flag \
13572lt_prog_compiler_wl \
13573lt_prog_compiler_pic \
13574lt_prog_compiler_static \
13575lt_cv_prog_compiler_c_o \
13576need_locks \
13577shrext_cmds \
13578export_dynamic_flag_spec \
13579whole_archive_flag_spec \
13580compiler_needs_object \
13581with_gnu_ld \
13582allow_undefined_flag \
13583no_undefined_flag \
13584hardcode_libdir_flag_spec \
13585hardcode_libdir_flag_spec_ld \
13586hardcode_libdir_separator \
13587fix_srcfile_path \
13588exclude_expsyms \
13589include_expsyms \
13590file_list_spec \
13591variables_saved_for_relink \
13592libname_spec \
13593library_names_spec \
13594soname_spec \
13595finish_eval \
13596old_striplib \
13597striplib; do
13598 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13599 *[\\\\\\\`\\"\\\$]*)
13600 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13601 ;;
13602 *)
13603 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13604 ;;
13605 esac
13606done
13607
13608# Double-quote double-evaled strings.
13609for var in reload_cmds \
13610old_postinstall_cmds \
13611old_postuninstall_cmds \
13612old_archive_cmds \
13613extract_expsyms_cmds \
13614old_archive_from_new_cmds \
13615old_archive_from_expsyms_cmds \
13616archive_cmds \
13617archive_expsym_cmds \
13618module_cmds \
13619module_expsym_cmds \
13620export_symbols_cmds \
13621prelink_cmds \
13622postinstall_cmds \
13623postuninstall_cmds \
13624finish_cmds \
13625sys_lib_search_path_spec \
13626sys_lib_dlsearch_path_spec; do
13627 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13628 *[\\\\\\\`\\"\\\$]*)
13629 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13630 ;;
13631 *)
13632 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13633 ;;
13634 esac
13635done
13636
13637# Fix-up fallback echo if it was mangled by the above quoting rules.
13638case \$lt_ECHO in
13639*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
13640 ;;
13641esac
13642
13643ac_aux_dir='$ac_aux_dir'
13644xsi_shell='$xsi_shell'
13645lt_shell_append='$lt_shell_append'
13646
13647# See if we are running on zsh, and set the options which allow our
13648# commands through without removal of \ escapes INIT.
13649if test -n "\${ZSH_VERSION+set}" ; then
13650 setopt NO_GLOB_SUBST
13651fi
13652
13653
13654 PACKAGE='$PACKAGE'
13655 VERSION='$VERSION'
13656 TIMESTAMP='$TIMESTAMP'
13657 RM='$RM'
13658 ofile='$ofile'
13659
13660
13661
20e95c23
DJ
13662# Capture the value of obsolete ALL_LINGUAS because we need it to compute
13663 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13664 # from automake.
13665 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13666 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13667 LINGUAS="${LINGUAS-%UNSET%}"
13668
42ecbf5e
DJ
13669
13670_ACEOF
13671
13672
13673
13674cat >>$CONFIG_STATUS <<\_ACEOF
13675for ac_config_target in $ac_config_targets
252b5132 13676do
42ecbf5e
DJ
13677 case "$ac_config_target" in
13678 # Handling of arguments.
13679 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13680 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13681 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
d7040cdb 13682 "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
20e95c23 13683 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
42ecbf5e
DJ
13684 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13685 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13686echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13687 { (exit 1); exit 1; }; };;
252b5132
RH
13688 esac
13689done
13690
42ecbf5e
DJ
13691# If the user did not use the arguments to specify the items to instantiate,
13692# then the envvar interface is used. Set only those that are not.
13693# We use the long form for the default assignment because of an extremely
13694# bizarre bug on SunOS 4.1.3.
13695if $ac_need_defaults; then
13696 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13697 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13698 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13699fi
13700
13701# Have a temporary directory for convenience. Make it in the build tree
13702# simply because there is no reason to put it here, and in addition,
13703# creating and moving files from /tmp can sometimes cause problems.
13704# Create a temporary directory, and hook for its removal unless debugging.
13705$debug ||
13706{
13707 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13708 trap '{ (exit 1); exit 1; }' 1 2 13 15
13709}
13710
13711# Create a (secure) tmp directory for tmp files.
e5a52504 13712
42ecbf5e
DJ
13713{
13714 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13715 test -n "$tmp" && test -d "$tmp"
13716} ||
13717{
13718 tmp=./confstat$$-$RANDOM
13719 (umask 077 && mkdir $tmp)
13720} ||
13721{
13722 echo "$me: cannot create a temporary directory in ." >&2
13723 { (exit 1); exit 1; }
13724}
e5a52504 13725
42ecbf5e 13726_ACEOF
d15b04bd 13727
42ecbf5e
DJ
13728cat >>$CONFIG_STATUS <<_ACEOF
13729
13730#
13731# CONFIG_FILES section.
13732#
13733
13734# No need to generate the scripts if there are no CONFIG_FILES.
13735# This happens for instance when ./config.status config.h
13736if test -n "\$CONFIG_FILES"; then
13737 # Protect against being on the right side of a sed subst in config.status.
13738 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13739 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13740s,@SHELL@,$SHELL,;t t
13741s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13742s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13743s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13744s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13745s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13746s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13747s,@exec_prefix@,$exec_prefix,;t t
13748s,@prefix@,$prefix,;t t
13749s,@program_transform_name@,$program_transform_name,;t t
13750s,@bindir@,$bindir,;t t
13751s,@sbindir@,$sbindir,;t t
13752s,@libexecdir@,$libexecdir,;t t
13753s,@datadir@,$datadir,;t t
13754s,@sysconfdir@,$sysconfdir,;t t
13755s,@sharedstatedir@,$sharedstatedir,;t t
13756s,@localstatedir@,$localstatedir,;t t
13757s,@libdir@,$libdir,;t t
13758s,@includedir@,$includedir,;t t
13759s,@oldincludedir@,$oldincludedir,;t t
13760s,@infodir@,$infodir,;t t
13761s,@mandir@,$mandir,;t t
13762s,@build_alias@,$build_alias,;t t
13763s,@host_alias@,$host_alias,;t t
13764s,@target_alias@,$target_alias,;t t
13765s,@DEFS@,$DEFS,;t t
13766s,@ECHO_C@,$ECHO_C,;t t
13767s,@ECHO_N@,$ECHO_N,;t t
13768s,@ECHO_T@,$ECHO_T,;t t
13769s,@LIBS@,$LIBS,;t t
13770s,@build@,$build,;t t
13771s,@build_cpu@,$build_cpu,;t t
13772s,@build_vendor@,$build_vendor,;t t
13773s,@build_os@,$build_os,;t t
13774s,@host@,$host,;t t
13775s,@host_cpu@,$host_cpu,;t t
13776s,@host_vendor@,$host_vendor,;t t
13777s,@host_os@,$host_os,;t t
13778s,@target@,$target,;t t
13779s,@target_cpu@,$target_cpu,;t t
13780s,@target_vendor@,$target_vendor,;t t
13781s,@target_os@,$target_os,;t t
13782s,@CC@,$CC,;t t
13783s,@CFLAGS@,$CFLAGS,;t t
13784s,@LDFLAGS@,$LDFLAGS,;t t
13785s,@CPPFLAGS@,$CPPFLAGS,;t t
13786s,@ac_ct_CC@,$ac_ct_CC,;t t
13787s,@EXEEXT@,$EXEEXT,;t t
13788s,@OBJEXT@,$OBJEXT,;t t
13789s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13790s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13791s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13792s,@CYGPATH_W@,$CYGPATH_W,;t t
13793s,@PACKAGE@,$PACKAGE,;t t
13794s,@VERSION@,$VERSION,;t t
13795s,@ACLOCAL@,$ACLOCAL,;t t
13796s,@AUTOCONF@,$AUTOCONF,;t t
13797s,@AUTOMAKE@,$AUTOMAKE,;t t
13798s,@AUTOHEADER@,$AUTOHEADER,;t t
13799s,@MAKEINFO@,$MAKEINFO,;t t
13800s,@install_sh@,$install_sh,;t t
13801s,@STRIP@,$STRIP,;t t
13802s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
13803s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
13804s,@mkdir_p@,$mkdir_p,;t t
13805s,@AWK@,$AWK,;t t
13806s,@SET_MAKE@,$SET_MAKE,;t t
13807s,@am__leading_dot@,$am__leading_dot,;t t
13808s,@AMTAR@,$AMTAR,;t t
13809s,@am__tar@,$am__tar,;t t
13810s,@am__untar@,$am__untar,;t t
13811s,@DEPDIR@,$DEPDIR,;t t
13812s,@am__include@,$am__include,;t t
13813s,@am__quote@,$am__quote,;t t
13814s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
13815s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
13816s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
13817s,@CCDEPMODE@,$CCDEPMODE,;t t
13818s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
13819s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
d7040cdb
SE
13820s,@LIBTOOL@,$LIBTOOL,;t t
13821s,@SED@,$SED,;t t
13822s,@EGREP@,$EGREP,;t t
13823s,@FGREP@,$FGREP,;t t
13824s,@GREP@,$GREP,;t t
13825s,@LD@,$LD,;t t
13826s,@DUMPBIN@,$DUMPBIN,;t t
13827s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
13828s,@NM@,$NM,;t t
42ecbf5e 13829s,@LN_S@,$LN_S,;t t
d7040cdb
SE
13830s,@AR@,$AR,;t t
13831s,@ac_ct_AR@,$ac_ct_AR,;t t
42ecbf5e
DJ
13832s,@RANLIB@,$RANLIB,;t t
13833s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
d7040cdb
SE
13834s,@lt_ECHO@,$lt_ECHO,;t t
13835s,@CPP@,$CPP,;t t
42ecbf5e
DJ
13836s,@use_sysroot@,$use_sysroot,;t t
13837s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
13838s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
13839s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
13840s,@NO_WERROR@,$NO_WERROR,;t t
42ecbf5e 13841s,@USE_NLS@,$USE_NLS,;t t
20e95c23
DJ
13842s,@LIBINTL@,$LIBINTL,;t t
13843s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
13844s,@INCINTL@,$INCINTL,;t t
42ecbf5e 13845s,@XGETTEXT@,$XGETTEXT,;t t
20e95c23
DJ
13846s,@GMSGFMT@,$GMSGFMT,;t t
13847s,@POSUB@,$POSUB,;t t
42ecbf5e 13848s,@CATALOGS@,$CATALOGS,;t t
42ecbf5e 13849s,@DATADIRNAME@,$DATADIRNAME,;t t
42ecbf5e 13850s,@INSTOBJEXT@,$INSTOBJEXT,;t t
20e95c23
DJ
13851s,@GENCAT@,$GENCAT,;t t
13852s,@CATOBJEXT@,$CATOBJEXT,;t t
42ecbf5e 13853s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
20e95c23
DJ
13854s,@MSGFMT@,$MSGFMT,;t t
13855s,@MSGMERGE@,$MSGMERGE,;t t
42ecbf5e
DJ
13856s,@YACC@,$YACC,;t t
13857s,@LEX@,$LEX,;t t
13858s,@LEXLIB@,$LEXLIB,;t t
13859s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
13860s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13861s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13862s,@MAINT@,$MAINT,;t t
d5fbea21
DJ
13863s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
13864s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
42ecbf5e
DJ
13865s,@HDEFINES@,$HDEFINES,;t t
13866s,@HOSTING_CRT0@,$HOSTING_CRT0,;t t
13867s,@HOSTING_LIBS@,$HOSTING_LIBS,;t t
13868s,@NATIVE_LIB_DIRS@,$NATIVE_LIB_DIRS,;t t
13869s,@STRINGIFY@,$STRINGIFY,;t t
13870s,@EMUL@,$EMUL,;t t
13871s,@EMULATION_OFILES@,$EMULATION_OFILES,;t t
13872s,@EMUL_EXTRA_OFILES@,$EMUL_EXTRA_OFILES,;t t
13873s,@LIB_PATH@,$LIB_PATH,;t t
13874s,@EMULATION_LIBPATH@,$EMULATION_LIBPATH,;t t
13875s,@TESTBFDLIB@,$TESTBFDLIB,;t t
108a6f8e
CD
13876s,@datarootdir@,$datarootdir,;t t
13877s,@docdir@,$docdir,;t t
13878s,@htmldir@,$htmldir,;t t
42ecbf5e
DJ
13879s,@LIBOBJS@,$LIBOBJS,;t t
13880s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13881/@TDIRS@/r $TDIRS
13882s,@TDIRS@,,;t t
252b5132 13883CEOF
252b5132 13884
42ecbf5e
DJ
13885_ACEOF
13886
13887 cat >>$CONFIG_STATUS <<\_ACEOF
13888 # Split the substitutions into bite-sized pieces for seds with
13889 # small command number limits, like on Digital OSF/1 and HP-UX.
13890 ac_max_sed_lines=48
13891 ac_sed_frag=1 # Number of current file.
13892 ac_beg=1 # First line for current file.
13893 ac_end=$ac_max_sed_lines # Line after last line for current file.
13894 ac_more_lines=:
13895 ac_sed_cmds=
13896 while $ac_more_lines; do
13897 if test $ac_beg -gt 1; then
13898 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13899 else
13900 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13901 fi
13902 if test ! -s $tmp/subs.frag; then
13903 ac_more_lines=false
252b5132 13904 else
42ecbf5e
DJ
13905 # The purpose of the label and of the branching condition is to
13906 # speed up the sed processing (if there are no `@' at all, there
13907 # is no need to browse any of the substitutions).
13908 # These are the two extra sed commands mentioned above.
13909 (echo ':t
13910 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13911 if test -z "$ac_sed_cmds"; then
13912 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13913 else
13914 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13915 fi
13916 ac_sed_frag=`expr $ac_sed_frag + 1`
13917 ac_beg=$ac_end
13918 ac_end=`expr $ac_end + $ac_max_sed_lines`
252b5132 13919 fi
42ecbf5e
DJ
13920 done
13921 if test -z "$ac_sed_cmds"; then
13922 ac_sed_cmds=cat
252b5132 13923 fi
42ecbf5e 13924fi # test -n "$CONFIG_FILES"
252b5132 13925
42ecbf5e
DJ
13926_ACEOF
13927cat >>$CONFIG_STATUS <<\_ACEOF
13928for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
252b5132 13929 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42ecbf5e
DJ
13930 case $ac_file in
13931 - | *:- | *:-:* ) # input from stdin
13932 cat >$tmp/stdin
13933 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13934 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13935 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13936 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13937 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
13938 esac
13939
42ecbf5e
DJ
13940 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13941 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13942$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13943 X"$ac_file" : 'X\(//\)[^/]' \| \
13944 X"$ac_file" : 'X\(//\)$' \| \
13945 X"$ac_file" : 'X\(/\)' \| \
13946 . : '\(.\)' 2>/dev/null ||
13947echo X"$ac_file" |
13948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13949 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13950 /^X\(\/\/\)$/{ s//\1/; q; }
13951 /^X\(\/\).*/{ s//\1/; q; }
13952 s/.*/./; q'`
13953 { if $as_mkdir_p; then
13954 mkdir -p "$ac_dir"
d15b04bd 13955 else
42ecbf5e
DJ
13956 as_dir="$ac_dir"
13957 as_dirs=
13958 while test ! -d "$as_dir"; do
13959 as_dirs="$as_dir $as_dirs"
13960 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13961$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13962 X"$as_dir" : 'X\(//\)[^/]' \| \
13963 X"$as_dir" : 'X\(//\)$' \| \
13964 X"$as_dir" : 'X\(/\)' \| \
13965 . : '\(.\)' 2>/dev/null ||
13966echo X"$as_dir" |
13967 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13968 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13969 /^X\(\/\/\)$/{ s//\1/; q; }
13970 /^X\(\/\).*/{ s//\1/; q; }
13971 s/.*/./; q'`
13972 done
13973 test ! -n "$as_dirs" || mkdir $as_dirs
13974 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13975echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13976 { (exit 1); exit 1; }; }; }
13977
13978 ac_builddir=.
13979
13980if test "$ac_dir" != .; then
13981 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13982 # A "../" for each directory in $ac_dir_suffix.
13983 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13984else
13985 ac_dir_suffix= ac_top_builddir=
13986fi
252b5132 13987
42ecbf5e
DJ
13988case $srcdir in
13989 .) # No --srcdir option. We are building in place.
13990 ac_srcdir=.
13991 if test -z "$ac_top_builddir"; then
13992 ac_top_srcdir=.
13993 else
13994 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13995 fi ;;
13996 [\\/]* | ?:[\\/]* ) # Absolute path.
13997 ac_srcdir=$srcdir$ac_dir_suffix;
13998 ac_top_srcdir=$srcdir ;;
252b5132 13999 *) # Relative path.
42ecbf5e
DJ
14000 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14001 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14002esac
14003
14004# Do not use `cd foo && pwd` to compute absolute paths, because
14005# the directories may not exist.
14006case `pwd` in
14007.) ac_abs_builddir="$ac_dir";;
14008*)
14009 case "$ac_dir" in
14010 .) ac_abs_builddir=`pwd`;;
14011 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14012 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14013 esac;;
14014esac
14015case $ac_abs_builddir in
14016.) ac_abs_top_builddir=${ac_top_builddir}.;;
14017*)
14018 case ${ac_top_builddir}. in
14019 .) ac_abs_top_builddir=$ac_abs_builddir;;
14020 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14021 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14022 esac;;
14023esac
14024case $ac_abs_builddir in
14025.) ac_abs_srcdir=$ac_srcdir;;
14026*)
14027 case $ac_srcdir in
14028 .) ac_abs_srcdir=$ac_abs_builddir;;
14029 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14030 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14031 esac;;
14032esac
14033case $ac_abs_builddir in
14034.) ac_abs_top_srcdir=$ac_top_srcdir;;
14035*)
14036 case $ac_top_srcdir in
14037 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14038 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14039 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14040 esac;;
14041esac
252b5132 14042
e5a52504 14043
42ecbf5e
DJ
14044 case $INSTALL in
14045 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14046 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
d15b04bd 14047 esac
e5a52504 14048
502bdb00
JW
14049 if test x"$ac_file" != x-; then
14050 { echo "$as_me:$LINENO: creating $ac_file" >&5
14051echo "$as_me: creating $ac_file" >&6;}
14052 rm -f "$ac_file"
14053 fi
42ecbf5e
DJ
14054 # Let's still pretend it is `configure' which instantiates (i.e., don't
14055 # use $as_me), people would be surprised to read:
14056 # /* config.h. Generated by config.status. */
14057 if test x"$ac_file" = x-; then
14058 configure_input=
14059 else
14060 configure_input="$ac_file. "
14061 fi
14062 configure_input=$configure_input"Generated from `echo $ac_file_in |
14063 sed 's,.*/,,'` by configure."
14064
14065 # First look for the input files in the build tree, otherwise in the
14066 # src tree.
14067 ac_file_inputs=`IFS=:
14068 for f in $ac_file_in; do
14069 case $f in
14070 -) echo $tmp/stdin ;;
14071 [\\/$]*)
14072 # Absolute (can't be DOS-style, as IFS=:)
14073 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14074echo "$as_me: error: cannot find input file: $f" >&2;}
14075 { (exit 1); exit 1; }; }
14076 echo "$f";;
14077 *) # Relative
14078 if test -f "$f"; then
14079 # Build tree
14080 echo "$f"
14081 elif test -f "$srcdir/$f"; then
14082 # Source tree
14083 echo "$srcdir/$f"
14084 else
14085 # /dev/null tree
14086 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14087echo "$as_me: error: cannot find input file: $f" >&2;}
14088 { (exit 1); exit 1; }; }
14089 fi;;
14090 esac
14091 done` || { (exit 1); exit 1; }
42ecbf5e
DJ
14092_ACEOF
14093cat >>$CONFIG_STATUS <<_ACEOF
14094 sed "$ac_vpsub
14095$extrasub
14096_ACEOF
14097cat >>$CONFIG_STATUS <<\_ACEOF
14098:t
14099/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14100s,@configure_input@,$configure_input,;t t
14101s,@srcdir@,$ac_srcdir,;t t
14102s,@abs_srcdir@,$ac_abs_srcdir,;t t
14103s,@top_srcdir@,$ac_top_srcdir,;t t
14104s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
14105s,@builddir@,$ac_builddir,;t t
14106s,@abs_builddir@,$ac_abs_builddir,;t t
14107s,@top_builddir@,$ac_top_builddir,;t t
14108s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
14109s,@INSTALL@,$ac_INSTALL,;t t
14110" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14111 rm -f $tmp/stdin
14112 if test x"$ac_file" != x-; then
14113 mv $tmp/out $ac_file
14114 else
14115 cat $tmp/out
14116 rm -f $tmp/out
14117 fi
14118
14119done
14120_ACEOF
14121cat >>$CONFIG_STATUS <<\_ACEOF
14122
14123#
14124# CONFIG_HEADER section.
14125#
252b5132
RH
14126
14127# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
14128# NAME is the cpp macro being defined and VALUE is the value it is being given.
14129#
14130# ac_d sets the value in "#define NAME VALUE" lines.
42ecbf5e
DJ
14131ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14132ac_dB='[ ].*$,\1#\2'
14133ac_dC=' '
14134ac_dD=',;t'
14135# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14136ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14137ac_uB='$,\1#\2define\3'
252b5132 14138ac_uC=' '
42ecbf5e
DJ
14139ac_uD=',;t'
14140
14141for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 14142 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42ecbf5e
DJ
14143 case $ac_file in
14144 - | *:- | *:-:* ) # input from stdin
14145 cat >$tmp/stdin
14146 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14147 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14148 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14149 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14150 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
14151 esac
14152
42ecbf5e
DJ
14153 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
14154echo "$as_me: creating $ac_file" >&6;}
14155
14156 # First look for the input files in the build tree, otherwise in the
14157 # src tree.
14158 ac_file_inputs=`IFS=:
14159 for f in $ac_file_in; do
14160 case $f in
14161 -) echo $tmp/stdin ;;
14162 [\\/$]*)
14163 # Absolute (can't be DOS-style, as IFS=:)
14164 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14165echo "$as_me: error: cannot find input file: $f" >&2;}
14166 { (exit 1); exit 1; }; }
14167 # Do quote $f, to prevent DOS paths from being IFS'd.
14168 echo "$f";;
14169 *) # Relative
14170 if test -f "$f"; then
14171 # Build tree
14172 echo "$f"
14173 elif test -f "$srcdir/$f"; then
14174 # Source tree
14175 echo "$srcdir/$f"
14176 else
14177 # /dev/null tree
14178 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14179echo "$as_me: error: cannot find input file: $f" >&2;}
14180 { (exit 1); exit 1; }; }
14181 fi;;
14182 esac
14183 done` || { (exit 1); exit 1; }
14184 # Remove the trailing spaces.
14185 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14186
14187_ACEOF
14188
14189# Transform confdefs.h into two sed scripts, `conftest.defines' and
14190# `conftest.undefs', that substitutes the proper values into
14191# config.h.in to produce config.h. The first handles `#define'
14192# templates, and the second `#undef' templates.
14193# And first: Protect against being on the right side of a sed subst in
14194# config.status. Protect against being in an unquoted here document
14195# in config.status.
14196rm -f conftest.defines conftest.undefs
14197# Using a here document instead of a string reduces the quoting nightmare.
14198# Putting comments in sed scripts is not portable.
14199#
14200# `end' is used to avoid that the second main sed command (meant for
14201# 0-ary CPP macros) applies to n-ary macro definitions.
14202# See the Autoconf documentation for `clear'.
14203cat >confdef2sed.sed <<\_ACEOF
14204s/[\\&,]/\\&/g
14205s,[\\$`],\\&,g
14206t clear
14207: clear
14208s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14209t end
14210s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14211: end
14212_ACEOF
14213# If some macros were called several times there might be several times
14214# the same #defines, which is useless. Nevertheless, we may not want to
14215# sort them, since we want the *last* AC-DEFINE to be honored.
14216uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14217sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14218rm -f confdef2sed.sed
252b5132
RH
14219
14220# This sed command replaces #undef with comments. This is necessary, for
14221# example, in the case of _POSIX_SOURCE, which is predefined and required
14222# on some systems where configure will not decide to define it.
42ecbf5e
DJ
14223cat >>conftest.undefs <<\_ACEOF
14224s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14225_ACEOF
14226
14227# Break up conftest.defines because some shells have a limit on the size
14228# of here documents, and old seds have small limits too (100 cmds).
14229echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14230echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14231echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14232echo ' :' >>$CONFIG_STATUS
14233rm -f conftest.tail
14234while grep . conftest.defines >/dev/null
14235do
14236 # Write a limited-size here document to $tmp/defines.sed.
14237 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14238 # Speed up: don't consider the non `#define' lines.
14239 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14240 # Work around the forget-to-reset-the-flag bug.
14241 echo 't clr' >>$CONFIG_STATUS
14242 echo ': clr' >>$CONFIG_STATUS
14243 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14244 echo 'CEOF
14245 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14246 rm -f $tmp/in
14247 mv $tmp/out $tmp/in
14248' >>$CONFIG_STATUS
14249 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14250 rm -f conftest.defines
14251 mv conftest.tail conftest.defines
14252done
14253rm -f conftest.defines
14254echo ' fi # grep' >>$CONFIG_STATUS
14255echo >>$CONFIG_STATUS
252b5132 14256
42ecbf5e
DJ
14257# Break up conftest.undefs because some shells have a limit on the size
14258# of here documents, and old seds have small limits too (100 cmds).
14259echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 14260rm -f conftest.tail
42ecbf5e 14261while grep . conftest.undefs >/dev/null
252b5132 14262do
42ecbf5e
DJ
14263 # Write a limited-size here document to $tmp/undefs.sed.
14264 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14265 # Speed up: don't consider the non `#undef'
14266 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14267 # Work around the forget-to-reset-the-flag bug.
14268 echo 't clr' >>$CONFIG_STATUS
14269 echo ': clr' >>$CONFIG_STATUS
14270 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 14271 echo 'CEOF
42ecbf5e
DJ
14272 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14273 rm -f $tmp/in
14274 mv $tmp/out $tmp/in
14275' >>$CONFIG_STATUS
14276 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14277 rm -f conftest.undefs
14278 mv conftest.tail conftest.undefs
252b5132 14279done
42ecbf5e
DJ
14280rm -f conftest.undefs
14281
14282cat >>$CONFIG_STATUS <<\_ACEOF
14283 # Let's still pretend it is `configure' which instantiates (i.e., don't
14284 # use $as_me), people would be surprised to read:
14285 # /* config.h. Generated by config.status. */
14286 if test x"$ac_file" = x-; then
14287 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 14288 else
42ecbf5e
DJ
14289 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14290 fi
14291 cat $tmp/in >>$tmp/config.h
14292 rm -f $tmp/in
14293 if test x"$ac_file" != x-; then
14294 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14295 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14296echo "$as_me: $ac_file is unchanged" >&6;}
14297 else
14298 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14299$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14300 X"$ac_file" : 'X\(//\)[^/]' \| \
14301 X"$ac_file" : 'X\(//\)$' \| \
14302 X"$ac_file" : 'X\(/\)' \| \
14303 . : '\(.\)' 2>/dev/null ||
14304echo X"$ac_file" |
14305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14306 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14307 /^X\(\/\/\)$/{ s//\1/; q; }
14308 /^X\(\/\).*/{ s//\1/; q; }
14309 s/.*/./; q'`
14310 { if $as_mkdir_p; then
14311 mkdir -p "$ac_dir"
14312 else
14313 as_dir="$ac_dir"
14314 as_dirs=
14315 while test ! -d "$as_dir"; do
14316 as_dirs="$as_dir $as_dirs"
14317 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14318$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14319 X"$as_dir" : 'X\(//\)[^/]' \| \
14320 X"$as_dir" : 'X\(//\)$' \| \
14321 X"$as_dir" : 'X\(/\)' \| \
14322 . : '\(.\)' 2>/dev/null ||
14323echo X"$as_dir" |
14324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14325 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14326 /^X\(\/\/\)$/{ s//\1/; q; }
14327 /^X\(\/\).*/{ s//\1/; q; }
14328 s/.*/./; q'`
14329 done
14330 test ! -n "$as_dirs" || mkdir $as_dirs
14331 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14332echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14333 { (exit 1); exit 1; }; }; }
14334
14335 rm -f $ac_file
14336 mv $tmp/config.h $ac_file
252b5132 14337 fi
42ecbf5e
DJ
14338 else
14339 cat $tmp/config.h
14340 rm -f $tmp/config.h
e5a52504 14341 fi
42ecbf5e
DJ
14342# Compute $ac_file's index in $config_headers.
14343_am_stamp_count=1
14344for _am_header in $config_headers :; do
14345 case $_am_header in
14346 $ac_file | $ac_file:* )
14347 break ;;
14348 * )
14349 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14350 esac
14351done
14352echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
14353$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14354 X$ac_file : 'X\(//\)[^/]' \| \
14355 X$ac_file : 'X\(//\)$' \| \
14356 X$ac_file : 'X\(/\)' \| \
14357 . : '\(.\)' 2>/dev/null ||
14358echo X$ac_file |
14359 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14360 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14361 /^X\(\/\/\)$/{ s//\1/; q; }
14362 /^X\(\/\).*/{ s//\1/; q; }
14363 s/.*/./; q'`/stamp-h$_am_stamp_count
14364done
14365_ACEOF
14366cat >>$CONFIG_STATUS <<\_ACEOF
e5a52504 14367
42ecbf5e
DJ
14368#
14369# CONFIG_COMMANDS section.
14370#
14371for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
14372 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
14373 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
14374 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
14375$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14376 X"$ac_dest" : 'X\(//\)[^/]' \| \
14377 X"$ac_dest" : 'X\(//\)$' \| \
14378 X"$ac_dest" : 'X\(/\)' \| \
14379 . : '\(.\)' 2>/dev/null ||
14380echo X"$ac_dest" |
14381 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14382 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14383 /^X\(\/\/\)$/{ s//\1/; q; }
14384 /^X\(\/\).*/{ s//\1/; q; }
14385 s/.*/./; q'`
14386 { if $as_mkdir_p; then
14387 mkdir -p "$ac_dir"
14388 else
14389 as_dir="$ac_dir"
14390 as_dirs=
14391 while test ! -d "$as_dir"; do
14392 as_dirs="$as_dir $as_dirs"
14393 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14394$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14395 X"$as_dir" : 'X\(//\)[^/]' \| \
14396 X"$as_dir" : 'X\(//\)$' \| \
14397 X"$as_dir" : 'X\(/\)' \| \
14398 . : '\(.\)' 2>/dev/null ||
14399echo X"$as_dir" |
14400 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14401 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14402 /^X\(\/\/\)$/{ s//\1/; q; }
14403 /^X\(\/\).*/{ s//\1/; q; }
14404 s/.*/./; q'`
14405 done
14406 test ! -n "$as_dirs" || mkdir $as_dirs
14407 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14408echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14409 { (exit 1); exit 1; }; }; }
e5a52504 14410
42ecbf5e 14411 ac_builddir=.
e5a52504 14412
42ecbf5e
DJ
14413if test "$ac_dir" != .; then
14414 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14415 # A "../" for each directory in $ac_dir_suffix.
14416 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14417else
14418 ac_dir_suffix= ac_top_builddir=
14419fi
14420
14421case $srcdir in
14422 .) # No --srcdir option. We are building in place.
14423 ac_srcdir=.
14424 if test -z "$ac_top_builddir"; then
14425 ac_top_srcdir=.
14426 else
14427 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
14428 fi ;;
14429 [\\/]* | ?:[\\/]* ) # Absolute path.
14430 ac_srcdir=$srcdir$ac_dir_suffix;
14431 ac_top_srcdir=$srcdir ;;
14432 *) # Relative path.
14433 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14434 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14435esac
14436
14437# Do not use `cd foo && pwd` to compute absolute paths, because
14438# the directories may not exist.
14439case `pwd` in
14440.) ac_abs_builddir="$ac_dir";;
14441*)
14442 case "$ac_dir" in
14443 .) ac_abs_builddir=`pwd`;;
14444 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14445 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14446 esac;;
14447esac
14448case $ac_abs_builddir in
14449.) ac_abs_top_builddir=${ac_top_builddir}.;;
14450*)
14451 case ${ac_top_builddir}. in
14452 .) ac_abs_top_builddir=$ac_abs_builddir;;
14453 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14454 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14455 esac;;
14456esac
14457case $ac_abs_builddir in
14458.) ac_abs_srcdir=$ac_srcdir;;
14459*)
14460 case $ac_srcdir in
14461 .) ac_abs_srcdir=$ac_abs_builddir;;
14462 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14463 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14464 esac;;
14465esac
14466case $ac_abs_builddir in
14467.) ac_abs_top_srcdir=$ac_top_srcdir;;
14468*)
14469 case $ac_top_srcdir in
14470 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14471 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14472 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14473 esac;;
14474esac
14475
14476
14477 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
14478echo "$as_me: executing $ac_dest commands" >&6;}
14479 case $ac_dest in
14480 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
14481 # Strip MF so we end up with the name of the file.
14482 mf=`echo "$mf" | sed -e 's/:.*$//'`
14483 # Check whether this is an Automake generated Makefile or not.
14484 # We used to match only the files named `Makefile.in', but
14485 # some people rename them; so instead we look at the file content.
14486 # Grep'ing the first line is not enough: some people post-process
14487 # each Makefile.in and add a new line on top of each file to say so.
14488 # So let's grep whole file.
14489 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
14490 dirpart=`(dirname "$mf") 2>/dev/null ||
14491$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14492 X"$mf" : 'X\(//\)[^/]' \| \
14493 X"$mf" : 'X\(//\)$' \| \
14494 X"$mf" : 'X\(/\)' \| \
14495 . : '\(.\)' 2>/dev/null ||
14496echo X"$mf" |
14497 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14498 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14499 /^X\(\/\/\)$/{ s//\1/; q; }
14500 /^X\(\/\).*/{ s//\1/; q; }
14501 s/.*/./; q'`
14502 else
14503 continue
14504 fi
14505 # Extract the definition of DEPDIR, am__include, and am__quote
14506 # from the Makefile without running `make'.
14507 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14508 test -z "$DEPDIR" && continue
14509 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14510 test -z "am__include" && continue
14511 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14512 # When using ansi2knr, U may be empty or an underscore; expand it
14513 U=`sed -n 's/^U = //p' < "$mf"`
14514 # Find all dependency output files, they are included files with
14515 # $(DEPDIR) in their names. We invoke sed twice because it is the
14516 # simplest approach to changing $(DEPDIR) to its actual value in the
14517 # expansion.
14518 for file in `sed -n "
14519 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14520 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14521 # Make sure the directory exists.
14522 test -f "$dirpart/$file" && continue
14523 fdir=`(dirname "$file") 2>/dev/null ||
14524$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14525 X"$file" : 'X\(//\)[^/]' \| \
14526 X"$file" : 'X\(//\)$' \| \
14527 X"$file" : 'X\(/\)' \| \
14528 . : '\(.\)' 2>/dev/null ||
14529echo X"$file" |
14530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14531 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14532 /^X\(\/\/\)$/{ s//\1/; q; }
14533 /^X\(\/\).*/{ s//\1/; q; }
14534 s/.*/./; q'`
14535 { if $as_mkdir_p; then
14536 mkdir -p $dirpart/$fdir
14537 else
14538 as_dir=$dirpart/$fdir
14539 as_dirs=
14540 while test ! -d "$as_dir"; do
14541 as_dirs="$as_dir $as_dirs"
14542 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14543$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14544 X"$as_dir" : 'X\(//\)[^/]' \| \
14545 X"$as_dir" : 'X\(//\)$' \| \
14546 X"$as_dir" : 'X\(/\)' \| \
14547 . : '\(.\)' 2>/dev/null ||
14548echo X"$as_dir" |
14549 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14550 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14551 /^X\(\/\/\)$/{ s//\1/; q; }
14552 /^X\(\/\).*/{ s//\1/; q; }
14553 s/.*/./; q'`
14554 done
14555 test ! -n "$as_dirs" || mkdir $as_dirs
14556 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
14557echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
14558 { (exit 1); exit 1; }; }; }
14559
14560 # echo "creating $dirpart/$file"
14561 echo '# dummy' > "$dirpart/$file"
14562 done
14563done
d7040cdb
SE
14564 ;;
14565 libtool )
14566
14567 # See if we are running on zsh, and set the options which allow our
14568 # commands through without removal of \ escapes.
14569 if test -n "${ZSH_VERSION+set}" ; then
14570 setopt NO_GLOB_SUBST
14571 fi
14572
14573 cfgfile="${ofile}T"
14574 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14575 $RM "$cfgfile"
14576
14577 cat <<_LT_EOF >> "$cfgfile"
14578#! $SHELL
14579
14580# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14581# Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
14582# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14583# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14584#
14585# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14586# 2006, 2007 Free Software Foundation, Inc.
14587#
14588# This file is part of GNU Libtool:
14589# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
14590#
14591# This program is free software; you can redistribute it and/or modify
14592# it under the terms of the GNU General Public License as published by
67310ccd 14593# the Free Software Foundation; either version 2 of the License, or
d7040cdb
SE
14594# (at your option) any later version.
14595#
14596# This program is distributed in the hope that it will be useful, but
14597# WITHOUT ANY WARRANTY; without even the implied warranty of
14598# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14599# General Public License for more details.
14600#
14601# You should have received a copy of the GNU General Public License
14602# along with this program; if not, a copy can be downloaded from
14603# http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
14604# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
14605# MA 02110-1301, USA.
14606#
14607# As a special exception to the GNU General Public License, if you
14608# distribute this file as part of a program that contains a
14609# configuration script generated by Autoconf, you may include it under
14610# the same distribution terms that you use for the rest of that program.
14611
14612
14613# The names of the tagged configurations supported by this script.
14614available_tags=""
14615
14616# ### BEGIN LIBTOOL CONFIG
14617
14618# Which release of libtool.m4 was used?
14619macro_version=$macro_version
14620macro_revision=$macro_revision
14621
14622# Whether or not to build shared libraries.
14623build_libtool_libs=$enable_shared
14624
14625# Whether or not to build static libraries.
14626build_old_libs=$enable_static
14627
14628# What type of objects to build.
14629pic_mode=$pic_mode
14630
14631# Whether or not to optimize for fast installation.
14632fast_install=$enable_fast_install
14633
14634# The host system.
14635host_alias=$host_alias
14636host=$host
14637host_os=$host_os
14638
14639# The build system.
14640build_alias=$build_alias
14641build=$build
14642build_os=$build_os
14643
14644# A sed program that does not truncate output.
14645SED=$lt_SED
14646
14647# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14648Xsed="\$SED -e 1s/^X//"
14649
14650# A grep program that handles long lines.
14651GREP=$lt_GREP
14652
14653# An ERE matcher.
14654EGREP=$lt_EGREP
14655
14656# A literal string matcher.
14657FGREP=$lt_FGREP
14658
14659# A BSD- or MS-compatible name lister.
14660NM=$lt_NM
14661
14662# Whether we need soft or hard links.
14663LN_S=$lt_LN_S
14664
14665# What is the maximum length of a command?
14666max_cmd_len=$max_cmd_len
14667
14668# Object file suffix (normally "o").
14669objext=$ac_objext
14670
14671# Executable file suffix (normally "").
14672exeext=$exeext
14673
14674# whether the shell understands "unset".
14675lt_unset=$lt_unset
14676
14677# turn spaces into newlines.
14678SP2NL=$lt_lt_SP2NL
14679
14680# turn newlines into spaces.
14681NL2SP=$lt_lt_NL2SP
14682
14683# How to create reloadable object files.
14684reload_flag=$lt_reload_flag
14685reload_cmds=$lt_reload_cmds
14686
14687# Method to check whether dependent libraries are shared objects.
14688deplibs_check_method=$lt_deplibs_check_method
14689
14690# Command to use when deplibs_check_method == "file_magic".
14691file_magic_cmd=$lt_file_magic_cmd
14692
14693# The archiver.
14694AR=$lt_AR
14695AR_FLAGS=$lt_AR_FLAGS
14696
14697# A symbol stripping program.
14698STRIP=$lt_STRIP
14699
14700# Commands used to install an old-style archive.
14701RANLIB=$lt_RANLIB
14702old_postinstall_cmds=$lt_old_postinstall_cmds
14703old_postuninstall_cmds=$lt_old_postuninstall_cmds
14704
14705# A C compiler.
14706LTCC=$lt_CC
14707
14708# LTCC compiler flags.
14709LTCFLAGS=$lt_CFLAGS
14710
14711# Take the output of nm and produce a listing of raw symbols and C names.
14712global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14713
14714# Transform the output of nm in a proper C declaration.
14715global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14716
14717# Transform the output of nm in a C name address pair.
14718global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14719
14720# The name of the directory that contains temporary libtool files.
14721objdir=$objdir
14722
14723# Shell to use when invoking shell scripts.
14724SHELL=$lt_SHELL
14725
14726# An echo program that does not interpret backslashes.
14727ECHO=$lt_ECHO
14728
14729# Used to examine libraries when file_magic_cmd begins with "file".
14730MAGIC_CMD=$MAGIC_CMD
14731
14732# Must we lock files when doing compilation?
14733need_locks=$lt_need_locks
14734
14735# Old archive suffix (normally "a").
14736libext=$libext
14737
14738# Shared library suffix (normally ".so").
14739shrext_cmds=$lt_shrext_cmds
14740
14741# The commands to extract the exported symbol list from a shared archive.
14742extract_expsyms_cmds=$lt_extract_expsyms_cmds
14743
14744# Variables whose values should be saved in libtool wrapper scripts and
14745# restored at link time.
14746variables_saved_for_relink=$lt_variables_saved_for_relink
14747
14748# Do we need the "lib" prefix for modules?
14749need_lib_prefix=$need_lib_prefix
14750
14751# Do we need a version for libraries?
14752need_version=$need_version
14753
14754# Library versioning type.
14755version_type=$version_type
14756
14757# Shared library runtime path variable.
14758runpath_var=$runpath_var
14759
14760# Shared library path variable.
14761shlibpath_var=$shlibpath_var
14762
14763# Is shlibpath searched before the hard-coded library search path?
14764shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14765
14766# Format of library name prefix.
14767libname_spec=$lt_libname_spec
14768
14769# List of archive names. First name is the real one, the rest are links.
14770# The last name is the one that the linker finds with -lNAME
14771library_names_spec=$lt_library_names_spec
14772
14773# The coded name of the library, if different from the real name.
14774soname_spec=$lt_soname_spec
14775
14776# Command to use after installation of a shared archive.
14777postinstall_cmds=$lt_postinstall_cmds
14778
14779# Command to use after uninstallation of a shared archive.
14780postuninstall_cmds=$lt_postuninstall_cmds
14781
14782# Commands used to finish a libtool library installation in a directory.
14783finish_cmds=$lt_finish_cmds
14784
14785# As "finish_cmds", except a single script fragment to be evaled but
14786# not shown.
14787finish_eval=$lt_finish_eval
14788
14789# Whether we should hardcode library paths into libraries.
14790hardcode_into_libs=$hardcode_into_libs
14791
14792# Compile-time system search path for libraries.
14793sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14794
14795# Run-time system search path for libraries.
14796sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14797
14798# Whether dlopen is supported.
14799dlopen_support=$enable_dlopen
14800
14801# Whether dlopen of programs is supported.
14802dlopen_self=$enable_dlopen_self
14803
14804# Whether dlopen of statically linked programs is supported.
14805dlopen_self_static=$enable_dlopen_self_static
14806
14807# Commands to strip libraries.
14808old_striplib=$lt_old_striplib
14809striplib=$lt_striplib
14810
14811
14812# The linker used to build libraries.
14813LD=$lt_LD
14814
14815# Commands used to build an old-style archive.
14816old_archive_cmds=$lt_old_archive_cmds
14817
14818# A language specific compiler.
14819CC=$lt_compiler
14820
14821# Is the compiler the GNU compiler?
14822with_gcc=$GCC
14823
14824# Compiler flag to turn off builtin functions.
14825no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14826
14827# How to pass a linker flag through the compiler.
14828wl=$lt_lt_prog_compiler_wl
14829
14830# Additional compiler flags for building library objects.
14831pic_flag=$lt_lt_prog_compiler_pic
14832
14833# Compiler flag to prevent dynamic linking.
14834link_static_flag=$lt_lt_prog_compiler_static
14835
14836# Does compiler simultaneously support -c and -o options?
14837compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14838
14839# Whether or not to add -lc for building shared libraries.
14840build_libtool_need_lc=$archive_cmds_need_lc
14841
14842# Whether or not to disallow shared libs when runtime libs are static.
14843allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14844
14845# Compiler flag to allow reflexive dlopens.
14846export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14847
14848# Compiler flag to generate shared objects directly from archives.
14849whole_archive_flag_spec=$lt_whole_archive_flag_spec
14850
14851# Whether the compiler copes with passing no objects directly.
14852compiler_needs_object=$lt_compiler_needs_object
14853
14854# Create an old-style archive from a shared archive.
14855old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14856
14857# Create a temporary old-style archive to link instead of a shared archive.
14858old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14859
14860# Commands used to build a shared archive.
14861archive_cmds=$lt_archive_cmds
14862archive_expsym_cmds=$lt_archive_expsym_cmds
14863
14864# Commands used to build a loadable module if different from building
14865# a shared archive.
14866module_cmds=$lt_module_cmds
14867module_expsym_cmds=$lt_module_expsym_cmds
14868
14869# Whether we are building with GNU ld or not.
14870with_gnu_ld=$lt_with_gnu_ld
14871
14872# Flag that allows shared libraries with undefined symbols to be built.
14873allow_undefined_flag=$lt_allow_undefined_flag
14874
14875# Flag that enforces no undefined symbols.
14876no_undefined_flag=$lt_no_undefined_flag
14877
14878# Flag to hardcode \$libdir into a binary during linking.
14879# This must work even if \$libdir does not exist
14880hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14881
14882# If ld is used when linking, flag to hardcode \$libdir into a binary
14883# during linking. This must work even if \$libdir does not exist.
14884hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14885
14886# Whether we need a single "-rpath" flag with a separated argument.
14887hardcode_libdir_separator=$lt_hardcode_libdir_separator
14888
14889# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14890# DIR into the resulting binary.
14891hardcode_direct=$hardcode_direct
14892
14893# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14894# DIR into the resulting binary and the resulting library dependency is
14895# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14896# library is relocated.
14897hardcode_direct_absolute=$hardcode_direct_absolute
14898
14899# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14900# into the resulting binary.
14901hardcode_minus_L=$hardcode_minus_L
14902
14903# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14904# into the resulting binary.
14905hardcode_shlibpath_var=$hardcode_shlibpath_var
14906
14907# Set to "yes" if building a shared library automatically hardcodes DIR
14908# into the library and all subsequent libraries and executables linked
14909# against it.
14910hardcode_automatic=$hardcode_automatic
14911
14912# Set to yes if linker adds runtime paths of dependent libraries
14913# to runtime path list.
14914inherit_rpath=$inherit_rpath
14915
14916# Whether libtool must link a program against all its dependency libraries.
14917link_all_deplibs=$link_all_deplibs
14918
14919# Fix the shell variable \$srcfile for the compiler.
14920fix_srcfile_path=$lt_fix_srcfile_path
14921
14922# Set to "yes" if exported symbols are required.
14923always_export_symbols=$always_export_symbols
14924
14925# The commands to list exported symbols.
14926export_symbols_cmds=$lt_export_symbols_cmds
14927
14928# Symbols that should not be listed in the preloaded symbols.
14929exclude_expsyms=$lt_exclude_expsyms
14930
14931# Symbols that must always be exported.
14932include_expsyms=$lt_include_expsyms
14933
14934# Commands necessary for linking programs (against libraries) with templates.
14935prelink_cmds=$lt_prelink_cmds
14936
14937# Specify filename containing input files.
14938file_list_spec=$lt_file_list_spec
14939
14940# How to hardcode a shared library path into an executable.
14941hardcode_action=$hardcode_action
14942
14943# ### END LIBTOOL CONFIG
14944
14945_LT_EOF
14946
14947 case $host_os in
14948 aix3*)
14949 cat <<\_LT_EOF >> "$cfgfile"
14950# AIX sometimes has problems with the GCC collect2 program. For some
14951# reason, if we set the COLLECT_NAMES environment variable, the problems
14952# vanish in a puff of smoke.
14953if test "X${COLLECT_NAMES+set}" != Xset; then
14954 COLLECT_NAMES=
14955 export COLLECT_NAMES
14956fi
14957_LT_EOF
14958 ;;
14959 esac
14960
14961
14962ltmain="$ac_aux_dir/ltmain.sh"
14963
14964
14965 # We use sed instead of cat because bash on DJGPP gets confused if
14966 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14967 # text mode, it properly converts lines to CR/LF. This bash problem
14968 # is reportedly fixed, but why not run on old versions too?
14969 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14970 || (rm -f "$cfgfile"; exit 1)
14971
14972 case $xsi_shell in
14973 yes)
14974 cat << \_LT_EOF >> "$cfgfile"
14975# func_dirname file append nondir_replacement
14976# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14977# otherwise set result to NONDIR_REPLACEMENT.
14978func_dirname ()
14979{
14980 case ${1} in
14981 */*) func_dirname_result="${1%/*}${2}" ;;
14982 * ) func_dirname_result="${3}" ;;
14983 esac
14984}
14985
14986# func_basename file
14987func_basename ()
14988{
14989 func_basename_result="${1##*/}"
14990}
14991
14992# func_stripname prefix suffix name
14993# strip PREFIX and SUFFIX off of NAME.
14994# PREFIX and SUFFIX must not contain globbing or regex special
14995# characters, hashes, percent signs, but SUFFIX may contain a leading
14996# dot (in which case that matches only a dot).
14997func_stripname ()
14998{
14999 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15000 # positional parameters, so assign one to ordinary parameter first.
15001 func_stripname_result=${3}
15002 func_stripname_result=${func_stripname_result#"${1}"}
15003 func_stripname_result=${func_stripname_result%"${2}"}
15004}
15005
15006# func_opt_split
15007func_opt_split ()
15008{
15009 func_opt_split_opt=${1%%=*}
15010 func_opt_split_arg=${1#*=}
15011}
15012
15013# func_lo2o object
15014func_lo2o ()
15015{
15016 case ${1} in
15017 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15018 *) func_lo2o_result=${1} ;;
15019 esac
15020}
15021_LT_EOF
15022 ;;
15023 *) # Bourne compatible functions.
15024 cat << \_LT_EOF >> "$cfgfile"
15025# func_dirname file append nondir_replacement
15026# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15027# otherwise set result to NONDIR_REPLACEMENT.
15028func_dirname ()
15029{
15030 # Extract subdirectory from the argument.
15031 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15032 if test "X$func_dirname_result" = "X${1}"; then
15033 func_dirname_result="${3}"
15034 else
15035 func_dirname_result="$func_dirname_result${2}"
15036 fi
15037}
15038
15039# func_basename file
15040func_basename ()
15041{
15042 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
15043}
15044
15045# func_stripname prefix suffix name
15046# strip PREFIX and SUFFIX off of NAME.
15047# PREFIX and SUFFIX must not contain globbing or regex special
15048# characters, hashes, percent signs, but SUFFIX may contain a leading
15049# dot (in which case that matches only a dot).
15050# func_strip_suffix prefix name
15051func_stripname ()
15052{
15053 case ${2} in
15054 .*) func_stripname_result=`$ECHO "X${3}" \
15055 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15056 *) func_stripname_result=`$ECHO "X${3}" \
15057 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
15058 esac
15059}
15060
15061# sed scripts:
15062my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15063my_sed_long_arg='1s/^-[^=]*=//'
15064
15065# func_opt_split
15066func_opt_split ()
15067{
15068 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15069 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
15070}
15071
15072# func_lo2o object
15073func_lo2o ()
15074{
15075 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15076}
15077_LT_EOF
15078esac
15079
15080case $lt_shell_append in
15081 yes)
15082 cat << \_LT_EOF >> "$cfgfile"
15083
15084# func_append var value
15085# Append VALUE to the end of shell variable VAR.
15086func_append ()
15087{
15088 eval "$1+=\$2"
15089}
15090_LT_EOF
15091 ;;
15092 *)
15093 cat << \_LT_EOF >> "$cfgfile"
15094
15095# func_append var value
15096# Append VALUE to the end of shell variable VAR.
15097func_append ()
15098{
15099 eval "$1=\$$1\$2"
15100}
15101_LT_EOF
15102 ;;
15103 esac
15104
15105
15106 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15107 || (rm -f "$cfgfile"; exit 1)
15108
15109 mv -f "$cfgfile" "$ofile" ||
15110 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15111 chmod +x "$ofile"
15112
42ecbf5e 15113 ;;
20e95c23
DJ
15114 default-1 )
15115 for ac_file in $CONFIG_FILES; do
15116 # Support "outfile[:infile[:infile...]]"
15117 case "$ac_file" in
15118 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15119 esac
15120 # PO directories have a Makefile.in generated from Makefile.in.in.
15121 case "$ac_file" in */Makefile.in)
15122 # Adjust a relative srcdir.
15123 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15124 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
15125 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15126 # In autoconf-2.13 it is called $ac_given_srcdir.
15127 # In autoconf-2.50 it is called $srcdir.
15128 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15129 case "$ac_given_srcdir" in
15130 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15131 /*) top_srcdir="$ac_given_srcdir" ;;
15132 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15133 esac
15134 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15135 rm -f "$ac_dir/POTFILES"
15136 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15137 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15138 POMAKEFILEDEPS="POTFILES.in"
15139 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15140 # on $ac_dir but don't depend on user-specified configuration
15141 # parameters.
15142 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15143 # The LINGUAS file contains the set of available languages.
15144 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15145 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
15146 fi
15147 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15148 # Hide the ALL_LINGUAS assigment from automake.
15149 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15150 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15151 else
15152 # The set of available languages was given in configure.in.
15153 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15154 fi
15155 case "$ac_given_srcdir" in
15156 .) srcdirpre= ;;
15157 *) srcdirpre='$(srcdir)/' ;;
15158 esac
15159 POFILES=
15160 GMOFILES=
15161 UPDATEPOFILES=
15162 DUMMYPOFILES=
15163 for lang in $ALL_LINGUAS; do
15164 POFILES="$POFILES $srcdirpre$lang.po"
15165 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15166 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15167 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15168 done
15169 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15170 # environment variable.
15171 INST_LINGUAS=
15172 if test -n "$ALL_LINGUAS"; then
15173 for presentlang in $ALL_LINGUAS; do
15174 useit=no
15175 if test "%UNSET%" != "$LINGUAS"; then
15176 desiredlanguages="$LINGUAS"
15177 else
15178 desiredlanguages="$ALL_LINGUAS"
15179 fi
15180 for desiredlang in $desiredlanguages; do
15181 # Use the presentlang catalog if desiredlang is
15182 # a. equal to presentlang, or
15183 # b. a variant of presentlang (because in this case,
15184 # presentlang can be used as a fallback for messages
15185 # which are not translated in the desiredlang catalog).
15186 case "$desiredlang" in
15187 "$presentlang"*) useit=yes;;
15188 esac
15189 done
15190 if test $useit = yes; then
15191 INST_LINGUAS="$INST_LINGUAS $presentlang"
15192 fi
15193 done
15194 fi
15195 CATALOGS=
15196 if test -n "$INST_LINGUAS"; then
15197 for lang in $INST_LINGUAS; do
15198 CATALOGS="$CATALOGS $lang.gmo"
15199 done
15200 fi
15201 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15202 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"
15203 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15204 if test -f "$f"; then
15205 case "$f" in
15206 *.orig | *.bak | *~) ;;
15207 *) cat "$f" >> "$ac_dir/Makefile" ;;
15208 esac
15209 fi
15210 done
15211 fi
15212 ;;
15213 esac
15214 done ;;
42ecbf5e
DJ
15215 esac
15216done
15217_ACEOF
15218
15219cat >>$CONFIG_STATUS <<\_ACEOF
15220
15221{ (exit 0); exit 0; }
15222_ACEOF
252b5132 15223chmod +x $CONFIG_STATUS
42ecbf5e
DJ
15224ac_clean_files=$ac_clean_files_save
15225
15226
15227# configure is writing to config.log, and then calls config.status.
15228# config.status does its own redirection, appending to config.log.
15229# Unfortunately, on DOS this fails, as config.log is still kept open
15230# by configure, so config.status won't be able to write to it; its
15231# output is simply discarded. So we exec the FD to /dev/null,
15232# effectively closing config.log, so it can be properly (re)opened and
15233# appended to by config.status. When coming back to configure, we
15234# need to make the FD available again.
15235if test "$no_create" != yes; then
15236 ac_cs_success=:
15237 ac_config_status_args=
15238 test "$silent" = yes &&
15239 ac_config_status_args="$ac_config_status_args --quiet"
15240 exec 5>/dev/null
15241 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15242 exec 5>>config.log
15243 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15244 # would make configure fail if this is the last instruction.
15245 $ac_cs_success || { (exit 1); exit 1; }
15246fi
252b5132 15247
This page took 1.041216 seconds and 4 git commands to generate.