Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / libmudflap / configure
blob6bcb2534ef4942284584c092fb8c591693451e5c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for libmudflap 1.0.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if 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+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
38 # NLS nuisances.
39 for 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
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
49 done
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if 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=:
96 rm -f conf$$.sh
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
110 for as_dir in $PATH
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
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
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; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
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
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
152 done
154 esac
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 '
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; }; }
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
187 case `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= ;;
192 esac
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if 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'
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
238 IFS=" $as_nl"
240 # CDPATH.
241 $as_unset CDPATH
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
249 exec 6>&1
252 # Initializations.
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
268 PACKAGE_NAME='libmudflap'
269 PACKAGE_TARNAME='libmudflap'
270 PACKAGE_VERSION='1.0'
271 PACKAGE_STRING='libmudflap 1.0'
272 PACKAGE_BUGREPORT=''
274 ac_unique_file="mf-runtime.c"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
277 #include <stdio.h>
278 #if HAVE_SYS_TYPES_H
279 # include <sys/types.h>
280 #endif
281 #if HAVE_SYS_STAT_H
282 # include <sys/stat.h>
283 #endif
284 #if STDC_HEADERS
285 # include <stdlib.h>
286 # include <stddef.h>
287 #else
288 # if HAVE_STDLIB_H
289 # include <stdlib.h>
290 # endif
291 #endif
292 #if HAVE_STRING_H
293 # if !STDC_HEADERS && HAVE_MEMORY_H
294 # include <memory.h>
295 # endif
296 # include <string.h>
297 #endif
298 #if HAVE_STRINGS_H
299 # include <strings.h>
300 #endif
301 #if HAVE_INTTYPES_H
302 # include <inttypes.h>
303 #else
304 # if HAVE_STDINT_H
305 # include <stdint.h>
306 # endif
307 #endif
308 #if HAVE_UNISTD_H
309 # include <unistd.h>
310 #endif"
312 ac_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 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 MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT multi_basedir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CFLAGS CPP CPPFLAGS EGREP LN_S RANLIB ac_ct_RANLIB LIBTOOL enable_shared enable_static MF_HAVE_STDINT_H MF_HAVE_UINTPTR_T LIBMUDFLAPTH_TRUE LIBMUDFLAPTH_FALSE build_libmudflapth gcc_version_trigger gcc_version_full gcc_version toolexecdir toolexeclibdir NM ac_ct_NM SECTION_FLAGS LIBOBJS LTLIBOBJS'
313 ac_subst_files=''
315 # Initialize some variables set by options.
316 ac_init_help=
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
320 cache_file=/dev/null
321 exec_prefix=NONE
322 no_create=
323 no_recursion=
324 prefix=NONE
325 program_prefix=NONE
326 program_suffix=NONE
327 program_transform_name=s,x,x,
328 silent=
329 site=
330 srcdir=
331 verbose=
332 x_includes=NONE
333 x_libraries=NONE
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
353 ac_prev=
354 for ac_option
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
367 case $ac_option in
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 bindir=$ac_optarg ;;
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
386 --config-cache | -C)
387 cache_file=config.cache ;;
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
393 datadir=$ac_optarg ;;
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 *) ac_optarg=yes ;;
414 esac
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 libdir=$ac_optarg ;;
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 mandir=$ac_optarg ;;
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
486 no_create=yes ;;
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 prefix=$ac_optarg ;;
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
545 sbindir=$ac_optarg ;;
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
556 sharedstatedir=$ac_optarg ;;
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 srcdir=$ac_optarg ;;
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
586 -with-* | --with-*)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 *) ac_optarg=yes ;;
596 esac
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
649 esac
650 done
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667 done
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
678 esac
679 done
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
684 build=$build_alias
685 host=$host_alias
686 target=$target_alias
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
699 ac_tool_prefix=
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
702 test "$silent" = yes && exec 6>/dev/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715 echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
725 else
726 ac_srcdir_defaulted=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
732 else
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CPP_set=${CPP+set}
754 ac_env_CPP_value=$CPP
755 ac_cv_env_CPP_set=${CPP+set}
756 ac_cv_env_CPP_value=$CPP
757 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
758 ac_env_CPPFLAGS_value=$CPPFLAGS
759 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
760 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
763 # Report the --help message.
765 if test "$ac_init_help" = "long"; then
766 # Omit some internal or obsolete options to make the list less imposing.
767 # This message is too long to be a string in the A/UX 3.1 sh.
768 cat <<_ACEOF
769 \`configure' configures libmudflap 1.0 to adapt to many kinds of systems.
771 Usage: $0 [OPTION]... [VAR=VALUE]...
773 To assign environment variables (e.g., CC, CFLAGS...), specify them as
774 VAR=VALUE. See below for descriptions of some of the useful variables.
776 Defaults for the options are specified in brackets.
778 Configuration:
779 -h, --help display this help and exit
780 --help=short display options specific to this package
781 --help=recursive display the short help of all the included packages
782 -V, --version display version information and exit
783 -q, --quiet, --silent do not print \`checking...' messages
784 --cache-file=FILE cache test results in FILE [disabled]
785 -C, --config-cache alias for \`--cache-file=config.cache'
786 -n, --no-create do not create output files
787 --srcdir=DIR find the sources in DIR [configure dir or \`..']
789 _ACEOF
791 cat <<_ACEOF
792 Installation directories:
793 --prefix=PREFIX install architecture-independent files in PREFIX
794 [$ac_default_prefix]
795 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
796 [PREFIX]
798 By default, \`make install' will install all the files in
799 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
800 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
801 for instance \`--prefix=\$HOME'.
803 For better control, use the options below.
805 Fine tuning of the installation directories:
806 --bindir=DIR user executables [EPREFIX/bin]
807 --sbindir=DIR system admin executables [EPREFIX/sbin]
808 --libexecdir=DIR program executables [EPREFIX/libexec]
809 --datadir=DIR read-only architecture-independent data [PREFIX/share]
810 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
811 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
812 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
813 --libdir=DIR object code libraries [EPREFIX/lib]
814 --includedir=DIR C header files [PREFIX/include]
815 --oldincludedir=DIR C header files for non-gcc [/usr/include]
816 --infodir=DIR info documentation [PREFIX/info]
817 --mandir=DIR man documentation [PREFIX/man]
818 _ACEOF
820 cat <<\_ACEOF
822 Program names:
823 --program-prefix=PREFIX prepend PREFIX to installed program names
824 --program-suffix=SUFFIX append SUFFIX to installed program names
825 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
827 System types:
828 --build=BUILD configure for building on BUILD [guessed]
829 --host=HOST cross-compile to build programs to run on HOST [BUILD]
830 --target=TARGET configure for building compilers for TARGET [HOST]
831 _ACEOF
834 if test -n "$ac_init_help"; then
835 case $ac_init_help in
836 short | recursive ) echo "Configuration of libmudflap 1.0:";;
837 esac
838 cat <<\_ACEOF
840 Optional Features:
841 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
842 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
843 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
844 --enable-maintainer-mode enable make rules and dependencies not useful
845 (and sometimes confusing) to the casual installer
846 --enable-multilib build many library versions (default)
847 --disable-dependency-tracking speeds up one-time build
848 --enable-dependency-tracking do not reject slow dependency extractors
849 --enable-shared=PKGS build shared libraries default=yes
850 --enable-static=PKGS build static libraries default=yes
851 --enable-fast-install=PKGS optimize for fast installation default=yes
852 --disable-libtool-lock avoid locking (might break parallel builds)
854 Optional Packages:
855 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
856 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
857 --with-gnu-ld assume the C compiler uses GNU ld default=no
858 --with-pic try to use only PIC/non-PIC objects default=use both
860 Some influential environment variables:
861 CC C compiler command
862 CFLAGS C compiler flags
863 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
864 nonstandard directory <lib dir>
865 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
866 headers in a nonstandard directory <include dir>
867 CPP C preprocessor
869 Use these variables to override the choices made by `configure' or to help
870 it to find libraries and programs with nonstandard names/locations.
872 _ACEOF
875 if test "$ac_init_help" = "recursive"; then
876 # If there are subdirs, report their specific --help.
877 ac_popdir=`pwd`
878 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
879 test -d $ac_dir || continue
880 ac_builddir=.
882 if test "$ac_dir" != .; then
883 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
884 # A "../" for each directory in $ac_dir_suffix.
885 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
886 else
887 ac_dir_suffix= ac_top_builddir=
890 case $srcdir in
891 .) # No --srcdir option. We are building in place.
892 ac_srcdir=.
893 if test -z "$ac_top_builddir"; then
894 ac_top_srcdir=.
895 else
896 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
897 fi ;;
898 [\\/]* | ?:[\\/]* ) # Absolute path.
899 ac_srcdir=$srcdir$ac_dir_suffix;
900 ac_top_srcdir=$srcdir ;;
901 *) # Relative path.
902 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
903 ac_top_srcdir=$ac_top_builddir$srcdir ;;
904 esac
906 # Do not use `cd foo && pwd` to compute absolute paths, because
907 # the directories may not exist.
908 case `pwd` in
909 .) ac_abs_builddir="$ac_dir";;
911 case "$ac_dir" in
912 .) ac_abs_builddir=`pwd`;;
913 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
914 *) ac_abs_builddir=`pwd`/"$ac_dir";;
915 esac;;
916 esac
917 case $ac_abs_builddir in
918 .) ac_abs_top_builddir=${ac_top_builddir}.;;
920 case ${ac_top_builddir}. in
921 .) ac_abs_top_builddir=$ac_abs_builddir;;
922 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
923 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
924 esac;;
925 esac
926 case $ac_abs_builddir in
927 .) ac_abs_srcdir=$ac_srcdir;;
929 case $ac_srcdir in
930 .) ac_abs_srcdir=$ac_abs_builddir;;
931 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
932 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
933 esac;;
934 esac
935 case $ac_abs_builddir in
936 .) ac_abs_top_srcdir=$ac_top_srcdir;;
938 case $ac_top_srcdir in
939 .) ac_abs_top_srcdir=$ac_abs_builddir;;
940 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
941 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
942 esac;;
943 esac
945 cd $ac_dir
946 # Check for guested configure; otherwise get Cygnus style configure.
947 if test -f $ac_srcdir/configure.gnu; then
948 echo
949 $SHELL $ac_srcdir/configure.gnu --help=recursive
950 elif test -f $ac_srcdir/configure; then
951 echo
952 $SHELL $ac_srcdir/configure --help=recursive
953 elif test -f $ac_srcdir/configure.ac ||
954 test -f $ac_srcdir/configure.in; then
955 echo
956 $ac_configure --help
957 else
958 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
960 cd $ac_popdir
961 done
964 test -n "$ac_init_help" && exit 0
965 if $ac_init_version; then
966 cat <<\_ACEOF
967 libmudflap configure 1.0
968 generated by GNU Autoconf 2.59
970 Copyright (C) 2003 Free Software Foundation, Inc.
971 This configure script is free software; the Free Software Foundation
972 gives unlimited permission to copy, distribute and modify it.
973 _ACEOF
974 exit 0
976 exec 5>config.log
977 cat >&5 <<_ACEOF
978 This file contains any messages produced by compilers while
979 running configure, to aid debugging if configure makes a mistake.
981 It was created by libmudflap $as_me 1.0, which was
982 generated by GNU Autoconf 2.59. Invocation command line was
984 $ $0 $@
986 _ACEOF
988 cat <<_ASUNAME
989 ## --------- ##
990 ## Platform. ##
991 ## --------- ##
993 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
994 uname -m = `(uname -m) 2>/dev/null || echo unknown`
995 uname -r = `(uname -r) 2>/dev/null || echo unknown`
996 uname -s = `(uname -s) 2>/dev/null || echo unknown`
997 uname -v = `(uname -v) 2>/dev/null || echo unknown`
999 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1000 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1002 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1003 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1004 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1005 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1006 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1007 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1008 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1010 _ASUNAME
1012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1013 for as_dir in $PATH
1015 IFS=$as_save_IFS
1016 test -z "$as_dir" && as_dir=.
1017 echo "PATH: $as_dir"
1018 done
1020 } >&5
1022 cat >&5 <<_ACEOF
1025 ## ----------- ##
1026 ## Core tests. ##
1027 ## ----------- ##
1029 _ACEOF
1032 # Keep a trace of the command line.
1033 # Strip out --no-create and --no-recursion so they do not pile up.
1034 # Strip out --silent because we don't want to record it for future runs.
1035 # Also quote any args containing shell meta-characters.
1036 # Make two passes to allow for proper duplicate-argument suppression.
1037 ac_configure_args=
1038 ac_configure_args0=
1039 ac_configure_args1=
1040 ac_sep=
1041 ac_must_keep_next=false
1042 for ac_pass in 1 2
1044 for ac_arg
1046 case $ac_arg in
1047 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil)
1050 continue ;;
1051 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1052 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1053 esac
1054 case $ac_pass in
1055 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1057 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1058 if test $ac_must_keep_next = true; then
1059 ac_must_keep_next=false # Got value, back to normal.
1060 else
1061 case $ac_arg in
1062 *=* | --config-cache | -C | -disable-* | --disable-* \
1063 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1064 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1065 | -with-* | --with-* | -without-* | --without-* | --x)
1066 case "$ac_configure_args0 " in
1067 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1068 esac
1070 -* ) ac_must_keep_next=true ;;
1071 esac
1073 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1074 # Get rid of the leading space.
1075 ac_sep=" "
1077 esac
1078 done
1079 done
1080 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1081 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1083 # When interrupted or exit'd, cleanup temporary files, and complete
1084 # config.log. We remove comments because anyway the quotes in there
1085 # would cause problems or look ugly.
1086 # WARNING: Be sure not to use single quotes in there, as some shells,
1087 # such as our DU 5.0 friend, will then `close' the trap.
1088 trap 'exit_status=$?
1089 # Save into config.log some information that might help in debugging.
1091 echo
1093 cat <<\_ASBOX
1094 ## ---------------- ##
1095 ## Cache variables. ##
1096 ## ---------------- ##
1097 _ASBOX
1098 echo
1099 # The following way of writing the cache mishandles newlines in values,
1101 (set) 2>&1 |
1102 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1103 *ac_space=\ *)
1104 sed -n \
1105 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1106 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1109 sed -n \
1110 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1112 esac;
1114 echo
1116 cat <<\_ASBOX
1117 ## ----------------- ##
1118 ## Output variables. ##
1119 ## ----------------- ##
1120 _ASBOX
1121 echo
1122 for ac_var in $ac_subst_vars
1124 eval ac_val=$`echo $ac_var`
1125 echo "$ac_var='"'"'$ac_val'"'"'"
1126 done | sort
1127 echo
1129 if test -n "$ac_subst_files"; then
1130 cat <<\_ASBOX
1131 ## ------------- ##
1132 ## Output files. ##
1133 ## ------------- ##
1134 _ASBOX
1135 echo
1136 for ac_var in $ac_subst_files
1138 eval ac_val=$`echo $ac_var`
1139 echo "$ac_var='"'"'$ac_val'"'"'"
1140 done | sort
1141 echo
1144 if test -s confdefs.h; then
1145 cat <<\_ASBOX
1146 ## ----------- ##
1147 ## confdefs.h. ##
1148 ## ----------- ##
1149 _ASBOX
1150 echo
1151 sed "/^$/d" confdefs.h | sort
1152 echo
1154 test "$ac_signal" != 0 &&
1155 echo "$as_me: caught signal $ac_signal"
1156 echo "$as_me: exit $exit_status"
1157 } >&5
1158 rm -f core *.core &&
1159 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1160 exit $exit_status
1162 for ac_signal in 1 2 13 15; do
1163 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1164 done
1165 ac_signal=0
1167 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1168 rm -rf conftest* confdefs.h
1169 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1170 echo >confdefs.h
1172 # Predefined preprocessor variables.
1174 cat >>confdefs.h <<_ACEOF
1175 #define PACKAGE_NAME "$PACKAGE_NAME"
1176 _ACEOF
1179 cat >>confdefs.h <<_ACEOF
1180 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1181 _ACEOF
1184 cat >>confdefs.h <<_ACEOF
1185 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1186 _ACEOF
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_STRING "$PACKAGE_STRING"
1191 _ACEOF
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1196 _ACEOF
1199 # Let the site file select an alternate cache file if it wants to.
1200 # Prefer explicitly selected file to automatically selected ones.
1201 if test -z "$CONFIG_SITE"; then
1202 if test "x$prefix" != xNONE; then
1203 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1204 else
1205 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1208 for ac_site_file in $CONFIG_SITE; do
1209 if test -r "$ac_site_file"; then
1210 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1211 echo "$as_me: loading site script $ac_site_file" >&6;}
1212 sed 's/^/| /' "$ac_site_file" >&5
1213 . "$ac_site_file"
1215 done
1217 if test -r "$cache_file"; then
1218 # Some versions of bash will fail to source /dev/null (special
1219 # files actually), so we avoid doing that.
1220 if test -f "$cache_file"; then
1221 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1222 echo "$as_me: loading cache $cache_file" >&6;}
1223 case $cache_file in
1224 [\\/]* | ?:[\\/]* ) . $cache_file;;
1225 *) . ./$cache_file;;
1226 esac
1228 else
1229 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1230 echo "$as_me: creating cache $cache_file" >&6;}
1231 >$cache_file
1234 # Check that the precious variables saved in the cache have kept the same
1235 # value.
1236 ac_cache_corrupted=false
1237 for ac_var in `(set) 2>&1 |
1238 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1239 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1240 eval ac_new_set=\$ac_env_${ac_var}_set
1241 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1242 eval ac_new_val="\$ac_env_${ac_var}_value"
1243 case $ac_old_set,$ac_new_set in
1244 set,)
1245 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1246 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1247 ac_cache_corrupted=: ;;
1248 ,set)
1249 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1250 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1251 ac_cache_corrupted=: ;;
1252 ,);;
1254 if test "x$ac_old_val" != "x$ac_new_val"; then
1255 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1256 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1257 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1258 echo "$as_me: former value: $ac_old_val" >&2;}
1259 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1260 echo "$as_me: current value: $ac_new_val" >&2;}
1261 ac_cache_corrupted=:
1262 fi;;
1263 esac
1264 # Pass precious variables to config.status.
1265 if test "$ac_new_set" = set; then
1266 case $ac_new_val in
1267 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1268 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1269 *) ac_arg=$ac_var=$ac_new_val ;;
1270 esac
1271 case " $ac_configure_args " in
1272 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1273 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1274 esac
1276 done
1277 if $ac_cache_corrupted; then
1278 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1279 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1280 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1281 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1282 { (exit 1); exit 1; }; }
1285 ac_ext=c
1286 ac_cpp='$CPP $CPPFLAGS'
1287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1288 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1318 ac_aux_dir=
1319 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1320 if test -f $ac_dir/install-sh; then
1321 ac_aux_dir=$ac_dir
1322 ac_install_sh="$ac_aux_dir/install-sh -c"
1323 break
1324 elif test -f $ac_dir/install.sh; then
1325 ac_aux_dir=$ac_dir
1326 ac_install_sh="$ac_aux_dir/install.sh -c"
1327 break
1328 elif test -f $ac_dir/shtool; then
1329 ac_aux_dir=$ac_dir
1330 ac_install_sh="$ac_aux_dir/shtool install -c"
1331 break
1333 done
1334 if test -z "$ac_aux_dir"; then
1335 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1336 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1337 { (exit 1); exit 1; }; }
1339 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1340 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1341 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1343 # Make sure we can run config.sub.
1344 $ac_config_sub sun4 >/dev/null 2>&1 ||
1345 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1346 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1347 { (exit 1); exit 1; }; }
1349 echo "$as_me:$LINENO: checking build system type" >&5
1350 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1351 if test "${ac_cv_build+set}" = set; then
1352 echo $ECHO_N "(cached) $ECHO_C" >&6
1353 else
1354 ac_cv_build_alias=$build_alias
1355 test -z "$ac_cv_build_alias" &&
1356 ac_cv_build_alias=`$ac_config_guess`
1357 test -z "$ac_cv_build_alias" &&
1358 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1359 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1360 { (exit 1); exit 1; }; }
1361 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1362 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1363 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1364 { (exit 1); exit 1; }; }
1367 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1368 echo "${ECHO_T}$ac_cv_build" >&6
1369 build=$ac_cv_build
1370 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1371 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1372 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1375 echo "$as_me:$LINENO: checking host system type" >&5
1376 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1377 if test "${ac_cv_host+set}" = set; then
1378 echo $ECHO_N "(cached) $ECHO_C" >&6
1379 else
1380 ac_cv_host_alias=$host_alias
1381 test -z "$ac_cv_host_alias" &&
1382 ac_cv_host_alias=$ac_cv_build_alias
1383 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1384 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1385 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1386 { (exit 1); exit 1; }; }
1389 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1390 echo "${ECHO_T}$ac_cv_host" >&6
1391 host=$ac_cv_host
1392 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1393 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1394 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1397 echo "$as_me:$LINENO: checking target system type" >&5
1398 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1399 if test "${ac_cv_target+set}" = set; then
1400 echo $ECHO_N "(cached) $ECHO_C" >&6
1401 else
1402 ac_cv_target_alias=$target_alias
1403 test "x$ac_cv_target_alias" = "x" &&
1404 ac_cv_target_alias=$ac_cv_host_alias
1405 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1406 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1407 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1408 { (exit 1); exit 1; }; }
1411 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1412 echo "${ECHO_T}$ac_cv_target" >&6
1413 target=$ac_cv_target
1414 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1415 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1416 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1419 # The aliases save the names the user supplied, while $host etc.
1420 # will get canonicalized.
1421 test -n "$target_alias" &&
1422 test "$program_prefix$program_suffix$program_transform_name" = \
1423 NONENONEs,x,x, &&
1424 program_prefix=${target_alias}-
1426 am__api_version="1.9"
1427 # Find a good install program. We prefer a C program (faster),
1428 # so one script is as good as another. But avoid the broken or
1429 # incompatible versions:
1430 # SysV /etc/install, /usr/sbin/install
1431 # SunOS /usr/etc/install
1432 # IRIX /sbin/install
1433 # AIX /bin/install
1434 # AmigaOS /C/install, which installs bootblocks on floppy discs
1435 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1436 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1437 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1438 # OS/2's system install, which has a completely different semantic
1439 # ./install, which can be erroneously created by make from ./install.sh.
1440 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1441 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1442 if test -z "$INSTALL"; then
1443 if test "${ac_cv_path_install+set}" = set; then
1444 echo $ECHO_N "(cached) $ECHO_C" >&6
1445 else
1446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1447 for as_dir in $PATH
1449 IFS=$as_save_IFS
1450 test -z "$as_dir" && as_dir=.
1451 # Account for people who put trailing slashes in PATH elements.
1452 case $as_dir/ in
1453 ./ | .// | /cC/* | \
1454 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1455 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1456 /usr/ucb/* ) ;;
1458 # OSF1 and SCO ODT 3.0 have their own names for install.
1459 # Don't use installbsd from OSF since it installs stuff as root
1460 # by default.
1461 for ac_prog in ginstall scoinst install; do
1462 for ac_exec_ext in '' $ac_executable_extensions; do
1463 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1464 if test $ac_prog = install &&
1465 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1466 # AIX install. It has an incompatible calling convention.
1468 elif test $ac_prog = install &&
1469 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1470 # program-specific install script used by HP pwplus--don't use.
1472 else
1473 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1474 break 3
1477 done
1478 done
1480 esac
1481 done
1485 if test "${ac_cv_path_install+set}" = set; then
1486 INSTALL=$ac_cv_path_install
1487 else
1488 # As a last resort, use the slow shell script. We don't cache a
1489 # path for INSTALL within a source directory, because that will
1490 # break other packages using the cache if that directory is
1491 # removed, or if the path is relative.
1492 INSTALL=$ac_install_sh
1495 echo "$as_me:$LINENO: result: $INSTALL" >&5
1496 echo "${ECHO_T}$INSTALL" >&6
1498 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1499 # It thinks the first close brace ends the variable substitution.
1500 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1502 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1504 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1506 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1507 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1508 # Just in case
1509 sleep 1
1510 echo timestamp > conftest.file
1511 # Do `set' in a subshell so we don't clobber the current shell's
1512 # arguments. Must try -L first in case configure is actually a
1513 # symlink; some systems play weird games with the mod time of symlinks
1514 # (eg FreeBSD returns the mod time of the symlink's containing
1515 # directory).
1516 if (
1517 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1518 if test "$*" = "X"; then
1519 # -L didn't work.
1520 set X `ls -t $srcdir/configure conftest.file`
1522 rm -f conftest.file
1523 if test "$*" != "X $srcdir/configure conftest.file" \
1524 && test "$*" != "X conftest.file $srcdir/configure"; then
1526 # If neither matched, then we have a broken ls. This can happen
1527 # if, for instance, CONFIG_SHELL is bash and it inherits a
1528 # broken ls alias from the environment. This has actually
1529 # happened. Such a system could not be considered "sane".
1530 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1531 alias in your environment" >&5
1532 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1533 alias in your environment" >&2;}
1534 { (exit 1); exit 1; }; }
1537 test "$2" = conftest.file
1539 then
1540 # Ok.
1542 else
1543 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1544 Check your system clock" >&5
1545 echo "$as_me: error: newly created file is older than distributed files!
1546 Check your system clock" >&2;}
1547 { (exit 1); exit 1; }; }
1549 echo "$as_me:$LINENO: result: yes" >&5
1550 echo "${ECHO_T}yes" >&6
1551 test "$program_prefix" != NONE &&
1552 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1553 # Use a double $ so make ignores it.
1554 test "$program_suffix" != NONE &&
1555 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1556 # Double any \ or $. echo might interpret backslashes.
1557 # By default was `s,x,x', remove it if useless.
1558 cat <<\_ACEOF >conftest.sed
1559 s/[\\$]/&&/g;s/;s,x,x,$//
1560 _ACEOF
1561 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1562 rm conftest.sed
1564 # expand $ac_aux_dir to an absolute path
1565 am_aux_dir=`cd $ac_aux_dir && pwd`
1567 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1568 # Use eval to expand $SHELL
1569 if eval "$MISSING --run true"; then
1570 am_missing_run="$MISSING --run "
1571 else
1572 am_missing_run=
1573 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1574 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1577 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1578 # We used to keeping the `.' as first argument, in order to
1579 # allow $(mkdir_p) to be used without argument. As in
1580 # $(mkdir_p) $(somedir)
1581 # where $(somedir) is conditionally defined. However this is wrong
1582 # for two reasons:
1583 # 1. if the package is installed by a user who cannot write `.'
1584 # make install will fail,
1585 # 2. the above comment should most certainly read
1586 # $(mkdir_p) $(DESTDIR)$(somedir)
1587 # so it does not work when $(somedir) is undefined and
1588 # $(DESTDIR) is not.
1589 # To support the latter case, we have to write
1590 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1591 # so the `.' trick is pointless.
1592 mkdir_p='mkdir -p --'
1593 else
1594 # On NextStep and OpenStep, the `mkdir' command does not
1595 # recognize any option. It will interpret all options as
1596 # directories to create, and then abort because `.' already
1597 # exists.
1598 for d in ./-p ./--version;
1600 test -d $d && rmdir $d
1601 done
1602 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1603 if test -f "$ac_aux_dir/mkinstalldirs"; then
1604 mkdir_p='$(mkinstalldirs)'
1605 else
1606 mkdir_p='$(install_sh) -d'
1610 for ac_prog in gawk mawk nawk awk
1612 # Extract the first word of "$ac_prog", so it can be a program name with args.
1613 set dummy $ac_prog; ac_word=$2
1614 echo "$as_me:$LINENO: checking for $ac_word" >&5
1615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1616 if test "${ac_cv_prog_AWK+set}" = set; then
1617 echo $ECHO_N "(cached) $ECHO_C" >&6
1618 else
1619 if test -n "$AWK"; then
1620 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1621 else
1622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1623 for as_dir in $PATH
1625 IFS=$as_save_IFS
1626 test -z "$as_dir" && as_dir=.
1627 for ac_exec_ext in '' $ac_executable_extensions; do
1628 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1629 ac_cv_prog_AWK="$ac_prog"
1630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1631 break 2
1633 done
1634 done
1638 AWK=$ac_cv_prog_AWK
1639 if test -n "$AWK"; then
1640 echo "$as_me:$LINENO: result: $AWK" >&5
1641 echo "${ECHO_T}$AWK" >&6
1642 else
1643 echo "$as_me:$LINENO: result: no" >&5
1644 echo "${ECHO_T}no" >&6
1647 test -n "$AWK" && break
1648 done
1650 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1651 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1652 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1653 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1654 echo $ECHO_N "(cached) $ECHO_C" >&6
1655 else
1656 cat >conftest.make <<\_ACEOF
1657 all:
1658 @echo 'ac_maketemp="$(MAKE)"'
1659 _ACEOF
1660 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1661 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1662 if test -n "$ac_maketemp"; then
1663 eval ac_cv_prog_make_${ac_make}_set=yes
1664 else
1665 eval ac_cv_prog_make_${ac_make}_set=no
1667 rm -f conftest.make
1669 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1670 echo "$as_me:$LINENO: result: yes" >&5
1671 echo "${ECHO_T}yes" >&6
1672 SET_MAKE=
1673 else
1674 echo "$as_me:$LINENO: result: no" >&5
1675 echo "${ECHO_T}no" >&6
1676 SET_MAKE="MAKE=${MAKE-make}"
1679 rm -rf .tst 2>/dev/null
1680 mkdir .tst 2>/dev/null
1681 if test -d .tst; then
1682 am__leading_dot=.
1683 else
1684 am__leading_dot=_
1686 rmdir .tst 2>/dev/null
1688 # test to see if srcdir already configured
1689 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1690 test -f $srcdir/config.status; then
1691 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1692 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1693 { (exit 1); exit 1; }; }
1696 # test whether we have cygpath
1697 if test -z "$CYGPATH_W"; then
1698 if (cygpath --version) >/dev/null 2>/dev/null; then
1699 CYGPATH_W='cygpath -w'
1700 else
1701 CYGPATH_W=echo
1706 # Define the identity of the package.
1707 PACKAGE='libmudflap'
1708 VERSION='1.0'
1711 cat >>confdefs.h <<_ACEOF
1712 #define PACKAGE "$PACKAGE"
1713 _ACEOF
1716 cat >>confdefs.h <<_ACEOF
1717 #define VERSION "$VERSION"
1718 _ACEOF
1720 # Some tools Automake needs.
1722 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1725 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1728 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1731 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1734 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1736 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1738 # Installed binaries are usually stripped using `strip' when the user
1739 # run `make install-strip'. However `strip' might not be the right
1740 # tool to use in cross-compilation environments, therefore Automake
1741 # will honor the `STRIP' environment variable to overrule this program.
1742 if test "$cross_compiling" != no; then
1743 if test -n "$ac_tool_prefix"; then
1744 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1745 set dummy ${ac_tool_prefix}strip; ac_word=$2
1746 echo "$as_me:$LINENO: checking for $ac_word" >&5
1747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1748 if test "${ac_cv_prog_STRIP+set}" = set; then
1749 echo $ECHO_N "(cached) $ECHO_C" >&6
1750 else
1751 if test -n "$STRIP"; then
1752 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1753 else
1754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1755 for as_dir in $PATH
1757 IFS=$as_save_IFS
1758 test -z "$as_dir" && as_dir=.
1759 for ac_exec_ext in '' $ac_executable_extensions; do
1760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1761 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1763 break 2
1765 done
1766 done
1770 STRIP=$ac_cv_prog_STRIP
1771 if test -n "$STRIP"; then
1772 echo "$as_me:$LINENO: result: $STRIP" >&5
1773 echo "${ECHO_T}$STRIP" >&6
1774 else
1775 echo "$as_me:$LINENO: result: no" >&5
1776 echo "${ECHO_T}no" >&6
1780 if test -z "$ac_cv_prog_STRIP"; then
1781 ac_ct_STRIP=$STRIP
1782 # Extract the first word of "strip", so it can be a program name with args.
1783 set dummy strip; ac_word=$2
1784 echo "$as_me:$LINENO: checking for $ac_word" >&5
1785 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1786 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1787 echo $ECHO_N "(cached) $ECHO_C" >&6
1788 else
1789 if test -n "$ac_ct_STRIP"; then
1790 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1791 else
1792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1793 for as_dir in $PATH
1795 IFS=$as_save_IFS
1796 test -z "$as_dir" && as_dir=.
1797 for ac_exec_ext in '' $ac_executable_extensions; do
1798 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1799 ac_cv_prog_ac_ct_STRIP="strip"
1800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1801 break 2
1803 done
1804 done
1806 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1809 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1810 if test -n "$ac_ct_STRIP"; then
1811 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1812 echo "${ECHO_T}$ac_ct_STRIP" >&6
1813 else
1814 echo "$as_me:$LINENO: result: no" >&5
1815 echo "${ECHO_T}no" >&6
1818 STRIP=$ac_ct_STRIP
1819 else
1820 STRIP="$ac_cv_prog_STRIP"
1824 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1826 # We need awk for the "check" target. The system "awk" is bad on
1827 # some platforms.
1828 # Always define AMTAR for backward compatibility.
1830 AMTAR=${AMTAR-"${am_missing_run}tar"}
1832 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1839 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1840 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1841 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1842 if test "${enable_version_specific_runtime_libs+set}" = set; then
1843 enableval="$enable_version_specific_runtime_libs"
1844 case "$enableval" in
1845 yes) version_specific_libs=yes ;;
1846 no) version_specific_libs=no ;;
1847 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1848 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1849 { (exit 1); exit 1; }; };;
1850 esac
1851 else
1852 version_specific_libs=no
1854 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1855 echo "${ECHO_T}$version_specific_libs" >&6
1857 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1858 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1859 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1860 if test "${enable_maintainer_mode+set}" = set; then
1861 enableval="$enable_maintainer_mode"
1862 USE_MAINTAINER_MODE=$enableval
1863 else
1864 USE_MAINTAINER_MODE=no
1866 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1867 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1870 if test $USE_MAINTAINER_MODE = yes; then
1871 MAINTAINER_MODE_TRUE=
1872 MAINTAINER_MODE_FALSE='#'
1873 else
1874 MAINTAINER_MODE_TRUE='#'
1875 MAINTAINER_MODE_FALSE=
1878 MAINT=$MAINTAINER_MODE_TRUE
1883 # Default to --enable-multilib
1884 # Check whether --enable-multilib or --disable-multilib was given.
1885 if test "${enable_multilib+set}" = set; then
1886 enableval="$enable_multilib"
1887 case "$enableval" in
1888 yes) multilib=yes ;;
1889 no) multilib=no ;;
1890 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1891 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1892 { (exit 1); exit 1; }; } ;;
1893 esac
1894 else
1895 multilib=yes
1898 # We may get other options which we leave undocumented:
1899 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1900 # See config-ml.in if you want the gory details.
1902 if test "$srcdir" = "."; then
1903 if test "$with_target_subdir" != "."; then
1904 multi_basedir="$srcdir/$with_multisrctop../.."
1905 else
1906 multi_basedir="$srcdir/$with_multisrctop.."
1908 else
1909 multi_basedir="$srcdir/.."
1913 ac_config_commands="$ac_config_commands default-1"
1916 target_alias=${target_alias-$host_alias}
1919 ac_config_headers="$ac_config_headers config.h"
1922 ac_ext=c
1923 ac_cpp='$CPP $CPPFLAGS'
1924 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1925 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1926 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1928 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
1929 # We must force CC to /not/ be precious variables; otherwise
1930 # the wrong, non-multilib-adjusted value will be used in multilibs.
1931 # As a side effect, we have to subst CFLAGS ourselves.
1935 ac_ext=c
1936 ac_cpp='$CPP $CPPFLAGS'
1937 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1938 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1939 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1940 if test -n "$ac_tool_prefix"; then
1941 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1942 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1943 echo "$as_me:$LINENO: checking for $ac_word" >&5
1944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1945 if test "${ac_cv_prog_CC+set}" = set; then
1946 echo $ECHO_N "(cached) $ECHO_C" >&6
1947 else
1948 if test -n "$CC"; then
1949 ac_cv_prog_CC="$CC" # Let the user override the test.
1950 else
1951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1952 for as_dir in $PATH
1954 IFS=$as_save_IFS
1955 test -z "$as_dir" && as_dir=.
1956 for ac_exec_ext in '' $ac_executable_extensions; do
1957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1958 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1960 break 2
1962 done
1963 done
1967 CC=$ac_cv_prog_CC
1968 if test -n "$CC"; then
1969 echo "$as_me:$LINENO: result: $CC" >&5
1970 echo "${ECHO_T}$CC" >&6
1971 else
1972 echo "$as_me:$LINENO: result: no" >&5
1973 echo "${ECHO_T}no" >&6
1977 if test -z "$ac_cv_prog_CC"; then
1978 ac_ct_CC=$CC
1979 # Extract the first word of "gcc", so it can be a program name with args.
1980 set dummy gcc; ac_word=$2
1981 echo "$as_me:$LINENO: checking for $ac_word" >&5
1982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1983 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1984 echo $ECHO_N "(cached) $ECHO_C" >&6
1985 else
1986 if test -n "$ac_ct_CC"; then
1987 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1988 else
1989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1990 for as_dir in $PATH
1992 IFS=$as_save_IFS
1993 test -z "$as_dir" && as_dir=.
1994 for ac_exec_ext in '' $ac_executable_extensions; do
1995 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1996 ac_cv_prog_ac_ct_CC="gcc"
1997 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1998 break 2
2000 done
2001 done
2005 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2006 if test -n "$ac_ct_CC"; then
2007 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2008 echo "${ECHO_T}$ac_ct_CC" >&6
2009 else
2010 echo "$as_me:$LINENO: result: no" >&5
2011 echo "${ECHO_T}no" >&6
2014 CC=$ac_ct_CC
2015 else
2016 CC="$ac_cv_prog_CC"
2019 if test -z "$CC"; then
2020 if test -n "$ac_tool_prefix"; then
2021 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2022 set dummy ${ac_tool_prefix}cc; ac_word=$2
2023 echo "$as_me:$LINENO: checking for $ac_word" >&5
2024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2025 if test "${ac_cv_prog_CC+set}" = set; then
2026 echo $ECHO_N "(cached) $ECHO_C" >&6
2027 else
2028 if test -n "$CC"; then
2029 ac_cv_prog_CC="$CC" # Let the user override the test.
2030 else
2031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2032 for as_dir in $PATH
2034 IFS=$as_save_IFS
2035 test -z "$as_dir" && as_dir=.
2036 for ac_exec_ext in '' $ac_executable_extensions; do
2037 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2038 ac_cv_prog_CC="${ac_tool_prefix}cc"
2039 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2040 break 2
2042 done
2043 done
2047 CC=$ac_cv_prog_CC
2048 if test -n "$CC"; then
2049 echo "$as_me:$LINENO: result: $CC" >&5
2050 echo "${ECHO_T}$CC" >&6
2051 else
2052 echo "$as_me:$LINENO: result: no" >&5
2053 echo "${ECHO_T}no" >&6
2057 if test -z "$ac_cv_prog_CC"; then
2058 ac_ct_CC=$CC
2059 # Extract the first word of "cc", so it can be a program name with args.
2060 set dummy cc; ac_word=$2
2061 echo "$as_me:$LINENO: checking for $ac_word" >&5
2062 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2063 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2064 echo $ECHO_N "(cached) $ECHO_C" >&6
2065 else
2066 if test -n "$ac_ct_CC"; then
2067 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2068 else
2069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2070 for as_dir in $PATH
2072 IFS=$as_save_IFS
2073 test -z "$as_dir" && as_dir=.
2074 for ac_exec_ext in '' $ac_executable_extensions; do
2075 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2076 ac_cv_prog_ac_ct_CC="cc"
2077 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2078 break 2
2080 done
2081 done
2085 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2086 if test -n "$ac_ct_CC"; then
2087 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2088 echo "${ECHO_T}$ac_ct_CC" >&6
2089 else
2090 echo "$as_me:$LINENO: result: no" >&5
2091 echo "${ECHO_T}no" >&6
2094 CC=$ac_ct_CC
2095 else
2096 CC="$ac_cv_prog_CC"
2100 if test -z "$CC"; then
2101 # Extract the first word of "cc", so it can be a program name with args.
2102 set dummy cc; ac_word=$2
2103 echo "$as_me:$LINENO: checking for $ac_word" >&5
2104 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2105 if test "${ac_cv_prog_CC+set}" = set; then
2106 echo $ECHO_N "(cached) $ECHO_C" >&6
2107 else
2108 if test -n "$CC"; then
2109 ac_cv_prog_CC="$CC" # Let the user override the test.
2110 else
2111 ac_prog_rejected=no
2112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2113 for as_dir in $PATH
2115 IFS=$as_save_IFS
2116 test -z "$as_dir" && as_dir=.
2117 for ac_exec_ext in '' $ac_executable_extensions; do
2118 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2119 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2120 ac_prog_rejected=yes
2121 continue
2123 ac_cv_prog_CC="cc"
2124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2125 break 2
2127 done
2128 done
2130 if test $ac_prog_rejected = yes; then
2131 # We found a bogon in the path, so make sure we never use it.
2132 set dummy $ac_cv_prog_CC
2133 shift
2134 if test $# != 0; then
2135 # We chose a different compiler from the bogus one.
2136 # However, it has the same basename, so the bogon will be chosen
2137 # first if we set CC to just the basename; use the full file name.
2138 shift
2139 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2144 CC=$ac_cv_prog_CC
2145 if test -n "$CC"; then
2146 echo "$as_me:$LINENO: result: $CC" >&5
2147 echo "${ECHO_T}$CC" >&6
2148 else
2149 echo "$as_me:$LINENO: result: no" >&5
2150 echo "${ECHO_T}no" >&6
2154 if test -z "$CC"; then
2155 if test -n "$ac_tool_prefix"; then
2156 for ac_prog in cl
2158 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2159 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2160 echo "$as_me:$LINENO: checking for $ac_word" >&5
2161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2162 if test "${ac_cv_prog_CC+set}" = set; then
2163 echo $ECHO_N "(cached) $ECHO_C" >&6
2164 else
2165 if test -n "$CC"; then
2166 ac_cv_prog_CC="$CC" # Let the user override the test.
2167 else
2168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2169 for as_dir in $PATH
2171 IFS=$as_save_IFS
2172 test -z "$as_dir" && as_dir=.
2173 for ac_exec_ext in '' $ac_executable_extensions; do
2174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2175 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2177 break 2
2179 done
2180 done
2184 CC=$ac_cv_prog_CC
2185 if test -n "$CC"; then
2186 echo "$as_me:$LINENO: result: $CC" >&5
2187 echo "${ECHO_T}$CC" >&6
2188 else
2189 echo "$as_me:$LINENO: result: no" >&5
2190 echo "${ECHO_T}no" >&6
2193 test -n "$CC" && break
2194 done
2196 if test -z "$CC"; then
2197 ac_ct_CC=$CC
2198 for ac_prog in cl
2200 # Extract the first word of "$ac_prog", so it can be a program name with args.
2201 set dummy $ac_prog; ac_word=$2
2202 echo "$as_me:$LINENO: checking for $ac_word" >&5
2203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2204 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2206 else
2207 if test -n "$ac_ct_CC"; then
2208 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2209 else
2210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2211 for as_dir in $PATH
2213 IFS=$as_save_IFS
2214 test -z "$as_dir" && as_dir=.
2215 for ac_exec_ext in '' $ac_executable_extensions; do
2216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2217 ac_cv_prog_ac_ct_CC="$ac_prog"
2218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2219 break 2
2221 done
2222 done
2226 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2227 if test -n "$ac_ct_CC"; then
2228 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2229 echo "${ECHO_T}$ac_ct_CC" >&6
2230 else
2231 echo "$as_me:$LINENO: result: no" >&5
2232 echo "${ECHO_T}no" >&6
2235 test -n "$ac_ct_CC" && break
2236 done
2238 CC=$ac_ct_CC
2244 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2245 See \`config.log' for more details." >&5
2246 echo "$as_me: error: no acceptable C compiler found in \$PATH
2247 See \`config.log' for more details." >&2;}
2248 { (exit 1); exit 1; }; }
2250 # Provide some information about the compiler.
2251 echo "$as_me:$LINENO:" \
2252 "checking for C compiler version" >&5
2253 ac_compiler=`set X $ac_compile; echo $2`
2254 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2255 (eval $ac_compiler --version </dev/null >&5) 2>&5
2256 ac_status=$?
2257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2258 (exit $ac_status); }
2259 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2260 (eval $ac_compiler -v </dev/null >&5) 2>&5
2261 ac_status=$?
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }
2264 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2265 (eval $ac_compiler -V </dev/null >&5) 2>&5
2266 ac_status=$?
2267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268 (exit $ac_status); }
2270 cat >conftest.$ac_ext <<_ACEOF
2271 /* confdefs.h. */
2272 _ACEOF
2273 cat confdefs.h >>conftest.$ac_ext
2274 cat >>conftest.$ac_ext <<_ACEOF
2275 /* end confdefs.h. */
2278 main ()
2282 return 0;
2284 _ACEOF
2285 ac_clean_files_save=$ac_clean_files
2286 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2287 # Try to create an executable without -o first, disregard a.out.
2288 # It will help us diagnose broken compilers, and finding out an intuition
2289 # of exeext.
2290 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2291 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2292 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2293 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2294 (eval $ac_link_default) 2>&5
2295 ac_status=$?
2296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2297 (exit $ac_status); }; then
2298 # Find the output, starting from the most likely. This scheme is
2299 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2300 # resort.
2302 # Be careful to initialize this variable, since it used to be cached.
2303 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2304 ac_cv_exeext=
2305 # b.out is created by i960 compilers.
2306 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2308 test -f "$ac_file" || continue
2309 case $ac_file in
2310 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2312 conftest.$ac_ext )
2313 # This is the source file.
2315 [ab].out )
2316 # We found the default executable, but exeext='' is most
2317 # certainly right.
2318 break;;
2319 *.* )
2320 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2321 # FIXME: I believe we export ac_cv_exeext for Libtool,
2322 # but it would be cool to find out if it's true. Does anybody
2323 # maintain Libtool? --akim.
2324 export ac_cv_exeext
2325 break;;
2327 break;;
2328 esac
2329 done
2330 else
2331 echo "$as_me: failed program was:" >&5
2332 sed 's/^/| /' conftest.$ac_ext >&5
2334 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2335 See \`config.log' for more details." >&5
2336 echo "$as_me: error: C compiler cannot create executables
2337 See \`config.log' for more details." >&2;}
2338 { (exit 77); exit 77; }; }
2341 ac_exeext=$ac_cv_exeext
2342 echo "$as_me:$LINENO: result: $ac_file" >&5
2343 echo "${ECHO_T}$ac_file" >&6
2345 # Check the compiler produces executables we can run. If not, either
2346 # the compiler is broken, or we cross compile.
2347 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2348 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2349 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2350 # If not cross compiling, check that we can run a simple program.
2351 if test "$cross_compiling" != yes; then
2352 if { ac_try='./$ac_file'
2353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2354 (eval $ac_try) 2>&5
2355 ac_status=$?
2356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357 (exit $ac_status); }; }; then
2358 cross_compiling=no
2359 else
2360 if test "$cross_compiling" = maybe; then
2361 cross_compiling=yes
2362 else
2363 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2364 If you meant to cross compile, use \`--host'.
2365 See \`config.log' for more details." >&5
2366 echo "$as_me: error: cannot run C compiled programs.
2367 If you meant to cross compile, use \`--host'.
2368 See \`config.log' for more details." >&2;}
2369 { (exit 1); exit 1; }; }
2373 echo "$as_me:$LINENO: result: yes" >&5
2374 echo "${ECHO_T}yes" >&6
2376 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2377 ac_clean_files=$ac_clean_files_save
2378 # Check the compiler produces executables we can run. If not, either
2379 # the compiler is broken, or we cross compile.
2380 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2381 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2382 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2383 echo "${ECHO_T}$cross_compiling" >&6
2385 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2386 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2388 (eval $ac_link) 2>&5
2389 ac_status=$?
2390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391 (exit $ac_status); }; then
2392 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2393 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2394 # work properly (i.e., refer to `conftest.exe'), while it won't with
2395 # `rm'.
2396 for ac_file in conftest.exe conftest conftest.*; do
2397 test -f "$ac_file" || continue
2398 case $ac_file in
2399 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2400 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2401 export ac_cv_exeext
2402 break;;
2403 * ) break;;
2404 esac
2405 done
2406 else
2407 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2408 See \`config.log' for more details." >&5
2409 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2410 See \`config.log' for more details." >&2;}
2411 { (exit 1); exit 1; }; }
2414 rm -f conftest$ac_cv_exeext
2415 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2416 echo "${ECHO_T}$ac_cv_exeext" >&6
2418 rm -f conftest.$ac_ext
2419 EXEEXT=$ac_cv_exeext
2420 ac_exeext=$EXEEXT
2421 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2422 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2423 if test "${ac_cv_objext+set}" = set; then
2424 echo $ECHO_N "(cached) $ECHO_C" >&6
2425 else
2426 cat >conftest.$ac_ext <<_ACEOF
2427 /* confdefs.h. */
2428 _ACEOF
2429 cat confdefs.h >>conftest.$ac_ext
2430 cat >>conftest.$ac_ext <<_ACEOF
2431 /* end confdefs.h. */
2434 main ()
2438 return 0;
2440 _ACEOF
2441 rm -f conftest.o conftest.obj
2442 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2443 (eval $ac_compile) 2>&5
2444 ac_status=$?
2445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2446 (exit $ac_status); }; then
2447 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2448 case $ac_file in
2449 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2450 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2451 break;;
2452 esac
2453 done
2454 else
2455 echo "$as_me: failed program was:" >&5
2456 sed 's/^/| /' conftest.$ac_ext >&5
2458 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2459 See \`config.log' for more details." >&5
2460 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2461 See \`config.log' for more details." >&2;}
2462 { (exit 1); exit 1; }; }
2465 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2467 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2468 echo "${ECHO_T}$ac_cv_objext" >&6
2469 OBJEXT=$ac_cv_objext
2470 ac_objext=$OBJEXT
2471 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2472 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2473 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2474 echo $ECHO_N "(cached) $ECHO_C" >&6
2475 else
2476 cat >conftest.$ac_ext <<_ACEOF
2477 /* confdefs.h. */
2478 _ACEOF
2479 cat confdefs.h >>conftest.$ac_ext
2480 cat >>conftest.$ac_ext <<_ACEOF
2481 /* end confdefs.h. */
2484 main ()
2486 #ifndef __GNUC__
2487 choke me
2488 #endif
2491 return 0;
2493 _ACEOF
2494 rm -f conftest.$ac_objext
2495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2496 (eval $ac_compile) 2>conftest.er1
2497 ac_status=$?
2498 grep -v '^ *+' conftest.er1 >conftest.err
2499 rm -f conftest.er1
2500 cat conftest.err >&5
2501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502 (exit $ac_status); } &&
2503 { ac_try='test -z "$ac_c_werror_flag"
2504 || test ! -s conftest.err'
2505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2506 (eval $ac_try) 2>&5
2507 ac_status=$?
2508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2509 (exit $ac_status); }; } &&
2510 { ac_try='test -s conftest.$ac_objext'
2511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2512 (eval $ac_try) 2>&5
2513 ac_status=$?
2514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2515 (exit $ac_status); }; }; then
2516 ac_compiler_gnu=yes
2517 else
2518 echo "$as_me: failed program was:" >&5
2519 sed 's/^/| /' conftest.$ac_ext >&5
2521 ac_compiler_gnu=no
2523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2524 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2527 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2528 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2529 GCC=`test $ac_compiler_gnu = yes && echo yes`
2530 ac_test_CFLAGS=${CFLAGS+set}
2531 ac_save_CFLAGS=$CFLAGS
2532 CFLAGS="-g"
2533 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2534 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2535 if test "${ac_cv_prog_cc_g+set}" = set; then
2536 echo $ECHO_N "(cached) $ECHO_C" >&6
2537 else
2538 cat >conftest.$ac_ext <<_ACEOF
2539 /* confdefs.h. */
2540 _ACEOF
2541 cat confdefs.h >>conftest.$ac_ext
2542 cat >>conftest.$ac_ext <<_ACEOF
2543 /* end confdefs.h. */
2546 main ()
2550 return 0;
2552 _ACEOF
2553 rm -f conftest.$ac_objext
2554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2555 (eval $ac_compile) 2>conftest.er1
2556 ac_status=$?
2557 grep -v '^ *+' conftest.er1 >conftest.err
2558 rm -f conftest.er1
2559 cat conftest.err >&5
2560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2561 (exit $ac_status); } &&
2562 { ac_try='test -z "$ac_c_werror_flag"
2563 || test ! -s conftest.err'
2564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2565 (eval $ac_try) 2>&5
2566 ac_status=$?
2567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568 (exit $ac_status); }; } &&
2569 { ac_try='test -s conftest.$ac_objext'
2570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2571 (eval $ac_try) 2>&5
2572 ac_status=$?
2573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2574 (exit $ac_status); }; }; then
2575 ac_cv_prog_cc_g=yes
2576 else
2577 echo "$as_me: failed program was:" >&5
2578 sed 's/^/| /' conftest.$ac_ext >&5
2580 ac_cv_prog_cc_g=no
2582 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2584 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2585 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2586 if test "$ac_test_CFLAGS" = set; then
2587 CFLAGS=$ac_save_CFLAGS
2588 elif test $ac_cv_prog_cc_g = yes; then
2589 if test "$GCC" = yes; then
2590 CFLAGS="-g -O2"
2591 else
2592 CFLAGS="-g"
2594 else
2595 if test "$GCC" = yes; then
2596 CFLAGS="-O2"
2597 else
2598 CFLAGS=
2601 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2602 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2603 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2604 echo $ECHO_N "(cached) $ECHO_C" >&6
2605 else
2606 ac_cv_prog_cc_stdc=no
2607 ac_save_CC=$CC
2608 cat >conftest.$ac_ext <<_ACEOF
2609 /* confdefs.h. */
2610 _ACEOF
2611 cat confdefs.h >>conftest.$ac_ext
2612 cat >>conftest.$ac_ext <<_ACEOF
2613 /* end confdefs.h. */
2614 #include <stdarg.h>
2615 #include <stdio.h>
2616 #include <sys/types.h>
2617 #include <sys/stat.h>
2618 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2619 struct buf { int x; };
2620 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2621 static char *e (p, i)
2622 char **p;
2623 int i;
2625 return p[i];
2627 static char *f (char * (*g) (char **, int), char **p, ...)
2629 char *s;
2630 va_list v;
2631 va_start (v,p);
2632 s = g (p, va_arg (v,int));
2633 va_end (v);
2634 return s;
2637 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2638 function prototypes and stuff, but not '\xHH' hex character constants.
2639 These don't provoke an error unfortunately, instead are silently treated
2640 as 'x'. The following induces an error, until -std1 is added to get
2641 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2642 array size at least. It's necessary to write '\x00'==0 to get something
2643 that's true only with -std1. */
2644 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2646 int test (int i, double x);
2647 struct s1 {int (*f) (int a);};
2648 struct s2 {int (*f) (double a);};
2649 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2650 int argc;
2651 char **argv;
2653 main ()
2655 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2657 return 0;
2659 _ACEOF
2660 # Don't try gcc -ansi; that turns off useful extensions and
2661 # breaks some systems' header files.
2662 # AIX -qlanglvl=ansi
2663 # Ultrix and OSF/1 -std1
2664 # HP-UX 10.20 and later -Ae
2665 # HP-UX older versions -Aa -D_HPUX_SOURCE
2666 # SVR4 -Xc -D__EXTENSIONS__
2667 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2669 CC="$ac_save_CC $ac_arg"
2670 rm -f conftest.$ac_objext
2671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2672 (eval $ac_compile) 2>conftest.er1
2673 ac_status=$?
2674 grep -v '^ *+' conftest.er1 >conftest.err
2675 rm -f conftest.er1
2676 cat conftest.err >&5
2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678 (exit $ac_status); } &&
2679 { ac_try='test -z "$ac_c_werror_flag"
2680 || test ! -s conftest.err'
2681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2682 (eval $ac_try) 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; } &&
2686 { ac_try='test -s conftest.$ac_objext'
2687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2688 (eval $ac_try) 2>&5
2689 ac_status=$?
2690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2691 (exit $ac_status); }; }; then
2692 ac_cv_prog_cc_stdc=$ac_arg
2693 break
2694 else
2695 echo "$as_me: failed program was:" >&5
2696 sed 's/^/| /' conftest.$ac_ext >&5
2699 rm -f conftest.err conftest.$ac_objext
2700 done
2701 rm -f conftest.$ac_ext conftest.$ac_objext
2702 CC=$ac_save_CC
2706 case "x$ac_cv_prog_cc_stdc" in
2707 x|xno)
2708 echo "$as_me:$LINENO: result: none needed" >&5
2709 echo "${ECHO_T}none needed" >&6 ;;
2711 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2712 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2713 CC="$CC $ac_cv_prog_cc_stdc" ;;
2714 esac
2716 # Some people use a C++ compiler to compile C. Since we use `exit',
2717 # in C++ we need to declare it. In case someone uses the same compiler
2718 # for both compiling C and C++ we need to have the C++ compiler decide
2719 # the declaration of exit, since it's the most demanding environment.
2720 cat >conftest.$ac_ext <<_ACEOF
2721 #ifndef __cplusplus
2722 choke me
2723 #endif
2724 _ACEOF
2725 rm -f conftest.$ac_objext
2726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2727 (eval $ac_compile) 2>conftest.er1
2728 ac_status=$?
2729 grep -v '^ *+' conftest.er1 >conftest.err
2730 rm -f conftest.er1
2731 cat conftest.err >&5
2732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2733 (exit $ac_status); } &&
2734 { ac_try='test -z "$ac_c_werror_flag"
2735 || test ! -s conftest.err'
2736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2737 (eval $ac_try) 2>&5
2738 ac_status=$?
2739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2740 (exit $ac_status); }; } &&
2741 { ac_try='test -s conftest.$ac_objext'
2742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2743 (eval $ac_try) 2>&5
2744 ac_status=$?
2745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }; }; then
2747 for ac_declaration in \
2748 '' \
2749 'extern "C" void std::exit (int) throw (); using std::exit;' \
2750 'extern "C" void std::exit (int); using std::exit;' \
2751 'extern "C" void exit (int) throw ();' \
2752 'extern "C" void exit (int);' \
2753 'void exit (int);'
2755 cat >conftest.$ac_ext <<_ACEOF
2756 /* confdefs.h. */
2757 _ACEOF
2758 cat confdefs.h >>conftest.$ac_ext
2759 cat >>conftest.$ac_ext <<_ACEOF
2760 /* end confdefs.h. */
2761 $ac_declaration
2762 #include <stdlib.h>
2764 main ()
2766 exit (42);
2768 return 0;
2770 _ACEOF
2771 rm -f conftest.$ac_objext
2772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2773 (eval $ac_compile) 2>conftest.er1
2774 ac_status=$?
2775 grep -v '^ *+' conftest.er1 >conftest.err
2776 rm -f conftest.er1
2777 cat conftest.err >&5
2778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2779 (exit $ac_status); } &&
2780 { ac_try='test -z "$ac_c_werror_flag"
2781 || test ! -s conftest.err'
2782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2783 (eval $ac_try) 2>&5
2784 ac_status=$?
2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2786 (exit $ac_status); }; } &&
2787 { ac_try='test -s conftest.$ac_objext'
2788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2789 (eval $ac_try) 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; }; then
2794 else
2795 echo "$as_me: failed program was:" >&5
2796 sed 's/^/| /' conftest.$ac_ext >&5
2798 continue
2800 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2801 cat >conftest.$ac_ext <<_ACEOF
2802 /* confdefs.h. */
2803 _ACEOF
2804 cat confdefs.h >>conftest.$ac_ext
2805 cat >>conftest.$ac_ext <<_ACEOF
2806 /* end confdefs.h. */
2807 $ac_declaration
2809 main ()
2811 exit (42);
2813 return 0;
2815 _ACEOF
2816 rm -f conftest.$ac_objext
2817 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2818 (eval $ac_compile) 2>conftest.er1
2819 ac_status=$?
2820 grep -v '^ *+' conftest.er1 >conftest.err
2821 rm -f conftest.er1
2822 cat conftest.err >&5
2823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2824 (exit $ac_status); } &&
2825 { ac_try='test -z "$ac_c_werror_flag"
2826 || test ! -s conftest.err'
2827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2828 (eval $ac_try) 2>&5
2829 ac_status=$?
2830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2831 (exit $ac_status); }; } &&
2832 { ac_try='test -s conftest.$ac_objext'
2833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2834 (eval $ac_try) 2>&5
2835 ac_status=$?
2836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2837 (exit $ac_status); }; }; then
2838 break
2839 else
2840 echo "$as_me: failed program was:" >&5
2841 sed 's/^/| /' conftest.$ac_ext >&5
2844 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2845 done
2846 rm -f conftest*
2847 if test -n "$ac_declaration"; then
2848 echo '#ifdef __cplusplus' >>confdefs.h
2849 echo $ac_declaration >>confdefs.h
2850 echo '#endif' >>confdefs.h
2853 else
2854 echo "$as_me: failed program was:" >&5
2855 sed 's/^/| /' conftest.$ac_ext >&5
2858 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2859 ac_ext=c
2860 ac_cpp='$CPP $CPPFLAGS'
2861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2864 DEPDIR="${am__leading_dot}deps"
2866 ac_config_commands="$ac_config_commands depfiles"
2869 am_make=${MAKE-make}
2870 cat > confinc << 'END'
2871 am__doit:
2872 @echo done
2873 .PHONY: am__doit
2875 # If we don't find an include directive, just comment out the code.
2876 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2877 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2878 am__include="#"
2879 am__quote=
2880 _am_result=none
2881 # First try GNU make style include.
2882 echo "include confinc" > confmf
2883 # We grep out `Entering directory' and `Leaving directory'
2884 # messages which can occur if `w' ends up in MAKEFLAGS.
2885 # In particular we don't look at `^make:' because GNU make might
2886 # be invoked under some other name (usually "gmake"), in which
2887 # case it prints its new name instead of `make'.
2888 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2889 am__include=include
2890 am__quote=
2891 _am_result=GNU
2893 # Now try BSD make style include.
2894 if test "$am__include" = "#"; then
2895 echo '.include "confinc"' > confmf
2896 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2897 am__include=.include
2898 am__quote="\""
2899 _am_result=BSD
2904 echo "$as_me:$LINENO: result: $_am_result" >&5
2905 echo "${ECHO_T}$_am_result" >&6
2906 rm -f confinc confmf
2908 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2909 if test "${enable_dependency_tracking+set}" = set; then
2910 enableval="$enable_dependency_tracking"
2913 if test "x$enable_dependency_tracking" != xno; then
2914 am_depcomp="$ac_aux_dir/depcomp"
2915 AMDEPBACKSLASH='\'
2919 if test "x$enable_dependency_tracking" != xno; then
2920 AMDEP_TRUE=
2921 AMDEP_FALSE='#'
2922 else
2923 AMDEP_TRUE='#'
2924 AMDEP_FALSE=
2930 depcc="$CC" am_compiler_list=
2932 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2933 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2934 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2935 echo $ECHO_N "(cached) $ECHO_C" >&6
2936 else
2937 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2938 # We make a subdir and do the tests there. Otherwise we can end up
2939 # making bogus files that we don't know about and never remove. For
2940 # instance it was reported that on HP-UX the gcc test will end up
2941 # making a dummy file named `D' -- because `-MD' means `put the output
2942 # in D'.
2943 mkdir conftest.dir
2944 # Copy depcomp to subdir because otherwise we won't find it if we're
2945 # using a relative directory.
2946 cp "$am_depcomp" conftest.dir
2947 cd conftest.dir
2948 # We will build objects and dependencies in a subdirectory because
2949 # it helps to detect inapplicable dependency modes. For instance
2950 # both Tru64's cc and ICC support -MD to output dependencies as a
2951 # side effect of compilation, but ICC will put the dependencies in
2952 # the current directory while Tru64 will put them in the object
2953 # directory.
2954 mkdir sub
2956 am_cv_CC_dependencies_compiler_type=none
2957 if test "$am_compiler_list" = ""; then
2958 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2960 for depmode in $am_compiler_list; do
2961 # Setup a source with many dependencies, because some compilers
2962 # like to wrap large dependency lists on column 80 (with \), and
2963 # we should not choose a depcomp mode which is confused by this.
2965 # We need to recreate these files for each test, as the compiler may
2966 # overwrite some of them when testing with obscure command lines.
2967 # This happens at least with the AIX C compiler.
2968 : > sub/conftest.c
2969 for i in 1 2 3 4 5 6; do
2970 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2971 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2972 # Solaris 8's {/usr,}/bin/sh.
2973 touch sub/conftst$i.h
2974 done
2975 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2977 case $depmode in
2978 nosideeffect)
2979 # after this tag, mechanisms are not by side-effect, so they'll
2980 # only be used when explicitly requested
2981 if test "x$enable_dependency_tracking" = xyes; then
2982 continue
2983 else
2984 break
2987 none) break ;;
2988 esac
2989 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2990 # mode. It turns out that the SunPro C++ compiler does not properly
2991 # handle `-M -o', and we need to detect this.
2992 if depmode=$depmode \
2993 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2994 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2995 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2996 >/dev/null 2>conftest.err &&
2997 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2998 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2999 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3000 # icc doesn't choke on unknown options, it will just issue warnings
3001 # or remarks (even with -Werror). So we grep stderr for any message
3002 # that says an option was ignored or not supported.
3003 # When given -MP, icc 7.0 and 7.1 complain thusly:
3004 # icc: Command line warning: ignoring option '-M'; no argument required
3005 # The diagnosis changed in icc 8.0:
3006 # icc: Command line remark: option '-MP' not supported
3007 if (grep 'ignoring option' conftest.err ||
3008 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3009 am_cv_CC_dependencies_compiler_type=$depmode
3010 break
3013 done
3015 cd ..
3016 rm -rf conftest.dir
3017 else
3018 am_cv_CC_dependencies_compiler_type=none
3022 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3023 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3024 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3029 test "x$enable_dependency_tracking" != xno \
3030 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3031 am__fastdepCC_TRUE=
3032 am__fastdepCC_FALSE='#'
3033 else
3034 am__fastdepCC_TRUE='#'
3035 am__fastdepCC_FALSE=
3043 if test "x$GCC" != "xyes"; then
3044 { { echo "$as_me:$LINENO: error: libmudflap must be built with GCC" >&5
3045 echo "$as_me: error: libmudflap must be built with GCC" >&2;}
3046 { (exit 1); exit 1; }; }
3048 ac_ext=c
3049 ac_cpp='$CPP $CPPFLAGS'
3050 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3051 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3052 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3053 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3054 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3055 # On Suns, sometimes $CPP names a directory.
3056 if test -n "$CPP" && test -d "$CPP"; then
3057 CPP=
3059 if test -z "$CPP"; then
3060 if test "${ac_cv_prog_CPP+set}" = set; then
3061 echo $ECHO_N "(cached) $ECHO_C" >&6
3062 else
3063 # Double quotes because CPP needs to be expanded
3064 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3066 ac_preproc_ok=false
3067 for ac_c_preproc_warn_flag in '' yes
3069 # Use a header file that comes with gcc, so configuring glibc
3070 # with a fresh cross-compiler works.
3071 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3072 # <limits.h> exists even on freestanding compilers.
3073 # On the NeXT, cc -E runs the code through the compiler's parser,
3074 # not just through cpp. "Syntax error" is here to catch this case.
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3081 #ifdef __STDC__
3082 # include <limits.h>
3083 #else
3084 # include <assert.h>
3085 #endif
3086 Syntax error
3087 _ACEOF
3088 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3089 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3090 ac_status=$?
3091 grep -v '^ *+' conftest.er1 >conftest.err
3092 rm -f conftest.er1
3093 cat conftest.err >&5
3094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3095 (exit $ac_status); } >/dev/null; then
3096 if test -s conftest.err; then
3097 ac_cpp_err=$ac_c_preproc_warn_flag
3098 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3099 else
3100 ac_cpp_err=
3102 else
3103 ac_cpp_err=yes
3105 if test -z "$ac_cpp_err"; then
3107 else
3108 echo "$as_me: failed program was:" >&5
3109 sed 's/^/| /' conftest.$ac_ext >&5
3111 # Broken: fails on valid input.
3112 continue
3114 rm -f conftest.err conftest.$ac_ext
3116 # OK, works on sane cases. Now check whether non-existent headers
3117 # can be detected and how.
3118 cat >conftest.$ac_ext <<_ACEOF
3119 /* confdefs.h. */
3120 _ACEOF
3121 cat confdefs.h >>conftest.$ac_ext
3122 cat >>conftest.$ac_ext <<_ACEOF
3123 /* end confdefs.h. */
3124 #include <ac_nonexistent.h>
3125 _ACEOF
3126 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3127 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3128 ac_status=$?
3129 grep -v '^ *+' conftest.er1 >conftest.err
3130 rm -f conftest.er1
3131 cat conftest.err >&5
3132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3133 (exit $ac_status); } >/dev/null; then
3134 if test -s conftest.err; then
3135 ac_cpp_err=$ac_c_preproc_warn_flag
3136 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3137 else
3138 ac_cpp_err=
3140 else
3141 ac_cpp_err=yes
3143 if test -z "$ac_cpp_err"; then
3144 # Broken: success on invalid input.
3145 continue
3146 else
3147 echo "$as_me: failed program was:" >&5
3148 sed 's/^/| /' conftest.$ac_ext >&5
3150 # Passes both tests.
3151 ac_preproc_ok=:
3152 break
3154 rm -f conftest.err conftest.$ac_ext
3156 done
3157 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3158 rm -f conftest.err conftest.$ac_ext
3159 if $ac_preproc_ok; then
3160 break
3163 done
3164 ac_cv_prog_CPP=$CPP
3167 CPP=$ac_cv_prog_CPP
3168 else
3169 ac_cv_prog_CPP=$CPP
3171 echo "$as_me:$LINENO: result: $CPP" >&5
3172 echo "${ECHO_T}$CPP" >&6
3173 ac_preproc_ok=false
3174 for ac_c_preproc_warn_flag in '' yes
3176 # Use a header file that comes with gcc, so configuring glibc
3177 # with a fresh cross-compiler works.
3178 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3179 # <limits.h> exists even on freestanding compilers.
3180 # On the NeXT, cc -E runs the code through the compiler's parser,
3181 # not just through cpp. "Syntax error" is here to catch this case.
3182 cat >conftest.$ac_ext <<_ACEOF
3183 /* confdefs.h. */
3184 _ACEOF
3185 cat confdefs.h >>conftest.$ac_ext
3186 cat >>conftest.$ac_ext <<_ACEOF
3187 /* end confdefs.h. */
3188 #ifdef __STDC__
3189 # include <limits.h>
3190 #else
3191 # include <assert.h>
3192 #endif
3193 Syntax error
3194 _ACEOF
3195 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3196 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3197 ac_status=$?
3198 grep -v '^ *+' conftest.er1 >conftest.err
3199 rm -f conftest.er1
3200 cat conftest.err >&5
3201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202 (exit $ac_status); } >/dev/null; then
3203 if test -s conftest.err; then
3204 ac_cpp_err=$ac_c_preproc_warn_flag
3205 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3206 else
3207 ac_cpp_err=
3209 else
3210 ac_cpp_err=yes
3212 if test -z "$ac_cpp_err"; then
3214 else
3215 echo "$as_me: failed program was:" >&5
3216 sed 's/^/| /' conftest.$ac_ext >&5
3218 # Broken: fails on valid input.
3219 continue
3221 rm -f conftest.err conftest.$ac_ext
3223 # OK, works on sane cases. Now check whether non-existent headers
3224 # can be detected and how.
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h. */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h. */
3231 #include <ac_nonexistent.h>
3232 _ACEOF
3233 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3234 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3235 ac_status=$?
3236 grep -v '^ *+' conftest.er1 >conftest.err
3237 rm -f conftest.er1
3238 cat conftest.err >&5
3239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3240 (exit $ac_status); } >/dev/null; then
3241 if test -s conftest.err; then
3242 ac_cpp_err=$ac_c_preproc_warn_flag
3243 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3244 else
3245 ac_cpp_err=
3247 else
3248 ac_cpp_err=yes
3250 if test -z "$ac_cpp_err"; then
3251 # Broken: success on invalid input.
3252 continue
3253 else
3254 echo "$as_me: failed program was:" >&5
3255 sed 's/^/| /' conftest.$ac_ext >&5
3257 # Passes both tests.
3258 ac_preproc_ok=:
3259 break
3261 rm -f conftest.err conftest.$ac_ext
3263 done
3264 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3265 rm -f conftest.err conftest.$ac_ext
3266 if $ac_preproc_ok; then
3268 else
3269 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3270 See \`config.log' for more details." >&5
3271 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3272 See \`config.log' for more details." >&2;}
3273 { (exit 1); exit 1; }; }
3276 ac_ext=c
3277 ac_cpp='$CPP $CPPFLAGS'
3278 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3279 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3280 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3283 # Some hosts don't have dlsym(RTLD_NEXT, "symbol") for use in
3284 # symbol interposition. We disable shared libraries for these.
3285 echo "$as_me:$LINENO: checking whether dlsym(RTLD_NEXT,...) is available" >&5
3286 echo $ECHO_N "checking whether dlsym(RTLD_NEXT,...) is available... $ECHO_C" >&6
3288 cat >conftest.$ac_ext <<_ACEOF
3289 /* confdefs.h. */
3290 _ACEOF
3291 cat confdefs.h >>conftest.$ac_ext
3292 cat >>conftest.$ac_ext <<_ACEOF
3293 /* end confdefs.h. */
3295 #define _GNU_SOURCE
3296 #include <dlfcn.h>
3299 main ()
3301 void *foo = dlsym (RTLD_NEXT, "exit");
3303 return 0;
3305 _ACEOF
3306 rm -f conftest.$ac_objext
3307 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3308 (eval $ac_compile) 2>conftest.er1
3309 ac_status=$?
3310 grep -v '^ *+' conftest.er1 >conftest.err
3311 rm -f conftest.er1
3312 cat conftest.err >&5
3313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3314 (exit $ac_status); } &&
3315 { ac_try='test -z "$ac_c_werror_flag"
3316 || test ! -s conftest.err'
3317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3318 (eval $ac_try) 2>&5
3319 ac_status=$?
3320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3321 (exit $ac_status); }; } &&
3322 { ac_try='test -s conftest.$ac_objext'
3323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3324 (eval $ac_try) 2>&5
3325 ac_status=$?
3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 (exit $ac_status); }; }; then
3328 echo "$as_me:$LINENO: result: yes" >&5
3329 echo "${ECHO_T}yes" >&6
3330 else
3331 echo "$as_me: failed program was:" >&5
3332 sed 's/^/| /' conftest.$ac_ext >&5
3334 echo "$as_me:$LINENO: result: no" >&5
3335 echo "${ECHO_T}no" >&6
3336 enable_shared=no
3338 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3341 echo "$as_me:$LINENO: checking for egrep" >&5
3342 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3343 if test "${ac_cv_prog_egrep+set}" = set; then
3344 echo $ECHO_N "(cached) $ECHO_C" >&6
3345 else
3346 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3347 then ac_cv_prog_egrep='grep -E'
3348 else ac_cv_prog_egrep='egrep'
3351 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3352 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3353 EGREP=$ac_cv_prog_egrep
3356 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3357 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3358 if test "${ac_cv_header_stdc+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361 cat >conftest.$ac_ext <<_ACEOF
3362 /* confdefs.h. */
3363 _ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3367 #include <stdlib.h>
3368 #include <stdarg.h>
3369 #include <string.h>
3370 #include <float.h>
3373 main ()
3377 return 0;
3379 _ACEOF
3380 rm -f conftest.$ac_objext
3381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3382 (eval $ac_compile) 2>conftest.er1
3383 ac_status=$?
3384 grep -v '^ *+' conftest.er1 >conftest.err
3385 rm -f conftest.er1
3386 cat conftest.err >&5
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); } &&
3389 { ac_try='test -z "$ac_c_werror_flag"
3390 || test ! -s conftest.err'
3391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3392 (eval $ac_try) 2>&5
3393 ac_status=$?
3394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3395 (exit $ac_status); }; } &&
3396 { ac_try='test -s conftest.$ac_objext'
3397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3398 (eval $ac_try) 2>&5
3399 ac_status=$?
3400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3401 (exit $ac_status); }; }; then
3402 ac_cv_header_stdc=yes
3403 else
3404 echo "$as_me: failed program was:" >&5
3405 sed 's/^/| /' conftest.$ac_ext >&5
3407 ac_cv_header_stdc=no
3409 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3411 if test $ac_cv_header_stdc = yes; then
3412 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3413 cat >conftest.$ac_ext <<_ACEOF
3414 /* confdefs.h. */
3415 _ACEOF
3416 cat confdefs.h >>conftest.$ac_ext
3417 cat >>conftest.$ac_ext <<_ACEOF
3418 /* end confdefs.h. */
3419 #include <string.h>
3421 _ACEOF
3422 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3423 $EGREP "memchr" >/dev/null 2>&1; then
3425 else
3426 ac_cv_header_stdc=no
3428 rm -f conftest*
3432 if test $ac_cv_header_stdc = yes; then
3433 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3434 cat >conftest.$ac_ext <<_ACEOF
3435 /* confdefs.h. */
3436 _ACEOF
3437 cat confdefs.h >>conftest.$ac_ext
3438 cat >>conftest.$ac_ext <<_ACEOF
3439 /* end confdefs.h. */
3440 #include <stdlib.h>
3442 _ACEOF
3443 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3444 $EGREP "free" >/dev/null 2>&1; then
3446 else
3447 ac_cv_header_stdc=no
3449 rm -f conftest*
3453 if test $ac_cv_header_stdc = yes; then
3454 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3455 if test "$cross_compiling" = yes; then
3457 else
3458 cat >conftest.$ac_ext <<_ACEOF
3459 /* confdefs.h. */
3460 _ACEOF
3461 cat confdefs.h >>conftest.$ac_ext
3462 cat >>conftest.$ac_ext <<_ACEOF
3463 /* end confdefs.h. */
3464 #include <ctype.h>
3465 #if ((' ' & 0x0FF) == 0x020)
3466 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3467 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3468 #else
3469 # define ISLOWER(c) \
3470 (('a' <= (c) && (c) <= 'i') \
3471 || ('j' <= (c) && (c) <= 'r') \
3472 || ('s' <= (c) && (c) <= 'z'))
3473 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3474 #endif
3476 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3478 main ()
3480 int i;
3481 for (i = 0; i < 256; i++)
3482 if (XOR (islower (i), ISLOWER (i))
3483 || toupper (i) != TOUPPER (i))
3484 exit(2);
3485 exit (0);
3487 _ACEOF
3488 rm -f conftest$ac_exeext
3489 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3490 (eval $ac_link) 2>&5
3491 ac_status=$?
3492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3493 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3495 (eval $ac_try) 2>&5
3496 ac_status=$?
3497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498 (exit $ac_status); }; }; then
3500 else
3501 echo "$as_me: program exited with status $ac_status" >&5
3502 echo "$as_me: failed program was:" >&5
3503 sed 's/^/| /' conftest.$ac_ext >&5
3505 ( exit $ac_status )
3506 ac_cv_header_stdc=no
3508 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3512 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3513 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3514 if test $ac_cv_header_stdc = yes; then
3516 cat >>confdefs.h <<\_ACEOF
3517 #define STDC_HEADERS 1
3518 _ACEOF
3522 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3532 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3533 inttypes.h stdint.h unistd.h
3535 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3536 echo "$as_me:$LINENO: checking for $ac_header" >&5
3537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3538 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3539 echo $ECHO_N "(cached) $ECHO_C" >&6
3540 else
3541 cat >conftest.$ac_ext <<_ACEOF
3542 /* confdefs.h. */
3543 _ACEOF
3544 cat confdefs.h >>conftest.$ac_ext
3545 cat >>conftest.$ac_ext <<_ACEOF
3546 /* end confdefs.h. */
3547 $ac_includes_default
3549 #include <$ac_header>
3550 _ACEOF
3551 rm -f conftest.$ac_objext
3552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3553 (eval $ac_compile) 2>conftest.er1
3554 ac_status=$?
3555 grep -v '^ *+' conftest.er1 >conftest.err
3556 rm -f conftest.er1
3557 cat conftest.err >&5
3558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 (exit $ac_status); } &&
3560 { ac_try='test -z "$ac_c_werror_flag"
3561 || test ! -s conftest.err'
3562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3563 (eval $ac_try) 2>&5
3564 ac_status=$?
3565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3566 (exit $ac_status); }; } &&
3567 { ac_try='test -s conftest.$ac_objext'
3568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3569 (eval $ac_try) 2>&5
3570 ac_status=$?
3571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572 (exit $ac_status); }; }; then
3573 eval "$as_ac_Header=yes"
3574 else
3575 echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3578 eval "$as_ac_Header=no"
3580 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3582 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3583 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3584 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3585 cat >>confdefs.h <<_ACEOF
3586 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3587 _ACEOF
3591 done
3613 for ac_header in stdint.h execinfo.h signal.h dlfcn.h dirent.h pwd.h grp.h \
3614 netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
3615 sys/socket.h netinet/in.h arpa/inet.h dlfcn.h sys/mman.h
3617 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3618 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3619 echo "$as_me:$LINENO: checking for $ac_header" >&5
3620 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3621 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3622 echo $ECHO_N "(cached) $ECHO_C" >&6
3624 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3625 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3626 else
3627 # Is the header compilable?
3628 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3629 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3630 cat >conftest.$ac_ext <<_ACEOF
3631 /* confdefs.h. */
3632 _ACEOF
3633 cat confdefs.h >>conftest.$ac_ext
3634 cat >>conftest.$ac_ext <<_ACEOF
3635 /* end confdefs.h. */
3636 $ac_includes_default
3637 #include <$ac_header>
3638 _ACEOF
3639 rm -f conftest.$ac_objext
3640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3641 (eval $ac_compile) 2>conftest.er1
3642 ac_status=$?
3643 grep -v '^ *+' conftest.er1 >conftest.err
3644 rm -f conftest.er1
3645 cat conftest.err >&5
3646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3647 (exit $ac_status); } &&
3648 { ac_try='test -z "$ac_c_werror_flag"
3649 || test ! -s conftest.err'
3650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3651 (eval $ac_try) 2>&5
3652 ac_status=$?
3653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3654 (exit $ac_status); }; } &&
3655 { ac_try='test -s conftest.$ac_objext'
3656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3657 (eval $ac_try) 2>&5
3658 ac_status=$?
3659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3660 (exit $ac_status); }; }; then
3661 ac_header_compiler=yes
3662 else
3663 echo "$as_me: failed program was:" >&5
3664 sed 's/^/| /' conftest.$ac_ext >&5
3666 ac_header_compiler=no
3668 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3669 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3670 echo "${ECHO_T}$ac_header_compiler" >&6
3672 # Is the header present?
3673 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3674 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3675 cat >conftest.$ac_ext <<_ACEOF
3676 /* confdefs.h. */
3677 _ACEOF
3678 cat confdefs.h >>conftest.$ac_ext
3679 cat >>conftest.$ac_ext <<_ACEOF
3680 /* end confdefs.h. */
3681 #include <$ac_header>
3682 _ACEOF
3683 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3684 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3685 ac_status=$?
3686 grep -v '^ *+' conftest.er1 >conftest.err
3687 rm -f conftest.er1
3688 cat conftest.err >&5
3689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3690 (exit $ac_status); } >/dev/null; then
3691 if test -s conftest.err; then
3692 ac_cpp_err=$ac_c_preproc_warn_flag
3693 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3694 else
3695 ac_cpp_err=
3697 else
3698 ac_cpp_err=yes
3700 if test -z "$ac_cpp_err"; then
3701 ac_header_preproc=yes
3702 else
3703 echo "$as_me: failed program was:" >&5
3704 sed 's/^/| /' conftest.$ac_ext >&5
3706 ac_header_preproc=no
3708 rm -f conftest.err conftest.$ac_ext
3709 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3710 echo "${ECHO_T}$ac_header_preproc" >&6
3712 # So? What about this header?
3713 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3714 yes:no: )
3715 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3716 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3717 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3718 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3719 ac_header_preproc=yes
3721 no:yes:* )
3722 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3723 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3724 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3725 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3726 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3727 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3728 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3729 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3730 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3731 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3732 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3733 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3735 cat <<\_ASBOX
3736 ## ------------------------------------- ##
3737 ## Report this to the libmudflap lists. ##
3738 ## ------------------------------------- ##
3739 _ASBOX
3741 sed "s/^/$as_me: WARNING: /" >&2
3743 esac
3744 echo "$as_me:$LINENO: checking for $ac_header" >&5
3745 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3746 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3747 echo $ECHO_N "(cached) $ECHO_C" >&6
3748 else
3749 eval "$as_ac_Header=\$ac_header_preproc"
3751 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3752 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3755 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3756 cat >>confdefs.h <<_ACEOF
3757 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3758 _ACEOF
3762 done
3769 for ac_func in backtrace backtrace_symbols gettimeofday signal
3771 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3772 echo "$as_me:$LINENO: checking for $ac_func" >&5
3773 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3774 if eval "test \"\${$as_ac_var+set}\" = set"; then
3775 echo $ECHO_N "(cached) $ECHO_C" >&6
3776 else
3777 cat >conftest.$ac_ext <<_ACEOF
3778 /* confdefs.h. */
3779 _ACEOF
3780 cat confdefs.h >>conftest.$ac_ext
3781 cat >>conftest.$ac_ext <<_ACEOF
3782 /* end confdefs.h. */
3783 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3784 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3785 #define $ac_func innocuous_$ac_func
3787 /* System header to define __stub macros and hopefully few prototypes,
3788 which can conflict with char $ac_func (); below.
3789 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3790 <limits.h> exists even on freestanding compilers. */
3792 #ifdef __STDC__
3793 # include <limits.h>
3794 #else
3795 # include <assert.h>
3796 #endif
3798 #undef $ac_func
3800 /* Override any gcc2 internal prototype to avoid an error. */
3801 #ifdef __cplusplus
3802 extern "C"
3804 #endif
3805 /* We use char because int might match the return type of a gcc2
3806 builtin and then its argument prototype would still apply. */
3807 char $ac_func ();
3808 /* The GNU C library defines this for functions which it implements
3809 to always fail with ENOSYS. Some functions are actually named
3810 something starting with __ and the normal name is an alias. */
3811 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3812 choke me
3813 #else
3814 char (*f) () = $ac_func;
3815 #endif
3816 #ifdef __cplusplus
3818 #endif
3821 main ()
3823 return f != $ac_func;
3825 return 0;
3827 _ACEOF
3828 rm -f conftest.$ac_objext conftest$ac_exeext
3829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3830 (eval $ac_link) 2>conftest.er1
3831 ac_status=$?
3832 grep -v '^ *+' conftest.er1 >conftest.err
3833 rm -f conftest.er1
3834 cat conftest.err >&5
3835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3836 (exit $ac_status); } &&
3837 { ac_try='test -z "$ac_c_werror_flag"
3838 || test ! -s conftest.err'
3839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3840 (eval $ac_try) 2>&5
3841 ac_status=$?
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); }; } &&
3844 { ac_try='test -s conftest$ac_exeext'
3845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3846 (eval $ac_try) 2>&5
3847 ac_status=$?
3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3849 (exit $ac_status); }; }; then
3850 eval "$as_ac_var=yes"
3851 else
3852 echo "$as_me: failed program was:" >&5
3853 sed 's/^/| /' conftest.$ac_ext >&5
3855 eval "$as_ac_var=no"
3857 rm -f conftest.err conftest.$ac_objext \
3858 conftest$ac_exeext conftest.$ac_ext
3860 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3861 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3862 if test `eval echo '${'$as_ac_var'}'` = yes; then
3863 cat >>confdefs.h <<_ACEOF
3864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
3865 _ACEOF
3868 done
3875 for ac_func in fopen64 fseeko64 ftello64 stat64 freopen64
3877 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3878 echo "$as_me:$LINENO: checking for $ac_func" >&5
3879 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3880 if eval "test \"\${$as_ac_var+set}\" = set"; then
3881 echo $ECHO_N "(cached) $ECHO_C" >&6
3882 else
3883 cat >conftest.$ac_ext <<_ACEOF
3884 /* confdefs.h. */
3885 _ACEOF
3886 cat confdefs.h >>conftest.$ac_ext
3887 cat >>conftest.$ac_ext <<_ACEOF
3888 /* end confdefs.h. */
3889 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3890 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3891 #define $ac_func innocuous_$ac_func
3893 /* System header to define __stub macros and hopefully few prototypes,
3894 which can conflict with char $ac_func (); below.
3895 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3896 <limits.h> exists even on freestanding compilers. */
3898 #ifdef __STDC__
3899 # include <limits.h>
3900 #else
3901 # include <assert.h>
3902 #endif
3904 #undef $ac_func
3906 /* Override any gcc2 internal prototype to avoid an error. */
3907 #ifdef __cplusplus
3908 extern "C"
3910 #endif
3911 /* We use char because int might match the return type of a gcc2
3912 builtin and then its argument prototype would still apply. */
3913 char $ac_func ();
3914 /* The GNU C library defines this for functions which it implements
3915 to always fail with ENOSYS. Some functions are actually named
3916 something starting with __ and the normal name is an alias. */
3917 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3918 choke me
3919 #else
3920 char (*f) () = $ac_func;
3921 #endif
3922 #ifdef __cplusplus
3924 #endif
3927 main ()
3929 return f != $ac_func;
3931 return 0;
3933 _ACEOF
3934 rm -f conftest.$ac_objext conftest$ac_exeext
3935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3936 (eval $ac_link) 2>conftest.er1
3937 ac_status=$?
3938 grep -v '^ *+' conftest.er1 >conftest.err
3939 rm -f conftest.er1
3940 cat conftest.err >&5
3941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3942 (exit $ac_status); } &&
3943 { ac_try='test -z "$ac_c_werror_flag"
3944 || test ! -s conftest.err'
3945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3946 (eval $ac_try) 2>&5
3947 ac_status=$?
3948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3949 (exit $ac_status); }; } &&
3950 { ac_try='test -s conftest$ac_exeext'
3951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3952 (eval $ac_try) 2>&5
3953 ac_status=$?
3954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3955 (exit $ac_status); }; }; then
3956 eval "$as_ac_var=yes"
3957 else
3958 echo "$as_me: failed program was:" >&5
3959 sed 's/^/| /' conftest.$ac_ext >&5
3961 eval "$as_ac_var=no"
3963 rm -f conftest.err conftest.$ac_objext \
3964 conftest$ac_exeext conftest.$ac_ext
3966 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3967 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3968 if test `eval echo '${'$as_ac_var'}'` = yes; then
3969 cat >>confdefs.h <<_ACEOF
3970 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
3971 _ACEOF
3974 done
3980 for ac_func in setbuf setbuffer setlinebuf setvbuf
3982 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3983 echo "$as_me:$LINENO: checking for $ac_func" >&5
3984 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3985 if eval "test \"\${$as_ac_var+set}\" = set"; then
3986 echo $ECHO_N "(cached) $ECHO_C" >&6
3987 else
3988 cat >conftest.$ac_ext <<_ACEOF
3989 /* confdefs.h. */
3990 _ACEOF
3991 cat confdefs.h >>conftest.$ac_ext
3992 cat >>conftest.$ac_ext <<_ACEOF
3993 /* end confdefs.h. */
3994 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3995 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3996 #define $ac_func innocuous_$ac_func
3998 /* System header to define __stub macros and hopefully few prototypes,
3999 which can conflict with char $ac_func (); below.
4000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4001 <limits.h> exists even on freestanding compilers. */
4003 #ifdef __STDC__
4004 # include <limits.h>
4005 #else
4006 # include <assert.h>
4007 #endif
4009 #undef $ac_func
4011 /* Override any gcc2 internal prototype to avoid an error. */
4012 #ifdef __cplusplus
4013 extern "C"
4015 #endif
4016 /* We use char because int might match the return type of a gcc2
4017 builtin and then its argument prototype would still apply. */
4018 char $ac_func ();
4019 /* The GNU C library defines this for functions which it implements
4020 to always fail with ENOSYS. Some functions are actually named
4021 something starting with __ and the normal name is an alias. */
4022 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4023 choke me
4024 #else
4025 char (*f) () = $ac_func;
4026 #endif
4027 #ifdef __cplusplus
4029 #endif
4032 main ()
4034 return f != $ac_func;
4036 return 0;
4038 _ACEOF
4039 rm -f conftest.$ac_objext conftest$ac_exeext
4040 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4041 (eval $ac_link) 2>conftest.er1
4042 ac_status=$?
4043 grep -v '^ *+' conftest.er1 >conftest.err
4044 rm -f conftest.er1
4045 cat conftest.err >&5
4046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4047 (exit $ac_status); } &&
4048 { ac_try='test -z "$ac_c_werror_flag"
4049 || test ! -s conftest.err'
4050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4051 (eval $ac_try) 2>&5
4052 ac_status=$?
4053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4054 (exit $ac_status); }; } &&
4055 { ac_try='test -s conftest$ac_exeext'
4056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4057 (eval $ac_try) 2>&5
4058 ac_status=$?
4059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4060 (exit $ac_status); }; }; then
4061 eval "$as_ac_var=yes"
4062 else
4063 echo "$as_me: failed program was:" >&5
4064 sed 's/^/| /' conftest.$ac_ext >&5
4066 eval "$as_ac_var=no"
4068 rm -f conftest.err conftest.$ac_objext \
4069 conftest$ac_exeext conftest.$ac_ext
4071 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4072 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4073 if test `eval echo '${'$as_ac_var'}'` = yes; then
4074 cat >>confdefs.h <<_ACEOF
4075 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4076 _ACEOF
4079 done
4086 for ac_func in strnlen memrchr strncpy memmem sethostname
4088 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4089 echo "$as_me:$LINENO: checking for $ac_func" >&5
4090 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4091 if eval "test \"\${$as_ac_var+set}\" = set"; then
4092 echo $ECHO_N "(cached) $ECHO_C" >&6
4093 else
4094 cat >conftest.$ac_ext <<_ACEOF
4095 /* confdefs.h. */
4096 _ACEOF
4097 cat confdefs.h >>conftest.$ac_ext
4098 cat >>conftest.$ac_ext <<_ACEOF
4099 /* end confdefs.h. */
4100 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4102 #define $ac_func innocuous_$ac_func
4104 /* System header to define __stub macros and hopefully few prototypes,
4105 which can conflict with char $ac_func (); below.
4106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4107 <limits.h> exists even on freestanding compilers. */
4109 #ifdef __STDC__
4110 # include <limits.h>
4111 #else
4112 # include <assert.h>
4113 #endif
4115 #undef $ac_func
4117 /* Override any gcc2 internal prototype to avoid an error. */
4118 #ifdef __cplusplus
4119 extern "C"
4121 #endif
4122 /* We use char because int might match the return type of a gcc2
4123 builtin and then its argument prototype would still apply. */
4124 char $ac_func ();
4125 /* The GNU C library defines this for functions which it implements
4126 to always fail with ENOSYS. Some functions are actually named
4127 something starting with __ and the normal name is an alias. */
4128 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4129 choke me
4130 #else
4131 char (*f) () = $ac_func;
4132 #endif
4133 #ifdef __cplusplus
4135 #endif
4138 main ()
4140 return f != $ac_func;
4142 return 0;
4144 _ACEOF
4145 rm -f conftest.$ac_objext conftest$ac_exeext
4146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4147 (eval $ac_link) 2>conftest.er1
4148 ac_status=$?
4149 grep -v '^ *+' conftest.er1 >conftest.err
4150 rm -f conftest.er1
4151 cat conftest.err >&5
4152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4153 (exit $ac_status); } &&
4154 { ac_try='test -z "$ac_c_werror_flag"
4155 || test ! -s conftest.err'
4156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4157 (eval $ac_try) 2>&5
4158 ac_status=$?
4159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4160 (exit $ac_status); }; } &&
4161 { ac_try='test -s conftest$ac_exeext'
4162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4163 (eval $ac_try) 2>&5
4164 ac_status=$?
4165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4166 (exit $ac_status); }; }; then
4167 eval "$as_ac_var=yes"
4168 else
4169 echo "$as_me: failed program was:" >&5
4170 sed 's/^/| /' conftest.$ac_ext >&5
4172 eval "$as_ac_var=no"
4174 rm -f conftest.err conftest.$ac_objext \
4175 conftest$ac_exeext conftest.$ac_ext
4177 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4178 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4179 if test `eval echo '${'$as_ac_var'}'` = yes; then
4180 cat >>confdefs.h <<_ACEOF
4181 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4182 _ACEOF
4185 done
4190 for ac_func in __ctype_b_loc __ctype_tolower_loc __ctype_toupper_loc
4192 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4193 echo "$as_me:$LINENO: checking for $ac_func" >&5
4194 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4195 if eval "test \"\${$as_ac_var+set}\" = set"; then
4196 echo $ECHO_N "(cached) $ECHO_C" >&6
4197 else
4198 cat >conftest.$ac_ext <<_ACEOF
4199 /* confdefs.h. */
4200 _ACEOF
4201 cat confdefs.h >>conftest.$ac_ext
4202 cat >>conftest.$ac_ext <<_ACEOF
4203 /* end confdefs.h. */
4204 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4205 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4206 #define $ac_func innocuous_$ac_func
4208 /* System header to define __stub macros and hopefully few prototypes,
4209 which can conflict with char $ac_func (); below.
4210 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4211 <limits.h> exists even on freestanding compilers. */
4213 #ifdef __STDC__
4214 # include <limits.h>
4215 #else
4216 # include <assert.h>
4217 #endif
4219 #undef $ac_func
4221 /* Override any gcc2 internal prototype to avoid an error. */
4222 #ifdef __cplusplus
4223 extern "C"
4225 #endif
4226 /* We use char because int might match the return type of a gcc2
4227 builtin and then its argument prototype would still apply. */
4228 char $ac_func ();
4229 /* The GNU C library defines this for functions which it implements
4230 to always fail with ENOSYS. Some functions are actually named
4231 something starting with __ and the normal name is an alias. */
4232 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4233 choke me
4234 #else
4235 char (*f) () = $ac_func;
4236 #endif
4237 #ifdef __cplusplus
4239 #endif
4242 main ()
4244 return f != $ac_func;
4246 return 0;
4248 _ACEOF
4249 rm -f conftest.$ac_objext conftest$ac_exeext
4250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4251 (eval $ac_link) 2>conftest.er1
4252 ac_status=$?
4253 grep -v '^ *+' conftest.er1 >conftest.err
4254 rm -f conftest.er1
4255 cat conftest.err >&5
4256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4257 (exit $ac_status); } &&
4258 { ac_try='test -z "$ac_c_werror_flag"
4259 || test ! -s conftest.err'
4260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4261 (eval $ac_try) 2>&5
4262 ac_status=$?
4263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4264 (exit $ac_status); }; } &&
4265 { ac_try='test -s conftest$ac_exeext'
4266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4267 (eval $ac_try) 2>&5
4268 ac_status=$?
4269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270 (exit $ac_status); }; }; then
4271 eval "$as_ac_var=yes"
4272 else
4273 echo "$as_me: failed program was:" >&5
4274 sed 's/^/| /' conftest.$ac_ext >&5
4276 eval "$as_ac_var=no"
4278 rm -f conftest.err conftest.$ac_objext \
4279 conftest$ac_exeext conftest.$ac_ext
4281 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4282 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4283 if test `eval echo '${'$as_ac_var'}'` = yes; then
4284 cat >>confdefs.h <<_ACEOF
4285 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4286 _ACEOF
4289 done
4299 for ac_func in getlogin cuserid getpwnam getpwuid getpwent getgrnam getgrgid getgrent
4301 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4302 echo "$as_me:$LINENO: checking for $ac_func" >&5
4303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4304 if eval "test \"\${$as_ac_var+set}\" = set"; then
4305 echo $ECHO_N "(cached) $ECHO_C" >&6
4306 else
4307 cat >conftest.$ac_ext <<_ACEOF
4308 /* confdefs.h. */
4309 _ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h. */
4313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4315 #define $ac_func innocuous_$ac_func
4317 /* System header to define __stub macros and hopefully few prototypes,
4318 which can conflict with char $ac_func (); below.
4319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4320 <limits.h> exists even on freestanding compilers. */
4322 #ifdef __STDC__
4323 # include <limits.h>
4324 #else
4325 # include <assert.h>
4326 #endif
4328 #undef $ac_func
4330 /* Override any gcc2 internal prototype to avoid an error. */
4331 #ifdef __cplusplus
4332 extern "C"
4334 #endif
4335 /* We use char because int might match the return type of a gcc2
4336 builtin and then its argument prototype would still apply. */
4337 char $ac_func ();
4338 /* The GNU C library defines this for functions which it implements
4339 to always fail with ENOSYS. Some functions are actually named
4340 something starting with __ and the normal name is an alias. */
4341 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4342 choke me
4343 #else
4344 char (*f) () = $ac_func;
4345 #endif
4346 #ifdef __cplusplus
4348 #endif
4351 main ()
4353 return f != $ac_func;
4355 return 0;
4357 _ACEOF
4358 rm -f conftest.$ac_objext conftest$ac_exeext
4359 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4360 (eval $ac_link) 2>conftest.er1
4361 ac_status=$?
4362 grep -v '^ *+' conftest.er1 >conftest.err
4363 rm -f conftest.er1
4364 cat conftest.err >&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); } &&
4367 { ac_try='test -z "$ac_c_werror_flag"
4368 || test ! -s conftest.err'
4369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4370 (eval $ac_try) 2>&5
4371 ac_status=$?
4372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4373 (exit $ac_status); }; } &&
4374 { ac_try='test -s conftest$ac_exeext'
4375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4376 (eval $ac_try) 2>&5
4377 ac_status=$?
4378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379 (exit $ac_status); }; }; then
4380 eval "$as_ac_var=yes"
4381 else
4382 echo "$as_me: failed program was:" >&5
4383 sed 's/^/| /' conftest.$ac_ext >&5
4385 eval "$as_ac_var=no"
4387 rm -f conftest.err conftest.$ac_objext \
4388 conftest$ac_exeext conftest.$ac_ext
4390 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4391 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4392 if test `eval echo '${'$as_ac_var'}'` = yes; then
4393 cat >>confdefs.h <<_ACEOF
4394 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4395 _ACEOF
4398 done
4405 for ac_func in getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r
4407 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4408 echo "$as_me:$LINENO: checking for $ac_func" >&5
4409 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4410 if eval "test \"\${$as_ac_var+set}\" = set"; then
4411 echo $ECHO_N "(cached) $ECHO_C" >&6
4412 else
4413 cat >conftest.$ac_ext <<_ACEOF
4414 /* confdefs.h. */
4415 _ACEOF
4416 cat confdefs.h >>conftest.$ac_ext
4417 cat >>conftest.$ac_ext <<_ACEOF
4418 /* end confdefs.h. */
4419 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4420 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4421 #define $ac_func innocuous_$ac_func
4423 /* System header to define __stub macros and hopefully few prototypes,
4424 which can conflict with char $ac_func (); below.
4425 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4426 <limits.h> exists even on freestanding compilers. */
4428 #ifdef __STDC__
4429 # include <limits.h>
4430 #else
4431 # include <assert.h>
4432 #endif
4434 #undef $ac_func
4436 /* Override any gcc2 internal prototype to avoid an error. */
4437 #ifdef __cplusplus
4438 extern "C"
4440 #endif
4441 /* We use char because int might match the return type of a gcc2
4442 builtin and then its argument prototype would still apply. */
4443 char $ac_func ();
4444 /* The GNU C library defines this for functions which it implements
4445 to always fail with ENOSYS. Some functions are actually named
4446 something starting with __ and the normal name is an alias. */
4447 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4448 choke me
4449 #else
4450 char (*f) () = $ac_func;
4451 #endif
4452 #ifdef __cplusplus
4454 #endif
4457 main ()
4459 return f != $ac_func;
4461 return 0;
4463 _ACEOF
4464 rm -f conftest.$ac_objext conftest$ac_exeext
4465 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4466 (eval $ac_link) 2>conftest.er1
4467 ac_status=$?
4468 grep -v '^ *+' conftest.er1 >conftest.err
4469 rm -f conftest.er1
4470 cat conftest.err >&5
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } &&
4473 { ac_try='test -z "$ac_c_werror_flag"
4474 || test ! -s conftest.err'
4475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4476 (eval $ac_try) 2>&5
4477 ac_status=$?
4478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4479 (exit $ac_status); }; } &&
4480 { ac_try='test -s conftest$ac_exeext'
4481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4482 (eval $ac_try) 2>&5
4483 ac_status=$?
4484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4485 (exit $ac_status); }; }; then
4486 eval "$as_ac_var=yes"
4487 else
4488 echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4491 eval "$as_ac_var=no"
4493 rm -f conftest.err conftest.$ac_objext \
4494 conftest$ac_exeext conftest.$ac_ext
4496 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4497 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4498 if test `eval echo '${'$as_ac_var'}'` = yes; then
4499 cat >>confdefs.h <<_ACEOF
4500 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4501 _ACEOF
4504 done
4511 for ac_func in getservent getservbyname getservbyport getaddrinfo gai_strerror
4513 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4514 echo "$as_me:$LINENO: checking for $ac_func" >&5
4515 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4516 if eval "test \"\${$as_ac_var+set}\" = set"; then
4517 echo $ECHO_N "(cached) $ECHO_C" >&6
4518 else
4519 cat >conftest.$ac_ext <<_ACEOF
4520 /* confdefs.h. */
4521 _ACEOF
4522 cat confdefs.h >>conftest.$ac_ext
4523 cat >>conftest.$ac_ext <<_ACEOF
4524 /* end confdefs.h. */
4525 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4527 #define $ac_func innocuous_$ac_func
4529 /* System header to define __stub macros and hopefully few prototypes,
4530 which can conflict with char $ac_func (); below.
4531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4532 <limits.h> exists even on freestanding compilers. */
4534 #ifdef __STDC__
4535 # include <limits.h>
4536 #else
4537 # include <assert.h>
4538 #endif
4540 #undef $ac_func
4542 /* Override any gcc2 internal prototype to avoid an error. */
4543 #ifdef __cplusplus
4544 extern "C"
4546 #endif
4547 /* We use char because int might match the return type of a gcc2
4548 builtin and then its argument prototype would still apply. */
4549 char $ac_func ();
4550 /* The GNU C library defines this for functions which it implements
4551 to always fail with ENOSYS. Some functions are actually named
4552 something starting with __ and the normal name is an alias. */
4553 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4554 choke me
4555 #else
4556 char (*f) () = $ac_func;
4557 #endif
4558 #ifdef __cplusplus
4560 #endif
4563 main ()
4565 return f != $ac_func;
4567 return 0;
4569 _ACEOF
4570 rm -f conftest.$ac_objext conftest$ac_exeext
4571 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4572 (eval $ac_link) 2>conftest.er1
4573 ac_status=$?
4574 grep -v '^ *+' conftest.er1 >conftest.err
4575 rm -f conftest.er1
4576 cat conftest.err >&5
4577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4578 (exit $ac_status); } &&
4579 { ac_try='test -z "$ac_c_werror_flag"
4580 || test ! -s conftest.err'
4581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4582 (eval $ac_try) 2>&5
4583 ac_status=$?
4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4585 (exit $ac_status); }; } &&
4586 { ac_try='test -s conftest$ac_exeext'
4587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4588 (eval $ac_try) 2>&5
4589 ac_status=$?
4590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4591 (exit $ac_status); }; }; then
4592 eval "$as_ac_var=yes"
4593 else
4594 echo "$as_me: failed program was:" >&5
4595 sed 's/^/| /' conftest.$ac_ext >&5
4597 eval "$as_ac_var=no"
4599 rm -f conftest.err conftest.$ac_objext \
4600 conftest$ac_exeext conftest.$ac_ext
4602 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4603 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4604 if test `eval echo '${'$as_ac_var'}'` = yes; then
4605 cat >>confdefs.h <<_ACEOF
4606 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4607 _ACEOF
4610 done
4615 for ac_func in getprotoent getprotobyname getprotobynumber
4617 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4618 echo "$as_me:$LINENO: checking for $ac_func" >&5
4619 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4620 if eval "test \"\${$as_ac_var+set}\" = set"; then
4621 echo $ECHO_N "(cached) $ECHO_C" >&6
4622 else
4623 cat >conftest.$ac_ext <<_ACEOF
4624 /* confdefs.h. */
4625 _ACEOF
4626 cat confdefs.h >>conftest.$ac_ext
4627 cat >>conftest.$ac_ext <<_ACEOF
4628 /* end confdefs.h. */
4629 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4630 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4631 #define $ac_func innocuous_$ac_func
4633 /* System header to define __stub macros and hopefully few prototypes,
4634 which can conflict with char $ac_func (); below.
4635 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4636 <limits.h> exists even on freestanding compilers. */
4638 #ifdef __STDC__
4639 # include <limits.h>
4640 #else
4641 # include <assert.h>
4642 #endif
4644 #undef $ac_func
4646 /* Override any gcc2 internal prototype to avoid an error. */
4647 #ifdef __cplusplus
4648 extern "C"
4650 #endif
4651 /* We use char because int might match the return type of a gcc2
4652 builtin and then its argument prototype would still apply. */
4653 char $ac_func ();
4654 /* The GNU C library defines this for functions which it implements
4655 to always fail with ENOSYS. Some functions are actually named
4656 something starting with __ and the normal name is an alias. */
4657 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4658 choke me
4659 #else
4660 char (*f) () = $ac_func;
4661 #endif
4662 #ifdef __cplusplus
4664 #endif
4667 main ()
4669 return f != $ac_func;
4671 return 0;
4673 _ACEOF
4674 rm -f conftest.$ac_objext conftest$ac_exeext
4675 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4676 (eval $ac_link) 2>conftest.er1
4677 ac_status=$?
4678 grep -v '^ *+' conftest.er1 >conftest.err
4679 rm -f conftest.er1
4680 cat conftest.err >&5
4681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4682 (exit $ac_status); } &&
4683 { ac_try='test -z "$ac_c_werror_flag"
4684 || test ! -s conftest.err'
4685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4686 (eval $ac_try) 2>&5
4687 ac_status=$?
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); }; } &&
4690 { ac_try='test -s conftest$ac_exeext'
4691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4692 (eval $ac_try) 2>&5
4693 ac_status=$?
4694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695 (exit $ac_status); }; }; then
4696 eval "$as_ac_var=yes"
4697 else
4698 echo "$as_me: failed program was:" >&5
4699 sed 's/^/| /' conftest.$ac_ext >&5
4701 eval "$as_ac_var=no"
4703 rm -f conftest.err conftest.$ac_objext \
4704 conftest$ac_exeext conftest.$ac_ext
4706 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4707 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4708 if test `eval echo '${'$as_ac_var'}'` = yes; then
4709 cat >>confdefs.h <<_ACEOF
4710 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4711 _ACEOF
4714 done
4719 for ac_func in getmntent setmntent addmntent
4721 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4722 echo "$as_me:$LINENO: checking for $ac_func" >&5
4723 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4724 if eval "test \"\${$as_ac_var+set}\" = set"; then
4725 echo $ECHO_N "(cached) $ECHO_C" >&6
4726 else
4727 cat >conftest.$ac_ext <<_ACEOF
4728 /* confdefs.h. */
4729 _ACEOF
4730 cat confdefs.h >>conftest.$ac_ext
4731 cat >>conftest.$ac_ext <<_ACEOF
4732 /* end confdefs.h. */
4733 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4734 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4735 #define $ac_func innocuous_$ac_func
4737 /* System header to define __stub macros and hopefully few prototypes,
4738 which can conflict with char $ac_func (); below.
4739 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4740 <limits.h> exists even on freestanding compilers. */
4742 #ifdef __STDC__
4743 # include <limits.h>
4744 #else
4745 # include <assert.h>
4746 #endif
4748 #undef $ac_func
4750 /* Override any gcc2 internal prototype to avoid an error. */
4751 #ifdef __cplusplus
4752 extern "C"
4754 #endif
4755 /* We use char because int might match the return type of a gcc2
4756 builtin and then its argument prototype would still apply. */
4757 char $ac_func ();
4758 /* The GNU C library defines this for functions which it implements
4759 to always fail with ENOSYS. Some functions are actually named
4760 something starting with __ and the normal name is an alias. */
4761 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4762 choke me
4763 #else
4764 char (*f) () = $ac_func;
4765 #endif
4766 #ifdef __cplusplus
4768 #endif
4771 main ()
4773 return f != $ac_func;
4775 return 0;
4777 _ACEOF
4778 rm -f conftest.$ac_objext conftest$ac_exeext
4779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4780 (eval $ac_link) 2>conftest.er1
4781 ac_status=$?
4782 grep -v '^ *+' conftest.er1 >conftest.err
4783 rm -f conftest.er1
4784 cat conftest.err >&5
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); } &&
4787 { ac_try='test -z "$ac_c_werror_flag"
4788 || test ! -s conftest.err'
4789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4790 (eval $ac_try) 2>&5
4791 ac_status=$?
4792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793 (exit $ac_status); }; } &&
4794 { ac_try='test -s conftest$ac_exeext'
4795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4796 (eval $ac_try) 2>&5
4797 ac_status=$?
4798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4799 (exit $ac_status); }; }; then
4800 eval "$as_ac_var=yes"
4801 else
4802 echo "$as_me: failed program was:" >&5
4803 sed 's/^/| /' conftest.$ac_ext >&5
4805 eval "$as_ac_var=no"
4807 rm -f conftest.err conftest.$ac_objext \
4808 conftest$ac_exeext conftest.$ac_ext
4810 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4811 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4812 if test `eval echo '${'$as_ac_var'}'` = yes; then
4813 cat >>confdefs.h <<_ACEOF
4814 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4815 _ACEOF
4818 done
4823 for ac_func in inet_ntoa mmap munmap
4825 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4826 echo "$as_me:$LINENO: checking for $ac_func" >&5
4827 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4828 if eval "test \"\${$as_ac_var+set}\" = set"; then
4829 echo $ECHO_N "(cached) $ECHO_C" >&6
4830 else
4831 cat >conftest.$ac_ext <<_ACEOF
4832 /* confdefs.h. */
4833 _ACEOF
4834 cat confdefs.h >>conftest.$ac_ext
4835 cat >>conftest.$ac_ext <<_ACEOF
4836 /* end confdefs.h. */
4837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4839 #define $ac_func innocuous_$ac_func
4841 /* System header to define __stub macros and hopefully few prototypes,
4842 which can conflict with char $ac_func (); below.
4843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4844 <limits.h> exists even on freestanding compilers. */
4846 #ifdef __STDC__
4847 # include <limits.h>
4848 #else
4849 # include <assert.h>
4850 #endif
4852 #undef $ac_func
4854 /* Override any gcc2 internal prototype to avoid an error. */
4855 #ifdef __cplusplus
4856 extern "C"
4858 #endif
4859 /* We use char because int might match the return type of a gcc2
4860 builtin and then its argument prototype would still apply. */
4861 char $ac_func ();
4862 /* The GNU C library defines this for functions which it implements
4863 to always fail with ENOSYS. Some functions are actually named
4864 something starting with __ and the normal name is an alias. */
4865 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4866 choke me
4867 #else
4868 char (*f) () = $ac_func;
4869 #endif
4870 #ifdef __cplusplus
4872 #endif
4875 main ()
4877 return f != $ac_func;
4879 return 0;
4881 _ACEOF
4882 rm -f conftest.$ac_objext conftest$ac_exeext
4883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4884 (eval $ac_link) 2>conftest.er1
4885 ac_status=$?
4886 grep -v '^ *+' conftest.er1 >conftest.err
4887 rm -f conftest.er1
4888 cat conftest.err >&5
4889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 (exit $ac_status); } &&
4891 { ac_try='test -z "$ac_c_werror_flag"
4892 || test ! -s conftest.err'
4893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4894 (eval $ac_try) 2>&5
4895 ac_status=$?
4896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4897 (exit $ac_status); }; } &&
4898 { ac_try='test -s conftest$ac_exeext'
4899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4900 (eval $ac_try) 2>&5
4901 ac_status=$?
4902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 (exit $ac_status); }; }; then
4904 eval "$as_ac_var=yes"
4905 else
4906 echo "$as_me: failed program was:" >&5
4907 sed 's/^/| /' conftest.$ac_ext >&5
4909 eval "$as_ac_var=no"
4911 rm -f conftest.err conftest.$ac_objext \
4912 conftest$ac_exeext conftest.$ac_ext
4914 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4915 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4916 if test `eval echo '${'$as_ac_var'}'` = yes; then
4917 cat >>confdefs.h <<_ACEOF
4918 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4919 _ACEOF
4922 done
4925 cat >conftest.$ac_ext <<_ACEOF
4926 /* confdefs.h. */
4927 _ACEOF
4928 cat confdefs.h >>conftest.$ac_ext
4929 cat >>conftest.$ac_ext <<_ACEOF
4930 /* end confdefs.h. */
4931 #include <sys/types.h>
4932 #include <sys/ipc.h>
4933 #include <sys/sem.h>
4935 main ()
4937 union semun foo;
4939 return 0;
4941 _ACEOF
4942 rm -f conftest.$ac_objext
4943 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4944 (eval $ac_compile) 2>conftest.er1
4945 ac_status=$?
4946 grep -v '^ *+' conftest.er1 >conftest.err
4947 rm -f conftest.er1
4948 cat conftest.err >&5
4949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4950 (exit $ac_status); } &&
4951 { ac_try='test -z "$ac_c_werror_flag"
4952 || test ! -s conftest.err'
4953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4954 (eval $ac_try) 2>&5
4955 ac_status=$?
4956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4957 (exit $ac_status); }; } &&
4958 { ac_try='test -s conftest.$ac_objext'
4959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4960 (eval $ac_try) 2>&5
4961 ac_status=$?
4962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4963 (exit $ac_status); }; }; then
4964 mf_have_semun=1
4965 else
4966 echo "$as_me: failed program was:" >&5
4967 sed 's/^/| /' conftest.$ac_ext >&5
4969 mf_have_semun=0
4971 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4972 if test $mf_have_semun = 1
4973 then
4975 cat >>confdefs.h <<\_ACEOF
4976 #define HAVE_UNION_SEMUN 1
4977 _ACEOF
4982 echo "$as_me:$LINENO: checking for socklen_t in sys/socket.h" >&5
4983 echo $ECHO_N "checking for socklen_t in sys/socket.h... $ECHO_C" >&6
4984 cat >conftest.$ac_ext <<_ACEOF
4985 /* confdefs.h. */
4986 _ACEOF
4987 cat confdefs.h >>conftest.$ac_ext
4988 cat >>conftest.$ac_ext <<_ACEOF
4989 /* end confdefs.h. */
4990 #define _POSIX_PII_SOCKET
4991 #include <sys/types.h>
4992 #include <sys/socket.h>
4994 main ()
4996 socklen_t x = 5;
4998 return 0;
5000 _ACEOF
5001 rm -f conftest.$ac_objext
5002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5003 (eval $ac_compile) 2>conftest.er1
5004 ac_status=$?
5005 grep -v '^ *+' conftest.er1 >conftest.err
5006 rm -f conftest.er1
5007 cat conftest.err >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); } &&
5010 { ac_try='test -z "$ac_c_werror_flag"
5011 || test ! -s conftest.err'
5012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5013 (eval $ac_try) 2>&5
5014 ac_status=$?
5015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5016 (exit $ac_status); }; } &&
5017 { ac_try='test -s conftest.$ac_objext'
5018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5019 (eval $ac_try) 2>&5
5020 ac_status=$?
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); }; }; then
5024 cat >>confdefs.h <<\_ACEOF
5025 #define HAVE_SOCKLEN_T 1
5026 _ACEOF
5028 echo "$as_me:$LINENO: result: yes" >&5
5029 echo "${ECHO_T}yes" >&6
5030 else
5031 echo "$as_me: failed program was:" >&5
5032 sed 's/^/| /' conftest.$ac_ext >&5
5034 echo "$as_me:$LINENO: result: no" >&5
5035 echo "${ECHO_T}no" >&6
5037 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5040 # Check whether --enable-shared or --disable-shared was given.
5041 if test "${enable_shared+set}" = set; then
5042 enableval="$enable_shared"
5043 p=${PACKAGE-default}
5044 case $enableval in
5045 yes) enable_shared=yes ;;
5046 no) enable_shared=no ;;
5048 enable_shared=no
5049 # Look at the argument we got. We use all the common list separators.
5050 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
5051 for pkg in $enableval; do
5052 if test "X$pkg" = "X$p"; then
5053 enable_shared=yes
5055 done
5056 IFS="$ac_save_ifs"
5058 esac
5059 else
5060 enable_shared=yes
5062 # Check whether --enable-static or --disable-static was given.
5063 if test "${enable_static+set}" = set; then
5064 enableval="$enable_static"
5065 p=${PACKAGE-default}
5066 case $enableval in
5067 yes) enable_static=yes ;;
5068 no) enable_static=no ;;
5070 enable_static=no
5071 # Look at the argument we got. We use all the common list separators.
5072 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
5073 for pkg in $enableval; do
5074 if test "X$pkg" = "X$p"; then
5075 enable_static=yes
5077 done
5078 IFS="$ac_save_ifs"
5080 esac
5081 else
5082 enable_static=yes
5084 # Check whether --enable-fast-install or --disable-fast-install was given.
5085 if test "${enable_fast_install+set}" = set; then
5086 enableval="$enable_fast_install"
5087 p=${PACKAGE-default}
5088 case $enableval in
5089 yes) enable_fast_install=yes ;;
5090 no) enable_fast_install=no ;;
5092 enable_fast_install=no
5093 # Look at the argument we got. We use all the common list separators.
5094 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
5095 for pkg in $enableval; do
5096 if test "X$pkg" = "X$p"; then
5097 enable_fast_install=yes
5099 done
5100 IFS="$ac_save_ifs"
5102 esac
5103 else
5104 enable_fast_install=yes
5107 # Check whether --with-gnu-ld or --without-gnu-ld was given.
5108 if test "${with_gnu_ld+set}" = set; then
5109 withval="$with_gnu_ld"
5110 test "$withval" = no || with_gnu_ld=yes
5111 else
5112 with_gnu_ld=no
5114 ac_prog=ld
5115 if test "$GCC" = yes; then
5116 # Check if gcc -print-prog-name=ld gives a path.
5117 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
5118 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
5119 case $host in
5120 *-*-mingw*)
5121 # gcc leaves a trailing carriage return which upsets mingw
5122 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5124 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5125 esac
5126 case $ac_prog in
5127 # Accept absolute paths.
5128 [\\/]* | [A-Za-z]:[\\/]*)
5129 re_direlt='/[^/][^/]*/\.\./'
5130 # Canonicalize the path of ld
5131 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
5132 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
5133 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
5134 done
5135 test -z "$LD" && LD="$ac_prog"
5138 # If it fails, then pretend we aren't using GCC.
5139 ac_prog=ld
5142 # If it is relative, then search for the first ld in PATH.
5143 with_gnu_ld=unknown
5145 esac
5146 elif test "$with_gnu_ld" = yes; then
5147 echo "$as_me:$LINENO: checking for GNU ld" >&5
5148 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5149 else
5150 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5151 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
5153 if test "${lt_cv_path_LD+set}" = set; then
5154 echo $ECHO_N "(cached) $ECHO_C" >&6
5155 else
5156 if test -z "$LD"; then
5157 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
5158 for ac_dir in $PATH; do
5159 test -z "$ac_dir" && ac_dir=.
5160 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5161 lt_cv_path_LD="$ac_dir/$ac_prog"
5162 # Check to see if the program is GNU ld. I'd rather use --version,
5163 # but apparently some GNU ld's only accept -v.
5164 # Break only if it was the GNU/non-GNU ld that we prefer.
5165 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
5166 test "$with_gnu_ld" != no && break
5167 else
5168 test "$with_gnu_ld" != yes && break
5171 done
5172 IFS="$ac_save_ifs"
5173 else
5174 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5178 LD="$lt_cv_path_LD"
5179 if test -n "$LD"; then
5180 echo "$as_me:$LINENO: result: $LD" >&5
5181 echo "${ECHO_T}$LD" >&6
5182 else
5183 echo "$as_me:$LINENO: result: no" >&5
5184 echo "${ECHO_T}no" >&6
5186 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5187 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5188 { (exit 1); exit 1; }; }
5189 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5190 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5191 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5192 echo $ECHO_N "(cached) $ECHO_C" >&6
5193 else
5194 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
5195 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
5196 lt_cv_prog_gnu_ld=yes
5197 else
5198 lt_cv_prog_gnu_ld=no
5201 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5202 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
5203 with_gnu_ld=$lt_cv_prog_gnu_ld
5206 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5207 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
5208 if test "${lt_cv_ld_reload_flag+set}" = set; then
5209 echo $ECHO_N "(cached) $ECHO_C" >&6
5210 else
5211 lt_cv_ld_reload_flag='-r'
5213 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5214 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
5215 reload_flag=$lt_cv_ld_reload_flag
5216 test -n "$reload_flag" && reload_flag=" $reload_flag"
5218 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
5219 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
5220 if test "${lt_cv_path_NM+set}" = set; then
5221 echo $ECHO_N "(cached) $ECHO_C" >&6
5222 else
5223 if test -n "$NM"; then
5224 # Let the user override the test.
5225 lt_cv_path_NM="$NM"
5226 else
5227 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
5228 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
5229 test -z "$ac_dir" && ac_dir=.
5230 tmp_nm=$ac_dir/${ac_tool_prefix}nm
5231 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
5232 # Check to see if the nm accepts a BSD-compat flag.
5233 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5234 # nm: unknown option "B" ignored
5235 # Tru64's nm complains that /dev/null is an invalid object file
5236 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
5237 lt_cv_path_NM="$tmp_nm -B"
5238 break
5239 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
5240 lt_cv_path_NM="$tmp_nm -p"
5241 break
5242 else
5243 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5244 continue # so that we can try to find one that supports BSD flags
5247 done
5248 IFS="$ac_save_ifs"
5249 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
5253 NM="$lt_cv_path_NM"
5254 echo "$as_me:$LINENO: result: $NM" >&5
5255 echo "${ECHO_T}$NM" >&6
5257 echo "$as_me:$LINENO: checking whether ln -s works" >&5
5258 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5259 LN_S=$as_ln_s
5260 if test "$LN_S" = "ln -s"; then
5261 echo "$as_me:$LINENO: result: yes" >&5
5262 echo "${ECHO_T}yes" >&6
5263 else
5264 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5265 echo "${ECHO_T}no, using $LN_S" >&6
5268 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
5269 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
5270 if test "${lt_cv_deplibs_check_method+set}" = set; then
5271 echo $ECHO_N "(cached) $ECHO_C" >&6
5272 else
5273 lt_cv_file_magic_cmd='$MAGIC_CMD'
5274 lt_cv_file_magic_test_file=
5275 lt_cv_deplibs_check_method='unknown'
5276 # Need to set the preceding variable on all platforms that support
5277 # interlibrary dependencies.
5278 # 'none' -- dependencies not supported.
5279 # `unknown' -- same as none, but documents that we really don't know.
5280 # 'pass_all' -- all dependencies passed with no checks.
5281 # 'test_compile' -- check by making test program.
5282 # 'file_magic [regex]' -- check by looking for files in library path
5283 # which responds to the $file_magic_cmd with a given egrep regex.
5284 # If you have `file' or equivalent on your system and you're not sure
5285 # whether `pass_all' will *always* work, you probably want this one.
5287 case $host_os in
5288 aix*)
5289 lt_cv_deplibs_check_method=pass_all
5292 beos*)
5293 lt_cv_deplibs_check_method=pass_all
5296 bsdi4*)
5297 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5298 lt_cv_file_magic_cmd='/usr/bin/file -L'
5299 lt_cv_file_magic_test_file=/shlib/libc.so
5302 cygwin* | mingw* |pw32*)
5303 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5304 lt_cv_file_magic_cmd='$OBJDUMP -f'
5307 darwin* | rhapsody*)
5308 # this will be overwritten by pass_all, but leave it in just in case
5309 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
5310 lt_cv_file_magic_cmd='/usr/bin/file -L'
5311 case "$host_os" in
5312 rhapsody* | darwin1.012)
5313 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
5315 *) # Darwin 1.3 on
5316 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
5318 esac
5319 lt_cv_deplibs_check_method=pass_all
5322 freebsd* | kfreebsd*-gnu)
5323 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
5324 case $host_cpu in
5325 i*86 )
5326 # Not sure whether the presence of OpenBSD here was a mistake.
5327 # Let's accept both of them until this is cleared up.
5328 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
5329 lt_cv_file_magic_cmd=/usr/bin/file
5330 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5332 esac
5333 else
5334 lt_cv_deplibs_check_method=pass_all
5338 gnu*)
5339 lt_cv_deplibs_check_method=pass_all
5342 hpux10.20*|hpux11*)
5343 case $host_cpu in
5344 hppa*)
5345 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5346 lt_cv_file_magic_cmd=/usr/bin/file
5347 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5349 ia64*)
5350 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5351 lt_cv_file_magic_cmd=/usr/bin/file
5352 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5354 esac
5357 irix5* | irix6*)
5358 case $host_os in
5359 irix5*)
5360 # this will be overridden with pass_all, but let us keep it just in case
5361 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
5364 case $LD in
5365 *-32|*"-32 ") libmagic=32-bit;;
5366 *-n32|*"-n32 ") libmagic=N32;;
5367 *-64|*"-64 ") libmagic=64-bit;;
5368 *) libmagic=never-match;;
5369 esac
5370 # this will be overridden with pass_all, but let us keep it just in case
5371 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
5373 esac
5374 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
5375 lt_cv_deplibs_check_method=pass_all
5378 # This must be Linux ELF.
5379 linux-gnu*)
5380 lt_cv_deplibs_check_method=pass_all
5383 netbsd* | knetbsd*-gnu)
5384 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
5385 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
5386 else
5387 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
5391 newsos6)
5392 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5393 lt_cv_file_magic_cmd=/usr/bin/file
5394 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5397 osf3* | osf4* | osf5*)
5398 # this will be overridden with pass_all, but let us keep it just in case
5399 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
5400 lt_cv_file_magic_test_file=/shlib/libc.so
5401 lt_cv_deplibs_check_method=pass_all
5404 sco3.2v5*)
5405 lt_cv_deplibs_check_method=pass_all
5408 solaris*)
5409 lt_cv_deplibs_check_method=pass_all
5410 lt_cv_file_magic_test_file=/lib/libc.so
5413 sysv5uw[78]* | sysv4*uw2*)
5414 lt_cv_deplibs_check_method=pass_all
5417 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5418 case $host_vendor in
5419 ncr)
5420 lt_cv_deplibs_check_method=pass_all
5422 motorola)
5423 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]'
5424 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5426 esac
5428 esac
5431 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5432 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5433 file_magic_cmd=$lt_cv_file_magic_cmd
5434 deplibs_check_method=$lt_cv_deplibs_check_method
5438 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
5440 # Only perform the check for file, if the check method requires it
5441 case $deplibs_check_method in
5442 file_magic*)
5443 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5444 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
5445 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
5446 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
5447 echo $ECHO_N "(cached) $ECHO_C" >&6
5448 else
5449 case $MAGIC_CMD in
5451 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
5453 ?:/*)
5454 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
5457 ac_save_MAGIC_CMD="$MAGIC_CMD"
5458 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5459 ac_dummy="/usr/bin:$PATH"
5460 for ac_dir in $ac_dummy; do
5461 test -z "$ac_dir" && ac_dir=.
5462 if test -f $ac_dir/${ac_tool_prefix}file; then
5463 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
5464 if test -n "$file_magic_test_file"; then
5465 case $deplibs_check_method in
5466 "file_magic "*)
5467 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5468 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5469 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5470 egrep "$file_magic_regex" > /dev/null; then
5472 else
5473 cat <<EOF 1>&2
5475 *** Warning: the command libtool uses to detect shared libraries,
5476 *** $file_magic_cmd, produces output that libtool cannot recognize.
5477 *** The result is that libtool may fail to recognize shared libraries
5478 *** as such. This will affect the creation of libtool libraries that
5479 *** depend on shared libraries, but programs linked with such libtool
5480 *** libraries will work regardless of this problem. Nevertheless, you
5481 *** may want to report the problem to your system manager and/or to
5482 *** bug-libtool@gnu.org
5485 fi ;;
5486 esac
5488 break
5490 done
5491 IFS="$ac_save_ifs"
5492 MAGIC_CMD="$ac_save_MAGIC_CMD"
5494 esac
5497 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5498 if test -n "$MAGIC_CMD"; then
5499 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5500 echo "${ECHO_T}$MAGIC_CMD" >&6
5501 else
5502 echo "$as_me:$LINENO: result: no" >&5
5503 echo "${ECHO_T}no" >&6
5506 if test -z "$lt_cv_path_MAGIC_CMD"; then
5507 if test -n "$ac_tool_prefix"; then
5508 echo "$as_me:$LINENO: checking for file" >&5
5509 echo $ECHO_N "checking for file... $ECHO_C" >&6
5510 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
5511 echo $ECHO_N "(cached) $ECHO_C" >&6
5512 else
5513 case $MAGIC_CMD in
5515 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
5517 ?:/*)
5518 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
5521 ac_save_MAGIC_CMD="$MAGIC_CMD"
5522 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5523 ac_dummy="/usr/bin:$PATH"
5524 for ac_dir in $ac_dummy; do
5525 test -z "$ac_dir" && ac_dir=.
5526 if test -f $ac_dir/file; then
5527 lt_cv_path_MAGIC_CMD="$ac_dir/file"
5528 if test -n "$file_magic_test_file"; then
5529 case $deplibs_check_method in
5530 "file_magic "*)
5531 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5532 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5533 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5534 egrep "$file_magic_regex" > /dev/null; then
5536 else
5537 cat <<EOF 1>&2
5539 *** Warning: the command libtool uses to detect shared libraries,
5540 *** $file_magic_cmd, produces output that libtool cannot recognize.
5541 *** The result is that libtool may fail to recognize shared libraries
5542 *** as such. This will affect the creation of libtool libraries that
5543 *** depend on shared libraries, but programs linked with such libtool
5544 *** libraries will work regardless of this problem. Nevertheless, you
5545 *** may want to report the problem to your system manager and/or to
5546 *** bug-libtool@gnu.org
5549 fi ;;
5550 esac
5552 break
5554 done
5555 IFS="$ac_save_ifs"
5556 MAGIC_CMD="$ac_save_MAGIC_CMD"
5558 esac
5561 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5562 if test -n "$MAGIC_CMD"; then
5563 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5564 echo "${ECHO_T}$MAGIC_CMD" >&6
5565 else
5566 echo "$as_me:$LINENO: result: no" >&5
5567 echo "${ECHO_T}no" >&6
5570 else
5571 MAGIC_CMD=:
5577 esac
5579 if test -n "$ac_tool_prefix"; then
5580 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5581 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5582 echo "$as_me:$LINENO: checking for $ac_word" >&5
5583 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5584 if test "${ac_cv_prog_RANLIB+set}" = set; then
5585 echo $ECHO_N "(cached) $ECHO_C" >&6
5586 else
5587 if test -n "$RANLIB"; then
5588 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5589 else
5590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591 for as_dir in $PATH
5593 IFS=$as_save_IFS
5594 test -z "$as_dir" && as_dir=.
5595 for ac_exec_ext in '' $ac_executable_extensions; do
5596 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5597 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5599 break 2
5601 done
5602 done
5606 RANLIB=$ac_cv_prog_RANLIB
5607 if test -n "$RANLIB"; then
5608 echo "$as_me:$LINENO: result: $RANLIB" >&5
5609 echo "${ECHO_T}$RANLIB" >&6
5610 else
5611 echo "$as_me:$LINENO: result: no" >&5
5612 echo "${ECHO_T}no" >&6
5616 if test -z "$ac_cv_prog_RANLIB"; then
5617 ac_ct_RANLIB=$RANLIB
5618 # Extract the first word of "ranlib", so it can be a program name with args.
5619 set dummy ranlib; ac_word=$2
5620 echo "$as_me:$LINENO: checking for $ac_word" >&5
5621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5622 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5623 echo $ECHO_N "(cached) $ECHO_C" >&6
5624 else
5625 if test -n "$ac_ct_RANLIB"; then
5626 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5627 else
5628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5629 for as_dir in $PATH
5631 IFS=$as_save_IFS
5632 test -z "$as_dir" && as_dir=.
5633 for ac_exec_ext in '' $ac_executable_extensions; do
5634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5635 ac_cv_prog_ac_ct_RANLIB="ranlib"
5636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5637 break 2
5639 done
5640 done
5642 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5645 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5646 if test -n "$ac_ct_RANLIB"; then
5647 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5648 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5649 else
5650 echo "$as_me:$LINENO: result: no" >&5
5651 echo "${ECHO_T}no" >&6
5654 RANLIB=$ac_ct_RANLIB
5655 else
5656 RANLIB="$ac_cv_prog_RANLIB"
5659 if test -n "$ac_tool_prefix"; then
5660 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5661 set dummy ${ac_tool_prefix}strip; ac_word=$2
5662 echo "$as_me:$LINENO: checking for $ac_word" >&5
5663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5664 if test "${ac_cv_prog_STRIP+set}" = set; then
5665 echo $ECHO_N "(cached) $ECHO_C" >&6
5666 else
5667 if test -n "$STRIP"; then
5668 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5669 else
5670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5671 for as_dir in $PATH
5673 IFS=$as_save_IFS
5674 test -z "$as_dir" && as_dir=.
5675 for ac_exec_ext in '' $ac_executable_extensions; do
5676 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5677 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5679 break 2
5681 done
5682 done
5686 STRIP=$ac_cv_prog_STRIP
5687 if test -n "$STRIP"; then
5688 echo "$as_me:$LINENO: result: $STRIP" >&5
5689 echo "${ECHO_T}$STRIP" >&6
5690 else
5691 echo "$as_me:$LINENO: result: no" >&5
5692 echo "${ECHO_T}no" >&6
5696 if test -z "$ac_cv_prog_STRIP"; then
5697 ac_ct_STRIP=$STRIP
5698 # Extract the first word of "strip", so it can be a program name with args.
5699 set dummy strip; ac_word=$2
5700 echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5702 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5703 echo $ECHO_N "(cached) $ECHO_C" >&6
5704 else
5705 if test -n "$ac_ct_STRIP"; then
5706 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5711 IFS=$as_save_IFS
5712 test -z "$as_dir" && as_dir=.
5713 for ac_exec_ext in '' $ac_executable_extensions; do
5714 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5715 ac_cv_prog_ac_ct_STRIP="strip"
5716 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717 break 2
5719 done
5720 done
5722 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5725 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5726 if test -n "$ac_ct_STRIP"; then
5727 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5728 echo "${ECHO_T}$ac_ct_STRIP" >&6
5729 else
5730 echo "$as_me:$LINENO: result: no" >&5
5731 echo "${ECHO_T}no" >&6
5734 STRIP=$ac_ct_STRIP
5735 else
5736 STRIP="$ac_cv_prog_STRIP"
5740 # Check for any special flags to pass to ltconfig.
5741 libtool_flags="--cache-file=$cache_file"
5742 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
5743 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
5744 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
5745 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
5746 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
5749 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5750 if test "${enable_libtool_lock+set}" = set; then
5751 enableval="$enable_libtool_lock"
5754 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
5755 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
5758 # Check whether --with-pic or --without-pic was given.
5759 if test "${with_pic+set}" = set; then
5760 withval="$with_pic"
5761 pic_mode="$withval"
5762 else
5763 pic_mode=default
5765 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
5766 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
5768 # Some flags need to be propagated to the compiler or linker for good
5769 # libtool support.
5770 case $host in
5771 *-*-irix6*)
5772 # Find out which ABI we are using.
5773 echo '#line 5773 "configure"' > conftest.$ac_ext
5774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5775 (eval $ac_compile) 2>&5
5776 ac_status=$?
5777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5778 (exit $ac_status); }; then
5779 if test "$lt_cv_prog_gnu_ld" = yes; then
5780 case `/usr/bin/file conftest.$ac_objext` in
5781 *32-bit*)
5782 LD="${LD-ld} -melf32bsmip"
5784 *N32*)
5785 LD="${LD-ld} -melf32bmipn32"
5787 *64-bit*)
5788 LD="${LD-ld} -melf64bmip"
5790 esac
5791 else
5792 case `/usr/bin/file conftest.$ac_objext` in
5793 *32-bit*)
5794 LD="${LD-ld} -32"
5796 *N32*)
5797 LD="${LD-ld} -n32"
5799 *64-bit*)
5800 LD="${LD-ld} -64"
5802 esac
5805 rm -rf conftest*
5808 ia64-*-hpux*)
5809 # Find out which ABI we are using.
5810 echo 'int i;' > conftest.$ac_ext
5811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5812 (eval $ac_compile) 2>&5
5813 ac_status=$?
5814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5815 (exit $ac_status); }; then
5816 case "`/usr/bin/file conftest.o`" in
5817 *ELF-32*)
5818 HPUX_IA64_MODE="32"
5820 *ELF-64*)
5821 HPUX_IA64_MODE="64"
5823 esac
5825 rm -rf conftest*
5828 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
5829 # Find out which ABI we are using.
5830 echo 'int i;' > conftest.$ac_ext
5831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5832 (eval $ac_compile) 2>&5
5833 ac_status=$?
5834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5835 (exit $ac_status); }; then
5836 case "`/usr/bin/file conftest.o`" in
5837 *32-bit*)
5838 case $host in
5839 x86_64-*linux*)
5840 LD="${LD-ld} -m elf_i386"
5842 ppc64-*linux*|powerpc64-*linux*)
5843 LD="${LD-ld} -m elf32ppclinux"
5845 s390x-*linux*)
5846 LD="${LD-ld} -m elf_s390"
5848 sparc64-*linux*)
5849 LD="${LD-ld} -m elf32_sparc"
5851 esac
5853 *64-bit*)
5854 case $host in
5855 x86_64-*linux*)
5856 LD="${LD-ld} -m elf_x86_64"
5858 ppc*-*linux*|powerpc*-*linux*)
5859 LD="${LD-ld} -m elf64ppc"
5861 s390*-*linux*)
5862 LD="${LD-ld} -m elf64_s390"
5864 sparc*-*linux*)
5865 LD="${LD-ld} -m elf64_sparc"
5867 esac
5869 esac
5871 rm -rf conftest*
5874 *-*-sco3.2v5*)
5875 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5876 SAVE_CFLAGS="$CFLAGS"
5877 CFLAGS="$CFLAGS -belf"
5878 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5879 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
5880 if test "${lt_cv_cc_needs_belf+set}" = set; then
5881 echo $ECHO_N "(cached) $ECHO_C" >&6
5882 else
5885 ac_ext=c
5886 ac_cpp='$CPP $CPPFLAGS'
5887 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5888 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5889 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5891 cat >conftest.$ac_ext <<_ACEOF
5892 /* confdefs.h. */
5893 _ACEOF
5894 cat confdefs.h >>conftest.$ac_ext
5895 cat >>conftest.$ac_ext <<_ACEOF
5896 /* end confdefs.h. */
5899 main ()
5903 return 0;
5905 _ACEOF
5906 rm -f conftest.$ac_objext conftest$ac_exeext
5907 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5908 (eval $ac_link) 2>conftest.er1
5909 ac_status=$?
5910 grep -v '^ *+' conftest.er1 >conftest.err
5911 rm -f conftest.er1
5912 cat conftest.err >&5
5913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5914 (exit $ac_status); } &&
5915 { ac_try='test -z "$ac_c_werror_flag"
5916 || test ! -s conftest.err'
5917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5918 (eval $ac_try) 2>&5
5919 ac_status=$?
5920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5921 (exit $ac_status); }; } &&
5922 { ac_try='test -s conftest$ac_exeext'
5923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5924 (eval $ac_try) 2>&5
5925 ac_status=$?
5926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5927 (exit $ac_status); }; }; then
5928 lt_cv_cc_needs_belf=yes
5929 else
5930 echo "$as_me: failed program was:" >&5
5931 sed 's/^/| /' conftest.$ac_ext >&5
5933 lt_cv_cc_needs_belf=no
5935 rm -f conftest.err conftest.$ac_objext \
5936 conftest$ac_exeext conftest.$ac_ext
5937 ac_ext=c
5938 ac_cpp='$CPP $CPPFLAGS'
5939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5944 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5945 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5946 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5947 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5948 CFLAGS="$SAVE_CFLAGS"
5953 esac
5956 # Save cache, so that ltconfig can load it
5957 cat >confcache <<\_ACEOF
5958 # This file is a shell script that caches the results of configure
5959 # tests run on this system so they can be shared between configure
5960 # scripts and configure runs, see configure's option --config-cache.
5961 # It is not useful on other systems. If it contains results you don't
5962 # want to keep, you may remove or edit it.
5964 # config.status only pays attention to the cache file if you give it
5965 # the --recheck option to rerun configure.
5967 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5968 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5969 # following values.
5971 _ACEOF
5973 # The following way of writing the cache mishandles newlines in values,
5974 # but we know of no workaround that is simple, portable, and efficient.
5975 # So, don't put newlines in cache variables' values.
5976 # Ultrix sh set writes to stderr and can't be redirected directly,
5977 # and sets the high bit in the cache file unless we assign to the vars.
5979 (set) 2>&1 |
5980 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5981 *ac_space=\ *)
5982 # `set' does not quote correctly, so add quotes (double-quote
5983 # substitution turns \\\\ into \\, and sed turns \\ into \).
5984 sed -n \
5985 "s/'/'\\\\''/g;
5986 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5989 # `set' quotes correctly as required by POSIX, so do not add quotes.
5990 sed -n \
5991 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5993 esac;
5995 sed '
5996 t clear
5997 : clear
5998 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5999 t end
6000 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6001 : end' >>confcache
6002 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6003 if test -w $cache_file; then
6004 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6005 cat confcache >$cache_file
6006 else
6007 echo "not updating unwritable cache $cache_file"
6010 rm -f confcache
6012 # Actually configure libtool. ac_aux_dir is where install-sh is found.
6013 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
6014 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
6015 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
6016 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
6017 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
6018 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
6019 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
6020 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
6021 || { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
6022 echo "$as_me: error: libtool configure failed" >&2;}
6023 { (exit 1); exit 1; }; }
6025 # Reload cache, that may have been modified by ltconfig
6026 if test -r "$cache_file"; then
6027 # Some versions of bash will fail to source /dev/null (special
6028 # files actually), so we avoid doing that.
6029 if test -f "$cache_file"; then
6030 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
6031 echo "$as_me: loading cache $cache_file" >&6;}
6032 case $cache_file in
6033 [\\/]* | ?:[\\/]* ) . $cache_file;;
6034 *) . ./$cache_file;;
6035 esac
6037 else
6038 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
6039 echo "$as_me: creating cache $cache_file" >&6;}
6040 >$cache_file
6044 # This can be used to rebuild libtool when needed
6045 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
6047 # Always use our own libtool.
6048 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6050 # Redirect the config.log output again, so that the ltconfig log is not
6051 # clobbered by the next message.
6052 exec 5>>./config.log
6062 if test "${ac_cv_header_stdint_h+set}" = set; then
6063 echo "$as_me:$LINENO: checking for stdint.h" >&5
6064 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6
6065 if test "${ac_cv_header_stdint_h+set}" = set; then
6066 echo $ECHO_N "(cached) $ECHO_C" >&6
6068 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5
6069 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6
6070 else
6071 # Is the header compilable?
6072 echo "$as_me:$LINENO: checking stdint.h usability" >&5
6073 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6
6074 cat >conftest.$ac_ext <<_ACEOF
6075 /* confdefs.h. */
6076 _ACEOF
6077 cat confdefs.h >>conftest.$ac_ext
6078 cat >>conftest.$ac_ext <<_ACEOF
6079 /* end confdefs.h. */
6080 $ac_includes_default
6081 #include <stdint.h>
6082 _ACEOF
6083 rm -f conftest.$ac_objext
6084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6085 (eval $ac_compile) 2>conftest.er1
6086 ac_status=$?
6087 grep -v '^ *+' conftest.er1 >conftest.err
6088 rm -f conftest.er1
6089 cat conftest.err >&5
6090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6091 (exit $ac_status); } &&
6092 { ac_try='test -z "$ac_c_werror_flag"
6093 || test ! -s conftest.err'
6094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6095 (eval $ac_try) 2>&5
6096 ac_status=$?
6097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6098 (exit $ac_status); }; } &&
6099 { ac_try='test -s conftest.$ac_objext'
6100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6101 (eval $ac_try) 2>&5
6102 ac_status=$?
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); }; }; then
6105 ac_header_compiler=yes
6106 else
6107 echo "$as_me: failed program was:" >&5
6108 sed 's/^/| /' conftest.$ac_ext >&5
6110 ac_header_compiler=no
6112 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6113 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6114 echo "${ECHO_T}$ac_header_compiler" >&6
6116 # Is the header present?
6117 echo "$as_me:$LINENO: checking stdint.h presence" >&5
6118 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6
6119 cat >conftest.$ac_ext <<_ACEOF
6120 /* confdefs.h. */
6121 _ACEOF
6122 cat confdefs.h >>conftest.$ac_ext
6123 cat >>conftest.$ac_ext <<_ACEOF
6124 /* end confdefs.h. */
6125 #include <stdint.h>
6126 _ACEOF
6127 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6128 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6129 ac_status=$?
6130 grep -v '^ *+' conftest.er1 >conftest.err
6131 rm -f conftest.er1
6132 cat conftest.err >&5
6133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6134 (exit $ac_status); } >/dev/null; then
6135 if test -s conftest.err; then
6136 ac_cpp_err=$ac_c_preproc_warn_flag
6137 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6138 else
6139 ac_cpp_err=
6141 else
6142 ac_cpp_err=yes
6144 if test -z "$ac_cpp_err"; then
6145 ac_header_preproc=yes
6146 else
6147 echo "$as_me: failed program was:" >&5
6148 sed 's/^/| /' conftest.$ac_ext >&5
6150 ac_header_preproc=no
6152 rm -f conftest.err conftest.$ac_ext
6153 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6154 echo "${ECHO_T}$ac_header_preproc" >&6
6156 # So? What about this header?
6157 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6158 yes:no: )
6159 { echo "$as_me:$LINENO: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&5
6160 echo "$as_me: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6161 { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the compiler's result" >&5
6162 echo "$as_me: WARNING: stdint.h: proceeding with the compiler's result" >&2;}
6163 ac_header_preproc=yes
6165 no:yes:* )
6166 { echo "$as_me:$LINENO: WARNING: stdint.h: present but cannot be compiled" >&5
6167 echo "$as_me: WARNING: stdint.h: present but cannot be compiled" >&2;}
6168 { echo "$as_me:$LINENO: WARNING: stdint.h: check for missing prerequisite headers?" >&5
6169 echo "$as_me: WARNING: stdint.h: check for missing prerequisite headers?" >&2;}
6170 { echo "$as_me:$LINENO: WARNING: stdint.h: see the Autoconf documentation" >&5
6171 echo "$as_me: WARNING: stdint.h: see the Autoconf documentation" >&2;}
6172 { echo "$as_me:$LINENO: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&5
6173 echo "$as_me: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&2;}
6174 { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the preprocessor's result" >&5
6175 echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;}
6176 { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5
6177 echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;}
6179 cat <<\_ASBOX
6180 ## ------------------------------------- ##
6181 ## Report this to the libmudflap lists. ##
6182 ## ------------------------------------- ##
6183 _ASBOX
6185 sed "s/^/$as_me: WARNING: /" >&2
6187 esac
6188 echo "$as_me:$LINENO: checking for stdint.h" >&5
6189 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6
6190 if test "${ac_cv_header_stdint_h+set}" = set; then
6191 echo $ECHO_N "(cached) $ECHO_C" >&6
6192 else
6193 ac_cv_header_stdint_h=$ac_header_preproc
6195 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5
6196 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6
6199 if test $ac_cv_header_stdint_h = yes; then
6200 MF_HAVE_STDINT_H=1
6201 else
6202 MF_HAVE_STDINT_H=0
6207 if test $MF_HAVE_STDINT_H = 1
6208 then
6209 MF_HAVE_UINTPTR_T=1
6210 else
6211 cat >conftest.$ac_ext <<_ACEOF
6212 /* confdefs.h. */
6213 _ACEOF
6214 cat confdefs.h >>conftest.$ac_ext
6215 cat >>conftest.$ac_ext <<_ACEOF
6216 /* end confdefs.h. */
6217 #include <sys/types.h>
6219 main ()
6221 uintptr_t k = 0;
6223 return 0;
6225 _ACEOF
6226 rm -f conftest.$ac_objext
6227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6228 (eval $ac_compile) 2>conftest.er1
6229 ac_status=$?
6230 grep -v '^ *+' conftest.er1 >conftest.err
6231 rm -f conftest.er1
6232 cat conftest.err >&5
6233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6234 (exit $ac_status); } &&
6235 { ac_try='test -z "$ac_c_werror_flag"
6236 || test ! -s conftest.err'
6237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6238 (eval $ac_try) 2>&5
6239 ac_status=$?
6240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6241 (exit $ac_status); }; } &&
6242 { ac_try='test -s conftest.$ac_objext'
6243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6244 (eval $ac_try) 2>&5
6245 ac_status=$?
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); }; }; then
6248 MF_HAVE_UINTPTR_T=1
6249 else
6250 echo "$as_me: failed program was:" >&5
6251 sed 's/^/| /' conftest.$ac_ext >&5
6253 MF_HAVE_UINTPTR_T=0
6255 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6259 if test ! -d pth
6260 then
6261 # libmudflapth objects are built in this subdirectory
6262 mkdir pth
6265 pthread_create_version='""'
6266 if test "${ac_cv_header_pthread_h+set}" = set; then
6267 echo "$as_me:$LINENO: checking for pthread.h" >&5
6268 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
6269 if test "${ac_cv_header_pthread_h+set}" = set; then
6270 echo $ECHO_N "(cached) $ECHO_C" >&6
6272 echo "$as_me:$LINENO: result: $ac_cv_header_pthread_h" >&5
6273 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
6274 else
6275 # Is the header compilable?
6276 echo "$as_me:$LINENO: checking pthread.h usability" >&5
6277 echo $ECHO_N "checking pthread.h usability... $ECHO_C" >&6
6278 cat >conftest.$ac_ext <<_ACEOF
6279 /* confdefs.h. */
6280 _ACEOF
6281 cat confdefs.h >>conftest.$ac_ext
6282 cat >>conftest.$ac_ext <<_ACEOF
6283 /* end confdefs.h. */
6284 $ac_includes_default
6285 #include <pthread.h>
6286 _ACEOF
6287 rm -f conftest.$ac_objext
6288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6289 (eval $ac_compile) 2>conftest.er1
6290 ac_status=$?
6291 grep -v '^ *+' conftest.er1 >conftest.err
6292 rm -f conftest.er1
6293 cat conftest.err >&5
6294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6295 (exit $ac_status); } &&
6296 { ac_try='test -z "$ac_c_werror_flag"
6297 || test ! -s conftest.err'
6298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6299 (eval $ac_try) 2>&5
6300 ac_status=$?
6301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6302 (exit $ac_status); }; } &&
6303 { ac_try='test -s conftest.$ac_objext'
6304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6305 (eval $ac_try) 2>&5
6306 ac_status=$?
6307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308 (exit $ac_status); }; }; then
6309 ac_header_compiler=yes
6310 else
6311 echo "$as_me: failed program was:" >&5
6312 sed 's/^/| /' conftest.$ac_ext >&5
6314 ac_header_compiler=no
6316 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6317 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6318 echo "${ECHO_T}$ac_header_compiler" >&6
6320 # Is the header present?
6321 echo "$as_me:$LINENO: checking pthread.h presence" >&5
6322 echo $ECHO_N "checking pthread.h presence... $ECHO_C" >&6
6323 cat >conftest.$ac_ext <<_ACEOF
6324 /* confdefs.h. */
6325 _ACEOF
6326 cat confdefs.h >>conftest.$ac_ext
6327 cat >>conftest.$ac_ext <<_ACEOF
6328 /* end confdefs.h. */
6329 #include <pthread.h>
6330 _ACEOF
6331 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6332 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6333 ac_status=$?
6334 grep -v '^ *+' conftest.er1 >conftest.err
6335 rm -f conftest.er1
6336 cat conftest.err >&5
6337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6338 (exit $ac_status); } >/dev/null; then
6339 if test -s conftest.err; then
6340 ac_cpp_err=$ac_c_preproc_warn_flag
6341 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6342 else
6343 ac_cpp_err=
6345 else
6346 ac_cpp_err=yes
6348 if test -z "$ac_cpp_err"; then
6349 ac_header_preproc=yes
6350 else
6351 echo "$as_me: failed program was:" >&5
6352 sed 's/^/| /' conftest.$ac_ext >&5
6354 ac_header_preproc=no
6356 rm -f conftest.err conftest.$ac_ext
6357 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6358 echo "${ECHO_T}$ac_header_preproc" >&6
6360 # So? What about this header?
6361 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6362 yes:no: )
6363 { echo "$as_me:$LINENO: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&5
6364 echo "$as_me: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6365 { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the compiler's result" >&5
6366 echo "$as_me: WARNING: pthread.h: proceeding with the compiler's result" >&2;}
6367 ac_header_preproc=yes
6369 no:yes:* )
6370 { echo "$as_me:$LINENO: WARNING: pthread.h: present but cannot be compiled" >&5
6371 echo "$as_me: WARNING: pthread.h: present but cannot be compiled" >&2;}
6372 { echo "$as_me:$LINENO: WARNING: pthread.h: check for missing prerequisite headers?" >&5
6373 echo "$as_me: WARNING: pthread.h: check for missing prerequisite headers?" >&2;}
6374 { echo "$as_me:$LINENO: WARNING: pthread.h: see the Autoconf documentation" >&5
6375 echo "$as_me: WARNING: pthread.h: see the Autoconf documentation" >&2;}
6376 { echo "$as_me:$LINENO: WARNING: pthread.h: section \"Present But Cannot Be Compiled\"" >&5
6377 echo "$as_me: WARNING: pthread.h: section \"Present But Cannot Be Compiled\"" >&2;}
6378 { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
6379 echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;}
6380 { echo "$as_me:$LINENO: WARNING: pthread.h: in the future, the compiler will take precedence" >&5
6381 echo "$as_me: WARNING: pthread.h: in the future, the compiler will take precedence" >&2;}
6383 cat <<\_ASBOX
6384 ## ------------------------------------- ##
6385 ## Report this to the libmudflap lists. ##
6386 ## ------------------------------------- ##
6387 _ASBOX
6389 sed "s/^/$as_me: WARNING: /" >&2
6391 esac
6392 echo "$as_me:$LINENO: checking for pthread.h" >&5
6393 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
6394 if test "${ac_cv_header_pthread_h+set}" = set; then
6395 echo $ECHO_N "(cached) $ECHO_C" >&6
6396 else
6397 ac_cv_header_pthread_h=$ac_header_preproc
6399 echo "$as_me:$LINENO: result: $ac_cv_header_pthread_h" >&5
6400 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
6403 if test $ac_cv_header_pthread_h = yes; then
6406 cat >>confdefs.h <<_ACEOF
6407 #define HAVE_PTHREAD_H 1
6408 _ACEOF
6410 ac_have_pthread_h=yes
6412 else
6414 ac_have_pthread_h=
6421 if test "x$ac_have_pthread_h" != "x"; then
6422 LIBMUDFLAPTH_TRUE=
6423 LIBMUDFLAPTH_FALSE='#'
6424 else
6425 LIBMUDFLAPTH_TRUE='#'
6426 LIBMUDFLAPTH_FALSE=
6429 if test "x$ac_have_pthread_h" != "x"
6430 then
6431 build_libmudflapth=1
6432 else
6433 build_libmudflapth=0
6438 echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5
6439 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6
6440 if test "${ac_cv_lib_dl_dlsym+set}" = set; then
6441 echo $ECHO_N "(cached) $ECHO_C" >&6
6442 else
6443 ac_check_lib_save_LIBS=$LIBS
6444 LIBS="-ldl $LIBS"
6445 cat >conftest.$ac_ext <<_ACEOF
6446 /* confdefs.h. */
6447 _ACEOF
6448 cat confdefs.h >>conftest.$ac_ext
6449 cat >>conftest.$ac_ext <<_ACEOF
6450 /* end confdefs.h. */
6452 /* Override any gcc2 internal prototype to avoid an error. */
6453 #ifdef __cplusplus
6454 extern "C"
6455 #endif
6456 /* We use char because int might match the return type of a gcc2
6457 builtin and then its argument prototype would still apply. */
6458 char dlsym ();
6460 main ()
6462 dlsym ();
6464 return 0;
6466 _ACEOF
6467 rm -f conftest.$ac_objext conftest$ac_exeext
6468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6469 (eval $ac_link) 2>conftest.er1
6470 ac_status=$?
6471 grep -v '^ *+' conftest.er1 >conftest.err
6472 rm -f conftest.er1
6473 cat conftest.err >&5
6474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6475 (exit $ac_status); } &&
6476 { ac_try='test -z "$ac_c_werror_flag"
6477 || test ! -s conftest.err'
6478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6479 (eval $ac_try) 2>&5
6480 ac_status=$?
6481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6482 (exit $ac_status); }; } &&
6483 { ac_try='test -s conftest$ac_exeext'
6484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6485 (eval $ac_try) 2>&5
6486 ac_status=$?
6487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6488 (exit $ac_status); }; }; then
6489 ac_cv_lib_dl_dlsym=yes
6490 else
6491 echo "$as_me: failed program was:" >&5
6492 sed 's/^/| /' conftest.$ac_ext >&5
6494 ac_cv_lib_dl_dlsym=no
6496 rm -f conftest.err conftest.$ac_objext \
6497 conftest$ac_exeext conftest.$ac_ext
6498 LIBS=$ac_check_lib_save_LIBS
6500 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5
6501 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6
6502 if test $ac_cv_lib_dl_dlsym = yes; then
6503 cat >>confdefs.h <<_ACEOF
6504 #define HAVE_LIBDL 1
6505 _ACEOF
6507 LIBS="-ldl $LIBS"
6513 if test "${with_gcc_version_trigger+set}" = set; then
6514 gcc_version_trigger=$with_gcc_version_trigger
6515 else
6516 gcc_version_trigger=$srcdir/../gcc/version.c
6518 if test -f "${gcc_version_trigger}"; then
6519 gcc_version_full=`grep version_string "${gcc_version_trigger}" | sed -e 's/.*"\([^"]*\)".*/\1/'`
6520 else
6521 gcc_version_full=`$CC -v 2>&1 | sed -n 's/^gcc version //p'`
6523 gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
6529 # Calculate toolexeclibdir
6530 # Also toolexecdir, though it's only used in toolexeclibdir
6531 case ${version_specific_libs} in
6532 yes)
6533 # Need the gcc compiler version to know where to install libraries
6534 # and header files if --enable-version-specific-runtime-libs option
6535 # is selected.
6536 toolexecdir='$(libdir)/gcc/$(target_alias)'
6537 toolexeclibdir='$(toolexecdir)/'${gcc_version}'$(MULTISUBDIR)'
6540 if test -n "$with_cross_host" &&
6541 test x"$with_cross_host" != x"no"; then
6542 # Install a library built with a cross compiler in tooldir, not libdir.
6543 toolexecdir='$(exec_prefix)/$(target_alias)'
6544 toolexeclibdir='$(toolexecdir)/lib'
6545 else
6546 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
6547 toolexeclibdir='$(libdir)'
6549 multi_os_directory=`$CC -print-multi-os-directory`
6550 case $multi_os_directory in
6551 .) ;; # Avoid trailing /.
6552 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
6553 esac
6555 esac
6559 if test "x$enable_shared" = "xyes" && test "x$ac_have_pthread_h" != "x"; then
6560 # NB: don't check for -lpthread here, because then it would be
6561 # added to LIBS. For the thread-unaware libmudflap.la, we don't
6562 # want it there.
6564 # glibc-related hacks. dlsym() may pick the wrong version of
6565 # interposed functions like pthread_create on modern glibc.
6566 # We need to find the proper symbol version string, and use
6567 # the nonstandard dlvsym().
6569 for ac_func in dlvsym
6571 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6572 echo "$as_me:$LINENO: checking for $ac_func" >&5
6573 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6574 if eval "test \"\${$as_ac_var+set}\" = set"; then
6575 echo $ECHO_N "(cached) $ECHO_C" >&6
6576 else
6577 cat >conftest.$ac_ext <<_ACEOF
6578 /* confdefs.h. */
6579 _ACEOF
6580 cat confdefs.h >>conftest.$ac_ext
6581 cat >>conftest.$ac_ext <<_ACEOF
6582 /* end confdefs.h. */
6583 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6585 #define $ac_func innocuous_$ac_func
6587 /* System header to define __stub macros and hopefully few prototypes,
6588 which can conflict with char $ac_func (); below.
6589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6590 <limits.h> exists even on freestanding compilers. */
6592 #ifdef __STDC__
6593 # include <limits.h>
6594 #else
6595 # include <assert.h>
6596 #endif
6598 #undef $ac_func
6600 /* Override any gcc2 internal prototype to avoid an error. */
6601 #ifdef __cplusplus
6602 extern "C"
6604 #endif
6605 /* We use char because int might match the return type of a gcc2
6606 builtin and then its argument prototype would still apply. */
6607 char $ac_func ();
6608 /* The GNU C library defines this for functions which it implements
6609 to always fail with ENOSYS. Some functions are actually named
6610 something starting with __ and the normal name is an alias. */
6611 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6612 choke me
6613 #else
6614 char (*f) () = $ac_func;
6615 #endif
6616 #ifdef __cplusplus
6618 #endif
6621 main ()
6623 return f != $ac_func;
6625 return 0;
6627 _ACEOF
6628 rm -f conftest.$ac_objext conftest$ac_exeext
6629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6630 (eval $ac_link) 2>conftest.er1
6631 ac_status=$?
6632 grep -v '^ *+' conftest.er1 >conftest.err
6633 rm -f conftest.er1
6634 cat conftest.err >&5
6635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6636 (exit $ac_status); } &&
6637 { ac_try='test -z "$ac_c_werror_flag"
6638 || test ! -s conftest.err'
6639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6640 (eval $ac_try) 2>&5
6641 ac_status=$?
6642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6643 (exit $ac_status); }; } &&
6644 { ac_try='test -s conftest$ac_exeext'
6645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6646 (eval $ac_try) 2>&5
6647 ac_status=$?
6648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649 (exit $ac_status); }; }; then
6650 eval "$as_ac_var=yes"
6651 else
6652 echo "$as_me: failed program was:" >&5
6653 sed 's/^/| /' conftest.$ac_ext >&5
6655 eval "$as_ac_var=no"
6657 rm -f conftest.err conftest.$ac_objext \
6658 conftest$ac_exeext conftest.$ac_ext
6660 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6661 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6662 if test `eval echo '${'$as_ac_var'}'` = yes; then
6663 cat >>confdefs.h <<_ACEOF
6664 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6665 _ACEOF
6668 done
6670 if test -n "$ac_tool_prefix"; then
6671 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
6672 set dummy ${ac_tool_prefix}nm; ac_word=$2
6673 echo "$as_me:$LINENO: checking for $ac_word" >&5
6674 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6675 if test "${ac_cv_prog_NM+set}" = set; then
6676 echo $ECHO_N "(cached) $ECHO_C" >&6
6677 else
6678 if test -n "$NM"; then
6679 ac_cv_prog_NM="$NM" # Let the user override the test.
6680 else
6681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6682 for as_dir in $PATH
6684 IFS=$as_save_IFS
6685 test -z "$as_dir" && as_dir=.
6686 for ac_exec_ext in '' $ac_executable_extensions; do
6687 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6688 ac_cv_prog_NM="${ac_tool_prefix}nm"
6689 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6690 break 2
6692 done
6693 done
6697 NM=$ac_cv_prog_NM
6698 if test -n "$NM"; then
6699 echo "$as_me:$LINENO: result: $NM" >&5
6700 echo "${ECHO_T}$NM" >&6
6701 else
6702 echo "$as_me:$LINENO: result: no" >&5
6703 echo "${ECHO_T}no" >&6
6707 if test -z "$ac_cv_prog_NM"; then
6708 ac_ct_NM=$NM
6709 # Extract the first word of "nm", so it can be a program name with args.
6710 set dummy nm; ac_word=$2
6711 echo "$as_me:$LINENO: checking for $ac_word" >&5
6712 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6713 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
6714 echo $ECHO_N "(cached) $ECHO_C" >&6
6715 else
6716 if test -n "$ac_ct_NM"; then
6717 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
6718 else
6719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6720 for as_dir in $PATH
6722 IFS=$as_save_IFS
6723 test -z "$as_dir" && as_dir=.
6724 for ac_exec_ext in '' $ac_executable_extensions; do
6725 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6726 ac_cv_prog_ac_ct_NM="nm"
6727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6728 break 2
6730 done
6731 done
6735 ac_ct_NM=$ac_cv_prog_ac_ct_NM
6736 if test -n "$ac_ct_NM"; then
6737 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
6738 echo "${ECHO_T}$ac_ct_NM" >&6
6739 else
6740 echo "$as_me:$LINENO: result: no" >&5
6741 echo "${ECHO_T}no" >&6
6744 NM=$ac_ct_NM
6745 else
6746 NM="$ac_cv_prog_NM"
6749 if test "x$ac_cv_have_dlvsym" != "x"; then
6750 # Try compiling a simple pthreads program. Find the shared libraries it
6751 # ends up with. Then use "nm" on those libraries to extract the
6752 # default symbol versioning suffix ("@@"), if any. But that's tricky.
6753 # Rather, run nm on the resulting executable. Unfortunately, autoconf
6754 # doesn't appear to have a macro that builds a test executable for
6755 # subsequent analysis ... so we do it by hand here.
6756 cat >> conftest.c << EOF
6757 #include <pthread.h>
6758 int main () { void *p = (void *) & pthread_create; return (int) p; }
6760 oldLIBS="$LIBS"
6761 LIBS="$LIBS -lpthread"
6762 pthread_create_version="\"\""
6763 echo "$as_me:$LINENO: checking pthread_create symbol version" >&5
6764 echo $ECHO_N "checking pthread_create symbol version... $ECHO_C" >&6
6765 if eval $ac_link 2>&5 && test -s conftest${ac_exeext}; then
6766 version=`$NM conftest${ac_exeect} | grep 'pthread_create@@' | sed -e 's/^.*@@//'`
6767 if test "x$version" != "x"; then
6768 pthread_create_version="\"$version\""
6771 echo "$as_me:$LINENO: result: $pthread_create_version" >&5
6772 echo "${ECHO_T}$pthread_create_version" >&6
6773 LIBS="$oldLIBS"
6777 cat >>confdefs.h <<_ACEOF
6778 #define PTHREAD_CREATE_VERSION $pthread_create_version
6779 _ACEOF
6783 # Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
6784 # similarly to how libstdc++ does it
6785 ac_test_CFLAGS="${CFLAGS+set}"
6786 ac_save_CFLAGS="$CFLAGS"
6788 # Check for -ffunction-sections -fdata-sections
6789 echo "$as_me:$LINENO: checking for gcc that supports -ffunction-sections -fdata-sections" >&5
6790 echo $ECHO_N "checking for gcc that supports -ffunction-sections -fdata-sections... $ECHO_C" >&6
6791 CFLAGS='-Werror -ffunction-sections -fdata-sections'
6792 cat >conftest.$ac_ext <<_ACEOF
6793 /* confdefs.h. */
6794 _ACEOF
6795 cat confdefs.h >>conftest.$ac_ext
6796 cat >>conftest.$ac_ext <<_ACEOF
6797 /* end confdefs.h. */
6800 main ()
6802 int foo;
6804 return 0;
6806 _ACEOF
6807 rm -f conftest.$ac_objext
6808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6809 (eval $ac_compile) 2>conftest.er1
6810 ac_status=$?
6811 grep -v '^ *+' conftest.er1 >conftest.err
6812 rm -f conftest.er1
6813 cat conftest.err >&5
6814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815 (exit $ac_status); } &&
6816 { ac_try='test -z "$ac_c_werror_flag"
6817 || test ! -s conftest.err'
6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6819 (eval $ac_try) 2>&5
6820 ac_status=$?
6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6822 (exit $ac_status); }; } &&
6823 { ac_try='test -s conftest.$ac_objext'
6824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6825 (eval $ac_try) 2>&5
6826 ac_status=$?
6827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828 (exit $ac_status); }; }; then
6829 ac_fdsections=yes
6830 else
6831 echo "$as_me: failed program was:" >&5
6832 sed 's/^/| /' conftest.$ac_ext >&5
6834 ac_fdsections=no
6836 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6837 if test "$ac_test_CFLAGS" = set; then
6838 CFLAGS="$ac_save_CFLAGS"
6839 else
6840 # this is the suspicious part
6841 CFLAGS=""
6843 if test x"$ac_fdsections" = x"yes"; then
6844 SECTION_FLAGS='-ffunction-sections -fdata-sections'
6846 echo "$as_me:$LINENO: result: $ac_fdsections" >&5
6847 echo "${ECHO_T}$ac_fdsections" >&6
6851 if test ${multilib} = yes; then
6852 multilib_arg="--enable-multilib"
6853 else
6854 multilib_arg=
6857 ac_config_files="$ac_config_files Makefile testsuite/Makefile testsuite/mfconfig.exp"
6859 cat >confcache <<\_ACEOF
6860 # This file is a shell script that caches the results of configure
6861 # tests run on this system so they can be shared between configure
6862 # scripts and configure runs, see configure's option --config-cache.
6863 # It is not useful on other systems. If it contains results you don't
6864 # want to keep, you may remove or edit it.
6866 # config.status only pays attention to the cache file if you give it
6867 # the --recheck option to rerun configure.
6869 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6870 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6871 # following values.
6873 _ACEOF
6875 # The following way of writing the cache mishandles newlines in values,
6876 # but we know of no workaround that is simple, portable, and efficient.
6877 # So, don't put newlines in cache variables' values.
6878 # Ultrix sh set writes to stderr and can't be redirected directly,
6879 # and sets the high bit in the cache file unless we assign to the vars.
6881 (set) 2>&1 |
6882 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6883 *ac_space=\ *)
6884 # `set' does not quote correctly, so add quotes (double-quote
6885 # substitution turns \\\\ into \\, and sed turns \\ into \).
6886 sed -n \
6887 "s/'/'\\\\''/g;
6888 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6891 # `set' quotes correctly as required by POSIX, so do not add quotes.
6892 sed -n \
6893 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6895 esac;
6897 sed '
6898 t clear
6899 : clear
6900 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6901 t end
6902 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6903 : end' >>confcache
6904 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6905 if test -w $cache_file; then
6906 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6907 cat confcache >$cache_file
6908 else
6909 echo "not updating unwritable cache $cache_file"
6912 rm -f confcache
6914 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6915 # Let make expand exec_prefix.
6916 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6918 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6919 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6920 # trailing colons and then remove the whole line if VPATH becomes empty
6921 # (actually we leave an empty line to preserve line numbers).
6922 if test "x$srcdir" = x.; then
6923 ac_vpsub='/^[ ]*VPATH[ ]*=/{
6924 s/:*\$(srcdir):*/:/;
6925 s/:*\${srcdir}:*/:/;
6926 s/:*@srcdir@:*/:/;
6927 s/^\([^=]*=[ ]*\):*/\1/;
6928 s/:*$//;
6929 s/^[^=]*=[ ]*$//;
6933 DEFS=-DHAVE_CONFIG_H
6935 ac_libobjs=
6936 ac_ltlibobjs=
6937 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6938 # 1. Remove the extension, and $U if already installed.
6939 ac_i=`echo "$ac_i" |
6940 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6941 # 2. Add them.
6942 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
6943 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
6944 done
6945 LIBOBJS=$ac_libobjs
6947 LTLIBOBJS=$ac_ltlibobjs
6950 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
6951 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
6952 Usually this means the macro was only invoked conditionally." >&5
6953 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
6954 Usually this means the macro was only invoked conditionally." >&2;}
6955 { (exit 1); exit 1; }; }
6957 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6958 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
6959 Usually this means the macro was only invoked conditionally." >&5
6960 echo "$as_me: error: conditional \"AMDEP\" was never defined.
6961 Usually this means the macro was only invoked conditionally." >&2;}
6962 { (exit 1); exit 1; }; }
6964 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6965 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
6966 Usually this means the macro was only invoked conditionally." >&5
6967 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
6968 Usually this means the macro was only invoked conditionally." >&2;}
6969 { (exit 1); exit 1; }; }
6971 if test -z "${LIBMUDFLAPTH_TRUE}" && test -z "${LIBMUDFLAPTH_FALSE}"; then
6972 { { echo "$as_me:$LINENO: error: conditional \"LIBMUDFLAPTH\" was never defined.
6973 Usually this means the macro was only invoked conditionally." >&5
6974 echo "$as_me: error: conditional \"LIBMUDFLAPTH\" was never defined.
6975 Usually this means the macro was only invoked conditionally." >&2;}
6976 { (exit 1); exit 1; }; }
6979 : ${CONFIG_STATUS=./config.status}
6980 ac_clean_files_save=$ac_clean_files
6981 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6982 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6983 echo "$as_me: creating $CONFIG_STATUS" >&6;}
6984 cat >$CONFIG_STATUS <<_ACEOF
6985 #! $SHELL
6986 # Generated by $as_me.
6987 # Run this file to recreate the current configuration.
6988 # Compiler output produced by configure, useful for debugging
6989 # configure, is in config.log if it exists.
6991 debug=false
6992 ac_cs_recheck=false
6993 ac_cs_silent=false
6994 SHELL=\${CONFIG_SHELL-$SHELL}
6995 _ACEOF
6997 cat >>$CONFIG_STATUS <<\_ACEOF
6998 ## --------------------- ##
6999 ## M4sh Initialization. ##
7000 ## --------------------- ##
7002 # Be Bourne compatible
7003 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7004 emulate sh
7005 NULLCMD=:
7006 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7007 # is contrary to our usage. Disable this feature.
7008 alias -g '${1+"$@"}'='"$@"'
7009 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7010 set -o posix
7012 DUALCASE=1; export DUALCASE # for MKS sh
7014 # Support unset when possible.
7015 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7016 as_unset=unset
7017 else
7018 as_unset=false
7022 # Work around bugs in pre-3.0 UWIN ksh.
7023 $as_unset ENV MAIL MAILPATH
7024 PS1='$ '
7025 PS2='> '
7026 PS4='+ '
7028 # NLS nuisances.
7029 for as_var in \
7030 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7031 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7032 LC_TELEPHONE LC_TIME
7034 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7035 eval $as_var=C; export $as_var
7036 else
7037 $as_unset $as_var
7039 done
7041 # Required to use basename.
7042 if expr a : '\(a\)' >/dev/null 2>&1; then
7043 as_expr=expr
7044 else
7045 as_expr=false
7048 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7049 as_basename=basename
7050 else
7051 as_basename=false
7055 # Name of the executable.
7056 as_me=`$as_basename "$0" ||
7057 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7058 X"$0" : 'X\(//\)$' \| \
7059 X"$0" : 'X\(/\)$' \| \
7060 . : '\(.\)' 2>/dev/null ||
7061 echo X/"$0" |
7062 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7063 /^X\/\(\/\/\)$/{ s//\1/; q; }
7064 /^X\/\(\/\).*/{ s//\1/; q; }
7065 s/.*/./; q'`
7068 # PATH needs CR, and LINENO needs CR and PATH.
7069 # Avoid depending upon Character Ranges.
7070 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7071 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7072 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7073 as_cr_digits='0123456789'
7074 as_cr_alnum=$as_cr_Letters$as_cr_digits
7076 # The user is always right.
7077 if test "${PATH_SEPARATOR+set}" != set; then
7078 echo "#! /bin/sh" >conf$$.sh
7079 echo "exit 0" >>conf$$.sh
7080 chmod +x conf$$.sh
7081 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7082 PATH_SEPARATOR=';'
7083 else
7084 PATH_SEPARATOR=:
7086 rm -f conf$$.sh
7090 as_lineno_1=$LINENO
7091 as_lineno_2=$LINENO
7092 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7093 test "x$as_lineno_1" != "x$as_lineno_2" &&
7094 test "x$as_lineno_3" = "x$as_lineno_2" || {
7095 # Find who we are. Look in the path if we contain no path at all
7096 # relative or not.
7097 case $0 in
7098 *[\\/]* ) as_myself=$0 ;;
7099 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7100 for as_dir in $PATH
7102 IFS=$as_save_IFS
7103 test -z "$as_dir" && as_dir=.
7104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7105 done
7108 esac
7109 # We did not find ourselves, most probably we were run as `sh COMMAND'
7110 # in which case we are not to be found in the path.
7111 if test "x$as_myself" = x; then
7112 as_myself=$0
7114 if test ! -f "$as_myself"; then
7115 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7116 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7117 { (exit 1); exit 1; }; }
7119 case $CONFIG_SHELL in
7121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7122 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7124 IFS=$as_save_IFS
7125 test -z "$as_dir" && as_dir=.
7126 for as_base in sh bash ksh sh5; do
7127 case $as_dir in
7129 if ("$as_dir/$as_base" -c '
7130 as_lineno_1=$LINENO
7131 as_lineno_2=$LINENO
7132 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7133 test "x$as_lineno_1" != "x$as_lineno_2" &&
7134 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7135 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7136 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7137 CONFIG_SHELL=$as_dir/$as_base
7138 export CONFIG_SHELL
7139 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7140 fi;;
7141 esac
7142 done
7143 done
7145 esac
7147 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7148 # uniformly replaced by the line number. The first 'sed' inserts a
7149 # line-number line before each line; the second 'sed' does the real
7150 # work. The second script uses 'N' to pair each line-number line
7151 # with the numbered line, and appends trailing '-' during
7152 # substitution so that $LINENO is not a special case at line end.
7153 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7154 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7155 sed '=' <$as_myself |
7156 sed '
7158 s,$,-,
7159 : loop
7160 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7161 t loop
7162 s,-$,,
7163 s,^['$as_cr_digits']*\n,,
7164 ' >$as_me.lineno &&
7165 chmod +x $as_me.lineno ||
7166 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7167 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7168 { (exit 1); exit 1; }; }
7170 # Don't try to exec as it changes $[0], causing all sort of problems
7171 # (the dirname of $[0] is not the place where we might find the
7172 # original and so on. Autoconf is especially sensible to this).
7173 . ./$as_me.lineno
7174 # Exit status is that of the last command.
7175 exit
7179 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7180 *c*,-n*) ECHO_N= ECHO_C='
7181 ' ECHO_T=' ' ;;
7182 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7183 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7184 esac
7186 if expr a : '\(a\)' >/dev/null 2>&1; then
7187 as_expr=expr
7188 else
7189 as_expr=false
7192 rm -f conf$$ conf$$.exe conf$$.file
7193 echo >conf$$.file
7194 if ln -s conf$$.file conf$$ 2>/dev/null; then
7195 # We could just check for DJGPP; but this test a) works b) is more generic
7196 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7197 if test -f conf$$.exe; then
7198 # Don't use ln at all; we don't have any links
7199 as_ln_s='cp -p'
7200 else
7201 as_ln_s='ln -s'
7203 elif ln conf$$.file conf$$ 2>/dev/null; then
7204 as_ln_s=ln
7205 else
7206 as_ln_s='cp -p'
7208 rm -f conf$$ conf$$.exe conf$$.file
7210 if mkdir -p . 2>/dev/null; then
7211 as_mkdir_p=:
7212 else
7213 test -d ./-p && rmdir ./-p
7214 as_mkdir_p=false
7217 as_executable_p="test -f"
7219 # Sed expression to map a string onto a valid CPP name.
7220 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7222 # Sed expression to map a string onto a valid variable name.
7223 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7226 # IFS
7227 # We need space, tab and new line, in precisely that order.
7228 as_nl='
7230 IFS=" $as_nl"
7232 # CDPATH.
7233 $as_unset CDPATH
7235 exec 6>&1
7237 # Open the log real soon, to keep \$[0] and so on meaningful, and to
7238 # report actual input values of CONFIG_FILES etc. instead of their
7239 # values after options handling. Logging --version etc. is OK.
7240 exec 5>>config.log
7242 echo
7243 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7244 ## Running $as_me. ##
7245 _ASBOX
7246 } >&5
7247 cat >&5 <<_CSEOF
7249 This file was extended by libmudflap $as_me 1.0, which was
7250 generated by GNU Autoconf 2.59. Invocation command line was
7252 CONFIG_FILES = $CONFIG_FILES
7253 CONFIG_HEADERS = $CONFIG_HEADERS
7254 CONFIG_LINKS = $CONFIG_LINKS
7255 CONFIG_COMMANDS = $CONFIG_COMMANDS
7256 $ $0 $@
7258 _CSEOF
7259 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7260 echo >&5
7261 _ACEOF
7263 # Files that config.status was made for.
7264 if test -n "$ac_config_files"; then
7265 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7268 if test -n "$ac_config_headers"; then
7269 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7272 if test -n "$ac_config_links"; then
7273 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7276 if test -n "$ac_config_commands"; then
7277 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7280 cat >>$CONFIG_STATUS <<\_ACEOF
7282 ac_cs_usage="\
7283 \`$as_me' instantiates files from templates according to the
7284 current configuration.
7286 Usage: $0 [OPTIONS] [FILE]...
7288 -h, --help print this help, then exit
7289 -V, --version print version number, then exit
7290 -q, --quiet do not print progress messages
7291 -d, --debug don't remove temporary files
7292 --recheck update $as_me by reconfiguring in the same conditions
7293 --file=FILE[:TEMPLATE]
7294 instantiate the configuration file FILE
7295 --header=FILE[:TEMPLATE]
7296 instantiate the configuration header FILE
7298 Configuration files:
7299 $config_files
7301 Configuration headers:
7302 $config_headers
7304 Configuration commands:
7305 $config_commands
7307 Report bugs to <bug-autoconf@gnu.org>."
7308 _ACEOF
7310 cat >>$CONFIG_STATUS <<_ACEOF
7311 ac_cs_version="\\
7312 libmudflap config.status 1.0
7313 configured by $0, generated by GNU Autoconf 2.59,
7314 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7316 Copyright (C) 2003 Free Software Foundation, Inc.
7317 This config.status script is free software; the Free Software Foundation
7318 gives unlimited permission to copy, distribute and modify it."
7319 srcdir=$srcdir
7320 INSTALL="$INSTALL"
7321 _ACEOF
7323 cat >>$CONFIG_STATUS <<\_ACEOF
7324 # If no file are specified by the user, then we need to provide default
7325 # value. By we need to know if files were specified by the user.
7326 ac_need_defaults=:
7327 while test $# != 0
7329 case $1 in
7330 --*=*)
7331 ac_option=`expr "x$1" : 'x\([^=]*\)='`
7332 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7333 ac_shift=:
7336 ac_option=$1
7337 ac_optarg=$2
7338 ac_shift=shift
7340 *) # This is not an option, so the user has probably given explicit
7341 # arguments.
7342 ac_option=$1
7343 ac_need_defaults=false;;
7344 esac
7346 case $ac_option in
7347 # Handling of the options.
7348 _ACEOF
7349 cat >>$CONFIG_STATUS <<\_ACEOF
7350 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7351 ac_cs_recheck=: ;;
7352 --version | --vers* | -V )
7353 echo "$ac_cs_version"; exit 0 ;;
7354 --he | --h)
7355 # Conflict between --help and --header
7356 { { echo "$as_me:$LINENO: error: ambiguous option: $1
7357 Try \`$0 --help' for more information." >&5
7358 echo "$as_me: error: ambiguous option: $1
7359 Try \`$0 --help' for more information." >&2;}
7360 { (exit 1); exit 1; }; };;
7361 --help | --hel | -h )
7362 echo "$ac_cs_usage"; exit 0 ;;
7363 --debug | --d* | -d )
7364 debug=: ;;
7365 --file | --fil | --fi | --f )
7366 $ac_shift
7367 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7368 ac_need_defaults=false;;
7369 --header | --heade | --head | --hea )
7370 $ac_shift
7371 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7372 ac_need_defaults=false;;
7373 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7374 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7375 ac_cs_silent=: ;;
7377 # This is an error.
7378 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7379 Try \`$0 --help' for more information." >&5
7380 echo "$as_me: error: unrecognized option: $1
7381 Try \`$0 --help' for more information." >&2;}
7382 { (exit 1); exit 1; }; } ;;
7384 *) ac_config_targets="$ac_config_targets $1" ;;
7386 esac
7387 shift
7388 done
7390 ac_configure_extra_args=
7392 if $ac_cs_silent; then
7393 exec 6>/dev/null
7394 ac_configure_extra_args="$ac_configure_extra_args --silent"
7397 _ACEOF
7398 cat >>$CONFIG_STATUS <<_ACEOF
7399 if \$ac_cs_recheck; then
7400 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7401 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7404 _ACEOF
7406 cat >>$CONFIG_STATUS <<_ACEOF
7408 # INIT-COMMANDS section.
7412 srcdir="$srcdir"
7413 host="$host"
7414 target="$target"
7415 with_multisubdir="$with_multisubdir"
7416 with_multisrctop="$with_multisrctop"
7417 with_target_subdir="$with_target_subdir"
7418 ac_configure_args="${multilib_arg} ${ac_configure_args}"
7419 multi_basedir="$multi_basedir"
7420 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7421 CC="$CC"
7422 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7424 _ACEOF
7428 cat >>$CONFIG_STATUS <<\_ACEOF
7429 for ac_config_target in $ac_config_targets
7431 case "$ac_config_target" in
7432 # Handling of arguments.
7433 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7434 "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
7435 "testsuite/mfconfig.exp" ) CONFIG_FILES="$CONFIG_FILES testsuite/mfconfig.exp" ;;
7436 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
7437 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7438 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7439 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7440 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7441 { (exit 1); exit 1; }; };;
7442 esac
7443 done
7445 # If the user did not use the arguments to specify the items to instantiate,
7446 # then the envvar interface is used. Set only those that are not.
7447 # We use the long form for the default assignment because of an extremely
7448 # bizarre bug on SunOS 4.1.3.
7449 if $ac_need_defaults; then
7450 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7451 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7452 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7455 # Have a temporary directory for convenience. Make it in the build tree
7456 # simply because there is no reason to put it here, and in addition,
7457 # creating and moving files from /tmp can sometimes cause problems.
7458 # Create a temporary directory, and hook for its removal unless debugging.
7459 $debug ||
7461 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7462 trap '{ (exit 1); exit 1; }' 1 2 13 15
7465 # Create a (secure) tmp directory for tmp files.
7468 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7469 test -n "$tmp" && test -d "$tmp"
7470 } ||
7472 tmp=./confstat$$-$RANDOM
7473 (umask 077 && mkdir $tmp)
7474 } ||
7476 echo "$me: cannot create a temporary directory in ." >&2
7477 { (exit 1); exit 1; }
7480 _ACEOF
7482 cat >>$CONFIG_STATUS <<_ACEOF
7485 # CONFIG_FILES section.
7488 # No need to generate the scripts if there are no CONFIG_FILES.
7489 # This happens for instance when ./config.status config.h
7490 if test -n "\$CONFIG_FILES"; then
7491 # Protect against being on the right side of a sed subst in config.status.
7492 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7493 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7494 s,@SHELL@,$SHELL,;t t
7495 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7496 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7497 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7498 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7499 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7500 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7501 s,@exec_prefix@,$exec_prefix,;t t
7502 s,@prefix@,$prefix,;t t
7503 s,@program_transform_name@,$program_transform_name,;t t
7504 s,@bindir@,$bindir,;t t
7505 s,@sbindir@,$sbindir,;t t
7506 s,@libexecdir@,$libexecdir,;t t
7507 s,@datadir@,$datadir,;t t
7508 s,@sysconfdir@,$sysconfdir,;t t
7509 s,@sharedstatedir@,$sharedstatedir,;t t
7510 s,@localstatedir@,$localstatedir,;t t
7511 s,@libdir@,$libdir,;t t
7512 s,@includedir@,$includedir,;t t
7513 s,@oldincludedir@,$oldincludedir,;t t
7514 s,@infodir@,$infodir,;t t
7515 s,@mandir@,$mandir,;t t
7516 s,@build_alias@,$build_alias,;t t
7517 s,@host_alias@,$host_alias,;t t
7518 s,@target_alias@,$target_alias,;t t
7519 s,@DEFS@,$DEFS,;t t
7520 s,@ECHO_C@,$ECHO_C,;t t
7521 s,@ECHO_N@,$ECHO_N,;t t
7522 s,@ECHO_T@,$ECHO_T,;t t
7523 s,@LIBS@,$LIBS,;t t
7524 s,@build@,$build,;t t
7525 s,@build_cpu@,$build_cpu,;t t
7526 s,@build_vendor@,$build_vendor,;t t
7527 s,@build_os@,$build_os,;t t
7528 s,@host@,$host,;t t
7529 s,@host_cpu@,$host_cpu,;t t
7530 s,@host_vendor@,$host_vendor,;t t
7531 s,@host_os@,$host_os,;t t
7532 s,@target@,$target,;t t
7533 s,@target_cpu@,$target_cpu,;t t
7534 s,@target_vendor@,$target_vendor,;t t
7535 s,@target_os@,$target_os,;t t
7536 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7537 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7538 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7539 s,@CYGPATH_W@,$CYGPATH_W,;t t
7540 s,@PACKAGE@,$PACKAGE,;t t
7541 s,@VERSION@,$VERSION,;t t
7542 s,@ACLOCAL@,$ACLOCAL,;t t
7543 s,@AUTOCONF@,$AUTOCONF,;t t
7544 s,@AUTOMAKE@,$AUTOMAKE,;t t
7545 s,@AUTOHEADER@,$AUTOHEADER,;t t
7546 s,@MAKEINFO@,$MAKEINFO,;t t
7547 s,@install_sh@,$install_sh,;t t
7548 s,@STRIP@,$STRIP,;t t
7549 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
7550 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
7551 s,@mkdir_p@,$mkdir_p,;t t
7552 s,@AWK@,$AWK,;t t
7553 s,@SET_MAKE@,$SET_MAKE,;t t
7554 s,@am__leading_dot@,$am__leading_dot,;t t
7555 s,@AMTAR@,$AMTAR,;t t
7556 s,@am__tar@,$am__tar,;t t
7557 s,@am__untar@,$am__untar,;t t
7558 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
7559 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
7560 s,@MAINT@,$MAINT,;t t
7561 s,@multi_basedir@,$multi_basedir,;t t
7562 s,@CC@,$CC,;t t
7563 s,@ac_ct_CC@,$ac_ct_CC,;t t
7564 s,@EXEEXT@,$EXEEXT,;t t
7565 s,@OBJEXT@,$OBJEXT,;t t
7566 s,@DEPDIR@,$DEPDIR,;t t
7567 s,@am__include@,$am__include,;t t
7568 s,@am__quote@,$am__quote,;t t
7569 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
7570 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
7571 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
7572 s,@CCDEPMODE@,$CCDEPMODE,;t t
7573 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
7574 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
7575 s,@CFLAGS@,$CFLAGS,;t t
7576 s,@CPP@,$CPP,;t t
7577 s,@CPPFLAGS@,$CPPFLAGS,;t t
7578 s,@EGREP@,$EGREP,;t t
7579 s,@LN_S@,$LN_S,;t t
7580 s,@RANLIB@,$RANLIB,;t t
7581 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
7582 s,@LIBTOOL@,$LIBTOOL,;t t
7583 s,@enable_shared@,$enable_shared,;t t
7584 s,@enable_static@,$enable_static,;t t
7585 s,@MF_HAVE_STDINT_H@,$MF_HAVE_STDINT_H,;t t
7586 s,@MF_HAVE_UINTPTR_T@,$MF_HAVE_UINTPTR_T,;t t
7587 s,@LIBMUDFLAPTH_TRUE@,$LIBMUDFLAPTH_TRUE,;t t
7588 s,@LIBMUDFLAPTH_FALSE@,$LIBMUDFLAPTH_FALSE,;t t
7589 s,@build_libmudflapth@,$build_libmudflapth,;t t
7590 s,@gcc_version_trigger@,$gcc_version_trigger,;t t
7591 s,@gcc_version_full@,$gcc_version_full,;t t
7592 s,@gcc_version@,$gcc_version,;t t
7593 s,@toolexecdir@,$toolexecdir,;t t
7594 s,@toolexeclibdir@,$toolexeclibdir,;t t
7595 s,@NM@,$NM,;t t
7596 s,@ac_ct_NM@,$ac_ct_NM,;t t
7597 s,@SECTION_FLAGS@,$SECTION_FLAGS,;t t
7598 s,@LIBOBJS@,$LIBOBJS,;t t
7599 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7600 CEOF
7602 _ACEOF
7604 cat >>$CONFIG_STATUS <<\_ACEOF
7605 # Split the substitutions into bite-sized pieces for seds with
7606 # small command number limits, like on Digital OSF/1 and HP-UX.
7607 ac_max_sed_lines=48
7608 ac_sed_frag=1 # Number of current file.
7609 ac_beg=1 # First line for current file.
7610 ac_end=$ac_max_sed_lines # Line after last line for current file.
7611 ac_more_lines=:
7612 ac_sed_cmds=
7613 while $ac_more_lines; do
7614 if test $ac_beg -gt 1; then
7615 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7616 else
7617 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7619 if test ! -s $tmp/subs.frag; then
7620 ac_more_lines=false
7621 else
7622 # The purpose of the label and of the branching condition is to
7623 # speed up the sed processing (if there are no `@' at all, there
7624 # is no need to browse any of the substitutions).
7625 # These are the two extra sed commands mentioned above.
7626 (echo ':t
7627 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
7628 if test -z "$ac_sed_cmds"; then
7629 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
7630 else
7631 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7633 ac_sed_frag=`expr $ac_sed_frag + 1`
7634 ac_beg=$ac_end
7635 ac_end=`expr $ac_end + $ac_max_sed_lines`
7637 done
7638 if test -z "$ac_sed_cmds"; then
7639 ac_sed_cmds=cat
7641 fi # test -n "$CONFIG_FILES"
7643 _ACEOF
7644 cat >>$CONFIG_STATUS <<\_ACEOF
7645 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
7646 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7647 case $ac_file in
7648 - | *:- | *:-:* ) # input from stdin
7649 cat >$tmp/stdin
7650 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7651 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7652 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7653 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7654 * ) ac_file_in=$ac_file.in ;;
7655 esac
7657 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7658 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7659 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7660 X"$ac_file" : 'X\(//\)[^/]' \| \
7661 X"$ac_file" : 'X\(//\)$' \| \
7662 X"$ac_file" : 'X\(/\)' \| \
7663 . : '\(.\)' 2>/dev/null ||
7664 echo X"$ac_file" |
7665 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7666 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7667 /^X\(\/\/\)$/{ s//\1/; q; }
7668 /^X\(\/\).*/{ s//\1/; q; }
7669 s/.*/./; q'`
7670 { if $as_mkdir_p; then
7671 mkdir -p "$ac_dir"
7672 else
7673 as_dir="$ac_dir"
7674 as_dirs=
7675 while test ! -d "$as_dir"; do
7676 as_dirs="$as_dir $as_dirs"
7677 as_dir=`(dirname "$as_dir") 2>/dev/null ||
7678 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7679 X"$as_dir" : 'X\(//\)[^/]' \| \
7680 X"$as_dir" : 'X\(//\)$' \| \
7681 X"$as_dir" : 'X\(/\)' \| \
7682 . : '\(.\)' 2>/dev/null ||
7683 echo X"$as_dir" |
7684 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7685 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7686 /^X\(\/\/\)$/{ s//\1/; q; }
7687 /^X\(\/\).*/{ s//\1/; q; }
7688 s/.*/./; q'`
7689 done
7690 test ! -n "$as_dirs" || mkdir $as_dirs
7691 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7692 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7693 { (exit 1); exit 1; }; }; }
7695 ac_builddir=.
7697 if test "$ac_dir" != .; then
7698 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7699 # A "../" for each directory in $ac_dir_suffix.
7700 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7701 else
7702 ac_dir_suffix= ac_top_builddir=
7705 case $srcdir in
7706 .) # No --srcdir option. We are building in place.
7707 ac_srcdir=.
7708 if test -z "$ac_top_builddir"; then
7709 ac_top_srcdir=.
7710 else
7711 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7712 fi ;;
7713 [\\/]* | ?:[\\/]* ) # Absolute path.
7714 ac_srcdir=$srcdir$ac_dir_suffix;
7715 ac_top_srcdir=$srcdir ;;
7716 *) # Relative path.
7717 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7718 ac_top_srcdir=$ac_top_builddir$srcdir ;;
7719 esac
7721 # Do not use `cd foo && pwd` to compute absolute paths, because
7722 # the directories may not exist.
7723 case `pwd` in
7724 .) ac_abs_builddir="$ac_dir";;
7726 case "$ac_dir" in
7727 .) ac_abs_builddir=`pwd`;;
7728 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7729 *) ac_abs_builddir=`pwd`/"$ac_dir";;
7730 esac;;
7731 esac
7732 case $ac_abs_builddir in
7733 .) ac_abs_top_builddir=${ac_top_builddir}.;;
7735 case ${ac_top_builddir}. in
7736 .) ac_abs_top_builddir=$ac_abs_builddir;;
7737 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7738 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7739 esac;;
7740 esac
7741 case $ac_abs_builddir in
7742 .) ac_abs_srcdir=$ac_srcdir;;
7744 case $ac_srcdir in
7745 .) ac_abs_srcdir=$ac_abs_builddir;;
7746 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7747 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7748 esac;;
7749 esac
7750 case $ac_abs_builddir in
7751 .) ac_abs_top_srcdir=$ac_top_srcdir;;
7753 case $ac_top_srcdir in
7754 .) ac_abs_top_srcdir=$ac_abs_builddir;;
7755 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7756 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7757 esac;;
7758 esac
7761 case $INSTALL in
7762 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7763 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
7764 esac
7766 if test x"$ac_file" != x-; then
7767 { echo "$as_me:$LINENO: creating $ac_file" >&5
7768 echo "$as_me: creating $ac_file" >&6;}
7769 rm -f "$ac_file"
7771 # Let's still pretend it is `configure' which instantiates (i.e., don't
7772 # use $as_me), people would be surprised to read:
7773 # /* config.h. Generated by config.status. */
7774 if test x"$ac_file" = x-; then
7775 configure_input=
7776 else
7777 configure_input="$ac_file. "
7779 configure_input=$configure_input"Generated from `echo $ac_file_in |
7780 sed 's,.*/,,'` by configure."
7782 # First look for the input files in the build tree, otherwise in the
7783 # src tree.
7784 ac_file_inputs=`IFS=:
7785 for f in $ac_file_in; do
7786 case $f in
7787 -) echo $tmp/stdin ;;
7788 [\\/$]*)
7789 # Absolute (can't be DOS-style, as IFS=:)
7790 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7791 echo "$as_me: error: cannot find input file: $f" >&2;}
7792 { (exit 1); exit 1; }; }
7793 echo "$f";;
7794 *) # Relative
7795 if test -f "$f"; then
7796 # Build tree
7797 echo "$f"
7798 elif test -f "$srcdir/$f"; then
7799 # Source tree
7800 echo "$srcdir/$f"
7801 else
7802 # /dev/null tree
7803 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7804 echo "$as_me: error: cannot find input file: $f" >&2;}
7805 { (exit 1); exit 1; }; }
7806 fi;;
7807 esac
7808 done` || { (exit 1); exit 1; }
7809 _ACEOF
7810 cat >>$CONFIG_STATUS <<_ACEOF
7811 sed "$ac_vpsub
7812 $extrasub
7813 _ACEOF
7814 cat >>$CONFIG_STATUS <<\_ACEOF
7816 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7817 s,@configure_input@,$configure_input,;t t
7818 s,@srcdir@,$ac_srcdir,;t t
7819 s,@abs_srcdir@,$ac_abs_srcdir,;t t
7820 s,@top_srcdir@,$ac_top_srcdir,;t t
7821 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7822 s,@builddir@,$ac_builddir,;t t
7823 s,@abs_builddir@,$ac_abs_builddir,;t t
7824 s,@top_builddir@,$ac_top_builddir,;t t
7825 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
7826 s,@INSTALL@,$ac_INSTALL,;t t
7827 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7828 rm -f $tmp/stdin
7829 if test x"$ac_file" != x-; then
7830 mv $tmp/out $ac_file
7831 else
7832 cat $tmp/out
7833 rm -f $tmp/out
7836 done
7837 _ACEOF
7838 cat >>$CONFIG_STATUS <<\_ACEOF
7841 # CONFIG_HEADER section.
7844 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7845 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7847 # ac_d sets the value in "#define NAME VALUE" lines.
7848 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
7849 ac_dB='[ ].*$,\1#\2'
7850 ac_dC=' '
7851 ac_dD=',;t'
7852 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7853 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7854 ac_uB='$,\1#\2define\3'
7855 ac_uC=' '
7856 ac_uD=',;t'
7858 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
7859 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7860 case $ac_file in
7861 - | *:- | *:-:* ) # input from stdin
7862 cat >$tmp/stdin
7863 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7864 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7865 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7866 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7867 * ) ac_file_in=$ac_file.in ;;
7868 esac
7870 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
7871 echo "$as_me: creating $ac_file" >&6;}
7873 # First look for the input files in the build tree, otherwise in the
7874 # src tree.
7875 ac_file_inputs=`IFS=:
7876 for f in $ac_file_in; do
7877 case $f in
7878 -) echo $tmp/stdin ;;
7879 [\\/$]*)
7880 # Absolute (can't be DOS-style, as IFS=:)
7881 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7882 echo "$as_me: error: cannot find input file: $f" >&2;}
7883 { (exit 1); exit 1; }; }
7884 # Do quote $f, to prevent DOS paths from being IFS'd.
7885 echo "$f";;
7886 *) # Relative
7887 if test -f "$f"; then
7888 # Build tree
7889 echo "$f"
7890 elif test -f "$srcdir/$f"; then
7891 # Source tree
7892 echo "$srcdir/$f"
7893 else
7894 # /dev/null tree
7895 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7896 echo "$as_me: error: cannot find input file: $f" >&2;}
7897 { (exit 1); exit 1; }; }
7898 fi;;
7899 esac
7900 done` || { (exit 1); exit 1; }
7901 # Remove the trailing spaces.
7902 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
7904 _ACEOF
7906 # Transform confdefs.h into two sed scripts, `conftest.defines' and
7907 # `conftest.undefs', that substitutes the proper values into
7908 # config.h.in to produce config.h. The first handles `#define'
7909 # templates, and the second `#undef' templates.
7910 # And first: Protect against being on the right side of a sed subst in
7911 # config.status. Protect against being in an unquoted here document
7912 # in config.status.
7913 rm -f conftest.defines conftest.undefs
7914 # Using a here document instead of a string reduces the quoting nightmare.
7915 # Putting comments in sed scripts is not portable.
7917 # `end' is used to avoid that the second main sed command (meant for
7918 # 0-ary CPP macros) applies to n-ary macro definitions.
7919 # See the Autoconf documentation for `clear'.
7920 cat >confdef2sed.sed <<\_ACEOF
7921 s/[\\&,]/\\&/g
7922 s,[\\$`],\\&,g
7923 t clear
7924 : clear
7925 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
7926 t end
7927 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
7928 : end
7929 _ACEOF
7930 # If some macros were called several times there might be several times
7931 # the same #defines, which is useless. Nevertheless, we may not want to
7932 # sort them, since we want the *last* AC-DEFINE to be honored.
7933 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7934 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7935 rm -f confdef2sed.sed
7937 # This sed command replaces #undef with comments. This is necessary, for
7938 # example, in the case of _POSIX_SOURCE, which is predefined and required
7939 # on some systems where configure will not decide to define it.
7940 cat >>conftest.undefs <<\_ACEOF
7941 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
7942 _ACEOF
7944 # Break up conftest.defines because some shells have a limit on the size
7945 # of here documents, and old seds have small limits too (100 cmds).
7946 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
7947 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
7948 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
7949 echo ' :' >>$CONFIG_STATUS
7950 rm -f conftest.tail
7951 while grep . conftest.defines >/dev/null
7953 # Write a limited-size here document to $tmp/defines.sed.
7954 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7955 # Speed up: don't consider the non `#define' lines.
7956 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
7957 # Work around the forget-to-reset-the-flag bug.
7958 echo 't clr' >>$CONFIG_STATUS
7959 echo ': clr' >>$CONFIG_STATUS
7960 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
7961 echo 'CEOF
7962 sed -f $tmp/defines.sed $tmp/in >$tmp/out
7963 rm -f $tmp/in
7964 mv $tmp/out $tmp/in
7965 ' >>$CONFIG_STATUS
7966 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
7967 rm -f conftest.defines
7968 mv conftest.tail conftest.defines
7969 done
7970 rm -f conftest.defines
7971 echo ' fi # grep' >>$CONFIG_STATUS
7972 echo >>$CONFIG_STATUS
7974 # Break up conftest.undefs because some shells have a limit on the size
7975 # of here documents, and old seds have small limits too (100 cmds).
7976 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
7977 rm -f conftest.tail
7978 while grep . conftest.undefs >/dev/null
7980 # Write a limited-size here document to $tmp/undefs.sed.
7981 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7982 # Speed up: don't consider the non `#undef'
7983 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
7984 # Work around the forget-to-reset-the-flag bug.
7985 echo 't clr' >>$CONFIG_STATUS
7986 echo ': clr' >>$CONFIG_STATUS
7987 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
7988 echo 'CEOF
7989 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
7990 rm -f $tmp/in
7991 mv $tmp/out $tmp/in
7992 ' >>$CONFIG_STATUS
7993 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
7994 rm -f conftest.undefs
7995 mv conftest.tail conftest.undefs
7996 done
7997 rm -f conftest.undefs
7999 cat >>$CONFIG_STATUS <<\_ACEOF
8000 # Let's still pretend it is `configure' which instantiates (i.e., don't
8001 # use $as_me), people would be surprised to read:
8002 # /* config.h. Generated by config.status. */
8003 if test x"$ac_file" = x-; then
8004 echo "/* Generated by configure. */" >$tmp/config.h
8005 else
8006 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
8008 cat $tmp/in >>$tmp/config.h
8009 rm -f $tmp/in
8010 if test x"$ac_file" != x-; then
8011 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8012 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8013 echo "$as_me: $ac_file is unchanged" >&6;}
8014 else
8015 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8016 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8017 X"$ac_file" : 'X\(//\)[^/]' \| \
8018 X"$ac_file" : 'X\(//\)$' \| \
8019 X"$ac_file" : 'X\(/\)' \| \
8020 . : '\(.\)' 2>/dev/null ||
8021 echo X"$ac_file" |
8022 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8023 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8024 /^X\(\/\/\)$/{ s//\1/; q; }
8025 /^X\(\/\).*/{ s//\1/; q; }
8026 s/.*/./; q'`
8027 { if $as_mkdir_p; then
8028 mkdir -p "$ac_dir"
8029 else
8030 as_dir="$ac_dir"
8031 as_dirs=
8032 while test ! -d "$as_dir"; do
8033 as_dirs="$as_dir $as_dirs"
8034 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8035 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8036 X"$as_dir" : 'X\(//\)[^/]' \| \
8037 X"$as_dir" : 'X\(//\)$' \| \
8038 X"$as_dir" : 'X\(/\)' \| \
8039 . : '\(.\)' 2>/dev/null ||
8040 echo X"$as_dir" |
8041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8042 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8043 /^X\(\/\/\)$/{ s//\1/; q; }
8044 /^X\(\/\).*/{ s//\1/; q; }
8045 s/.*/./; q'`
8046 done
8047 test ! -n "$as_dirs" || mkdir $as_dirs
8048 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8049 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8050 { (exit 1); exit 1; }; }; }
8052 rm -f $ac_file
8053 mv $tmp/config.h $ac_file
8055 else
8056 cat $tmp/config.h
8057 rm -f $tmp/config.h
8059 # Compute $ac_file's index in $config_headers.
8060 _am_stamp_count=1
8061 for _am_header in $config_headers :; do
8062 case $_am_header in
8063 $ac_file | $ac_file:* )
8064 break ;;
8066 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8067 esac
8068 done
8069 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
8070 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8071 X$ac_file : 'X\(//\)[^/]' \| \
8072 X$ac_file : 'X\(//\)$' \| \
8073 X$ac_file : 'X\(/\)' \| \
8074 . : '\(.\)' 2>/dev/null ||
8075 echo X$ac_file |
8076 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8077 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8078 /^X\(\/\/\)$/{ s//\1/; q; }
8079 /^X\(\/\).*/{ s//\1/; q; }
8080 s/.*/./; q'`/stamp-h$_am_stamp_count
8081 done
8082 _ACEOF
8083 cat >>$CONFIG_STATUS <<\_ACEOF
8086 # CONFIG_COMMANDS section.
8088 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8089 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8090 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8091 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8092 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8093 X"$ac_dest" : 'X\(//\)[^/]' \| \
8094 X"$ac_dest" : 'X\(//\)$' \| \
8095 X"$ac_dest" : 'X\(/\)' \| \
8096 . : '\(.\)' 2>/dev/null ||
8097 echo X"$ac_dest" |
8098 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8099 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8100 /^X\(\/\/\)$/{ s//\1/; q; }
8101 /^X\(\/\).*/{ s//\1/; q; }
8102 s/.*/./; q'`
8103 { if $as_mkdir_p; then
8104 mkdir -p "$ac_dir"
8105 else
8106 as_dir="$ac_dir"
8107 as_dirs=
8108 while test ! -d "$as_dir"; do
8109 as_dirs="$as_dir $as_dirs"
8110 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8111 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8112 X"$as_dir" : 'X\(//\)[^/]' \| \
8113 X"$as_dir" : 'X\(//\)$' \| \
8114 X"$as_dir" : 'X\(/\)' \| \
8115 . : '\(.\)' 2>/dev/null ||
8116 echo X"$as_dir" |
8117 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8118 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8119 /^X\(\/\/\)$/{ s//\1/; q; }
8120 /^X\(\/\).*/{ s//\1/; q; }
8121 s/.*/./; q'`
8122 done
8123 test ! -n "$as_dirs" || mkdir $as_dirs
8124 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8125 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8126 { (exit 1); exit 1; }; }; }
8128 ac_builddir=.
8130 if test "$ac_dir" != .; then
8131 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8132 # A "../" for each directory in $ac_dir_suffix.
8133 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8134 else
8135 ac_dir_suffix= ac_top_builddir=
8138 case $srcdir in
8139 .) # No --srcdir option. We are building in place.
8140 ac_srcdir=.
8141 if test -z "$ac_top_builddir"; then
8142 ac_top_srcdir=.
8143 else
8144 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8145 fi ;;
8146 [\\/]* | ?:[\\/]* ) # Absolute path.
8147 ac_srcdir=$srcdir$ac_dir_suffix;
8148 ac_top_srcdir=$srcdir ;;
8149 *) # Relative path.
8150 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8151 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8152 esac
8154 # Do not use `cd foo && pwd` to compute absolute paths, because
8155 # the directories may not exist.
8156 case `pwd` in
8157 .) ac_abs_builddir="$ac_dir";;
8159 case "$ac_dir" in
8160 .) ac_abs_builddir=`pwd`;;
8161 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8162 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8163 esac;;
8164 esac
8165 case $ac_abs_builddir in
8166 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8168 case ${ac_top_builddir}. in
8169 .) ac_abs_top_builddir=$ac_abs_builddir;;
8170 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8171 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8172 esac;;
8173 esac
8174 case $ac_abs_builddir in
8175 .) ac_abs_srcdir=$ac_srcdir;;
8177 case $ac_srcdir in
8178 .) ac_abs_srcdir=$ac_abs_builddir;;
8179 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8180 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8181 esac;;
8182 esac
8183 case $ac_abs_builddir in
8184 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8186 case $ac_top_srcdir in
8187 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8188 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8189 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8190 esac;;
8191 esac
8194 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8195 echo "$as_me: executing $ac_dest commands" >&6;}
8196 case $ac_dest in
8197 default-1 )
8198 # Only add multilib support code if we just rebuilt the top-level
8199 # Makefile.
8200 case " $CONFIG_FILES " in
8201 *" Makefile "*)
8202 ac_file=Makefile . ${multi_basedir}/config-ml.in
8204 esac ;;
8205 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
8206 # Strip MF so we end up with the name of the file.
8207 mf=`echo "$mf" | sed -e 's/:.*$//'`
8208 # Check whether this is an Automake generated Makefile or not.
8209 # We used to match only the files named `Makefile.in', but
8210 # some people rename them; so instead we look at the file content.
8211 # Grep'ing the first line is not enough: some people post-process
8212 # each Makefile.in and add a new line on top of each file to say so.
8213 # So let's grep whole file.
8214 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8215 dirpart=`(dirname "$mf") 2>/dev/null ||
8216 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8217 X"$mf" : 'X\(//\)[^/]' \| \
8218 X"$mf" : 'X\(//\)$' \| \
8219 X"$mf" : 'X\(/\)' \| \
8220 . : '\(.\)' 2>/dev/null ||
8221 echo X"$mf" |
8222 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8223 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8224 /^X\(\/\/\)$/{ s//\1/; q; }
8225 /^X\(\/\).*/{ s//\1/; q; }
8226 s/.*/./; q'`
8227 else
8228 continue
8230 # Extract the definition of DEPDIR, am__include, and am__quote
8231 # from the Makefile without running `make'.
8232 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8233 test -z "$DEPDIR" && continue
8234 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8235 test -z "am__include" && continue
8236 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8237 # When using ansi2knr, U may be empty or an underscore; expand it
8238 U=`sed -n 's/^U = //p' < "$mf"`
8239 # Find all dependency output files, they are included files with
8240 # $(DEPDIR) in their names. We invoke sed twice because it is the
8241 # simplest approach to changing $(DEPDIR) to its actual value in the
8242 # expansion.
8243 for file in `sed -n "
8244 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8245 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8246 # Make sure the directory exists.
8247 test -f "$dirpart/$file" && continue
8248 fdir=`(dirname "$file") 2>/dev/null ||
8249 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8250 X"$file" : 'X\(//\)[^/]' \| \
8251 X"$file" : 'X\(//\)$' \| \
8252 X"$file" : 'X\(/\)' \| \
8253 . : '\(.\)' 2>/dev/null ||
8254 echo X"$file" |
8255 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8256 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8257 /^X\(\/\/\)$/{ s//\1/; q; }
8258 /^X\(\/\).*/{ s//\1/; q; }
8259 s/.*/./; q'`
8260 { if $as_mkdir_p; then
8261 mkdir -p $dirpart/$fdir
8262 else
8263 as_dir=$dirpart/$fdir
8264 as_dirs=
8265 while test ! -d "$as_dir"; do
8266 as_dirs="$as_dir $as_dirs"
8267 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8268 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8269 X"$as_dir" : 'X\(//\)[^/]' \| \
8270 X"$as_dir" : 'X\(//\)$' \| \
8271 X"$as_dir" : 'X\(/\)' \| \
8272 . : '\(.\)' 2>/dev/null ||
8273 echo X"$as_dir" |
8274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8275 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8276 /^X\(\/\/\)$/{ s//\1/; q; }
8277 /^X\(\/\).*/{ s//\1/; q; }
8278 s/.*/./; q'`
8279 done
8280 test ! -n "$as_dirs" || mkdir $as_dirs
8281 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
8282 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
8283 { (exit 1); exit 1; }; }; }
8285 # echo "creating $dirpart/$file"
8286 echo '# dummy' > "$dirpart/$file"
8287 done
8288 done
8290 esac
8291 done
8292 _ACEOF
8294 cat >>$CONFIG_STATUS <<\_ACEOF
8296 { (exit 0); exit 0; }
8297 _ACEOF
8298 chmod +x $CONFIG_STATUS
8299 ac_clean_files=$ac_clean_files_save
8302 # configure is writing to config.log, and then calls config.status.
8303 # config.status does its own redirection, appending to config.log.
8304 # Unfortunately, on DOS this fails, as config.log is still kept open
8305 # by configure, so config.status won't be able to write to it; its
8306 # output is simply discarded. So we exec the FD to /dev/null,
8307 # effectively closing config.log, so it can be properly (re)opened and
8308 # appended to by config.status. When coming back to configure, we
8309 # need to make the FD available again.
8310 if test "$no_create" != yes; then
8311 ac_cs_success=:
8312 ac_config_status_args=
8313 test "$silent" = yes &&
8314 ac_config_status_args="$ac_config_status_args --quiet"
8315 exec 5>/dev/null
8316 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8317 exec 5>>config.log
8318 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8319 # would make configure fail if this is the last instruction.
8320 $ac_cs_success || { (exit 1); exit 1; }