Initial revision
[official-gcc.git] / gcc / f / runtime / libU77 / configure
blob63fb0e7844e54c17fc3907d86d03cc351d6afa10
1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
18 build=NONE
19 cache_file=./config.cache
20 exec_prefix=NONE
21 host=NONE
22 no_create=
23 nonopt=NONE
24 no_recursion=
25 prefix=NONE
26 program_prefix=NONE
27 program_suffix=NONE
28 program_transform_name=s,x,x,
29 silent=
30 site=
31 srcdir=
32 target=NONE
33 verbose=
34 x_includes=NONE
35 x_libraries=NONE
36 bindir='${exec_prefix}/bin'
37 sbindir='${exec_prefix}/sbin'
38 libexecdir='${exec_prefix}/libexec'
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
43 libdir='${exec_prefix}/lib'
44 includedir='${prefix}/include'
45 oldincludedir='/usr/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
49 # Initialize some other variables.
50 subdirs=
51 MFLAGS= MAKEFLAGS=
52 # Maximum number of lines to put in a shell here document.
53 ac_max_here_lines=12
55 ac_prev=
56 for ac_option
59 # If the previous option needs an argument, assign it.
60 if test -n "$ac_prev"; then
61 eval "$ac_prev=\$ac_option"
62 ac_prev=
63 continue
66 case "$ac_option" in
67 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
68 *) ac_optarg= ;;
69 esac
71 # Accept the important Cygnus configure options, so we can diagnose typos.
73 case "$ac_option" in
75 -bindir | --bindir | --bindi | --bind | --bin | --bi)
76 ac_prev=bindir ;;
77 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
78 bindir="$ac_optarg" ;;
80 -build | --build | --buil | --bui | --bu)
81 ac_prev=build ;;
82 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
83 build="$ac_optarg" ;;
85 -cache-file | --cache-file | --cache-fil | --cache-fi \
86 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
87 ac_prev=cache_file ;;
88 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
89 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
90 cache_file="$ac_optarg" ;;
92 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
93 ac_prev=datadir ;;
94 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
95 | --da=*)
96 datadir="$ac_optarg" ;;
98 -disable-* | --disable-*)
99 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
100 # Reject names that are not valid shell variable names.
101 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
102 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
105 eval "enable_${ac_feature}=no" ;;
107 -enable-* | --enable-*)
108 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
109 # Reject names that are not valid shell variable names.
110 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
111 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
114 case "$ac_option" in
115 *=*) ;;
116 *) ac_optarg=yes ;;
117 esac
118 eval "enable_${ac_feature}='$ac_optarg'" ;;
120 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
121 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
122 | --exec | --exe | --ex)
123 ac_prev=exec_prefix ;;
124 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
125 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
126 | --exec=* | --exe=* | --ex=*)
127 exec_prefix="$ac_optarg" ;;
129 -gas | --gas | --ga | --g)
130 # Obsolete; use --with-gas.
131 with_gas=yes ;;
133 -help | --help | --hel | --he)
134 # Omit some internal or obsolete options to make the list less imposing.
135 # This message is too long to be a string in the A/UX 3.1 sh.
136 cat << EOF
137 Usage: configure [options] [host]
138 Options: [defaults in brackets after descriptions]
139 Configuration:
140 --cache-file=FILE cache test results in FILE
141 --help print this message
142 --no-create do not create output files
143 --quiet, --silent do not print \`checking...' messages
144 --version print the version of autoconf that created configure
145 Directory and file names:
146 --prefix=PREFIX install architecture-independent files in PREFIX
147 [$ac_default_prefix]
148 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
149 [same as prefix]
150 --bindir=DIR user executables in DIR [EPREFIX/bin]
151 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
152 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
153 --datadir=DIR read-only architecture-independent data in DIR
154 [PREFIX/share]
155 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
156 --sharedstatedir=DIR modifiable architecture-independent data in DIR
157 [PREFIX/com]
158 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
159 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
160 --includedir=DIR C header files in DIR [PREFIX/include]
161 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
162 --infodir=DIR info documentation in DIR [PREFIX/info]
163 --mandir=DIR man documentation in DIR [PREFIX/man]
164 --srcdir=DIR find the sources in DIR [configure dir or ..]
165 --program-prefix=PREFIX prepend PREFIX to installed program names
166 --program-suffix=SUFFIX append SUFFIX to installed program names
167 --program-transform-name=PROGRAM
168 run sed PROGRAM on installed program names
170 cat << EOF
171 Host type:
172 --build=BUILD configure for building on BUILD [BUILD=HOST]
173 --host=HOST configure for HOST [guessed]
174 --target=TARGET configure for TARGET [TARGET=HOST]
175 Features and packages:
176 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
177 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
178 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
179 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
180 --x-includes=DIR X include files are in DIR
181 --x-libraries=DIR X library files are in DIR
183 if test -n "$ac_help"; then
184 echo "--enable and --with options recognized:$ac_help"
186 exit 0 ;;
188 -host | --host | --hos | --ho)
189 ac_prev=host ;;
190 -host=* | --host=* | --hos=* | --ho=*)
191 host="$ac_optarg" ;;
193 -includedir | --includedir | --includedi | --included | --include \
194 | --includ | --inclu | --incl | --inc)
195 ac_prev=includedir ;;
196 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
197 | --includ=* | --inclu=* | --incl=* | --inc=*)
198 includedir="$ac_optarg" ;;
200 -infodir | --infodir | --infodi | --infod | --info | --inf)
201 ac_prev=infodir ;;
202 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
203 infodir="$ac_optarg" ;;
205 -libdir | --libdir | --libdi | --libd)
206 ac_prev=libdir ;;
207 -libdir=* | --libdir=* | --libdi=* | --libd=*)
208 libdir="$ac_optarg" ;;
210 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
211 | --libexe | --libex | --libe)
212 ac_prev=libexecdir ;;
213 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
214 | --libexe=* | --libex=* | --libe=*)
215 libexecdir="$ac_optarg" ;;
217 -localstatedir | --localstatedir | --localstatedi | --localstated \
218 | --localstate | --localstat | --localsta | --localst \
219 | --locals | --local | --loca | --loc | --lo)
220 ac_prev=localstatedir ;;
221 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
222 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
223 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
224 localstatedir="$ac_optarg" ;;
226 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
227 ac_prev=mandir ;;
228 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
229 mandir="$ac_optarg" ;;
231 -nfp | --nfp | --nf)
232 # Obsolete; use --without-fp.
233 with_fp=no ;;
235 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
236 | --no-cr | --no-c)
237 no_create=yes ;;
239 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
240 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
241 no_recursion=yes ;;
243 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
244 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
245 | --oldin | --oldi | --old | --ol | --o)
246 ac_prev=oldincludedir ;;
247 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
248 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
249 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
250 oldincludedir="$ac_optarg" ;;
252 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
253 ac_prev=prefix ;;
254 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
255 prefix="$ac_optarg" ;;
257 -program-prefix | --program-prefix | --program-prefi | --program-pref \
258 | --program-pre | --program-pr | --program-p)
259 ac_prev=program_prefix ;;
260 -program-prefix=* | --program-prefix=* | --program-prefi=* \
261 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
262 program_prefix="$ac_optarg" ;;
264 -program-suffix | --program-suffix | --program-suffi | --program-suff \
265 | --program-suf | --program-su | --program-s)
266 ac_prev=program_suffix ;;
267 -program-suffix=* | --program-suffix=* | --program-suffi=* \
268 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
269 program_suffix="$ac_optarg" ;;
271 -program-transform-name | --program-transform-name \
272 | --program-transform-nam | --program-transform-na \
273 | --program-transform-n | --program-transform- \
274 | --program-transform | --program-transfor \
275 | --program-transfo | --program-transf \
276 | --program-trans | --program-tran \
277 | --progr-tra | --program-tr | --program-t)
278 ac_prev=program_transform_name ;;
279 -program-transform-name=* | --program-transform-name=* \
280 | --program-transform-nam=* | --program-transform-na=* \
281 | --program-transform-n=* | --program-transform-=* \
282 | --program-transform=* | --program-transfor=* \
283 | --program-transfo=* | --program-transf=* \
284 | --program-trans=* | --program-tran=* \
285 | --progr-tra=* | --program-tr=* | --program-t=*)
286 program_transform_name="$ac_optarg" ;;
288 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
289 | -silent | --silent | --silen | --sile | --sil)
290 silent=yes ;;
292 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
293 ac_prev=sbindir ;;
294 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
295 | --sbi=* | --sb=*)
296 sbindir="$ac_optarg" ;;
298 -sharedstatedir | --sharedstatedir | --sharedstatedi \
299 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
300 | --sharedst | --shareds | --shared | --share | --shar \
301 | --sha | --sh)
302 ac_prev=sharedstatedir ;;
303 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
304 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
305 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
306 | --sha=* | --sh=*)
307 sharedstatedir="$ac_optarg" ;;
309 -site | --site | --sit)
310 ac_prev=site ;;
311 -site=* | --site=* | --sit=*)
312 site="$ac_optarg" ;;
314 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
315 ac_prev=srcdir ;;
316 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
317 srcdir="$ac_optarg" ;;
319 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
320 | --syscon | --sysco | --sysc | --sys | --sy)
321 ac_prev=sysconfdir ;;
322 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
323 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
324 sysconfdir="$ac_optarg" ;;
326 -target | --target | --targe | --targ | --tar | --ta | --t)
327 ac_prev=target ;;
328 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
329 target="$ac_optarg" ;;
331 -v | -verbose | --verbose | --verbos | --verbo | --verb)
332 verbose=yes ;;
334 -version | --version | --versio | --versi | --vers)
335 echo "configure generated by autoconf version 2.12"
336 exit 0 ;;
338 -with-* | --with-*)
339 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
340 # Reject names that are not valid shell variable names.
341 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
342 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344 ac_package=`echo $ac_package| sed 's/-/_/g'`
345 case "$ac_option" in
346 *=*) ;;
347 *) ac_optarg=yes ;;
348 esac
349 eval "with_${ac_package}='$ac_optarg'" ;;
351 -without-* | --without-*)
352 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
353 # Reject names that are not valid shell variable names.
354 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
355 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357 ac_package=`echo $ac_package| sed 's/-/_/g'`
358 eval "with_${ac_package}=no" ;;
360 --x)
361 # Obsolete; use --with-x.
362 with_x=yes ;;
364 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
365 | --x-incl | --x-inc | --x-in | --x-i)
366 ac_prev=x_includes ;;
367 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
368 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
369 x_includes="$ac_optarg" ;;
371 -x-libraries | --x-libraries | --x-librarie | --x-librari \
372 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
373 ac_prev=x_libraries ;;
374 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
375 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
376 x_libraries="$ac_optarg" ;;
378 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
382 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
383 echo "configure: warning: $ac_option: invalid host type" 1>&2
385 if test "x$nonopt" != xNONE; then
386 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388 nonopt="$ac_option"
391 esac
392 done
394 if test -n "$ac_prev"; then
395 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
398 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
400 # File descriptor usage:
401 # 0 standard input
402 # 1 file creation
403 # 2 errors and warnings
404 # 3 some systems may open it to /dev/tty
405 # 4 used on the Kubota Titan
406 # 6 checking for... messages and results
407 # 5 compiler messages saved in config.log
408 if test "$silent" = yes; then
409 exec 6>/dev/null
410 else
411 exec 6>&1
413 exec 5>./config.log
415 echo "\
416 This file contains any messages produced by compilers while
417 running configure, to aid debugging if configure makes a mistake.
418 " 1>&5
420 # Strip out --no-create and --no-recursion so they do not pile up.
421 # Also quote any args containing shell metacharacters.
422 ac_configure_args=
423 for ac_arg
425 case "$ac_arg" in
426 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
427 | --no-cr | --no-c) ;;
428 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
429 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
430 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
431 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
432 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
433 esac
434 done
436 # NLS nuisances.
437 # Only set these to C if already set. These must not be set unconditionally
438 # because not all systems understand e.g. LANG=C (notably SCO).
439 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
440 # Non-C LC_CTYPE values break the ctype check.
441 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
442 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
443 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
444 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
446 # confdefs.h avoids OS command line length limits that DEFS can exceed.
447 rm -rf conftest* confdefs.h
448 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
449 echo > confdefs.h
451 # A filename unique to this package, relative to the directory that
452 # configure is in, which we can look for to find out if srcdir is correct.
453 ac_unique_file=access_.c
455 # Find the source files, if location was not specified.
456 if test -z "$srcdir"; then
457 ac_srcdir_defaulted=yes
458 # Try the directory containing this script, then its parent.
459 ac_prog=$0
460 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
461 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
462 srcdir=$ac_confdir
463 if test ! -r $srcdir/$ac_unique_file; then
464 srcdir=..
466 else
467 ac_srcdir_defaulted=no
469 if test ! -r $srcdir/$ac_unique_file; then
470 if test "$ac_srcdir_defaulted" = yes; then
471 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
472 else
473 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
476 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478 # Prefer explicitly selected file to automatically selected ones.
479 if test -z "$CONFIG_SITE"; then
480 if test "x$prefix" != xNONE; then
481 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
482 else
483 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
486 for ac_site_file in $CONFIG_SITE; do
487 if test -r "$ac_site_file"; then
488 echo "loading site script $ac_site_file"
489 . "$ac_site_file"
491 done
493 if test -r "$cache_file"; then
494 echo "loading cache $cache_file"
495 . $cache_file
496 else
497 echo "creating cache $cache_file"
498 > $cache_file
501 ac_ext=c
502 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
503 ac_cpp='$CPP $CPPFLAGS'
504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
506 cross_compiling=$ac_cv_prog_cc_cross
508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
510 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
511 ac_n= ac_c='
512 ' ac_t=' '
513 else
514 ac_n=-n ac_c= ac_t=
516 else
517 ac_n= ac_c='\c' ac_t=
523 # For g77 we'll set CC to point at the built gcc, but this will get it into
524 # the makefiles
525 # Extract the first word of "gcc", so it can be a program name with args.
526 set dummy gcc; ac_word=$2
527 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
528 echo "configure:529: checking for $ac_word" >&5
529 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
530 echo $ac_n "(cached) $ac_c" 1>&6
531 else
532 if test -n "$CC"; then
533 ac_cv_prog_CC="$CC" # Let the user override the test.
534 else
535 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
536 for ac_dir in $PATH; do
537 test -z "$ac_dir" && ac_dir=.
538 if test -f $ac_dir/$ac_word; then
539 ac_cv_prog_CC="gcc"
540 break
542 done
543 IFS="$ac_save_ifs"
546 CC="$ac_cv_prog_CC"
547 if test -n "$CC"; then
548 echo "$ac_t""$CC" 1>&6
549 else
550 echo "$ac_t""no" 1>&6
553 if test -z "$CC"; then
554 # Extract the first word of "cc", so it can be a program name with args.
555 set dummy cc; ac_word=$2
556 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
557 echo "configure:558: checking for $ac_word" >&5
558 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
559 echo $ac_n "(cached) $ac_c" 1>&6
560 else
561 if test -n "$CC"; then
562 ac_cv_prog_CC="$CC" # Let the user override the test.
563 else
564 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
565 ac_prog_rejected=no
566 for ac_dir in $PATH; do
567 test -z "$ac_dir" && ac_dir=.
568 if test -f $ac_dir/$ac_word; then
569 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
570 ac_prog_rejected=yes
571 continue
573 ac_cv_prog_CC="cc"
574 break
576 done
577 IFS="$ac_save_ifs"
578 if test $ac_prog_rejected = yes; then
579 # We found a bogon in the path, so make sure we never use it.
580 set dummy $ac_cv_prog_CC
581 shift
582 if test $# -gt 0; then
583 # We chose a different compiler from the bogus one.
584 # However, it has the same basename, so the bogon will be chosen
585 # first if we set CC to just the basename; use the full file name.
586 shift
587 set dummy "$ac_dir/$ac_word" "$@"
588 shift
589 ac_cv_prog_CC="$@"
594 CC="$ac_cv_prog_CC"
595 if test -n "$CC"; then
596 echo "$ac_t""$CC" 1>&6
597 else
598 echo "$ac_t""no" 1>&6
601 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
604 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
605 echo "configure:606: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
607 ac_ext=c
608 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
609 ac_cpp='$CPP $CPPFLAGS'
610 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
611 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
612 cross_compiling=$ac_cv_prog_cc_cross
614 cat > conftest.$ac_ext <<EOF
615 #line 616 "configure"
616 #include "confdefs.h"
617 main(){return(0);}
619 if { (eval echo configure:620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
620 ac_cv_prog_cc_works=yes
621 # If we can't run a trivial program, we are probably using a cross compiler.
622 if (./conftest; exit) 2>/dev/null; then
623 ac_cv_prog_cc_cross=no
624 else
625 ac_cv_prog_cc_cross=yes
627 else
628 echo "configure: failed program was:" >&5
629 cat conftest.$ac_ext >&5
630 ac_cv_prog_cc_works=no
632 rm -fr conftest*
634 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
635 if test $ac_cv_prog_cc_works = no; then
636 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
638 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
639 echo "configure:640: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
640 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
641 cross_compiling=$ac_cv_prog_cc_cross
643 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
644 echo "configure:645: checking whether we are using GNU C" >&5
645 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
646 echo $ac_n "(cached) $ac_c" 1>&6
647 else
648 cat > conftest.c <<EOF
649 #ifdef __GNUC__
650 yes;
651 #endif
653 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
654 ac_cv_prog_gcc=yes
655 else
656 ac_cv_prog_gcc=no
660 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
662 if test $ac_cv_prog_gcc = yes; then
663 GCC=yes
664 ac_test_CFLAGS="${CFLAGS+set}"
665 ac_save_CFLAGS="$CFLAGS"
666 CFLAGS=
667 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
668 echo "configure:669: checking whether ${CC-cc} accepts -g" >&5
669 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
670 echo $ac_n "(cached) $ac_c" 1>&6
671 else
672 echo 'void f(){}' > conftest.c
673 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
674 ac_cv_prog_cc_g=yes
675 else
676 ac_cv_prog_cc_g=no
678 rm -f conftest*
682 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
683 if test "$ac_test_CFLAGS" = set; then
684 CFLAGS="$ac_save_CFLAGS"
685 elif test $ac_cv_prog_cc_g = yes; then
686 CFLAGS="-g -O2"
687 else
688 CFLAGS="-O2"
690 else
691 GCC=
692 test "${CFLAGS+set}" = set || CFLAGS="-g"
695 if test "$CROSS";then
696 ac_cv_c_cross=yes
697 else
698 ac_cv_c_cross=no
701 # Extract the first word of "chmod", so it can be a program name with args.
702 set dummy chmod; ac_word=$2
703 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
704 echo "configure:705: checking for $ac_word" >&5
705 if eval "test \"`echo '$''{'ac_cv_path_ac_cv_prog_chmod'+set}'`\" = set"; then
706 echo $ac_n "(cached) $ac_c" 1>&6
707 else
708 case "$ac_cv_prog_chmod" in
710 ac_cv_path_ac_cv_prog_chmod="$ac_cv_prog_chmod" # Let the user override the test with a path.
713 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
714 for ac_dir in $PATH; do
715 test -z "$ac_dir" && ac_dir=.
716 if test -f $ac_dir/$ac_word; then
717 ac_cv_path_ac_cv_prog_chmod="$ac_dir/$ac_word"
718 break
720 done
721 IFS="$ac_save_ifs"
722 test -z "$ac_cv_path_ac_cv_prog_chmod" && ac_cv_path_ac_cv_prog_chmod="no"
724 esac
726 ac_cv_prog_chmod="$ac_cv_path_ac_cv_prog_chmod"
727 if test -n "$ac_cv_prog_chmod"; then
728 echo "$ac_t""$ac_cv_prog_chmod" 1>&6
729 else
730 echo "$ac_t""no" 1>&6
733 if test "$ac_cv_prog_chmod" != no || test "$CROSS"; then
734 MAYBES=chmod_.o
735 cat >> confdefs.h <<EOF
736 #define CHMOD_PATH "$ac_cv_prog_chmod"
739 else
740 MAYBES=""
743 if test "$ac_cv_c_cross" = yes; then
744 RANLIB=$RANLIB_FOR_TARGET
745 AR=$AR_FOR_TARGET
747 else
748 # Extract the first word of "ranlib", so it can be a program name with args.
749 set dummy ranlib; ac_word=$2
750 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
751 echo "configure:752: checking for $ac_word" >&5
752 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
753 echo $ac_n "(cached) $ac_c" 1>&6
754 else
755 if test -n "$RANLIB"; then
756 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
757 else
758 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
759 for ac_dir in $PATH; do
760 test -z "$ac_dir" && ac_dir=.
761 if test -f $ac_dir/$ac_word; then
762 ac_cv_prog_RANLIB="ranlib"
763 break
765 done
766 IFS="$ac_save_ifs"
767 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
770 RANLIB="$ac_cv_prog_RANLIB"
771 if test -n "$RANLIB"; then
772 echo "$ac_t""$RANLIB" 1>&6
773 else
774 echo "$ac_t""no" 1>&6
777 AR=ar
778 RANLIB_TEST=true
783 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
784 echo "configure:785: checking how to run the C preprocessor" >&5
785 # On Suns, sometimes $CPP names a directory.
786 if test -n "$CPP" && test -d "$CPP"; then
787 CPP=
789 if test -z "$CPP"; then
790 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
791 echo $ac_n "(cached) $ac_c" 1>&6
792 else
793 # This must be in double quotes, not single quotes, because CPP may get
794 # substituted into the Makefile and "${CC-cc}" will confuse make.
795 CPP="${CC-cc} -E"
796 # On the NeXT, cc -E runs the code through the compiler's parser,
797 # not just through cpp.
798 cat > conftest.$ac_ext <<EOF
799 #line 800 "configure"
800 #include "confdefs.h"
801 #include <assert.h>
802 Syntax Error
804 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
805 { (eval echo configure:806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
806 ac_err=`grep -v '^ *+' conftest.out`
807 if test -z "$ac_err"; then
809 else
810 echo "$ac_err" >&5
811 echo "configure: failed program was:" >&5
812 cat conftest.$ac_ext >&5
813 rm -rf conftest*
814 CPP="${CC-cc} -E -traditional-cpp"
815 cat > conftest.$ac_ext <<EOF
816 #line 817 "configure"
817 #include "confdefs.h"
818 #include <assert.h>
819 Syntax Error
821 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
822 { (eval echo configure:823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
823 ac_err=`grep -v '^ *+' conftest.out`
824 if test -z "$ac_err"; then
826 else
827 echo "$ac_err" >&5
828 echo "configure: failed program was:" >&5
829 cat conftest.$ac_ext >&5
830 rm -rf conftest*
831 CPP=/lib/cpp
833 rm -f conftest*
835 rm -f conftest*
836 ac_cv_prog_CPP="$CPP"
838 CPP="$ac_cv_prog_CPP"
839 else
840 ac_cv_prog_CPP="$CPP"
842 echo "$ac_t""$CPP" 1>&6
844 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
845 echo "configure:846: checking for ANSI C header files" >&5
846 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
847 echo $ac_n "(cached) $ac_c" 1>&6
848 else
849 cat > conftest.$ac_ext <<EOF
850 #line 851 "configure"
851 #include "confdefs.h"
852 #include <stdlib.h>
853 #include <stdarg.h>
854 #include <string.h>
855 #include <float.h>
857 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
858 { (eval echo configure:859: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
859 ac_err=`grep -v '^ *+' conftest.out`
860 if test -z "$ac_err"; then
861 rm -rf conftest*
862 ac_cv_header_stdc=yes
863 else
864 echo "$ac_err" >&5
865 echo "configure: failed program was:" >&5
866 cat conftest.$ac_ext >&5
867 rm -rf conftest*
868 ac_cv_header_stdc=no
870 rm -f conftest*
872 if test $ac_cv_header_stdc = yes; then
873 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
874 cat > conftest.$ac_ext <<EOF
875 #line 876 "configure"
876 #include "confdefs.h"
877 #include <string.h>
879 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
880 egrep "memchr" >/dev/null 2>&1; then
882 else
883 rm -rf conftest*
884 ac_cv_header_stdc=no
886 rm -f conftest*
890 if test $ac_cv_header_stdc = yes; then
891 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
892 cat > conftest.$ac_ext <<EOF
893 #line 894 "configure"
894 #include "confdefs.h"
895 #include <stdlib.h>
897 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
898 egrep "free" >/dev/null 2>&1; then
900 else
901 rm -rf conftest*
902 ac_cv_header_stdc=no
904 rm -f conftest*
908 if test $ac_cv_header_stdc = yes; then
909 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
910 if test "$cross_compiling" = yes; then
912 else
913 cat > conftest.$ac_ext <<EOF
914 #line 915 "configure"
915 #include "confdefs.h"
916 #include <ctype.h>
917 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
918 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
919 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
920 int main () { int i; for (i = 0; i < 256; i++)
921 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
922 exit (0); }
925 if { (eval echo configure:926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
926 then
928 else
929 echo "configure: failed program was:" >&5
930 cat conftest.$ac_ext >&5
931 rm -fr conftest*
932 ac_cv_header_stdc=no
934 rm -fr conftest*
940 echo "$ac_t""$ac_cv_header_stdc" 1>&6
941 if test $ac_cv_header_stdc = yes; then
942 cat >> confdefs.h <<\EOF
943 #define STDC_HEADERS 1
949 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
950 echo "configure:951: checking whether time.h and sys/time.h may both be included" >&5
951 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
952 echo $ac_n "(cached) $ac_c" 1>&6
953 else
954 cat > conftest.$ac_ext <<EOF
955 #line 956 "configure"
956 #include "confdefs.h"
957 #include <sys/types.h>
958 #include <sys/time.h>
959 #include <time.h>
960 int main() {
961 struct tm *tp;
962 ; return 0; }
964 if { (eval echo configure:965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
965 rm -rf conftest*
966 ac_cv_header_time=yes
967 else
968 echo "configure: failed program was:" >&5
969 cat conftest.$ac_ext >&5
970 rm -rf conftest*
971 ac_cv_header_time=no
973 rm -f conftest*
976 echo "$ac_t""$ac_cv_header_time" 1>&6
977 if test $ac_cv_header_time = yes; then
978 cat >> confdefs.h <<\EOF
979 #define TIME_WITH_SYS_TIME 1
984 for ac_hdr in limits.h unistd.h sys/time.h string.h stdlib.h
986 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
987 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
988 echo "configure:989: checking for $ac_hdr" >&5
989 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
990 echo $ac_n "(cached) $ac_c" 1>&6
991 else
992 cat > conftest.$ac_ext <<EOF
993 #line 994 "configure"
994 #include "confdefs.h"
995 #include <$ac_hdr>
997 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
998 { (eval echo configure:999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
999 ac_err=`grep -v '^ *+' conftest.out`
1000 if test -z "$ac_err"; then
1001 rm -rf conftest*
1002 eval "ac_cv_header_$ac_safe=yes"
1003 else
1004 echo "$ac_err" >&5
1005 echo "configure: failed program was:" >&5
1006 cat conftest.$ac_ext >&5
1007 rm -rf conftest*
1008 eval "ac_cv_header_$ac_safe=no"
1010 rm -f conftest*
1012 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1013 echo "$ac_t""yes" 1>&6
1014 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1015 cat >> confdefs.h <<EOF
1016 #define $ac_tr_hdr 1
1019 else
1020 echo "$ac_t""no" 1>&6
1022 done
1025 echo $ac_n "checking for working const""... $ac_c" 1>&6
1026 echo "configure:1027: checking for working const" >&5
1027 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1028 echo $ac_n "(cached) $ac_c" 1>&6
1029 else
1030 cat > conftest.$ac_ext <<EOF
1031 #line 1032 "configure"
1032 #include "confdefs.h"
1034 int main() {
1036 /* Ultrix mips cc rejects this. */
1037 typedef int charset[2]; const charset x;
1038 /* SunOS 4.1.1 cc rejects this. */
1039 char const *const *ccp;
1040 char **p;
1041 /* NEC SVR4.0.2 mips cc rejects this. */
1042 struct point {int x, y;};
1043 static struct point const zero = {0,0};
1044 /* AIX XL C 1.02.0.0 rejects this.
1045 It does not let you subtract one const X* pointer from another in an arm
1046 of an if-expression whose if-part is not a constant expression */
1047 const char *g = "string";
1048 ccp = &g + (g ? g-g : 0);
1049 /* HPUX 7.0 cc rejects these. */
1050 ++ccp;
1051 p = (char**) ccp;
1052 ccp = (char const *const *) p;
1053 { /* SCO 3.2v4 cc rejects this. */
1054 char *t;
1055 char const *s = 0 ? (char *) 0 : (char const *) 0;
1057 *t++ = 0;
1059 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
1060 int x[] = {25, 17};
1061 const int *foo = &x[0];
1062 ++foo;
1064 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1065 typedef const int *iptr;
1066 iptr p = 0;
1067 ++p;
1069 { /* AIX XL C 1.02.0.0 rejects this saying
1070 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1071 struct s { int j; const int *ap[3]; };
1072 struct s *b; b->j = 5;
1074 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1075 const int foo = 10;
1078 ; return 0; }
1080 if { (eval echo configure:1081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1081 rm -rf conftest*
1082 ac_cv_c_const=yes
1083 else
1084 echo "configure: failed program was:" >&5
1085 cat conftest.$ac_ext >&5
1086 rm -rf conftest*
1087 ac_cv_c_const=no
1089 rm -f conftest*
1092 echo "$ac_t""$ac_cv_c_const" 1>&6
1093 if test $ac_cv_c_const = no; then
1094 cat >> confdefs.h <<\EOF
1095 #define const
1100 echo $ac_n "checking for size_t""... $ac_c" 1>&6
1101 echo "configure:1102: checking for size_t" >&5
1102 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1103 echo $ac_n "(cached) $ac_c" 1>&6
1104 else
1105 cat > conftest.$ac_ext <<EOF
1106 #line 1107 "configure"
1107 #include "confdefs.h"
1108 #include <sys/types.h>
1109 #if STDC_HEADERS
1110 #include <stdlib.h>
1111 #include <stddef.h>
1112 #endif
1114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1115 egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1116 rm -rf conftest*
1117 ac_cv_type_size_t=yes
1118 else
1119 rm -rf conftest*
1120 ac_cv_type_size_t=no
1122 rm -f conftest*
1125 echo "$ac_t""$ac_cv_type_size_t" 1>&6
1126 if test $ac_cv_type_size_t = no; then
1127 cat >> confdefs.h <<\EOF
1128 #define size_t unsigned
1133 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
1134 echo "configure:1135: checking for mode_t" >&5
1135 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
1136 echo $ac_n "(cached) $ac_c" 1>&6
1137 else
1138 cat > conftest.$ac_ext <<EOF
1139 #line 1140 "configure"
1140 #include "confdefs.h"
1141 #include <sys/types.h>
1142 #if STDC_HEADERS
1143 #include <stdlib.h>
1144 #include <stddef.h>
1145 #endif
1147 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1148 egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1149 rm -rf conftest*
1150 ac_cv_type_mode_t=yes
1151 else
1152 rm -rf conftest*
1153 ac_cv_type_mode_t=no
1155 rm -f conftest*
1158 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
1159 if test $ac_cv_type_mode_t = no; then
1160 cat >> confdefs.h <<\EOF
1161 #define mode_t int
1167 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
1168 echo "configure:1169: checking for pid_t" >&5
1169 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
1170 echo $ac_n "(cached) $ac_c" 1>&6
1171 else
1172 cat > conftest.$ac_ext <<EOF
1173 #line 1174 "configure"
1174 #include "confdefs.h"
1175 #include <sys/types.h>
1176 #if STDC_HEADERS
1177 #include <stdlib.h>
1178 #include <stddef.h>
1179 #endif
1181 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1182 egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1183 rm -rf conftest*
1184 ac_cv_type_pid_t=yes
1185 else
1186 rm -rf conftest*
1187 ac_cv_type_pid_t=no
1189 rm -f conftest*
1192 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
1193 if test $ac_cv_type_pid_t = no; then
1194 cat >> confdefs.h <<\EOF
1195 #define pid_t int
1200 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
1201 echo "configure:1202: checking for st_blksize in struct stat" >&5
1202 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
1203 echo $ac_n "(cached) $ac_c" 1>&6
1204 else
1205 cat > conftest.$ac_ext <<EOF
1206 #line 1207 "configure"
1207 #include "confdefs.h"
1208 #include <sys/types.h>
1209 #include <sys/stat.h>
1210 int main() {
1211 struct stat s; s.st_blksize;
1212 ; return 0; }
1214 if { (eval echo configure:1215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1215 rm -rf conftest*
1216 ac_cv_struct_st_blksize=yes
1217 else
1218 echo "configure: failed program was:" >&5
1219 cat conftest.$ac_ext >&5
1220 rm -rf conftest*
1221 ac_cv_struct_st_blksize=no
1223 rm -f conftest*
1226 echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
1227 if test $ac_cv_struct_st_blksize = yes; then
1228 cat >> confdefs.h <<\EOF
1229 #define HAVE_ST_BLKSIZE 1
1234 echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
1235 echo "configure:1236: checking for st_blocks in struct stat" >&5
1236 if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
1237 echo $ac_n "(cached) $ac_c" 1>&6
1238 else
1239 cat > conftest.$ac_ext <<EOF
1240 #line 1241 "configure"
1241 #include "confdefs.h"
1242 #include <sys/types.h>
1243 #include <sys/stat.h>
1244 int main() {
1245 struct stat s; s.st_blocks;
1246 ; return 0; }
1248 if { (eval echo configure:1249: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1249 rm -rf conftest*
1250 ac_cv_struct_st_blocks=yes
1251 else
1252 echo "configure: failed program was:" >&5
1253 cat conftest.$ac_ext >&5
1254 rm -rf conftest*
1255 ac_cv_struct_st_blocks=no
1257 rm -f conftest*
1260 echo "$ac_t""$ac_cv_struct_st_blocks" 1>&6
1261 if test $ac_cv_struct_st_blocks = yes; then
1262 cat >> confdefs.h <<\EOF
1263 #define HAVE_ST_BLOCKS 1
1266 else
1267 LIBOBJS="$LIBOBJS fileblocks.o"
1270 echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
1271 echo "configure:1272: checking for st_rdev in struct stat" >&5
1272 if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
1273 echo $ac_n "(cached) $ac_c" 1>&6
1274 else
1275 cat > conftest.$ac_ext <<EOF
1276 #line 1277 "configure"
1277 #include "confdefs.h"
1278 #include <sys/types.h>
1279 #include <sys/stat.h>
1280 int main() {
1281 struct stat s; s.st_rdev;
1282 ; return 0; }
1284 if { (eval echo configure:1285: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1285 rm -rf conftest*
1286 ac_cv_struct_st_rdev=yes
1287 else
1288 echo "configure: failed program was:" >&5
1289 cat conftest.$ac_ext >&5
1290 rm -rf conftest*
1291 ac_cv_struct_st_rdev=no
1293 rm -f conftest*
1296 echo "$ac_t""$ac_cv_struct_st_rdev" 1>&6
1297 if test $ac_cv_struct_st_rdev = yes; then
1298 cat >> confdefs.h <<\EOF
1299 #define HAVE_ST_RDEV 1
1304 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
1305 echo "configure:1306: checking whether struct tm is in sys/time.h or time.h" >&5
1306 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
1307 echo $ac_n "(cached) $ac_c" 1>&6
1308 else
1309 cat > conftest.$ac_ext <<EOF
1310 #line 1311 "configure"
1311 #include "confdefs.h"
1312 #include <sys/types.h>
1313 #include <time.h>
1314 int main() {
1315 struct tm *tp; tp->tm_sec;
1316 ; return 0; }
1318 if { (eval echo configure:1319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1319 rm -rf conftest*
1320 ac_cv_struct_tm=time.h
1321 else
1322 echo "configure: failed program was:" >&5
1323 cat conftest.$ac_ext >&5
1324 rm -rf conftest*
1325 ac_cv_struct_tm=sys/time.h
1327 rm -f conftest*
1330 echo "$ac_t""$ac_cv_struct_tm" 1>&6
1331 if test $ac_cv_struct_tm = sys/time.h; then
1332 cat >> confdefs.h <<\EOF
1333 #define TM_IN_SYS_TIME 1
1340 for ac_func in symlink getcwd getwd lstat gethostname strerror clock getrusage
1342 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1343 echo "configure:1344: checking for $ac_func" >&5
1344 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1345 echo $ac_n "(cached) $ac_c" 1>&6
1346 else
1347 cat > conftest.$ac_ext <<EOF
1348 #line 1349 "configure"
1349 #include "confdefs.h"
1350 /* System header to define __stub macros and hopefully few prototypes,
1351 which can conflict with char $ac_func(); below. */
1352 #include <assert.h>
1353 /* Override any gcc2 internal prototype to avoid an error. */
1354 /* We use char because int might match the return type of a gcc2
1355 builtin and then its argument prototype would still apply. */
1356 char $ac_func();
1358 int main() {
1360 /* The GNU C library defines this for functions which it implements
1361 to always fail with ENOSYS. Some functions are actually named
1362 something starting with __ and the normal name is an alias. */
1363 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1364 choke me
1365 #else
1366 $ac_func();
1367 #endif
1369 ; return 0; }
1371 if { (eval echo configure:1372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1372 rm -rf conftest*
1373 eval "ac_cv_func_$ac_func=yes"
1374 else
1375 echo "configure: failed program was:" >&5
1376 cat conftest.$ac_ext >&5
1377 rm -rf conftest*
1378 eval "ac_cv_func_$ac_func=no"
1380 rm -f conftest*
1383 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1384 echo "$ac_t""yes" 1>&6
1385 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1386 cat >> confdefs.h <<EOF
1387 #define $ac_tr_func 1
1390 else
1391 echo "$ac_t""no" 1>&6
1393 done
1395 test $ac_cv_func_symlink = yes && MAYBES="$MAYBES symlnk_.o"
1396 test $ac_cv_func_lstat = yes && MAYBES="$MAYBES lstat_.o"
1397 test $ac_cv_func_gethostname = yes && MAYBES="$MAYBES hostnm_.o"
1398 test $ac_cv_func_clock = yes && MAYBES="$MAYBES mclock_.o"
1406 trap '' 1 2 15
1407 cat > confcache <<\EOF
1408 # This file is a shell script that caches the results of configure
1409 # tests run on this system so they can be shared between configure
1410 # scripts and configure runs. It is not useful on other systems.
1411 # If it contains results you don't want to keep, you may remove or edit it.
1413 # By default, configure uses ./config.cache as the cache file,
1414 # creating it if it does not exist already. You can give configure
1415 # the --cache-file=FILE option to use a different cache file; that is
1416 # what configure does when it calls configure scripts in
1417 # subdirectories, so they share the cache.
1418 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1419 # config.status only pays attention to the cache file if you give it the
1420 # --recheck option to rerun configure.
1423 # The following way of writing the cache mishandles newlines in values,
1424 # but we know of no workaround that is simple, portable, and efficient.
1425 # So, don't put newlines in cache variables' values.
1426 # Ultrix sh set writes to stderr and can't be redirected directly,
1427 # and sets the high bit in the cache file unless we assign to the vars.
1428 (set) 2>&1 |
1429 case `(ac_space=' '; set) 2>&1` in
1430 *ac_space=\ *)
1431 # `set' does not quote correctly, so add quotes (double-quote substitution
1432 # turns \\\\ into \\, and sed turns \\ into \).
1433 sed -n \
1434 -e "s/'/'\\\\''/g" \
1435 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1438 # `set' quotes correctly as required by POSIX, so do not add quotes.
1439 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1441 esac >> confcache
1442 if cmp -s $cache_file confcache; then
1444 else
1445 if test -w $cache_file; then
1446 echo "updating cache $cache_file"
1447 cat confcache > $cache_file
1448 else
1449 echo "not updating unwritable cache $cache_file"
1452 rm -f confcache
1454 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1456 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1457 # Let make expand exec_prefix.
1458 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1460 # Any assignment to VPATH causes Sun make to only execute
1461 # the first set of double-colon rules, so remove it if not needed.
1462 # If there is a colon in the path, we need to keep it.
1463 if test "x$srcdir" = x.; then
1464 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1467 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1469 DEFS=-DHAVE_CONFIG_H
1471 # Without the "./", some shells look in PATH for config.status.
1472 : ${CONFIG_STATUS=./config.status}
1474 echo creating $CONFIG_STATUS
1475 rm -f $CONFIG_STATUS
1476 cat > $CONFIG_STATUS <<EOF
1477 #! /bin/sh
1478 # Generated automatically by configure.
1479 # Run this file to recreate the current configuration.
1480 # This directory was configured as follows,
1481 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1483 # $0 $ac_configure_args
1485 # Compiler output produced by configure, useful for debugging
1486 # configure, is in ./config.log if it exists.
1488 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1489 for ac_option
1491 case "\$ac_option" in
1492 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1493 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1494 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1495 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1496 echo "$CONFIG_STATUS generated by autoconf version 2.12"
1497 exit 0 ;;
1498 -help | --help | --hel | --he | --h)
1499 echo "\$ac_cs_usage"; exit 0 ;;
1500 *) echo "\$ac_cs_usage"; exit 1 ;;
1501 esac
1502 done
1504 ac_given_srcdir=$srcdir
1506 trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1508 cat >> $CONFIG_STATUS <<EOF
1510 # Protect against being on the right side of a sed subst in config.status.
1511 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1512 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1513 $ac_vpsub
1514 $extrasub
1515 s%@CFLAGS@%$CFLAGS%g
1516 s%@CPPFLAGS@%$CPPFLAGS%g
1517 s%@CXXFLAGS@%$CXXFLAGS%g
1518 s%@DEFS@%$DEFS%g
1519 s%@LDFLAGS@%$LDFLAGS%g
1520 s%@LIBS@%$LIBS%g
1521 s%@exec_prefix@%$exec_prefix%g
1522 s%@prefix@%$prefix%g
1523 s%@program_transform_name@%$program_transform_name%g
1524 s%@bindir@%$bindir%g
1525 s%@sbindir@%$sbindir%g
1526 s%@libexecdir@%$libexecdir%g
1527 s%@datadir@%$datadir%g
1528 s%@sysconfdir@%$sysconfdir%g
1529 s%@sharedstatedir@%$sharedstatedir%g
1530 s%@localstatedir@%$localstatedir%g
1531 s%@libdir@%$libdir%g
1532 s%@includedir@%$includedir%g
1533 s%@oldincludedir@%$oldincludedir%g
1534 s%@infodir@%$infodir%g
1535 s%@mandir@%$mandir%g
1536 s%@CC@%$CC%g
1537 s%@ac_cv_prog_chmod@%$ac_cv_prog_chmod%g
1538 s%@RANLIB@%$RANLIB%g
1539 s%@AR@%$AR%g
1540 s%@CPP@%$CPP%g
1541 s%@LIBOBJS@%$LIBOBJS%g
1542 s%@MAYBES@%$MAYBES%g
1543 s%@CROSS@%$CROSS%g
1544 s%@RANLIB_TEST@%$RANLIB_TEST%g
1546 CEOF
1549 cat >> $CONFIG_STATUS <<\EOF
1551 # Split the substitutions into bite-sized pieces for seds with
1552 # small command number limits, like on Digital OSF/1 and HP-UX.
1553 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1554 ac_file=1 # Number of current file.
1555 ac_beg=1 # First line for current file.
1556 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1557 ac_more_lines=:
1558 ac_sed_cmds=""
1559 while $ac_more_lines; do
1560 if test $ac_beg -gt 1; then
1561 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1562 else
1563 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1565 if test ! -s conftest.s$ac_file; then
1566 ac_more_lines=false
1567 rm -f conftest.s$ac_file
1568 else
1569 if test -z "$ac_sed_cmds"; then
1570 ac_sed_cmds="sed -f conftest.s$ac_file"
1571 else
1572 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1574 ac_file=`expr $ac_file + 1`
1575 ac_beg=$ac_end
1576 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1578 done
1579 if test -z "$ac_sed_cmds"; then
1580 ac_sed_cmds=cat
1584 cat >> $CONFIG_STATUS <<EOF
1586 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1588 cat >> $CONFIG_STATUS <<\EOF
1589 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1590 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1591 case "$ac_file" in
1592 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1593 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1594 *) ac_file_in="${ac_file}.in" ;;
1595 esac
1597 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1599 # Remove last slash and all that follows it. Not all systems have dirname.
1600 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1601 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1602 # The file is in a subdirectory.
1603 test ! -d "$ac_dir" && mkdir "$ac_dir"
1604 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1605 # A "../" for each directory in $ac_dir_suffix.
1606 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1607 else
1608 ac_dir_suffix= ac_dots=
1611 case "$ac_given_srcdir" in
1612 .) srcdir=.
1613 if test -z "$ac_dots"; then top_srcdir=.
1614 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1615 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1616 *) # Relative path.
1617 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1618 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1619 esac
1622 echo creating "$ac_file"
1623 rm -f "$ac_file"
1624 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1625 case "$ac_file" in
1626 *Makefile*) ac_comsub="1i\\
1627 # $configure_input" ;;
1628 *) ac_comsub= ;;
1629 esac
1631 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1632 sed -e "$ac_comsub
1633 s%@configure_input@%$configure_input%g
1634 s%@srcdir@%$srcdir%g
1635 s%@top_srcdir@%$top_srcdir%g
1636 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1637 fi; done
1638 rm -f conftest.s*
1640 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1641 # NAME is the cpp macro being defined and VALUE is the value it is being given.
1643 # ac_d sets the value in "#define NAME VALUE" lines.
1644 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
1645 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
1646 ac_dC='\3'
1647 ac_dD='%g'
1648 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1649 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1650 ac_uB='\([ ]\)%\1#\2define\3'
1651 ac_uC=' '
1652 ac_uD='\4%g'
1653 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1654 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1655 ac_eB='$%\1#\2define\3'
1656 ac_eC=' '
1657 ac_eD='%g'
1659 if test "${CONFIG_HEADERS+set}" != set; then
1661 cat >> $CONFIG_STATUS <<EOF
1662 CONFIG_HEADERS="config.h"
1664 cat >> $CONFIG_STATUS <<\EOF
1666 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1667 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1668 case "$ac_file" in
1669 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1670 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1671 *) ac_file_in="${ac_file}.in" ;;
1672 esac
1674 echo creating $ac_file
1676 rm -f conftest.frag conftest.in conftest.out
1677 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1678 cat $ac_file_inputs > conftest.in
1682 # Transform confdefs.h into a sed script conftest.vals that substitutes
1683 # the proper values into config.h.in to produce config.h. And first:
1684 # Protect against being on the right side of a sed subst in config.status.
1685 # Protect against being in an unquoted here document in config.status.
1686 rm -f conftest.vals
1687 cat > conftest.hdr <<\EOF
1688 s/[\\&%]/\\&/g
1689 s%[\\$`]%\\&%g
1690 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1691 s%ac_d%ac_u%gp
1692 s%ac_u%ac_e%gp
1694 sed -n -f conftest.hdr confdefs.h > conftest.vals
1695 rm -f conftest.hdr
1697 # This sed command replaces #undef with comments. This is necessary, for
1698 # example, in the case of _POSIX_SOURCE, which is predefined and required
1699 # on some systems where configure will not decide to define it.
1700 cat >> conftest.vals <<\EOF
1701 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1704 # Break up conftest.vals because some shells have a limit on
1705 # the size of here documents, and old seds have small limits too.
1707 rm -f conftest.tail
1708 while :
1710 ac_lines=`grep -c . conftest.vals`
1711 # grep -c gives empty output for an empty file on some AIX systems.
1712 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1713 # Write a limited-size here document to conftest.frag.
1714 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1715 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1716 echo 'CEOF
1717 sed -f conftest.frag conftest.in > conftest.out
1718 rm -f conftest.in
1719 mv conftest.out conftest.in
1720 ' >> $CONFIG_STATUS
1721 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1722 rm -f conftest.vals
1723 mv conftest.tail conftest.vals
1724 done
1725 rm -f conftest.vals
1727 cat >> $CONFIG_STATUS <<\EOF
1728 rm -f conftest.frag conftest.h
1729 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
1730 cat conftest.in >> conftest.h
1731 rm -f conftest.in
1732 if cmp -s $ac_file conftest.h 2>/dev/null; then
1733 echo "$ac_file is unchanged"
1734 rm -f conftest.h
1735 else
1736 # Remove last slash and all that follows it. Not all systems have dirname.
1737 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1738 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1739 # The file is in a subdirectory.
1740 test ! -d "$ac_dir" && mkdir "$ac_dir"
1742 rm -f $ac_file
1743 mv conftest.h $ac_file
1745 fi; done
1748 cat >> $CONFIG_STATUS <<EOF
1751 cat >> $CONFIG_STATUS <<\EOF
1753 exit 0
1755 chmod +x $CONFIG_STATUS
1756 rm -fr confdefs* $ac_clean_files
1757 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1