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