From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
[deliverable/binutils-gdb.git] / gprof / configure
CommitLineData
7858d8dc
C
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4947b15f 4# Generated automatically using autoconf version 2.12
8530ae8e 5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7858d8dc
C
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:
ba8e3a2e
ILT
14ac_help="$ac_help
15 --enable-shared build shared BFD library"
7858d8dc
C
16
17# Initialize some variables set by options.
18# The variables have the same names as the options, with
19# dashes changed to underlines.
20build=NONE
21cache_file=./config.cache
22exec_prefix=NONE
23host=NONE
24no_create=
25nonopt=NONE
26no_recursion=
27prefix=NONE
28program_prefix=NONE
29program_suffix=NONE
30program_transform_name=s,x,x,
31silent=
32site=
33srcdir=
34target=NONE
35verbose=
36x_includes=NONE
37x_libraries=NONE
ba8e3a2e
ILT
38bindir='${exec_prefix}/bin'
39sbindir='${exec_prefix}/sbin'
40libexecdir='${exec_prefix}/libexec'
41datadir='${prefix}/share'
42sysconfdir='${prefix}/etc'
43sharedstatedir='${prefix}/com'
44localstatedir='${prefix}/var'
45libdir='${exec_prefix}/lib'
46includedir='${prefix}/include'
47oldincludedir='/usr/include'
48infodir='${prefix}/info'
49mandir='${prefix}/man'
7858d8dc
C
50
51# Initialize some other variables.
52subdirs=
ba8e3a2e 53MFLAGS= MAKEFLAGS=
4947b15f
ILT
54# Maximum number of lines to put in a shell here document.
55ac_max_here_lines=12
7858d8dc
C
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
ba8e3a2e
ILT
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)
7858d8dc 83 ac_prev=build ;;
ba8e3a2e 84 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
7858d8dc
C
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
ba8e3a2e
ILT
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
7858d8dc
C
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 --version print the version of autoconf that created configure
147Directory and file names:
148 --prefix=PREFIX install architecture-independent files in PREFIX
149 [$ac_default_prefix]
ba8e3a2e 150 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
7858d8dc 151 [same as prefix]
ba8e3a2e
ILT
152 --bindir=DIR user executables in DIR [EPREFIX/bin]
153 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
154 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
155 --datadir=DIR read-only architecture-independent data in DIR
156 [PREFIX/share]
157 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
158 --sharedstatedir=DIR modifiable architecture-independent data in DIR
159 [PREFIX/com]
160 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
161 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
162 --includedir=DIR C header files in DIR [PREFIX/include]
163 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
164 --infodir=DIR info documentation in DIR [PREFIX/info]
165 --mandir=DIR man documentation in DIR [PREFIX/man]
7858d8dc
C
166 --srcdir=DIR find the sources in DIR [configure dir or ..]
167 --program-prefix=PREFIX prepend PREFIX to installed program names
168 --program-suffix=SUFFIX append SUFFIX to installed program names
ba8e3a2e
ILT
169 --program-transform-name=PROGRAM
170 run sed PROGRAM on installed program names
171EOF
172 cat << EOF
7858d8dc
C
173Host type:
174 --build=BUILD configure for building on BUILD [BUILD=HOST]
175 --host=HOST configure for HOST [guessed]
176 --target=TARGET configure for TARGET [TARGET=HOST]
177Features and packages:
178 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
179 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
180 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
181 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
182 --x-includes=DIR X include files are in DIR
183 --x-libraries=DIR X library files are in DIR
7858d8dc 184EOF
ba8e3a2e
ILT
185 if test -n "$ac_help"; then
186 echo "--enable and --with options recognized:$ac_help"
187 fi
7858d8dc
C
188 exit 0 ;;
189
190 -host | --host | --hos | --ho)
191 ac_prev=host ;;
192 -host=* | --host=* | --hos=* | --ho=*)
193 host="$ac_optarg" ;;
194
ba8e3a2e
ILT
195 -includedir | --includedir | --includedi | --included | --include \
196 | --includ | --inclu | --incl | --inc)
197 ac_prev=includedir ;;
198 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
199 | --includ=* | --inclu=* | --incl=* | --inc=*)
200 includedir="$ac_optarg" ;;
201
202 -infodir | --infodir | --infodi | --infod | --info | --inf)
203 ac_prev=infodir ;;
204 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
205 infodir="$ac_optarg" ;;
206
207 -libdir | --libdir | --libdi | --libd)
208 ac_prev=libdir ;;
209 -libdir=* | --libdir=* | --libdi=* | --libd=*)
210 libdir="$ac_optarg" ;;
211
212 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
213 | --libexe | --libex | --libe)
214 ac_prev=libexecdir ;;
215 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
216 | --libexe=* | --libex=* | --libe=*)
217 libexecdir="$ac_optarg" ;;
218
219 -localstatedir | --localstatedir | --localstatedi | --localstated \
220 | --localstate | --localstat | --localsta | --localst \
221 | --locals | --local | --loca | --loc | --lo)
222 ac_prev=localstatedir ;;
223 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
224 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
225 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
226 localstatedir="$ac_optarg" ;;
227
228 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
229 ac_prev=mandir ;;
230 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
231 mandir="$ac_optarg" ;;
232
7858d8dc
C
233 -nfp | --nfp | --nf)
234 # Obsolete; use --without-fp.
235 with_fp=no ;;
236
237 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
238 | --no-cr | --no-c)
239 no_create=yes ;;
240
241 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
242 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
243 no_recursion=yes ;;
244
ba8e3a2e
ILT
245 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
246 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
247 | --oldin | --oldi | --old | --ol | --o)
248 ac_prev=oldincludedir ;;
249 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
250 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
251 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
252 oldincludedir="$ac_optarg" ;;
253
7858d8dc
C
254 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
255 ac_prev=prefix ;;
256 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
257 prefix="$ac_optarg" ;;
258
259 -program-prefix | --program-prefix | --program-prefi | --program-pref \
260 | --program-pre | --program-pr | --program-p)
261 ac_prev=program_prefix ;;
262 -program-prefix=* | --program-prefix=* | --program-prefi=* \
263 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
264 program_prefix="$ac_optarg" ;;
265
266 -program-suffix | --program-suffix | --program-suffi | --program-suff \
267 | --program-suf | --program-su | --program-s)
268 ac_prev=program_suffix ;;
269 -program-suffix=* | --program-suffix=* | --program-suffi=* \
270 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
271 program_suffix="$ac_optarg" ;;
272
273 -program-transform-name | --program-transform-name \
274 | --program-transform-nam | --program-transform-na \
275 | --program-transform-n | --program-transform- \
276 | --program-transform | --program-transfor \
277 | --program-transfo | --program-transf \
278 | --program-trans | --program-tran \
279 | --progr-tra | --program-tr | --program-t)
280 ac_prev=program_transform_name ;;
281 -program-transform-name=* | --program-transform-name=* \
282 | --program-transform-nam=* | --program-transform-na=* \
283 | --program-transform-n=* | --program-transform-=* \
284 | --program-transform=* | --program-transfor=* \
285 | --program-transfo=* | --program-transf=* \
286 | --program-trans=* | --program-tran=* \
287 | --progr-tra=* | --program-tr=* | --program-t=*)
288 program_transform_name="$ac_optarg" ;;
289
290 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
291 | -silent | --silent | --silen | --sile | --sil)
292 silent=yes ;;
293
ba8e3a2e
ILT
294 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
295 ac_prev=sbindir ;;
296 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
297 | --sbi=* | --sb=*)
298 sbindir="$ac_optarg" ;;
299
300 -sharedstatedir | --sharedstatedir | --sharedstatedi \
301 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
302 | --sharedst | --shareds | --shared | --share | --shar \
303 | --sha | --sh)
304 ac_prev=sharedstatedir ;;
305 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
306 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
307 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
308 | --sha=* | --sh=*)
309 sharedstatedir="$ac_optarg" ;;
310
7858d8dc
C
311 -site | --site | --sit)
312 ac_prev=site ;;
313 -site=* | --site=* | --sit=*)
314 site="$ac_optarg" ;;
315
316 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
317 ac_prev=srcdir ;;
318 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
319 srcdir="$ac_optarg" ;;
320
ba8e3a2e
ILT
321 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
322 | --syscon | --sysco | --sysc | --sys | --sy)
323 ac_prev=sysconfdir ;;
324 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
325 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
326 sysconfdir="$ac_optarg" ;;
327
7858d8dc
C
328 -target | --target | --targe | --targ | --tar | --ta | --t)
329 ac_prev=target ;;
330 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
331 target="$ac_optarg" ;;
332
333 -v | -verbose | --verbose | --verbos | --verbo | --verb)
334 verbose=yes ;;
335
336 -version | --version | --versio | --versi | --vers)
4947b15f 337 echo "configure generated by autoconf version 2.12"
7858d8dc
C
338 exit 0 ;;
339
340 -with-* | --with-*)
341 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
342 # Reject names that are not valid shell variable names.
343 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
344 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
345 fi
346 ac_package=`echo $ac_package| sed 's/-/_/g'`
347 case "$ac_option" in
348 *=*) ;;
349 *) ac_optarg=yes ;;
350 esac
351 eval "with_${ac_package}='$ac_optarg'" ;;
352
353 -without-* | --without-*)
354 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
355 # Reject names that are not valid shell variable names.
356 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
357 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358 fi
359 ac_package=`echo $ac_package| sed 's/-/_/g'`
360 eval "with_${ac_package}=no" ;;
361
362 --x)
363 # Obsolete; use --with-x.
364 with_x=yes ;;
365
366 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
367 | --x-incl | --x-inc | --x-in | --x-i)
368 ac_prev=x_includes ;;
369 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
370 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
371 x_includes="$ac_optarg" ;;
372
373 -x-libraries | --x-libraries | --x-librarie | --x-librari \
374 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
375 ac_prev=x_libraries ;;
376 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
377 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
378 x_libraries="$ac_optarg" ;;
379
380 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
381 ;;
382
ba8e3a2e 383 *)
7858d8dc
C
384 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
385 echo "configure: warning: $ac_option: invalid host type" 1>&2
386 fi
387 if test "x$nonopt" != xNONE; then
388 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
389 fi
390 nonopt="$ac_option"
391 ;;
392
393 esac
394done
395
396if test -n "$ac_prev"; then
397 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
398fi
399
400trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
401
402# File descriptor usage:
403# 0 standard input
404# 1 file creation
405# 2 errors and warnings
406# 3 some systems may open it to /dev/tty
407# 4 used on the Kubota Titan
408# 6 checking for... messages and results
409# 5 compiler messages saved in config.log
410if test "$silent" = yes; then
411 exec 6>/dev/null
412else
413 exec 6>&1
414fi
415exec 5>./config.log
416
417echo "\
418This file contains any messages produced by compilers while
419running configure, to aid debugging if configure makes a mistake.
420" 1>&5
421
422# Strip out --no-create and --no-recursion so they do not pile up.
423# Also quote any args containing shell metacharacters.
424ac_configure_args=
425for ac_arg
426do
427 case "$ac_arg" in
428 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
429 | --no-cr | --no-c) ;;
430 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
431 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
432 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
433 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
434 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
435 esac
436done
437
438# NLS nuisances.
4947b15f
ILT
439# Only set these to C if already set. These must not be set unconditionally
440# because not all systems understand e.g. LANG=C (notably SCO).
441# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
442# Non-C LC_CTYPE values break the ctype check.
7858d8dc 443if test "${LANG+set}" = set; then LANG=C; export LANG; fi
4947b15f
ILT
444if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
445if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
446if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
7858d8dc
C
447
448# confdefs.h avoids OS command line length limits that DEFS can exceed.
449rm -rf conftest* confdefs.h
450# AIX cpp loses on an empty file, so make sure it contains at least a newline.
451echo > confdefs.h
452
453# A filename unique to this package, relative to the directory that
454# configure is in, which we can look for to find out if srcdir is correct.
455ac_unique_file=gprof.c
456
457# Find the source files, if location was not specified.
458if test -z "$srcdir"; then
459 ac_srcdir_defaulted=yes
460 # Try the directory containing this script, then its parent.
461 ac_prog=$0
462 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
463 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
464 srcdir=$ac_confdir
465 if test ! -r $srcdir/$ac_unique_file; then
466 srcdir=..
467 fi
468else
469 ac_srcdir_defaulted=no
470fi
471if test ! -r $srcdir/$ac_unique_file; then
472 if test "$ac_srcdir_defaulted" = yes; then
473 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
474 else
475 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
476 fi
477fi
478srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
479
480# Prefer explicitly selected file to automatically selected ones.
481if test -z "$CONFIG_SITE"; then
482 if test "x$prefix" != xNONE; then
483 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
484 else
485 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
486 fi
487fi
488for ac_site_file in $CONFIG_SITE; do
489 if test -r "$ac_site_file"; then
490 echo "loading site script $ac_site_file"
491 . "$ac_site_file"
492 fi
493done
494
495if test -r "$cache_file"; then
496 echo "loading cache $cache_file"
497 . $cache_file
498else
499 echo "creating cache $cache_file"
500 > $cache_file
501fi
502
503ac_ext=c
504# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ea2488ad
ILT
505ac_cpp='$CPP $CPPFLAGS'
506ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
507ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4947b15f 508cross_compiling=$ac_cv_prog_cc_cross
7858d8dc
C
509
510if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
511 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
512 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
513 ac_n= ac_c='
514' ac_t=' '
515 else
516 ac_n=-n ac_c= ac_t=
517 fi
518else
519 ac_n= ac_c='\c' ac_t=
520fi
521
522
523
ba8e3a2e
ILT
524# Check whether --enable-shared or --disable-shared was given.
525if test "${enable_shared+set}" = set; then
526 enableval="$enable_shared"
527 case "${enableval}" in
528 yes) shared=true ;;
529 no) shared=false ;;
b4cb4ea2
ILT
530 *bfd*) shared=true ;;
531 *) shared=false ;;
ba8e3a2e
ILT
532esac
533fi
534
7858d8dc
C
535# Extract the first word of "gcc", so it can be a program name with args.
536set dummy gcc; ac_word=$2
537echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4947b15f 538echo "configure:539: checking for $ac_word" >&5
7858d8dc
C
539if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
540 echo $ac_n "(cached) $ac_c" 1>&6
541else
542 if test -n "$CC"; then
543 ac_cv_prog_CC="$CC" # Let the user override the test.
544else
545 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
546 for ac_dir in $PATH; do
547 test -z "$ac_dir" && ac_dir=.
548 if test -f $ac_dir/$ac_word; then
549 ac_cv_prog_CC="gcc"
550 break
551 fi
552 done
553 IFS="$ac_save_ifs"
7858d8dc
C
554fi
555fi
556CC="$ac_cv_prog_CC"
557if test -n "$CC"; then
558 echo "$ac_t""$CC" 1>&6
559else
560 echo "$ac_t""no" 1>&6
561fi
562
ea2488ad
ILT
563if test -z "$CC"; then
564 # Extract the first word of "cc", so it can be a program name with args.
565set dummy cc; ac_word=$2
566echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4947b15f 567echo "configure:568: checking for $ac_word" >&5
ea2488ad
ILT
568if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
569 echo $ac_n "(cached) $ac_c" 1>&6
570else
571 if test -n "$CC"; then
572 ac_cv_prog_CC="$CC" # Let the user override the test.
573else
574 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
575 ac_prog_rejected=no
576 for ac_dir in $PATH; do
577 test -z "$ac_dir" && ac_dir=.
578 if test -f $ac_dir/$ac_word; then
579 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
580 ac_prog_rejected=yes
581 continue
582 fi
583 ac_cv_prog_CC="cc"
584 break
585 fi
586 done
587 IFS="$ac_save_ifs"
588if test $ac_prog_rejected = yes; then
589 # We found a bogon in the path, so make sure we never use it.
590 set dummy $ac_cv_prog_CC
591 shift
592 if test $# -gt 0; then
593 # We chose a different compiler from the bogus one.
594 # However, it has the same basename, so the bogon will be chosen
595 # first if we set CC to just the basename; use the full file name.
596 shift
597 set dummy "$ac_dir/$ac_word" "$@"
598 shift
599 ac_cv_prog_CC="$@"
600 fi
601fi
602fi
603fi
604CC="$ac_cv_prog_CC"
605if test -n "$CC"; then
606 echo "$ac_t""$CC" 1>&6
607else
608 echo "$ac_t""no" 1>&6
609fi
610
611 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
612fi
7858d8dc 613
4947b15f
ILT
614echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
615echo "configure:616: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
616
617ac_ext=c
618# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
619ac_cpp='$CPP $CPPFLAGS'
620ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
621ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
622cross_compiling=$ac_cv_prog_cc_cross
623
624cat > conftest.$ac_ext <<EOF
625#line 626 "configure"
626#include "confdefs.h"
627main(){return(0);}
628EOF
629if { (eval echo configure:630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
630 ac_cv_prog_cc_works=yes
631 # If we can't run a trivial program, we are probably using a cross compiler.
632 if (./conftest; exit) 2>/dev/null; then
633 ac_cv_prog_cc_cross=no
634 else
635 ac_cv_prog_cc_cross=yes
636 fi
637else
638 echo "configure: failed program was:" >&5
639 cat conftest.$ac_ext >&5
640 ac_cv_prog_cc_works=no
641fi
642rm -fr conftest*
643
644echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
645if test $ac_cv_prog_cc_works = no; then
646 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
647fi
648echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
649echo "configure:650: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
650echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
651cross_compiling=$ac_cv_prog_cc_cross
652
7858d8dc 653echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
4947b15f 654echo "configure:655: checking whether we are using GNU C" >&5
7858d8dc
C
655if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
656 echo $ac_n "(cached) $ac_c" 1>&6
657else
658 cat > conftest.c <<EOF
659#ifdef __GNUC__
660 yes;
661#endif
662EOF
4947b15f 663if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
7858d8dc
C
664 ac_cv_prog_gcc=yes
665else
666 ac_cv_prog_gcc=no
667fi
668fi
ba8e3a2e 669
7858d8dc 670echo "$ac_t""$ac_cv_prog_gcc" 1>&6
4947b15f 671
7858d8dc
C
672if test $ac_cv_prog_gcc = yes; then
673 GCC=yes
4947b15f
ILT
674 ac_test_CFLAGS="${CFLAGS+set}"
675 ac_save_CFLAGS="$CFLAGS"
676 CFLAGS=
677 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
678echo "configure:679: checking whether ${CC-cc} accepts -g" >&5
679if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
7858d8dc
C
680 echo $ac_n "(cached) $ac_c" 1>&6
681else
682 echo 'void f(){}' > conftest.c
683if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
4947b15f 684 ac_cv_prog_cc_g=yes
7858d8dc 685else
4947b15f 686 ac_cv_prog_cc_g=no
7858d8dc
C
687fi
688rm -f conftest*
689
690fi
ba8e3a2e 691
4947b15f
ILT
692echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
693 if test "$ac_test_CFLAGS" = set; then
694 CFLAGS="$ac_save_CFLAGS"
695 elif test $ac_cv_prog_cc_g = yes; then
696 CFLAGS="-g -O2"
697 else
698 CFLAGS="-O2"
7858d8dc
C
699 fi
700else
701 GCC=
702 test "${CFLAGS+set}" = set || CFLAGS="-g"
703fi
704
7858d8dc
C
705ac_aux_dir=
706for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
707 if test -f $ac_dir/install-sh; then
708 ac_aux_dir=$ac_dir
709 ac_install_sh="$ac_aux_dir/install-sh -c"
710 break
711 elif test -f $ac_dir/install.sh; then
712 ac_aux_dir=$ac_dir
713 ac_install_sh="$ac_aux_dir/install.sh -c"
714 break
715 fi
716done
717if test -z "$ac_aux_dir"; then
718 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
719fi
720ac_config_guess=$ac_aux_dir/config.guess
721ac_config_sub=$ac_aux_dir/config.sub
722ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
723
39c3964f
JM
724# Find a good install program. We prefer a C program (faster),
725# so one script is as good as another. But avoid the broken or
726# incompatible versions:
727# SysV /etc/install, /usr/sbin/install
728# SunOS /usr/etc/install
729# IRIX /sbin/install
730# AIX /bin/install
731# AFS /usr/afsws/bin/install, which mishandles nonexistent args
732# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
733# ./install, which can be erroneously created by make from ./install.sh.
734echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
4947b15f 735echo "configure:736: checking for a BSD compatible install" >&5
39c3964f
JM
736if test -z "$INSTALL"; then
737if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
738 echo $ac_n "(cached) $ac_c" 1>&6
739else
4947b15f 740 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
39c3964f
JM
741 for ac_dir in $PATH; do
742 # Account for people who put trailing slashes in PATH elements.
743 case "$ac_dir/" in
744 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
745 *)
746 # OSF1 and SCO ODT 3.0 have their own names for install.
747 for ac_prog in ginstall installbsd scoinst install; do
748 if test -f $ac_dir/$ac_prog; then
749 if test $ac_prog = install &&
750 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
751 # AIX install. It has an incompatible calling convention.
752 # OSF/1 installbsd also uses dspmsg, but is usable.
753 :
754 else
755 ac_cv_path_install="$ac_dir/$ac_prog -c"
756 break 2
757 fi
758 fi
759 done
760 ;;
761 esac
762 done
4947b15f 763 IFS="$ac_save_IFS"
39c3964f
JM
764
765fi
766 if test "${ac_cv_path_install+set}" = set; then
767 INSTALL="$ac_cv_path_install"
768 else
769 # As a last resort, use the slow shell script. We don't cache a
770 # path for INSTALL within a source directory, because that will
771 # break other packages using the cache if that directory is
772 # removed, or if the path is relative.
773 INSTALL="$ac_install_sh"
774 fi
775fi
776echo "$ac_t""$INSTALL" 1>&6
777
778# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
779# It thinks the first close brace ends the variable substitution.
780test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
781
782test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
783
784
e3c0e00b 785echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
4947b15f 786echo "configure:787: checking for POSIXized ISC" >&5
e3c0e00b
ILT
787if test -d /etc/conf/kconfig.d &&
788 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
789then
790 echo "$ac_t""yes" 1>&6
791 ISC=yes # If later tests want to check for ISC.
792 cat >> confdefs.h <<\EOF
793#define _POSIX_SOURCE 1
794EOF
795
796 if test "$GCC" = yes; then
797 CC="$CC -posix"
798 else
799 CC="$CC -Xp"
800 fi
801else
802 echo "$ac_t""no" 1>&6
803 ISC=
804fi
805
806
7858d8dc
C
807
808# Do some error checking and defaulting for the host and target type.
809# The inputs are:
810# configure --host=HOST --target=TARGET --build=BUILD NONOPT
811#
812# The rules are:
813# 1. You are not allowed to specify --host, --target, and nonopt at the
ba8e3a2e 814# same time.
7858d8dc
C
815# 2. Host defaults to nonopt.
816# 3. If nonopt is not specified, then host defaults to the current host,
817# as determined by config.guess.
818# 4. Target and build default to nonopt.
819# 5. If nonopt is not specified, then target and build default to host.
820
821# The aliases save the names the user supplied, while $host etc.
822# will get canonicalized.
823case $host---$target---$nonopt in
824NONE---*---* | *---NONE---* | *---*---NONE) ;;
825*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
826esac
827
828
829# Make sure we can run config.sub.
830if $ac_config_sub sun4 >/dev/null 2>&1; then :
831else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
832fi
833
834echo $ac_n "checking host system type""... $ac_c" 1>&6
4947b15f 835echo "configure:836: checking host system type" >&5
7858d8dc
C
836
837host_alias=$host
838case "$host_alias" in
839NONE)
840 case $nonopt in
841 NONE)
842 if host_alias=`$ac_config_guess`; then :
843 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
844 fi ;;
845 *) host_alias=$nonopt ;;
846 esac ;;
847esac
848
849host=`$ac_config_sub $host_alias`
4947b15f
ILT
850host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
851host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
852host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
7858d8dc
C
853echo "$ac_t""$host" 1>&6
854
855echo $ac_n "checking target system type""... $ac_c" 1>&6
4947b15f 856echo "configure:857: checking target system type" >&5
7858d8dc
C
857
858target_alias=$target
859case "$target_alias" in
860NONE)
861 case $nonopt in
862 NONE) target_alias=$host_alias ;;
863 *) target_alias=$nonopt ;;
864 esac ;;
865esac
866
867target=`$ac_config_sub $target_alias`
4947b15f
ILT
868target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
869target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
870target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
7858d8dc
C
871echo "$ac_t""$target" 1>&6
872
873echo $ac_n "checking build system type""... $ac_c" 1>&6
4947b15f 874echo "configure:875: checking build system type" >&5
7858d8dc
C
875
876build_alias=$build
877case "$build_alias" in
878NONE)
879 case $nonopt in
880 NONE) build_alias=$host_alias ;;
881 *) build_alias=$nonopt ;;
882 esac ;;
883esac
884
885build=`$ac_config_sub $build_alias`
4947b15f
ILT
886build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
887build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
888build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
7858d8dc
C
889echo "$ac_t""$build" 1>&6
890
891test "$host_alias" != "$target_alias" &&
892 test "$program_prefix$program_suffix$program_transform_name" = \
893 NONENONEs,x,x, &&
894 program_prefix=${target_alias}-
895
896if test "$program_transform_name" = s,x,x,; then
897 program_transform_name=
898else
ba8e3a2e
ILT
899 # Double any \ or $. echo might interpret backslashes.
900 cat <<\EOF_SED > conftestsed
901s,\\,\\\\,g; s,\$,$$,g
902EOF_SED
7858d8dc
C
903 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
904 rm -f conftestsed
905fi
906test "$program_prefix" != NONE &&
907 program_transform_name="s,^,${program_prefix},; $program_transform_name"
908# Use a double $ so make ignores it.
909test "$program_suffix" != NONE &&
910 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
911
912# sed with no file args requires a program.
913test "$program_transform_name" = "" && program_transform_name="s,x,x,"
914
915
916case "${target}" in
917alpha-*-*) MY_TARGET=alpha ;;
3d5aa992 918i[3456]86-*-*) MY_TARGET=i386 ;;
7858d8dc
C
919sparc-*-*) MY_TARGET=sparc ;;
920tahoe-*-*) MY_TARGET=tahoe ;;
921vax-*-*) MY_TARGET=vax ;;
ba8e3a2e 922ns32k-*-*) MY_TARGET=ns532;;
7858d8dc
C
923*-*-*) MY_TARGET=dummy ;;
924esac
925
926
ba8e3a2e 927
22395d7e
ILT
928case "${target}" in
929*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
930 cat >> confdefs.h <<\EOF
931#define BSD44_FORMAT 1
932EOF
933
934 ;;
935esac
936
ba8e3a2e
ILT
937BFDLIB='-L../bfd -lbfd'
938
939# We need to handle some special cases if BFD was built shared.
8530ae8e 940case "${host}" in
ba8e3a2e
ILT
941 *-*-sunos*)
942 # On SunOS, we must link against the name we are going to install,
943 # not -lbfd, since SunOS does not support SONAME.
8530ae8e
ILT
944 if test "${shared}" = "true"; then
945 BFDLIB='-L../bfd -l`echo bfd | sed '"'"'$(program_transform_name)'"'"'`'
946 fi
ba8e3a2e 947 ;;
8530ae8e
ILT
948alpha*-*-osf*)
949 # On Alpha OSF/1, the native linker searches all the -L
950 # directories for any LIB.so files, and only then searches for any
951 # LIB.a files. That means that if there is an installed
952 # libbfd.so, but this build is not done with --enable-shared, the
953 # link will wind up being against the install libbfd.so rather
954 # than the newly built libbfd. To avoid this, we must explicitly
955 # link against libbfd.a when --enable-shared is not used.
956 if test "${shared}" != "true"; then
957 BFDLIB='../bfd/libbfd.a'
958 fi
959 ;;
960esac
ba8e3a2e
ILT
961
962
963HLDFLAGS=
cb26c22d 964HLDENV=
ba8e3a2e
ILT
965# If we have shared libraries, try to set rpath reasonably.
966if test "${shared}" = "true"; then
967 case "${host}" in
56f9773f
ILT
968 *-*-hpux*)
969 HLDFLAGS='-Wl,+s,+b,$(libdir)'
970 ;;
ba8e3a2e
ILT
971 *-*-irix5*)
972 HLDFLAGS='-Wl,-rpath,$(libdir)'
973 ;;
974 *-*-linux*aout*)
975 ;;
976 *-*-linux*)
977 HLDFLAGS='-Wl,-rpath,$(libdir)'
978 ;;
cb26c22d 979 *-*-solaris*)
ba8e3a2e
ILT
980 HLDFLAGS='-R $(libdir)'
981 ;;
cb26c22d
ILT
982 *-*-sysv4*)
983 HLDENV='if test -z "$${LD_RUN_PATH}"; then LD_RUN_PATH=$(libdir); else LD_RUN_PATH=$${LD_RUN_PATH}:$(libdir); fi; export LD_RUN_PATH;'
984 ;;
ba8e3a2e
ILT
985 esac
986fi
987
988# On SunOS, if the linker supports the -rpath option, use it to
989# prevent ../bfd and ../opcodes from being included in the run time
990# search path.
991case "${host}" in
992 *-*-sunos*)
993 echo 'main () { }' > conftest.c
994 ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t
995 if grep 'unrecognized' conftest.t >/dev/null 2>&1; then
996 :
997 elif grep 'No such file' conftest.t >/dev/null 2>&1; then
998 :
7925f4d4
ILT
999 elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
1000 :
ba8e3a2e
ILT
1001 elif test "${shared}" = "true"; then
1002 HLDFLAGS='-Wl,-rpath=$(libdir)'
1003 else
1004 HLDFLAGS='-Wl,-rpath='
1005 fi
1006 rm -f conftest.t conftest.c conftest
1007 ;;
1008esac
1009
1010
cb26c22d 1011
7858d8dc
C
1012trap '' 1 2 15
1013cat > confcache <<\EOF
1014# This file is a shell script that caches the results of configure
1015# tests run on this system so they can be shared between configure
1016# scripts and configure runs. It is not useful on other systems.
1017# If it contains results you don't want to keep, you may remove or edit it.
1018#
1019# By default, configure uses ./config.cache as the cache file,
1020# creating it if it does not exist already. You can give configure
1021# the --cache-file=FILE option to use a different cache file; that is
1022# what configure does when it calls configure scripts in
1023# subdirectories, so they share the cache.
1024# Giving --cache-file=/dev/null disables caching, for debugging configure.
1025# config.status only pays attention to the cache file if you give it the
1026# --recheck option to rerun configure.
1027#
1028EOF
4947b15f
ILT
1029# The following way of writing the cache mishandles newlines in values,
1030# but we know of no workaround that is simple, portable, and efficient.
1031# So, don't put newlines in cache variables' values.
7858d8dc
C
1032# Ultrix sh set writes to stderr and can't be redirected directly,
1033# and sets the high bit in the cache file unless we assign to the vars.
1034(set) 2>&1 |
4947b15f
ILT
1035 case `(ac_space=' '; set) 2>&1` in
1036 *ac_space=\ *)
1037 # `set' does not quote correctly, so add quotes (double-quote substitution
1038 # turns \\\\ into \\, and sed turns \\ into \).
1039 sed -n \
1040 -e "s/'/'\\\\''/g" \
1041 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1042 ;;
1043 *)
1044 # `set' quotes correctly as required by POSIX, so do not add quotes.
1045 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1046 ;;
1047 esac >> confcache
7858d8dc
C
1048if cmp -s $cache_file confcache; then
1049 :
1050else
1051 if test -w $cache_file; then
1052 echo "updating cache $cache_file"
1053 cat confcache > $cache_file
1054 else
1055 echo "not updating unwritable cache $cache_file"
1056 fi
1057fi
1058rm -f confcache
1059
1060trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1061
1062test "x$prefix" = xNONE && prefix=$ac_default_prefix
1063# Let make expand exec_prefix.
1064test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1065
1066# Any assignment to VPATH causes Sun make to only execute
1067# the first set of double-colon rules, so remove it if not needed.
1068# If there is a colon in the path, we need to keep it.
1069if test "x$srcdir" = x.; then
1070 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1071fi
1072
1073trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1074
1075# Transform confdefs.h into DEFS.
1076# Protect against shell expansion while executing Makefile rules.
1077# Protect against Makefile macro expansion.
1078cat > conftest.defs <<\EOF
ea2488ad 1079s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
7858d8dc
C
1080s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
1081s%\[%\\&%g
1082s%\]%\\&%g
1083s%\$%$$%g
1084EOF
1085DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1086rm -f conftest.defs
1087
1088
1089# Without the "./", some shells look in PATH for config.status.
1090: ${CONFIG_STATUS=./config.status}
1091
1092echo creating $CONFIG_STATUS
1093rm -f $CONFIG_STATUS
1094cat > $CONFIG_STATUS <<EOF
1095#! /bin/sh
1096# Generated automatically by configure.
1097# Run this file to recreate the current configuration.
1098# This directory was configured as follows,
1099# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1100#
1101# $0 $ac_configure_args
1102#
1103# Compiler output produced by configure, useful for debugging
1104# configure, is in ./config.log if it exists.
1105
1106ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1107for ac_option
1108do
1109 case "\$ac_option" in
1110 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1111 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1112 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1113 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4947b15f 1114 echo "$CONFIG_STATUS generated by autoconf version 2.12"
7858d8dc
C
1115 exit 0 ;;
1116 -help | --help | --hel | --he | --h)
1117 echo "\$ac_cs_usage"; exit 0 ;;
1118 *) echo "\$ac_cs_usage"; exit 1 ;;
1119 esac
1120done
1121
1122ac_given_srcdir=$srcdir
39c3964f 1123ac_given_INSTALL="$INSTALL"
7858d8dc
C
1124
1125trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
ba8e3a2e
ILT
1126EOF
1127cat >> $CONFIG_STATUS <<EOF
7858d8dc 1128
ba8e3a2e
ILT
1129# Protect against being on the right side of a sed subst in config.status.
1130sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1131 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7858d8dc
C
1132$ac_vpsub
1133$extrasub
1134s%@CFLAGS@%$CFLAGS%g
1135s%@CPPFLAGS@%$CPPFLAGS%g
1136s%@CXXFLAGS@%$CXXFLAGS%g
1137s%@DEFS@%$DEFS%g
1138s%@LDFLAGS@%$LDFLAGS%g
1139s%@LIBS@%$LIBS%g
1140s%@exec_prefix@%$exec_prefix%g
1141s%@prefix@%$prefix%g
1142s%@program_transform_name@%$program_transform_name%g
ba8e3a2e
ILT
1143s%@bindir@%$bindir%g
1144s%@sbindir@%$sbindir%g
1145s%@libexecdir@%$libexecdir%g
1146s%@datadir@%$datadir%g
1147s%@sysconfdir@%$sysconfdir%g
1148s%@sharedstatedir@%$sharedstatedir%g
1149s%@localstatedir@%$localstatedir%g
1150s%@libdir@%$libdir%g
1151s%@includedir@%$includedir%g
1152s%@oldincludedir@%$oldincludedir%g
1153s%@infodir@%$infodir%g
1154s%@mandir@%$mandir%g
7858d8dc 1155s%@CC@%$CC%g
39c3964f
JM
1156s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1157s%@INSTALL_DATA@%$INSTALL_DATA%g
7858d8dc
C
1158s%@host@%$host%g
1159s%@host_alias@%$host_alias%g
1160s%@host_cpu@%$host_cpu%g
1161s%@host_vendor@%$host_vendor%g
1162s%@host_os@%$host_os%g
1163s%@target@%$target%g
1164s%@target_alias@%$target_alias%g
1165s%@target_cpu@%$target_cpu%g
1166s%@target_vendor@%$target_vendor%g
1167s%@target_os@%$target_os%g
1168s%@build@%$build%g
1169s%@build_alias@%$build_alias%g
1170s%@build_cpu@%$build_cpu%g
1171s%@build_vendor@%$build_vendor%g
1172s%@build_os@%$build_os%g
1173s%@MY_TARGET@%$MY_TARGET%g
ba8e3a2e
ILT
1174s%@BFDLIB@%$BFDLIB%g
1175s%@HLDFLAGS@%$HLDFLAGS%g
cb26c22d 1176s%@HLDENV@%$HLDENV%g
7858d8dc
C
1177
1178CEOF
1179EOF
4947b15f
ILT
1180
1181cat >> $CONFIG_STATUS <<\EOF
1182
1183# Split the substitutions into bite-sized pieces for seds with
1184# small command number limits, like on Digital OSF/1 and HP-UX.
1185ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1186ac_file=1 # Number of current file.
1187ac_beg=1 # First line for current file.
1188ac_end=$ac_max_sed_cmds # Line after last line for current file.
1189ac_more_lines=:
1190ac_sed_cmds=""
1191while $ac_more_lines; do
1192 if test $ac_beg -gt 1; then
1193 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1194 else
1195 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1196 fi
1197 if test ! -s conftest.s$ac_file; then
1198 ac_more_lines=false
1199 rm -f conftest.s$ac_file
1200 else
1201 if test -z "$ac_sed_cmds"; then
1202 ac_sed_cmds="sed -f conftest.s$ac_file"
1203 else
1204 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1205 fi
1206 ac_file=`expr $ac_file + 1`
1207 ac_beg=$ac_end
1208 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1209 fi
1210done
1211if test -z "$ac_sed_cmds"; then
1212 ac_sed_cmds=cat
1213fi
1214EOF
1215
7858d8dc
C
1216cat >> $CONFIG_STATUS <<EOF
1217
1218CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1219EOF
1220cat >> $CONFIG_STATUS <<\EOF
1221for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4947b15f 1222 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7858d8dc 1223 case "$ac_file" in
4947b15f 1224 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7858d8dc
C
1225 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1226 *) ac_file_in="${ac_file}.in" ;;
1227 esac
1228
4947b15f 1229 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7858d8dc
C
1230
1231 # Remove last slash and all that follows it. Not all systems have dirname.
1232 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1233 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1234 # The file is in a subdirectory.
1235 test ! -d "$ac_dir" && mkdir "$ac_dir"
1236 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1237 # A "../" for each directory in $ac_dir_suffix.
1238 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1239 else
1240 ac_dir_suffix= ac_dots=
1241 fi
1242
1243 case "$ac_given_srcdir" in
1244 .) srcdir=.
1245 if test -z "$ac_dots"; then top_srcdir=.
1246 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1247 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1248 *) # Relative path.
1249 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1250 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1251 esac
1252
39c3964f
JM
1253 case "$ac_given_INSTALL" in
1254 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1255 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1256 esac
4947b15f 1257
7858d8dc
C
1258 echo creating "$ac_file"
1259 rm -f "$ac_file"
1260 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1261 case "$ac_file" in
1262 *Makefile*) ac_comsub="1i\\
1263# $configure_input" ;;
1264 *) ac_comsub= ;;
1265 esac
4947b15f
ILT
1266
1267 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7858d8dc
C
1268 sed -e "$ac_comsub
1269s%@configure_input@%$configure_input%g
1270s%@srcdir@%$srcdir%g
1271s%@top_srcdir@%$top_srcdir%g
39c3964f 1272s%@INSTALL@%$INSTALL%g
4947b15f 1273" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7858d8dc 1274fi; done
4947b15f 1275rm -f conftest.s*
7858d8dc 1276
4947b15f
ILT
1277EOF
1278cat >> $CONFIG_STATUS <<EOF
7858d8dc 1279
4947b15f
ILT
1280EOF
1281cat >> $CONFIG_STATUS <<\EOF
7858d8dc
C
1282
1283exit 0
1284EOF
1285chmod +x $CONFIG_STATUS
1286rm -fr confdefs* $ac_clean_files
1287test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1288
This page took 0.129894 seconds and 4 git commands to generate.