]> Git Repo - binutils.git/blob - binutils/configure
e349442736d79b0873c3538dcfe8393f9e6b5165
[binutils.git] / binutils / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.4 
5 # Copyright (C) 1992, 1993, 1994 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-targets        alternative target configurations"
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
38
39 # Initialize some other variables.
40 subdirs=
41
42 ac_prev=
43 for ac_option
44 do
45
46   # If the previous option needs an argument, assign it.
47   if test -n "$ac_prev"; then
48     eval "$ac_prev=\$ac_option"
49     ac_prev=
50     continue
51   fi
52
53   case "$ac_option" in
54   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
55   *) ac_optarg= ;;
56   esac
57
58   # Accept the important Cygnus configure options, so we can diagnose typos.
59
60   case "$ac_option" in
61
62   -build | --build | --buil | --bui | --bu | --b)
63     ac_prev=build ;;
64   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
65     build="$ac_optarg" ;;
66
67   -cache-file | --cache-file | --cache-fil | --cache-fi \
68   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
69     ac_prev=cache_file ;;
70   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
71   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
72     cache_file="$ac_optarg" ;;
73
74   -disable-* | --disable-*)
75     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
76     # Reject names that are not valid shell variable names.
77     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
78       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
79     fi
80     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
81     eval "enable_${ac_feature}=no" ;;
82
83   -enable-* | --enable-*)
84     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
85     # Reject names that are not valid shell variable names.
86     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
87       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
88     fi
89     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
90     case "$ac_option" in
91       *=*) ;;
92       *) ac_optarg=yes ;;
93     esac
94     eval "enable_${ac_feature}='$ac_optarg'" ;;
95
96   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
97   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
98   | --exec | --exe | --ex)
99     ac_prev=exec_prefix ;;
100   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
101   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
102   | --exec=* | --exe=* | --ex=*)
103     exec_prefix="$ac_optarg" ;;
104
105   -gas | --gas | --ga | --g)
106     # Obsolete; use --with-gas.
107     with_gas=yes ;;
108
109   -help | --help | --hel | --he)
110     # Omit some internal or obsolete options to make the list less imposing.
111     # This message is too long to be a string in the A/UX 3.1 sh.
112     cat << EOF
113 Usage: configure [options] [host]
114 Options: [defaults in brackets after descriptions]
115 Configuration:
116   --cache-file=FILE       cache test results in FILE
117   --help                  print this message
118   --no-create             do not create output files
119   --quiet, --silent       do not print \`checking...' messages
120   --version               print the version of autoconf that created configure
121 Directory and file names:
122   --prefix=PREFIX         install architecture-independent files in PREFIX
123                           [$ac_default_prefix]
124   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
125                           [same as prefix]
126   --srcdir=DIR            find the sources in DIR [configure dir or ..]
127   --program-prefix=PREFIX prepend PREFIX to installed program names
128   --program-suffix=SUFFIX append SUFFIX to installed program names
129   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
130 Host type:
131   --build=BUILD           configure for building on BUILD [BUILD=HOST]
132   --host=HOST             configure for HOST [guessed]
133   --target=TARGET         configure for TARGET [TARGET=HOST]
134 Features and packages:
135   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
136   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
137   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
138   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
139   --x-includes=DIR        X include files are in DIR
140   --x-libraries=DIR       X library files are in DIR
141 --enable and --with options recognized:$ac_help
142 EOF
143     exit 0 ;;
144
145   -host | --host | --hos | --ho)
146     ac_prev=host ;;
147   -host=* | --host=* | --hos=* | --ho=*)
148     host="$ac_optarg" ;;
149
150   -nfp | --nfp | --nf)
151     # Obsolete; use --without-fp.
152     with_fp=no ;;
153
154   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
155   | --no-cr | --no-c)
156     no_create=yes ;;
157
158   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
159   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
160     no_recursion=yes ;;
161
162   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
163     ac_prev=prefix ;;
164   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
165     prefix="$ac_optarg" ;;
166
167   -program-prefix | --program-prefix | --program-prefi | --program-pref \
168   | --program-pre | --program-pr | --program-p)
169     ac_prev=program_prefix ;;
170   -program-prefix=* | --program-prefix=* | --program-prefi=* \
171   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
172     program_prefix="$ac_optarg" ;;
173
174   -program-suffix | --program-suffix | --program-suffi | --program-suff \
175   | --program-suf | --program-su | --program-s)
176     ac_prev=program_suffix ;;
177   -program-suffix=* | --program-suffix=* | --program-suffi=* \
178   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
179     program_suffix="$ac_optarg" ;;
180
181   -program-transform-name | --program-transform-name \
182   | --program-transform-nam | --program-transform-na \
183   | --program-transform-n | --program-transform- \
184   | --program-transform | --program-transfor \
185   | --program-transfo | --program-transf \
186   | --program-trans | --program-tran \
187   | --progr-tra | --program-tr | --program-t)
188     ac_prev=program_transform_name ;;
189   -program-transform-name=* | --program-transform-name=* \
190   | --program-transform-nam=* | --program-transform-na=* \
191   | --program-transform-n=* | --program-transform-=* \
192   | --program-transform=* | --program-transfor=* \
193   | --program-transfo=* | --program-transf=* \
194   | --program-trans=* | --program-tran=* \
195   | --progr-tra=* | --program-tr=* | --program-t=*)
196     program_transform_name="$ac_optarg" ;;
197
198   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
199   | -silent | --silent | --silen | --sile | --sil)
200     silent=yes ;;
201
202   -site | --site | --sit)
203     ac_prev=site ;;
204   -site=* | --site=* | --sit=*)
205     site="$ac_optarg" ;;
206
207   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
208     ac_prev=srcdir ;;
209   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
210     srcdir="$ac_optarg" ;;
211
212   -target | --target | --targe | --targ | --tar | --ta | --t)
213     ac_prev=target ;;
214   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
215     target="$ac_optarg" ;;
216
217   -v | -verbose | --verbose | --verbos | --verbo | --verb)
218     verbose=yes ;;
219
220   -version | --version | --versio | --versi | --vers)
221     echo "configure generated by autoconf version 2.4"
222     exit 0 ;;
223
224   -with-* | --with-*)
225     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
226     # Reject names that are not valid shell variable names.
227     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
228       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
229     fi
230     ac_package=`echo $ac_package| sed 's/-/_/g'`
231     case "$ac_option" in
232       *=*) ;;
233       *) ac_optarg=yes ;;
234     esac
235     eval "with_${ac_package}='$ac_optarg'" ;;
236
237   -without-* | --without-*)
238     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
239     # Reject names that are not valid shell variable names.
240     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
241       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
242     fi
243     ac_package=`echo $ac_package| sed 's/-/_/g'`
244     eval "with_${ac_package}=no" ;;
245
246   --x)
247     # Obsolete; use --with-x.
248     with_x=yes ;;
249
250   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
251   | --x-incl | --x-inc | --x-in | --x-i)
252     ac_prev=x_includes ;;
253   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
254   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
255     x_includes="$ac_optarg" ;;
256
257   -x-libraries | --x-libraries | --x-librarie | --x-librari \
258   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
259     ac_prev=x_libraries ;;
260   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
261   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
262     x_libraries="$ac_optarg" ;;
263
264   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
265     ;;
266
267   *) 
268     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
269       echo "configure: warning: $ac_option: invalid host type" 1>&2
270     fi
271     if test "x$nonopt" != xNONE; then
272       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
273     fi
274     nonopt="$ac_option"
275     ;;
276
277   esac
278 done
279
280 if test -n "$ac_prev"; then
281   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
282 fi
283
284 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
285
286 # File descriptor usage:
287 # 0 standard input
288 # 1 file creation
289 # 2 errors and warnings
290 # 3 some systems may open it to /dev/tty
291 # 4 used on the Kubota Titan
292 # 6 checking for... messages and results
293 # 5 compiler messages saved in config.log
294 if test "$silent" = yes; then
295   exec 6>/dev/null
296 else
297   exec 6>&1
298 fi
299 exec 5>./config.log
300
301 echo "\
302 This file contains any messages produced by compilers while
303 running configure, to aid debugging if configure makes a mistake.
304 " 1>&5
305
306 # Strip out --no-create and --no-recursion so they do not pile up.
307 # Also quote any args containing shell metacharacters.
308 ac_configure_args=
309 for ac_arg
310 do
311   case "$ac_arg" in
312   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
313   | --no-cr | --no-c) ;;
314   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
315   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
316   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
317   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
318   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
319   esac
320 done
321
322 # NLS nuisances.
323 # Only set LANG and LC_ALL to C if already set.
324 # These must not be set unconditionally because not all systems understand
325 # e.g. LANG=C (notably SCO).
326 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
327 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
328
329 # confdefs.h avoids OS command line length limits that DEFS can exceed.
330 rm -rf conftest* confdefs.h
331 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
332 echo > confdefs.h
333
334 # A filename unique to this package, relative to the directory that
335 # configure is in, which we can look for to find out if srcdir is correct.
336 ac_unique_file=ar.c
337
338 # Find the source files, if location was not specified.
339 if test -z "$srcdir"; then
340   ac_srcdir_defaulted=yes
341   # Try the directory containing this script, then its parent.
342   ac_prog=$0
343   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
344   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
345   srcdir=$ac_confdir
346   if test ! -r $srcdir/$ac_unique_file; then
347     srcdir=..
348   fi
349 else
350   ac_srcdir_defaulted=no
351 fi
352 if test ! -r $srcdir/$ac_unique_file; then
353   if test "$ac_srcdir_defaulted" = yes; then
354     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
355   else
356     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
357   fi
358 fi
359 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
360
361 # Prefer explicitly selected file to automatically selected ones.
362 if test -z "$CONFIG_SITE"; then
363   if test "x$prefix" != xNONE; then
364     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
365   else
366     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
367   fi
368 fi
369 for ac_site_file in $CONFIG_SITE; do
370   if test -r "$ac_site_file"; then
371     echo "loading site script $ac_site_file"
372     . "$ac_site_file"
373   fi
374 done
375
376 if test -r "$cache_file"; then
377   echo "loading cache $cache_file"
378   . $cache_file
379 else
380   echo "creating cache $cache_file"
381   > $cache_file
382 fi
383
384 ac_ext=c
385 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
386 ac_cpp='$CPP $CPPFLAGS'
387 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
388 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
389
390 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
391   # Stardent Vistra SVR4 grep lacks -e, says [email protected].
392   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
393     ac_n= ac_c='
394 ' ac_t='        '
395   else
396     ac_n=-n ac_c= ac_t=
397   fi
398 else
399   ac_n= ac_c='\c' ac_t=
400 fi
401
402
403
404 # Check whether --enable-targets or --disable-targets was given.
405 enableval="$enable_targets"
406 if test -n "$enableval"; then
407   case "${enableval}" in
408   yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
409             ;;
410   no)       enable_targets= ;;
411   *)        enable_targets=$enableval ;;
412 esac
413 fi
414
415
416
417 ac_aux_dir=
418 for ac_dir in `cd $srcdir/..; pwd` $srcdir/`cd $srcdir/..; pwd`; do
419   if test -f $ac_dir/install-sh; then
420     ac_aux_dir=$ac_dir
421     ac_install_sh="$ac_aux_dir/install-sh -c"
422     break
423   elif test -f $ac_dir/install.sh; then
424     ac_aux_dir=$ac_dir
425     ac_install_sh="$ac_aux_dir/install.sh -c"
426     break
427   fi
428 done
429 if test -z "$ac_aux_dir"; then
430   { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir/..; pwd` $srcdir/`cd $srcdir/..; pwd`" 1>&2; exit 1; }
431 fi
432 ac_config_guess=$ac_aux_dir/config.guess
433 ac_config_sub=$ac_aux_dir/config.sub
434 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
435
436
437 # Do some error checking and defaulting for the host and target type.
438 # The inputs are:
439 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
440 #
441 # The rules are:
442 # 1. You are not allowed to specify --host, --target, and nonopt at the
443 #    same time. 
444 # 2. Host defaults to nonopt.
445 # 3. If nonopt is not specified, then host defaults to the current host,
446 #    as determined by config.guess.
447 # 4. Target and build default to nonopt.
448 # 5. If nonopt is not specified, then target and build default to host.
449
450 # The aliases save the names the user supplied, while $host etc.
451 # will get canonicalized.
452 case $host---$target---$nonopt in
453 NONE---*---* | *---NONE---* | *---*---NONE) ;;
454 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
455 esac
456
457
458 # Make sure we can run config.sub.
459 if $ac_config_sub sun4 >/dev/null 2>&1; then :
460 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
461 fi
462
463 echo $ac_n "checking host system type""... $ac_c" 1>&6
464
465 host_alias=$host
466 case "$host_alias" in
467 NONE)
468   case $nonopt in
469   NONE)
470     if host_alias=`$ac_config_guess`; then :
471     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
472     fi ;;
473   *) host_alias=$nonopt ;;
474   esac ;;
475 esac
476
477 host=`$ac_config_sub $host_alias`
478 host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
479 host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
480 host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
481 echo "$ac_t""$host" 1>&6
482
483 echo $ac_n "checking target system type""... $ac_c" 1>&6
484
485 target_alias=$target
486 case "$target_alias" in
487 NONE)
488   case $nonopt in
489   NONE) target_alias=$host_alias ;;
490   *) target_alias=$nonopt ;;
491   esac ;;
492 esac
493
494 target=`$ac_config_sub $target_alias`
495 target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
496 target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
497 target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
498 echo "$ac_t""$target" 1>&6
499
500 echo $ac_n "checking build system type""... $ac_c" 1>&6
501
502 build_alias=$build
503 case "$build_alias" in
504 NONE)
505   case $nonopt in
506   NONE) build_alias=$host_alias ;;
507   *) build_alias=$nonopt ;;
508   esac ;;
509 esac
510
511 build=`$ac_config_sub $build_alias`
512 build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
513 build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
514 build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
515 echo "$ac_t""$build" 1>&6
516
517 test "$host_alias" != "$target_alias" &&
518   test "$program_prefix$program_suffix$program_transform_name" = \
519     NONENONEs,x,x, &&
520   program_prefix=${target_alias}-
521
522 if test -z "$target" ; then
523     { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
524 fi
525 if test -z "$host" ; then
526     { echo "configure: error: Unrecognized host system type; please check config.sub." 1>&2; exit 1; }
527 fi
528 if test "$program_transform_name" = s,x,x,; then
529   program_transform_name=
530 else
531   # Double any \ or $.
532   echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed
533   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
534   rm -f conftestsed
535 fi
536 test "$program_prefix" != NONE &&
537   program_transform_name="s,^,${program_prefix},; $program_transform_name"
538 # Use a double $ so make ignores it.
539 test "$program_suffix" != NONE &&
540   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
541
542 # sed with no file args requires a program.
543 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
544
545
546 # host-specific stuff:
547
548 HDEFINES=
549 LDFLAGS=
550
551 . ${srcdir}/../bfd/configure.host
552
553 echo $ac_n "checking for CC""... $ac_c" 1>&6
554 test -z "$CC" && test -r ../Makefile && CC=`egrep '^CC *=' ../Makefile | tail -1 | sed 's/^CC *= *//'`
555 test -z "$CC" && CC=cc
556 echo "$ac_t""setting CC to $CC" 1>&6
557
558 cat > conftest.c <<EOF
559 #ifdef __GNUC__
560   yes;
561 #endif
562 EOF
563 if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
564   GCC=yes
565   if test "${CFLAGS+set}" != set; then
566     echo 'void f(){}' > conftest.c
567     if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
568       CFLAGS="-g -O"
569     else
570       CFLAGS="-O"
571     fi
572   fi
573 else
574   GCC=
575   test "${CFLAGS+set}" = set || CFLAGS="-g"
576 fi
577 rm -f conftest*
578
579
580
581
582 AR=${AR-ar}
583
584 # Extract the first word of "ranlib", so it can be a program name with args.
585 set dummy ranlib; ac_word=$2
586 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
587 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
588   echo $ac_n "(cached) $ac_c" 1>&6
589 else
590   if test -n "$RANLIB"; then
591   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
592 else
593   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
594   for ac_dir in $PATH; do
595     test -z "$ac_dir" && ac_dir=.
596     if test -f $ac_dir/$ac_word; then
597       ac_cv_prog_RANLIB="ranlib"
598       break
599     fi
600   done
601   IFS="$ac_save_ifs"
602   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
603 fi
604 fi
605 RANLIB="$ac_cv_prog_RANLIB"
606 if test -n "$RANLIB"; then
607   echo "$ac_t""$RANLIB" 1>&6
608 else
609   echo "$ac_t""no" 1>&6
610 fi
611
612 # Find a good install program.  We prefer a C program (faster),
613 # so one script is as good as another.  But avoid the broken or
614 # incompatible versions:
615 # SysV /etc/install, /usr/sbin/install
616 # SunOS /usr/etc/install
617 # IRIX /sbin/install
618 # AIX /bin/install
619 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
620 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
621 # ./install, which can be erroneously created by make from ./install.sh.
622 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
623 if test -z "$INSTALL"; then
624 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
625   echo $ac_n "(cached) $ac_c" 1>&6
626 else
627     IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
628   for ac_dir in $PATH; do
629     # Account for people who put trailing slashes in PATH elements.
630     case "$ac_dir/" in
631     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
632     *)
633       # OSF1 and SCO ODT 3.0 have their own names for install.
634       for ac_prog in ginstall installbsd scoinst install; do
635         if test -f $ac_dir/$ac_prog; then
636           if test $ac_prog = install &&
637             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
638             # AIX install.  It has an incompatible calling convention.
639             # OSF/1 installbsd also uses dspmsg, but is usable.
640             :
641           else
642             ac_cv_path_install="$ac_dir/$ac_prog -c"
643             break 2
644           fi
645         fi
646       done
647       ;;
648     esac
649   done
650   IFS="$ac_save_ifs"
651   # As a last resort, use the slow shell script.
652   test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
653 fi
654   INSTALL="$ac_cv_path_install"
655 fi
656 echo "$ac_t""$INSTALL" 1>&6
657
658 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
659 # It thinks the first close brace ends the variable substitution.
660 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
661
662 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
663
664
665 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
666 # On Suns, sometimes $CPP names a directory.
667 if test -n "$CPP" && test -d "$CPP"; then
668   CPP=
669 fi
670 if test -z "$CPP"; then
671 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
672   echo $ac_n "(cached) $ac_c" 1>&6
673 else
674     # This must be in double quotes, not single quotes, because CPP may get
675   # substituted into the Makefile and "${CC-cc}" will confuse make.
676   CPP="${CC-cc} -E"
677   # On the NeXT, cc -E runs the code through the compiler's parser,
678   # not just through cpp.
679   cat > conftest.$ac_ext <<EOF
680 #line 681 "configure"
681 #include "confdefs.h"
682 #include <assert.h>
683 Syntax Error
684 EOF
685 eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
686 ac_err=`grep -v '^ *+' conftest.out`
687 if test -z "$ac_err"; then
688   :
689 else
690   echo "$ac_err" >&5
691   rm -rf conftest*
692   CPP="${CC-cc} -E -traditional-cpp"
693   cat > conftest.$ac_ext <<EOF
694 #line 695 "configure"
695 #include "confdefs.h"
696 #include <assert.h>
697 Syntax Error
698 EOF
699 eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
700 ac_err=`grep -v '^ *+' conftest.out`
701 if test -z "$ac_err"; then
702   :
703 else
704   echo "$ac_err" >&5
705   rm -rf conftest*
706   CPP=/lib/cpp
707 fi
708 rm -f conftest*
709 fi
710 rm -f conftest*
711   ac_cv_prog_CPP="$CPP"
712 fi
713   CPP="$ac_cv_prog_CPP"
714 else
715   ac_cv_prog_CPP="$CPP"
716 fi
717 echo "$ac_t""$CPP" 1>&6
718
719 for ac_hdr in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h
720 do
721 ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
722 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
723 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
724   echo $ac_n "(cached) $ac_c" 1>&6
725 else
726   cat > conftest.$ac_ext <<EOF
727 #line 728 "configure"
728 #include "confdefs.h"
729 #include <$ac_hdr>
730 EOF
731 eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
732 ac_err=`grep -v '^ *+' conftest.out`
733 if test -z "$ac_err"; then
734   rm -rf conftest*
735   eval "ac_cv_header_$ac_safe=yes"
736 else
737   echo "$ac_err" >&5
738   rm -rf conftest*
739   eval "ac_cv_header_$ac_safe=no"
740 fi
741 rm -f conftest*
742 fi
743 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
744   echo "$ac_t""yes" 1>&6
745     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
746   cat >> confdefs.h <<EOF
747 #define $ac_tr_hdr 1
748 EOF
749  
750 else
751   echo "$ac_t""no" 1>&6
752 fi
753 done
754
755 for ac_func in sbrk utimes
756 do
757 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
758 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
759   echo $ac_n "(cached) $ac_c" 1>&6
760 else
761   cat > conftest.$ac_ext <<EOF
762 #line 763 "configure"
763 #include "confdefs.h"
764 /* System header to define __stub macros and hopefully few prototypes,
765     which can conflict with char $ac_func(); below.  */
766 #include <assert.h>
767 /* Override any gcc2 internal prototype to avoid an error.  */
768 char $ac_func(); 
769
770 int main() { return 0; }
771 int t() {
772
773 /* The GNU C library defines this for functions which it implements
774     to always fail with ENOSYS.  Some functions are actually named
775     something starting with __ and the normal name is an alias.  */
776 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
777 choke me
778 #else
779 $ac_func();
780 #endif
781
782 ; return 0; }
783 EOF
784 if eval $ac_link; then
785   rm -rf conftest*
786   eval "ac_cv_func_$ac_func=yes"
787 else
788   rm -rf conftest*
789   eval "ac_cv_func_$ac_func=no"
790 fi
791 rm -f conftest*
792
793 fi
794 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
795   echo "$ac_t""yes" 1>&6
796     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
797   cat >> confdefs.h <<EOF
798 #define $ac_tr_func 1
799 EOF
800  
801 else
802   echo "$ac_t""no" 1>&6
803 fi
804 done
805
806
807 echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6
808 if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then
809   echo $ac_n "(cached) $ac_c" 1>&6
810 else
811   cat > conftest.$ac_ext <<EOF
812 #line 813 "configure"
813 #include "confdefs.h"
814 #include <time.h>
815 int main() { return 0; }
816 int t() {
817 time_t i;
818 ; return 0; }
819 EOF
820 if eval $ac_compile; then
821   rm -rf conftest*
822   bu_cv_decl_time_t_time_h=yes
823 else
824   rm -rf conftest*
825   bu_cv_decl_time_t_time_h=no
826 fi
827 rm -f conftest*
828
829 fi
830
831 echo "$ac_t""$bu_cv_decl_time_t_time_h" 1>&6
832 if test $bu_cv_decl_time_t_time_h = yes; then
833   cat >> confdefs.h <<\EOF
834 #define HAVE_TIME_T_IN_TIME_H 1
835 EOF
836
837 fi
838
839 echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6
840 if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then
841   echo $ac_n "(cached) $ac_c" 1>&6
842 else
843   cat > conftest.$ac_ext <<EOF
844 #line 845 "configure"
845 #include "confdefs.h"
846 #include <sys/types.h>
847 int main() { return 0; }
848 int t() {
849 time_t i;
850 ; return 0; }
851 EOF
852 if eval $ac_compile; then
853   rm -rf conftest*
854   bu_cv_decl_time_t_types_h=yes
855 else
856   rm -rf conftest*
857   bu_cv_decl_time_t_types_h=no
858 fi
859 rm -f conftest*
860
861 fi
862
863 echo "$ac_t""$bu_cv_decl_time_t_types_h" 1>&6
864 if test $bu_cv_decl_time_t_types_h = yes; then
865   cat >> confdefs.h <<\EOF
866 #define HAVE_TIME_T_IN_TYPES_H 1
867 EOF
868
869 fi
870
871 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
872 # by default.
873 echo $ac_n "checking for utime.h""... $ac_c" 1>&6
874 if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then
875   echo $ac_n "(cached) $ac_c" 1>&6
876 else
877   cat > conftest.$ac_ext <<EOF
878 #line 879 "configure"
879 #include "confdefs.h"
880 #include <sys/types.h>
881 #ifdef HAVE_TIME_H
882 #include <time.h>
883 #endif
884 #include <utime.h>
885 int main() { return 0; }
886 int t() {
887 struct utimbuf s;
888 ; return 0; }
889 EOF
890 if eval $ac_compile; then
891   rm -rf conftest*
892   bu_cv_header_utime_h=yes
893 else
894   rm -rf conftest*
895   bu_cv_header_utime_h=no
896 fi
897 rm -f conftest*
898
899 fi
900
901 echo "$ac_t""$bu_cv_header_utime_h" 1>&6
902 if test $bu_cv_header_utime_h = yes; then
903   cat >> confdefs.h <<\EOF
904 #define HAVE_GOOD_UTIME_H 1
905 EOF
906
907 fi
908
909 echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6
910 if eval "test \"`echo '$''{'bu_cv_decl_needed_fprintf'+set}'`\" = set"; then
911   echo $ac_n "(cached) $ac_c" 1>&6
912 else
913   cat > conftest.$ac_ext <<EOF
914 #line 915 "configure"
915 #include "confdefs.h"
916 #include <stdio.h>
917 int main() { return 0; }
918 int t() {
919 int (*pfn) = (int (*)) fprintf
920 ; return 0; }
921 EOF
922 if eval $ac_compile; then
923   rm -rf conftest*
924   bu_cv_decl_needed_fprintf=no
925 else
926   rm -rf conftest*
927   bu_cv_decl_needed_fprintf=yes
928 fi
929 rm -f conftest*
930
931 fi
932
933 echo "$ac_t""$bu_cv_decl_needed_fprintf" 1>&6
934 if test $bu_cv_decl_needed_fprintf = yes; then
935   cat >> confdefs.h <<\EOF
936 #define NEED_DECLARATION_FPRINTF 1
937 EOF
938
939 fi
940
941 case "${host}" in
942 i34586-*-msdos* | i34586-*-go32* | i34586-*-win32)
943   cat >> confdefs.h <<\EOF
944 #define USE_BINARY_FOPEN 1
945 EOF
946  ;;
947 esac
948
949 # target-specific stuff:
950
951 # Canonicalize the secondary target names.
952 target_makefile_fragment=/dev/null
953 if test -n "$enable_targets"; then
954     for targ in `echo $enable_targets | sed 's/,/ /g'`
955     do
956         result=`$ac_config_sub $targ 2>/dev/null`
957         if test -n "$result"; then
958             canon_targets="$canon_targets $result"
959         else
960             # Allow targets that config.sub doesn't recognize, like "all".
961             canon_targets="$canon_targets $targ"
962         fi
963     done
964 else
965     # If our target is rs6000 _and nothing else_ then we build only nm!
966     case $target in
967     rs6000-*-lynx*) target_makefile_fragment=${srcdir}/config/rslynx ;;
968     esac
969 fi
970
971
972 all_targets=false
973 BUILD_NLMCONV=
974 NLMCONV_DEFS=
975 BUILD_SRCONV=
976 BUILD_DLLTOOL=
977 DLLTOOL_DEFS=
978
979 for targ in $target $canon_targets
980 do
981     if test "x$targ" = "xall"; then
982         all_targets=true
983         BUILD_NLMCONV='$(NLMCONV_PROG)'
984         BUILD_SRCONV='$(SRCONV_PROG)'
985         NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
986     else
987         case $targ in
988         i[345]86*-*-netware*) 
989           BUILD_NLMCONV='$(NLMCONV_PROG)'
990           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
991           ;;
992         alpha*-*-netware*)
993           BUILD_NLMCONV='$(NLMCONV_PROG)'
994           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
995           ;;
996         powerpc*-*-netware*)
997           BUILD_NLMCONV='$(NLMCONV_PROG)'
998           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
999           ;;
1000         sparc*-*-netware*)
1001           BUILD_NLMCONV='$(NLMCONV_PROG)'
1002           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
1003           ;;
1004         esac
1005         case $targ in
1006         *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
1007         esac
1008         case $targ in
1009         arm-*pe*)
1010           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
1011           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
1012          ;;
1013         i[3-6]86-*pe* | i[3-6]86-*-win32)
1014           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
1015           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
1016          ;;
1017         esac
1018     fi
1019 done
1020
1021
1022
1023
1024
1025
1026
1027 targ=$target
1028 . $srcdir/../bfd/config.bfd
1029 if test "x$targ_underscore" = "xyes"; then
1030     UNDERSCORE=1
1031 else
1032     UNDERSCORE=0
1033 fi
1034
1035
1036 trap '' 1 2 15
1037 cat > confcache <<\EOF
1038 # This file is a shell script that caches the results of configure
1039 # tests run on this system so they can be shared between configure
1040 # scripts and configure runs.  It is not useful on other systems.
1041 # If it contains results you don't want to keep, you may remove or edit it.
1042 #
1043 # By default, configure uses ./config.cache as the cache file,
1044 # creating it if it does not exist already.  You can give configure
1045 # the --cache-file=FILE option to use a different cache file; that is
1046 # what configure does when it calls configure scripts in
1047 # subdirectories, so they share the cache.
1048 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1049 # config.status only pays attention to the cache file if you give it the
1050 # --recheck option to rerun configure.
1051 #
1052 EOF
1053 # Ultrix sh set writes to stderr and can't be redirected directly,
1054 # and sets the high bit in the cache file unless we assign to the vars.
1055 (set) 2>&1 |
1056   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
1057   >> confcache
1058 if cmp -s $cache_file confcache; then
1059   :
1060 else
1061   if test -w $cache_file; then
1062     echo "updating cache $cache_file"
1063     cat confcache > $cache_file
1064   else
1065     echo "not updating unwritable cache $cache_file"
1066   fi
1067 fi
1068 rm -f confcache
1069
1070 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1071
1072 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1073 # Let make expand exec_prefix.
1074 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1075
1076 # Any assignment to VPATH causes Sun make to only execute
1077 # the first set of double-colon rules, so remove it if not needed.
1078 # If there is a colon in the path, we need to keep it.
1079 if test "x$srcdir" = x.; then
1080   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1081 fi
1082
1083 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1084
1085 DEFS=-DHAVE_CONFIG_H
1086
1087 # Without the "./", some shells look in PATH for config.status.
1088 : ${CONFIG_STATUS=./config.status}
1089
1090 echo creating $CONFIG_STATUS
1091 rm -f $CONFIG_STATUS
1092 cat > $CONFIG_STATUS <<EOF
1093 #! /bin/sh
1094 # Generated automatically by configure.
1095 # Run this file to recreate the current configuration.
1096 # This directory was configured as follows,
1097 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1098 #
1099 # $0 $ac_configure_args
1100 #
1101 # Compiler output produced by configure, useful for debugging
1102 # configure, is in ./config.log if it exists.
1103
1104 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1105 for ac_option
1106 do
1107   case "\$ac_option" in
1108   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1109     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1110     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1111   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1112     echo "$CONFIG_STATUS generated by autoconf version 2.4"
1113     exit 0 ;;
1114   -help | --help | --hel | --he | --h)
1115     echo "\$ac_cs_usage"; exit 0 ;;
1116   *) echo "\$ac_cs_usage"; exit 1 ;;
1117   esac
1118 done
1119
1120 ac_given_srcdir=$srcdir
1121 ac_given_INSTALL="$INSTALL"
1122
1123 trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1124
1125 # Protect against being on the right side of a sed subst in config.status. 
1126 sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
1127  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
1128 $ac_vpsub
1129 $extrasub
1130 s%@CFLAGS@%$CFLAGS%g
1131 s%@CPPFLAGS@%$CPPFLAGS%g
1132 s%@CXXFLAGS@%$CXXFLAGS%g
1133 s%@DEFS@%$DEFS%g
1134 s%@LDFLAGS@%$LDFLAGS%g
1135 s%@LIBS@%$LIBS%g
1136 s%@exec_prefix@%$exec_prefix%g
1137 s%@prefix@%$prefix%g
1138 s%@program_transform_name@%$program_transform_name%g
1139 s%@host@%$host%g
1140 s%@host_alias@%$host_alias%g
1141 s%@host_cpu@%$host_cpu%g
1142 s%@host_vendor@%$host_vendor%g
1143 s%@host_os@%$host_os%g
1144 s%@target@%$target%g
1145 s%@target_alias@%$target_alias%g
1146 s%@target_cpu@%$target_cpu%g
1147 s%@target_vendor@%$target_vendor%g
1148 s%@target_os@%$target_os%g
1149 s%@build@%$build%g
1150 s%@build_alias@%$build_alias%g
1151 s%@build_cpu@%$build_cpu%g
1152 s%@build_vendor@%$build_vendor%g
1153 s%@build_os@%$build_os%g
1154 s%@CC@%$CC%g
1155 s%@HDEFINES@%$HDEFINES%g
1156 s%@AR@%$AR%g
1157 s%@RANLIB@%$RANLIB%g
1158 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1159 s%@INSTALL_DATA@%$INSTALL_DATA%g
1160 s%@CPP@%$CPP%g
1161 /@target_makefile_fragment@/r $target_makefile_fragment
1162 s%@target_makefile_fragment@%%g
1163 s%@NLMCONV_DEFS@%$NLMCONV_DEFS%g
1164 s%@BUILD_NLMCONV@%$BUILD_NLMCONV%g
1165 s%@BUILD_SRCONV@%$BUILD_SRCONV%g
1166 s%@BUILD_DLLTOOL@%$BUILD_DLLTOOL%g
1167 s%@DLLTOOL_DEFS@%$DLLTOOL_DEFS%g
1168 s%@UNDERSCORE@%$UNDERSCORE%g
1169
1170 CEOF
1171 EOF
1172 cat >> $CONFIG_STATUS <<EOF
1173
1174 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1175 EOF
1176 cat >> $CONFIG_STATUS <<\EOF
1177 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1178   # Support "outfile[:infile]", defaulting infile="outfile.in".
1179   case "$ac_file" in
1180   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1181        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1182   *) ac_file_in="${ac_file}.in" ;;
1183   esac
1184
1185   # Adjust relative srcdir, etc. for subdirectories.
1186
1187   # Remove last slash and all that follows it.  Not all systems have dirname.
1188   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1189   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1190     # The file is in a subdirectory.
1191     test ! -d "$ac_dir" && mkdir "$ac_dir"
1192     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1193     # A "../" for each directory in $ac_dir_suffix.
1194     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1195   else
1196     ac_dir_suffix= ac_dots=
1197   fi
1198
1199   case "$ac_given_srcdir" in
1200   .)  srcdir=.
1201       if test -z "$ac_dots"; then top_srcdir=.
1202       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1203   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1204   *) # Relative path.
1205     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1206     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1207   esac
1208
1209   case "$ac_given_INSTALL" in
1210   [/$]*) INSTALL="$ac_given_INSTALL" ;;
1211   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1212   esac
1213   echo creating "$ac_file"
1214   rm -f "$ac_file"
1215   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1216   case "$ac_file" in
1217   *Makefile*) ac_comsub="1i\\
1218 # $configure_input" ;;
1219   *) ac_comsub= ;;
1220   esac
1221   sed -e "$ac_comsub
1222 s%@configure_input@%$configure_input%g
1223 s%@srcdir@%$srcdir%g
1224 s%@top_srcdir@%$top_srcdir%g
1225 s%@INSTALL@%$INSTALL%g
1226 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
1227 fi; done
1228 rm -f conftest.subs
1229
1230 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1231 # NAME is the cpp macro being defined and VALUE is the value it is being given.
1232 #
1233 # ac_d sets the value in "#define NAME VALUE" lines.
1234 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
1235 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
1236 ac_dC='\3'
1237 ac_dD='%g'
1238 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1239 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1240 ac_uB='\([      ]\)%\1#\2define\3'
1241 ac_uC=' '
1242 ac_uD='\4%g'
1243 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1244 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1245 ac_eB='$%\1#\2define\3'
1246 ac_eC=' '
1247 ac_eD='%g'
1248
1249 CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}
1250 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1251   # Support "outfile[:infile]", defaulting infile="outfile.in".
1252   case "$ac_file" in
1253   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1254        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1255   *) ac_file_in="${ac_file}.in" ;;
1256   esac
1257
1258   echo creating $ac_file
1259
1260   rm -f conftest.frag conftest.in conftest.out
1261   cp $ac_given_srcdir/$ac_file_in conftest.in
1262
1263 EOF
1264
1265 # Transform confdefs.h into a sed script conftest.vals that substitutes
1266 # the proper values into config.h.in to produce config.h.  And first:
1267 # Protect against being on the right side of a sed subst in config.status. 
1268 # Protect against being in an unquoted here document in config.status.
1269 rm -f conftest.vals
1270 cat > conftest.hdr <<\EOF
1271 s/[\\&%]/\\&/g
1272 s%[\\$`]%\\&%g
1273 s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1274 s%ac_d%ac_u%gp
1275 s%ac_u%ac_e%gp
1276 EOF
1277 sed -n -f conftest.hdr confdefs.h > conftest.vals
1278 rm -f conftest.hdr
1279
1280 # This sed command replaces #undef with comments.  This is necessary, for
1281 # example, in the case of _POSIX_SOURCE, which is predefined and required
1282 # on some systems where configure will not decide to define it.
1283 cat >> conftest.vals <<\EOF
1284 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1285 EOF
1286
1287 # Break up conftest.vals because some shells have a limit on
1288 # the size of here documents, and old seds have small limits too.
1289 # Maximum number of lines to put in a single here document.
1290 ac_max_here_lines=12
1291
1292 rm -f conftest.tail
1293 while :
1294 do
1295   ac_lines=`grep -c . conftest.vals`
1296   # grep -c gives empty output for an empty file on some AIX systems.
1297   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1298   # Write a limited-size here document to conftest.frag.
1299   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1300   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1301   echo 'CEOF
1302   sed -f conftest.frag conftest.in > conftest.out
1303   rm -f conftest.in
1304   mv conftest.out conftest.in
1305 ' >> $CONFIG_STATUS
1306   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1307   rm -f conftest.vals
1308   mv conftest.tail conftest.vals
1309 done
1310 rm -f conftest.vals
1311
1312 cat >> $CONFIG_STATUS <<\EOF
1313   rm -f conftest.frag conftest.h
1314   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
1315   cat conftest.in >> conftest.h
1316   rm -f conftest.in
1317   if cmp -s $ac_file conftest.h 2>/dev/null; then
1318     echo "$ac_file is unchanged"
1319     rm -f conftest.h
1320   else
1321     rm -f $ac_file
1322     mv conftest.h $ac_file
1323   fi
1324 fi; done
1325
1326
1327 case x$CONFIG_HEADERS in xconfig.h) echo > stamp-h ;; esac
1328 exit 0
1329 EOF
1330 chmod +x $CONFIG_STATUS
1331 rm -fr confdefs* $ac_clean_files
1332 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1333
This page took 0.099325 seconds and 2 git commands to generate.