]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - opcodes/configure
* configure.in: Set libtool_enable_shared rather than
[thirdparty/binutils-gdb.git] / opcodes / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12.1
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:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
16 ac_help="$ac_help
17 --enable-shared build shared libraries [default=yes]"
18 ac_help="$ac_help
19 --enable-static build static libraries [default=yes]"
20 ac_help="$ac_help
21 --enable-targets alternative target configurations"
22 ac_help="$ac_help
23 --enable-commonbfdlib build shared BFD/opcodes/libiberty library"
24 ac_help="$ac_help
25 --enable-maintainer-mode enable make rules and dependencies not useful
26 (and sometimes confusing) to the casual installer"
27
28 # Initialize some variables set by options.
29 # The variables have the same names as the options, with
30 # dashes changed to underlines.
31 build=NONE
32 cache_file=./config.cache
33 exec_prefix=NONE
34 host=NONE
35 no_create=
36 nonopt=NONE
37 no_recursion=
38 prefix=NONE
39 program_prefix=NONE
40 program_suffix=NONE
41 program_transform_name=s,x,x,
42 silent=
43 site=
44 srcdir=
45 target=NONE
46 verbose=
47 x_includes=NONE
48 x_libraries=NONE
49 bindir='${exec_prefix}/bin'
50 sbindir='${exec_prefix}/sbin'
51 libexecdir='${exec_prefix}/libexec'
52 datadir='${prefix}/share'
53 sysconfdir='${prefix}/etc'
54 sharedstatedir='${prefix}/com'
55 localstatedir='${prefix}/var'
56 libdir='${exec_prefix}/lib'
57 includedir='${prefix}/include'
58 oldincludedir='/usr/include'
59 infodir='${prefix}/info'
60 mandir='${prefix}/man'
61
62 # Initialize some other variables.
63 subdirs=
64 MFLAGS= MAKEFLAGS=
65 SHELL=${CONFIG_SHELL-/bin/sh}
66 # Maximum number of lines to put in a shell here document.
67 ac_max_here_lines=12
68
69 ac_prev=
70 for ac_option
71 do
72
73 # If the previous option needs an argument, assign it.
74 if test -n "$ac_prev"; then
75 eval "$ac_prev=\$ac_option"
76 ac_prev=
77 continue
78 fi
79
80 case "$ac_option" in
81 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
82 *) ac_optarg= ;;
83 esac
84
85 # Accept the important Cygnus configure options, so we can diagnose typos.
86
87 case "$ac_option" in
88
89 -bindir | --bindir | --bindi | --bind | --bin | --bi)
90 ac_prev=bindir ;;
91 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
92 bindir="$ac_optarg" ;;
93
94 -build | --build | --buil | --bui | --bu)
95 ac_prev=build ;;
96 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
97 build="$ac_optarg" ;;
98
99 -cache-file | --cache-file | --cache-fil | --cache-fi \
100 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
101 ac_prev=cache_file ;;
102 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
103 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
104 cache_file="$ac_optarg" ;;
105
106 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
107 ac_prev=datadir ;;
108 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
109 | --da=*)
110 datadir="$ac_optarg" ;;
111
112 -disable-* | --disable-*)
113 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
114 # Reject names that are not valid shell variable names.
115 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
116 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
117 fi
118 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
119 eval "enable_${ac_feature}=no" ;;
120
121 -enable-* | --enable-*)
122 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
123 # Reject names that are not valid shell variable names.
124 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
125 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
126 fi
127 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
128 case "$ac_option" in
129 *=*) ;;
130 *) ac_optarg=yes ;;
131 esac
132 eval "enable_${ac_feature}='$ac_optarg'" ;;
133
134 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
135 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
136 | --exec | --exe | --ex)
137 ac_prev=exec_prefix ;;
138 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
139 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
140 | --exec=* | --exe=* | --ex=*)
141 exec_prefix="$ac_optarg" ;;
142
143 -gas | --gas | --ga | --g)
144 # Obsolete; use --with-gas.
145 with_gas=yes ;;
146
147 -help | --help | --hel | --he)
148 # Omit some internal or obsolete options to make the list less imposing.
149 # This message is too long to be a string in the A/UX 3.1 sh.
150 cat << EOF
151 Usage: configure [options] [host]
152 Options: [defaults in brackets after descriptions]
153 Configuration:
154 --cache-file=FILE cache test results in FILE
155 --help print this message
156 --no-create do not create output files
157 --quiet, --silent do not print \`checking...' messages
158 --version print the version of autoconf that created configure
159 Directory and file names:
160 --prefix=PREFIX install architecture-independent files in PREFIX
161 [$ac_default_prefix]
162 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
163 [same as prefix]
164 --bindir=DIR user executables in DIR [EPREFIX/bin]
165 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
166 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
167 --datadir=DIR read-only architecture-independent data in DIR
168 [PREFIX/share]
169 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
170 --sharedstatedir=DIR modifiable architecture-independent data in DIR
171 [PREFIX/com]
172 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
173 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
174 --includedir=DIR C header files in DIR [PREFIX/include]
175 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
176 --infodir=DIR info documentation in DIR [PREFIX/info]
177 --mandir=DIR man documentation in DIR [PREFIX/man]
178 --srcdir=DIR find the sources in DIR [configure dir or ..]
179 --program-prefix=PREFIX prepend PREFIX to installed program names
180 --program-suffix=SUFFIX append SUFFIX to installed program names
181 --program-transform-name=PROGRAM
182 run sed PROGRAM on installed program names
183 EOF
184 cat << EOF
185 Host type:
186 --build=BUILD configure for building on BUILD [BUILD=HOST]
187 --host=HOST configure for HOST [guessed]
188 --target=TARGET configure for TARGET [TARGET=HOST]
189 Features and packages:
190 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
191 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
192 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
193 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
194 --x-includes=DIR X include files are in DIR
195 --x-libraries=DIR X library files are in DIR
196 EOF
197 if test -n "$ac_help"; then
198 echo "--enable and --with options recognized:$ac_help"
199 fi
200 exit 0 ;;
201
202 -host | --host | --hos | --ho)
203 ac_prev=host ;;
204 -host=* | --host=* | --hos=* | --ho=*)
205 host="$ac_optarg" ;;
206
207 -includedir | --includedir | --includedi | --included | --include \
208 | --includ | --inclu | --incl | --inc)
209 ac_prev=includedir ;;
210 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
211 | --includ=* | --inclu=* | --incl=* | --inc=*)
212 includedir="$ac_optarg" ;;
213
214 -infodir | --infodir | --infodi | --infod | --info | --inf)
215 ac_prev=infodir ;;
216 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
217 infodir="$ac_optarg" ;;
218
219 -libdir | --libdir | --libdi | --libd)
220 ac_prev=libdir ;;
221 -libdir=* | --libdir=* | --libdi=* | --libd=*)
222 libdir="$ac_optarg" ;;
223
224 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
225 | --libexe | --libex | --libe)
226 ac_prev=libexecdir ;;
227 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
228 | --libexe=* | --libex=* | --libe=*)
229 libexecdir="$ac_optarg" ;;
230
231 -localstatedir | --localstatedir | --localstatedi | --localstated \
232 | --localstate | --localstat | --localsta | --localst \
233 | --locals | --local | --loca | --loc | --lo)
234 ac_prev=localstatedir ;;
235 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
236 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
237 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
238 localstatedir="$ac_optarg" ;;
239
240 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
241 ac_prev=mandir ;;
242 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
243 mandir="$ac_optarg" ;;
244
245 -nfp | --nfp | --nf)
246 # Obsolete; use --without-fp.
247 with_fp=no ;;
248
249 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
250 | --no-cr | --no-c)
251 no_create=yes ;;
252
253 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
254 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
255 no_recursion=yes ;;
256
257 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
258 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
259 | --oldin | --oldi | --old | --ol | --o)
260 ac_prev=oldincludedir ;;
261 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
262 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
263 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
264 oldincludedir="$ac_optarg" ;;
265
266 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
267 ac_prev=prefix ;;
268 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
269 prefix="$ac_optarg" ;;
270
271 -program-prefix | --program-prefix | --program-prefi | --program-pref \
272 | --program-pre | --program-pr | --program-p)
273 ac_prev=program_prefix ;;
274 -program-prefix=* | --program-prefix=* | --program-prefi=* \
275 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
276 program_prefix="$ac_optarg" ;;
277
278 -program-suffix | --program-suffix | --program-suffi | --program-suff \
279 | --program-suf | --program-su | --program-s)
280 ac_prev=program_suffix ;;
281 -program-suffix=* | --program-suffix=* | --program-suffi=* \
282 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
283 program_suffix="$ac_optarg" ;;
284
285 -program-transform-name | --program-transform-name \
286 | --program-transform-nam | --program-transform-na \
287 | --program-transform-n | --program-transform- \
288 | --program-transform | --program-transfor \
289 | --program-transfo | --program-transf \
290 | --program-trans | --program-tran \
291 | --progr-tra | --program-tr | --program-t)
292 ac_prev=program_transform_name ;;
293 -program-transform-name=* | --program-transform-name=* \
294 | --program-transform-nam=* | --program-transform-na=* \
295 | --program-transform-n=* | --program-transform-=* \
296 | --program-transform=* | --program-transfor=* \
297 | --program-transfo=* | --program-transf=* \
298 | --program-trans=* | --program-tran=* \
299 | --progr-tra=* | --program-tr=* | --program-t=*)
300 program_transform_name="$ac_optarg" ;;
301
302 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
303 | -silent | --silent | --silen | --sile | --sil)
304 silent=yes ;;
305
306 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
307 ac_prev=sbindir ;;
308 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
309 | --sbi=* | --sb=*)
310 sbindir="$ac_optarg" ;;
311
312 -sharedstatedir | --sharedstatedir | --sharedstatedi \
313 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
314 | --sharedst | --shareds | --shared | --share | --shar \
315 | --sha | --sh)
316 ac_prev=sharedstatedir ;;
317 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
318 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
319 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
320 | --sha=* | --sh=*)
321 sharedstatedir="$ac_optarg" ;;
322
323 -site | --site | --sit)
324 ac_prev=site ;;
325 -site=* | --site=* | --sit=*)
326 site="$ac_optarg" ;;
327
328 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
329 ac_prev=srcdir ;;
330 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
331 srcdir="$ac_optarg" ;;
332
333 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
334 | --syscon | --sysco | --sysc | --sys | --sy)
335 ac_prev=sysconfdir ;;
336 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
337 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
338 sysconfdir="$ac_optarg" ;;
339
340 -target | --target | --targe | --targ | --tar | --ta | --t)
341 ac_prev=target ;;
342 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
343 target="$ac_optarg" ;;
344
345 -v | -verbose | --verbose | --verbos | --verbo | --verb)
346 verbose=yes ;;
347
348 -version | --version | --versio | --versi | --vers)
349 echo "configure generated by autoconf version 2.12.1"
350 exit 0 ;;
351
352 -with-* | --with-*)
353 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
354 # Reject names that are not valid shell variable names.
355 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
356 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357 fi
358 ac_package=`echo $ac_package| sed 's/-/_/g'`
359 case "$ac_option" in
360 *=*) ;;
361 *) ac_optarg=yes ;;
362 esac
363 eval "with_${ac_package}='$ac_optarg'" ;;
364
365 -without-* | --without-*)
366 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
367 # Reject names that are not valid shell variable names.
368 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
369 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
370 fi
371 ac_package=`echo $ac_package| sed 's/-/_/g'`
372 eval "with_${ac_package}=no" ;;
373
374 --x)
375 # Obsolete; use --with-x.
376 with_x=yes ;;
377
378 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
379 | --x-incl | --x-inc | --x-in | --x-i)
380 ac_prev=x_includes ;;
381 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
382 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
383 x_includes="$ac_optarg" ;;
384
385 -x-libraries | --x-libraries | --x-librarie | --x-librari \
386 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
387 ac_prev=x_libraries ;;
388 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
389 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
390 x_libraries="$ac_optarg" ;;
391
392 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
393 ;;
394
395 *)
396 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
397 echo "configure: warning: $ac_option: invalid host type" 1>&2
398 fi
399 if test "x$nonopt" != xNONE; then
400 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
401 fi
402 nonopt="$ac_option"
403 ;;
404
405 esac
406 done
407
408 if test -n "$ac_prev"; then
409 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
410 fi
411
412 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
413
414 # File descriptor usage:
415 # 0 standard input
416 # 1 file creation
417 # 2 errors and warnings
418 # 3 some systems may open it to /dev/tty
419 # 4 used on the Kubota Titan
420 # 6 checking for... messages and results
421 # 5 compiler messages saved in config.log
422 if test "$silent" = yes; then
423 exec 6>/dev/null
424 else
425 exec 6>&1
426 fi
427 exec 5>./config.log
428
429 echo "\
430 This file contains any messages produced by compilers while
431 running configure, to aid debugging if configure makes a mistake.
432 " 1>&5
433
434 # Strip out --no-create and --no-recursion so they do not pile up.
435 # Also quote any args containing shell metacharacters.
436 ac_configure_args=
437 for ac_arg
438 do
439 case "$ac_arg" in
440 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
441 | --no-cr | --no-c) ;;
442 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
443 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
444 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
445 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
446 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
447 esac
448 done
449
450 # NLS nuisances.
451 # Only set these to C if already set. These must not be set unconditionally
452 # because not all systems understand e.g. LANG=C (notably SCO).
453 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
454 # Non-C LC_CTYPE values break the ctype check.
455 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
456 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
457 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
458 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
459
460 # confdefs.h avoids OS command line length limits that DEFS can exceed.
461 rm -rf conftest* confdefs.h
462 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
463 echo > confdefs.h
464
465 # A filename unique to this package, relative to the directory that
466 # configure is in, which we can look for to find out if srcdir is correct.
467 ac_unique_file=z8k-dis.c
468
469 # Find the source files, if location was not specified.
470 if test -z "$srcdir"; then
471 ac_srcdir_defaulted=yes
472 # Try the directory containing this script, then its parent.
473 ac_prog=$0
474 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
475 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
476 srcdir=$ac_confdir
477 if test ! -r $srcdir/$ac_unique_file; then
478 srcdir=..
479 fi
480 else
481 ac_srcdir_defaulted=no
482 fi
483 if test ! -r $srcdir/$ac_unique_file; then
484 if test "$ac_srcdir_defaulted" = yes; then
485 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
486 else
487 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
488 fi
489 fi
490 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
491
492 # Prefer explicitly selected file to automatically selected ones.
493 if test -z "$CONFIG_SITE"; then
494 if test "x$prefix" != xNONE; then
495 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
496 else
497 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
498 fi
499 fi
500 for ac_site_file in $CONFIG_SITE; do
501 if test -r "$ac_site_file"; then
502 echo "loading site script $ac_site_file"
503 . "$ac_site_file"
504 fi
505 done
506
507 if test -r "$cache_file"; then
508 echo "loading cache $cache_file"
509 . $cache_file
510 else
511 echo "creating cache $cache_file"
512 > $cache_file
513 fi
514
515 ac_ext=c
516 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
517 ac_cpp='$CPP $CPPFLAGS'
518 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
519 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
520 cross_compiling=$ac_cv_prog_cc_cross
521
522 if (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
530 else
531 ac_n= ac_c='\c' ac_t=
532 fi
533
534
535
536 ac_aux_dir=
537 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
538 if test -f $ac_dir/install-sh; then
539 ac_aux_dir=$ac_dir
540 ac_install_sh="$ac_aux_dir/install-sh -c"
541 break
542 elif test -f $ac_dir/install.sh; then
543 ac_aux_dir=$ac_dir
544 ac_install_sh="$ac_aux_dir/install.sh -c"
545 break
546 fi
547 done
548 if test -z "$ac_aux_dir"; then
549 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
550 fi
551 ac_config_guess=$ac_aux_dir/config.guess
552 ac_config_sub=$ac_aux_dir/config.sub
553 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
554
555
556 # Do some error checking and defaulting for the host and target type.
557 # The inputs are:
558 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
559 #
560 # The rules are:
561 # 1. You are not allowed to specify --host, --target, and nonopt at the
562 # same time.
563 # 2. Host defaults to nonopt.
564 # 3. If nonopt is not specified, then host defaults to the current host,
565 # as determined by config.guess.
566 # 4. Target and build default to nonopt.
567 # 5. If nonopt is not specified, then target and build default to host.
568
569 # The aliases save the names the user supplied, while $host etc.
570 # will get canonicalized.
571 case $host---$target---$nonopt in
572 NONE---*---* | *---NONE---* | *---*---NONE) ;;
573 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
574 esac
575
576
577 # Make sure we can run config.sub.
578 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
579 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
580 fi
581
582 echo $ac_n "checking host system type""... $ac_c" 1>&6
583 echo "configure:584: checking host system type" >&5
584
585 host_alias=$host
586 case "$host_alias" in
587 NONE)
588 case $nonopt in
589 NONE)
590 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
591 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
592 fi ;;
593 *) host_alias=$nonopt ;;
594 esac ;;
595 esac
596
597 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
598 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
599 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
600 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
601 echo "$ac_t""$host" 1>&6
602
603 echo $ac_n "checking target system type""... $ac_c" 1>&6
604 echo "configure:605: checking target system type" >&5
605
606 target_alias=$target
607 case "$target_alias" in
608 NONE)
609 case $nonopt in
610 NONE) target_alias=$host_alias ;;
611 *) target_alias=$nonopt ;;
612 esac ;;
613 esac
614
615 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
616 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
617 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
618 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
619 echo "$ac_t""$target" 1>&6
620
621 echo $ac_n "checking build system type""... $ac_c" 1>&6
622 echo "configure:623: checking build system type" >&5
623
624 build_alias=$build
625 case "$build_alias" in
626 NONE)
627 case $nonopt in
628 NONE) build_alias=$host_alias ;;
629 *) build_alias=$nonopt ;;
630 esac ;;
631 esac
632
633 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
634 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
635 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
636 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
637 echo "$ac_t""$build" 1>&6
638
639 test "$host_alias" != "$target_alias" &&
640 test "$program_prefix$program_suffix$program_transform_name" = \
641 NONENONEs,x,x, &&
642 program_prefix=${target_alias}-
643
644
645 # Find a good install program. We prefer a C program (faster),
646 # so one script is as good as another. But avoid the broken or
647 # incompatible versions:
648 # SysV /etc/install, /usr/sbin/install
649 # SunOS /usr/etc/install
650 # IRIX /sbin/install
651 # AIX /bin/install
652 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
653 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
654 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
655 # ./install, which can be erroneously created by make from ./install.sh.
656 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
657 echo "configure:658: checking for a BSD compatible install" >&5
658 if test -z "$INSTALL"; then
659 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
660 echo $ac_n "(cached) $ac_c" 1>&6
661 else
662 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
663 for ac_dir in $PATH; do
664 # Account for people who put trailing slashes in PATH elements.
665 case "$ac_dir/" in
666 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
667 *)
668 # OSF1 and SCO ODT 3.0 have their own names for install.
669 # Don't use installbsd from OSF since it installs stuff as root
670 # by default.
671 for ac_prog in ginstall scoinst install; do
672 if test -f $ac_dir/$ac_prog; then
673 if test $ac_prog = install &&
674 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
675 # AIX install. It has an incompatible calling convention.
676 :
677 else
678 ac_cv_path_install="$ac_dir/$ac_prog -c"
679 break 2
680 fi
681 fi
682 done
683 ;;
684 esac
685 done
686 IFS="$ac_save_IFS"
687
688 fi
689 if test "${ac_cv_path_install+set}" = set; then
690 INSTALL="$ac_cv_path_install"
691 else
692 # As a last resort, use the slow shell script. We don't cache a
693 # path for INSTALL within a source directory, because that will
694 # break other packages using the cache if that directory is
695 # removed, or if the path is relative.
696 INSTALL="$ac_install_sh"
697 fi
698 fi
699 echo "$ac_t""$INSTALL" 1>&6
700
701 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
702 # It thinks the first close brace ends the variable substitution.
703 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
704
705 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
706
707
708 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
709
710
711 PACKAGE=opcodes
712
713 VERSION=2.8.2
714
715 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
716 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
717 fi
718 cat >> confdefs.h <<EOF
719 #define PACKAGE "$PACKAGE"
720 EOF
721
722 cat >> confdefs.h <<EOF
723 #define VERSION "$VERSION"
724 EOF
725
726 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
727 echo "configure:728: checking whether build environment is sane" >&5
728 # Just in case
729 sleep 1
730 echo timestamp > conftestfile
731 # Do `set' in a subshell so we don't clobber the current shell's
732 # arguments. Must try -L first in case configure is actually a
733 # symlink; some systems play weird games with the mod time of symlinks
734 # (eg FreeBSD returns the mod time of the symlink's containing
735 # directory).
736 if (
737 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
738 if test "" = "X"; then
739 # -L didn't work.
740 set X `ls -t $srcdir/configure conftestfile`
741 fi
742 test "$2" = conftestfile
743 )
744 then
745 # Ok.
746 :
747 else
748 { echo "configure: error: newly created file is older than distributed files!
749 Check your system clock" 1>&2; exit 1; }
750 fi
751 rm -f conftest*
752 echo "$ac_t""yes" 1>&6
753 if test "$program_transform_name" = s,x,x,; then
754 program_transform_name=
755 else
756 # Double any \ or $. echo might interpret backslashes.
757 cat <<\EOF_SED > conftestsed
758 s,\\,\\\\,g; s,\$,$$,g
759 EOF_SED
760 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
761 rm -f conftestsed
762 fi
763 test "$program_prefix" != NONE &&
764 program_transform_name="s,^,${program_prefix},; $program_transform_name"
765 # Use a double $ so make ignores it.
766 test "$program_suffix" != NONE &&
767 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
768
769 # sed with no file args requires a program.
770 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
771
772 missing_dir=`cd $ac_aux_dir && pwd`
773 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
774 echo "configure:775: checking for working aclocal" >&5
775 # Run test in a subshell; some versions of sh will print an error if
776 # an executable is not found, even if stderr is redirected.
777 # Redirect stdin to placate older versions of autoconf. Sigh.
778 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
779 ACLOCAL=aclocal
780 echo "$ac_t""found" 1>&6
781 else
782 ACLOCAL="$missing_dir/missing aclocal"
783 echo "$ac_t""missing" 1>&6
784 fi
785
786 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
787 echo "configure:788: checking for working autoconf" >&5
788 # Run test in a subshell; some versions of sh will print an error if
789 # an executable is not found, even if stderr is redirected.
790 # Redirect stdin to placate older versions of autoconf. Sigh.
791 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
792 AUTOCONF=autoconf
793 echo "$ac_t""found" 1>&6
794 else
795 AUTOCONF="$missing_dir/missing autoconf"
796 echo "$ac_t""missing" 1>&6
797 fi
798
799 echo $ac_n "checking for working automake""... $ac_c" 1>&6
800 echo "configure:801: checking for working automake" >&5
801 # Run test in a subshell; some versions of sh will print an error if
802 # an executable is not found, even if stderr is redirected.
803 # Redirect stdin to placate older versions of autoconf. Sigh.
804 if (automake --version) < /dev/null > /dev/null 2>&1; then
805 AUTOMAKE=automake
806 echo "$ac_t""found" 1>&6
807 else
808 AUTOMAKE="$missing_dir/missing automake"
809 echo "$ac_t""missing" 1>&6
810 fi
811
812 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
813 echo "configure:814: checking for working autoheader" >&5
814 # Run test in a subshell; some versions of sh will print an error if
815 # an executable is not found, even if stderr is redirected.
816 # Redirect stdin to placate older versions of autoconf. Sigh.
817 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
818 AUTOHEADER=autoheader
819 echo "$ac_t""found" 1>&6
820 else
821 AUTOHEADER="$missing_dir/missing autoheader"
822 echo "$ac_t""missing" 1>&6
823 fi
824
825 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
826 echo "configure:827: checking for working makeinfo" >&5
827 # Run test in a subshell; some versions of sh will print an error if
828 # an executable is not found, even if stderr is redirected.
829 # Redirect stdin to placate older versions of autoconf. Sigh.
830 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
831 MAKEINFO=makeinfo
832 echo "$ac_t""found" 1>&6
833 else
834 MAKEINFO="$missing_dir/missing makeinfo"
835 echo "$ac_t""missing" 1>&6
836 fi
837
838 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
839 echo "configure:840: checking whether ${MAKE-make} sets \${MAKE}" >&5
840 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
841 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
842 echo $ac_n "(cached) $ac_c" 1>&6
843 else
844 cat > conftestmake <<\EOF
845 all:
846 @echo 'ac_maketemp="${MAKE}"'
847 EOF
848 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
849 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
850 if test -n "$ac_maketemp"; then
851 eval ac_cv_prog_make_${ac_make}_set=yes
852 else
853 eval ac_cv_prog_make_${ac_make}_set=no
854 fi
855 rm -f conftestmake
856 fi
857 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
858 echo "$ac_t""yes" 1>&6
859 SET_MAKE=
860 else
861 echo "$ac_t""no" 1>&6
862 SET_MAKE="MAKE=${MAKE-make}"
863 fi
864
865
866 if test $host != $build; then
867 ac_tool_prefix=${host_alias}-
868 else
869 ac_tool_prefix=
870 fi
871
872 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
873 set dummy ${ac_tool_prefix}ar; ac_word=$2
874 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
875 echo "configure:876: checking for $ac_word" >&5
876 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
877 echo $ac_n "(cached) $ac_c" 1>&6
878 else
879 if test -n "$AR"; then
880 ac_cv_prog_AR="$AR" # Let the user override the test.
881 else
882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
883 for ac_dir in $PATH; do
884 test -z "$ac_dir" && ac_dir=.
885 if test -f $ac_dir/$ac_word; then
886 ac_cv_prog_AR="${ac_tool_prefix}ar"
887 break
888 fi
889 done
890 IFS="$ac_save_ifs"
891 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
892 fi
893 fi
894 AR="$ac_cv_prog_AR"
895 if test -n "$AR"; then
896 echo "$ac_t""$AR" 1>&6
897 else
898 echo "$ac_t""no" 1>&6
899 fi
900
901
902
903 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
904 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
905 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
906 echo "configure:907: checking for $ac_word" >&5
907 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
908 echo $ac_n "(cached) $ac_c" 1>&6
909 else
910 if test -n "$RANLIB"; then
911 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
912 else
913 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
914 for ac_dir in $PATH; do
915 test -z "$ac_dir" && ac_dir=.
916 if test -f $ac_dir/$ac_word; then
917 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
918 break
919 fi
920 done
921 IFS="$ac_save_ifs"
922 fi
923 fi
924 RANLIB="$ac_cv_prog_RANLIB"
925 if test -n "$RANLIB"; then
926 echo "$ac_t""$RANLIB" 1>&6
927 else
928 echo "$ac_t""no" 1>&6
929 fi
930
931
932 if test -z "$ac_cv_prog_RANLIB"; then
933 if test -n "$ac_tool_prefix"; then
934 # Extract the first word of "ranlib", so it can be a program name with args.
935 set dummy ranlib; ac_word=$2
936 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
937 echo "configure:938: checking for $ac_word" >&5
938 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
939 echo $ac_n "(cached) $ac_c" 1>&6
940 else
941 if test -n "$RANLIB"; then
942 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
943 else
944 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
945 for ac_dir in $PATH; do
946 test -z "$ac_dir" && ac_dir=.
947 if test -f $ac_dir/$ac_word; then
948 ac_cv_prog_RANLIB="ranlib"
949 break
950 fi
951 done
952 IFS="$ac_save_ifs"
953 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
954 fi
955 fi
956 RANLIB="$ac_cv_prog_RANLIB"
957 if test -n "$RANLIB"; then
958 echo "$ac_t""$RANLIB" 1>&6
959 else
960 echo "$ac_t""no" 1>&6
961 fi
962
963 else
964 RANLIB=":"
965 fi
966 fi
967
968
969 libtool_enable_shared=no
970
971 # Extract the first word of "ranlib", so it can be a program name with args.
972 set dummy ranlib; ac_word=$2
973 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
974 echo "configure:975: checking for $ac_word" >&5
975 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
976 echo $ac_n "(cached) $ac_c" 1>&6
977 else
978 if test -n "$RANLIB"; then
979 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
980 else
981 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
982 for ac_dir in $PATH; do
983 test -z "$ac_dir" && ac_dir=.
984 if test -f $ac_dir/$ac_word; then
985 ac_cv_prog_RANLIB="ranlib"
986 break
987 fi
988 done
989 IFS="$ac_save_ifs"
990 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
991 fi
992 fi
993 RANLIB="$ac_cv_prog_RANLIB"
994 if test -n "$RANLIB"; then
995 echo "$ac_t""$RANLIB" 1>&6
996 else
997 echo "$ac_t""no" 1>&6
998 fi
999
1000 # Extract the first word of "gcc", so it can be a program name with args.
1001 set dummy gcc; ac_word=$2
1002 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1003 echo "configure:1004: checking for $ac_word" >&5
1004 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1005 echo $ac_n "(cached) $ac_c" 1>&6
1006 else
1007 if test -n "$CC"; then
1008 ac_cv_prog_CC="$CC" # Let the user override the test.
1009 else
1010 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1011 for ac_dir in $PATH; do
1012 test -z "$ac_dir" && ac_dir=.
1013 if test -f $ac_dir/$ac_word; then
1014 ac_cv_prog_CC="gcc"
1015 break
1016 fi
1017 done
1018 IFS="$ac_save_ifs"
1019 fi
1020 fi
1021 CC="$ac_cv_prog_CC"
1022 if test -n "$CC"; then
1023 echo "$ac_t""$CC" 1>&6
1024 else
1025 echo "$ac_t""no" 1>&6
1026 fi
1027
1028 if test -z "$CC"; then
1029 # Extract the first word of "cc", so it can be a program name with args.
1030 set dummy cc; ac_word=$2
1031 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1032 echo "configure:1033: checking for $ac_word" >&5
1033 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1034 echo $ac_n "(cached) $ac_c" 1>&6
1035 else
1036 if test -n "$CC"; then
1037 ac_cv_prog_CC="$CC" # Let the user override the test.
1038 else
1039 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1040 ac_prog_rejected=no
1041 for ac_dir in $PATH; do
1042 test -z "$ac_dir" && ac_dir=.
1043 if test -f $ac_dir/$ac_word; then
1044 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1045 ac_prog_rejected=yes
1046 continue
1047 fi
1048 ac_cv_prog_CC="cc"
1049 break
1050 fi
1051 done
1052 IFS="$ac_save_ifs"
1053 if test $ac_prog_rejected = yes; then
1054 # We found a bogon in the path, so make sure we never use it.
1055 set dummy $ac_cv_prog_CC
1056 shift
1057 if test $# -gt 0; then
1058 # We chose a different compiler from the bogus one.
1059 # However, it has the same basename, so the bogon will be chosen
1060 # first if we set CC to just the basename; use the full file name.
1061 shift
1062 set dummy "$ac_dir/$ac_word" "$@"
1063 shift
1064 ac_cv_prog_CC="$@"
1065 fi
1066 fi
1067 fi
1068 fi
1069 CC="$ac_cv_prog_CC"
1070 if test -n "$CC"; then
1071 echo "$ac_t""$CC" 1>&6
1072 else
1073 echo "$ac_t""no" 1>&6
1074 fi
1075
1076 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1077 fi
1078
1079 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1080 echo "configure:1081: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1081
1082 ac_ext=c
1083 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1084 ac_cpp='$CPP $CPPFLAGS'
1085 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1086 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1087 cross_compiling=$ac_cv_prog_cc_cross
1088
1089 cat > conftest.$ac_ext <<EOF
1090 #line 1091 "configure"
1091 #include "confdefs.h"
1092 main(){return(0);}
1093 EOF
1094 if { (eval echo configure:1095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1095 ac_cv_prog_cc_works=yes
1096 # If we can't run a trivial program, we are probably using a cross compiler.
1097 if (./conftest; exit) 2>/dev/null; then
1098 ac_cv_prog_cc_cross=no
1099 else
1100 ac_cv_prog_cc_cross=yes
1101 fi
1102 else
1103 echo "configure: failed program was:" >&5
1104 cat conftest.$ac_ext >&5
1105 ac_cv_prog_cc_works=no
1106 fi
1107 rm -fr conftest*
1108
1109 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1110 if test $ac_cv_prog_cc_works = no; then
1111 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1112 fi
1113 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1114 echo "configure:1115: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1115 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1116 cross_compiling=$ac_cv_prog_cc_cross
1117
1118 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1119 echo "configure:1120: checking whether we are using GNU C" >&5
1120 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1121 echo $ac_n "(cached) $ac_c" 1>&6
1122 else
1123 cat > conftest.c <<EOF
1124 #ifdef __GNUC__
1125 yes;
1126 #endif
1127 EOF
1128 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1129: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1129 ac_cv_prog_gcc=yes
1130 else
1131 ac_cv_prog_gcc=no
1132 fi
1133 fi
1134
1135 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1136
1137 if test $ac_cv_prog_gcc = yes; then
1138 GCC=yes
1139 ac_test_CFLAGS="${CFLAGS+set}"
1140 ac_save_CFLAGS="$CFLAGS"
1141 CFLAGS=
1142 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1143 echo "configure:1144: checking whether ${CC-cc} accepts -g" >&5
1144 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1145 echo $ac_n "(cached) $ac_c" 1>&6
1146 else
1147 echo 'void f(){}' > conftest.c
1148 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1149 ac_cv_prog_cc_g=yes
1150 else
1151 ac_cv_prog_cc_g=no
1152 fi
1153 rm -f conftest*
1154
1155 fi
1156
1157 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1158 if test "$ac_test_CFLAGS" = set; then
1159 CFLAGS="$ac_save_CFLAGS"
1160 elif test $ac_cv_prog_cc_g = yes; then
1161 CFLAGS="-g -O2"
1162 else
1163 CFLAGS="-O2"
1164 fi
1165 else
1166 GCC=
1167 test "${CFLAGS+set}" = set || CFLAGS="-g"
1168 fi
1169
1170 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1171 if test "${with_gnu_ld+set}" = set; then
1172 withval="$with_gnu_ld"
1173 test "$withval" = no || with_gnu_ld=yes
1174 else
1175 with_gnu_ld=no
1176 fi
1177
1178
1179 ac_prog=ld
1180 if test "$ac_cv_prog_gcc" = yes; then
1181 # Check if gcc -print-prog-name=ld gives a path.
1182 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1183 echo "configure:1184: checking for ld used by GCC" >&5
1184 ac_prog=`($CC -print-prog-name=ld) 2>&5`
1185 case "$ac_prog" in
1186 # Accept absolute paths.
1187 /*)
1188 test -z "$LD" && LD="$ac_prog"
1189 ;;
1190 "")
1191 # If it fails, then pretend we aren't using GCC.
1192 ac_prog=ld
1193 ;;
1194 *)
1195 # If it is relative, then search for the first ld in PATH.
1196 with_gnu_ld=unknown
1197 ;;
1198 esac
1199 elif test "$with_gnu_ld" = yes; then
1200 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1201 echo "configure:1202: checking for GNU ld" >&5
1202 else
1203 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1204 echo "configure:1205: checking for non-GNU ld" >&5
1205 fi
1206 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1207 echo $ac_n "(cached) $ac_c" 1>&6
1208 else
1209 if test -z "$LD"; then
1210 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1211 for ac_dir in $PATH; do
1212 test -z "$ac_dir" && ac_dir=.
1213 if test -f "$ac_dir/$ac_prog"; then
1214 ac_cv_path_LD="$ac_dir/$ac_prog"
1215 # Check to see if the program is GNU ld. I'd rather use --version,
1216 # but apparently some GNU ld's only accept -v.
1217 # Break only if it was the GNU/non-GNU ld that we prefer.
1218 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1219 test "$with_gnu_ld" != no && break
1220 else
1221 test "$with_gnu_ld" != yes && break
1222 fi
1223 fi
1224 done
1225 IFS="$ac_save_ifs"
1226 else
1227 ac_cv_path_LD="$LD" # Let the user override the test with a path.
1228 fi
1229 fi
1230
1231 LD="$ac_cv_path_LD"
1232 if test -n "$LD"; then
1233 echo "$ac_t""$LD" 1>&6
1234 else
1235 echo "$ac_t""no" 1>&6
1236 fi
1237 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1238
1239 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1240 echo "configure:1241: checking if the linker ($LD) is GNU ld" >&5
1241 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1242 echo $ac_n "(cached) $ac_c" 1>&6
1243 else
1244 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1245 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1246 ac_cv_prog_gnu_ld=yes
1247 else
1248 ac_cv_prog_gnu_ld=no
1249 fi
1250 fi
1251
1252 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1253
1254
1255 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1256 echo "configure:1257: checking for BSD-compatible nm" >&5
1257 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1258 echo $ac_n "(cached) $ac_c" 1>&6
1259 else
1260 case "$NM" in
1261 /*)
1262 ac_cv_path_NM="$NM" # Let the user override the test with a path.
1263 ;;
1264 *)
1265 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1266 for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
1267 test -z "$ac_dir" && dir=.
1268 if test -f $ac_dir/nm; then
1269 # Check to see if the nm accepts a BSD-compat flag.
1270 # Adding the `sed 1!d' prevents false positives on HP-UX, which says:
1271 # nm: unknown option "B" ignored
1272 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1!d'; exit 0) | egrep /dev/null >/dev/null; then
1273 ac_cv_path_NM="$ac_dir/nm -B"
1274 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1!d'; exit 0) | egrep /dev/null >/dev/null; then
1275 ac_cv_path_NM="$ac_dir/nm -p"
1276 else
1277 ac_cv_path_NM="$ac_dir/nm"
1278 fi
1279 break
1280 fi
1281 done
1282 IFS="$ac_save_ifs"
1283 test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1284 ;;
1285 esac
1286 fi
1287
1288 NM="$ac_cv_path_NM"
1289 echo "$ac_t""$NM" 1>&6
1290
1291
1292 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1293 echo "configure:1294: checking whether ln -s works" >&5
1294 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1295 echo $ac_n "(cached) $ac_c" 1>&6
1296 else
1297 rm -f conftestdata
1298 if ln -s X conftestdata 2>/dev/null
1299 then
1300 rm -f conftestdata
1301 ac_cv_prog_LN_S="ln -s"
1302 else
1303 ac_cv_prog_LN_S=ln
1304 fi
1305 fi
1306 LN_S="$ac_cv_prog_LN_S"
1307 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1308 echo "$ac_t""yes" 1>&6
1309 else
1310 echo "$ac_t""no" 1>&6
1311 fi
1312
1313
1314
1315
1316
1317
1318
1319
1320 # Always use our own libtool.
1321 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1322
1323
1324 # Check whether --enable-shared or --disable-shared was given.
1325 if test "${enable_shared+set}" = set; then
1326 enableval="$enable_shared"
1327 p=${PACKAGE-bogus-package-name}
1328 case "$enableval" in
1329 yes) libtool_enable_shared=yes ;;
1330 no) libtool_enable_shared=no ;;
1331 # The value of $p (aka $PACKAGE) is assumed to come from AM_INIT_AUTOMAKE.
1332 # If it didn't, it'll be `bogus-package-name', thus making this condition
1333 # not be used.
1334 *$p*) libtool_enable_shared=yes ;;
1335 *) libtool_enable_shared=no ;;
1336 esac
1337 fi
1338
1339 test -n "$libtool_enable_shared" && enable_shared="$libtool_enable_shared"
1340 libtool_shared=
1341 test "$enable_shared" = no && libtool_shared=" --disable-shared"
1342
1343 # Check whether --enable-static or --disable-static was given.
1344 if test "${enable_static+set}" = set; then
1345 enableval="$enable_static"
1346 if test "$enableval" = no; then
1347 libtool_enable_static=no
1348 else
1349 libtool_enable_static=yes
1350 fi
1351 fi
1352
1353 test -n "$libtool_enable_static" && enable_static="$libtool_enable_static"
1354 libtool_static=
1355 test "$enable_static" = no && libtool_static=" --disable-static"
1356
1357 libtool_flags="$libtool_shared$libtool_static"
1358 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
1359 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1360 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1361
1362 # Some flags need to be propagated to the compiler or linker for good
1363 # libtool support.
1364 case "$host" in
1365 *-*-irix6*)
1366 ac_save_CFLAGS="$CFLAGS"
1367 flag_passed=no
1368 for f in -32 -64 -n32 ABI -cckr -mips1 -mips2 -mips3 -mips4; do
1369 case "$f" in
1370 ABI)
1371 test -n "$SGI_ABI" && flag_passed=yes
1372 if test "$flag_passed" = no && test "$ac_cv_prog_gcc" = yes; then
1373 # Choose the ABI flag according to GCC's specs.
1374 if $CC -dumpspecs 2>&1 | sed '/^\*link:$/,/^$/!d' | egrep -e '[ ]-32' >/dev/null; then
1375 LD="${LD-ld} -32"
1376 else
1377 LD="${LD-ld} -n32"
1378 fi
1379 fi
1380 ;;
1381
1382 *)
1383 if echo " $CC $CFLAGS " | egrep -e "[ ]$f[ ]" > /dev/null; then
1384 flag_passed=yes
1385 LD="${LD-ld} $f"
1386 fi
1387 ;;
1388 esac
1389 done
1390 CFLAGS="$ac_save_CFLAGS"
1391 ;;
1392
1393 *-*-sco3.2v5*)
1394 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1395 CFLAGS="$CFLAGS -belf"
1396 ;;
1397 esac
1398
1399 # Actually configure libtool. ac_aux_dir is where install-sh is found.
1400 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1401 LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
1402 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
1403 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
1404 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1405
1406
1407 # Check whether --enable-targets or --disable-targets was given.
1408 if test "${enable_targets+set}" = set; then
1409 enableval="$enable_targets"
1410 case "${enableval}" in
1411 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
1412 ;;
1413 no) enable_targets= ;;
1414 *) enable_targets=$enableval ;;
1415 esac
1416 fi
1417 # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
1418 if test "${enable_commonbfdlib+set}" = set; then
1419 enableval="$enable_commonbfdlib"
1420 case "${enableval}" in
1421 yes) commonbfdlib=true ;;
1422 no) commonbfdlib=false ;;
1423 *) { echo "configure: error: bad value ${enableval} for opcodes commonbfdlib option" 1>&2; exit 1; } ;;
1424 esac
1425 fi
1426
1427
1428
1429
1430
1431 if test -z "$target" ; then
1432 { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
1433 fi
1434 if test "$program_transform_name" = s,x,x,; then
1435 program_transform_name=
1436 else
1437 # Double any \ or $. echo might interpret backslashes.
1438 cat <<\EOF_SED > conftestsed
1439 s,\\,\\\\,g; s,\$,$$,g
1440 EOF_SED
1441 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
1442 rm -f conftestsed
1443 fi
1444 test "$program_prefix" != NONE &&
1445 program_transform_name="s,^,${program_prefix},; $program_transform_name"
1446 # Use a double $ so make ignores it.
1447 test "$program_suffix" != NONE &&
1448 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
1449
1450 # sed with no file args requires a program.
1451 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
1452
1453
1454 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1455 echo "configure:1456: checking whether to enable maintainer-specific portions of Makefiles" >&5
1456 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1457 if test "${enable_maintainer_mode+set}" = set; then
1458 enableval="$enable_maintainer_mode"
1459 USE_MAINTAINER_MODE=$enableval
1460 else
1461 USE_MAINTAINER_MODE=no
1462 fi
1463
1464 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1465 if test $USE_MAINTAINER_MODE = yes; then
1466 MAINT=
1467 else
1468 MAINT='#M#'
1469 fi
1470
1471
1472 echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
1473 echo "configure:1474: checking for Cygwin32 environment" >&5
1474 if eval "test \"`echo '$''{'am_cv_cygwin32'+set}'`\" = set"; then
1475 echo $ac_n "(cached) $ac_c" 1>&6
1476 else
1477 cat > conftest.$ac_ext <<EOF
1478 #line 1479 "configure"
1479 #include "confdefs.h"
1480
1481 int main() {
1482 return __CYGWIN32__;
1483 ; return 0; }
1484 EOF
1485 if { (eval echo configure:1486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1486 rm -rf conftest*
1487 am_cv_cygwin32=yes
1488 else
1489 echo "configure: failed program was:" >&5
1490 cat conftest.$ac_ext >&5
1491 rm -rf conftest*
1492 am_cv_cygwin32=no
1493 fi
1494 rm -f conftest*
1495 rm -f conftest*
1496 fi
1497
1498 echo "$ac_t""$am_cv_cygwin32" 1>&6
1499 CYGWIN32=
1500 test "$am_cv_cygwin32" = yes && CYGWIN32=yes
1501 echo $ac_n "checking for Mingw32 environment""... $ac_c" 1>&6
1502 echo "configure:1503: checking for Mingw32 environment" >&5
1503 if eval "test \"`echo '$''{'am_cv_mingw32'+set}'`\" = set"; then
1504 echo $ac_n "(cached) $ac_c" 1>&6
1505 else
1506 cat > conftest.$ac_ext <<EOF
1507 #line 1508 "configure"
1508 #include "confdefs.h"
1509
1510 int main() {
1511 return __MINGW32__;
1512 ; return 0; }
1513 EOF
1514 if { (eval echo configure:1515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1515 rm -rf conftest*
1516 am_cv_mingw32=yes
1517 else
1518 echo "configure: failed program was:" >&5
1519 cat conftest.$ac_ext >&5
1520 rm -rf conftest*
1521 am_cv_mingw32=no
1522 fi
1523 rm -f conftest*
1524 rm -f conftest*
1525 fi
1526
1527 echo "$ac_t""$am_cv_mingw32" 1>&6
1528 MINGW32=
1529 test "$am_cv_mingw32" = yes && MINGW32=yes
1530
1531
1532 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1533 echo "configure:1534: checking for executable suffix" >&5
1534 if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
1535 echo $ac_n "(cached) $ac_c" 1>&6
1536 else
1537
1538 if test "$CYGWIN32" = yes -o "$MINGW32" = yes; then
1539 am_cv_exeext=.exe
1540 else
1541 cat > am_c_test.c << 'EOF'
1542 int main() {
1543 /* Nothing needed here */
1544 }
1545 EOF
1546 ${CC-cc} -o am_c_test $CFLAGS $CPPFLAGS $LDFLAGS am_c_test.c $LIBS 1>&5
1547 am_cv_exeext=`echo am_c_test.* | grep -v am_c_test.c | sed -e s/am_c_test//`
1548 rm -f am_c_test*
1549 fi
1550
1551 test x"${am_cv_exeext}" = x && am_cv_exeext=no
1552 fi
1553 EXEEXT=""
1554 test x"${am_cv_exeext}" != xno && EXEEXT=${am_cv_exeext}
1555 echo "$ac_t""${am_cv_exeext}" 1>&6
1556
1557
1558 # host-specific stuff:
1559
1560 # Extract the first word of "gcc", so it can be a program name with args.
1561 set dummy gcc; ac_word=$2
1562 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1563 echo "configure:1564: checking for $ac_word" >&5
1564 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1565 echo $ac_n "(cached) $ac_c" 1>&6
1566 else
1567 if test -n "$CC"; then
1568 ac_cv_prog_CC="$CC" # Let the user override the test.
1569 else
1570 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1571 for ac_dir in $PATH; do
1572 test -z "$ac_dir" && ac_dir=.
1573 if test -f $ac_dir/$ac_word; then
1574 ac_cv_prog_CC="gcc"
1575 break
1576 fi
1577 done
1578 IFS="$ac_save_ifs"
1579 fi
1580 fi
1581 CC="$ac_cv_prog_CC"
1582 if test -n "$CC"; then
1583 echo "$ac_t""$CC" 1>&6
1584 else
1585 echo "$ac_t""no" 1>&6
1586 fi
1587
1588 if test -z "$CC"; then
1589 # Extract the first word of "cc", so it can be a program name with args.
1590 set dummy cc; ac_word=$2
1591 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1592 echo "configure:1593: checking for $ac_word" >&5
1593 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1594 echo $ac_n "(cached) $ac_c" 1>&6
1595 else
1596 if test -n "$CC"; then
1597 ac_cv_prog_CC="$CC" # Let the user override the test.
1598 else
1599 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1600 ac_prog_rejected=no
1601 for ac_dir in $PATH; do
1602 test -z "$ac_dir" && ac_dir=.
1603 if test -f $ac_dir/$ac_word; then
1604 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1605 ac_prog_rejected=yes
1606 continue
1607 fi
1608 ac_cv_prog_CC="cc"
1609 break
1610 fi
1611 done
1612 IFS="$ac_save_ifs"
1613 if test $ac_prog_rejected = yes; then
1614 # We found a bogon in the path, so make sure we never use it.
1615 set dummy $ac_cv_prog_CC
1616 shift
1617 if test $# -gt 0; then
1618 # We chose a different compiler from the bogus one.
1619 # However, it has the same basename, so the bogon will be chosen
1620 # first if we set CC to just the basename; use the full file name.
1621 shift
1622 set dummy "$ac_dir/$ac_word" "$@"
1623 shift
1624 ac_cv_prog_CC="$@"
1625 fi
1626 fi
1627 fi
1628 fi
1629 CC="$ac_cv_prog_CC"
1630 if test -n "$CC"; then
1631 echo "$ac_t""$CC" 1>&6
1632 else
1633 echo "$ac_t""no" 1>&6
1634 fi
1635
1636 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1637 fi
1638
1639 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1640 echo "configure:1641: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1641
1642 ac_ext=c
1643 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1644 ac_cpp='$CPP $CPPFLAGS'
1645 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1646 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1647 cross_compiling=$ac_cv_prog_cc_cross
1648
1649 cat > conftest.$ac_ext <<EOF
1650 #line 1651 "configure"
1651 #include "confdefs.h"
1652 main(){return(0);}
1653 EOF
1654 if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1655 ac_cv_prog_cc_works=yes
1656 # If we can't run a trivial program, we are probably using a cross compiler.
1657 if (./conftest; exit) 2>/dev/null; then
1658 ac_cv_prog_cc_cross=no
1659 else
1660 ac_cv_prog_cc_cross=yes
1661 fi
1662 else
1663 echo "configure: failed program was:" >&5
1664 cat conftest.$ac_ext >&5
1665 ac_cv_prog_cc_works=no
1666 fi
1667 rm -fr conftest*
1668
1669 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1670 if test $ac_cv_prog_cc_works = no; then
1671 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1672 fi
1673 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1674 echo "configure:1675: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1675 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1676 cross_compiling=$ac_cv_prog_cc_cross
1677
1678 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1679 echo "configure:1680: checking whether we are using GNU C" >&5
1680 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1681 echo $ac_n "(cached) $ac_c" 1>&6
1682 else
1683 cat > conftest.c <<EOF
1684 #ifdef __GNUC__
1685 yes;
1686 #endif
1687 EOF
1688 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1689 ac_cv_prog_gcc=yes
1690 else
1691 ac_cv_prog_gcc=no
1692 fi
1693 fi
1694
1695 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1696
1697 if test $ac_cv_prog_gcc = yes; then
1698 GCC=yes
1699 ac_test_CFLAGS="${CFLAGS+set}"
1700 ac_save_CFLAGS="$CFLAGS"
1701 CFLAGS=
1702 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1703 echo "configure:1704: checking whether ${CC-cc} accepts -g" >&5
1704 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1705 echo $ac_n "(cached) $ac_c" 1>&6
1706 else
1707 echo 'void f(){}' > conftest.c
1708 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1709 ac_cv_prog_cc_g=yes
1710 else
1711 ac_cv_prog_cc_g=no
1712 fi
1713 rm -f conftest*
1714
1715 fi
1716
1717 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1718 if test "$ac_test_CFLAGS" = set; then
1719 CFLAGS="$ac_save_CFLAGS"
1720 elif test $ac_cv_prog_cc_g = yes; then
1721 CFLAGS="-g -O2"
1722 else
1723 CFLAGS="-O2"
1724 fi
1725 else
1726 GCC=
1727 test "${CFLAGS+set}" = set || CFLAGS="-g"
1728 fi
1729
1730
1731 . ${srcdir}/../bfd/configure.host
1732
1733
1734
1735 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1736
1737
1738 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1739 echo "configure:1740: checking how to run the C preprocessor" >&5
1740 # On Suns, sometimes $CPP names a directory.
1741 if test -n "$CPP" && test -d "$CPP"; then
1742 CPP=
1743 fi
1744 if test -z "$CPP"; then
1745 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1746 echo $ac_n "(cached) $ac_c" 1>&6
1747 else
1748 # This must be in double quotes, not single quotes, because CPP may get
1749 # substituted into the Makefile and "${CC-cc}" will confuse make.
1750 CPP="${CC-cc} -E"
1751 # On the NeXT, cc -E runs the code through the compiler's parser,
1752 # not just through cpp.
1753 cat > conftest.$ac_ext <<EOF
1754 #line 1755 "configure"
1755 #include "confdefs.h"
1756 #include <assert.h>
1757 Syntax Error
1758 EOF
1759 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1760 { (eval echo configure:1761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1761 ac_err=`grep -v '^ *+' conftest.out`
1762 if test -z "$ac_err"; then
1763 :
1764 else
1765 echo "$ac_err" >&5
1766 echo "configure: failed program was:" >&5
1767 cat conftest.$ac_ext >&5
1768 rm -rf conftest*
1769 CPP="${CC-cc} -E -traditional-cpp"
1770 cat > conftest.$ac_ext <<EOF
1771 #line 1772 "configure"
1772 #include "confdefs.h"
1773 #include <assert.h>
1774 Syntax Error
1775 EOF
1776 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1777 { (eval echo configure:1778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1778 ac_err=`grep -v '^ *+' conftest.out`
1779 if test -z "$ac_err"; then
1780 :
1781 else
1782 echo "$ac_err" >&5
1783 echo "configure: failed program was:" >&5
1784 cat conftest.$ac_ext >&5
1785 rm -rf conftest*
1786 CPP=/lib/cpp
1787 fi
1788 rm -f conftest*
1789 fi
1790 rm -f conftest*
1791 ac_cv_prog_CPP="$CPP"
1792 fi
1793 CPP="$ac_cv_prog_CPP"
1794 else
1795 ac_cv_prog_CPP="$CPP"
1796 fi
1797 echo "$ac_t""$CPP" 1>&6
1798
1799 for ac_hdr in string.h strings.h stdlib.h
1800 do
1801 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1802 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1803 echo "configure:1804: checking for $ac_hdr" >&5
1804 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1805 echo $ac_n "(cached) $ac_c" 1>&6
1806 else
1807 cat > conftest.$ac_ext <<EOF
1808 #line 1809 "configure"
1809 #include "confdefs.h"
1810 #include <$ac_hdr>
1811 EOF
1812 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1813 { (eval echo configure:1814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1814 ac_err=`grep -v '^ *+' conftest.out`
1815 if test -z "$ac_err"; then
1816 rm -rf conftest*
1817 eval "ac_cv_header_$ac_safe=yes"
1818 else
1819 echo "$ac_err" >&5
1820 echo "configure: failed program was:" >&5
1821 cat conftest.$ac_ext >&5
1822 rm -rf conftest*
1823 eval "ac_cv_header_$ac_safe=no"
1824 fi
1825 rm -f conftest*
1826 fi
1827 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1828 echo "$ac_t""yes" 1>&6
1829 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1830 cat >> confdefs.h <<EOF
1831 #define $ac_tr_hdr 1
1832 EOF
1833
1834 else
1835 echo "$ac_t""no" 1>&6
1836 fi
1837 done
1838
1839
1840 # start-sanitize-cygnus
1841 use_cgen=no
1842 if test ${USE_MAINTAINER_MODE} = yes ; then
1843 for targ in $target $canon_targets
1844 do
1845 case $targ in
1846 all) use_cgen=yes ;;
1847 m32r-*-*) use_cgen=yes ;;
1848 esac
1849 done
1850 fi
1851 if test $use_cgen = yes ; then
1852 # Extract the first word of "guile", so it can be a program name with args.
1853 set dummy guile; ac_word=$2
1854 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1855 echo "configure:1856: checking for $ac_word" >&5
1856 if eval "test \"`echo '$''{'ac_cv_prog_SCHEME'+set}'`\" = set"; then
1857 echo $ac_n "(cached) $ac_c" 1>&6
1858 else
1859 if test -n "$SCHEME"; then
1860 ac_cv_prog_SCHEME="$SCHEME" # Let the user override the test.
1861 else
1862 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1863 for ac_dir in $PATH; do
1864 test -z "$ac_dir" && ac_dir=.
1865 if test -f $ac_dir/$ac_word; then
1866 ac_cv_prog_SCHEME="guile"
1867 break
1868 fi
1869 done
1870 IFS="$ac_save_ifs"
1871 test -z "$ac_cv_prog_SCHEME" && ac_cv_prog_SCHEME="guile"
1872 fi
1873 fi
1874 SCHEME="$ac_cv_prog_SCHEME"
1875 if test -n "$SCHEME"; then
1876 echo "$ac_t""$SCHEME" 1>&6
1877 else
1878 echo "$ac_t""no" 1>&6
1879 fi
1880
1881 fi
1882 # end-sanitize-cygnus
1883
1884 # target-specific stuff:
1885
1886 # Canonicalize the secondary target names.
1887 if test -n "$enable_targets" ; then
1888 for targ in `echo $enable_targets | sed 's/,/ /g'`
1889 do
1890 result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ 2>/dev/null`
1891 if test -n "$result" ; then
1892 canon_targets="$canon_targets $result"
1893 else
1894 # Allow targets that config.sub doesn't recognize, like "all".
1895 canon_targets="$canon_targets $targ"
1896 fi
1897 done
1898 fi
1899
1900 all_targets=false
1901 selarchs=
1902 for targ in $target $canon_targets
1903 do
1904 if test "x$targ" = "xall" ; then
1905 all_targets=true
1906 else
1907 . $srcdir/../bfd/config.bfd
1908 selarchs="$selarchs $targ_archs"
1909 fi
1910 done
1911
1912 # Utility var, documents generic cgen support files.
1913
1914 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo"
1915
1916 # We don't do any links based on the target system, just makefile config.
1917
1918 if test x${all_targets} = xfalse ; then
1919
1920 # Target architecture .o files.
1921 ta=
1922
1923 for arch in $selarchs
1924 do
1925 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
1926 archdefs="$archdefs -DARCH_$ad"
1927 case "$arch" in
1928 bfd_a29k_arch) ta="$ta a29k-dis.lo" ;;
1929 bfd_alliant_arch) ;;
1930 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
1931 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo" ;;
1932 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
1933 bfd_convex_arch) ;;
1934 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
1935 # start-sanitize-d30v
1936 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
1937 # end-sanitize-d30v
1938 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
1939 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
1940 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
1941 bfd_i386_arch) ta="$ta i386-dis.lo" ;;
1942 bfd_i860_arch) ;;
1943 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
1944 bfd_m32r_arch) ta="$ta $cgen_files m32r-opc.lo m32r-asm.lo m32r-dis.lo" ;;
1945 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
1946 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
1947 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;;
1948 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
1949 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
1950 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
1951 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
1952 bfd_pyramid_arch) ;;
1953 bfd_romp_arch) ;;
1954 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
1955 bfd_sh_arch) ta="$ta sh-dis.lo" ;;
1956 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
1957 bfd_tahoe_arch) ;;
1958 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
1959 # start-sanitize-tic80
1960 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
1961 # end-sanitize-tic80
1962 # start-sanitize-sky
1963 bfd_dvp_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo dvp-dis.lo dvp-opc.lo" ;;
1964 # end-sanitize-sky
1965 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
1966 # start-sanitize-v850e
1967 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
1968 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
1969 # end-sanitize-v850e
1970 bfd_vax_arch) ;;
1971 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
1972 bfd_we32k_arch) ;;
1973 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
1974
1975 "") ;;
1976 *) { echo "configure: error: *** unknown target architecture $arch" 1>&2; exit 1; } ;;
1977 esac
1978 done
1979
1980 # Weed out duplicate .o files.
1981 f=""
1982 for i in $ta ; do
1983 case " $f " in
1984 *" $i "*) ;;
1985 *) f="$f $i" ;;
1986 esac
1987 done
1988 ta="$f"
1989
1990 # And duplicate -D flags.
1991 f=""
1992 for i in $archdefs ; do
1993 case " $f " in
1994 *" $i "*) ;;
1995 *) f="$f $i" ;;
1996 esac
1997 done
1998 archdefs="$f"
1999
2000 BFD_MACHINES="$ta"
2001
2002 else # all_targets is true
2003 archdefs=-DARCH_all
2004 BFD_MACHINES='$(ALL_MACHINES)'
2005 fi
2006
2007
2008
2009
2010 trap '' 1 2 15
2011 cat > confcache <<\EOF
2012 # This file is a shell script that caches the results of configure
2013 # tests run on this system so they can be shared between configure
2014 # scripts and configure runs. It is not useful on other systems.
2015 # If it contains results you don't want to keep, you may remove or edit it.
2016 #
2017 # By default, configure uses ./config.cache as the cache file,
2018 # creating it if it does not exist already. You can give configure
2019 # the --cache-file=FILE option to use a different cache file; that is
2020 # what configure does when it calls configure scripts in
2021 # subdirectories, so they share the cache.
2022 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2023 # config.status only pays attention to the cache file if you give it the
2024 # --recheck option to rerun configure.
2025 #
2026 EOF
2027 # The following way of writing the cache mishandles newlines in values,
2028 # but we know of no workaround that is simple, portable, and efficient.
2029 # So, don't put newlines in cache variables' values.
2030 # Ultrix sh set writes to stderr and can't be redirected directly,
2031 # and sets the high bit in the cache file unless we assign to the vars.
2032 (set) 2>&1 |
2033 case `(ac_space=' '; set) 2>&1 | grep ac_space` in
2034 *ac_space=\ *)
2035 # `set' does not quote correctly, so add quotes (double-quote substitution
2036 # turns \\\\ into \\, and sed turns \\ into \).
2037 sed -n \
2038 -e "s/'/'\\\\''/g" \
2039 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2040 ;;
2041 *)
2042 # `set' quotes correctly as required by POSIX, so do not add quotes.
2043 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2044 ;;
2045 esac >> confcache
2046 if cmp -s $cache_file confcache; then
2047 :
2048 else
2049 if test -w $cache_file; then
2050 echo "updating cache $cache_file"
2051 cat confcache > $cache_file
2052 else
2053 echo "not updating unwritable cache $cache_file"
2054 fi
2055 fi
2056 rm -f confcache
2057
2058 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2059
2060 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2061 # Let make expand exec_prefix.
2062 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2063
2064 # Any assignment to VPATH causes Sun make to only execute
2065 # the first set of double-colon rules, so remove it if not needed.
2066 # If there is a colon in the path, we need to keep it.
2067 if test "x$srcdir" = x.; then
2068 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2069 fi
2070
2071 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2072
2073 DEFS=-DHAVE_CONFIG_H
2074
2075 # Without the "./", some shells look in PATH for config.status.
2076 : ${CONFIG_STATUS=./config.status}
2077
2078 echo creating $CONFIG_STATUS
2079 rm -f $CONFIG_STATUS
2080 cat > $CONFIG_STATUS <<EOF
2081 #! /bin/sh
2082 # Generated automatically by configure.
2083 # Run this file to recreate the current configuration.
2084 # This directory was configured as follows,
2085 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2086 #
2087 # $0 $ac_configure_args
2088 #
2089 # Compiler output produced by configure, useful for debugging
2090 # configure, is in ./config.log if it exists.
2091
2092 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2093 for ac_option
2094 do
2095 case "\$ac_option" in
2096 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2097 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2098 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2099 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2100 echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
2101 exit 0 ;;
2102 -help | --help | --hel | --he | --h)
2103 echo "\$ac_cs_usage"; exit 0 ;;
2104 *) echo "\$ac_cs_usage"; exit 1 ;;
2105 esac
2106 done
2107
2108 ac_given_srcdir=$srcdir
2109 ac_given_INSTALL="$INSTALL"
2110
2111 trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2112 EOF
2113 cat >> $CONFIG_STATUS <<EOF
2114
2115 # Protect against being on the right side of a sed subst in config.status.
2116 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2117 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2118 $ac_vpsub
2119 $extrasub
2120 s%@SHELL@%$SHELL%g
2121 s%@CFLAGS@%$CFLAGS%g
2122 s%@CPPFLAGS@%$CPPFLAGS%g
2123 s%@CXXFLAGS@%$CXXFLAGS%g
2124 s%@DEFS@%$DEFS%g
2125 s%@LDFLAGS@%$LDFLAGS%g
2126 s%@LIBS@%$LIBS%g
2127 s%@exec_prefix@%$exec_prefix%g
2128 s%@prefix@%$prefix%g
2129 s%@program_transform_name@%$program_transform_name%g
2130 s%@bindir@%$bindir%g
2131 s%@sbindir@%$sbindir%g
2132 s%@libexecdir@%$libexecdir%g
2133 s%@datadir@%$datadir%g
2134 s%@sysconfdir@%$sysconfdir%g
2135 s%@sharedstatedir@%$sharedstatedir%g
2136 s%@localstatedir@%$localstatedir%g
2137 s%@libdir@%$libdir%g
2138 s%@includedir@%$includedir%g
2139 s%@oldincludedir@%$oldincludedir%g
2140 s%@infodir@%$infodir%g
2141 s%@mandir@%$mandir%g
2142 s%@host@%$host%g
2143 s%@host_alias@%$host_alias%g
2144 s%@host_cpu@%$host_cpu%g
2145 s%@host_vendor@%$host_vendor%g
2146 s%@host_os@%$host_os%g
2147 s%@target@%$target%g
2148 s%@target_alias@%$target_alias%g
2149 s%@target_cpu@%$target_cpu%g
2150 s%@target_vendor@%$target_vendor%g
2151 s%@target_os@%$target_os%g
2152 s%@build@%$build%g
2153 s%@build_alias@%$build_alias%g
2154 s%@build_cpu@%$build_cpu%g
2155 s%@build_vendor@%$build_vendor%g
2156 s%@build_os@%$build_os%g
2157 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2158 s%@INSTALL_DATA@%$INSTALL_DATA%g
2159 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2160 s%@PACKAGE@%$PACKAGE%g
2161 s%@VERSION@%$VERSION%g
2162 s%@ACLOCAL@%$ACLOCAL%g
2163 s%@AUTOCONF@%$AUTOCONF%g
2164 s%@AUTOMAKE@%$AUTOMAKE%g
2165 s%@AUTOHEADER@%$AUTOHEADER%g
2166 s%@MAKEINFO@%$MAKEINFO%g
2167 s%@SET_MAKE@%$SET_MAKE%g
2168 s%@AR@%$AR%g
2169 s%@RANLIB@%$RANLIB%g
2170 s%@CC@%$CC%g
2171 s%@LD@%$LD%g
2172 s%@NM@%$NM%g
2173 s%@LN_S@%$LN_S%g
2174 s%@LIBTOOL@%$LIBTOOL%g
2175 s%@MAINT@%$MAINT%g
2176 s%@EXEEXT@%$EXEEXT%g
2177 s%@HDEFINES@%$HDEFINES%g
2178 s%@CPP@%$CPP%g
2179 s%@SCHEME@%$SCHEME%g
2180 s%@archdefs@%$archdefs%g
2181 s%@BFD_MACHINES@%$BFD_MACHINES%g
2182
2183 CEOF
2184 EOF
2185
2186 cat >> $CONFIG_STATUS <<\EOF
2187
2188 # Split the substitutions into bite-sized pieces for seds with
2189 # small command number limits, like on Digital OSF/1 and HP-UX.
2190 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2191 ac_file=1 # Number of current file.
2192 ac_beg=1 # First line for current file.
2193 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2194 ac_more_lines=:
2195 ac_sed_cmds=""
2196 while $ac_more_lines; do
2197 if test $ac_beg -gt 1; then
2198 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2199 else
2200 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2201 fi
2202 if test ! -s conftest.s$ac_file; then
2203 ac_more_lines=false
2204 rm -f conftest.s$ac_file
2205 else
2206 if test -z "$ac_sed_cmds"; then
2207 ac_sed_cmds="sed -f conftest.s$ac_file"
2208 else
2209 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2210 fi
2211 ac_file=`expr $ac_file + 1`
2212 ac_beg=$ac_end
2213 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2214 fi
2215 done
2216 if test -z "$ac_sed_cmds"; then
2217 ac_sed_cmds=cat
2218 fi
2219 EOF
2220
2221 cat >> $CONFIG_STATUS <<EOF
2222
2223 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
2224 EOF
2225 cat >> $CONFIG_STATUS <<\EOF
2226 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2227 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2228 case "$ac_file" in
2229 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2230 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2231 *) ac_file_in="${ac_file}.in" ;;
2232 esac
2233
2234 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2235
2236 # Remove last slash and all that follows it. Not all systems have dirname.
2237 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2238 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2239 # The file is in a subdirectory.
2240 test ! -d "$ac_dir" && mkdir "$ac_dir"
2241 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2242 # A "../" for each directory in $ac_dir_suffix.
2243 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2244 else
2245 ac_dir_suffix= ac_dots=
2246 fi
2247
2248 case "$ac_given_srcdir" in
2249 .) srcdir=.
2250 if test -z "$ac_dots"; then top_srcdir=.
2251 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2252 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2253 *) # Relative path.
2254 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2255 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2256 esac
2257
2258 case "$ac_given_INSTALL" in
2259 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2260 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2261 esac
2262
2263 echo creating "$ac_file"
2264 rm -f "$ac_file"
2265 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2266 case "$ac_file" in
2267 *Makefile*) ac_comsub="1i\\
2268 # $configure_input" ;;
2269 *) ac_comsub= ;;
2270 esac
2271
2272 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2273 sed -e "$ac_comsub
2274 s%@configure_input@%$configure_input%g
2275 s%@srcdir@%$srcdir%g
2276 s%@top_srcdir@%$top_srcdir%g
2277 s%@INSTALL@%$INSTALL%g
2278 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2279 fi; done
2280 rm -f conftest.s*
2281
2282 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2283 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2284 #
2285 # ac_d sets the value in "#define NAME VALUE" lines.
2286 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2287 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2288 ac_dC='\3'
2289 ac_dD='%g'
2290 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2291 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2292 ac_uB='\([ ]\)%\1#\2define\3'
2293 ac_uC=' '
2294 ac_uD='\4%g'
2295 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2296 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2297 ac_eB='$%\1#\2define\3'
2298 ac_eC=' '
2299 ac_eD='%g'
2300
2301 if test "${CONFIG_HEADERS+set}" != set; then
2302 EOF
2303 cat >> $CONFIG_STATUS <<EOF
2304 CONFIG_HEADERS="config.h:config.in"
2305 EOF
2306 cat >> $CONFIG_STATUS <<\EOF
2307 fi
2308 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2309 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2310 case "$ac_file" in
2311 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2312 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2313 *) ac_file_in="${ac_file}.in" ;;
2314 esac
2315
2316 echo creating $ac_file
2317
2318 rm -f conftest.frag conftest.in conftest.out
2319 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2320 cat $ac_file_inputs > conftest.in
2321
2322 EOF
2323
2324 # Transform confdefs.h into a sed script conftest.vals that substitutes
2325 # the proper values into config.h.in to produce config.h. And first:
2326 # Protect against being on the right side of a sed subst in config.status.
2327 # Protect against being in an unquoted here document in config.status.
2328 rm -f conftest.vals
2329 cat > conftest.hdr <<\EOF
2330 s/[\\&%]/\\&/g
2331 s%[\\$`]%\\&%g
2332 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2333 s%ac_d%ac_u%gp
2334 s%ac_u%ac_e%gp
2335 EOF
2336 sed -n -f conftest.hdr confdefs.h > conftest.vals
2337 rm -f conftest.hdr
2338
2339 # This sed command replaces #undef with comments. This is necessary, for
2340 # example, in the case of _POSIX_SOURCE, which is predefined and required
2341 # on some systems where configure will not decide to define it.
2342 cat >> conftest.vals <<\EOF
2343 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2344 EOF
2345
2346 # Break up conftest.vals because some shells have a limit on
2347 # the size of here documents, and old seds have small limits too.
2348
2349 rm -f conftest.tail
2350 while :
2351 do
2352 ac_lines=`grep -c . conftest.vals`
2353 # grep -c gives empty output for an empty file on some AIX systems.
2354 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2355 # Write a limited-size here document to conftest.frag.
2356 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2357 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2358 echo 'CEOF
2359 sed -f conftest.frag conftest.in > conftest.out
2360 rm -f conftest.in
2361 mv conftest.out conftest.in
2362 ' >> $CONFIG_STATUS
2363 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2364 rm -f conftest.vals
2365 mv conftest.tail conftest.vals
2366 done
2367 rm -f conftest.vals
2368
2369 cat >> $CONFIG_STATUS <<\EOF
2370 rm -f conftest.frag conftest.h
2371 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2372 cat conftest.in >> conftest.h
2373 rm -f conftest.in
2374 if cmp -s $ac_file conftest.h 2>/dev/null; then
2375 echo "$ac_file is unchanged"
2376 rm -f conftest.h
2377 else
2378 # Remove last slash and all that follows it. Not all systems have dirname.
2379 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2380 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2381 # The file is in a subdirectory.
2382 test ! -d "$ac_dir" && mkdir "$ac_dir"
2383 fi
2384 rm -f $ac_file
2385 mv conftest.h $ac_file
2386 fi
2387 fi; done
2388
2389 EOF
2390 cat >> $CONFIG_STATUS <<EOF
2391
2392
2393 EOF
2394 cat >> $CONFIG_STATUS <<\EOF
2395 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
2396
2397 exit 0
2398 EOF
2399 chmod +x $CONFIG_STATUS
2400 rm -fr confdefs* $ac_clean_files
2401 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2402