]>
Commit | Line | Data |
---|---|---|
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: | |
11 | ac_help= | |
12 | ac_default_prefix=/usr/local | |
13 | # Any additions from configure.in: | |
ba8e3a2e ILT |
14 | ac_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. | |
20 | build=NONE | |
21 | cache_file=./config.cache | |
22 | exec_prefix=NONE | |
23 | host=NONE | |
24 | no_create= | |
25 | nonopt=NONE | |
26 | no_recursion= | |
27 | prefix=NONE | |
28 | program_prefix=NONE | |
29 | program_suffix=NONE | |
30 | program_transform_name=s,x,x, | |
31 | silent= | |
32 | site= | |
33 | srcdir= | |
34 | target=NONE | |
35 | verbose= | |
36 | x_includes=NONE | |
37 | x_libraries=NONE | |
ba8e3a2e ILT |
38 | bindir='${exec_prefix}/bin' |
39 | sbindir='${exec_prefix}/sbin' | |
40 | libexecdir='${exec_prefix}/libexec' | |
41 | datadir='${prefix}/share' | |
42 | sysconfdir='${prefix}/etc' | |
43 | sharedstatedir='${prefix}/com' | |
44 | localstatedir='${prefix}/var' | |
45 | libdir='${exec_prefix}/lib' | |
46 | includedir='${prefix}/include' | |
47 | oldincludedir='/usr/include' | |
48 | infodir='${prefix}/info' | |
49 | mandir='${prefix}/man' | |
7858d8dc C |
50 | |
51 | # Initialize some other variables. | |
52 | subdirs= | |
ba8e3a2e | 53 | MFLAGS= MAKEFLAGS= |
4947b15f ILT |
54 | # Maximum number of lines to put in a shell here document. |
55 | ac_max_here_lines=12 | |
7858d8dc C |
56 | |
57 | ac_prev= | |
58 | for ac_option | |
59 | do | |
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 | |
139 | Usage: configure [options] [host] | |
140 | Options: [defaults in brackets after descriptions] | |
141 | Configuration: | |
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 | |
147 | Directory 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 | |
171 | EOF | |
172 | cat << EOF | |
7858d8dc C |
173 | Host 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] | |
177 | Features 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 | 184 | EOF |
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 | |
394 | done | |
395 | ||
396 | if test -n "$ac_prev"; then | |
397 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | |
398 | fi | |
399 | ||
400 | trap '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 | |
410 | if test "$silent" = yes; then | |
411 | exec 6>/dev/null | |
412 | else | |
413 | exec 6>&1 | |
414 | fi | |
415 | exec 5>./config.log | |
416 | ||
417 | echo "\ | |
418 | This file contains any messages produced by compilers while | |
419 | running 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. | |
424 | ac_configure_args= | |
425 | for ac_arg | |
426 | do | |
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 | |
436 | done | |
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 | 443 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi |
4947b15f ILT |
444 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi |
445 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
446 | if 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. | |
449 | rm -rf conftest* confdefs.h | |
450 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
451 | echo > 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. | |
455 | ac_unique_file=gprof.c | |
456 | ||
457 | # Find the source files, if location was not specified. | |
458 | if 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 | |
468 | else | |
469 | ac_srcdir_defaulted=no | |
470 | fi | |
471 | if 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 | |
477 | fi | |
478 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | |
479 | ||
480 | # Prefer explicitly selected file to automatically selected ones. | |
481 | if 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 | |
487 | fi | |
488 | for 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 | |
493 | done | |
494 | ||
495 | if test -r "$cache_file"; then | |
496 | echo "loading cache $cache_file" | |
497 | . $cache_file | |
498 | else | |
499 | echo "creating cache $cache_file" | |
500 | > $cache_file | |
501 | fi | |
502 | ||
503 | ac_ext=c | |
504 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
ea2488ad ILT |
505 | ac_cpp='$CPP $CPPFLAGS' |
506 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
507 | ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
4947b15f | 508 | cross_compiling=$ac_cv_prog_cc_cross |
7858d8dc C |
509 | |
510 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | |
511 | # Stardent Vistra SVR4 grep lacks -e, says [email protected]. | |
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 | |
518 | else | |
519 | ac_n= ac_c='\c' ac_t= | |
520 | fi | |
521 | ||
522 | ||
523 | ||
ba8e3a2e ILT |
524 | # Check whether --enable-shared or --disable-shared was given. |
525 | if 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 |
532 | esac |
533 | fi | |
534 | ||
7858d8dc C |
535 | # Extract the first word of "gcc", so it can be a program name with args. |
536 | set dummy gcc; ac_word=$2 | |
537 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
4947b15f | 538 | echo "configure:539: checking for $ac_word" >&5 |
7858d8dc C |
539 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
540 | echo $ac_n "(cached) $ac_c" 1>&6 | |
541 | else | |
542 | if test -n "$CC"; then | |
543 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
544 | else | |
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 |
554 | fi |
555 | fi | |
556 | CC="$ac_cv_prog_CC" | |
557 | if test -n "$CC"; then | |
558 | echo "$ac_t""$CC" 1>&6 | |
559 | else | |
560 | echo "$ac_t""no" 1>&6 | |
561 | fi | |
562 | ||
ea2488ad ILT |
563 | if test -z "$CC"; then |
564 | # Extract the first word of "cc", so it can be a program name with args. | |
565 | set dummy cc; ac_word=$2 | |
566 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
4947b15f | 567 | echo "configure:568: checking for $ac_word" >&5 |
ea2488ad ILT |
568 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
569 | echo $ac_n "(cached) $ac_c" 1>&6 | |
570 | else | |
571 | if test -n "$CC"; then | |
572 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
573 | else | |
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" | |
588 | if 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 | |
601 | fi | |
602 | fi | |
603 | fi | |
604 | CC="$ac_cv_prog_CC" | |
605 | if test -n "$CC"; then | |
606 | echo "$ac_t""$CC" 1>&6 | |
607 | else | |
608 | echo "$ac_t""no" 1>&6 | |
609 | fi | |
610 | ||
611 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } | |
612 | fi | |
7858d8dc | 613 | |
4947b15f ILT |
614 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
615 | echo "configure:616: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 | |
616 | ||
617 | ac_ext=c | |
618 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
619 | ac_cpp='$CPP $CPPFLAGS' | |
620 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
621 | ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
622 | cross_compiling=$ac_cv_prog_cc_cross | |
623 | ||
624 | cat > conftest.$ac_ext <<EOF | |
625 | #line 626 "configure" | |
626 | #include "confdefs.h" | |
627 | main(){return(0);} | |
628 | EOF | |
629 | if { (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 | |
637 | else | |
638 | echo "configure: failed program was:" >&5 | |
639 | cat conftest.$ac_ext >&5 | |
640 | ac_cv_prog_cc_works=no | |
641 | fi | |
642 | rm -fr conftest* | |
643 | ||
644 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
645 | if 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; } | |
647 | fi | |
648 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
649 | echo "configure:650: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 | |
650 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 | |
651 | cross_compiling=$ac_cv_prog_cc_cross | |
652 | ||
7858d8dc | 653 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
4947b15f | 654 | echo "configure:655: checking whether we are using GNU C" >&5 |
7858d8dc C |
655 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
656 | echo $ac_n "(cached) $ac_c" 1>&6 | |
657 | else | |
658 | cat > conftest.c <<EOF | |
659 | #ifdef __GNUC__ | |
660 | yes; | |
661 | #endif | |
662 | EOF | |
4947b15f | 663 | if { 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 |
665 | else | |
666 | ac_cv_prog_gcc=no | |
667 | fi | |
668 | fi | |
ba8e3a2e | 669 | |
7858d8dc | 670 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
4947b15f | 671 | |
7858d8dc C |
672 | if 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 | |
678 | echo "configure:679: checking whether ${CC-cc} accepts -g" >&5 | |
679 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then | |
7858d8dc C |
680 | echo $ac_n "(cached) $ac_c" 1>&6 |
681 | else | |
682 | echo 'void f(){}' > conftest.c | |
683 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
4947b15f | 684 | ac_cv_prog_cc_g=yes |
7858d8dc | 685 | else |
4947b15f | 686 | ac_cv_prog_cc_g=no |
7858d8dc C |
687 | fi |
688 | rm -f conftest* | |
689 | ||
690 | fi | |
ba8e3a2e | 691 | |
4947b15f ILT |
692 | echo "$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 |
700 | else | |
701 | GCC= | |
702 | test "${CFLAGS+set}" = set || CFLAGS="-g" | |
703 | fi | |
704 | ||
7858d8dc C |
705 | ac_aux_dir= |
706 | for 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 | |
716 | done | |
717 | if 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; } | |
719 | fi | |
720 | ac_config_guess=$ac_aux_dir/config.guess | |
721 | ac_config_sub=$ac_aux_dir/config.sub | |
722 | ac_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. | |
734 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | |
4947b15f | 735 | echo "configure:736: checking for a BSD compatible install" >&5 |
39c3964f JM |
736 | if test -z "$INSTALL"; then |
737 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | |
738 | echo $ac_n "(cached) $ac_c" 1>&6 | |
739 | else | |
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 | |
765 | fi | |
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 | |
775 | fi | |
776 | echo "$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. | |
780 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
781 | ||
782 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
783 | ||
784 | ||
e3c0e00b | 785 | echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 |
4947b15f | 786 | echo "configure:787: checking for POSIXized ISC" >&5 |
e3c0e00b ILT |
787 | if test -d /etc/conf/kconfig.d && |
788 | grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 | |
789 | then | |
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 | |
794 | EOF | |
795 | ||
796 | if test "$GCC" = yes; then | |
797 | CC="$CC -posix" | |
798 | else | |
799 | CC="$CC -Xp" | |
800 | fi | |
801 | else | |
802 | echo "$ac_t""no" 1>&6 | |
803 | ISC= | |
804 | fi | |
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. | |
823 | case $host---$target---$nonopt in | |
824 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
825 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
826 | esac | |
827 | ||
828 | ||
829 | # Make sure we can run config.sub. | |
830 | if $ac_config_sub sun4 >/dev/null 2>&1; then : | |
831 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
832 | fi | |
833 | ||
834 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
4947b15f | 835 | echo "configure:836: checking host system type" >&5 |
7858d8dc C |
836 | |
837 | host_alias=$host | |
838 | case "$host_alias" in | |
839 | NONE) | |
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 ;; | |
847 | esac | |
848 | ||
849 | host=`$ac_config_sub $host_alias` | |
4947b15f ILT |
850 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
851 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
852 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
7858d8dc C |
853 | echo "$ac_t""$host" 1>&6 |
854 | ||
855 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
4947b15f | 856 | echo "configure:857: checking target system type" >&5 |
7858d8dc C |
857 | |
858 | target_alias=$target | |
859 | case "$target_alias" in | |
860 | NONE) | |
861 | case $nonopt in | |
862 | NONE) target_alias=$host_alias ;; | |
863 | *) target_alias=$nonopt ;; | |
864 | esac ;; | |
865 | esac | |
866 | ||
867 | target=`$ac_config_sub $target_alias` | |
4947b15f ILT |
868 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
869 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
870 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
7858d8dc C |
871 | echo "$ac_t""$target" 1>&6 |
872 | ||
873 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
4947b15f | 874 | echo "configure:875: checking build system type" >&5 |
7858d8dc C |
875 | |
876 | build_alias=$build | |
877 | case "$build_alias" in | |
878 | NONE) | |
879 | case $nonopt in | |
880 | NONE) build_alias=$host_alias ;; | |
881 | *) build_alias=$nonopt ;; | |
882 | esac ;; | |
883 | esac | |
884 | ||
885 | build=`$ac_config_sub $build_alias` | |
4947b15f ILT |
886 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
887 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
888 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
7858d8dc C |
889 | echo "$ac_t""$build" 1>&6 |
890 | ||
891 | test "$host_alias" != "$target_alias" && | |
892 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
893 | NONENONEs,x,x, && | |
894 | program_prefix=${target_alias}- | |
895 | ||
896 | if test "$program_transform_name" = s,x,x,; then | |
897 | program_transform_name= | |
898 | else | |
ba8e3a2e ILT |
899 | # Double any \ or $. echo might interpret backslashes. |
900 | cat <<\EOF_SED > conftestsed | |
901 | s,\\,\\\\,g; s,\$,$$,g | |
902 | EOF_SED | |
7858d8dc C |
903 | program_transform_name="`echo $program_transform_name|sed -f conftestsed`" |
904 | rm -f conftestsed | |
905 | fi | |
906 | test "$program_prefix" != NONE && | |
907 | program_transform_name="s,^,${program_prefix},; $program_transform_name" | |
908 | # Use a double $ so make ignores it. | |
909 | test "$program_suffix" != NONE && | |
910 | program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" | |
911 | ||
912 | # sed with no file args requires a program. | |
913 | test "$program_transform_name" = "" && program_transform_name="s,x,x," | |
914 | ||
915 | ||
916 | case "${target}" in | |
917 | alpha-*-*) MY_TARGET=alpha ;; | |
3d5aa992 | 918 | i[3456]86-*-*) MY_TARGET=i386 ;; |
7858d8dc C |
919 | sparc-*-*) MY_TARGET=sparc ;; |
920 | tahoe-*-*) MY_TARGET=tahoe ;; | |
921 | vax-*-*) MY_TARGET=vax ;; | |
ba8e3a2e | 922 | ns32k-*-*) MY_TARGET=ns532;; |
7858d8dc C |
923 | *-*-*) MY_TARGET=dummy ;; |
924 | esac | |
925 | ||
926 | ||
ba8e3a2e ILT |
927 | |
928 | BFDLIB='-L../bfd -lbfd' | |
929 | ||
930 | # We need to handle some special cases if BFD was built shared. | |
8530ae8e | 931 | case "${host}" in |
ba8e3a2e ILT |
932 | *-*-sunos*) |
933 | # On SunOS, we must link against the name we are going to install, | |
934 | # not -lbfd, since SunOS does not support SONAME. | |
8530ae8e ILT |
935 | if test "${shared}" = "true"; then |
936 | BFDLIB='-L../bfd -l`echo bfd | sed '"'"'$(program_transform_name)'"'"'`' | |
937 | fi | |
ba8e3a2e | 938 | ;; |
8530ae8e ILT |
939 | alpha*-*-osf*) |
940 | # On Alpha OSF/1, the native linker searches all the -L | |
941 | # directories for any LIB.so files, and only then searches for any | |
942 | # LIB.a files. That means that if there is an installed | |
943 | # libbfd.so, but this build is not done with --enable-shared, the | |
944 | # link will wind up being against the install libbfd.so rather | |
945 | # than the newly built libbfd. To avoid this, we must explicitly | |
946 | # link against libbfd.a when --enable-shared is not used. | |
947 | if test "${shared}" != "true"; then | |
948 | BFDLIB='../bfd/libbfd.a' | |
949 | fi | |
950 | ;; | |
951 | esac | |
ba8e3a2e ILT |
952 | |
953 | ||
954 | HLDFLAGS= | |
cb26c22d | 955 | HLDENV= |
ba8e3a2e ILT |
956 | # If we have shared libraries, try to set rpath reasonably. |
957 | if test "${shared}" = "true"; then | |
958 | case "${host}" in | |
56f9773f ILT |
959 | *-*-hpux*) |
960 | HLDFLAGS='-Wl,+s,+b,$(libdir)' | |
961 | ;; | |
ba8e3a2e ILT |
962 | *-*-irix5*) |
963 | HLDFLAGS='-Wl,-rpath,$(libdir)' | |
964 | ;; | |
965 | *-*-linux*aout*) | |
966 | ;; | |
967 | *-*-linux*) | |
968 | HLDFLAGS='-Wl,-rpath,$(libdir)' | |
969 | ;; | |
cb26c22d | 970 | *-*-solaris*) |
ba8e3a2e ILT |
971 | HLDFLAGS='-R $(libdir)' |
972 | ;; | |
cb26c22d ILT |
973 | *-*-sysv4*) |
974 | 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;' | |
975 | ;; | |
ba8e3a2e ILT |
976 | esac |
977 | fi | |
978 | ||
979 | # On SunOS, if the linker supports the -rpath option, use it to | |
980 | # prevent ../bfd and ../opcodes from being included in the run time | |
981 | # search path. | |
982 | case "${host}" in | |
983 | *-*-sunos*) | |
984 | echo 'main () { }' > conftest.c | |
985 | ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t | |
986 | if grep 'unrecognized' conftest.t >/dev/null 2>&1; then | |
987 | : | |
988 | elif grep 'No such file' conftest.t >/dev/null 2>&1; then | |
989 | : | |
7925f4d4 ILT |
990 | elif grep 'do not mix' conftest.t >/dev/null 2>&1; then |
991 | : | |
ba8e3a2e ILT |
992 | elif test "${shared}" = "true"; then |
993 | HLDFLAGS='-Wl,-rpath=$(libdir)' | |
994 | else | |
995 | HLDFLAGS='-Wl,-rpath=' | |
996 | fi | |
997 | rm -f conftest.t conftest.c conftest | |
998 | ;; | |
999 | esac | |
1000 | ||
1001 | ||
cb26c22d | 1002 | |
7858d8dc C |
1003 | trap '' 1 2 15 |
1004 | cat > confcache <<\EOF | |
1005 | # This file is a shell script that caches the results of configure | |
1006 | # tests run on this system so they can be shared between configure | |
1007 | # scripts and configure runs. It is not useful on other systems. | |
1008 | # If it contains results you don't want to keep, you may remove or edit it. | |
1009 | # | |
1010 | # By default, configure uses ./config.cache as the cache file, | |
1011 | # creating it if it does not exist already. You can give configure | |
1012 | # the --cache-file=FILE option to use a different cache file; that is | |
1013 | # what configure does when it calls configure scripts in | |
1014 | # subdirectories, so they share the cache. | |
1015 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
1016 | # config.status only pays attention to the cache file if you give it the | |
1017 | # --recheck option to rerun configure. | |
1018 | # | |
1019 | EOF | |
4947b15f ILT |
1020 | # The following way of writing the cache mishandles newlines in values, |
1021 | # but we know of no workaround that is simple, portable, and efficient. | |
1022 | # So, don't put newlines in cache variables' values. | |
7858d8dc C |
1023 | # Ultrix sh set writes to stderr and can't be redirected directly, |
1024 | # and sets the high bit in the cache file unless we assign to the vars. | |
1025 | (set) 2>&1 | | |
4947b15f ILT |
1026 | case `(ac_space=' '; set) 2>&1` in |
1027 | *ac_space=\ *) | |
1028 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
1029 | # turns \\\\ into \\, and sed turns \\ into \). | |
1030 | sed -n \ | |
1031 | -e "s/'/'\\\\''/g" \ | |
1032 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
1033 | ;; | |
1034 | *) | |
1035 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
1036 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
1037 | ;; | |
1038 | esac >> confcache | |
7858d8dc C |
1039 | if cmp -s $cache_file confcache; then |
1040 | : | |
1041 | else | |
1042 | if test -w $cache_file; then | |
1043 | echo "updating cache $cache_file" | |
1044 | cat confcache > $cache_file | |
1045 | else | |
1046 | echo "not updating unwritable cache $cache_file" | |
1047 | fi | |
1048 | fi | |
1049 | rm -f confcache | |
1050 | ||
1051 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
1052 | ||
1053 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
1054 | # Let make expand exec_prefix. | |
1055 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
1056 | ||
1057 | # Any assignment to VPATH causes Sun make to only execute | |
1058 | # the first set of double-colon rules, so remove it if not needed. | |
1059 | # If there is a colon in the path, we need to keep it. | |
1060 | if test "x$srcdir" = x.; then | |
1061 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | |
1062 | fi | |
1063 | ||
1064 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | |
1065 | ||
1066 | # Transform confdefs.h into DEFS. | |
1067 | # Protect against shell expansion while executing Makefile rules. | |
1068 | # Protect against Makefile macro expansion. | |
1069 | cat > conftest.defs <<\EOF | |
ea2488ad | 1070 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g |
7858d8dc C |
1071 | s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g |
1072 | s%\[%\\&%g | |
1073 | s%\]%\\&%g | |
1074 | s%\$%$$%g | |
1075 | EOF | |
1076 | DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` | |
1077 | rm -f conftest.defs | |
1078 | ||
1079 | ||
1080 | # Without the "./", some shells look in PATH for config.status. | |
1081 | : ${CONFIG_STATUS=./config.status} | |
1082 | ||
1083 | echo creating $CONFIG_STATUS | |
1084 | rm -f $CONFIG_STATUS | |
1085 | cat > $CONFIG_STATUS <<EOF | |
1086 | #! /bin/sh | |
1087 | # Generated automatically by configure. | |
1088 | # Run this file to recreate the current configuration. | |
1089 | # This directory was configured as follows, | |
1090 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
1091 | # | |
1092 | # $0 $ac_configure_args | |
1093 | # | |
1094 | # Compiler output produced by configure, useful for debugging | |
1095 | # configure, is in ./config.log if it exists. | |
1096 | ||
1097 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | |
1098 | for ac_option | |
1099 | do | |
1100 | case "\$ac_option" in | |
1101 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
1102 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
1103 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
1104 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
4947b15f | 1105 | echo "$CONFIG_STATUS generated by autoconf version 2.12" |
7858d8dc C |
1106 | exit 0 ;; |
1107 | -help | --help | --hel | --he | --h) | |
1108 | echo "\$ac_cs_usage"; exit 0 ;; | |
1109 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
1110 | esac | |
1111 | done | |
1112 | ||
1113 | ac_given_srcdir=$srcdir | |
39c3964f | 1114 | ac_given_INSTALL="$INSTALL" |
7858d8dc C |
1115 | |
1116 | trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | |
ba8e3a2e ILT |
1117 | EOF |
1118 | cat >> $CONFIG_STATUS <<EOF | |
7858d8dc | 1119 | |
ba8e3a2e ILT |
1120 | # Protect against being on the right side of a sed subst in config.status. |
1121 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
1122 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
7858d8dc C |
1123 | $ac_vpsub |
1124 | $extrasub | |
1125 | s%@CFLAGS@%$CFLAGS%g | |
1126 | s%@CPPFLAGS@%$CPPFLAGS%g | |
1127 | s%@CXXFLAGS@%$CXXFLAGS%g | |
1128 | s%@DEFS@%$DEFS%g | |
1129 | s%@LDFLAGS@%$LDFLAGS%g | |
1130 | s%@LIBS@%$LIBS%g | |
1131 | s%@exec_prefix@%$exec_prefix%g | |
1132 | s%@prefix@%$prefix%g | |
1133 | s%@program_transform_name@%$program_transform_name%g | |
ba8e3a2e ILT |
1134 | s%@bindir@%$bindir%g |
1135 | s%@sbindir@%$sbindir%g | |
1136 | s%@libexecdir@%$libexecdir%g | |
1137 | s%@datadir@%$datadir%g | |
1138 | s%@sysconfdir@%$sysconfdir%g | |
1139 | s%@sharedstatedir@%$sharedstatedir%g | |
1140 | s%@localstatedir@%$localstatedir%g | |
1141 | s%@libdir@%$libdir%g | |
1142 | s%@includedir@%$includedir%g | |
1143 | s%@oldincludedir@%$oldincludedir%g | |
1144 | s%@infodir@%$infodir%g | |
1145 | s%@mandir@%$mandir%g | |
7858d8dc | 1146 | s%@CC@%$CC%g |
39c3964f JM |
1147 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g |
1148 | s%@INSTALL_DATA@%$INSTALL_DATA%g | |
7858d8dc C |
1149 | s%@host@%$host%g |
1150 | s%@host_alias@%$host_alias%g | |
1151 | s%@host_cpu@%$host_cpu%g | |
1152 | s%@host_vendor@%$host_vendor%g | |
1153 | s%@host_os@%$host_os%g | |
1154 | s%@target@%$target%g | |
1155 | s%@target_alias@%$target_alias%g | |
1156 | s%@target_cpu@%$target_cpu%g | |
1157 | s%@target_vendor@%$target_vendor%g | |
1158 | s%@target_os@%$target_os%g | |
1159 | s%@build@%$build%g | |
1160 | s%@build_alias@%$build_alias%g | |
1161 | s%@build_cpu@%$build_cpu%g | |
1162 | s%@build_vendor@%$build_vendor%g | |
1163 | s%@build_os@%$build_os%g | |
1164 | s%@MY_TARGET@%$MY_TARGET%g | |
ba8e3a2e ILT |
1165 | s%@BFDLIB@%$BFDLIB%g |
1166 | s%@HLDFLAGS@%$HLDFLAGS%g | |
cb26c22d | 1167 | s%@HLDENV@%$HLDENV%g |
7858d8dc C |
1168 | |
1169 | CEOF | |
1170 | EOF | |
4947b15f ILT |
1171 | |
1172 | cat >> $CONFIG_STATUS <<\EOF | |
1173 | ||
1174 | # Split the substitutions into bite-sized pieces for seds with | |
1175 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
1176 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
1177 | ac_file=1 # Number of current file. | |
1178 | ac_beg=1 # First line for current file. | |
1179 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
1180 | ac_more_lines=: | |
1181 | ac_sed_cmds="" | |
1182 | while $ac_more_lines; do | |
1183 | if test $ac_beg -gt 1; then | |
1184 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
1185 | else | |
1186 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
1187 | fi | |
1188 | if test ! -s conftest.s$ac_file; then | |
1189 | ac_more_lines=false | |
1190 | rm -f conftest.s$ac_file | |
1191 | else | |
1192 | if test -z "$ac_sed_cmds"; then | |
1193 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
1194 | else | |
1195 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | |
1196 | fi | |
1197 | ac_file=`expr $ac_file + 1` | |
1198 | ac_beg=$ac_end | |
1199 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
1200 | fi | |
1201 | done | |
1202 | if test -z "$ac_sed_cmds"; then | |
1203 | ac_sed_cmds=cat | |
1204 | fi | |
1205 | EOF | |
1206 | ||
7858d8dc C |
1207 | cat >> $CONFIG_STATUS <<EOF |
1208 | ||
1209 | CONFIG_FILES=\${CONFIG_FILES-"Makefile"} | |
1210 | EOF | |
1211 | cat >> $CONFIG_STATUS <<\EOF | |
1212 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
4947b15f | 1213 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
7858d8dc | 1214 | case "$ac_file" in |
4947b15f | 1215 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
7858d8dc C |
1216 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
1217 | *) ac_file_in="${ac_file}.in" ;; | |
1218 | esac | |
1219 | ||
4947b15f | 1220 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
7858d8dc C |
1221 | |
1222 | # Remove last slash and all that follows it. Not all systems have dirname. | |
1223 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
1224 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
1225 | # The file is in a subdirectory. | |
1226 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
1227 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
1228 | # A "../" for each directory in $ac_dir_suffix. | |
1229 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
1230 | else | |
1231 | ac_dir_suffix= ac_dots= | |
1232 | fi | |
1233 | ||
1234 | case "$ac_given_srcdir" in | |
1235 | .) srcdir=. | |
1236 | if test -z "$ac_dots"; then top_srcdir=. | |
1237 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
1238 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
1239 | *) # Relative path. | |
1240 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | |
1241 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
1242 | esac | |
1243 | ||
39c3964f JM |
1244 | case "$ac_given_INSTALL" in |
1245 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
1246 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
1247 | esac | |
4947b15f | 1248 | |
7858d8dc C |
1249 | echo creating "$ac_file" |
1250 | rm -f "$ac_file" | |
1251 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
1252 | case "$ac_file" in | |
1253 | *Makefile*) ac_comsub="1i\\ | |
1254 | # $configure_input" ;; | |
1255 | *) ac_comsub= ;; | |
1256 | esac | |
4947b15f ILT |
1257 | |
1258 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
7858d8dc C |
1259 | sed -e "$ac_comsub |
1260 | s%@configure_input@%$configure_input%g | |
1261 | s%@srcdir@%$srcdir%g | |
1262 | s%@top_srcdir@%$top_srcdir%g | |
39c3964f | 1263 | s%@INSTALL@%$INSTALL%g |
4947b15f | 1264 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file |
7858d8dc | 1265 | fi; done |
4947b15f | 1266 | rm -f conftest.s* |
7858d8dc | 1267 | |
4947b15f ILT |
1268 | EOF |
1269 | cat >> $CONFIG_STATUS <<EOF | |
7858d8dc | 1270 | |
4947b15f ILT |
1271 | EOF |
1272 | cat >> $CONFIG_STATUS <<\EOF | |
7858d8dc C |
1273 | |
1274 | exit 0 | |
1275 | EOF | |
1276 | chmod +x $CONFIG_STATUS | |
1277 | rm -fr confdefs* $ac_clean_files | |
1278 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
1279 |