]> cygwin.com Git - cygwin-apps/setup.git/blame - configure
* (all): add cvsid tags
[cygwin-apps/setup.git] / configure
CommitLineData
739457f4
CF
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14
15# Initialize some variables set by options.
16# The variables have the same names as the options, with
17# dashes changed to underlines.
18build=NONE
19cache_file=./config.cache
20exec_prefix=NONE
21host=NONE
22no_create=
23nonopt=NONE
24no_recursion=
25prefix=NONE
26program_prefix=NONE
27program_suffix=NONE
28program_transform_name=s,x,x,
29silent=
30site=
31sitefile=
32srcdir=
33target=NONE
34verbose=
35x_includes=NONE
36x_libraries=NONE
37bindir='${exec_prefix}/bin'
38sbindir='${exec_prefix}/sbin'
39libexecdir='${exec_prefix}/libexec'
40datadir='${prefix}/share'
41sysconfdir='${prefix}/etc'
42sharedstatedir='${prefix}/com'
43localstatedir='${prefix}/var'
44libdir='${exec_prefix}/lib'
45includedir='${prefix}/include'
46oldincludedir='/usr/include'
47infodir='${prefix}/info'
48mandir='${prefix}/man'
49
50# Initialize some other variables.
51subdirs=
52MFLAGS= MAKEFLAGS=
53SHELL=${CONFIG_SHELL-/bin/sh}
54# Maximum number of lines to put in a shell here document.
55ac_max_here_lines=12
56
57ac_prev=
58for ac_option
59do
60
61 # If the previous option needs an argument, assign it.
62 if test -n "$ac_prev"; then
63 eval "$ac_prev=\$ac_option"
64 ac_prev=
65 continue
66 fi
67
68 case "$ac_option" in
69 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70 *) ac_optarg= ;;
71 esac
72
73 # Accept the important Cygnus configure options, so we can diagnose typos.
74
75 case "$ac_option" in
76
77 -bindir | --bindir | --bindi | --bind | --bin | --bi)
78 ac_prev=bindir ;;
79 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80 bindir="$ac_optarg" ;;
81
82 -build | --build | --buil | --bui | --bu)
83 ac_prev=build ;;
84 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85 build="$ac_optarg" ;;
86
87 -cache-file | --cache-file | --cache-fil | --cache-fi \
88 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 ac_prev=cache_file ;;
90 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92 cache_file="$ac_optarg" ;;
93
94 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95 ac_prev=datadir ;;
96 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97 | --da=*)
98 datadir="$ac_optarg" ;;
99
100 -disable-* | --disable-*)
101 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102 # Reject names that are not valid shell variable names.
103 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105 fi
106 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107 eval "enable_${ac_feature}=no" ;;
108
109 -enable-* | --enable-*)
110 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111 # Reject names that are not valid shell variable names.
112 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114 fi
115 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116 case "$ac_option" in
117 *=*) ;;
118 *) ac_optarg=yes ;;
119 esac
120 eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124 | --exec | --exe | --ex)
125 ac_prev=exec_prefix ;;
126 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128 | --exec=* | --exe=* | --ex=*)
129 exec_prefix="$ac_optarg" ;;
130
131 -gas | --gas | --ga | --g)
132 # Obsolete; use --with-gas.
133 with_gas=yes ;;
134
135 -help | --help | --hel | --he)
136 # Omit some internal or obsolete options to make the list less imposing.
137 # This message is too long to be a string in the A/UX 3.1 sh.
138 cat << EOF
139Usage: configure [options] [host]
140Options: [defaults in brackets after descriptions]
141Configuration:
142 --cache-file=FILE cache test results in FILE
143 --help print this message
144 --no-create do not create output files
145 --quiet, --silent do not print \`checking...' messages
146 --site-file=FILE use FILE as the site file
147 --version print the version of autoconf that created configure
148Directory and file names:
149 --prefix=PREFIX install architecture-independent files in PREFIX
150 [$ac_default_prefix]
151 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
152 [same as prefix]
153 --bindir=DIR user executables in DIR [EPREFIX/bin]
154 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
155 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
156 --datadir=DIR read-only architecture-independent data in DIR
157 [PREFIX/share]
158 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
159 --sharedstatedir=DIR modifiable architecture-independent data in DIR
160 [PREFIX/com]
161 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
162 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
163 --includedir=DIR C header files in DIR [PREFIX/include]
164 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
165 --infodir=DIR info documentation in DIR [PREFIX/info]
166 --mandir=DIR man documentation in DIR [PREFIX/man]
167 --srcdir=DIR find the sources in DIR [configure dir or ..]
168 --program-prefix=PREFIX prepend PREFIX to installed program names
169 --program-suffix=SUFFIX append SUFFIX to installed program names
170 --program-transform-name=PROGRAM
171 run sed PROGRAM on installed program names
172EOF
173 cat << EOF
174Host type:
175 --build=BUILD configure for building on BUILD [BUILD=HOST]
176 --host=HOST configure for HOST [guessed]
177 --target=TARGET configure for TARGET [TARGET=HOST]
178Features and packages:
179 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
180 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
181 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
182 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
183 --x-includes=DIR X include files are in DIR
184 --x-libraries=DIR X library files are in DIR
185EOF
186 if test -n "$ac_help"; then
187 echo "--enable and --with options recognized:$ac_help"
188 fi
189 exit 0 ;;
190
191 -host | --host | --hos | --ho)
192 ac_prev=host ;;
193 -host=* | --host=* | --hos=* | --ho=*)
194 host="$ac_optarg" ;;
195
196 -includedir | --includedir | --includedi | --included | --include \
197 | --includ | --inclu | --incl | --inc)
198 ac_prev=includedir ;;
199 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200 | --includ=* | --inclu=* | --incl=* | --inc=*)
201 includedir="$ac_optarg" ;;
202
203 -infodir | --infodir | --infodi | --infod | --info | --inf)
204 ac_prev=infodir ;;
205 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206 infodir="$ac_optarg" ;;
207
208 -libdir | --libdir | --libdi | --libd)
209 ac_prev=libdir ;;
210 -libdir=* | --libdir=* | --libdi=* | --libd=*)
211 libdir="$ac_optarg" ;;
212
213 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214 | --libexe | --libex | --libe)
215 ac_prev=libexecdir ;;
216 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217 | --libexe=* | --libex=* | --libe=*)
218 libexecdir="$ac_optarg" ;;
219
220 -localstatedir | --localstatedir | --localstatedi | --localstated \
221 | --localstate | --localstat | --localsta | --localst \
222 | --locals | --local | --loca | --loc | --lo)
223 ac_prev=localstatedir ;;
224 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227 localstatedir="$ac_optarg" ;;
228
229 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230 ac_prev=mandir ;;
231 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232 mandir="$ac_optarg" ;;
233
234 -nfp | --nfp | --nf)
235 # Obsolete; use --without-fp.
236 with_fp=no ;;
237
238 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239 | --no-cr | --no-c)
240 no_create=yes ;;
241
242 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244 no_recursion=yes ;;
245
246 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248 | --oldin | --oldi | --old | --ol | --o)
249 ac_prev=oldincludedir ;;
250 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253 oldincludedir="$ac_optarg" ;;
254
255 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256 ac_prev=prefix ;;
257 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258 prefix="$ac_optarg" ;;
259
260 -program-prefix | --program-prefix | --program-prefi | --program-pref \
261 | --program-pre | --program-pr | --program-p)
262 ac_prev=program_prefix ;;
263 -program-prefix=* | --program-prefix=* | --program-prefi=* \
264 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265 program_prefix="$ac_optarg" ;;
266
267 -program-suffix | --program-suffix | --program-suffi | --program-suff \
268 | --program-suf | --program-su | --program-s)
269 ac_prev=program_suffix ;;
270 -program-suffix=* | --program-suffix=* | --program-suffi=* \
271 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272 program_suffix="$ac_optarg" ;;
273
274 -program-transform-name | --program-transform-name \
275 | --program-transform-nam | --program-transform-na \
276 | --program-transform-n | --program-transform- \
277 | --program-transform | --program-transfor \
278 | --program-transfo | --program-transf \
279 | --program-trans | --program-tran \
280 | --progr-tra | --program-tr | --program-t)
281 ac_prev=program_transform_name ;;
282 -program-transform-name=* | --program-transform-name=* \
283 | --program-transform-nam=* | --program-transform-na=* \
284 | --program-transform-n=* | --program-transform-=* \
285 | --program-transform=* | --program-transfor=* \
286 | --program-transfo=* | --program-transf=* \
287 | --program-trans=* | --program-tran=* \
288 | --progr-tra=* | --program-tr=* | --program-t=*)
289 program_transform_name="$ac_optarg" ;;
290
291 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292 | -silent | --silent | --silen | --sile | --sil)
293 silent=yes ;;
294
295 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296 ac_prev=sbindir ;;
297 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298 | --sbi=* | --sb=*)
299 sbindir="$ac_optarg" ;;
300
301 -sharedstatedir | --sharedstatedir | --sharedstatedi \
302 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303 | --sharedst | --shareds | --shared | --share | --shar \
304 | --sha | --sh)
305 ac_prev=sharedstatedir ;;
306 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309 | --sha=* | --sh=*)
310 sharedstatedir="$ac_optarg" ;;
311
312 -site | --site | --sit)
313 ac_prev=site ;;
314 -site=* | --site=* | --sit=*)
315 site="$ac_optarg" ;;
316
317 -site-file | --site-file | --site-fil | --site-fi | --site-f)
318 ac_prev=sitefile ;;
319 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
320 sitefile="$ac_optarg" ;;
321
322 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
323 ac_prev=srcdir ;;
324 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
325 srcdir="$ac_optarg" ;;
326
327 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
328 | --syscon | --sysco | --sysc | --sys | --sy)
329 ac_prev=sysconfdir ;;
330 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
331 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
332 sysconfdir="$ac_optarg" ;;
333
334 -target | --target | --targe | --targ | --tar | --ta | --t)
335 ac_prev=target ;;
336 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337 target="$ac_optarg" ;;
338
339 -v | -verbose | --verbose | --verbos | --verbo | --verb)
340 verbose=yes ;;
341
342 -version | --version | --versio | --versi | --vers)
343 echo "configure generated by autoconf version 2.13"
344 exit 0 ;;
345
346 -with-* | --with-*)
347 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348 # Reject names that are not valid shell variable names.
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351 fi
352 ac_package=`echo $ac_package| sed 's/-/_/g'`
353 case "$ac_option" in
354 *=*) ;;
355 *) ac_optarg=yes ;;
356 esac
357 eval "with_${ac_package}='$ac_optarg'" ;;
358
359 -without-* | --without-*)
360 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
361 # Reject names that are not valid shell variable names.
362 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
363 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
364 fi
365 ac_package=`echo $ac_package| sed 's/-/_/g'`
366 eval "with_${ac_package}=no" ;;
367
368 --x)
369 # Obsolete; use --with-x.
370 with_x=yes ;;
371
372 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
373 | --x-incl | --x-inc | --x-in | --x-i)
374 ac_prev=x_includes ;;
375 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
376 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
377 x_includes="$ac_optarg" ;;
378
379 -x-libraries | --x-libraries | --x-librarie | --x-librari \
380 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
381 ac_prev=x_libraries ;;
382 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
383 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
384 x_libraries="$ac_optarg" ;;
385
386 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
387 ;;
388
389 *)
390 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
391 echo "configure: warning: $ac_option: invalid host type" 1>&2
392 fi
393 if test "x$nonopt" != xNONE; then
394 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395 fi
396 nonopt="$ac_option"
397 ;;
398
399 esac
400done
401
402if test -n "$ac_prev"; then
403 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404fi
405
406trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
407
408# File descriptor usage:
409# 0 standard input
410# 1 file creation
411# 2 errors and warnings
412# 3 some systems may open it to /dev/tty
413# 4 used on the Kubota Titan
414# 6 checking for... messages and results
415# 5 compiler messages saved in config.log
416if test "$silent" = yes; then
417 exec 6>/dev/null
418else
419 exec 6>&1
420fi
421exec 5>./config.log
422
423echo "\
424This file contains any messages produced by compilers while
425running configure, to aid debugging if configure makes a mistake.
426" 1>&5
427
428# Strip out --no-create and --no-recursion so they do not pile up.
429# Also quote any args containing shell metacharacters.
430ac_configure_args=
431for ac_arg
432do
433 case "$ac_arg" in
434 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435 | --no-cr | --no-c) ;;
436 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
437 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
438 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
439 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
440 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
441 esac
442done
443
444# NLS nuisances.
445# Only set these to C if already set. These must not be set unconditionally
446# because not all systems understand e.g. LANG=C (notably SCO).
447# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
448# Non-C LC_CTYPE values break the ctype check.
449if test "${LANG+set}" = set; then LANG=C; export LANG; fi
450if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
451if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
452if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
453
454# confdefs.h avoids OS command line length limits that DEFS can exceed.
455rm -rf conftest* confdefs.h
456# AIX cpp loses on an empty file, so make sure it contains at least a newline.
457echo > confdefs.h
458
459# A filename unique to this package, relative to the directory that
460# configure is in, which we can look for to find out if srcdir is correct.
461ac_unique_file=Makefile.in
462
463# Find the source files, if location was not specified.
464if test -z "$srcdir"; then
465 ac_srcdir_defaulted=yes
466 # Try the directory containing this script, then its parent.
467 ac_prog=$0
468 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
469 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
470 srcdir=$ac_confdir
471 if test ! -r $srcdir/$ac_unique_file; then
472 srcdir=..
473 fi
474else
475 ac_srcdir_defaulted=no
476fi
477if test ! -r $srcdir/$ac_unique_file; then
478 if test "$ac_srcdir_defaulted" = yes; then
479 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
480 else
481 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
482 fi
483fi
484srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
485
486# Prefer explicitly selected file to automatically selected ones.
487if test -z "$sitefile"; then
488 if test -z "$CONFIG_SITE"; then
489 if test "x$prefix" != xNONE; then
490 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
491 else
492 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
493 fi
494 fi
495else
496 CONFIG_SITE="$sitefile"
497fi
498for ac_site_file in $CONFIG_SITE; do
499 if test -r "$ac_site_file"; then
500 echo "loading site script $ac_site_file"
501 . "$ac_site_file"
502 fi
503done
504
505if test -r "$cache_file"; then
506 echo "loading cache $cache_file"
507 . $cache_file
508else
509 echo "creating cache $cache_file"
510 > $cache_file
511fi
512
513ac_ext=c
514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
515ac_cpp='$CPP $CPPFLAGS'
516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
517ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
518cross_compiling=$ac_cv_prog_cc_cross
519
520ac_exeext=
521ac_objext=o
522if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
523 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
524 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
525 ac_n= ac_c='
526' ac_t=' '
527 else
528 ac_n=-n ac_c= ac_t=
529 fi
530else
531 ac_n= ac_c='\c' ac_t=
532fi
533
534
535
536
537
538
539# Extract the first word of "gcc", so it can be a program name with args.
540set dummy gcc; ac_word=$2
541echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
542echo "configure:543: checking for $ac_word" >&5
543if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
544 echo $ac_n "(cached) $ac_c" 1>&6
545else
546 if test -n "$CC"; then
547 ac_cv_prog_CC="$CC" # Let the user override the test.
548else
549 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
550 ac_dummy="$PATH"
551 for ac_dir in $ac_dummy; do
552 test -z "$ac_dir" && ac_dir=.
553 if test -f $ac_dir/$ac_word; then
554 ac_cv_prog_CC="gcc"
555 break
556 fi
557 done
558 IFS="$ac_save_ifs"
559fi
560fi
561CC="$ac_cv_prog_CC"
562if test -n "$CC"; then
563 echo "$ac_t""$CC" 1>&6
564else
565 echo "$ac_t""no" 1>&6
566fi
567
568if test -z "$CC"; then
569 # Extract the first word of "cc", so it can be a program name with args.
570set dummy cc; ac_word=$2
571echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
572echo "configure:573: checking for $ac_word" >&5
573if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
574 echo $ac_n "(cached) $ac_c" 1>&6
575else
576 if test -n "$CC"; then
577 ac_cv_prog_CC="$CC" # Let the user override the test.
578else
579 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
580 ac_prog_rejected=no
581 ac_dummy="$PATH"
582 for ac_dir in $ac_dummy; do
583 test -z "$ac_dir" && ac_dir=.
584 if test -f $ac_dir/$ac_word; then
585 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
586 ac_prog_rejected=yes
587 continue
588 fi
589 ac_cv_prog_CC="cc"
590 break
591 fi
592 done
593 IFS="$ac_save_ifs"
594if test $ac_prog_rejected = yes; then
595 # We found a bogon in the path, so make sure we never use it.
596 set dummy $ac_cv_prog_CC
597 shift
598 if test $# -gt 0; then
599 # We chose a different compiler from the bogus one.
600 # However, it has the same basename, so the bogon will be chosen
601 # first if we set CC to just the basename; use the full file name.
602 shift
603 set dummy "$ac_dir/$ac_word" "$@"
604 shift
605 ac_cv_prog_CC="$@"
606 fi
607fi
608fi
609fi
610CC="$ac_cv_prog_CC"
611if test -n "$CC"; then
612 echo "$ac_t""$CC" 1>&6
613else
614 echo "$ac_t""no" 1>&6
615fi
616
617 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
618fi
619
620echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
621echo "configure:622: checking whether we are using GNU C" >&5
622if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
623 echo $ac_n "(cached) $ac_c" 1>&6
624else
625 cat > conftest.c <<EOF
626#ifdef __GNUC__
627 yes;
628#endif
629EOF
630if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
631 ac_cv_prog_gcc=yes
632else
633 ac_cv_prog_gcc=no
634fi
635fi
636
637echo "$ac_t""$ac_cv_prog_gcc" 1>&6
638
639if test $ac_cv_prog_gcc = yes; then
640 GCC=yes
641 ac_test_CFLAGS="${CFLAGS+set}"
642 ac_save_CFLAGS="$CFLAGS"
643 CFLAGS=
644 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
645echo "configure:646: checking whether ${CC-cc} accepts -g" >&5
646if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
647 echo $ac_n "(cached) $ac_c" 1>&6
648else
649 echo 'void f(){}' > conftest.c
650if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
651 ac_cv_prog_cc_g=yes
652else
653 ac_cv_prog_cc_g=no
654fi
655rm -f conftest*
656
657fi
658
659echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
660 if test "$ac_test_CFLAGS" = set; then
661 CFLAGS="$ac_save_CFLAGS"
662 elif test $ac_cv_prog_cc_g = yes; then
663 CFLAGS="-g -O2"
664 else
665 CFLAGS="-O2"
666 fi
667else
668 GCC=
669 test "${CFLAGS+set}" = set || CFLAGS="-g"
670fi
671
672
673ac_aux_dir=
674for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
675 if test -f $ac_dir/install-sh; then
676 ac_aux_dir=$ac_dir
677 ac_install_sh="$ac_aux_dir/install-sh -c"
678 break
679 elif test -f $ac_dir/install.sh; then
680 ac_aux_dir=$ac_dir
681 ac_install_sh="$ac_aux_dir/install.sh -c"
682 break
683 fi
684done
685if test -z "$ac_aux_dir"; then
686 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
687fi
688ac_config_guess=$ac_aux_dir/config.guess
689ac_config_sub=$ac_aux_dir/config.sub
690ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
691
692
693# Do some error checking and defaulting for the host and target type.
694# The inputs are:
695# configure --host=HOST --target=TARGET --build=BUILD NONOPT
696#
697# The rules are:
698# 1. You are not allowed to specify --host, --target, and nonopt at the
699# same time.
700# 2. Host defaults to nonopt.
701# 3. If nonopt is not specified, then host defaults to the current host,
702# as determined by config.guess.
703# 4. Target and build default to nonopt.
704# 5. If nonopt is not specified, then target and build default to host.
705
706# The aliases save the names the user supplied, while $host etc.
707# will get canonicalized.
708case $host---$target---$nonopt in
709NONE---*---* | *---NONE---* | *---*---NONE) ;;
710*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
711esac
712
713
714# Make sure we can run config.sub.
715if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
716else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
717fi
718
719echo $ac_n "checking host system type""... $ac_c" 1>&6
720echo "configure:721: checking host system type" >&5
721
722host_alias=$host
723case "$host_alias" in
724NONE)
725 case $nonopt in
726 NONE)
727 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
728 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
729 fi ;;
730 *) host_alias=$nonopt ;;
731 esac ;;
732esac
733
734host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
735host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
736host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
737host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
738echo "$ac_t""$host" 1>&6
739
740echo $ac_n "checking target system type""... $ac_c" 1>&6
741echo "configure:742: checking target system type" >&5
742
743target_alias=$target
744case "$target_alias" in
745NONE)
746 case $nonopt in
747 NONE) target_alias=$host_alias ;;
748 *) target_alias=$nonopt ;;
749 esac ;;
750esac
751
752target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
753target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
754target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
755target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
756echo "$ac_t""$target" 1>&6
757
758echo $ac_n "checking build system type""... $ac_c" 1>&6
759echo "configure:760: checking build system type" >&5
760
761build_alias=$build
762case "$build_alias" in
763NONE)
764 case $nonopt in
765 NONE) build_alias=$host_alias ;;
766 *) build_alias=$nonopt ;;
767 esac ;;
768esac
769
770build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
771build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
772build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
773build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
774echo "$ac_t""$build" 1>&6
775
776test "$host_alias" != "$target_alias" &&
777 test "$program_prefix$program_suffix$program_transform_name" = \
778 NONENONEs,x,x, &&
779 program_prefix=${target_alias}-
780
781if test "$program_transform_name" = s,x,x,; then
782 program_transform_name=
783else
784 # Double any \ or $. echo might interpret backslashes.
785 cat <<\EOF_SED > conftestsed
786s,\\,\\\\,g; s,\$,$$,g
787EOF_SED
788 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
789 rm -f conftestsed
790fi
791test "$program_prefix" != NONE &&
792 program_transform_name="s,^,${program_prefix},; $program_transform_name"
793# Use a double $ so make ignores it.
794test "$program_suffix" != NONE &&
795 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
796
797# sed with no file args requires a program.
798test "$program_transform_name" = "" && program_transform_name="s,x,x,"
799
800
801if test "x$cross_compiling" = "xyes"; then
802 if test "x$program_transform_name" = "xs,x,x,"; then
803 program_transform_name=""
804 fi
805 if test "x$program_transform_name" = "x"; then
806 program_transform_name="s,^,$host-,"
807 else
808 program_transform_name="$program_transform_name -e s,^,$host-,"
809 fi
810fi
811
812# Find a good install program. We prefer a C program (faster),
813# so one script is as good as another. But avoid the broken or
814# incompatible versions:
815# SysV /etc/install, /usr/sbin/install
816# SunOS /usr/etc/install
817# IRIX /sbin/install
818# AIX /bin/install
819# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
820# AFS /usr/afsws/bin/install, which mishandles nonexistent args
821# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
822# ./install, which can be erroneously created by make from ./install.sh.
823echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
824echo "configure:825: checking for a BSD compatible install" >&5
825if test -z "$INSTALL"; then
826if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
827 echo $ac_n "(cached) $ac_c" 1>&6
828else
829 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
830 for ac_dir in $PATH; do
831 # Account for people who put trailing slashes in PATH elements.
832 case "$ac_dir/" in
833 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
834 *)
835 # OSF1 and SCO ODT 3.0 have their own names for install.
836 # Don't use installbsd from OSF since it installs stuff as root
837 # by default.
838 for ac_prog in ginstall scoinst install; do
839 if test -f $ac_dir/$ac_prog; then
840 if test $ac_prog = install &&
841 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
842 # AIX install. It has an incompatible calling convention.
843 :
844 else
845 ac_cv_path_install="$ac_dir/$ac_prog -c"
846 break 2
847 fi
848 fi
849 done
850 ;;
851 esac
852 done
853 IFS="$ac_save_IFS"
854
855fi
856 if test "${ac_cv_path_install+set}" = set; then
857 INSTALL="$ac_cv_path_install"
858 else
859 # As a last resort, use the slow shell script. We don't cache a
860 # path for INSTALL within a source directory, because that will
861 # break other packages using the cache if that directory is
862 # removed, or if the path is relative.
863 INSTALL="$ac_install_sh"
864 fi
865fi
866echo "$ac_t""$INSTALL" 1>&6
867
868# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
869# It thinks the first close brace ends the variable substitution.
870test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
871
872test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
873
874test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
875
876
877echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
878echo "configure:879: checking for Cygwin environment" >&5
879if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
880 echo $ac_n "(cached) $ac_c" 1>&6
881else
882 cat > conftest.$ac_ext <<EOF
883#line 884 "configure"
884#include "confdefs.h"
885
886int main() {
887
888#ifndef __CYGWIN__
889#define __CYGWIN__ __CYGWIN32__
890#endif
891return __CYGWIN__;
892; return 0; }
893EOF
894if { (eval echo configure:895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
895 rm -rf conftest*
896 ac_cv_cygwin=yes
897else
898 echo "configure: failed program was:" >&5
899 cat conftest.$ac_ext >&5
900 rm -rf conftest*
901 ac_cv_cygwin=no
902fi
903rm -f conftest*
904rm -f conftest*
905fi
906
907echo "$ac_t""$ac_cv_cygwin" 1>&6
908CYGWIN=
909test "$ac_cv_cygwin" = yes && CYGWIN=yes
910echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
911echo "configure:912: checking for mingw32 environment" >&5
912if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
913 echo $ac_n "(cached) $ac_c" 1>&6
914else
915 cat > conftest.$ac_ext <<EOF
916#line 917 "configure"
917#include "confdefs.h"
918
919int main() {
920return __MINGW32__;
921; return 0; }
922EOF
923if { (eval echo configure:924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
924 rm -rf conftest*
925 ac_cv_mingw32=yes
926else
927 echo "configure: failed program was:" >&5
928 cat conftest.$ac_ext >&5
929 rm -rf conftest*
930 ac_cv_mingw32=no
931fi
932rm -f conftest*
933rm -f conftest*
934fi
935
936echo "$ac_t""$ac_cv_mingw32" 1>&6
937MINGW32=
938test "$ac_cv_mingw32" = yes && MINGW32=yes
939
940
941echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
942echo "configure:943: checking for executable suffix" >&5
943if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
944 echo $ac_n "(cached) $ac_c" 1>&6
945else
946 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
947 ac_cv_exeext=.exe
948else
949 rm -f conftest*
950 echo 'int main () { return 0; }' > conftest.$ac_ext
951 ac_cv_exeext=
952 if { (eval echo configure:953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
953 for file in conftest.*; do
954 case $file in
955 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
956 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
957 esac
958 done
959 else
960 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
961 fi
962 rm -f conftest*
963 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
964fi
965fi
966
967EXEEXT=""
968test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
969echo "$ac_t""${ac_cv_exeext}" 1>&6
970ac_exeext=$EXEEXT
971
972
973if test $host != $build; then
974 ac_tool_prefix=${host_alias}-
975else
976 ac_tool_prefix=
977fi
978
979# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
980set dummy ${ac_tool_prefix}ar; ac_word=$2
981echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
982echo "configure:983: checking for $ac_word" >&5
983if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
984 echo $ac_n "(cached) $ac_c" 1>&6
985else
986 if test -n "$AR"; then
987 ac_cv_prog_AR="$AR" # Let the user override the test.
988else
989 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
990 ac_dummy="$PATH"
991 for ac_dir in $ac_dummy; do
992 test -z "$ac_dir" && ac_dir=.
993 if test -f $ac_dir/$ac_word; then
994 ac_cv_prog_AR="${ac_tool_prefix}ar"
995 break
996 fi
997 done
998 IFS="$ac_save_ifs"
999fi
1000fi
1001AR="$ac_cv_prog_AR"
1002if test -n "$AR"; then
1003 echo "$ac_t""$AR" 1>&6
1004else
1005 echo "$ac_t""no" 1>&6
1006fi
1007
1008
1009if test -z "$ac_cv_prog_AR"; then
1010if test -n "$ac_tool_prefix"; then
1011 # Extract the first word of "ar", so it can be a program name with args.
1012set dummy ar; ac_word=$2
1013echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1014echo "configure:1015: checking for $ac_word" >&5
1015if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1016 echo $ac_n "(cached) $ac_c" 1>&6
1017else
1018 if test -n "$AR"; then
1019 ac_cv_prog_AR="$AR" # Let the user override the test.
1020else
1021 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1022 ac_dummy="$PATH"
1023 for ac_dir in $ac_dummy; do
1024 test -z "$ac_dir" && ac_dir=.
1025 if test -f $ac_dir/$ac_word; then
1026 ac_cv_prog_AR="ar"
1027 break
1028 fi
1029 done
1030 IFS="$ac_save_ifs"
1031 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1032fi
1033fi
1034AR="$ac_cv_prog_AR"
1035if test -n "$AR"; then
1036 echo "$ac_t""$AR" 1>&6
1037else
1038 echo "$ac_t""no" 1>&6
1039fi
1040
1041else
1042 AR="ar"
1043fi
1044fi
1045
1046
1047# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1048set dummy ${ac_tool_prefix}as; ac_word=$2
1049echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1050echo "configure:1051: checking for $ac_word" >&5
1051if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1052 echo $ac_n "(cached) $ac_c" 1>&6
1053else
1054 if test -n "$AS"; then
1055 ac_cv_prog_AS="$AS" # Let the user override the test.
1056else
1057 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1058 ac_dummy="$PATH"
1059 for ac_dir in $ac_dummy; do
1060 test -z "$ac_dir" && ac_dir=.
1061 if test -f $ac_dir/$ac_word; then
1062 ac_cv_prog_AS="${ac_tool_prefix}as"
1063 break
1064 fi
1065 done
1066 IFS="$ac_save_ifs"
1067fi
1068fi
1069AS="$ac_cv_prog_AS"
1070if test -n "$AS"; then
1071 echo "$ac_t""$AS" 1>&6
1072else
1073 echo "$ac_t""no" 1>&6
1074fi
1075
1076
1077if test -z "$ac_cv_prog_AS"; then
1078if test -n "$ac_tool_prefix"; then
1079 # Extract the first word of "as", so it can be a program name with args.
1080set dummy as; ac_word=$2
1081echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1082echo "configure:1083: checking for $ac_word" >&5
1083if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1084 echo $ac_n "(cached) $ac_c" 1>&6
1085else
1086 if test -n "$AS"; then
1087 ac_cv_prog_AS="$AS" # Let the user override the test.
1088else
1089 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1090 ac_dummy="$PATH"
1091 for ac_dir in $ac_dummy; do
1092 test -z "$ac_dir" && ac_dir=.
1093 if test -f $ac_dir/$ac_word; then
1094 ac_cv_prog_AS="as"
1095 break
1096 fi
1097 done
1098 IFS="$ac_save_ifs"
1099 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1100fi
1101fi
1102AS="$ac_cv_prog_AS"
1103if test -n "$AS"; then
1104 echo "$ac_t""$AS" 1>&6
1105else
1106 echo "$ac_t""no" 1>&6
1107fi
1108
1109else
1110 AS="as"
1111fi
1112fi
1113
1114
1115# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1116set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1117echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1118echo "configure:1119: checking for $ac_word" >&5
1119if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1120 echo $ac_n "(cached) $ac_c" 1>&6
1121else
1122 if test -n "$RANLIB"; then
1123 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1124else
1125 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1126 ac_dummy="$PATH"
1127 for ac_dir in $ac_dummy; do
1128 test -z "$ac_dir" && ac_dir=.
1129 if test -f $ac_dir/$ac_word; then
1130 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1131 break
1132 fi
1133 done
1134 IFS="$ac_save_ifs"
1135fi
1136fi
1137RANLIB="$ac_cv_prog_RANLIB"
1138if test -n "$RANLIB"; then
1139 echo "$ac_t""$RANLIB" 1>&6
1140else
1141 echo "$ac_t""no" 1>&6
1142fi
1143
1144
1145if test -z "$ac_cv_prog_RANLIB"; then
1146if test -n "$ac_tool_prefix"; then
1147 # Extract the first word of "ranlib", so it can be a program name with args.
1148set dummy ranlib; ac_word=$2
1149echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1150echo "configure:1151: checking for $ac_word" >&5
1151if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1152 echo $ac_n "(cached) $ac_c" 1>&6
1153else
1154 if test -n "$RANLIB"; then
1155 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1156else
1157 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1158 ac_dummy="$PATH"
1159 for ac_dir in $ac_dummy; do
1160 test -z "$ac_dir" && ac_dir=.
1161 if test -f $ac_dir/$ac_word; then
1162 ac_cv_prog_RANLIB="ranlib"
1163 break
1164 fi
1165 done
1166 IFS="$ac_save_ifs"
1167 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB="ranlib"
1168fi
1169fi
1170RANLIB="$ac_cv_prog_RANLIB"
1171if test -n "$RANLIB"; then
1172 echo "$ac_t""$RANLIB" 1>&6
1173else
1174 echo "$ac_t""no" 1>&6
1175fi
1176
1177else
1178 RANLIB="ranlib"
1179fi
1180fi
1181
1182
1183# Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
1184set dummy ${ac_tool_prefix}ld; ac_word=$2
1185echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1186echo "configure:1187: checking for $ac_word" >&5
1187if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1188 echo $ac_n "(cached) $ac_c" 1>&6
1189else
1190 if test -n "$LD"; then
1191 ac_cv_prog_LD="$LD" # Let the user override the test.
1192else
1193 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1194 ac_dummy="$PATH"
1195 for ac_dir in $ac_dummy; do
1196 test -z "$ac_dir" && ac_dir=.
1197 if test -f $ac_dir/$ac_word; then
1198 ac_cv_prog_LD="${ac_tool_prefix}ld"
1199 break
1200 fi
1201 done
1202 IFS="$ac_save_ifs"
1203fi
1204fi
1205LD="$ac_cv_prog_LD"
1206if test -n "$LD"; then
1207 echo "$ac_t""$LD" 1>&6
1208else
1209 echo "$ac_t""no" 1>&6
1210fi
1211
1212
1213if test -z "$ac_cv_prog_LD"; then
1214if test -n "$ac_tool_prefix"; then
1215 # Extract the first word of "ld", so it can be a program name with args.
1216set dummy ld; ac_word=$2
1217echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1218echo "configure:1219: checking for $ac_word" >&5
1219if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1220 echo $ac_n "(cached) $ac_c" 1>&6
1221else
1222 if test -n "$LD"; then
1223 ac_cv_prog_LD="$LD" # Let the user override the test.
1224else
1225 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1226 ac_dummy="$PATH"
1227 for ac_dir in $ac_dummy; do
1228 test -z "$ac_dir" && ac_dir=.
1229 if test -f $ac_dir/$ac_word; then
1230 ac_cv_prog_LD="ld"
1231 break
1232 fi
1233 done
1234 IFS="$ac_save_ifs"
1235 test -z "$ac_cv_prog_LD" && ac_cv_prog_LD="ld"
1236fi
1237fi
1238LD="$ac_cv_prog_LD"
1239if test -n "$LD"; then
1240 echo "$ac_t""$LD" 1>&6
1241else
1242 echo "$ac_t""no" 1>&6
1243fi
1244
1245else
1246 LD="ld"
1247fi
1248fi
1249
1250
1251# Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
1252set dummy ${ac_tool_prefix}dlltool; ac_word=$2
1253echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1254echo "configure:1255: checking for $ac_word" >&5
1255if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1256 echo $ac_n "(cached) $ac_c" 1>&6
1257else
1258 if test -n "$DLLTOOL"; then
1259 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
1260else
1261 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1262 ac_dummy="$PATH"
1263 for ac_dir in $ac_dummy; do
1264 test -z "$ac_dir" && ac_dir=.
1265 if test -f $ac_dir/$ac_word; then
1266 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
1267 break
1268 fi
1269 done
1270 IFS="$ac_save_ifs"
1271fi
1272fi
1273DLLTOOL="$ac_cv_prog_DLLTOOL"
1274if test -n "$DLLTOOL"; then
1275 echo "$ac_t""$DLLTOOL" 1>&6
1276else
1277 echo "$ac_t""no" 1>&6
1278fi
1279
1280
1281if test -z "$ac_cv_prog_DLLTOOL"; then
1282if test -n "$ac_tool_prefix"; then
1283 # Extract the first word of "dlltool", so it can be a program name with args.
1284set dummy dlltool; ac_word=$2
1285echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1286echo "configure:1287: checking for $ac_word" >&5
1287if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1288 echo $ac_n "(cached) $ac_c" 1>&6
1289else
1290 if test -n "$DLLTOOL"; then
1291 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
1292else
1293 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1294 ac_dummy="$PATH"
1295 for ac_dir in $ac_dummy; do
1296 test -z "$ac_dir" && ac_dir=.
1297 if test -f $ac_dir/$ac_word; then
1298 ac_cv_prog_DLLTOOL="dlltool"
1299 break
1300 fi
1301 done
1302 IFS="$ac_save_ifs"
1303 test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="dlltool"
1304fi
1305fi
1306DLLTOOL="$ac_cv_prog_DLLTOOL"
1307if test -n "$DLLTOOL"; then
1308 echo "$ac_t""$DLLTOOL" 1>&6
1309else
1310 echo "$ac_t""no" 1>&6
1311fi
1312
1313else
1314 DLLTOOL="dlltool"
1315fi
1316fi
1317
1318
1319# Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
1320set dummy ${ac_tool_prefix}windres; ac_word=$2
1321echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1322echo "configure:1323: checking for $ac_word" >&5
1323if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
1324 echo $ac_n "(cached) $ac_c" 1>&6
1325else
1326 if test -n "$WINDRES"; then
1327 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
1328else
1329 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1330 ac_dummy="$PATH"
1331 for ac_dir in $ac_dummy; do
1332 test -z "$ac_dir" && ac_dir=.
1333 if test -f $ac_dir/$ac_word; then
1334 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
1335 break
1336 fi
1337 done
1338 IFS="$ac_save_ifs"
1339fi
1340fi
1341WINDRES="$ac_cv_prog_WINDRES"
1342if test -n "$WINDRES"; then
1343 echo "$ac_t""$WINDRES" 1>&6
1344else
1345 echo "$ac_t""no" 1>&6
1346fi
1347
1348
1349if test -z "$ac_cv_prog_WINDRES"; then
1350if test -n "$ac_tool_prefix"; then
1351 # Extract the first word of "windres", so it can be a program name with args.
1352set dummy windres; ac_word=$2
1353echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1354echo "configure:1355: checking for $ac_word" >&5
1355if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
1356 echo $ac_n "(cached) $ac_c" 1>&6
1357else
1358 if test -n "$WINDRES"; then
1359 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
1360else
1361 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1362 ac_dummy="$PATH"
1363 for ac_dir in $ac_dummy; do
1364 test -z "$ac_dir" && ac_dir=.
1365 if test -f $ac_dir/$ac_word; then
1366 ac_cv_prog_WINDRES="windres"
1367 break
1368 fi
1369 done
1370 IFS="$ac_save_ifs"
1371 test -z "$ac_cv_prog_WINDRES" && ac_cv_prog_WINDRES="windres"
1372fi
1373fi
1374WINDRES="$ac_cv_prog_WINDRES"
1375if test -n "$WINDRES"; then
1376 echo "$ac_t""$WINDRES" 1>&6
1377else
1378 echo "$ac_t""no" 1>&6
1379fi
1380
1381else
1382 WINDRES="windres"
1383fi
1384fi
1385
1386
4306b490
CF
1387# Extract the first word of "${ac_tool_prefix}objcopy", so it can be a program name with args.
1388set dummy ${ac_tool_prefix}objcopy; ac_word=$2
1389echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1390echo "configure:1391: checking for $ac_word" >&5
1391if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
1392 echo $ac_n "(cached) $ac_c" 1>&6
1393else
1394 if test -n "$OBJCOPY"; then
1395 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
1396else
1397 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1398 ac_dummy="$PATH"
1399 for ac_dir in $ac_dummy; do
1400 test -z "$ac_dir" && ac_dir=.
1401 if test -f $ac_dir/$ac_word; then
1402 ac_cv_prog_OBJCOPY="${ac_tool_prefix}objcopy"
1403 break
1404 fi
1405 done
1406 IFS="$ac_save_ifs"
1407fi
1408fi
1409OBJCOPY="$ac_cv_prog_OBJCOPY"
1410if test -n "$OBJCOPY"; then
1411 echo "$ac_t""$OBJCOPY" 1>&6
1412else
1413 echo "$ac_t""no" 1>&6
1414fi
1415
1416
1417if test -z "$ac_cv_prog_OBJCOPY"; then
1418if test -n "$ac_tool_prefix"; then
1419 # Extract the first word of "objcopy", so it can be a program name with args.
1420set dummy objcopy; ac_word=$2
1421echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1422echo "configure:1423: checking for $ac_word" >&5
1423if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
1424 echo $ac_n "(cached) $ac_c" 1>&6
1425else
1426 if test -n "$OBJCOPY"; then
1427 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
1428else
1429 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1430 ac_dummy="$PATH"
1431 for ac_dir in $ac_dummy; do
1432 test -z "$ac_dir" && ac_dir=.
1433 if test -f $ac_dir/$ac_word; then
1434 ac_cv_prog_OBJCOPY="objcopy"
1435 break
1436 fi
1437 done
1438 IFS="$ac_save_ifs"
1439 test -z "$ac_cv_prog_OBJCOPY" && ac_cv_prog_OBJCOPY="objcopy"
1440fi
1441fi
1442OBJCOPY="$ac_cv_prog_OBJCOPY"
1443if test -n "$OBJCOPY"; then
1444 echo "$ac_t""$OBJCOPY" 1>&6
1445else
1446 echo "$ac_t""no" 1>&6
1447fi
1448
1449else
1450 OBJCOPY="objcopy"
1451fi
1452fi
1453
1454
739457f4
CF
1455
1456SUBDIRS="zlib"
1457subdirs="$SUBDIRS"
1458
1459
1460trap '' 1 2 15
1461cat > confcache <<\EOF
1462# This file is a shell script that caches the results of configure
1463# tests run on this system so they can be shared between configure
1464# scripts and configure runs. It is not useful on other systems.
1465# If it contains results you don't want to keep, you may remove or edit it.
1466#
1467# By default, configure uses ./config.cache as the cache file,
1468# creating it if it does not exist already. You can give configure
1469# the --cache-file=FILE option to use a different cache file; that is
1470# what configure does when it calls configure scripts in
1471# subdirectories, so they share the cache.
1472# Giving --cache-file=/dev/null disables caching, for debugging configure.
1473# config.status only pays attention to the cache file if you give it the
1474# --recheck option to rerun configure.
1475#
1476EOF
1477# The following way of writing the cache mishandles newlines in values,
1478# but we know of no workaround that is simple, portable, and efficient.
1479# So, don't put newlines in cache variables' values.
1480# Ultrix sh set writes to stderr and can't be redirected directly,
1481# and sets the high bit in the cache file unless we assign to the vars.
1482(set) 2>&1 |
1483 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1484 *ac_space=\ *)
1485 # `set' does not quote correctly, so add quotes (double-quote substitution
1486 # turns \\\\ into \\, and sed turns \\ into \).
1487 sed -n \
1488 -e "s/'/'\\\\''/g" \
1489 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1490 ;;
1491 *)
1492 # `set' quotes correctly as required by POSIX, so do not add quotes.
1493 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1494 ;;
1495 esac >> confcache
1496if cmp -s $cache_file confcache; then
1497 :
1498else
1499 if test -w $cache_file; then
1500 echo "updating cache $cache_file"
1501 cat confcache > $cache_file
1502 else
1503 echo "not updating unwritable cache $cache_file"
1504 fi
1505fi
1506rm -f confcache
1507
1508trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1509
1510test "x$prefix" = xNONE && prefix=$ac_default_prefix
1511# Let make expand exec_prefix.
1512test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1513
1514# Any assignment to VPATH causes Sun make to only execute
1515# the first set of double-colon rules, so remove it if not needed.
1516# If there is a colon in the path, we need to keep it.
1517if test "x$srcdir" = x.; then
1518 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1519fi
1520
1521trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1522
1523# Transform confdefs.h into DEFS.
1524# Protect against shell expansion while executing Makefile rules.
1525# Protect against Makefile macro expansion.
1526cat > conftest.defs <<\EOF
1527s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1528s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
1529s%\[%\\&%g
1530s%\]%\\&%g
1531s%\$%$$%g
1532EOF
1533DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1534rm -f conftest.defs
1535
1536
1537# Without the "./", some shells look in PATH for config.status.
1538: ${CONFIG_STATUS=./config.status}
1539
1540echo creating $CONFIG_STATUS
1541rm -f $CONFIG_STATUS
1542cat > $CONFIG_STATUS <<EOF
1543#! /bin/sh
1544# Generated automatically by configure.
1545# Run this file to recreate the current configuration.
1546# This directory was configured as follows,
1547# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1548#
1549# $0 $ac_configure_args
1550#
1551# Compiler output produced by configure, useful for debugging
1552# configure, is in ./config.log if it exists.
1553
1554ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1555for ac_option
1556do
1557 case "\$ac_option" in
1558 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1559 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1560 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1561 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1562 echo "$CONFIG_STATUS generated by autoconf version 2.13"
1563 exit 0 ;;
1564 -help | --help | --hel | --he | --h)
1565 echo "\$ac_cs_usage"; exit 0 ;;
1566 *) echo "\$ac_cs_usage"; exit 1 ;;
1567 esac
1568done
1569
1570ac_given_srcdir=$srcdir
1571ac_given_INSTALL="$INSTALL"
1572
1573trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1574EOF
1575cat >> $CONFIG_STATUS <<EOF
1576
1577# Protect against being on the right side of a sed subst in config.status.
1578sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1579 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1580$ac_vpsub
1581$extrasub
1582s%@SHELL@%$SHELL%g
1583s%@CFLAGS@%$CFLAGS%g
1584s%@CPPFLAGS@%$CPPFLAGS%g
1585s%@CXXFLAGS@%$CXXFLAGS%g
1586s%@FFLAGS@%$FFLAGS%g
1587s%@DEFS@%$DEFS%g
1588s%@LDFLAGS@%$LDFLAGS%g
1589s%@LIBS@%$LIBS%g
1590s%@exec_prefix@%$exec_prefix%g
1591s%@prefix@%$prefix%g
1592s%@program_transform_name@%$program_transform_name%g
1593s%@bindir@%$bindir%g
1594s%@sbindir@%$sbindir%g
1595s%@libexecdir@%$libexecdir%g
1596s%@datadir@%$datadir%g
1597s%@sysconfdir@%$sysconfdir%g
1598s%@sharedstatedir@%$sharedstatedir%g
1599s%@localstatedir@%$localstatedir%g
1600s%@libdir@%$libdir%g
1601s%@includedir@%$includedir%g
1602s%@oldincludedir@%$oldincludedir%g
1603s%@infodir@%$infodir%g
1604s%@mandir@%$mandir%g
1605s%@CC@%$CC%g
1606s%@host@%$host%g
1607s%@host_alias@%$host_alias%g
1608s%@host_cpu@%$host_cpu%g
1609s%@host_vendor@%$host_vendor%g
1610s%@host_os@%$host_os%g
1611s%@target@%$target%g
1612s%@target_alias@%$target_alias%g
1613s%@target_cpu@%$target_cpu%g
1614s%@target_vendor@%$target_vendor%g
1615s%@target_os@%$target_os%g
1616s%@build@%$build%g
1617s%@build_alias@%$build_alias%g
1618s%@build_cpu@%$build_cpu%g
1619s%@build_vendor@%$build_vendor%g
1620s%@build_os@%$build_os%g
1621s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1622s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1623s%@INSTALL_DATA@%$INSTALL_DATA%g
1624s%@EXEEXT@%$EXEEXT%g
1625s%@AR@%$AR%g
1626s%@AS@%$AS%g
1627s%@RANLIB@%$RANLIB%g
1628s%@LD@%$LD%g
1629s%@DLLTOOL@%$DLLTOOL%g
1630s%@WINDRES@%$WINDRES%g
4306b490 1631s%@OBJCOPY@%$OBJCOPY%g
739457f4
CF
1632s%@subdirs@%$subdirs%g
1633
1634CEOF
1635EOF
1636
1637cat >> $CONFIG_STATUS <<\EOF
1638
1639# Split the substitutions into bite-sized pieces for seds with
1640# small command number limits, like on Digital OSF/1 and HP-UX.
1641ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1642ac_file=1 # Number of current file.
1643ac_beg=1 # First line for current file.
1644ac_end=$ac_max_sed_cmds # Line after last line for current file.
1645ac_more_lines=:
1646ac_sed_cmds=""
1647while $ac_more_lines; do
1648 if test $ac_beg -gt 1; then
1649 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1650 else
1651 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1652 fi
1653 if test ! -s conftest.s$ac_file; then
1654 ac_more_lines=false
1655 rm -f conftest.s$ac_file
1656 else
1657 if test -z "$ac_sed_cmds"; then
1658 ac_sed_cmds="sed -f conftest.s$ac_file"
1659 else
1660 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1661 fi
1662 ac_file=`expr $ac_file + 1`
1663 ac_beg=$ac_end
1664 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1665 fi
1666done
1667if test -z "$ac_sed_cmds"; then
1668 ac_sed_cmds=cat
1669fi
1670EOF
1671
1672cat >> $CONFIG_STATUS <<EOF
1673
1674CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1675EOF
1676cat >> $CONFIG_STATUS <<\EOF
1677for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1678 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1679 case "$ac_file" in
1680 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1681 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1682 *) ac_file_in="${ac_file}.in" ;;
1683 esac
1684
1685 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1686
1687 # Remove last slash and all that follows it. Not all systems have dirname.
1688 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1689 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1690 # The file is in a subdirectory.
1691 test ! -d "$ac_dir" && mkdir "$ac_dir"
1692 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1693 # A "../" for each directory in $ac_dir_suffix.
1694 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1695 else
1696 ac_dir_suffix= ac_dots=
1697 fi
1698
1699 case "$ac_given_srcdir" in
1700 .) srcdir=.
1701 if test -z "$ac_dots"; then top_srcdir=.
1702 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1703 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1704 *) # Relative path.
1705 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1706 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1707 esac
1708
1709 case "$ac_given_INSTALL" in
1710 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1711 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1712 esac
1713
1714 echo creating "$ac_file"
1715 rm -f "$ac_file"
1716 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1717 case "$ac_file" in
1718 *Makefile*) ac_comsub="1i\\
1719# $configure_input" ;;
1720 *) ac_comsub= ;;
1721 esac
1722
1723 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1724 sed -e "$ac_comsub
1725s%@configure_input@%$configure_input%g
1726s%@srcdir@%$srcdir%g
1727s%@top_srcdir@%$top_srcdir%g
1728s%@INSTALL@%$INSTALL%g
1729" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1730fi; done
1731rm -f conftest.s*
1732
1733EOF
1734cat >> $CONFIG_STATUS <<EOF
1735
1736EOF
1737cat >> $CONFIG_STATUS <<\EOF
1738
1739exit 0
1740EOF
1741chmod +x $CONFIG_STATUS
1742rm -fr confdefs* $ac_clean_files
1743test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1744
1745if test "$no_recursion" != yes; then
1746
1747 # Remove --cache-file and --srcdir arguments so they do not pile up.
1748 ac_sub_configure_args=
1749 ac_prev=
1750 for ac_arg in $ac_configure_args; do
1751 if test -n "$ac_prev"; then
1752 ac_prev=
1753 continue
1754 fi
1755 case "$ac_arg" in
1756 -cache-file | --cache-file | --cache-fil | --cache-fi \
1757 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1758 ac_prev=cache_file ;;
1759 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1760 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1761 ;;
1762 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1763 ac_prev=srcdir ;;
1764 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1765 ;;
1766 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
1767 esac
1768 done
1769
1770 for ac_config_dir in $SUBDIRS; do
1771
1772 # Do not complain, so a configure script can configure whichever
1773 # parts of a large source tree are present.
1774 if test ! -d $srcdir/$ac_config_dir; then
1775 continue
1776 fi
1777
1778 echo configuring in $ac_config_dir
1779
1780 case "$srcdir" in
1781 .) ;;
1782 *)
1783 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
1784 else
1785 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
1786 fi
1787 ;;
1788 esac
1789
1790 ac_popdir=`pwd`
1791 cd $ac_config_dir
1792
1793 # A "../" for each directory in /$ac_config_dir.
1794 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
1795
1796 case "$srcdir" in
1797 .) # No --srcdir option. We are building in place.
1798 ac_sub_srcdir=$srcdir ;;
1799 /*) # Absolute path.
1800 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
1801 *) # Relative path.
1802 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
1803 esac
1804
1805 # Check for guested configure; otherwise get Cygnus style configure.
1806 if test -f $ac_sub_srcdir/configure; then
1807 ac_sub_configure=$ac_sub_srcdir/configure
1808 elif test -f $ac_sub_srcdir/configure.in; then
1809 ac_sub_configure=$ac_configure
1810 else
1811 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
1812 ac_sub_configure=
1813 fi
1814
1815 # The recursion is here.
1816 if test -n "$ac_sub_configure"; then
1817
1818 # Make the cache file name correct relative to the subdirectory.
1819 case "$cache_file" in
1820 /*) ac_sub_cache_file=$cache_file ;;
1821 *) # Relative path.
1822 ac_sub_cache_file="$ac_dots$cache_file" ;;
1823 esac
1824 case "$ac_given_INSTALL" in
1825 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1826 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1827 esac
1828
1829 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
1830 # The eval makes quoting arguments work.
1831 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
1832 then :
1833 else
1834 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
1835 fi
1836 fi
1837
1838 cd $ac_popdir
1839 done
1840fi
1841
This page took 0.187965 seconds and 5 git commands to generate.