3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix
=/usr
/local
13 # Any additions from configure.in:
15 --enable-multilib build hella library versions (default)"
17 --with-target-subdir=SUBDIR
18 configuring in a subdirectory"
20 --with-cross-host=HOST configuring with a cross compiler"
22 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory "
24 --enable-shared[=PKGS] build shared libraries [default=yes]"
26 --enable-static[=PKGS] build static libraries [default=yes]"
28 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
30 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
32 --disable-libtool-lock avoid locking (might break parallel builds)"
34 --with-pic try to use only PIC/non-PIC objects [default=use both]"
36 # Initialize some variables set by options.
37 # The variables have the same names as the options, with
38 # dashes changed to underlines.
40 cache_file
=.
/config.cache
49 program_transform_name
=s
,x
,x
,
57 bindir
='${exec_prefix}/bin'
58 sbindir
='${exec_prefix}/sbin'
59 libexecdir
='${exec_prefix}/libexec'
60 datadir
='${prefix}/share'
61 sysconfdir
='${prefix}/etc'
62 sharedstatedir
='${prefix}/com'
63 localstatedir
='${prefix}/var'
64 libdir
='${exec_prefix}/lib'
65 includedir
='${prefix}/include'
66 oldincludedir
='/usr/include'
67 infodir
='${prefix}/info'
68 mandir
='${prefix}/man'
70 # Initialize some other variables.
73 SHELL
=${CONFIG_SHELL-/bin/sh}
74 # Maximum number of lines to put in a shell here document.
81 # If the previous option needs an argument, assign it.
82 if test -n "$ac_prev"; then
83 eval "$ac_prev=\$ac_option"
89 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
93 # Accept the important Cygnus configure options, so we can diagnose typos.
97 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
99 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
100 bindir
="$ac_optarg" ;;
102 -build |
--build |
--buil |
--bui |
--bu)
104 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
105 build
="$ac_optarg" ;;
107 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
108 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
109 ac_prev
=cache_file
;;
110 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
111 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
112 cache_file
="$ac_optarg" ;;
114 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
116 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
118 datadir
="$ac_optarg" ;;
120 -disable-* |
--disable-*)
121 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
122 # Reject names that are not valid shell variable names.
123 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
124 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
126 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
127 eval "enable_${ac_feature}=no" ;;
129 -enable-* |
--enable-*)
130 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
131 # Reject names that are not valid shell variable names.
132 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
133 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
135 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
140 eval "enable_${ac_feature}='$ac_optarg'" ;;
142 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
143 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
144 |
--exec |
--exe |
--ex)
145 ac_prev
=exec_prefix
;;
146 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
147 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
148 |
--exec=* |
--exe=* |
--ex=*)
149 exec_prefix
="$ac_optarg" ;;
151 -gas |
--gas |
--ga |
--g)
152 # Obsolete; use --with-gas.
155 -help |
--help |
--hel |
--he)
156 # Omit some internal or obsolete options to make the list less imposing.
157 # This message is too long to be a string in the A/UX 3.1 sh.
159 Usage: configure [options] [host]
160 Options: [defaults in brackets after descriptions]
162 --cache-file=FILE cache test results in FILE
163 --help print this message
164 --no-create do not create output files
165 --quiet, --silent do not print \`checking...' messages
166 --version print the version of autoconf that created configure
167 Directory and file names:
168 --prefix=PREFIX install architecture-independent files in PREFIX
170 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
172 --bindir=DIR user executables in DIR [EPREFIX/bin]
173 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
174 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
175 --datadir=DIR read-only architecture-independent data in DIR
177 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
178 --sharedstatedir=DIR modifiable architecture-independent data in DIR
180 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
181 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
182 --includedir=DIR C header files in DIR [PREFIX/include]
183 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
184 --infodir=DIR info documentation in DIR [PREFIX/info]
185 --mandir=DIR man documentation in DIR [PREFIX/man]
186 --srcdir=DIR find the sources in DIR [configure dir or ..]
187 --program-prefix=PREFIX prepend PREFIX to installed program names
188 --program-suffix=SUFFIX append SUFFIX to installed program names
189 --program-transform-name=PROGRAM
190 run sed PROGRAM on installed program names
194 --build=BUILD configure for building on BUILD [BUILD=HOST]
195 --host=HOST configure for HOST [guessed]
196 --target=TARGET configure for TARGET [TARGET=HOST]
197 Features and packages:
198 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
199 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
200 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
201 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
202 --x-includes=DIR X include files are in DIR
203 --x-libraries=DIR X library files are in DIR
205 if test -n "$ac_help"; then
206 echo "--enable and --with options recognized:$ac_help"
210 -host |
--host |
--hos |
--ho)
212 -host=* |
--host=* |
--hos=* |
--ho=*)
215 -includedir |
--includedir |
--includedi |
--included |
--include \
216 |
--includ |
--inclu |
--incl |
--inc)
217 ac_prev
=includedir
;;
218 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
219 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
220 includedir
="$ac_optarg" ;;
222 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
224 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
225 infodir
="$ac_optarg" ;;
227 -libdir |
--libdir |
--libdi |
--libd)
229 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
230 libdir
="$ac_optarg" ;;
232 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
233 |
--libexe |
--libex |
--libe)
234 ac_prev
=libexecdir
;;
235 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
236 |
--libexe=* |
--libex=* |
--libe=*)
237 libexecdir
="$ac_optarg" ;;
239 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
240 |
--localstate |
--localstat |
--localsta |
--localst \
241 |
--locals |
--local |
--loca |
--loc |
--lo)
242 ac_prev
=localstatedir
;;
243 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
244 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
245 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
246 localstatedir
="$ac_optarg" ;;
248 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
250 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
251 mandir
="$ac_optarg" ;;
254 # Obsolete; use --without-fp.
257 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
261 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
262 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
265 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
266 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
267 |
--oldin |
--oldi |
--old |
--ol |
--o)
268 ac_prev
=oldincludedir
;;
269 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
270 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
271 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
272 oldincludedir
="$ac_optarg" ;;
274 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
276 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
277 prefix
="$ac_optarg" ;;
279 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
280 |
--program-pre |
--program-pr |
--program-p)
281 ac_prev
=program_prefix
;;
282 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
283 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
284 program_prefix
="$ac_optarg" ;;
286 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
287 |
--program-suf |
--program-su |
--program-s)
288 ac_prev
=program_suffix
;;
289 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
290 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
291 program_suffix
="$ac_optarg" ;;
293 -program-transform-name |
--program-transform-name \
294 |
--program-transform-nam |
--program-transform-na \
295 |
--program-transform-n |
--program-transform- \
296 |
--program-transform |
--program-transfor \
297 |
--program-transfo |
--program-transf \
298 |
--program-trans |
--program-tran \
299 |
--progr-tra |
--program-tr |
--program-t)
300 ac_prev
=program_transform_name
;;
301 -program-transform-name=* |
--program-transform-name=* \
302 |
--program-transform-nam=* |
--program-transform-na=* \
303 |
--program-transform-n=* |
--program-transform-=* \
304 |
--program-transform=* |
--program-transfor=* \
305 |
--program-transfo=* |
--program-transf=* \
306 |
--program-trans=* |
--program-tran=* \
307 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
308 program_transform_name
="$ac_optarg" ;;
310 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
311 |
-silent |
--silent |
--silen |
--sile |
--sil)
314 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
316 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
318 sbindir
="$ac_optarg" ;;
320 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
321 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
322 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
324 ac_prev
=sharedstatedir
;;
325 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
326 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
327 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
329 sharedstatedir
="$ac_optarg" ;;
331 -site |
--site |
--sit)
333 -site=* |
--site=* |
--sit=*)
336 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
338 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
339 srcdir
="$ac_optarg" ;;
341 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
342 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
343 ac_prev
=sysconfdir
;;
344 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
345 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
346 sysconfdir
="$ac_optarg" ;;
348 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
350 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
351 target
="$ac_optarg" ;;
353 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
356 -version |
--version |
--versio |
--versi |
--vers)
357 echo "configure generated by autoconf version 2.13"
361 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
362 # Reject names that are not valid shell variable names.
363 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
364 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
366 ac_package
=`echo $ac_package| sed 's/-/_/g'`
371 eval "with_${ac_package}='$ac_optarg'" ;;
373 -without-* |
--without-*)
374 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
375 # Reject names that are not valid shell variable names.
376 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
377 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
379 ac_package
=`echo $ac_package| sed 's/-/_/g'`
380 eval "with_${ac_package}=no" ;;
383 # Obsolete; use --with-x.
386 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
387 |
--x-incl |
--x-inc |
--x-in |
--x-i)
388 ac_prev
=x_includes
;;
389 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
390 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
391 x_includes
="$ac_optarg" ;;
393 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
394 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
395 ac_prev
=x_libraries
;;
396 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
397 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
398 x_libraries
="$ac_optarg" ;;
400 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
404 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
405 echo "configure: warning: $ac_option: invalid host type" 1>&2
407 if test "x$nonopt" != xNONE
; then
408 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
416 if test -n "$ac_prev"; then
417 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
420 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
422 # File descriptor usage:
425 # 2 errors and warnings
426 # 3 some systems may open it to /dev/tty
427 # 4 used on the Kubota Titan
428 # 6 checking for... messages and results
429 # 5 compiler messages saved in config.log
430 if test "$silent" = yes; then
438 This file contains any messages produced by compilers while
439 running configure, to aid debugging if configure makes a mistake.
442 # Strip out --no-create and --no-recursion so they do not pile up.
443 # Also quote any args containing shell metacharacters.
448 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
449 |
--no-cr |
--no-c) ;;
450 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
451 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
452 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
453 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
454 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
459 # Only set these to C if already set. These must not be set unconditionally
460 # because not all systems understand e.g. LANG=C (notably SCO).
461 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
462 # Non-C LC_CTYPE values break the ctype check.
463 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
464 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
465 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
466 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
468 # confdefs.h avoids OS command line length limits that DEFS can exceed.
469 rm -rf conftest
* confdefs.h
470 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
473 # A filename unique to this package, relative to the directory that
474 # configure is in, which we can look for to find out if srcdir is correct.
475 ac_unique_file
=libF77
/Version.c
477 # Find the source files, if location was not specified.
478 if test -z "$srcdir"; then
479 ac_srcdir_defaulted
=yes
480 # Try the directory containing this script, then its parent.
482 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
483 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
485 if test ! -r $srcdir/$ac_unique_file; then
489 ac_srcdir_defaulted
=no
491 if test ! -r $srcdir/$ac_unique_file; then
492 if test "$ac_srcdir_defaulted" = yes; then
493 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
495 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
498 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
500 # Prefer explicitly selected file to automatically selected ones.
501 if test -z "$CONFIG_SITE"; then
502 if test "x$prefix" != xNONE
; then
503 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
505 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
508 for ac_site_file
in $CONFIG_SITE; do
509 if test -r "$ac_site_file"; then
510 echo "loading site script $ac_site_file"
515 if test -r "$cache_file"; then
516 echo "loading cache $cache_file"
519 echo "creating cache $cache_file"
524 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
525 ac_cpp
='$CPP $CPPFLAGS'
526 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
527 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
528 cross_compiling
=$ac_cv_prog_cc_cross
532 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
533 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
534 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
541 ac_n
= ac_c
='\c' ac_t
=
546 # This works around the fact that libtool configuration may change LD
547 # for this particular configuration, but some shells, instead of
548 # keeping the changes in LD private, export them just because LD is
550 ORIGINAL_LD_FOR_MULTILIBS
=$LD
553 # Check whether --enable-multilib or --disable-multilib was given.
554 if test "${enable_multilib+set}" = set; then
555 enableval
="$enable_multilib"
556 case "${enableval}" in
559 *) { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
565 # When building with srcdir == objdir, links to the source files will
566 # be created in directories within the target_subdir. We have to
567 # adjust toplevel_srcdir accordingly, so that configure finds
568 # install-sh and other auxiliary files that live in the top-level
570 if test "${srcdir}" = "."; then
571 if test -z "${with_target_subdir}"; then
574 if test "${with_target_subdir}" != "."; then
575 toprel
="${with_multisrctop}../.."
577 toprel
="${with_multisrctop}.."
584 for ac_dir
in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel; do
585 if test -f $ac_dir/install-sh
; then
587 ac_install_sh
="$ac_aux_dir/install-sh -c"
589 elif test -f $ac_dir/install.sh
; then
591 ac_install_sh
="$ac_aux_dir/install.sh -c"
595 if test -z "$ac_aux_dir"; then
596 { echo "configure: error: can not find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" 1>&2; exit 1; }
598 ac_config_guess=$ac_aux_dir/config.guess
599 ac_config_sub=$ac_aux_dir/config.sub
600 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
602 toplevel_srcdir=\${top_srcdir}/$toprel
607 # Do some error checking and defaulting for the host and target type.
609 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
612 # 1. You are not allowed to specify --host, --target, and nonopt at the
614 # 2. Host defaults to nonopt.
615 # 3. If nonopt is not specified, then host defaults to the current host,
616 # as determined by config.guess.
617 # 4. Target and build default to nonopt.
618 # 5. If nonopt is not specified, then target and build default to host.
620 # The aliases save the names the user supplied, while $host etc.
621 # will get canonicalized.
622 case $host---$target---$nonopt in
623 NONE---*---* | *---NONE---* | *---*---NONE) ;;
624 *) { echo "configure
: error
: can only configure
for one
host and one target
at a
time" 1>&2; exit 1; } ;;
628 # Make sure we can run config.sub.
629 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
630 else { echo "configure
: error
: can not run
$ac_config_sub" 1>&2; exit 1; }
633 echo $ac_n "checking
host system
type""...
$ac_c" 1>&6
634 echo "configure
:635: checking
host system
type" >&5
637 case "$host_alias" in
641 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
642 else { echo "configure
: error
: can not guess
host type; you must specify one
" 1>&2; exit 1; }
644 *) host_alias=$nonopt ;;
648 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
649 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
650 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
651 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
652 echo "$ac_t""$host" 1>&6
654 echo $ac_n "checking target system
type""...
$ac_c" 1>&6
655 echo "configure
:656: checking target system
type" >&5
658 case "$target_alias" in
661 NONE) target_alias=$host_alias ;;
662 *) target_alias=$nonopt ;;
666 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
667 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
668 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
669 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
670 echo "$ac_t""$target" 1>&6
672 echo $ac_n "checking build system
type""...
$ac_c" 1>&6
673 echo "configure
:674: checking build system
type" >&5
676 case "$build_alias" in
679 NONE) build_alias=$host_alias ;;
680 *) build_alias=$nonopt ;;
684 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
685 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
686 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
687 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
688 echo "$ac_t""$build" 1>&6
690 test "$host_alias" != "$target_alias" &&
691 test "$program_prefix$program_suffix$program_transform_name" = \
693 program_prefix=${target_alias}-
695 target_alias=${target_alias-$target}
698 if test $host != $build; then
699 ac_tool_prefix=${host_alias}-
704 echo $ac_n "checking
for Cygwin environment
""...
$ac_c" 1>&6
705 echo "configure
:706: checking
for Cygwin environment
" >&5
706 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
707 echo $ac_n "(cached
) $ac_c" 1>&6
709 cat > conftest.$ac_ext <<EOF
710 #line 711 "configure
"
711 #include "confdefs.h
"
716 #define __CYGWIN__ __CYGWIN32__
721 if { (eval echo configure:722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
725 echo "configure
: failed program was
:" >&5
726 cat conftest.$ac_ext >&5
734 echo "$ac_t""$ac_cv_cygwin" 1>&6
736 test "$ac_cv_cygwin" = yes && CYGWIN=yes
737 echo $ac_n "checking
for mingw32 environment
""...
$ac_c" 1>&6
738 echo "configure
:739: checking
for mingw32 environment
" >&5
739 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
740 echo $ac_n "(cached
) $ac_c" 1>&6
742 cat > conftest.$ac_ext <<EOF
743 #line 744 "configure
"
744 #include "confdefs.h
"
750 if { (eval echo configure:751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
754 echo "configure
: failed program was
:" >&5
755 cat conftest.$ac_ext >&5
763 echo "$ac_t""$ac_cv_mingw32" 1>&6
765 test "$ac_cv_mingw32" = yes && MINGW32=yes
767 # Export build and source directories.
768 # These need to be absolute paths, yet at the same time need to
769 # canonicalize only relative paths, because then amd will not unmount
770 # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
771 glibcpp_builddir=`${PWDCMD-pwd}`
773 \\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;;
774 *) glibcpp_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
781 # Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.50+, can also
782 # be 'cp -p' if linking isn't available.
783 #ac_cv_prog_LN_S='cp -p'
784 echo $ac_n "checking whether
ln -s works
""...
$ac_c" 1>&6
785 echo "configure
:786: checking whether
ln -s works
" >&5
786 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
787 echo $ac_n "(cached
) $ac_c" 1>&6
790 if ln -s X conftestdata 2>/dev/null
793 ac_cv_prog_LN_S="ln -s"
798 LN_S="$ac_cv_prog_LN_S"
799 if test "$ac_cv_prog_LN_S" = "ln -s"; then
800 echo "$ac_t""yes" 1>&6
802 echo "$ac_t""no
" 1>&6
806 # We use these options to decide which functions to include.
807 # Check whether --with-target-subdir or --without-target-subdir was given.
808 if test "${with_target_subdir+set}" = set; then
809 withval="$with_target_subdir"
813 # Check whether --with-cross-host or --without-cross-host was given.
814 if test "${with_cross_host+set}" = set; then
815 withval="$with_cross_host"
820 # Never versions of autoconf add an underscore to these functions.
821 # Prevent future problems ...
829 # FIXME: We temporarily define our own version of AC_PROG_CC. This is
830 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
831 # are probably using a cross compiler, which will not be able to fully
832 # link an executable. This should really be fixed in autoconf
838 # Extract the first word of "gcc
", so it can be a program name with args.
839 set dummy gcc; ac_word=$2
840 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
841 echo "configure
:842: checking
for $ac_word" >&5
842 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
843 echo $ac_n "(cached
) $ac_c" 1>&6
845 if test -n "$CC"; then
846 ac_cv_prog_CC="$CC" # Let the user override the test.
848 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
850 for ac_dir in $ac_dummy; do
851 test -z "$ac_dir" && ac_dir=.
852 if test -f $ac_dir/$ac_word; then
861 if test -n "$CC"; then
862 echo "$ac_t""$CC" 1>&6
864 echo "$ac_t""no
" 1>&6
867 if test -z "$CC"; then
868 # Extract the first word of "cc
", so it can be a program name with args.
869 set dummy cc; ac_word=$2
870 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
871 echo "configure
:872: checking
for $ac_word" >&5
872 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
873 echo $ac_n "(cached
) $ac_c" 1>&6
875 if test -n "$CC"; then
876 ac_cv_prog_CC="$CC" # Let the user override the test.
878 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
881 for ac_dir in $ac_dummy; do
882 test -z "$ac_dir" && ac_dir=.
883 if test -f $ac_dir/$ac_word; then
884 if test "$ac_dir/$ac_word" = "/usr
/ucb
/cc
"; then
893 if test $ac_prog_rejected = yes; then
894 # We found a bogon in the path, so make sure we never use it.
895 set dummy $ac_cv_prog_CC
897 if test $# -gt 0; then
898 # We chose a different compiler from the bogus one.
899 # However, it has the same basename, so the bogon will be chosen
900 # first if we set CC to just the basename; use the full file name.
902 set dummy "$ac_dir/$ac_word" "$@
"
910 if test -n "$CC"; then
911 echo "$ac_t""$CC" 1>&6
913 echo "$ac_t""no
" 1>&6
916 test -z "$CC" && { echo "configure
: error
: no acceptable cc found
in \
$PATH" 1>&2; exit 1; }
919 echo $ac_n "checking whether we are using GNU C
""...
$ac_c" 1>&6
920 echo "configure
:921: checking whether we are using GNU C
" >&5
921 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
922 echo $ac_n "(cached
) $ac_c" 1>&6
924 cat > conftest.c <<EOF
929 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
936 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
938 if test $ac_cv_prog_gcc = yes; then
940 ac_test_CFLAGS="${CFLAGS+set}"
941 ac_save_CFLAGS="$CFLAGS"
943 echo $ac_n "checking whether
${CC-cc} accepts
-g""...
$ac_c" 1>&6
944 echo "configure
:945: checking whether
${CC-cc} accepts
-g" >&5
945 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
946 echo $ac_n "(cached
) $ac_c" 1>&6
948 echo 'void f(){}' > conftest.c
949 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
958 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
959 if test "$ac_test_CFLAGS" = set; then
960 CFLAGS="$ac_save_CFLAGS"
961 elif test $ac_cv_prog_cc_g = yes; then
968 test "${CFLAGS+set}" = set || CFLAGS="-g"
972 # Extract the first word of "${ac_tool_prefix}as
", so it can be a program name with args.
973 set dummy ${ac_tool_prefix}as; ac_word=$2
974 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
975 echo "configure
:976: checking
for $ac_word" >&5
976 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
977 echo $ac_n "(cached
) $ac_c" 1>&6
979 if test -n "$AS"; then
980 ac_cv_prog_AS="$AS" # Let the user override the test.
982 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
984 for ac_dir in $ac_dummy; do
985 test -z "$ac_dir" && ac_dir=.
986 if test -f $ac_dir/$ac_word; then
987 ac_cv_prog_AS="${ac_tool_prefix}as
"
992 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as
"
996 if test -n "$AS"; then
997 echo "$ac_t""$AS" 1>&6
999 echo "$ac_t""no
" 1>&6
1004 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1005 set dummy ${ac_tool_prefix}ar; ac_word=$2
1006 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1007 echo "configure
:1008: checking
for $ac_word" >&5
1008 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1009 echo $ac_n "(cached
) $ac_c" 1>&6
1011 if test -n "$AR"; then
1012 ac_cv_prog_AR="$AR" # Let the user override the test.
1014 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1016 for ac_dir in $ac_dummy; do
1017 test -z "$ac_dir" && ac_dir=.
1018 if test -f $ac_dir/$ac_word; then
1019 ac_cv_prog_AR="${ac_tool_prefix}ar"
1024 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1028 if test -n "$AR"; then
1029 echo "$ac_t""$AR" 1>&6
1031 echo "$ac_t""no
" 1>&6
1036 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
1037 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1038 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1039 echo "configure
:1040: checking
for $ac_word" >&5
1040 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1041 echo $ac_n "(cached
) $ac_c" 1>&6
1043 if test -n "$RANLIB"; then
1044 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1046 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1048 for ac_dir in $ac_dummy; do
1049 test -z "$ac_dir" && ac_dir=.
1050 if test -f $ac_dir/$ac_word; then
1051 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
1058 RANLIB="$ac_cv_prog_RANLIB"
1059 if test -n "$RANLIB"; then
1060 echo "$ac_t""$RANLIB" 1>&6
1062 echo "$ac_t""no
" 1>&6
1066 if test -z "$ac_cv_prog_RANLIB"; then
1067 if test -n "$ac_tool_prefix"; then
1068 # Extract the first word of "ranlib
", so it can be a program name with args.
1069 set dummy ranlib; ac_word=$2
1070 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1071 echo "configure
:1072: checking
for $ac_word" >&5
1072 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1073 echo $ac_n "(cached
) $ac_c" 1>&6
1075 if test -n "$RANLIB"; then
1076 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1078 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1080 for ac_dir in $ac_dummy; do
1081 test -z "$ac_dir" && ac_dir=.
1082 if test -f $ac_dir/$ac_word; then
1083 ac_cv_prog_RANLIB="ranlib
"
1088 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB="ranlib-not-found-in-path-error
"
1091 RANLIB="$ac_cv_prog_RANLIB"
1092 if test -n "$RANLIB"; then
1093 echo "$ac_t""$RANLIB" 1>&6
1095 echo "$ac_t""no
" 1>&6
1099 RANLIB="ranlib-not-found-in-path-error
"
1103 # Find a good install program. We prefer a C program (faster),
1104 # so one script is as good as another. But avoid the broken or
1105 # incompatible versions:
1106 # SysV /etc/install, /usr/sbin/install
1107 # SunOS /usr/etc/install
1108 # IRIX /sbin/install
1110 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1111 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1112 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff
"
1113 # ./install, which can be erroneously created by make from ./install.sh.
1114 echo $ac_n "checking
for a BSD compatible
install""...
$ac_c" 1>&6
1115 echo "configure
:1116: checking
for a BSD compatible
install" >&5
1116 if test -z "$INSTALL"; then
1117 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1118 echo $ac_n "(cached
) $ac_c" 1>&6
1120 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1121 for ac_dir in $PATH; do
1122 # Account for people who put trailing slashes in PATH elements.
1124 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1126 # OSF1 and SCO ODT 3.0 have their own names for install.
1127 # Don't use installbsd from OSF since it installs stuff as root
1129 for ac_prog in ginstall scoinst install; do
1130 if test -f $ac_dir/$ac_prog; then
1131 if test $ac_prog = install &&
1132 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1133 # AIX install. It has an incompatible calling convention.
1136 ac_cv_path_install="$ac_dir/$ac_prog -c"
1147 if test "${ac_cv_path_install+set}" = set; then
1148 INSTALL="$ac_cv_path_install"
1150 # As a last resort, use the slow shell script. We don't cache a
1151 # path for INSTALL within a source directory, because that will
1152 # break other packages using the cache if that directory is
1153 # removed, or if the path is relative.
1154 INSTALL="$ac_install_sh"
1157 echo "$ac_t""$INSTALL" 1>&6
1159 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1160 # It thinks the first close brace ends the variable substitution.
1161 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1163 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1165 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1168 # We need AC_EXEEXT to keep automake happy in cygnus mode. However,
1169 # at least currently, we never actually build a program, so we never
1170 # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
1171 # fails, because we are probably configuring with a cross compiler
1172 # which can't create executables. So we include AC_EXEEXT to keep
1173 # automake happy, but we don't execute it, since we don't care about
1176 # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
1177 # to nothing, so nothing would remain between `then' and `fi' if it
1178 # were not for the `:' below.
1182 echo $ac_n "checking
for executable suffix
""...
$ac_c" 1>&6
1183 echo "configure
:1184: checking
for executable suffix
" >&5
1184 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1185 echo $ac_n "(cached
) $ac_c" 1>&6
1187 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1191 echo 'int main () { return 0; }' > conftest.$ac_ext
1193 if { (eval echo configure:1194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1194 for file in conftest.*; do
1196 *.c | *.o | *.obj) ;;
1197 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1201 { echo "configure
: error
: installation or configuration problem
: compiler cannot create executables.
" 1>&2; exit 1; }
1204 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1209 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1210 echo "$ac_t""${ac_cv_exeext}" 1>&6
1216 # Assumes glibcpp_builddir, glibcpp_srcdir are alreay set up and
1217 # exported correctly in GLIBCPP_CONFIGURE.
1218 glibcpp_toolexecdir=no
1219 glibcpp_toolexeclibdir=no
1220 glibcpp_prefixdir=${prefix}
1222 echo $ac_n "checking
for interface version number
""...
$ac_c" 1>&6
1223 echo "configure
:1224: checking
for interface version number
" >&5
1224 libstdcxx_interface=$INTERFACE
1225 echo "$ac_t""$libstdcxx_interface" 1>&6
1227 # Process the option "--enable-version-specific-runtime-libs"
1228 echo $ac_n "checking
for --enable-version-specific-runtime-libs""...
$ac_c" 1>&6
1229 echo "configure
:1230: checking
for --enable-version-specific-runtime-libs" >&5
1230 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1231 if test "${enable_version_specific_runtime_libs+set}" = set; then
1232 enableval="$enable_version_specific_runtime_libs"
1233 case "$enableval" in
1234 yes) version_specific_libs=yes ;;
1235 no) version_specific_libs=no ;;
1236 *) { echo "configure
: error
: Unknown argument to enable
/disable version-specific libs
" 1>&2; exit 1; };;
1239 version_specific_libs=no
1241 # Option set, now we can test it.
1242 echo "$ac_t""$version_specific_libs" 1>&6
1244 gcc_version_trigger=${toplevel_srcdir}/gcc/version.c
1245 gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
1246 gcc_version=`echo ${gcc_version_full} | sed -e 's/\(^ *\) .*/\1/'`
1250 if test $version_specific_libs = yes; then
1251 # Need the gcc compiler version to know where to install libraries
1252 # and header files if --enable-version-specific-runtime-libs option
1254 glibcpp_toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
1255 glibcpp_toolexeclibdir='$(toolexecdir)/'${gcc_version}'$(MULTISUBDIR)'
1258 # Calculate glibcpp_toolexecdir, glibcpp_toolexeclibdir
1259 # Install a library built with a cross compiler in tooldir, not libdir.
1260 if test x"$glibcpp_toolexecdir" = x"no
"; then
1261 if test -n "$with_cross_host" &&
1262 test x"$with_cross_host" != x"no
"; then
1263 glibcpp_toolexecdir='$(exec_prefix)/$(target_alias)'
1264 glibcpp_toolexeclibdir='$(toolexecdir)/lib'
1266 glibcpp_toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
1267 glibcpp_toolexeclibdir='$(libdir)'
1269 multi_os_directory=`$CC -print-multi-os-directory`
1270 case $multi_os_directory in
1271 .) ;; # Avoid trailing /.
1272 *) glibcpp_toolexeclibdir=$glibcpp_toolexeclibdir/$multi_os_directory ;;
1282 # Check whether --enable-shared or --disable-shared was given.
1283 if test "${enable_shared+set}" = set; then
1284 enableval="$enable_shared"
1285 p=${PACKAGE-default}
1287 yes) enable_shared=yes ;;
1288 no) enable_shared=no ;;
1291 # Look at the argument we got. We use all the common list separators.
1292 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1293 for pkg in $enableval; do
1294 if test "X
$pkg" = "X
$p"; then
1305 # Check whether --enable-static or --disable-static was given.
1306 if test "${enable_static+set}" = set; then
1307 enableval="$enable_static"
1308 p=${PACKAGE-default}
1310 yes) enable_static=yes ;;
1311 no) enable_static=no ;;
1314 # Look at the argument we got. We use all the common list separators.
1315 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1316 for pkg in $enableval; do
1317 if test "X
$pkg" = "X
$p"; then
1328 # Check whether --enable-fast-install or --disable-fast-install was given.
1329 if test "${enable_fast_install+set}" = set; then
1330 enableval="$enable_fast_install"
1331 p=${PACKAGE-default}
1333 yes) enable_fast_install=yes ;;
1334 no) enable_fast_install=no ;;
1336 enable_fast_install=no
1337 # Look at the argument we got. We use all the common list separators.
1338 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1339 for pkg in $enableval; do
1340 if test "X
$pkg" = "X
$p"; then
1341 enable_fast_install=yes
1348 enable_fast_install=yes
1351 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1352 if test "${with_gnu_ld+set}" = set; then
1353 withval="$with_gnu_ld"
1354 test "$withval" = no || with_gnu_ld=yes
1360 if test "$GCC" = yes; then
1361 # Check if gcc -print-prog-name=ld gives a path.
1362 echo $ac_n "checking
for ld used by GCC
""...
$ac_c" 1>&6
1363 echo "configure
:1364: checking
for ld used by GCC
" >&5
1366 # gcc leaves a trailing carriage return which upsets mingw
1367 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1369 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1372 # Accept absolute paths.
1373 [\\/]* | [A-Za-z]:[\\/]*)
1374 re_direlt='/[^/][^/]*/\.\./'
1375 # Canonicalize the path of ld
1376 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1377 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1378 ac_prog=`echo $ac_prog| sed "s
%$re_direlt%/%"`
1380 test -z "$LD" && LD="$ac_prog"
1383 # If it fails, then pretend we aren't using GCC.
1387 # If it is relative, then search for the first ld in PATH.
1391 elif test "$with_gnu_ld" = yes; then
1392 echo $ac_n "checking
for GNU ld
""...
$ac_c" 1>&6
1393 echo "configure
:1394: checking
for GNU ld
" >&5
1395 echo $ac_n "checking
for non-GNU ld
""...
$ac_c" 1>&6
1396 echo "configure
:1397: checking
for non-GNU ld
" >&5
1398 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1399 echo $ac_n "(cached
) $ac_c" 1>&6
1401 if test -z "$LD"; then
1402 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1403 for ac_dir in $PATH; do
1404 test -z "$ac_dir" && ac_dir=.
1405 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1406 lt_cv_path_LD="$ac_dir/$ac_prog"
1407 # Check to see if the program is GNU ld. I'd rather use --version,
1408 # but apparently some GNU ld's only accept -v.
1409 # Break only if it was the GNU/non-GNU ld that we prefer.
1410 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1411 test "$with_gnu_ld" != no && break
1413 test "$with_gnu_ld" != yes && break
1419 lt_cv_path_LD="$LD" # Let the user override the test with a path.
1424 if test -n "$LD"; then
1425 echo "$ac_t""$LD" 1>&6
1427 echo "$ac_t""no
" 1>&6
1429 test -z "$LD" && { echo "configure
: error
: no acceptable ld found
in \
$PATH" 1>&2; exit 1; }
1430 echo $ac_n "checking
if the linker
($LD) is GNU ld
""...
$ac_c" 1>&6
1431 echo "configure
:1432: checking
if the linker
($LD) is GNU ld
" >&5
1432 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1433 echo $ac_n "(cached
) $ac_c" 1>&6
1435 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1436 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1437 lt_cv_prog_gnu_ld=yes
1439 lt_cv_prog_gnu_ld=no
1443 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1444 with_gnu_ld=$lt_cv_prog_gnu_ld
1447 echo $ac_n "checking
for $LD option to reload object files
""...
$ac_c" 1>&6
1448 echo "configure
:1449: checking
for $LD option to reload object files
" >&5
1449 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1450 echo $ac_n "(cached
) $ac_c" 1>&6
1452 lt_cv_ld_reload_flag='-r'
1455 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1456 reload_flag=$lt_cv_ld_reload_flag
1457 test -n "$reload_flag" && reload_flag=" $reload_flag"
1459 echo $ac_n "checking
for BSD-compatible nm
""...
$ac_c" 1>&6
1460 echo "configure
:1461: checking
for BSD-compatible nm
" >&5
1461 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1462 echo $ac_n "(cached
) $ac_c" 1>&6
1464 if test -n "$NM"; then
1465 # Let the user override the test.
1468 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1469 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1470 test -z "$ac_dir" && ac_dir=.
1471 tmp_nm=$ac_dir/${ac_tool_prefix}nm
1472 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1473 # Check to see if the nm accepts a BSD-compat flag.
1474 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1475 # nm: unknown option "B
" ignored
1476 # Tru64's nm complains that /dev/null is an invalid object file
1477 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
1478 lt_cv_path_NM="$tmp_nm -B"
1480 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1481 lt_cv_path_NM="$tmp_nm -p"
1484 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1485 continue # so that we can try to find one that supports BSD flags
1490 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1495 echo "$ac_t""$NM" 1>&6
1497 echo $ac_n "checking how to recognise dependant libraries
""...
$ac_c" 1>&6
1498 echo "configure
:1499: checking how to recognise dependant libraries
" >&5
1499 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1500 echo $ac_n "(cached
) $ac_c" 1>&6
1502 lt_cv_file_magic_cmd='$MAGIC_CMD'
1503 lt_cv_file_magic_test_file=
1504 lt_cv_deplibs_check_method='unknown'
1505 # Need to set the preceding variable on all platforms that support
1506 # interlibrary dependencies.
1507 # 'none' -- dependencies not supported.
1508 # `unknown' -- same as none, but documents that we really don't know.
1509 # 'pass_all' -- all dependencies passed with no checks.
1510 # 'test_compile' -- check by making test program.
1511 # 'file_magic [regex]' -- check by looking for files in library path
1512 # which responds to the $file_magic_cmd with a given egrep regex.
1513 # If you have `file' or equivalent on your system and you're not sure
1514 # whether `pass_all' will *always* work, you probably want this one.
1518 lt_cv_deplibs_check_method=pass_all
1522 lt_cv_deplibs_check_method=pass_all
1526 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1527 lt_cv_file_magic_cmd='/usr/bin/file -L'
1528 lt_cv_file_magic_test_file=/shlib/libc.so
1531 cygwin* | mingw* |pw32*)
1532 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1533 lt_cv_file_magic_cmd='$OBJDUMP -f'
1536 darwin* | rhapsody*)
1537 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1538 lt_cv_file_magic_cmd='/usr/bin/file -L'
1540 rhapsody* | darwin1.012)
1541 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1544 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1550 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1553 # Not sure whether the presence of OpenBSD here was a mistake.
1554 # Let's accept both of them until this is cleared up.
1555 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
1556 lt_cv_file_magic_cmd=/usr/bin/file
1557 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1561 lt_cv_deplibs_check_method=pass_all
1566 lt_cv_deplibs_check_method=pass_all
1572 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
1573 lt_cv_file_magic_cmd=/usr/bin/file
1574 lt_cv_file_magic_test_file=/usr/lib/libc.sl
1577 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
1578 lt_cv_file_magic_cmd=/usr/bin/file
1579 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1587 # this will be overridden with pass_all, but let us keep it just in case
1588 lt_cv_deplibs_check_method="file_magic ELF
32-bit MSB dynamic lib MIPS
- version
1"
1592 *-32|*"-32 ") libmagic=32-bit;;
1593 *-n32|*"-n32 ") libmagic=N32;;
1594 *-64|*"-64 ") libmagic=64-bit;;
1595 *) libmagic=never-match;;
1597 # this will be overridden with pass_all, but let us keep it just in case
1598 lt_cv_deplibs_check_method="file_magic ELF
${libmagic} MSB mips-
[1234] dynamic lib MIPS
- version
1"
1601 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1602 lt_cv_deplibs_check_method=pass_all
1605 # This must be Linux ELF.
1608 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
1609 lt_cv_deplibs_check_method=pass_all ;;
1611 # glibc up to 2.1.1 does not perform some relocations on ARM
1612 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1614 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1618 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1619 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
1621 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
1626 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
1627 lt_cv_file_magic_cmd=/usr/bin/file
1628 lt_cv_file_magic_test_file=/usr/lib/libnls.so
1631 osf3* | osf4* | osf5*)
1632 # this will be overridden with pass_all, but let us keep it just in case
1633 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1634 lt_cv_file_magic_test_file=/shlib/libc.so
1635 lt_cv_deplibs_check_method=pass_all
1639 lt_cv_deplibs_check_method=pass_all
1643 lt_cv_deplibs_check_method=pass_all
1644 lt_cv_file_magic_test_file=/lib/libc.so
1647 sysv5uw[78]* | sysv4*uw2*)
1648 lt_cv_deplibs_check_method=pass_all
1651 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1652 case $host_vendor in
1654 lt_cv_deplibs_check_method=pass_all
1657 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
1658 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1666 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1667 file_magic_cmd=$lt_cv_file_magic_cmd
1668 deplibs_check_method=$lt_cv_deplibs_check_method
1670 echo $ac_n "checking
for object suffix
""...
$ac_c" 1>&6
1671 echo "configure
:1672: checking
for object suffix
" >&5
1672 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1673 echo $ac_n "(cached
) $ac_c" 1>&6
1676 echo 'int i = 1;' > conftest.$ac_ext
1677 if { (eval echo configure:1678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1678 for ac_file in conftest.*; do
1681 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
1685 { echo "configure
: error
: installation or configuration problem
; compiler does not work
" 1>&2; exit 1; }
1690 echo "$ac_t""$ac_cv_objext" 1>&6
1691 OBJEXT=$ac_cv_objext
1692 ac_objext=$ac_cv_objext
1694 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1696 # Only perform the check for file, if the check method requires it
1697 case $deplibs_check_method in
1699 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1700 echo $ac_n "checking
for ${ac_tool_prefix}file""...
$ac_c" 1>&6
1701 echo "configure
:1702: checking
for ${ac_tool_prefix}file" >&5
1702 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1703 echo $ac_n "(cached
) $ac_c" 1>&6
1707 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1710 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
1713 ac_save_MAGIC_CMD="$MAGIC_CMD"
1714 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1715 ac_dummy="/usr
/bin
:$PATH"
1716 for ac_dir in $ac_dummy; do
1717 test -z "$ac_dir" && ac_dir=.
1718 if test -f $ac_dir/${ac_tool_prefix}file; then
1719 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
1720 if test -n "$file_magic_test_file"; then
1721 case $deplibs_check_method in
1723 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1724 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1725 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1726 egrep "$file_magic_regex" > /dev/null; then
1731 *** Warning: the command libtool uses to detect shared libraries,
1732 *** $file_magic_cmd, produces output that libtool cannot recognize.
1733 *** The result is that libtool may fail to recognize shared libraries
1734 *** as such. This will affect the creation of libtool libraries that
1735 *** depend on shared libraries, but programs linked with such libtool
1736 *** libraries will work regardless of this problem. Nevertheless, you
1737 *** may want to report the problem to your system manager and/or to
1738 *** bug-libtool@gnu.org
1748 MAGIC_CMD="$ac_save_MAGIC_CMD"
1753 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1754 if test -n "$MAGIC_CMD"; then
1755 echo "$ac_t""$MAGIC_CMD" 1>&6
1757 echo "$ac_t""no
" 1>&6
1760 if test -z "$lt_cv_path_MAGIC_CMD"; then
1761 if test -n "$ac_tool_prefix"; then
1762 echo $ac_n "checking
for file""...
$ac_c" 1>&6
1763 echo "configure
:1764: checking
for file" >&5
1764 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1765 echo $ac_n "(cached
) $ac_c" 1>&6
1769 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1772 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
1775 ac_save_MAGIC_CMD="$MAGIC_CMD"
1776 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1777 ac_dummy="/usr
/bin
:$PATH"
1778 for ac_dir in $ac_dummy; do
1779 test -z "$ac_dir" && ac_dir=.
1780 if test -f $ac_dir/file; then
1781 lt_cv_path_MAGIC_CMD="$ac_dir/file"
1782 if test -n "$file_magic_test_file"; then
1783 case $deplibs_check_method in
1785 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1786 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1787 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1788 egrep "$file_magic_regex" > /dev/null; then
1793 *** Warning: the command libtool uses to detect shared libraries,
1794 *** $file_magic_cmd, produces output that libtool cannot recognize.
1795 *** The result is that libtool may fail to recognize shared libraries
1796 *** as such. This will affect the creation of libtool libraries that
1797 *** depend on shared libraries, but programs linked with such libtool
1798 *** libraries will work regardless of this problem. Nevertheless, you
1799 *** may want to report the problem to your system manager and/or to
1800 *** bug-libtool@gnu.org
1810 MAGIC_CMD="$ac_save_MAGIC_CMD"
1815 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1816 if test -n "$MAGIC_CMD"; then
1817 echo "$ac_t""$MAGIC_CMD" 1>&6
1819 echo "$ac_t""no
" 1>&6
1831 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
1832 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1833 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1834 echo "configure
:1835: checking
for $ac_word" >&5
1835 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1836 echo $ac_n "(cached
) $ac_c" 1>&6
1838 if test -n "$RANLIB"; then
1839 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1841 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1843 for ac_dir in $ac_dummy; do
1844 test -z "$ac_dir" && ac_dir=.
1845 if test -f $ac_dir/$ac_word; then
1846 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
1853 RANLIB="$ac_cv_prog_RANLIB"
1854 if test -n "$RANLIB"; then
1855 echo "$ac_t""$RANLIB" 1>&6
1857 echo "$ac_t""no
" 1>&6
1861 if test -z "$ac_cv_prog_RANLIB"; then
1862 if test -n "$ac_tool_prefix"; then
1863 # Extract the first word of "ranlib
", so it can be a program name with args.
1864 set dummy ranlib; ac_word=$2
1865 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1866 echo "configure
:1867: checking
for $ac_word" >&5
1867 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1868 echo $ac_n "(cached
) $ac_c" 1>&6
1870 if test -n "$RANLIB"; then
1871 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1873 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1875 for ac_dir in $ac_dummy; do
1876 test -z "$ac_dir" && ac_dir=.
1877 if test -f $ac_dir/$ac_word; then
1878 ac_cv_prog_RANLIB="ranlib
"
1883 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1886 RANLIB="$ac_cv_prog_RANLIB"
1887 if test -n "$RANLIB"; then
1888 echo "$ac_t""$RANLIB" 1>&6
1890 echo "$ac_t""no
" 1>&6
1898 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
1899 set dummy ${ac_tool_prefix}strip; ac_word=$2
1900 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1901 echo "configure
:1902: checking
for $ac_word" >&5
1902 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
1903 echo $ac_n "(cached
) $ac_c" 1>&6
1905 if test -n "$STRIP"; then
1906 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1908 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1910 for ac_dir in $ac_dummy; do
1911 test -z "$ac_dir" && ac_dir=.
1912 if test -f $ac_dir/$ac_word; then
1913 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
1920 STRIP="$ac_cv_prog_STRIP"
1921 if test -n "$STRIP"; then
1922 echo "$ac_t""$STRIP" 1>&6
1924 echo "$ac_t""no
" 1>&6
1928 if test -z "$ac_cv_prog_STRIP"; then
1929 if test -n "$ac_tool_prefix"; then
1930 # Extract the first word of "strip
", so it can be a program name with args.
1931 set dummy strip; ac_word=$2
1932 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1933 echo "configure
:1934: checking
for $ac_word" >&5
1934 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
1935 echo $ac_n "(cached
) $ac_c" 1>&6
1937 if test -n "$STRIP"; then
1938 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1940 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1942 for ac_dir in $ac_dummy; do
1943 test -z "$ac_dir" && ac_dir=.
1944 if test -f $ac_dir/$ac_word; then
1945 ac_cv_prog_STRIP="strip
"
1950 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
1953 STRIP="$ac_cv_prog_STRIP"
1954 if test -n "$STRIP"; then
1955 echo "$ac_t""$STRIP" 1>&6
1957 echo "$ac_t""no
" 1>&6
1966 # Check for any special flags to pass to ltconfig.
1967 libtool_flags="--cache-file=$cache_file"
1968 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1969 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1970 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1971 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
1972 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1975 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1976 if test "${enable_libtool_lock+set}" = set; then
1977 enableval="$enable_libtool_lock"
1981 test "x
$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1982 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1984 # Check whether --with-pic or --without-pic was given.
1985 if test "${with_pic+set}" = set; then
1992 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
1993 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
1995 # Some flags need to be propagated to the compiler or linker for good
1999 # Find out which ABI we are using.
2000 echo '#line 2001 "configure
"' > conftest.$ac_ext
2001 if { (eval echo configure:2002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2002 if test "$lt_cv_prog_gnu_ld" = yes; then
2003 case `/usr/bin/file conftest.$ac_objext` in
2005 LD="${LD-ld} -melf32bsmip"
2008 LD="${LD-ld} -melf32bmipn32"
2011 LD="${LD-ld} -melf64bmip"
2015 case `/usr/bin/file conftest.$ac_objext` in
2032 # Find out which ABI we are using.
2033 echo 'int i;' > conftest.$ac_ext
2034 if { (eval echo configure:2035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2035 case "`/usr/bin/file conftest.o`" in
2047 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
2048 # Find out which ABI we are using.
2049 echo 'int i;' > conftest.$ac_ext
2050 if { (eval echo configure:2051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2051 case "`/usr/bin/file conftest.o`" in
2055 LD="${LD-ld} -m elf_i386
"
2058 LD="${LD-ld} -m elf32ppclinux
"
2061 LD="${LD-ld} -m elf_s390
"
2064 LD="${LD-ld} -m elf32_sparc
"
2071 LD="${LD-ld} -m elf_x86_64
"
2073 ppc*-*linux*|powerpc*-*linux*)
2074 LD="${LD-ld} -m elf64ppc
"
2077 LD="${LD-ld} -m elf64_s390
"
2080 LD="${LD-ld} -m elf64_sparc
"
2090 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2091 SAVE_CFLAGS="$CFLAGS"
2092 CFLAGS="$CFLAGS -belf"
2093 echo $ac_n "checking whether the C compiler needs
-belf""...
$ac_c" 1>&6
2094 echo "configure
:2095: checking whether the C compiler needs
-belf" >&5
2095 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2096 echo $ac_n "(cached
) $ac_c" 1>&6
2100 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2101 ac_cpp='$CPP $CPPFLAGS'
2102 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2103 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2104 cross_compiling=$ac_cv_prog_cc_cross
2106 cat > conftest.$ac_ext <<EOF
2107 #line 2108 "configure
"
2108 #include "confdefs.h
"
2114 if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2116 lt_cv_cc_needs_belf=yes
2118 echo "configure
: failed program was
:" >&5
2119 cat conftest.$ac_ext >&5
2121 lt_cv_cc_needs_belf=no
2125 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2126 ac_cpp='$CPP $CPPFLAGS'
2127 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2128 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2129 cross_compiling=$ac_cv_prog_cc_cross
2133 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2134 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2135 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2136 CFLAGS="$SAVE_CFLAGS"
2144 # Save cache, so that ltconfig can load it
2145 cat > confcache <<\EOF
2146 # This file is a shell script that caches the results of configure
2147 # tests run on this system so they can be shared between configure
2148 # scripts and configure runs. It is not useful on other systems.
2149 # If it contains results you don't want to keep, you may remove or edit it.
2151 # By default, configure uses ./config.cache as the cache file,
2152 # creating it if it does not exist already. You can give configure
2153 # the --cache-file=FILE option to use a different cache file; that is
2154 # what configure does when it calls configure scripts in
2155 # subdirectories, so they share the cache.
2156 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2157 # config.status only pays attention to the cache file if you give it the
2158 # --recheck option to rerun configure.
2161 # The following way of writing the cache mishandles newlines in values,
2162 # but we know of no workaround that is simple, portable, and efficient.
2163 # So, don't put newlines in cache variables' values.
2164 # Ultrix sh set writes to stderr and can't be redirected directly,
2165 # and sets the high bit in the cache file unless we assign to the vars.
2167 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2169 # `set' does not quote correctly, so add quotes (double-quote substitution
2170 # turns \\\\ into \\, and sed turns \\ into \).
2172 -e "s
/'/'\\\\''/g
" \
2173 -e "s
/^
\\([a-zA-Z0-9_
]*_cv_
[a-zA-Z0-9_
]*\\)=\\(.
*\\)/\\1=\
${\\1='\\2'}/p
"
2176 # `set' quotes correctly as required by POSIX, so do not add quotes.
2177 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2180 if cmp -s $cache_file confcache; then
2183 if test -w $cache_file; then
2184 echo "updating cache
$cache_file"
2185 cat confcache > $cache_file
2187 echo "not updating unwritable cache
$cache_file"
2193 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2194 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2195 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2196 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2197 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2198 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2199 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2200 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2201 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2202 || { echo "configure
: error
: libtool configure failed
" 1>&2; exit 1; }
2204 # Reload cache, that may have been modified by ltconfig
2205 if test -r "$cache_file"; then
2206 echo "loading cache
$cache_file"
2209 echo "creating cache
$cache_file"
2214 # This can be used to rebuild libtool when needed
2215 LIBTOOL_DEPS="$ac_aux_dir/ltconfig
$ac_aux_dir/ltmain.sh
$ac_aux_dir/ltcf-c.sh
"
2217 # Always use our own libtool.
2218 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2220 # Redirect the config.log output again, so that the ltconfig log is not
2221 # clobbered by the next message.
2222 exec 5>>./config.log
2232 if test "$RANLIB"; then :
2235 # Extract the first word of "ranlib
", so it can be a program name with args.
2236 set dummy ranlib; ac_word=$2
2237 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
2238 echo "configure
:2239: checking
for $ac_word" >&5
2239 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2240 echo $ac_n "(cached
) $ac_c" 1>&6
2242 if test -n "$RANLIB"; then
2243 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2245 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2247 for ac_dir in $ac_dummy; do
2248 test -z "$ac_dir" && ac_dir=.
2249 if test -f $ac_dir/$ac_word; then
2250 ac_cv_prog_RANLIB="ranlib
"
2255 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2258 RANLIB="$ac_cv_prog_RANLIB"
2259 if test -n "$RANLIB"; then
2260 echo "$ac_t""$RANLIB" 1>&6
2262 echo "$ac_t""no
" 1>&6
2266 # Find a good install program. We prefer a C program (faster),
2267 # so one script is as good as another. But avoid the broken or
2268 # incompatible versions:
2269 # SysV /etc/install, /usr/sbin/install
2270 # SunOS /usr/etc/install
2271 # IRIX /sbin/install
2273 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2274 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2275 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff
"
2276 # ./install, which can be erroneously created by make from ./install.sh.
2277 echo $ac_n "checking
for a BSD compatible
install""...
$ac_c" 1>&6
2278 echo "configure
:2279: checking
for a BSD compatible
install" >&5
2279 if test -z "$INSTALL"; then
2280 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2281 echo $ac_n "(cached
) $ac_c" 1>&6
2283 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
2284 for ac_dir in $PATH; do
2285 # Account for people who put trailing slashes in PATH elements.
2287 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2289 # OSF1 and SCO ODT 3.0 have their own names for install.
2290 # Don't use installbsd from OSF since it installs stuff as root
2292 for ac_prog in ginstall scoinst install; do
2293 if test -f $ac_dir/$ac_prog; then
2294 if test $ac_prog = install &&
2295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2296 # AIX install. It has an incompatible calling convention.
2299 ac_cv_path_install="$ac_dir/$ac_prog -c"
2310 if test "${ac_cv_path_install+set}" = set; then
2311 INSTALL="$ac_cv_path_install"
2313 # As a last resort, use the slow shell script. We don't cache a
2314 # path for INSTALL within a source directory, because that will
2315 # break other packages using the cache if that directory is
2316 # removed, or if the path is relative.
2317 INSTALL="$ac_install_sh"
2320 echo "$ac_t""$INSTALL" 1>&6
2322 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2323 # It thinks the first close brace ends the variable substitution.
2324 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2326 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
2328 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2330 echo $ac_n "checking whether
${MAKE-make} sets \
${MAKE}""...
$ac_c" 1>&6
2331 echo "configure
:2332: checking whether
${MAKE-make} sets \
${MAKE}" >&5
2332 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
2333 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
2334 echo $ac_n "(cached
) $ac_c" 1>&6
2336 cat > conftestmake <<\EOF
2338 @echo 'ac_maketemp="${MAKE}"'
2340 # GNU make sometimes prints "make[1]: Entering...
", which would confuse us.
2341 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
2342 if test -n "$ac_maketemp"; then
2343 eval ac_cv_prog_make_${ac_make}_set=yes
2345 eval ac_cv_prog_make_${ac_make}_set=no
2349 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2350 echo "$ac_t""yes" 1>&6
2353 echo "$ac_t""no
" 1>&6
2354 SET_MAKE="MAKE
=${MAKE-make}"
2358 # Sanity check for the cross-compilation case:
2359 echo $ac_n "checking how to run the C preprocessor
""...
$ac_c" 1>&6
2360 echo "configure
:2361: checking how to run the C preprocessor
" >&5
2361 # On Suns, sometimes $CPP names a directory.
2362 if test -n "$CPP" && test -d "$CPP"; then
2365 if test -z "$CPP"; then
2366 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2367 echo $ac_n "(cached
) $ac_c" 1>&6
2369 # This must be in double quotes, not single quotes, because CPP may get
2370 # substituted into the Makefile and "${CC-cc}" will confuse make.
2372 # On the NeXT, cc -E runs the code through the compiler's parser,
2373 # not just through cpp.
2374 cat > conftest.$ac_ext <<EOF
2375 #line 2376 "configure
"
2376 #include "confdefs.h
"
2380 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
2381 { (eval echo configure:2382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2382 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
2383 if test -z "$ac_err"; then
2387 echo "configure
: failed program was
:" >&5
2388 cat conftest.$ac_ext >&5
2390 CPP="${CC-cc} -E -traditional-cpp"
2391 cat > conftest.$ac_ext <<EOF
2392 #line 2393 "configure
"
2393 #include "confdefs.h
"
2397 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
2398 { (eval echo configure:2399: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2399 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
2400 if test -z "$ac_err"; then
2404 echo "configure
: failed program was
:" >&5
2405 cat conftest.$ac_ext >&5
2407 CPP="${CC-cc} -nologo -E"
2408 cat > conftest.$ac_ext <<EOF
2409 #line 2410 "configure
"
2410 #include "confdefs.h
"
2414 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
2415 { (eval echo configure:2416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2416 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
2417 if test -z "$ac_err"; then
2421 echo "configure
: failed program was
:" >&5
2422 cat conftest.$ac_ext >&5
2431 ac_cv_prog_CPP="$CPP"
2433 CPP="$ac_cv_prog_CPP"
2435 ac_cv_prog_CPP="$CPP"
2437 echo "$ac_t""$CPP" 1>&6
2439 ac_safe=`echo "stdio.h
" | sed 'y%./+-%__p_%'`
2440 echo $ac_n "checking
for stdio.h
""...
$ac_c" 1>&6
2441 echo "configure
:2442: checking
for stdio.h
" >&5
2442 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2443 echo $ac_n "(cached
) $ac_c" 1>&6
2445 cat > conftest.$ac_ext <<EOF
2446 #line 2447 "configure
"
2447 #include "confdefs.h
"
2450 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
2451 { (eval echo configure:2452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2452 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
2453 if test -z "$ac_err"; then
2455 eval "ac_cv_header_
$ac_safe=yes"
2458 echo "configure
: failed program was
:" >&5
2459 cat conftest.$ac_ext >&5
2461 eval "ac_cv_header_
$ac_safe=no
"
2465 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2466 echo "$ac_t""yes" 1>&6
2469 echo "$ac_t""no
" 1>&6
2470 { echo "configure
: error
: Can
't find stdio.h.
2471 You must have a usable C system for the target already installed, at least
2472 including headers and, preferably, the library, before you can configure
2473 the G77 runtime system. If necessary, install gcc now with \`LANGUAGES=c',
2474 then the target library
, then build with \
`LANGUAGES=f77'." 1>&2; exit 1; }
2478 echo $ac_n "checking for built-in g77 integer types""... $ac_c" 1>&6
2479 echo "configure:2480: checking for built-in g77 integer types" >&5
2480 if eval "test \"`echo '$''{'libf2c_cv_has_g77_builtin_types
'+set}'`\" = set"; then
2481 echo $ac_n "(cached) $ac_c" 1>&6
2483 cat > conftest.$ac_ext <<EOF
2484 #line 2485 "configure"
2485 #include "confdefs.h"
2489 __g77_uinteger g77ui;
2491 __g77_ulongint g77ul;
2494 if { (eval echo configure:2495: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2496 libf2c_cv_has_g77_builtin_types=yes
2498 echo "configure: failed program was:" >&5
2499 cat conftest.$ac_ext >&5
2501 libf2c_cv_has_g77_builtin_types=no
2506 echo "$ac_t""$libf2c_cv_has_g77_builtin_types" 1>&6
2507 if test $libf2c_cv_has_g77_builtin_types = no; then
2508 { echo "configure: error: gcc doesn't define all of the built in types __g77_integer,
2509 __g77_uinteger, __g77_longint, and __g77_ulongint. You may not be using
2510 a new enough version of gcc, or your target may not have type sizes which
2511 accommodate those types." 1>&2; exit 1; }
2514 # avoid confusion in case the `makefile
's from the f2c distribution have
2516 test -f libF77/makefile && mv libF77/makefile libF77/makefile.ori
2517 test -f libI77/makefile && mv libI77/makefile libI77/makefile.ori
2518 test -f libU77/makefile && mv libU77/makefile libU77/makefile.ori
2520 subdirs="libU77 libI77 libF77"
2522 # Do Makefile first since g2c.h depends on it and shouldn't get an
2523 # earlier timestamp. Of course, it does when the multilib gunk below
2524 # edits Makefile, sigh; see additional touch below.
2526 cat > confcache
<<\EOF
2527 # This file is a shell script that caches the results of configure
2528 # tests run on this system so they can be shared between configure
2529 # scripts and configure runs. It is not useful on other systems.
2530 # If it contains results you don't want to keep, you may remove or edit it.
2532 # By default, configure uses ./config.cache as the cache file,
2533 # creating it if it does not exist already. You can give configure
2534 # the --cache-file=FILE option to use a different cache file; that is
2535 # what configure does when it calls configure scripts in
2536 # subdirectories, so they share the cache.
2537 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2538 # config.status only pays attention to the cache file if you give it the
2539 # --recheck option to rerun configure.
2542 # The following way of writing the cache mishandles newlines in values,
2543 # but we know of no workaround that is simple, portable, and efficient.
2544 # So, don't put newlines in cache variables' values.
2545 # Ultrix sh set writes to stderr and can't be redirected directly,
2546 # and sets the high bit in the cache file unless we assign to the vars.
2548 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2550 # `set' does not quote correctly, so add quotes (double-quote substitution
2551 # turns \\\\ into \\, and sed turns \\ into \).
2553 -e "s/'/'\\\\''/g" \
2554 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2557 # `set' quotes correctly as required by POSIX, so do not add quotes.
2558 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2561 if cmp -s $cache_file confcache
; then
2564 if test -w $cache_file; then
2565 echo "updating cache $cache_file"
2566 cat confcache
> $cache_file
2568 echo "not updating unwritable cache $cache_file"
2573 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2575 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
2576 # Let make expand exec_prefix.
2577 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
2579 # Any assignment to VPATH causes Sun make to only execute
2580 # the first set of double-colon rules, so remove it if not needed.
2581 # If there is a colon in the path, we need to keep it.
2582 if test "x$srcdir" = x.
; then
2583 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
2586 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2588 # Transform confdefs.h into DEFS.
2589 # Protect against shell expansion while executing Makefile rules.
2590 # Protect against Makefile macro expansion.
2592 # If the first sed substitution is executed (which looks for macros that
2593 # take arguments), then we branch to the quote section. Otherwise,
2594 # look for a macro that doesn't take arguments.
2595 cat >confdef2opt.
sed <<\_ACEOF
2598 s
,^
[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
2600 s
,^
[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
2604 s
,[ `~#$^&*(){}\\|;'"<>?],\\&,g
2610 # We use echo to avoid assuming a particular line-breaking character.
2611 # The extra dot is to prevent the shell from consuming trailing
2612 # line-breaks from the sub-command output. A line-break within
2613 # single-quotes doesn't work because, if this script is created in a
2614 # platform that uses two characters for line-breaks (e.g., DOS), tr
2616 ac_LF_and_DOT=`echo; echo .
`
2617 DEFS=`sed -n -f confdef2opt.
sed confdefs.h |
tr "$ac_LF_and_DOT" ' .'`
2618 rm -f confdef2opt.sed
2621 # Without the "./", some shells look in PATH for config.status.
2622 : ${CONFIG_STATUS=./config.status}
2624 echo creating $CONFIG_STATUS
2625 rm -f $CONFIG_STATUS
2626 cat > $CONFIG_STATUS <<EOF
2628 # Generated automatically by configure.
2629 # Run this file to recreate the current configuration.
2630 # This directory was configured as follows,
2631 # on host `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`:
2633 # $0 $ac_configure_args
2635 # Compiler output produced by configure, useful for debugging
2636 # configure, is in ./config.log if it exists.
2638 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2641 case "\$ac_option" in
2642 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2643 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2644 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2645 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2646 echo "$CONFIG_STATUS generated by autoconf version 2.13"
2648 -help | --help | --hel | --he | --h)
2649 echo "\$ac_cs_usage"; exit 0 ;;
2650 *) echo "\$ac_cs_usage"; exit 1 ;;
2654 ac_given_srcdir=$srcdir
2655 ac_given_INSTALL="$INSTALL"
2657 trap 'rm -fr `echo "Makefile g2c.h:g2c.hin" |
sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2659 cat >> $CONFIG_STATUS <<EOF
2661 # Protect against being on the right side of a sed subst in config.status.
2662 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2663 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2667 s%@CFLAGS@%$CFLAGS%g
2668 s%@CPPFLAGS@%$CPPFLAGS%g
2669 s%@CXXFLAGS@%$CXXFLAGS%g
2670 s%@FFLAGS@%$FFLAGS%g
2672 s%@LDFLAGS@%$LDFLAGS%g
2674 s%@exec_prefix@%$exec_prefix%g
2675 s%@prefix@%$prefix%g
2676 s%@program_transform_name@%$program_transform_name%g
2677 s%@bindir@%$bindir%g
2678 s%@sbindir@%$sbindir%g
2679 s%@libexecdir@%$libexecdir%g
2680 s%@datadir@%$datadir%g
2681 s%@sysconfdir@%$sysconfdir%g
2682 s%@sharedstatedir@%$sharedstatedir%g
2683 s%@localstatedir@%$localstatedir%g
2684 s%@libdir@%$libdir%g
2685 s%@includedir@%$includedir%g
2686 s%@oldincludedir@%$oldincludedir%g
2687 s%@infodir@%$infodir%g
2688 s%@mandir@%$mandir%g
2689 s%@toplevel_srcdir@%$toplevel_srcdir%g
2691 s%@host_alias@%$host_alias%g
2692 s%@host_cpu@%$host_cpu%g
2693 s%@host_vendor@%$host_vendor%g
2694 s%@host_os@%$host_os%g
2695 s%@target@%$target%g
2696 s%@target_alias@%$target_alias%g
2697 s%@target_cpu@%$target_cpu%g
2698 s%@target_vendor@%$target_vendor%g
2699 s%@target_os@%$target_os%g
2701 s%@build_alias@%$build_alias%g
2702 s%@build_cpu@%$build_cpu%g
2703 s%@build_vendor@%$build_vendor%g
2704 s%@build_os@%$build_os%g
2705 s%@glibcpp_builddir@%$glibcpp_builddir%g
2706 s%@glibcpp_srcdir@%$glibcpp_srcdir%g
2711 s%@RANLIB@%$RANLIB%g
2712 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2713 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2714 s%@INSTALL_DATA@%$INSTALL_DATA%g
2715 s%@EXEEXT@%$EXEEXT%g
2716 s%@gcc_version@%$gcc_version%g
2717 s%@gcc_version_trigger@%$gcc_version_trigger%g
2718 s%@glibcpp_prefixdir@%$glibcpp_prefixdir%g
2719 s%@glibcpp_toolexecdir@%$glibcpp_toolexecdir%g
2720 s%@glibcpp_toolexeclibdir@%$glibcpp_toolexeclibdir%g
2721 s%@OBJEXT@%$OBJEXT%g
2723 s%@LIBTOOL@%$LIBTOOL%g
2724 s%@SET_MAKE@%$SET_MAKE%g
2726 s%@subdirs@%$subdirs%g
2731 cat >> $CONFIG_STATUS <<\EOF
2733 # Split the substitutions into bite-sized pieces for seds with
2734 # small command number limits, like on Digital OSF/1 and HP-UX.
2735 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2736 ac_file=1 # Number of current file.
2737 ac_beg=1 # First line for current file.
2738 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2741 while $ac_more_lines; do
2742 if test $ac_beg -gt 1; then
2743 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2745 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2747 if test ! -s conftest.s$ac_file; then
2749 rm -f conftest.s$ac_file
2751 if test -z "$ac_sed_cmds"; then
2752 ac_sed_cmds="sed -f conftest.s$ac_file"
2754 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2756 ac_file=`expr $ac_file + 1`
2758 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2761 if test -z "$ac_sed_cmds"; then
2766 cat >> $CONFIG_STATUS <<EOF
2768 CONFIG_FILES=\${CONFIG_FILES-"Makefile g2c.h:g2c.hin"}
2770 cat >> $CONFIG_STATUS <<\EOF
2771 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2772 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2774 *:*) ac_file_in=`echo "$ac_file"|
sed 's%[^:]*:%%'`
2775 ac_file=`echo "$ac_file"|
sed 's%:.*%%'` ;;
2776 *) ac_file_in="${ac_file}.in" ;;
2779 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2781 # Remove last slash and all that follows it. Not all systems have dirname.
2782 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
2783 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2784 # The file is in a subdirectory.
2785 test ! -d "$ac_dir" && mkdir "$ac_dir"
2786 ac_dir_suffix="/`echo $ac_dir|
sed 's%^\./%%'`"
2787 # A "../" for each directory in $ac_dir_suffix.
2788 ac_dots=`echo $ac_dir_suffix|
sed 's%/[^/]*%../%g'`
2790 ac_dir_suffix= ac_dots=
2793 case "$ac_given_srcdir" in
2795 if test -z "$ac_dots"; then top_srcdir=.
2796 else top_srcdir=`echo $ac_dots|
sed 's%/$%%'`; fi ;;
2797 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2799 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2800 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2803 case "$ac_given_INSTALL" in
2804 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2805 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2808 echo creating "$ac_file"
2810 configure_input="Generated automatically from `echo $ac_file_in|
sed 's%.*/%%'` by configure."
2812 *Makefile*) ac_comsub="1i\\
2813 # $configure_input" ;;
2817 ac_file_inputs=`echo $ac_file_in|
sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2819 s%@configure_input@%$configure_input%g
2820 s%@srcdir@%$srcdir%g
2821 s%@top_srcdir@%$top_srcdir%g
2822 s%@INSTALL@%$INSTALL%g
2823 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2828 cat >> $CONFIG_STATUS <<EOF
2832 with_target_subdir=${with_target_subdir}
2833 with_multisubdir=${with_multisubdir}
2834 ac_configure_args="--enable-multilib ${ac_configure_args}"
2835 toplevel_srcdir=${toplevel_srcdir}
2836 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
2837 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
2840 cat >> $CONFIG_STATUS <<\EOF
2841 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
2842 if test -n "$CONFIG_FILES"; then
2843 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
2844 if test -n "${with_target_subdir}"; then
2845 # FIXME: We shouldn't need to set ac_file
2847 . ${toplevel_srcdir}/config-ml.in
2848 touch g2c.h # to keep it more recent than Makefile
2853 chmod +x $CONFIG_STATUS
2854 rm -fr confdefs* $ac_clean_files
2855 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2857 if test "$no_recursion" != yes; then
2859 # Remove --cache-file and --srcdir arguments so they do not pile up.
2860 ac_sub_configure_args=
2862 for ac_arg in $ac_configure_args; do
2863 if test -n "$ac_prev"; then
2868 -cache-file | --cache-file | --cache-fil | --cache-fi \
2869 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2870 ac_prev=cache_file ;;
2871 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2872 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2874 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2876 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2878 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2882 for ac_config_dir in libU77 libI77 libF77; do
2884 # Do not complain, so a configure script can configure whichever
2885 # parts of a large source tree are present.
2886 if test ! -d $srcdir/$ac_config_dir; then
2890 echo configuring in $ac_config_dir
2895 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
2897 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
2905 # A "../" for each directory in /$ac_config_dir.
2906 ac_dots=`echo $ac_config_dir|
sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
2909 .) # No --srcdir option. We are building in place.
2910 ac_sub_srcdir=$srcdir ;;
2911 /*) # Absolute path.
2912 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
2914 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
2917 # Check for guested configure; otherwise get Cygnus style configure.
2918 if test -f $ac_sub_srcdir/configure; then
2919 ac_sub_configure=$ac_sub_srcdir/configure
2920 elif test -f $ac_sub_srcdir/configure.in; then
2921 ac_sub_configure=$ac_configure
2923 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
2927 # The recursion is here.
2928 if test -n "$ac_sub_configure"; then
2930 # Make the cache file name correct relative to the subdirectory.
2931 case "$cache_file" in
2932 /*) ac_sub_cache_file=$cache_file ;;
2934 ac_sub_cache_file="$ac_dots$cache_file" ;;
2936 case "$ac_given_INSTALL" in
2937 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2938 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2941 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
2942 # The eval makes quoting arguments work.
2943 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
2946 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }