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