* Makefile.in (install): install scmconfig.h from the current
[bpt/guile.git] / configure
CommitLineData
0f2d19dd
JB
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
087d2a6f
JB
4# Generated automatically using autoconf version 2.10
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
0f2d19dd
JB
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=
52
53ac_prev=
54for ac_option
55do
56
57 # If the previous option needs an argument, assign it.
58 if test -n "$ac_prev"; then
59 eval "$ac_prev=\$ac_option"
60 ac_prev=
61 continue
62 fi
63
64 case "$ac_option" in
65 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
66 *) ac_optarg= ;;
67 esac
68
69 # Accept the important Cygnus configure options, so we can diagnose typos.
70
71 case "$ac_option" in
72
73 -bindir | --bindir | --bindi | --bind | --bin | --bi)
74 ac_prev=bindir ;;
75 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
76 bindir="$ac_optarg" ;;
77
78 -build | --build | --buil | --bui | --bu)
79 ac_prev=build ;;
80 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
81 build="$ac_optarg" ;;
82
83 -cache-file | --cache-file | --cache-fil | --cache-fi \
84 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
85 ac_prev=cache_file ;;
86 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
87 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
88 cache_file="$ac_optarg" ;;
89
90 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
91 ac_prev=datadir ;;
92 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
93 | --da=*)
94 datadir="$ac_optarg" ;;
95
96 -disable-* | --disable-*)
97 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
98 # Reject names that are not valid shell variable names.
99 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
100 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
101 fi
102 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
103 eval "enable_${ac_feature}=no" ;;
104
105 -enable-* | --enable-*)
106 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
107 # Reject names that are not valid shell variable names.
108 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
109 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
110 fi
111 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
112 case "$ac_option" in
113 *=*) ;;
114 *) ac_optarg=yes ;;
115 esac
116 eval "enable_${ac_feature}='$ac_optarg'" ;;
117
118 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
119 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
120 | --exec | --exe | --ex)
121 ac_prev=exec_prefix ;;
122 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
123 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
124 | --exec=* | --exe=* | --ex=*)
125 exec_prefix="$ac_optarg" ;;
126
127 -gas | --gas | --ga | --g)
128 # Obsolete; use --with-gas.
129 with_gas=yes ;;
130
131 -help | --help | --hel | --he)
132 # Omit some internal or obsolete options to make the list less imposing.
133 # This message is too long to be a string in the A/UX 3.1 sh.
134 cat << EOF
135Usage: configure [options] [host]
136Options: [defaults in brackets after descriptions]
137Configuration:
138 --cache-file=FILE cache test results in FILE
139 --help print this message
140 --no-create do not create output files
141 --quiet, --silent do not print \`checking...' messages
142 --version print the version of autoconf that created configure
143Directory and file names:
144 --prefix=PREFIX install architecture-independent files in PREFIX
145 [$ac_default_prefix]
146 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
147 [same as prefix]
148 --bindir=DIR user executables in DIR [EPREFIX/bin]
149 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
150 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
151 --datadir=DIR read-only architecture-independent data in DIR
152 [PREFIX/share]
153 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
154 --sharedstatedir=DIR modifiable architecture-independent data in DIR
155 [PREFIX/com]
156 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
157 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
158 --includedir=DIR C header files in DIR [PREFIX/include]
159 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
160 --infodir=DIR info documentation in DIR [PREFIX/info]
161 --mandir=DIR man documentation in DIR [PREFIX/man]
162 --srcdir=DIR find the sources in DIR [configure dir or ..]
163 --program-prefix=PREFIX prepend PREFIX to installed program names
164 --program-suffix=SUFFIX append SUFFIX to installed program names
165 --program-transform-name=PROGRAM
166 run sed PROGRAM on installed program names
167EOF
168 cat << EOF
169Host type:
170 --build=BUILD configure for building on BUILD [BUILD=HOST]
171 --host=HOST configure for HOST [guessed]
172 --target=TARGET configure for TARGET [TARGET=HOST]
173Features and packages:
174 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
175 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
176 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
177 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
178 --x-includes=DIR X include files are in DIR
179 --x-libraries=DIR X library files are in DIR
180EOF
181 if test -n "$ac_help"; then
182 echo "--enable and --with options recognized:$ac_help"
183 fi
184 exit 0 ;;
185
186 -host | --host | --hos | --ho)
187 ac_prev=host ;;
188 -host=* | --host=* | --hos=* | --ho=*)
189 host="$ac_optarg" ;;
190
191 -includedir | --includedir | --includedi | --included | --include \
192 | --includ | --inclu | --incl | --inc)
193 ac_prev=includedir ;;
194 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
195 | --includ=* | --inclu=* | --incl=* | --inc=*)
196 includedir="$ac_optarg" ;;
197
198 -infodir | --infodir | --infodi | --infod | --info | --inf)
199 ac_prev=infodir ;;
200 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
201 infodir="$ac_optarg" ;;
202
203 -libdir | --libdir | --libdi | --libd)
204 ac_prev=libdir ;;
205 -libdir=* | --libdir=* | --libdi=* | --libd=*)
206 libdir="$ac_optarg" ;;
207
208 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
209 | --libexe | --libex | --libe)
210 ac_prev=libexecdir ;;
211 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
212 | --libexe=* | --libex=* | --libe=*)
213 libexecdir="$ac_optarg" ;;
214
215 -localstatedir | --localstatedir | --localstatedi | --localstated \
216 | --localstate | --localstat | --localsta | --localst \
217 | --locals | --local | --loca | --loc | --lo)
218 ac_prev=localstatedir ;;
219 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
220 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
221 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
222 localstatedir="$ac_optarg" ;;
223
224 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
225 ac_prev=mandir ;;
226 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
227 mandir="$ac_optarg" ;;
228
229 -nfp | --nfp | --nf)
230 # Obsolete; use --without-fp.
231 with_fp=no ;;
232
233 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
234 | --no-cr | --no-c)
235 no_create=yes ;;
236
237 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
238 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
239 no_recursion=yes ;;
240
241 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
242 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
243 | --oldin | --oldi | --old | --ol | --o)
244 ac_prev=oldincludedir ;;
245 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
246 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
247 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
248 oldincludedir="$ac_optarg" ;;
249
250 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
251 ac_prev=prefix ;;
252 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
253 prefix="$ac_optarg" ;;
254
255 -program-prefix | --program-prefix | --program-prefi | --program-pref \
256 | --program-pre | --program-pr | --program-p)
257 ac_prev=program_prefix ;;
258 -program-prefix=* | --program-prefix=* | --program-prefi=* \
259 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
260 program_prefix="$ac_optarg" ;;
261
262 -program-suffix | --program-suffix | --program-suffi | --program-suff \
263 | --program-suf | --program-su | --program-s)
264 ac_prev=program_suffix ;;
265 -program-suffix=* | --program-suffix=* | --program-suffi=* \
266 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
267 program_suffix="$ac_optarg" ;;
268
269 -program-transform-name | --program-transform-name \
270 | --program-transform-nam | --program-transform-na \
271 | --program-transform-n | --program-transform- \
272 | --program-transform | --program-transfor \
273 | --program-transfo | --program-transf \
274 | --program-trans | --program-tran \
275 | --progr-tra | --program-tr | --program-t)
276 ac_prev=program_transform_name ;;
277 -program-transform-name=* | --program-transform-name=* \
278 | --program-transform-nam=* | --program-transform-na=* \
279 | --program-transform-n=* | --program-transform-=* \
280 | --program-transform=* | --program-transfor=* \
281 | --program-transfo=* | --program-transf=* \
282 | --program-trans=* | --program-tran=* \
283 | --progr-tra=* | --program-tr=* | --program-t=*)
284 program_transform_name="$ac_optarg" ;;
285
286 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
287 | -silent | --silent | --silen | --sile | --sil)
288 silent=yes ;;
289
290 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
291 ac_prev=sbindir ;;
292 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
293 | --sbi=* | --sb=*)
294 sbindir="$ac_optarg" ;;
295
296 -sharedstatedir | --sharedstatedir | --sharedstatedi \
297 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
298 | --sharedst | --shareds | --shared | --share | --shar \
299 | --sha | --sh)
300 ac_prev=sharedstatedir ;;
301 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
302 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
303 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
304 | --sha=* | --sh=*)
305 sharedstatedir="$ac_optarg" ;;
306
307 -site | --site | --sit)
308 ac_prev=site ;;
309 -site=* | --site=* | --sit=*)
310 site="$ac_optarg" ;;
311
312 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
313 ac_prev=srcdir ;;
314 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
315 srcdir="$ac_optarg" ;;
316
317 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
318 | --syscon | --sysco | --sysc | --sys | --sy)
319 ac_prev=sysconfdir ;;
320 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
321 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
322 sysconfdir="$ac_optarg" ;;
323
324 -target | --target | --targe | --targ | --tar | --ta | --t)
325 ac_prev=target ;;
326 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
327 target="$ac_optarg" ;;
328
329 -v | -verbose | --verbose | --verbos | --verbo | --verb)
330 verbose=yes ;;
331
332 -version | --version | --versio | --versi | --vers)
087d2a6f 333 echo "configure generated by autoconf version 2.10"
0f2d19dd
JB
334 exit 0 ;;
335
336 -with-* | --with-*)
337 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
338 # Reject names that are not valid shell variable names.
339 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
340 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
341 fi
342 ac_package=`echo $ac_package| sed 's/-/_/g'`
343 case "$ac_option" in
344 *=*) ;;
345 *) ac_optarg=yes ;;
346 esac
347 eval "with_${ac_package}='$ac_optarg'" ;;
348
349 -without-* | --without-*)
350 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
351 # Reject names that are not valid shell variable names.
352 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
353 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
354 fi
355 ac_package=`echo $ac_package| sed 's/-/_/g'`
356 eval "with_${ac_package}=no" ;;
357
358 --x)
359 # Obsolete; use --with-x.
360 with_x=yes ;;
361
362 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
363 | --x-incl | --x-inc | --x-in | --x-i)
364 ac_prev=x_includes ;;
365 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
366 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
367 x_includes="$ac_optarg" ;;
368
369 -x-libraries | --x-libraries | --x-librarie | --x-librari \
370 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
371 ac_prev=x_libraries ;;
372 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
373 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
374 x_libraries="$ac_optarg" ;;
375
376 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
377 ;;
378
379 *)
380 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
381 echo "configure: warning: $ac_option: invalid host type" 1>&2
382 fi
383 if test "x$nonopt" != xNONE; then
384 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
385 fi
386 nonopt="$ac_option"
387 ;;
388
389 esac
390done
391
392if test -n "$ac_prev"; then
393 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
394fi
395
396trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
397
398# File descriptor usage:
399# 0 standard input
400# 1 file creation
401# 2 errors and warnings
402# 3 some systems may open it to /dev/tty
403# 4 used on the Kubota Titan
404# 6 checking for... messages and results
405# 5 compiler messages saved in config.log
406if test "$silent" = yes; then
407 exec 6>/dev/null
408else
409 exec 6>&1
410fi
411exec 5>./config.log
412
413echo "\
414This file contains any messages produced by compilers while
415running configure, to aid debugging if configure makes a mistake.
416" 1>&5
417
418# Strip out --no-create and --no-recursion so they do not pile up.
419# Also quote any args containing shell metacharacters.
420ac_configure_args=
421for ac_arg
422do
423 case "$ac_arg" in
424 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
425 | --no-cr | --no-c) ;;
426 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
427 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
428 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
429 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
430 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
431 esac
432done
433
434# NLS nuisances.
435# Only set LANG and LC_ALL to C if already set.
436# These must not be set unconditionally because not all systems understand
437# e.g. LANG=C (notably SCO).
438if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
439if test "${LANG+set}" = set; then LANG=C; export LANG; fi
440
441# confdefs.h avoids OS command line length limits that DEFS can exceed.
442rm -rf conftest* confdefs.h
443# AIX cpp loses on an empty file, so make sure it contains at least a newline.
444echo > confdefs.h
445
446# A filename unique to this package, relative to the directory that
447# configure is in, which we can look for to find out if srcdir is correct.
448ac_unique_file=Makefile.in
449
450# Find the source files, if location was not specified.
451if test -z "$srcdir"; then
452 ac_srcdir_defaulted=yes
453 # Try the directory containing this script, then its parent.
454 ac_prog=$0
455 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
456 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
457 srcdir=$ac_confdir
458 if test ! -r $srcdir/$ac_unique_file; then
459 srcdir=..
460 fi
461else
462 ac_srcdir_defaulted=no
463fi
464if test ! -r $srcdir/$ac_unique_file; then
465 if test "$ac_srcdir_defaulted" = yes; then
466 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
467 else
468 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
469 fi
470fi
471srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
472
473# Prefer explicitly selected file to automatically selected ones.
474if test -z "$CONFIG_SITE"; then
475 if test "x$prefix" != xNONE; then
476 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
477 else
478 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
479 fi
480fi
481for ac_site_file in $CONFIG_SITE; do
482 if test -r "$ac_site_file"; then
483 echo "loading site script $ac_site_file"
484 . "$ac_site_file"
485 fi
486done
487
488if test -r "$cache_file"; then
489 echo "loading cache $cache_file"
490 . $cache_file
491else
492 echo "creating cache $cache_file"
493 > $cache_file
494fi
495
496ac_ext=c
497# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
087d2a6f
JB
498ac_cpp='$CPP $CPPFLAGS'
499ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
500ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
0f2d19dd
JB
501
502if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
503 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
504 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
505 ac_n= ac_c='
506' ac_t=' '
507 else
508 ac_n=-n ac_c= ac_t=
509 fi
510else
511 ac_n= ac_c='\c' ac_t=
512fi
513
514
515
39b3bff6
JB
516rm -f config.build-subdirs
517
2d26def0
JB
518. $srcdir/GUILE-VERSION
519
0f2d19dd
JB
520all_subdirs=`cat $srcdir/*/PLUGIN/REQ $srcdir/*/PLUGIN/OPT /dev/null | tsort | xargs echo`
521req_subdirs=`cat $srcdir/*/PLUGIN/REQ /dev/null | tsort | xargs echo`
522opt_subdirs=`cat $srcdir/*/PLUGIN/OPT /dev/null | tsort | xargs echo`
86789f9b 523
e63710da
JB
524ac_aux_dir=
525for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
526 if test -f $ac_dir/install-sh; then
527 ac_aux_dir=$ac_dir
528 ac_install_sh="$ac_aux_dir/install-sh -c"
529 break
530 elif test -f $ac_dir/install.sh; then
531 ac_aux_dir=$ac_dir
532 ac_install_sh="$ac_aux_dir/install.sh -c"
533 break
534 fi
535done
536if test -z "$ac_aux_dir"; then
537 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
538fi
539ac_config_guess=$ac_aux_dir/config.guess
540ac_config_sub=$ac_aux_dir/config.sub
541ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
542
543subdirs="$all_subdirs"
544
545existingdirs=
546for d in $all_subdirs; do
547 if test -d $srcdir/$d ; then
548 existingdirs="$existingdirs $d"
549 if test "x$verbose" = xyes; then
550 if test -f $srcdir/$d/PLUGIN/greet ; then
551 cat $srcdir/$d/PLUGIN/greet
552 else
553 echo ===
554 echo === Configuring plug-in component $d
555 echo ===
556 fi
557 fi
558 fi
559done
560
561for d in $req_subdirs; do
562 if test ! -d $srcdir/$d ; then
563 echo "*******"
564 echo "*******"
565 echo "**\+/**"
566 echo "**=*=**" ERROR: Missing required package: $d
567 echo "**/+\**"
568 echo "*******"
569 echo "*******"
570 exit 1
571 fi
572done
573
574if test "x$verbose" = xyes; then
575 for d in $opt_subdirs; do
576 if test ! -d $srcdir/$d ; then
577 echo "*****"
578 echo "*===*"
579 echo "*=*=*" WARNING: Missing suggested package: $d
580 echo "*===*"
581 echo "*****"
582 fi
583 done
584fi
585
586
86789f9b
JB
587# Extract the first word of "gcc", so it can be a program name with args.
588set dummy gcc; ac_word=$2
589echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
590if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
591 echo $ac_n "(cached) $ac_c" 1>&6
592else
593 if test -n "$CC"; then
594 ac_cv_prog_CC="$CC" # Let the user override the test.
595else
596 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
597 for ac_dir in $PATH; do
598 test -z "$ac_dir" && ac_dir=.
599 if test -f $ac_dir/$ac_word; then
600 ac_cv_prog_CC="gcc"
601 break
602 fi
603 done
604 IFS="$ac_save_ifs"
605fi
606fi
607CC="$ac_cv_prog_CC"
608if test -n "$CC"; then
609 echo "$ac_t""$CC" 1>&6
610else
611 echo "$ac_t""no" 1>&6
612fi
613
087d2a6f
JB
614if test -z "$CC"; then
615 # Extract the first word of "cc", so it can be a program name with args.
616set dummy cc; ac_word=$2
617echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
618if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
619 echo $ac_n "(cached) $ac_c" 1>&6
620else
621 if test -n "$CC"; then
622 ac_cv_prog_CC="$CC" # Let the user override the test.
623else
624 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
625 ac_prog_rejected=no
626 for ac_dir in $PATH; do
627 test -z "$ac_dir" && ac_dir=.
628 if test -f $ac_dir/$ac_word; then
629 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
630 ac_prog_rejected=yes
631 continue
632 fi
633 ac_cv_prog_CC="cc"
634 break
635 fi
636 done
637 IFS="$ac_save_ifs"
638if test $ac_prog_rejected = yes; then
639 # We found a bogon in the path, so make sure we never use it.
640 set dummy $ac_cv_prog_CC
641 shift
642 if test $# -gt 0; then
643 # We chose a different compiler from the bogus one.
644 # However, it has the same basename, so the bogon will be chosen
645 # first if we set CC to just the basename; use the full file name.
646 shift
647 set dummy "$ac_dir/$ac_word" "$@"
648 shift
649 ac_cv_prog_CC="$@"
650 fi
651fi
652fi
653fi
654CC="$ac_cv_prog_CC"
655if test -n "$CC"; then
656 echo "$ac_t""$CC" 1>&6
657else
658 echo "$ac_t""no" 1>&6
659fi
660
661 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
662fi
86789f9b
JB
663
664echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
665if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
666 echo $ac_n "(cached) $ac_c" 1>&6
667else
668 cat > conftest.c <<EOF
669#ifdef __GNUC__
670 yes;
671#endif
672EOF
087d2a6f 673if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
86789f9b
JB
674 ac_cv_prog_gcc=yes
675else
676 ac_cv_prog_gcc=no
677fi
678fi
679
680echo "$ac_t""$ac_cv_prog_gcc" 1>&6
681if test $ac_cv_prog_gcc = yes; then
682 GCC=yes
683 if test "${CFLAGS+set}" != set; then
684 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
685if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
686 echo $ac_n "(cached) $ac_c" 1>&6
687else
688 echo 'void f(){}' > conftest.c
689if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
690 ac_cv_prog_gcc_g=yes
691else
692 ac_cv_prog_gcc_g=no
693fi
694rm -f conftest*
695
696fi
697
698echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
699 if test $ac_cv_prog_gcc_g = yes; then
700 CFLAGS="-g -O"
701 else
702 CFLAGS="-O"
703 fi
704 fi
705else
706 GCC=
707 test "${CFLAGS+set}" = set || CFLAGS="-g"
708fi
709
710
e63710da
JB
711### build_subdirs is the list of directories we actually want to
712### build. It's not equivalent to existingdirs: if we can't find the
713### Tcl libraries, then we don't want to build in gtcltk-lib.
714###
715### So why can't we just forget about gtcltk-lib altogether, and
716### delete it from existingdirs, in that case? Well, in order for
717### 'make dist' to work, we still need to configure gtcltk-lib, and
718### the top-level Makefile needs to know it exists,
719build_subdirs="${existingdirs}"
720
721### Decide which directories to build; remove the ones we don't want
722### from build_subdirs.
39b3bff6 723
5ffdd374
JB
724### On some systems, the Tcl library contains references to
725### functions in the dynamic linker library, -ldl, so we may need
726### to include that.
727echo $ac_n "checking for -ldl""... $ac_c" 1>&6
087d2a6f 728ac_lib_var=`echo dl'_'dlopen | tr './+\055' '__p_'`
5ffdd374
JB
729if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
730 echo $ac_n "(cached) $ac_c" 1>&6
731else
732 ac_save_LIBS="$LIBS"
733LIBS="-ldl $LIBS"
734cat > conftest.$ac_ext <<EOF
087d2a6f 735#line 736 "configure"
5ffdd374 736#include "confdefs.h"
087d2a6f
JB
737/* Override any gcc2 internal prototype to avoid an error. */
738/* We use char because int might match the return type of a gcc2
739 builtin and then its argument prototype would still apply. */
740char dlopen();
5ffdd374
JB
741
742int main() { return 0; }
743int t() {
744dlopen()
745; return 0; }
746EOF
087d2a6f 747if { (eval echo configure:748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
5ffdd374
JB
748 rm -rf conftest*
749 eval "ac_cv_lib_$ac_lib_var=yes"
750else
751 rm -rf conftest*
752 eval "ac_cv_lib_$ac_lib_var=no"
753fi
754rm -f conftest*
755LIBS="$ac_save_LIBS"
756
757fi
758if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
759 echo "$ac_t""yes" 1>&6
760 ac_tr_lib=HAVE_LIB`echo dl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
761 cat >> confdefs.h <<EOF
762#define $ac_tr_lib 1
763EOF
764
765 LIBS="-ldl $LIBS"
766
767else
768 echo "$ac_t""no" 1>&6
769fi
770
771
86789f9b 772### Use gtcltk-lib only if we seem to have Tcl installed on the
e63710da
JB
773### system. We really should check for Tk as well, but that involves
774### finding all the X libraries that we need to do a complete link.
86789f9b 775echo $ac_n "checking for -ltcl7.5""... $ac_c" 1>&6
087d2a6f 776ac_lib_var=`echo tcl7.5'_'Tcl_CreateInterp | tr './+\055' '__p_'`
86789f9b
JB
777if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
778 echo $ac_n "(cached) $ac_c" 1>&6
779else
780 ac_save_LIBS="$LIBS"
781LIBS="-ltcl7.5 -lm $LIBS"
782cat > conftest.$ac_ext <<EOF
087d2a6f 783#line 784 "configure"
86789f9b 784#include "confdefs.h"
087d2a6f
JB
785/* Override any gcc2 internal prototype to avoid an error. */
786/* We use char because int might match the return type of a gcc2
787 builtin and then its argument prototype would still apply. */
788char Tcl_CreateInterp();
86789f9b
JB
789
790int main() { return 0; }
791int t() {
792Tcl_CreateInterp()
793; return 0; }
794EOF
087d2a6f 795if { (eval echo configure:796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
86789f9b
JB
796 rm -rf conftest*
797 eval "ac_cv_lib_$ac_lib_var=yes"
798else
799 rm -rf conftest*
800 eval "ac_cv_lib_$ac_lib_var=no"
801fi
802rm -f conftest*
803LIBS="$ac_save_LIBS"
804
805fi
806if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
807 echo "$ac_t""yes" 1>&6
808 have_tcl=true
809else
810 echo "$ac_t""no" 1>&6
811have_tcl=false
812fi
813
814if $have_tcl; then :; else
39b3bff6 815 build_subdirs="`echo $build_subdirs | sed s:gtcltk-lib::`"
86789f9b
JB
816 req_subdirs="`echo $req_subdirs | sed s:gtcltk-lib::`"
817fi
818
e63710da
JB
819### Write the list of survivors, the directories we do want to build,
820### to a file in the top level, so the subdirectories' configuration
821### scripts can find it. We don't want to pass the list in the
822### environment, because the subdirectory configuration scripts can be
823### run on their own.
39b3bff6
JB
824echo "${build_subdirs}" > config.build-subdirs
825
0f2d19dd 826
2d26def0 827
e63710da 828
0f2d19dd
JB
829trap '' 1 2 15
830cat > confcache <<\EOF
831# This file is a shell script that caches the results of configure
832# tests run on this system so they can be shared between configure
833# scripts and configure runs. It is not useful on other systems.
834# If it contains results you don't want to keep, you may remove or edit it.
835#
836# By default, configure uses ./config.cache as the cache file,
837# creating it if it does not exist already. You can give configure
838# the --cache-file=FILE option to use a different cache file; that is
839# what configure does when it calls configure scripts in
840# subdirectories, so they share the cache.
841# Giving --cache-file=/dev/null disables caching, for debugging configure.
842# config.status only pays attention to the cache file if you give it the
843# --recheck option to rerun configure.
844#
845EOF
846# Ultrix sh set writes to stderr and can't be redirected directly,
847# and sets the high bit in the cache file unless we assign to the vars.
848(set) 2>&1 |
849 sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
850 >> confcache
851if cmp -s $cache_file confcache; then
852 :
853else
854 if test -w $cache_file; then
855 echo "updating cache $cache_file"
856 cat confcache > $cache_file
857 else
858 echo "not updating unwritable cache $cache_file"
859 fi
860fi
861rm -f confcache
862
863trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
864
865test "x$prefix" = xNONE && prefix=$ac_default_prefix
866# Let make expand exec_prefix.
867test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
868
869# Any assignment to VPATH causes Sun make to only execute
870# the first set of double-colon rules, so remove it if not needed.
871# If there is a colon in the path, we need to keep it.
872if test "x$srcdir" = x.; then
873 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
874fi
875
876trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
877
878# Transform confdefs.h into DEFS.
879# Protect against shell expansion while executing Makefile rules.
880# Protect against Makefile macro expansion.
881cat > conftest.defs <<\EOF
087d2a6f 882s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
0f2d19dd
JB
883s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
884s%\[%\\&%g
885s%\]%\\&%g
886s%\$%$$%g
887EOF
888DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
889rm -f conftest.defs
890
891
892# Without the "./", some shells look in PATH for config.status.
893: ${CONFIG_STATUS=./config.status}
894
895echo creating $CONFIG_STATUS
896rm -f $CONFIG_STATUS
897cat > $CONFIG_STATUS <<EOF
898#! /bin/sh
899# Generated automatically by configure.
900# Run this file to recreate the current configuration.
901# This directory was configured as follows,
902# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
903#
904# $0 $ac_configure_args
905#
906# Compiler output produced by configure, useful for debugging
907# configure, is in ./config.log if it exists.
908
909ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
910for ac_option
911do
912 case "\$ac_option" in
913 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
914 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
915 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
916 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
087d2a6f 917 echo "$CONFIG_STATUS generated by autoconf version 2.10"
0f2d19dd
JB
918 exit 0 ;;
919 -help | --help | --hel | --he | --h)
920 echo "\$ac_cs_usage"; exit 0 ;;
921 *) echo "\$ac_cs_usage"; exit 1 ;;
922 esac
923done
924
925ac_given_srcdir=$srcdir
926
2d26def0 927trap 'rm -fr `echo "Makefile doc/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
0f2d19dd
JB
928EOF
929cat >> $CONFIG_STATUS <<EOF
930
931# Protect against being on the right side of a sed subst in config.status.
932sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
933 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
934$ac_vpsub
935$extrasub
936s%@CFLAGS@%$CFLAGS%g
937s%@CPPFLAGS@%$CPPFLAGS%g
938s%@CXXFLAGS@%$CXXFLAGS%g
939s%@DEFS@%$DEFS%g
940s%@LDFLAGS@%$LDFLAGS%g
941s%@LIBS@%$LIBS%g
942s%@exec_prefix@%$exec_prefix%g
943s%@prefix@%$prefix%g
944s%@program_transform_name@%$program_transform_name%g
945s%@bindir@%$bindir%g
946s%@sbindir@%$sbindir%g
947s%@libexecdir@%$libexecdir%g
948s%@datadir@%$datadir%g
949s%@sysconfdir@%$sysconfdir%g
950s%@sharedstatedir@%$sharedstatedir%g
951s%@localstatedir@%$localstatedir%g
952s%@libdir@%$libdir%g
953s%@includedir@%$includedir%g
954s%@oldincludedir@%$oldincludedir%g
955s%@infodir@%$infodir%g
956s%@mandir@%$mandir%g
957s%@subdirs@%$subdirs%g
e63710da 958s%@CC@%$CC%g
0f2d19dd 959s%@existingdirs@%$existingdirs%g
39b3bff6 960s%@build_subdirs@%$build_subdirs%g
2d26def0 961s%@GUILE_VERSION@%$GUILE_VERSION%g
0f2d19dd
JB
962
963CEOF
964EOF
965cat >> $CONFIG_STATUS <<EOF
966
2d26def0 967CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile"}
0f2d19dd
JB
968EOF
969cat >> $CONFIG_STATUS <<\EOF
970for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
971 # Support "outfile[:infile]", defaulting infile="outfile.in".
972 case "$ac_file" in
973 *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
974 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
975 *) ac_file_in="${ac_file}.in" ;;
976 esac
977
978 # Adjust relative srcdir, etc. for subdirectories.
979
980 # Remove last slash and all that follows it. Not all systems have dirname.
981 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
982 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
983 # The file is in a subdirectory.
984 test ! -d "$ac_dir" && mkdir "$ac_dir"
985 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
986 # A "../" for each directory in $ac_dir_suffix.
987 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
988 else
989 ac_dir_suffix= ac_dots=
990 fi
991
992 case "$ac_given_srcdir" in
993 .) srcdir=.
994 if test -z "$ac_dots"; then top_srcdir=.
995 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
996 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
997 *) # Relative path.
998 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
999 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1000 esac
1001
1002 echo creating "$ac_file"
1003 rm -f "$ac_file"
1004 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1005 case "$ac_file" in
1006 *Makefile*) ac_comsub="1i\\
1007# $configure_input" ;;
1008 *) ac_comsub= ;;
1009 esac
1010 sed -e "$ac_comsub
1011s%@configure_input@%$configure_input%g
1012s%@srcdir@%$srcdir%g
1013s%@top_srcdir@%$top_srcdir%g
1014" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
1015fi; done
1016rm -f conftest.subs
1017
1018
1019
1020exit 0
1021EOF
1022chmod +x $CONFIG_STATUS
1023rm -fr confdefs* $ac_clean_files
1024test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1025
1026if test "$no_recursion" != yes; then
1027
1028 # Remove --cache-file and --srcdir arguments so they do not pile up.
1029 ac_sub_configure_args=
1030 ac_prev=
1031 for ac_arg in $ac_configure_args; do
1032 if test -n "$ac_prev"; then
1033 ac_prev=
1034 continue
1035 fi
1036 case "$ac_arg" in
1037 -cache-file | --cache-file | --cache-fil | --cache-fi \
1038 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1039 ac_prev=cache_file ;;
1040 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1041 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1042 ;;
1043 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1044 ac_prev=srcdir ;;
1045 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1046 ;;
1047 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
1048 esac
1049 done
1050
1051 for ac_config_dir in $all_subdirs; do
1052
1053 # Do not complain, so a configure script can configure whichever
1054 # parts of a large source tree are present.
1055 if test ! -d $srcdir/$ac_config_dir; then
1056 continue
1057 fi
1058
1059 echo configuring in $ac_config_dir
1060
1061 case "$srcdir" in
1062 .) ;;
1063 *)
1064 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
1065 else
1066 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
1067 fi
1068 ;;
1069 esac
1070
1071 ac_popdir=`pwd`
1072 cd $ac_config_dir
1073
1074 case "$srcdir" in
1075 .) # No --srcdir option. We are building in place.
1076 ac_sub_srcdir=$srcdir ;;
1077 /*) # Absolute path.
1078 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
1079 *) # Relative path.
1080 ac_sub_srcdir=../$srcdir/$ac_config_dir ;;
1081 esac
1082
1083 # Check for guested configure; otherwise get Cygnus style configure.
1084 if test -f $ac_sub_srcdir/configure; then
1085 ac_sub_configure=$ac_sub_srcdir/configure
1086 elif test -f $ac_sub_srcdir/configure.in; then
1087 ac_sub_configure=$ac_configure
1088 else
1089 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
1090 ac_sub_configure=
1091 fi
1092
1093 # The recursion is here.
1094 if test -n "$ac_sub_configure"; then
1095
1096 # Make the cache file name correct relative to the subdirectory.
1097 # A "../" for each directory in /$ac_config_dir.
1098 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
1099 case "$cache_file" in
1100 /*) ac_sub_cache_file=$cache_file ;;
1101 *) # Relative path.
1102 ac_sub_cache_file="$ac_dots$cache_file" ;;
1103 esac
1104
1105 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
1106 # The eval makes quoting arguments work.
1107 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
1108 then :
1109 else
1110 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
1111 fi
1112 fi
1113
1114 cd $ac_popdir
1115 done
1116fi
1117