]> gcc.gnu.org Git - gcc.git/blame - libf2c/configure
Redesign GCC_FUNC_PRINTF_PTR so that it doesn't define HOST_PTR_PRINTF directly.
[gcc.git] / libf2c / configure
CommitLineData
81fea2b1
JL
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
3ab1919c 4# Generated automatically using autoconf version 2.12.1
81fea2b1
JL
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14
15# Initialize some variables set by options.
16# The variables have the same names as the options, with
17# dashes changed to underlines.
18build=NONE
19cache_file=./config.cache
20exec_prefix=NONE
21host=NONE
22no_create=
23nonopt=NONE
24no_recursion=
25prefix=NONE
26program_prefix=NONE
27program_suffix=NONE
28program_transform_name=s,x,x,
29silent=
30site=
31srcdir=
32target=NONE
33verbose=
34x_includes=NONE
35x_libraries=NONE
36bindir='${exec_prefix}/bin'
37sbindir='${exec_prefix}/sbin'
38libexecdir='${exec_prefix}/libexec'
39datadir='${prefix}/share'
40sysconfdir='${prefix}/etc'
41sharedstatedir='${prefix}/com'
42localstatedir='${prefix}/var'
43libdir='${exec_prefix}/lib'
44includedir='${prefix}/include'
45oldincludedir='/usr/include'
46infodir='${prefix}/info'
47mandir='${prefix}/man'
48
49# Initialize some other variables.
50subdirs=
51MFLAGS= MAKEFLAGS=
3ab1919c 52SHELL=${CONFIG_SHELL-/bin/sh}
81fea2b1
JL
53# Maximum number of lines to put in a shell here document.
54ac_max_here_lines=12
55
56ac_prev=
57for ac_option
58do
59
60 # If the previous option needs an argument, assign it.
61 if test -n "$ac_prev"; then
62 eval "$ac_prev=\$ac_option"
63 ac_prev=
64 continue
65 fi
66
67 case "$ac_option" in
68 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69 *) ac_optarg= ;;
70 esac
71
72 # Accept the important Cygnus configure options, so we can diagnose typos.
73
74 case "$ac_option" in
75
76 -bindir | --bindir | --bindi | --bind | --bin | --bi)
77 ac_prev=bindir ;;
78 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79 bindir="$ac_optarg" ;;
80
81 -build | --build | --buil | --bui | --bu)
82 ac_prev=build ;;
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84 build="$ac_optarg" ;;
85
86 -cache-file | --cache-file | --cache-fil | --cache-fi \
87 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88 ac_prev=cache_file ;;
89 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91 cache_file="$ac_optarg" ;;
92
93 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94 ac_prev=datadir ;;
95 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96 | --da=*)
97 datadir="$ac_optarg" ;;
98
99 -disable-* | --disable-*)
100 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101 # Reject names that are not valid shell variable names.
102 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104 fi
105 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106 eval "enable_${ac_feature}=no" ;;
107
108 -enable-* | --enable-*)
109 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110 # Reject names that are not valid shell variable names.
111 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113 fi
114 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115 case "$ac_option" in
116 *=*) ;;
117 *) ac_optarg=yes ;;
118 esac
119 eval "enable_${ac_feature}='$ac_optarg'" ;;
120
121 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123 | --exec | --exe | --ex)
124 ac_prev=exec_prefix ;;
125 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127 | --exec=* | --exe=* | --ex=*)
128 exec_prefix="$ac_optarg" ;;
129
130 -gas | --gas | --ga | --g)
131 # Obsolete; use --with-gas.
132 with_gas=yes ;;
133
134 -help | --help | --hel | --he)
135 # Omit some internal or obsolete options to make the list less imposing.
136 # This message is too long to be a string in the A/UX 3.1 sh.
137 cat << EOF
138Usage: configure [options] [host]
139Options: [defaults in brackets after descriptions]
140Configuration:
141 --cache-file=FILE cache test results in FILE
142 --help print this message
143 --no-create do not create output files
144 --quiet, --silent do not print \`checking...' messages
145 --version print the version of autoconf that created configure
146Directory and file names:
147 --prefix=PREFIX install architecture-independent files in PREFIX
148 [$ac_default_prefix]
149 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
150 [same as prefix]
151 --bindir=DIR user executables in DIR [EPREFIX/bin]
152 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
153 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
154 --datadir=DIR read-only architecture-independent data in DIR
155 [PREFIX/share]
156 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
157 --sharedstatedir=DIR modifiable architecture-independent data in DIR
158 [PREFIX/com]
159 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
160 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
163 --infodir=DIR info documentation in DIR [PREFIX/info]
164 --mandir=DIR man documentation in DIR [PREFIX/man]
165 --srcdir=DIR find the sources in DIR [configure dir or ..]
166 --program-prefix=PREFIX prepend PREFIX to installed program names
167 --program-suffix=SUFFIX append SUFFIX to installed program names
168 --program-transform-name=PROGRAM
169 run sed PROGRAM on installed program names
170EOF
171 cat << EOF
172Host type:
173 --build=BUILD configure for building on BUILD [BUILD=HOST]
174 --host=HOST configure for HOST [guessed]
175 --target=TARGET configure for TARGET [TARGET=HOST]
176Features and packages:
177 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
178 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
179 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
180 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
181 --x-includes=DIR X include files are in DIR
182 --x-libraries=DIR X library files are in DIR
183EOF
184 if test -n "$ac_help"; then
185 echo "--enable and --with options recognized:$ac_help"
186 fi
187 exit 0 ;;
188
189 -host | --host | --hos | --ho)
190 ac_prev=host ;;
191 -host=* | --host=* | --hos=* | --ho=*)
192 host="$ac_optarg" ;;
193
194 -includedir | --includedir | --includedi | --included | --include \
195 | --includ | --inclu | --incl | --inc)
196 ac_prev=includedir ;;
197 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198 | --includ=* | --inclu=* | --incl=* | --inc=*)
199 includedir="$ac_optarg" ;;
200
201 -infodir | --infodir | --infodi | --infod | --info | --inf)
202 ac_prev=infodir ;;
203 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204 infodir="$ac_optarg" ;;
205
206 -libdir | --libdir | --libdi | --libd)
207 ac_prev=libdir ;;
208 -libdir=* | --libdir=* | --libdi=* | --libd=*)
209 libdir="$ac_optarg" ;;
210
211 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212 | --libexe | --libex | --libe)
213 ac_prev=libexecdir ;;
214 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215 | --libexe=* | --libex=* | --libe=*)
216 libexecdir="$ac_optarg" ;;
217
218 -localstatedir | --localstatedir | --localstatedi | --localstated \
219 | --localstate | --localstat | --localsta | --localst \
220 | --locals | --local | --loca | --loc | --lo)
221 ac_prev=localstatedir ;;
222 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225 localstatedir="$ac_optarg" ;;
226
227 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
228 ac_prev=mandir ;;
229 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230 mandir="$ac_optarg" ;;
231
232 -nfp | --nfp | --nf)
233 # Obsolete; use --without-fp.
234 with_fp=no ;;
235
236 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
237 | --no-cr | --no-c)
238 no_create=yes ;;
239
240 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
241 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
242 no_recursion=yes ;;
243
244 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
245 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
246 | --oldin | --oldi | --old | --ol | --o)
247 ac_prev=oldincludedir ;;
248 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251 oldincludedir="$ac_optarg" ;;
252
253 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
254 ac_prev=prefix ;;
255 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256 prefix="$ac_optarg" ;;
257
258 -program-prefix | --program-prefix | --program-prefi | --program-pref \
259 | --program-pre | --program-pr | --program-p)
260 ac_prev=program_prefix ;;
261 -program-prefix=* | --program-prefix=* | --program-prefi=* \
262 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263 program_prefix="$ac_optarg" ;;
264
265 -program-suffix | --program-suffix | --program-suffi | --program-suff \
266 | --program-suf | --program-su | --program-s)
267 ac_prev=program_suffix ;;
268 -program-suffix=* | --program-suffix=* | --program-suffi=* \
269 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270 program_suffix="$ac_optarg" ;;
271
272 -program-transform-name | --program-transform-name \
273 | --program-transform-nam | --program-transform-na \
274 | --program-transform-n | --program-transform- \
275 | --program-transform | --program-transfor \
276 | --program-transfo | --program-transf \
277 | --program-trans | --program-tran \
278 | --progr-tra | --program-tr | --program-t)
279 ac_prev=program_transform_name ;;
280 -program-transform-name=* | --program-transform-name=* \
281 | --program-transform-nam=* | --program-transform-na=* \
282 | --program-transform-n=* | --program-transform-=* \
283 | --program-transform=* | --program-transfor=* \
284 | --program-transfo=* | --program-transf=* \
285 | --program-trans=* | --program-tran=* \
286 | --progr-tra=* | --program-tr=* | --program-t=*)
287 program_transform_name="$ac_optarg" ;;
288
289 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290 | -silent | --silent | --silen | --sile | --sil)
291 silent=yes ;;
292
293 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
294 ac_prev=sbindir ;;
295 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
296 | --sbi=* | --sb=*)
297 sbindir="$ac_optarg" ;;
298
299 -sharedstatedir | --sharedstatedir | --sharedstatedi \
300 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
301 | --sharedst | --shareds | --shared | --share | --shar \
302 | --sha | --sh)
303 ac_prev=sharedstatedir ;;
304 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
305 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
307 | --sha=* | --sh=*)
308 sharedstatedir="$ac_optarg" ;;
309
310 -site | --site | --sit)
311 ac_prev=site ;;
312 -site=* | --site=* | --sit=*)
313 site="$ac_optarg" ;;
314
315 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
316 ac_prev=srcdir ;;
317 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318 srcdir="$ac_optarg" ;;
319
320 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321 | --syscon | --sysco | --sysc | --sys | --sy)
322 ac_prev=sysconfdir ;;
323 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325 sysconfdir="$ac_optarg" ;;
326
327 -target | --target | --targe | --targ | --tar | --ta | --t)
328 ac_prev=target ;;
329 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330 target="$ac_optarg" ;;
331
332 -v | -verbose | --verbose | --verbos | --verbo | --verb)
333 verbose=yes ;;
334
335 -version | --version | --versio | --versi | --vers)
3ab1919c 336 echo "configure generated by autoconf version 2.12.1"
81fea2b1
JL
337 exit 0 ;;
338
339 -with-* | --with-*)
340 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341 # Reject names that are not valid shell variable names.
342 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344 fi
345 ac_package=`echo $ac_package| sed 's/-/_/g'`
346 case "$ac_option" in
347 *=*) ;;
348 *) ac_optarg=yes ;;
349 esac
350 eval "with_${ac_package}='$ac_optarg'" ;;
351
352 -without-* | --without-*)
353 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
354 # Reject names that are not valid shell variable names.
355 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
356 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357 fi
358 ac_package=`echo $ac_package| sed 's/-/_/g'`
359 eval "with_${ac_package}=no" ;;
360
361 --x)
362 # Obsolete; use --with-x.
363 with_x=yes ;;
364
365 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
366 | --x-incl | --x-inc | --x-in | --x-i)
367 ac_prev=x_includes ;;
368 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370 x_includes="$ac_optarg" ;;
371
372 -x-libraries | --x-libraries | --x-librarie | --x-librari \
373 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374 ac_prev=x_libraries ;;
375 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377 x_libraries="$ac_optarg" ;;
378
379 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
380 ;;
381
382 *)
383 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384 echo "configure: warning: $ac_option: invalid host type" 1>&2
385 fi
386 if test "x$nonopt" != xNONE; then
387 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388 fi
389 nonopt="$ac_option"
390 ;;
391
392 esac
393done
394
395if test -n "$ac_prev"; then
396 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397fi
398
399trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
400
401# File descriptor usage:
402# 0 standard input
403# 1 file creation
404# 2 errors and warnings
405# 3 some systems may open it to /dev/tty
406# 4 used on the Kubota Titan
407# 6 checking for... messages and results
408# 5 compiler messages saved in config.log
409if test "$silent" = yes; then
410 exec 6>/dev/null
411else
412 exec 6>&1
413fi
414exec 5>./config.log
415
416echo "\
417This file contains any messages produced by compilers while
418running configure, to aid debugging if configure makes a mistake.
419" 1>&5
420
421# Strip out --no-create and --no-recursion so they do not pile up.
422# Also quote any args containing shell metacharacters.
423ac_configure_args=
424for ac_arg
425do
426 case "$ac_arg" in
427 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
428 | --no-cr | --no-c) ;;
429 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
430 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
431 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
432 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
433 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
434 esac
435done
436
437# NLS nuisances.
438# Only set these to C if already set. These must not be set unconditionally
439# because not all systems understand e.g. LANG=C (notably SCO).
440# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
441# Non-C LC_CTYPE values break the ctype check.
442if test "${LANG+set}" = set; then LANG=C; export LANG; fi
443if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
446
447# confdefs.h avoids OS command line length limits that DEFS can exceed.
448rm -rf conftest* confdefs.h
449# AIX cpp loses on an empty file, so make sure it contains at least a newline.
450echo > confdefs.h
451
452# A filename unique to this package, relative to the directory that
453# configure is in, which we can look for to find out if srcdir is correct.
454ac_unique_file=libF77/Version.c
455
456# Find the source files, if location was not specified.
457if test -z "$srcdir"; then
458 ac_srcdir_defaulted=yes
459 # Try the directory containing this script, then its parent.
460 ac_prog=$0
461 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
462 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
463 srcdir=$ac_confdir
464 if test ! -r $srcdir/$ac_unique_file; then
465 srcdir=..
466 fi
467else
468 ac_srcdir_defaulted=no
469fi
470if test ! -r $srcdir/$ac_unique_file; then
471 if test "$ac_srcdir_defaulted" = yes; then
472 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
473 else
474 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
475 fi
476fi
477srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
479# Prefer explicitly selected file to automatically selected ones.
480if test -z "$CONFIG_SITE"; then
481 if test "x$prefix" != xNONE; then
482 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
483 else
484 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
485 fi
486fi
487for ac_site_file in $CONFIG_SITE; do
488 if test -r "$ac_site_file"; then
489 echo "loading site script $ac_site_file"
490 . "$ac_site_file"
491 fi
492done
493
494if test -r "$cache_file"; then
495 echo "loading cache $cache_file"
496 . $cache_file
497else
498 echo "creating cache $cache_file"
499 > $cache_file
500fi
501
502ac_ext=c
503# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504ac_cpp='$CPP $CPPFLAGS'
505ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507cross_compiling=$ac_cv_prog_cc_cross
508
509if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
510 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
511 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
512 ac_n= ac_c='
513' ac_t=' '
514 else
515 ac_n=-n ac_c= ac_t=
516 fi
517else
518 ac_n= ac_c='\c' ac_t=
519fi
520
521
522
f30bc2e7 523# From configure.in 1.11
81fea2b1 524
f30bc2e7
CB
525# For g77 we'll set CC to point at the built gcc, but this will get it into
526# the makefiles
527# Extract the first word of "gcc", so it can be a program name with args.
81fea2b1
JL
528set dummy gcc; ac_word=$2
529echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f30bc2e7 530echo "configure:531: checking for $ac_word" >&5
81fea2b1
JL
531if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
532 echo $ac_n "(cached) $ac_c" 1>&6
533else
534 if test -n "$CC"; then
535 ac_cv_prog_CC="$CC" # Let the user override the test.
536else
537 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
538 for ac_dir in $PATH; do
539 test -z "$ac_dir" && ac_dir=.
540 if test -f $ac_dir/$ac_word; then
541 ac_cv_prog_CC="gcc"
542 break
543 fi
544 done
545 IFS="$ac_save_ifs"
546fi
547fi
548CC="$ac_cv_prog_CC"
549if test -n "$CC"; then
550 echo "$ac_t""$CC" 1>&6
551else
552 echo "$ac_t""no" 1>&6
553fi
554
555if test -z "$CC"; then
556 # Extract the first word of "cc", so it can be a program name with args.
557set dummy cc; ac_word=$2
558echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f30bc2e7 559echo "configure:560: checking for $ac_word" >&5
81fea2b1
JL
560if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
561 echo $ac_n "(cached) $ac_c" 1>&6
562else
563 if test -n "$CC"; then
564 ac_cv_prog_CC="$CC" # Let the user override the test.
565else
566 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
567 ac_prog_rejected=no
568 for ac_dir in $PATH; do
569 test -z "$ac_dir" && ac_dir=.
570 if test -f $ac_dir/$ac_word; then
571 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
572 ac_prog_rejected=yes
573 continue
574 fi
575 ac_cv_prog_CC="cc"
576 break
577 fi
578 done
579 IFS="$ac_save_ifs"
580if test $ac_prog_rejected = yes; then
581 # We found a bogon in the path, so make sure we never use it.
582 set dummy $ac_cv_prog_CC
583 shift
584 if test $# -gt 0; then
585 # We chose a different compiler from the bogus one.
586 # However, it has the same basename, so the bogon will be chosen
587 # first if we set CC to just the basename; use the full file name.
588 shift
589 set dummy "$ac_dir/$ac_word" "$@"
590 shift
591 ac_cv_prog_CC="$@"
592 fi
593fi
594fi
595fi
596CC="$ac_cv_prog_CC"
597if test -n "$CC"; then
598 echo "$ac_t""$CC" 1>&6
599else
600 echo "$ac_t""no" 1>&6
601fi
602
603 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
604fi
605
606echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
f30bc2e7 607echo "configure:608: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
81fea2b1
JL
608
609ac_ext=c
610# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
611ac_cpp='$CPP $CPPFLAGS'
612ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
613ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
614cross_compiling=$ac_cv_prog_cc_cross
615
616cat > conftest.$ac_ext <<EOF
f30bc2e7 617#line 618 "configure"
81fea2b1
JL
618#include "confdefs.h"
619main(){return(0);}
620EOF
f30bc2e7 621if { (eval echo configure:622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
81fea2b1
JL
622 ac_cv_prog_cc_works=yes
623 # If we can't run a trivial program, we are probably using a cross compiler.
624 if (./conftest; exit) 2>/dev/null; then
625 ac_cv_prog_cc_cross=no
626 else
627 ac_cv_prog_cc_cross=yes
628 fi
629else
630 echo "configure: failed program was:" >&5
631 cat conftest.$ac_ext >&5
632 ac_cv_prog_cc_works=no
633fi
634rm -fr conftest*
635
636echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
637if test $ac_cv_prog_cc_works = no; then
638 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
639fi
640echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
f30bc2e7 641echo "configure:642: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
81fea2b1
JL
642echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
643cross_compiling=$ac_cv_prog_cc_cross
644
645echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
f30bc2e7 646echo "configure:647: checking whether we are using GNU C" >&5
81fea2b1
JL
647if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
648 echo $ac_n "(cached) $ac_c" 1>&6
649else
650 cat > conftest.c <<EOF
651#ifdef __GNUC__
652 yes;
653#endif
654EOF
f30bc2e7 655if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
81fea2b1
JL
656 ac_cv_prog_gcc=yes
657else
658 ac_cv_prog_gcc=no
659fi
660fi
661
662echo "$ac_t""$ac_cv_prog_gcc" 1>&6
663
664if test $ac_cv_prog_gcc = yes; then
665 GCC=yes
666 ac_test_CFLAGS="${CFLAGS+set}"
667 ac_save_CFLAGS="$CFLAGS"
668 CFLAGS=
669 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
f30bc2e7 670echo "configure:671: checking whether ${CC-cc} accepts -g" >&5
81fea2b1
JL
671if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
672 echo $ac_n "(cached) $ac_c" 1>&6
673else
674 echo 'void f(){}' > conftest.c
675if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
676 ac_cv_prog_cc_g=yes
677else
678 ac_cv_prog_cc_g=no
679fi
680rm -f conftest*
681
682fi
683
684echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
685 if test "$ac_test_CFLAGS" = set; then
686 CFLAGS="$ac_save_CFLAGS"
687 elif test $ac_cv_prog_cc_g = yes; then
688 CFLAGS="-g -O2"
689 else
690 CFLAGS="-O2"
691 fi
692else
693 GCC=
694 test "${CFLAGS+set}" = set || CFLAGS="-g"
695fi
696
81fea2b1
JL
697
698test "$AR" || AR=ar
699
700if test "$RANLIB"; then :
701
702 if test -z "$RANLIB_TEST"; then
703 RANLIB_TEST=true
704 fi
705else
706 RANLIB_TEST=true
707 # Extract the first word of "ranlib", so it can be a program name with args.
708set dummy ranlib; ac_word=$2
709echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
f30bc2e7 710echo "configure:711: checking for $ac_word" >&5
81fea2b1
JL
711if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
712 echo $ac_n "(cached) $ac_c" 1>&6
713else
714 if test -n "$RANLIB"; then
715 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
716else
717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
718 for ac_dir in $PATH; do
719 test -z "$ac_dir" && ac_dir=.
720 if test -f $ac_dir/$ac_word; then
721 ac_cv_prog_RANLIB="ranlib"
722 break
723 fi
724 done
725 IFS="$ac_save_ifs"
726 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
727fi
728fi
729RANLIB="$ac_cv_prog_RANLIB"
730if test -n "$RANLIB"; then
731 echo "$ac_t""$RANLIB" 1>&6
732else
733 echo "$ac_t""no" 1>&6
734fi
735
736fi
737
738
739
740
741# Sanity check for the cross-compilation case:
742echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
f30bc2e7 743echo "configure:744: checking how to run the C preprocessor" >&5
81fea2b1
JL
744# On Suns, sometimes $CPP names a directory.
745if test -n "$CPP" && test -d "$CPP"; then
746 CPP=
747fi
748if test -z "$CPP"; then
749if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
750 echo $ac_n "(cached) $ac_c" 1>&6
751else
752 # This must be in double quotes, not single quotes, because CPP may get
753 # substituted into the Makefile and "${CC-cc}" will confuse make.
754 CPP="${CC-cc} -E"
755 # On the NeXT, cc -E runs the code through the compiler's parser,
756 # not just through cpp.
757 cat > conftest.$ac_ext <<EOF
f30bc2e7 758#line 759 "configure"
81fea2b1
JL
759#include "confdefs.h"
760#include <assert.h>
761Syntax Error
762EOF
763ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f30bc2e7 764{ (eval echo configure:765: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
81fea2b1
JL
765ac_err=`grep -v '^ *+' conftest.out`
766if test -z "$ac_err"; then
767 :
768else
769 echo "$ac_err" >&5
770 echo "configure: failed program was:" >&5
771 cat conftest.$ac_ext >&5
772 rm -rf conftest*
773 CPP="${CC-cc} -E -traditional-cpp"
774 cat > conftest.$ac_ext <<EOF
f30bc2e7 775#line 776 "configure"
81fea2b1
JL
776#include "confdefs.h"
777#include <assert.h>
778Syntax Error
779EOF
780ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f30bc2e7 781{ (eval echo configure:782: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
81fea2b1
JL
782ac_err=`grep -v '^ *+' conftest.out`
783if test -z "$ac_err"; then
784 :
785else
786 echo "$ac_err" >&5
787 echo "configure: failed program was:" >&5
788 cat conftest.$ac_ext >&5
789 rm -rf conftest*
790 CPP=/lib/cpp
791fi
792rm -f conftest*
793fi
794rm -f conftest*
795 ac_cv_prog_CPP="$CPP"
796fi
797 CPP="$ac_cv_prog_CPP"
798else
799 ac_cv_prog_CPP="$CPP"
800fi
801echo "$ac_t""$CPP" 1>&6
802
803ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
804echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
f30bc2e7 805echo "configure:806: checking for stdio.h" >&5
81fea2b1
JL
806if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
807 echo $ac_n "(cached) $ac_c" 1>&6
808else
809 cat > conftest.$ac_ext <<EOF
f30bc2e7 810#line 811 "configure"
81fea2b1
JL
811#include "confdefs.h"
812#include <stdio.h>
813EOF
814ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f30bc2e7 815{ (eval echo configure:816: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
81fea2b1
JL
816ac_err=`grep -v '^ *+' conftest.out`
817if test -z "$ac_err"; then
818 rm -rf conftest*
819 eval "ac_cv_header_$ac_safe=yes"
820else
821 echo "$ac_err" >&5
822 echo "configure: failed program was:" >&5
823 cat conftest.$ac_ext >&5
824 rm -rf conftest*
825 eval "ac_cv_header_$ac_safe=no"
826fi
827rm -f conftest*
828fi
829if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
830 echo "$ac_t""yes" 1>&6
831 :
832else
833 echo "$ac_t""no" 1>&6
834{ echo "configure: error: Can't find stdio.h.
835You must have a usable C system for the target already installed, at least
836including headers and, preferably, the library, before you can configure
837the G77 runtime system. If necessary, install gcc now with \`LANGUAGES=c',
838then the target library, then build with \`LANGUAGES=f77'." 1>&2; exit 1; }
839fi
840
841
842echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
f30bc2e7 843echo "configure:844: checking for ANSI C header files" >&5
81fea2b1
JL
844if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
845 echo $ac_n "(cached) $ac_c" 1>&6
846else
847 cat > conftest.$ac_ext <<EOF
f30bc2e7 848#line 849 "configure"
81fea2b1
JL
849#include "confdefs.h"
850#include <stdlib.h>
851#include <stdarg.h>
852#include <string.h>
853#include <float.h>
854EOF
855ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f30bc2e7 856{ (eval echo configure:857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
81fea2b1
JL
857ac_err=`grep -v '^ *+' conftest.out`
858if test -z "$ac_err"; then
859 rm -rf conftest*
860 ac_cv_header_stdc=yes
861else
862 echo "$ac_err" >&5
863 echo "configure: failed program was:" >&5
864 cat conftest.$ac_ext >&5
865 rm -rf conftest*
866 ac_cv_header_stdc=no
867fi
868rm -f conftest*
869
870if test $ac_cv_header_stdc = yes; then
871 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
872cat > conftest.$ac_ext <<EOF
f30bc2e7 873#line 874 "configure"
81fea2b1
JL
874#include "confdefs.h"
875#include <string.h>
876EOF
877if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
878 egrep "memchr" >/dev/null 2>&1; then
879 :
880else
881 rm -rf conftest*
882 ac_cv_header_stdc=no
883fi
884rm -f conftest*
885
886fi
887
888if test $ac_cv_header_stdc = yes; then
889 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
890cat > conftest.$ac_ext <<EOF
f30bc2e7 891#line 892 "configure"
81fea2b1
JL
892#include "confdefs.h"
893#include <stdlib.h>
894EOF
895if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
896 egrep "free" >/dev/null 2>&1; then
897 :
898else
899 rm -rf conftest*
900 ac_cv_header_stdc=no
901fi
902rm -f conftest*
903
904fi
905
906if test $ac_cv_header_stdc = yes; then
907 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
908if test "$cross_compiling" = yes; then
909 :
910else
911 cat > conftest.$ac_ext <<EOF
f30bc2e7 912#line 913 "configure"
81fea2b1
JL
913#include "confdefs.h"
914#include <ctype.h>
915#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
916#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
917#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
918int main () { int i; for (i = 0; i < 256; i++)
919if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
920exit (0); }
921
922EOF
f30bc2e7 923if { (eval echo configure:924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
81fea2b1
JL
924then
925 :
926else
927 echo "configure: failed program was:" >&5
928 cat conftest.$ac_ext >&5
929 rm -fr conftest*
930 ac_cv_header_stdc=no
931fi
932rm -fr conftest*
933fi
934
935fi
936fi
937
938echo "$ac_t""$ac_cv_header_stdc" 1>&6
939if test $ac_cv_header_stdc = yes; then
940 cat >> confdefs.h <<\EOF
941#define STDC_HEADERS 1
942EOF
943
944fi
945
946
947
948echo $ac_n "checking for posix""... $ac_c" 1>&6
f30bc2e7 949echo "configure:950: checking for posix" >&5
81fea2b1
JL
950if eval "test \"`echo '$''{'g77_cv_header_posix'+set}'`\" = set"; then
951 echo $ac_n "(cached) $ac_c" 1>&6
952else
953 cat > conftest.$ac_ext <<EOF
f30bc2e7 954#line 955 "configure"
81fea2b1
JL
955#include "confdefs.h"
956#include <sys/types.h>
957#include <unistd.h>
958#ifdef _POSIX_VERSION
959 yes
960#endif
961
962EOF
963if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
964 egrep "yes" >/dev/null 2>&1; then
965 rm -rf conftest*
966 g77_cv_header_posix=yes
967else
968 rm -rf conftest*
969 g77_cv_header_posix=no
970fi
971rm -f conftest*
972
973fi
974
975echo "$ac_t""$g77_cv_header_posix" 1>&6
976
977# We can rely on the GNU library being posix-ish. I guess checking the
978# header isn't actually like checking the functions, though...
979echo $ac_n "checking for GNU library""... $ac_c" 1>&6
f30bc2e7 980echo "configure:981: checking for GNU library" >&5
81fea2b1
JL
981if eval "test \"`echo '$''{'g77_cv_lib_gnu'+set}'`\" = set"; then
982 echo $ac_n "(cached) $ac_c" 1>&6
983else
984 cat > conftest.$ac_ext <<EOF
f30bc2e7 985#line 986 "configure"
81fea2b1
JL
986#include "confdefs.h"
987#include <stdio.h>
988#ifdef __GNU_LIBRARY__
989 yes
990#endif
991
992EOF
993if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
994 egrep "yes" >/dev/null 2>&1; then
995 rm -rf conftest*
996 g77_cv_lib_gnu=yes
997else
998 rm -rf conftest*
999 g77_cv_lib_gnu=no
1000fi
1001rm -f conftest*
1002
1003fi
1004
1005echo "$ac_t""$g77_cv_lib_gnu" 1>&6
1006
1007# Apparently cygwin needs to be special-cased.
1008echo $ac_n "checking for cyg\`win'32""... $ac_c" 1>&6
f30bc2e7 1009echo "configure:1010: checking for cyg\`win'32" >&5
81fea2b1
JL
1010if eval "test \"`echo '$''{'g77_cv_sys_cygwin32'+set}'`\" = set"; then
1011 echo $ac_n "(cached) $ac_c" 1>&6
1012else
1013 cat > conftest.$ac_ext <<EOF
f30bc2e7 1014#line 1015 "configure"
81fea2b1
JL
1015#include "confdefs.h"
1016#ifdef __CYGWIN32__
1017 yes
1018#endif
1019
1020EOF
1021if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1022 egrep "yes" >/dev/null 2>&1; then
1023 rm -rf conftest*
1024 g77_cv_sys_cygwin32=yes
1025else
1026 rm -rf conftest*
1027 g77_cv_sys_cygwin32=no
1028fi
1029rm -f conftest*
1030
1031fi
1032
1033echo "$ac_t""$g77_cv_sys_cygwin32" 1>&6
1034
1035# ditto for mingw32.
1036echo $ac_n "checking for mingw32""... $ac_c" 1>&6
f30bc2e7 1037echo "configure:1038: checking for mingw32" >&5
81fea2b1
JL
1038if eval "test \"`echo '$''{'g77_cv_sys_mingw32'+set}'`\" = set"; then
1039 echo $ac_n "(cached) $ac_c" 1>&6
1040else
1041 cat > conftest.$ac_ext <<EOF
f30bc2e7 1042#line 1043 "configure"
81fea2b1
JL
1043#include "confdefs.h"
1044#ifdef __MINGW32__
1045 yes
1046#endif
1047
1048EOF
1049if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1050 egrep "yes" >/dev/null 2>&1; then
1051 rm -rf conftest*
1052 g77_cv_sys_mingw32=yes
1053else
1054 rm -rf conftest*
1055 g77_cv_sys_mingw32=no
1056fi
1057rm -f conftest*
1058
1059fi
1060
1061echo "$ac_t""$g77_cv_sys_mingw32" 1>&6
1062
1063
1064ac_safe=`echo "fcntl.h" | sed 'y%./+-%__p_%'`
1065echo $ac_n "checking for fcntl.h""... $ac_c" 1>&6
f30bc2e7 1066echo "configure:1067: checking for fcntl.h" >&5
81fea2b1
JL
1067if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1068 echo $ac_n "(cached) $ac_c" 1>&6
1069else
1070 cat > conftest.$ac_ext <<EOF
f30bc2e7 1071#line 1072 "configure"
81fea2b1
JL
1072#include "confdefs.h"
1073#include <fcntl.h>
1074EOF
1075ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
f30bc2e7 1076{ (eval echo configure:1077: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
81fea2b1
JL
1077ac_err=`grep -v '^ *+' conftest.out`
1078if test -z "$ac_err"; then
1079 rm -rf conftest*
1080 eval "ac_cv_header_$ac_safe=yes"
1081else
1082 echo "$ac_err" >&5
1083 echo "configure: failed program was:" >&5
1084 cat conftest.$ac_ext >&5
1085 rm -rf conftest*
1086 eval "ac_cv_header_$ac_safe=no"
1087fi
1088rm -f conftest*
1089fi
1090if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1091 echo "$ac_t""yes" 1>&6
1092 test $g77_cv_header_posix = yes && cat >> confdefs.h <<\EOF
1093#define _POSIX_SOURCE 1
1094EOF
1095
1096else
1097 echo "$ac_t""no" 1>&6
1098cat >> confdefs.h <<\EOF
1099#define NO_FCNTL 1
1100EOF
1101 cat >> confdefs.h <<\EOF
1102#define OPEN_DECL 1
1103EOF
1104
1105fi
1106
1107
1108echo $ac_n "checking for working const""... $ac_c" 1>&6
f30bc2e7 1109echo "configure:1110: checking for working const" >&5
81fea2b1
JL
1110if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1111 echo $ac_n "(cached) $ac_c" 1>&6
1112else
1113 cat > conftest.$ac_ext <<EOF
f30bc2e7 1114#line 1115 "configure"
81fea2b1
JL
1115#include "confdefs.h"
1116
1117int main() {
1118
1119/* Ultrix mips cc rejects this. */
1120typedef int charset[2]; const charset x;
1121/* SunOS 4.1.1 cc rejects this. */
1122char const *const *ccp;
1123char **p;
1124/* NEC SVR4.0.2 mips cc rejects this. */
1125struct point {int x, y;};
1126static struct point const zero = {0,0};
1127/* AIX XL C 1.02.0.0 rejects this.
1128 It does not let you subtract one const X* pointer from another in an arm
1129 of an if-expression whose if-part is not a constant expression */
1130const char *g = "string";
1131ccp = &g + (g ? g-g : 0);
1132/* HPUX 7.0 cc rejects these. */
1133++ccp;
1134p = (char**) ccp;
1135ccp = (char const *const *) p;
1136{ /* SCO 3.2v4 cc rejects this. */
1137 char *t;
1138 char const *s = 0 ? (char *) 0 : (char const *) 0;
1139
1140 *t++ = 0;
1141}
1142{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
1143 int x[] = {25, 17};
1144 const int *foo = &x[0];
1145 ++foo;
1146}
1147{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1148 typedef const int *iptr;
1149 iptr p = 0;
1150 ++p;
1151}
1152{ /* AIX XL C 1.02.0.0 rejects this saying
1153 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1154 struct s { int j; const int *ap[3]; };
1155 struct s *b; b->j = 5;
1156}
1157{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1158 const int foo = 10;
1159}
1160
1161; return 0; }
1162EOF
f30bc2e7 1163if { (eval echo configure:1164: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
81fea2b1
JL
1164 rm -rf conftest*
1165 ac_cv_c_const=yes
1166else
1167 echo "configure: failed program was:" >&5
1168 cat conftest.$ac_ext >&5
1169 rm -rf conftest*
1170 ac_cv_c_const=no
1171fi
1172rm -f conftest*
1173fi
1174
1175echo "$ac_t""$ac_cv_c_const" 1>&6
1176if test $ac_cv_c_const = no; then
1177 cat >> confdefs.h <<\EOF
1178#define const
1179EOF
1180
1181fi
1182
1183echo $ac_n "checking for size_t""... $ac_c" 1>&6
f30bc2e7 1184echo "configure:1185: checking for size_t" >&5
81fea2b1
JL
1185if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1186 echo $ac_n "(cached) $ac_c" 1>&6
1187else
1188 cat > conftest.$ac_ext <<EOF
f30bc2e7 1189#line 1190 "configure"
81fea2b1
JL
1190#include "confdefs.h"
1191#include <sys/types.h>
1192#if STDC_HEADERS
1193#include <stdlib.h>
1194#include <stddef.h>
1195#endif
1196EOF
1197if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1198 egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1199 rm -rf conftest*
1200 ac_cv_type_size_t=yes
1201else
1202 rm -rf conftest*
1203 ac_cv_type_size_t=no
1204fi
1205rm -f conftest*
1206
1207fi
1208echo "$ac_t""$ac_cv_type_size_t" 1>&6
1209if test $ac_cv_type_size_t = no; then
1210 cat >> confdefs.h <<\EOF
1211#define size_t unsigned
1212EOF
1213
1214fi
1215
1216
1217echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
f30bc2e7 1218echo "configure:1219: checking return type of signal handlers" >&5
81fea2b1
JL
1219if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1220 echo $ac_n "(cached) $ac_c" 1>&6
1221else
1222 cat > conftest.$ac_ext <<EOF
f30bc2e7 1223#line 1224 "configure"
81fea2b1
JL
1224#include "confdefs.h"
1225#include <sys/types.h>
1226#include <signal.h>
1227#ifdef signal
1228#undef signal
1229#endif
1230#ifdef __cplusplus
1231extern "C" void (*signal (int, void (*)(int)))(int);
1232#else
1233void (*signal ()) ();
1234#endif
1235
1236int main() {
1237int i;
1238; return 0; }
1239EOF
f30bc2e7 1240if { (eval echo configure:1241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
81fea2b1
JL
1241 rm -rf conftest*
1242 ac_cv_type_signal=void
1243else
1244 echo "configure: failed program was:" >&5
1245 cat conftest.$ac_ext >&5
1246 rm -rf conftest*
1247 ac_cv_type_signal=int
1248fi
1249rm -f conftest*
1250fi
1251
1252echo "$ac_t""$ac_cv_type_signal" 1>&6
1253cat >> confdefs.h <<EOF
1254#define RETSIGTYPE $ac_cv_type_signal
1255EOF
1256
1257
1258# we'll get atexit by default
1259if test $ac_cv_header_stdc != yes; then
1260echo $ac_n "checking for atexit""... $ac_c" 1>&6
f30bc2e7 1261echo "configure:1262: checking for atexit" >&5
81fea2b1
JL
1262if eval "test \"`echo '$''{'ac_cv_func_atexit'+set}'`\" = set"; then
1263 echo $ac_n "(cached) $ac_c" 1>&6
1264else
1265 cat > conftest.$ac_ext <<EOF
f30bc2e7 1266#line 1267 "configure"
81fea2b1
JL
1267#include "confdefs.h"
1268/* System header to define __stub macros and hopefully few prototypes,
1269 which can conflict with char atexit(); below. */
1270#include <assert.h>
1271/* Override any gcc2 internal prototype to avoid an error. */
1272/* We use char because int might match the return type of a gcc2
1273 builtin and then its argument prototype would still apply. */
1274char atexit();
1275
1276int main() {
1277
1278/* The GNU C library defines this for functions which it implements
1279 to always fail with ENOSYS. Some functions are actually named
1280 something starting with __ and the normal name is an alias. */
1281#if defined (__stub_atexit) || defined (__stub___atexit)
1282choke me
1283#else
1284atexit();
1285#endif
1286
1287; return 0; }
1288EOF
f30bc2e7 1289if { (eval echo configure:1290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
81fea2b1
JL
1290 rm -rf conftest*
1291 eval "ac_cv_func_atexit=yes"
1292else
1293 echo "configure: failed program was:" >&5
1294 cat conftest.$ac_ext >&5
1295 rm -rf conftest*
1296 eval "ac_cv_func_atexit=no"
1297fi
1298rm -f conftest*
1299fi
1300
1301if eval "test \"`echo '$ac_cv_func_'atexit`\" = yes"; then
1302 echo "$ac_t""yes" 1>&6
1303 cat >> confdefs.h <<\EOF
1304#define onexit atexit
1305EOF
1306
1307else
1308 echo "$ac_t""no" 1>&6
1309 cat >> confdefs.h <<\EOF
1310#define NO_ONEXIT 1
1311EOF
1312
1313 echo $ac_n "checking for onexit""... $ac_c" 1>&6
f30bc2e7 1314echo "configure:1315: checking for onexit" >&5
81fea2b1
JL
1315if eval "test \"`echo '$''{'ac_cv_func_onexit'+set}'`\" = set"; then
1316 echo $ac_n "(cached) $ac_c" 1>&6
1317else
1318 cat > conftest.$ac_ext <<EOF
f30bc2e7 1319#line 1320 "configure"
81fea2b1
JL
1320#include "confdefs.h"
1321/* System header to define __stub macros and hopefully few prototypes,
1322 which can conflict with char onexit(); below. */
1323#include <assert.h>
1324/* Override any gcc2 internal prototype to avoid an error. */
1325/* We use char because int might match the return type of a gcc2
1326 builtin and then its argument prototype would still apply. */
1327char onexit();
1328
1329int main() {
1330
1331/* The GNU C library defines this for functions which it implements
1332 to always fail with ENOSYS. Some functions are actually named
1333 something starting with __ and the normal name is an alias. */
1334#if defined (__stub_onexit) || defined (__stub___onexit)
1335choke me
1336#else
1337onexit();
1338#endif
1339
1340; return 0; }
1341EOF
f30bc2e7 1342if { (eval echo configure:1343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
81fea2b1
JL
1343 rm -rf conftest*
1344 eval "ac_cv_func_onexit=yes"
1345else
1346 echo "configure: failed program was:" >&5
1347 cat conftest.$ac_ext >&5
1348 rm -rf conftest*
1349 eval "ac_cv_func_onexit=no"
1350fi
1351rm -f conftest*
1352fi
1353
1354if eval "test \"`echo '$ac_cv_func_'onexit`\" = yes"; then
1355 echo "$ac_t""yes" 1>&6
1356 :
1357else
1358 echo "$ac_t""no" 1>&6
1359echo $ac_n "checking for on_exit""... $ac_c" 1>&6
f30bc2e7 1360echo "configure:1361: checking for on_exit" >&5
81fea2b1
JL
1361if eval "test \"`echo '$''{'ac_cv_func_on_exit'+set}'`\" = set"; then
1362 echo $ac_n "(cached) $ac_c" 1>&6
1363else
1364 cat > conftest.$ac_ext <<EOF
f30bc2e7 1365#line 1366 "configure"
81fea2b1
JL
1366#include "confdefs.h"
1367/* System header to define __stub macros and hopefully few prototypes,
1368 which can conflict with char on_exit(); below. */
1369#include <assert.h>
1370/* Override any gcc2 internal prototype to avoid an error. */
1371/* We use char because int might match the return type of a gcc2
1372 builtin and then its argument prototype would still apply. */
1373char on_exit();
1374
1375int main() {
1376
1377/* The GNU C library defines this for functions which it implements
1378 to always fail with ENOSYS. Some functions are actually named
1379 something starting with __ and the normal name is an alias. */
1380#if defined (__stub_on_exit) || defined (__stub___on_exit)
1381choke me
1382#else
1383on_exit();
1384#endif
1385
1386; return 0; }
1387EOF
f30bc2e7 1388if { (eval echo configure:1389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
81fea2b1
JL
1389 rm -rf conftest*
1390 eval "ac_cv_func_on_exit=yes"
1391else
1392 echo "configure: failed program was:" >&5
1393 cat conftest.$ac_ext >&5
1394 rm -rf conftest*
1395 eval "ac_cv_func_on_exit=no"
1396fi
1397rm -f conftest*
1398fi
1399
1400if eval "test \"`echo '$ac_cv_func_'on_exit`\" = yes"; then
1401 echo "$ac_t""yes" 1>&6
1402 cat >> confdefs.h <<\EOF
1403#define onexit on_exit
1404EOF
1405
1406else
1407 echo "$ac_t""no" 1>&6
1408fi
1409
1410fi
1411
1412fi
1413
1414else true
1415fi
1416
1417# This should always succeed on unix.
1418# Apparently positive result on cygwin loses re. NON_UNIX_STDIO
1419# (as of cygwin b18). Likewise on mingw.
1420echo $ac_n "checking for fstat""... $ac_c" 1>&6
f30bc2e7 1421echo "configure:1422: checking for fstat" >&5
81fea2b1
JL
1422if eval "test \"`echo '$''{'ac_cv_func_fstat'+set}'`\" = set"; then
1423 echo $ac_n "(cached) $ac_c" 1>&6
1424else
1425 cat > conftest.$ac_ext <<EOF
f30bc2e7 1426#line 1427 "configure"
81fea2b1
JL
1427#include "confdefs.h"
1428/* System header to define __stub macros and hopefully few prototypes,
1429 which can conflict with char fstat(); below. */
1430#include <assert.h>
1431/* Override any gcc2 internal prototype to avoid an error. */
1432/* We use char because int might match the return type of a gcc2
1433 builtin and then its argument prototype would still apply. */
1434char fstat();
1435
1436int main() {
1437
1438/* The GNU C library defines this for functions which it implements
1439 to always fail with ENOSYS. Some functions are actually named
1440 something starting with __ and the normal name is an alias. */
1441#if defined (__stub_fstat) || defined (__stub___fstat)
1442choke me
1443#else
1444fstat();
1445#endif
1446
1447; return 0; }
1448EOF
f30bc2e7 1449if { (eval echo configure:1450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
81fea2b1
JL
1450 rm -rf conftest*
1451 eval "ac_cv_func_fstat=yes"
1452else
1453 echo "configure: failed program was:" >&5
1454 cat conftest.$ac_ext >&5
1455 rm -rf conftest*
1456 eval "ac_cv_func_fstat=no"
1457fi
1458rm -f conftest*
1459fi
1460
1461if eval "test \"`echo '$ac_cv_func_'fstat`\" = yes"; then
1462 echo "$ac_t""yes" 1>&6
1463 :
1464else
1465 echo "$ac_t""no" 1>&6
1466fi
1467
1468echo $ac_n "checking need for NON_UNIX_STDIO""... $ac_c" 1>&6
f30bc2e7 1469echo "configure:1470: checking need for NON_UNIX_STDIO" >&5
81fea2b1
JL
1470if test $g77_cv_sys_cygwin32 = yes \
1471 || test $g77_cv_sys_mingw32 = yes \
1472 || test $ac_cv_func_fstat = no; then
1473 echo "$ac_t""yes" 1>&6
1474 cat >> confdefs.h <<\EOF
1475#define NON_UNIX_STDIO 1
1476EOF
1477
1478else
1479 echo "$ac_t""no" 1>&6
1480fi
1481
1482# This is necessary for e.g. Linux:
1483echo $ac_n "checking for necessary members of struct FILE""... $ac_c" 1>&6
f30bc2e7 1484echo "configure:1485: checking for necessary members of struct FILE" >&5
81fea2b1
JL
1485if eval "test \"`echo '$''{'g77_cv_struct_FILE'+set}'`\" = set"; then
1486 echo $ac_n "(cached) $ac_c" 1>&6
1487else
1488 cat > conftest.$ac_ext <<EOF
f30bc2e7 1489#line 1490 "configure"
81fea2b1
JL
1490#include "confdefs.h"
1491#include <stdio.h>
1492int main() {
1493FILE s; s._ptr; s._base; s._flag;
1494; return 0; }
1495EOF
f30bc2e7 1496if { (eval echo configure:1497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
81fea2b1
JL
1497 rm -rf conftest*
1498 g77_cv_struct_FILE=yes
1499else
1500 echo "configure: failed program was:" >&5
1501 cat conftest.$ac_ext >&5
1502 rm -rf conftest*
1503 g77_cv_struct_FILE=no
1504fi
1505rm -f conftest*
1506fi
1507echo "$ac_t""$g77_cv_struct_FILE" 1>&6
1508if test $g77_cv_struct_FILE = no; then
1509 cat >> confdefs.h <<\EOF
1510#define MISSING_FILE_ELEMS 1
1511EOF
1512
1513fi
1514
1515echo $ac_n "checking for drem in -lm""... $ac_c" 1>&6
f30bc2e7 1516echo "configure:1517: checking for drem in -lm" >&5
81fea2b1
JL
1517ac_lib_var=`echo m'_'drem | sed 'y%./+-%__p_%'`
1518if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1519 echo $ac_n "(cached) $ac_c" 1>&6
1520else
1521 ac_save_LIBS="$LIBS"
1522LIBS="-lm $LIBS"
1523cat > conftest.$ac_ext <<EOF
f30bc2e7 1524#line 1525 "configure"
81fea2b1
JL
1525#include "confdefs.h"
1526/* Override any gcc2 internal prototype to avoid an error. */
1527/* We use char because int might match the return type of a gcc2
1528 builtin and then its argument prototype would still apply. */
1529char drem();
1530
1531int main() {
1532drem()
1533; return 0; }
1534EOF
f30bc2e7 1535if { (eval echo configure:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
81fea2b1
JL
1536 rm -rf conftest*
1537 eval "ac_cv_lib_$ac_lib_var=yes"
1538else
1539 echo "configure: failed program was:" >&5
1540 cat conftest.$ac_ext >&5
1541 rm -rf conftest*
1542 eval "ac_cv_lib_$ac_lib_var=no"
1543fi
1544rm -f conftest*
1545LIBS="$ac_save_LIBS"
1546
1547fi
1548if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1549 echo "$ac_t""yes" 1>&6
1550 cat >> confdefs.h <<\EOF
1551#define IEEE_drem 1
1552EOF
1553
1554else
1555 echo "$ac_t""no" 1>&6
1556fi
1557
1558
1559
2731cc56
JL
1560for ac_func in tempnam
1561do
1562echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
f30bc2e7 1563echo "configure:1564: checking for $ac_func" >&5
2731cc56
JL
1564if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1565 echo $ac_n "(cached) $ac_c" 1>&6
1566else
1567 cat > conftest.$ac_ext <<EOF
f30bc2e7 1568#line 1569 "configure"
2731cc56
JL
1569#include "confdefs.h"
1570/* System header to define __stub macros and hopefully few prototypes,
1571 which can conflict with char $ac_func(); below. */
1572#include <assert.h>
1573/* Override any gcc2 internal prototype to avoid an error. */
1574/* We use char because int might match the return type of a gcc2
1575 builtin and then its argument prototype would still apply. */
1576char $ac_func();
1577
1578int main() {
1579
1580/* The GNU C library defines this for functions which it implements
1581 to always fail with ENOSYS. Some functions are actually named
1582 something starting with __ and the normal name is an alias. */
1583#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1584choke me
1585#else
1586$ac_func();
1587#endif
1588
1589; return 0; }
1590EOF
f30bc2e7 1591if { (eval echo configure:1592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2731cc56
JL
1592 rm -rf conftest*
1593 eval "ac_cv_func_$ac_func=yes"
1594else
1595 echo "configure: failed program was:" >&5
1596 cat conftest.$ac_ext >&5
1597 rm -rf conftest*
1598 eval "ac_cv_func_$ac_func=no"
1599fi
1600rm -f conftest*
1601fi
1602
1603if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1604 echo "$ac_t""yes" 1>&6
1605 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1606 cat >> confdefs.h <<EOF
1607#define $ac_tr_func 1
1608EOF
1609
1610else
1611 echo "$ac_t""no" 1>&6
1612fi
1613done
1614
1615
81fea2b1
JL
1616# posix will guarantee the right behaviour for sprintf, else we can't be
1617# sure; HEADER_STDC wouldn't be the right check in sunos4, for instance.
1618# However, on my sunos4/gcc setup unistd.h leads us wrongly to believe
1619# we're posix-conformant, so always do the test.
1620echo $ac_n "checking for ansi/posix sprintf result""... $ac_c" 1>&6
f30bc2e7 1621echo "configure:1622: checking for ansi/posix sprintf result" >&5
81fea2b1
JL
1622if test "$cross_compiling" = yes; then
1623 g77_cv_sys_sprintf_ansi=no
1624else
1625 cat > conftest.$ac_ext <<EOF
f30bc2e7 1626#line 1627 "configure"
81fea2b1
JL
1627#include "confdefs.h"
1628 #include <stdio.h>
1629 /* does sprintf return the number of chars transferred? */
1630 main () {char foo[2]; (sprintf(foo, "1") == 1) ? exit(0) : exit(1);}
1631
1632EOF
f30bc2e7 1633if { (eval echo configure:1634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
81fea2b1
JL
1634then
1635 g77_cv_sys_sprintf_ansi=yes
1636else
1637 echo "configure: failed program was:" >&5
1638 cat conftest.$ac_ext >&5
1639 rm -fr conftest*
1640 g77_cv_sys_sprintf_ansi=no
1641fi
1642rm -fr conftest*
1643fi
1644
1645if eval "test \"`echo '$''{'g77_cv_sys_sprintf_ansi'+set}'`\" = set"; then
1646 echo $ac_n "(cached) $ac_c" 1>&6
1647else
1648 g77_cv_sys_sprintf_ansi=$g77_cv_sys_sprintf_ansi
1649fi
1650
f30bc2e7
CB
1651echo "$ac_t""$g77_cv_sys_sprintf_ansi" 1>&6
1652
81fea2b1
JL
1653# The cygwin patch takes steps to avoid defining USE_STRLEN here -- I don't
1654# understand why.
1655if test $g77_cv_sys_sprintf_ansi != yes; then
1656 cat >> confdefs.h <<\EOF
1657#define USE_STRLEN 1
1658EOF
1659
1660fi
1661
1662# define NON_ANSI_RW_MODES on unix (can't hurt)
1663echo $ac_n "checking NON_ANSI_RW_MODES""... $ac_c" 1>&6
f30bc2e7 1664echo "configure:1665: checking NON_ANSI_RW_MODES" >&5
81fea2b1 1665cat > conftest.$ac_ext <<EOF
f30bc2e7 1666#line 1667 "configure"
81fea2b1
JL
1667#include "confdefs.h"
1668#ifdef unix
1669 yes
1670#endif
1671#ifdef __unix
1672 yes
1673#endif
1674#ifdef __unix__
1675 yes
1676#endif
1677
1678EOF
1679if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1680 egrep "yes" >/dev/null 2>&1; then
1681 rm -rf conftest*
1682 is_unix=yes
1683else
1684 rm -rf conftest*
1685 is_unix=no
1686fi
1687rm -f conftest*
1688
1689if test $g77_cv_sys_cygwin32 = yes || test $g77_cv_sys_mingw32 = yes; then
1690 echo "$ac_t""no" 1>&6
1691else
1692 if test $is_unix = yes; then
1693 cat >> confdefs.h <<\EOF
1694#define NON_ANSI_RW_MODES 1
1695EOF
1696
1697 echo "$ac_t""yes" 1>&6
1698 else
1699 echo "$ac_t""no" 1>&6
1700 fi
1701fi
1702
1703# We have to firkle with the info in hconfig.h to figure out suitable types
1704# (via com.h). proj.h and com.h are in $srcdir/.., config.h which they need
1705# is in ../.. and the config files are in $srcdir/../../config.
1706echo $ac_n "checking f2c integer type""... $ac_c" 1>&6
f30bc2e7 1707echo "configure:1708: checking f2c integer type" >&5
81fea2b1 1708late_ac_cpp=$ac_cpp
8746c235
RH
1709ac_cpp="$late_ac_cpp -I../../gcc/f -I../../gcc -I../../gcc/config"
1710if test "$subdir" != . ; then
1711 ac_cpp="$ac_cpp -I$srcdir/../gcc/f -I$srcdir/../gcc -I$srcdir/../gcc/config"
fcce69a9 1712fi
81fea2b1
JL
1713if eval "test \"`echo '$''{'g77_cv_sys_f2cinteger'+set}'`\" = set"; then
1714 echo $ac_n "(cached) $ac_c" 1>&6
1715else
f30bc2e7 1716 echo "configure:1717: using $ac_cpp" >&5
8746c235 1717cat > conftest.$ac_ext <<EOF
f30bc2e7 1718#line 1719 "configure"
81fea2b1
JL
1719#include "confdefs.h"
1720#include "proj.h"
1721#define FFECOM_DETERMINE_TYPES 1
1722#include "com.h"
1723#if FFECOM_f2cINTEGER == FFECOM_f2ccodeLONG
1724F2C_INTEGER=long int
1725#elif FFECOM_f2cINTEGER == FFECOM_f2ccodeINT
1726F2C_INTEGER=int
1727#else
1728# error "Cannot find a suitable type for F2C_INTEGER"
1729#endif
1730
1731EOF
1732if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1733 egrep "F2C_INTEGER=long int" >/dev/null 2>&1; then
1734 rm -rf conftest*
1735 g77_cv_sys_f2cinteger="long int"
1736fi
1737rm -f conftest*
1738
1739if test "$g77_cv_sys_f2cinteger" = ""; then
f30bc2e7 1740echo "configure:1741: using $ac_cpp" >&5
81fea2b1 1741 cat > conftest.$ac_ext <<EOF
f30bc2e7 1742#line 1743 "configure"
81fea2b1
JL
1743#include "confdefs.h"
1744#include "proj.h"
1745#define FFECOM_DETERMINE_TYPES 1
1746#include "com.h"
1747#if FFECOM_f2cINTEGER == FFECOM_f2ccodeLONG
1748F2C_INTEGER=long int
1749#elif FFECOM_f2cINTEGER == FFECOM_f2ccodeINT
1750F2C_INTEGER=int
1751#else
1752# error "Cannot find a suitable type for F2C_INTEGER"
1753#endif
1754
1755EOF
1756if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1757 egrep "F2C_INTEGER=int" >/dev/null 2>&1; then
1758 rm -rf conftest*
1759 g77_cv_sys_f2cinteger=int
1760fi
1761rm -f conftest*
1762
1763fi
1764if test "$g77_cv_sys_f2cinteger" = ""; then
1765 echo "$ac_t""""" 1>&6
1766 { echo "configure: error: Can't determine type for f2c integer; config.log may help." 1>&2; exit 1; }
1767fi
1768
1769fi
1770
1771echo "$ac_t""$g77_cv_sys_f2cinteger" 1>&6
1772F2C_INTEGER=$g77_cv_sys_f2cinteger
1773ac_cpp=$late_ac_cpp
1774
1775
1776echo $ac_n "checking f2c long int type""... $ac_c" 1>&6
f30bc2e7 1777echo "configure:1778: checking f2c long int type" >&5
81fea2b1 1778late_ac_cpp=$ac_cpp
8746c235
RH
1779ac_cpp="$late_ac_cpp -I../../gcc/f -I../../gcc -I../../gcc/config"
1780if test "$subdir" != . ; then
1781 ac_cpp="$ac_cpp -I$srcdir/../gcc/f -I$srcdir/../gcc -I$srcdir/../gcc/config"
fcce69a9 1782fi
81fea2b1
JL
1783if eval "test \"`echo '$''{'g77_cv_sys_f2clongint'+set}'`\" = set"; then
1784 echo $ac_n "(cached) $ac_c" 1>&6
1785else
f30bc2e7 1786 echo "configure:1787: using $ac_cpp" >&5
8746c235 1787cat > conftest.$ac_ext <<EOF
f30bc2e7 1788#line 1789 "configure"
81fea2b1
JL
1789#include "confdefs.h"
1790#include "proj.h"
1791#define FFECOM_DETERMINE_TYPES 1
1792#include "com.h"
1793#if FFECOM_f2cLONGINT == FFECOM_f2ccodeLONG
1794F2C_LONGINT=long int
1795#elif FFECOM_f2cLONGINT == FFECOM_f2ccodeLONGLONG
1796F2C_LONGINT=long long int
1797#else
1798# error "Cannot find a suitable type for F2C_LONGINT"
1799#endif
1800
1801EOF
1802if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1803 egrep "F2C_LONGINT=long int" >/dev/null 2>&1; then
1804 rm -rf conftest*
1805 g77_cv_sys_f2clongint="long int"
1806fi
1807rm -f conftest*
1808
1809if test "$g77_cv_sys_f2clongint" = ""; then
f30bc2e7 1810echo "configure:1811: using $ac_cpp" >&5
81fea2b1 1811 cat > conftest.$ac_ext <<EOF
f30bc2e7 1812#line 1813 "configure"
81fea2b1
JL
1813#include "confdefs.h"
1814#include "proj.h"
1815#define FFECOM_DETERMINE_TYPES 1
1816#include "com.h"
1817#if FFECOM_f2cLONGINT == FFECOM_f2ccodeLONG
1818F2C_LONGINT=long int
1819#elif FFECOM_f2cLONGINT == FFECOM_f2ccodeLONGLONG
1820F2C_LONGINT=long long int
1821#else
1822# error "Cannot find a suitable type for F2C_LONGINT"
1823#endif
1824
1825EOF
1826if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1827 egrep "F2C_LONGINT=long long int" >/dev/null 2>&1; then
1828 rm -rf conftest*
1829 g77_cv_sys_f2clongint="long long int"
1830fi
1831rm -f conftest*
1832
1833fi
1834if test "$g77_cv_sys_f2clongint" = ""; then
1835 echo "$ac_t""""" 1>&6
1836 { echo "configure: error: Can't determine type for f2c long int; config.log may help." 1>&2; exit 1; }
1837fi
1838
1839fi
1840
1841echo "$ac_t""$g77_cv_sys_f2clongint" 1>&6
1842F2C_LONGINT=$g77_cv_sys_f2clongint
1843ac_cpp=$late_ac_cpp
1844
1845
1846
81fea2b1
JL
1847# This EOF_CHAR is a misfeature on unix.
1848cat >> confdefs.h <<\EOF
1849#define NO_EOF_CHAR_CHECK 1
1850EOF
1851
1852
1853cat >> confdefs.h <<\EOF
1854#define Skip_f2c_Undefs 1
1855EOF
1856
1857
81fea2b1
JL
1858# avoid confusion in case the `makefile's from the f2c distribution have
1859# got put here
1860test -f libF77/makefile && mv libF77/makefile libF77/makefile.ori
1861test -f libI77/makefile && mv libI77/makefile libI77/makefile.ori
1862test -f libU77/makefile && mv libU77/makefile libU77/makefile.ori
1863
f1943b77
MH
1864# Get the version trigger filename from the toplevel
1865if [ "${with_gcc_version_trigger+set}" = set ]; then
1866 gcc_version_trigger=$with_gcc_version_trigger
1867 gcc_version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${gcc_version_trigger}`
6174dcf3 1868else
f1943b77
MH
1869 gcc_version_trigger=
1870 gcc_version=UNKNOWN
6174dcf3 1871fi
487eb4b8 1872
f1943b77
MH
1873
1874
81fea2b1
JL
1875ac_aux_dir=
1876for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1877 if test -f $ac_dir/install-sh; then
1878 ac_aux_dir=$ac_dir
1879 ac_install_sh="$ac_aux_dir/install-sh -c"
1880 break
1881 elif test -f $ac_dir/install.sh; then
1882 ac_aux_dir=$ac_dir
1883 ac_install_sh="$ac_aux_dir/install.sh -c"
1884 break
1885 fi
1886done
1887if test -z "$ac_aux_dir"; then
1888 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
1889fi
1890ac_config_guess=$ac_aux_dir/config.guess
1891ac_config_sub=$ac_aux_dir/config.sub
1892ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
1893
487eb4b8
JL
1894
1895# Do some error checking and defaulting for the host and target type.
1896# The inputs are:
1897# configure --host=HOST --target=TARGET --build=BUILD NONOPT
1898#
1899# The rules are:
1900# 1. You are not allowed to specify --host, --target, and nonopt at the
1901# same time.
1902# 2. Host defaults to nonopt.
1903# 3. If nonopt is not specified, then host defaults to the current host,
1904# as determined by config.guess.
1905# 4. Target and build default to nonopt.
1906# 5. If nonopt is not specified, then target and build default to host.
1907
1908# The aliases save the names the user supplied, while $host etc.
1909# will get canonicalized.
1910case $host---$target---$nonopt in
1911NONE---*---* | *---NONE---* | *---*---NONE) ;;
1912*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1913esac
1914
1915
1916# Make sure we can run config.sub.
1917if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1918else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1919fi
1920
1921echo $ac_n "checking host system type""... $ac_c" 1>&6
f1943b77 1922echo "configure:1923: checking host system type" >&5
487eb4b8
JL
1923
1924host_alias=$host
1925case "$host_alias" in
1926NONE)
1927 case $nonopt in
1928 NONE)
1929 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1930 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1931 fi ;;
1932 *) host_alias=$nonopt ;;
1933 esac ;;
1934esac
1935
1936host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1937host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1938host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1939host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1940echo "$ac_t""$host" 1>&6
1941
1942echo $ac_n "checking target system type""... $ac_c" 1>&6
f1943b77 1943echo "configure:1944: checking target system type" >&5
487eb4b8
JL
1944
1945target_alias=$target
1946case "$target_alias" in
1947NONE)
1948 case $nonopt in
1949 NONE) target_alias=$host_alias ;;
1950 *) target_alias=$nonopt ;;
1951 esac ;;
1952esac
1953
1954target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1955target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1956target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1957target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1958echo "$ac_t""$target" 1>&6
1959
1960echo $ac_n "checking build system type""... $ac_c" 1>&6
f1943b77 1961echo "configure:1962: checking build system type" >&5
487eb4b8
JL
1962
1963build_alias=$build
1964case "$build_alias" in
1965NONE)
1966 case $nonopt in
1967 NONE) build_alias=$host_alias ;;
1968 *) build_alias=$nonopt ;;
1969 esac ;;
1970esac
1971
1972build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1973build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1974build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1975build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1976echo "$ac_t""$build" 1>&6
1977
1978test "$host_alias" != "$target_alias" &&
1979 test "$program_prefix$program_suffix$program_transform_name" = \
1980 NONENONEs,x,x, &&
1981 program_prefix=${target_alias}-
1982
1983
1984
81fea2b1
JL
1985subdirs="libU77"
1986
1987trap '' 1 2 15
1988cat > confcache <<\EOF
1989# This file is a shell script that caches the results of configure
1990# tests run on this system so they can be shared between configure
1991# scripts and configure runs. It is not useful on other systems.
1992# If it contains results you don't want to keep, you may remove or edit it.
1993#
1994# By default, configure uses ./config.cache as the cache file,
1995# creating it if it does not exist already. You can give configure
1996# the --cache-file=FILE option to use a different cache file; that is
1997# what configure does when it calls configure scripts in
1998# subdirectories, so they share the cache.
1999# Giving --cache-file=/dev/null disables caching, for debugging configure.
2000# config.status only pays attention to the cache file if you give it the
2001# --recheck option to rerun configure.
2002#
2003EOF
2004# The following way of writing the cache mishandles newlines in values,
2005# but we know of no workaround that is simple, portable, and efficient.
2006# So, don't put newlines in cache variables' values.
2007# Ultrix sh set writes to stderr and can't be redirected directly,
2008# and sets the high bit in the cache file unless we assign to the vars.
2009(set) 2>&1 |
3ab1919c 2010 case `(ac_space=' '; set) 2>&1 | grep ac_space` in
81fea2b1
JL
2011 *ac_space=\ *)
2012 # `set' does not quote correctly, so add quotes (double-quote substitution
2013 # turns \\\\ into \\, and sed turns \\ into \).
2014 sed -n \
2015 -e "s/'/'\\\\''/g" \
2016 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2017 ;;
2018 *)
2019 # `set' quotes correctly as required by POSIX, so do not add quotes.
2020 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2021 ;;
2022 esac >> confcache
2023if cmp -s $cache_file confcache; then
2024 :
2025else
2026 if test -w $cache_file; then
2027 echo "updating cache $cache_file"
2028 cat confcache > $cache_file
2029 else
2030 echo "not updating unwritable cache $cache_file"
2031 fi
2032fi
2033rm -f confcache
2034
2035trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2036
2037test "x$prefix" = xNONE && prefix=$ac_default_prefix
2038# Let make expand exec_prefix.
2039test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2040
2041# Any assignment to VPATH causes Sun make to only execute
2042# the first set of double-colon rules, so remove it if not needed.
2043# If there is a colon in the path, we need to keep it.
2044if test "x$srcdir" = x.; then
2045 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2046fi
2047
2048trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2049
2050# Transform confdefs.h into DEFS.
2051# Protect against shell expansion while executing Makefile rules.
2052# Protect against Makefile macro expansion.
2053cat > conftest.defs <<\EOF
2054s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
2055s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
2056s%\[%\\&%g
2057s%\]%\\&%g
2058s%\$%$$%g
2059EOF
2060DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
2061rm -f conftest.defs
2062
2063
2064# Without the "./", some shells look in PATH for config.status.
2065: ${CONFIG_STATUS=./config.status}
2066
2067echo creating $CONFIG_STATUS
2068rm -f $CONFIG_STATUS
2069cat > $CONFIG_STATUS <<EOF
2070#! /bin/sh
2071# Generated automatically by configure.
2072# Run this file to recreate the current configuration.
2073# This directory was configured as follows,
2074# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2075#
2076# $0 $ac_configure_args
2077#
2078# Compiler output produced by configure, useful for debugging
2079# configure, is in ./config.log if it exists.
2080
2081ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2082for ac_option
2083do
2084 case "\$ac_option" in
2085 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2086 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2087 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2088 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3ab1919c 2089 echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
81fea2b1
JL
2090 exit 0 ;;
2091 -help | --help | --hel | --he | --h)
2092 echo "\$ac_cs_usage"; exit 0 ;;
2093 *) echo "\$ac_cs_usage"; exit 1 ;;
2094 esac
2095done
2096
2097ac_given_srcdir=$srcdir
2098
f30bc2e7 2099trap 'rm -fr `echo "Makefile g2c.h libI77/Makefile libF77/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
81fea2b1
JL
2100EOF
2101cat >> $CONFIG_STATUS <<EOF
2102
2103# Protect against being on the right side of a sed subst in config.status.
2104sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2105 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2106$ac_vpsub
2107$extrasub
3ab1919c 2108s%@SHELL@%$SHELL%g
81fea2b1
JL
2109s%@CFLAGS@%$CFLAGS%g
2110s%@CPPFLAGS@%$CPPFLAGS%g
2111s%@CXXFLAGS@%$CXXFLAGS%g
2112s%@DEFS@%$DEFS%g
2113s%@LDFLAGS@%$LDFLAGS%g
2114s%@LIBS@%$LIBS%g
2115s%@exec_prefix@%$exec_prefix%g
2116s%@prefix@%$prefix%g
2117s%@program_transform_name@%$program_transform_name%g
2118s%@bindir@%$bindir%g
2119s%@sbindir@%$sbindir%g
2120s%@libexecdir@%$libexecdir%g
2121s%@datadir@%$datadir%g
2122s%@sysconfdir@%$sysconfdir%g
2123s%@sharedstatedir@%$sharedstatedir%g
2124s%@localstatedir@%$localstatedir%g
2125s%@libdir@%$libdir%g
2126s%@includedir@%$includedir%g
2127s%@oldincludedir@%$oldincludedir%g
2128s%@infodir@%$infodir%g
2129s%@mandir@%$mandir%g
2130s%@CC@%$CC%g
2131s%@AR@%$AR%g
2132s%@RANLIB@%$RANLIB%g
2133s%@RANLIB_TEST@%$RANLIB_TEST%g
2134s%@CPP@%$CPP%g
2135s%@F2C_INTEGER@%$F2C_INTEGER%g
2136s%@F2C_LONGINT@%$F2C_LONGINT%g
6174dcf3 2137s%@gcc_version@%$gcc_version%g
f1943b77 2138s%@gcc_version_trigger@%$gcc_version_trigger%g
487eb4b8
JL
2139s%@host@%$host%g
2140s%@host_alias@%$host_alias%g
2141s%@host_cpu@%$host_cpu%g
2142s%@host_vendor@%$host_vendor%g
2143s%@host_os@%$host_os%g
2144s%@target@%$target%g
2145s%@target_alias@%$target_alias%g
2146s%@target_cpu@%$target_cpu%g
2147s%@target_vendor@%$target_vendor%g
2148s%@target_os@%$target_os%g
2149s%@build@%$build%g
2150s%@build_alias@%$build_alias%g
2151s%@build_cpu@%$build_cpu%g
2152s%@build_vendor@%$build_vendor%g
2153s%@build_os@%$build_os%g
81fea2b1
JL
2154s%@subdirs@%$subdirs%g
2155
2156CEOF
2157EOF
2158
2159cat >> $CONFIG_STATUS <<\EOF
2160
2161# Split the substitutions into bite-sized pieces for seds with
2162# small command number limits, like on Digital OSF/1 and HP-UX.
2163ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2164ac_file=1 # Number of current file.
2165ac_beg=1 # First line for current file.
2166ac_end=$ac_max_sed_cmds # Line after last line for current file.
2167ac_more_lines=:
2168ac_sed_cmds=""
2169while $ac_more_lines; do
2170 if test $ac_beg -gt 1; then
2171 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2172 else
2173 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2174 fi
2175 if test ! -s conftest.s$ac_file; then
2176 ac_more_lines=false
2177 rm -f conftest.s$ac_file
2178 else
2179 if test -z "$ac_sed_cmds"; then
2180 ac_sed_cmds="sed -f conftest.s$ac_file"
2181 else
2182 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2183 fi
2184 ac_file=`expr $ac_file + 1`
2185 ac_beg=$ac_end
2186 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2187 fi
2188done
2189if test -z "$ac_sed_cmds"; then
2190 ac_sed_cmds=cat
2191fi
2192EOF
2193
2194cat >> $CONFIG_STATUS <<EOF
2195
f30bc2e7 2196CONFIG_FILES=\${CONFIG_FILES-"Makefile g2c.h libI77/Makefile libF77/Makefile"}
81fea2b1
JL
2197EOF
2198cat >> $CONFIG_STATUS <<\EOF
2199for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2200 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2201 case "$ac_file" in
2202 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2203 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2204 *) ac_file_in="${ac_file}.in" ;;
2205 esac
2206
2207 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2208
2209 # Remove last slash and all that follows it. Not all systems have dirname.
2210 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2211 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2212 # The file is in a subdirectory.
2213 test ! -d "$ac_dir" && mkdir "$ac_dir"
2214 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2215 # A "../" for each directory in $ac_dir_suffix.
2216 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2217 else
2218 ac_dir_suffix= ac_dots=
2219 fi
2220
2221 case "$ac_given_srcdir" in
2222 .) srcdir=.
2223 if test -z "$ac_dots"; then top_srcdir=.
2224 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2225 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2226 *) # Relative path.
2227 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2228 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2229 esac
2230
2231
2232 echo creating "$ac_file"
2233 rm -f "$ac_file"
2234 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2235 case "$ac_file" in
2236 *Makefile*) ac_comsub="1i\\
2237# $configure_input" ;;
2238 *) ac_comsub= ;;
2239 esac
2240
2241 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2242 sed -e "$ac_comsub
2243s%@configure_input@%$configure_input%g
2244s%@srcdir@%$srcdir%g
2245s%@top_srcdir@%$top_srcdir%g
2246" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2247fi; done
2248rm -f conftest.s*
2249
2250EOF
2251cat >> $CONFIG_STATUS <<EOF
2252
2253EOF
2254cat >> $CONFIG_STATUS <<\EOF
2255
2256exit 0
2257EOF
2258chmod +x $CONFIG_STATUS
2259rm -fr confdefs* $ac_clean_files
2260test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2261
2262if test "$no_recursion" != yes; then
2263
2264 # Remove --cache-file and --srcdir arguments so they do not pile up.
2265 ac_sub_configure_args=
2266 ac_prev=
2267 for ac_arg in $ac_configure_args; do
2268 if test -n "$ac_prev"; then
2269 ac_prev=
2270 continue
2271 fi
2272 case "$ac_arg" in
2273 -cache-file | --cache-file | --cache-fil | --cache-fi \
2274 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2275 ac_prev=cache_file ;;
2276 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2277 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2278 ;;
2279 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2280 ac_prev=srcdir ;;
2281 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2282 ;;
2283 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2284 esac
2285 done
2286
2287 for ac_config_dir in libU77; do
2288
2289 # Do not complain, so a configure script can configure whichever
2290 # parts of a large source tree are present.
2291 if test ! -d $srcdir/$ac_config_dir; then
2292 continue
2293 fi
2294
2295 echo configuring in $ac_config_dir
2296
2297 case "$srcdir" in
2298 .) ;;
2299 *)
2300 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
2301 else
2302 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
2303 fi
2304 ;;
2305 esac
2306
2307 ac_popdir=`pwd`
2308 cd $ac_config_dir
2309
2310 # A "../" for each directory in /$ac_config_dir.
2311 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
2312
2313 case "$srcdir" in
2314 .) # No --srcdir option. We are building in place.
2315 ac_sub_srcdir=$srcdir ;;
2316 /*) # Absolute path.
2317 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
2318 *) # Relative path.
2319 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
2320 esac
2321
2322 # Check for guested configure; otherwise get Cygnus style configure.
2323 if test -f $ac_sub_srcdir/configure; then
2324 ac_sub_configure=$ac_sub_srcdir/configure
2325 elif test -f $ac_sub_srcdir/configure.in; then
2326 ac_sub_configure=$ac_configure
2327 else
2328 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
2329 ac_sub_configure=
2330 fi
2331
2332 # The recursion is here.
2333 if test -n "$ac_sub_configure"; then
2334
2335 # Make the cache file name correct relative to the subdirectory.
2336 case "$cache_file" in
2337 /*) ac_sub_cache_file=$cache_file ;;
2338 *) # Relative path.
2339 ac_sub_cache_file="$ac_dots$cache_file" ;;
2340 esac
2341
2342 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
2343 # The eval makes quoting arguments work.
2344 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
2345 then :
2346 else
2347 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
2348 fi
2349 fi
2350
2351 cd $ac_popdir
2352 done
2353fi
2354
2355
2356
This page took 0.28484 seconds and 5 git commands to generate.