r129: *** empty log message ***
[ctsim.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
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-verbose-warnings
16                           Enable verbose compiler warnings."
17 ac_help="$ac_help
18   --enable-debug          Turn on debugging"
19 ac_help="$ac_help
20   --with-lam[=PATH]       Set path of LAM MPI "
21 ac_help="$ac_help
22   --with-cgibin-dir=PATH  Set path of CGI binaries directory "
23 ac_help="$ac_help
24   --with-cgibin-url=PATH  Set URL path of CGI binaries "
25 ac_help="$ac_help
26   --with-webdata-dir=PATH Set path of webdata"
27 ac_help="$ac_help
28   --with-webdata-url=PATH Set URL path of webdata"
29 ac_help="$ac_help
30   --with-html-dir=PATH    Set directory of html files"
31 ac_help="$ac_help
32   --with-x                use the X Window System"
33
34 # Initialize some variables set by options.
35 # The variables have the same names as the options, with
36 # dashes changed to underlines.
37 build=NONE
38 cache_file=./config.cache
39 exec_prefix=NONE
40 host=NONE
41 no_create=
42 nonopt=NONE
43 no_recursion=
44 prefix=NONE
45 program_prefix=NONE
46 program_suffix=NONE
47 program_transform_name=s,x,x,
48 silent=
49 site=
50 srcdir=
51 target=NONE
52 verbose=
53 x_includes=NONE
54 x_libraries=NONE
55 bindir='${exec_prefix}/bin'
56 sbindir='${exec_prefix}/sbin'
57 libexecdir='${exec_prefix}/libexec'
58 datadir='${prefix}/share'
59 sysconfdir='${prefix}/etc'
60 sharedstatedir='${prefix}/com'
61 localstatedir='${prefix}/var'
62 libdir='${exec_prefix}/lib'
63 includedir='${prefix}/include'
64 oldincludedir='/usr/include'
65 infodir='${prefix}/info'
66 mandir='${prefix}/man'
67
68 # Initialize some other variables.
69 subdirs=
70 MFLAGS= MAKEFLAGS=
71 SHELL=${CONFIG_SHELL-/bin/sh}
72 # Maximum number of lines to put in a shell here document.
73 ac_max_here_lines=12
74
75 ac_prev=
76 for ac_option
77 do
78
79   # If the previous option needs an argument, assign it.
80   if test -n "$ac_prev"; then
81     eval "$ac_prev=\$ac_option"
82     ac_prev=
83     continue
84   fi
85
86   case "$ac_option" in
87   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
88   *) ac_optarg= ;;
89   esac
90
91   # Accept the important Cygnus configure options, so we can diagnose typos.
92
93   case "$ac_option" in
94
95   -bindir | --bindir | --bindi | --bind | --bin | --bi)
96     ac_prev=bindir ;;
97   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
98     bindir="$ac_optarg" ;;
99
100   -build | --build | --buil | --bui | --bu)
101     ac_prev=build ;;
102   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
103     build="$ac_optarg" ;;
104
105   -cache-file | --cache-file | --cache-fil | --cache-fi \
106   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
107     ac_prev=cache_file ;;
108   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
109   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
110     cache_file="$ac_optarg" ;;
111
112   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
113     ac_prev=datadir ;;
114   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
115   | --da=*)
116     datadir="$ac_optarg" ;;
117
118   -disable-* | --disable-*)
119     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
120     # Reject names that are not valid shell variable names.
121     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
122       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
123     fi
124     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
125     eval "enable_${ac_feature}=no" ;;
126
127   -enable-* | --enable-*)
128     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
129     # Reject names that are not valid shell variable names.
130     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
131       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
132     fi
133     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
134     case "$ac_option" in
135       *=*) ;;
136       *) ac_optarg=yes ;;
137     esac
138     eval "enable_${ac_feature}='$ac_optarg'" ;;
139
140   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
141   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
142   | --exec | --exe | --ex)
143     ac_prev=exec_prefix ;;
144   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
145   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
146   | --exec=* | --exe=* | --ex=*)
147     exec_prefix="$ac_optarg" ;;
148
149   -gas | --gas | --ga | --g)
150     # Obsolete; use --with-gas.
151     with_gas=yes ;;
152
153   -help | --help | --hel | --he)
154     # Omit some internal or obsolete options to make the list less imposing.
155     # This message is too long to be a string in the A/UX 3.1 sh.
156     cat << EOF
157 Usage: configure [options] [host]
158 Options: [defaults in brackets after descriptions]
159 Configuration:
160   --cache-file=FILE       cache test results in FILE
161   --help                  print this message
162   --no-create             do not create output files
163   --quiet, --silent       do not print \`checking...' messages
164   --version               print the version of autoconf that created configure
165 Directory and file names:
166   --prefix=PREFIX         install architecture-independent files in PREFIX
167                           [$ac_default_prefix]
168   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
169                           [same as prefix]
170   --bindir=DIR            user executables in DIR [EPREFIX/bin]
171   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
172   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
173   --datadir=DIR           read-only architecture-independent data in DIR
174                           [PREFIX/share]
175   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
176   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
177                           [PREFIX/com]
178   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
179   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
180   --includedir=DIR        C header files in DIR [PREFIX/include]
181   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
182   --infodir=DIR           info documentation in DIR [PREFIX/info]
183   --mandir=DIR            man documentation in DIR [PREFIX/man]
184   --srcdir=DIR            find the sources in DIR [configure dir or ..]
185   --program-prefix=PREFIX prepend PREFIX to installed program names
186   --program-suffix=SUFFIX append SUFFIX to installed program names
187   --program-transform-name=PROGRAM
188                           run sed PROGRAM on installed program names
189 EOF
190     cat << EOF
191 Host type:
192   --build=BUILD           configure for building on BUILD [BUILD=HOST]
193   --host=HOST             configure for HOST [guessed]
194   --target=TARGET         configure for TARGET [TARGET=HOST]
195 Features and packages:
196   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
197   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
198   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
199   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
200   --x-includes=DIR        X include files are in DIR
201   --x-libraries=DIR       X library files are in DIR
202 EOF
203     if test -n "$ac_help"; then
204       echo "--enable and --with options recognized:$ac_help"
205     fi
206     exit 0 ;;
207
208   -host | --host | --hos | --ho)
209     ac_prev=host ;;
210   -host=* | --host=* | --hos=* | --ho=*)
211     host="$ac_optarg" ;;
212
213   -includedir | --includedir | --includedi | --included | --include \
214   | --includ | --inclu | --incl | --inc)
215     ac_prev=includedir ;;
216   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
217   | --includ=* | --inclu=* | --incl=* | --inc=*)
218     includedir="$ac_optarg" ;;
219
220   -infodir | --infodir | --infodi | --infod | --info | --inf)
221     ac_prev=infodir ;;
222   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
223     infodir="$ac_optarg" ;;
224
225   -libdir | --libdir | --libdi | --libd)
226     ac_prev=libdir ;;
227   -libdir=* | --libdir=* | --libdi=* | --libd=*)
228     libdir="$ac_optarg" ;;
229
230   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
231   | --libexe | --libex | --libe)
232     ac_prev=libexecdir ;;
233   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
234   | --libexe=* | --libex=* | --libe=*)
235     libexecdir="$ac_optarg" ;;
236
237   -localstatedir | --localstatedir | --localstatedi | --localstated \
238   | --localstate | --localstat | --localsta | --localst \
239   | --locals | --local | --loca | --loc | --lo)
240     ac_prev=localstatedir ;;
241   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
242   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
243   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
244     localstatedir="$ac_optarg" ;;
245
246   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
247     ac_prev=mandir ;;
248   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
249     mandir="$ac_optarg" ;;
250
251   -nfp | --nfp | --nf)
252     # Obsolete; use --without-fp.
253     with_fp=no ;;
254
255   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
256   | --no-cr | --no-c)
257     no_create=yes ;;
258
259   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
260   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
261     no_recursion=yes ;;
262
263   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
264   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
265   | --oldin | --oldi | --old | --ol | --o)
266     ac_prev=oldincludedir ;;
267   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
268   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
269   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
270     oldincludedir="$ac_optarg" ;;
271
272   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
273     ac_prev=prefix ;;
274   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
275     prefix="$ac_optarg" ;;
276
277   -program-prefix | --program-prefix | --program-prefi | --program-pref \
278   | --program-pre | --program-pr | --program-p)
279     ac_prev=program_prefix ;;
280   -program-prefix=* | --program-prefix=* | --program-prefi=* \
281   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
282     program_prefix="$ac_optarg" ;;
283
284   -program-suffix | --program-suffix | --program-suffi | --program-suff \
285   | --program-suf | --program-su | --program-s)
286     ac_prev=program_suffix ;;
287   -program-suffix=* | --program-suffix=* | --program-suffi=* \
288   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
289     program_suffix="$ac_optarg" ;;
290
291   -program-transform-name | --program-transform-name \
292   | --program-transform-nam | --program-transform-na \
293   | --program-transform-n | --program-transform- \
294   | --program-transform | --program-transfor \
295   | --program-transfo | --program-transf \
296   | --program-trans | --program-tran \
297   | --progr-tra | --program-tr | --program-t)
298     ac_prev=program_transform_name ;;
299   -program-transform-name=* | --program-transform-name=* \
300   | --program-transform-nam=* | --program-transform-na=* \
301   | --program-transform-n=* | --program-transform-=* \
302   | --program-transform=* | --program-transfor=* \
303   | --program-transfo=* | --program-transf=* \
304   | --program-trans=* | --program-tran=* \
305   | --progr-tra=* | --program-tr=* | --program-t=*)
306     program_transform_name="$ac_optarg" ;;
307
308   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
309   | -silent | --silent | --silen | --sile | --sil)
310     silent=yes ;;
311
312   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
313     ac_prev=sbindir ;;
314   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
315   | --sbi=* | --sb=*)
316     sbindir="$ac_optarg" ;;
317
318   -sharedstatedir | --sharedstatedir | --sharedstatedi \
319   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
320   | --sharedst | --shareds | --shared | --share | --shar \
321   | --sha | --sh)
322     ac_prev=sharedstatedir ;;
323   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
324   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
325   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
326   | --sha=* | --sh=*)
327     sharedstatedir="$ac_optarg" ;;
328
329   -site | --site | --sit)
330     ac_prev=site ;;
331   -site=* | --site=* | --sit=*)
332     site="$ac_optarg" ;;
333
334   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
335     ac_prev=srcdir ;;
336   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
337     srcdir="$ac_optarg" ;;
338
339   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
340   | --syscon | --sysco | --sysc | --sys | --sy)
341     ac_prev=sysconfdir ;;
342   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
343   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
344     sysconfdir="$ac_optarg" ;;
345
346   -target | --target | --targe | --targ | --tar | --ta | --t)
347     ac_prev=target ;;
348   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
349     target="$ac_optarg" ;;
350
351   -v | -verbose | --verbose | --verbos | --verbo | --verb)
352     verbose=yes ;;
353
354   -version | --version | --versio | --versi | --vers)
355     echo "configure generated by autoconf version 2.13"
356     exit 0 ;;
357
358   -with-* | --with-*)
359     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
360     # Reject names that are not valid shell variable names.
361     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
362       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
363     fi
364     ac_package=`echo $ac_package| sed 's/-/_/g'`
365     case "$ac_option" in
366       *=*) ;;
367       *) ac_optarg=yes ;;
368     esac
369     eval "with_${ac_package}='$ac_optarg'" ;;
370
371   -without-* | --without-*)
372     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
373     # Reject names that are not valid shell variable names.
374     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
375       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
376     fi
377     ac_package=`echo $ac_package| sed 's/-/_/g'`
378     eval "with_${ac_package}=no" ;;
379
380   --x)
381     # Obsolete; use --with-x.
382     with_x=yes ;;
383
384   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
385   | --x-incl | --x-inc | --x-in | --x-i)
386     ac_prev=x_includes ;;
387   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
388   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
389     x_includes="$ac_optarg" ;;
390
391   -x-libraries | --x-libraries | --x-librarie | --x-librari \
392   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
393     ac_prev=x_libraries ;;
394   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
395   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
396     x_libraries="$ac_optarg" ;;
397
398   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
399     ;;
400
401   *)
402     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
403       echo "configure: warning: $ac_option: invalid host type" 1>&2
404     fi
405     if test "x$nonopt" != xNONE; then
406       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
407     fi
408     nonopt="$ac_option"
409     ;;
410
411   esac
412 done
413
414 if test -n "$ac_prev"; then
415   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
416 fi
417
418 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
419
420 # File descriptor usage:
421 # 0 standard input
422 # 1 file creation
423 # 2 errors and warnings
424 # 3 some systems may open it to /dev/tty
425 # 4 used on the Kubota Titan
426 # 6 checking for... messages and results
427 # 5 compiler messages saved in config.log
428 if test "$silent" = yes; then
429   exec 6>/dev/null
430 else
431   exec 6>&1
432 fi
433 exec 5>./config.log
434
435 echo "\
436 This file contains any messages produced by compilers while
437 running configure, to aid debugging if configure makes a mistake.
438 " 1>&5
439
440 # Strip out --no-create and --no-recursion so they do not pile up.
441 # Also quote any args containing shell metacharacters.
442 ac_configure_args=
443 for ac_arg
444 do
445   case "$ac_arg" in
446   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
447   | --no-cr | --no-c) ;;
448   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
449   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
450   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
451   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
452   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
453   esac
454 done
455
456 # NLS nuisances.
457 # Only set these to C if already set.  These must not be set unconditionally
458 # because not all systems understand e.g. LANG=C (notably SCO).
459 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
460 # Non-C LC_CTYPE values break the ctype check.
461 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
462 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
463 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
464 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
465
466 # confdefs.h avoids OS command line length limits that DEFS can exceed.
467 rm -rf conftest* confdefs.h
468 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
469 echo > confdefs.h
470
471 # A filename unique to this package, relative to the directory that
472 # configure is in, which we can look for to find out if srcdir is correct.
473 ac_unique_file=src/pjrec.cpp
474
475 # Find the source files, if location was not specified.
476 if test -z "$srcdir"; then
477   ac_srcdir_defaulted=yes
478   # Try the directory containing this script, then its parent.
479   ac_prog=$0
480   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
481   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
482   srcdir=$ac_confdir
483   if test ! -r $srcdir/$ac_unique_file; then
484     srcdir=..
485   fi
486 else
487   ac_srcdir_defaulted=no
488 fi
489 if test ! -r $srcdir/$ac_unique_file; then
490   if test "$ac_srcdir_defaulted" = yes; then
491     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
492   else
493     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
494   fi
495 fi
496 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
497
498 # Prefer explicitly selected file to automatically selected ones.
499 if test -z "$CONFIG_SITE"; then
500   if test "x$prefix" != xNONE; then
501     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
502   else
503     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
504   fi
505 fi
506 for ac_site_file in $CONFIG_SITE; do
507   if test -r "$ac_site_file"; then
508     echo "loading site script $ac_site_file"
509     . "$ac_site_file"
510   fi
511 done
512
513 if test -r "$cache_file"; then
514   echo "loading cache $cache_file"
515   . $cache_file
516 else
517   echo "creating cache $cache_file"
518   > $cache_file
519 fi
520
521 ac_ext=c
522 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
523 ac_cpp='$CPP $CPPFLAGS'
524 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
525 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
526 cross_compiling=$ac_cv_prog_cc_cross
527
528 ac_exeext=
529 ac_objext=o
530 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
531   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
532   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
533     ac_n= ac_c='
534 ' ac_t='        '
535   else
536     ac_n=-n ac_c= ac_t=
537   fi
538 else
539   ac_n= ac_c='\c' ac_t=
540 fi
541
542
543 ac_aux_dir=
544 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
545   if test -f $ac_dir/install-sh; then
546     ac_aux_dir=$ac_dir
547     ac_install_sh="$ac_aux_dir/install-sh -c"
548     break
549   elif test -f $ac_dir/install.sh; then
550     ac_aux_dir=$ac_dir
551     ac_install_sh="$ac_aux_dir/install.sh -c"
552     break
553   fi
554 done
555 if test -z "$ac_aux_dir"; then
556   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
557 fi
558 ac_config_guess=$ac_aux_dir/config.guess
559 ac_config_sub=$ac_aux_dir/config.sub
560 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
561
562 # Find a good install program.  We prefer a C program (faster),
563 # so one script is as good as another.  But avoid the broken or
564 # incompatible versions:
565 # SysV /etc/install, /usr/sbin/install
566 # SunOS /usr/etc/install
567 # IRIX /sbin/install
568 # AIX /bin/install
569 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
570 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
571 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
572 # ./install, which can be erroneously created by make from ./install.sh.
573 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
574 echo "configure:575: checking for a BSD compatible install" >&5
575 if test -z "$INSTALL"; then
576 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
577   echo $ac_n "(cached) $ac_c" 1>&6
578 else
579     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
580   for ac_dir in $PATH; do
581     # Account for people who put trailing slashes in PATH elements.
582     case "$ac_dir/" in
583     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
584     *)
585       # OSF1 and SCO ODT 3.0 have their own names for install.
586       # Don't use installbsd from OSF since it installs stuff as root
587       # by default.
588       for ac_prog in ginstall scoinst install; do
589         if test -f $ac_dir/$ac_prog; then
590           if test $ac_prog = install &&
591             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
592             # AIX install.  It has an incompatible calling convention.
593             :
594           else
595             ac_cv_path_install="$ac_dir/$ac_prog -c"
596             break 2
597           fi
598         fi
599       done
600       ;;
601     esac
602   done
603   IFS="$ac_save_IFS"
604
605 fi
606   if test "${ac_cv_path_install+set}" = set; then
607     INSTALL="$ac_cv_path_install"
608   else
609     # As a last resort, use the slow shell script.  We don't cache a
610     # path for INSTALL within a source directory, because that will
611     # break other packages using the cache if that directory is
612     # removed, or if the path is relative.
613     INSTALL="$ac_install_sh"
614   fi
615 fi
616 echo "$ac_t""$INSTALL" 1>&6
617
618 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
619 # It thinks the first close brace ends the variable substitution.
620 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
621
622 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
623
624 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
625
626 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
627 echo "configure:628: checking whether build environment is sane" >&5
628 # Just in case
629 sleep 1
630 echo timestamp > conftestfile
631 # Do `set' in a subshell so we don't clobber the current shell's
632 # arguments.  Must try -L first in case configure is actually a
633 # symlink; some systems play weird games with the mod time of symlinks
634 # (eg FreeBSD returns the mod time of the symlink's containing
635 # directory).
636 if (
637    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
638    if test "$*" = "X"; then
639       # -L didn't work.
640       set X `ls -t $srcdir/configure conftestfile`
641    fi
642    if test "$*" != "X $srcdir/configure conftestfile" \
643       && test "$*" != "X conftestfile $srcdir/configure"; then
644
645       # If neither matched, then we have a broken ls.  This can happen
646       # if, for instance, CONFIG_SHELL is bash and it inherits a
647       # broken ls alias from the environment.  This has actually
648       # happened.  Such a system could not be considered "sane".
649       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
650 alias in your environment" 1>&2; exit 1; }
651    fi
652
653    test "$2" = conftestfile
654    )
655 then
656    # Ok.
657    :
658 else
659    { echo "configure: error: newly created file is older than distributed files!
660 Check your system clock" 1>&2; exit 1; }
661 fi
662 rm -f conftest*
663 echo "$ac_t""yes" 1>&6
664 if test "$program_transform_name" = s,x,x,; then
665   program_transform_name=
666 else
667   # Double any \ or $.  echo might interpret backslashes.
668   cat <<\EOF_SED > conftestsed
669 s,\\,\\\\,g; s,\$,$$,g
670 EOF_SED
671   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
672   rm -f conftestsed
673 fi
674 test "$program_prefix" != NONE &&
675   program_transform_name="s,^,${program_prefix},; $program_transform_name"
676 # Use a double $ so make ignores it.
677 test "$program_suffix" != NONE &&
678   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
679
680 # sed with no file args requires a program.
681 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
682
683 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
684 echo "configure:685: checking whether ${MAKE-make} sets \${MAKE}" >&5
685 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
686 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
687   echo $ac_n "(cached) $ac_c" 1>&6
688 else
689   cat > conftestmake <<\EOF
690 all:
691         @echo 'ac_maketemp="${MAKE}"'
692 EOF
693 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
694 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
695 if test -n "$ac_maketemp"; then
696   eval ac_cv_prog_make_${ac_make}_set=yes
697 else
698   eval ac_cv_prog_make_${ac_make}_set=no
699 fi
700 rm -f conftestmake
701 fi
702 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
703   echo "$ac_t""yes" 1>&6
704   SET_MAKE=
705 else
706   echo "$ac_t""no" 1>&6
707   SET_MAKE="MAKE=${MAKE-make}"
708 fi
709
710
711 PACKAGE=ctsim
712
713 VERSION=1.9.9
714
715 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
716   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
717 fi
718 cat >> confdefs.h <<EOF
719 #define PACKAGE "$PACKAGE"
720 EOF
721
722 cat >> confdefs.h <<EOF
723 #define VERSION "$VERSION"
724 EOF
725
726
727
728 missing_dir=`cd $ac_aux_dir && pwd`
729 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
730 echo "configure:731: checking for working aclocal" >&5
731 # Run test in a subshell; some versions of sh will print an error if
732 # an executable is not found, even if stderr is redirected.
733 # Redirect stdin to placate older versions of autoconf.  Sigh.
734 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
735    ACLOCAL=aclocal
736    echo "$ac_t""found" 1>&6
737 else
738    ACLOCAL="$missing_dir/missing aclocal"
739    echo "$ac_t""missing" 1>&6
740 fi
741
742 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
743 echo "configure:744: checking for working autoconf" >&5
744 # Run test in a subshell; some versions of sh will print an error if
745 # an executable is not found, even if stderr is redirected.
746 # Redirect stdin to placate older versions of autoconf.  Sigh.
747 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
748    AUTOCONF=autoconf
749    echo "$ac_t""found" 1>&6
750 else
751    AUTOCONF="$missing_dir/missing autoconf"
752    echo "$ac_t""missing" 1>&6
753 fi
754
755 echo $ac_n "checking for working automake""... $ac_c" 1>&6
756 echo "configure:757: checking for working automake" >&5
757 # Run test in a subshell; some versions of sh will print an error if
758 # an executable is not found, even if stderr is redirected.
759 # Redirect stdin to placate older versions of autoconf.  Sigh.
760 if (automake --version) < /dev/null > /dev/null 2>&1; then
761    AUTOMAKE=automake
762    echo "$ac_t""found" 1>&6
763 else
764    AUTOMAKE="$missing_dir/missing automake"
765    echo "$ac_t""missing" 1>&6
766 fi
767
768 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
769 echo "configure:770: checking for working autoheader" >&5
770 # Run test in a subshell; some versions of sh will print an error if
771 # an executable is not found, even if stderr is redirected.
772 # Redirect stdin to placate older versions of autoconf.  Sigh.
773 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
774    AUTOHEADER=autoheader
775    echo "$ac_t""found" 1>&6
776 else
777    AUTOHEADER="$missing_dir/missing autoheader"
778    echo "$ac_t""missing" 1>&6
779 fi
780
781 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
782 echo "configure:783: checking for working makeinfo" >&5
783 # Run test in a subshell; some versions of sh will print an error if
784 # an executable is not found, even if stderr is redirected.
785 # Redirect stdin to placate older versions of autoconf.  Sigh.
786 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
787    MAKEINFO=makeinfo
788    echo "$ac_t""found" 1>&6
789 else
790    MAKEINFO="$missing_dir/missing makeinfo"
791    echo "$ac_t""missing" 1>&6
792 fi
793
794
795
796
797
798
799 for ac_prog in gawk mawk nawk awk
800 do
801 # Extract the first word of "$ac_prog", so it can be a program name with args.
802 set dummy $ac_prog; ac_word=$2
803 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
804 echo "configure:805: checking for $ac_word" >&5
805 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
806   echo $ac_n "(cached) $ac_c" 1>&6
807 else
808   if test -n "$AWK"; then
809   ac_cv_prog_AWK="$AWK" # Let the user override the test.
810 else
811   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
812   ac_dummy="$PATH"
813   for ac_dir in $ac_dummy; do
814     test -z "$ac_dir" && ac_dir=.
815     if test -f $ac_dir/$ac_word; then
816       ac_cv_prog_AWK="$ac_prog"
817       break
818     fi
819   done
820   IFS="$ac_save_ifs"
821 fi
822 fi
823 AWK="$ac_cv_prog_AWK"
824 if test -n "$AWK"; then
825   echo "$ac_t""$AWK" 1>&6
826 else
827   echo "$ac_t""no" 1>&6
828 fi
829
830 test -n "$AWK" && break
831 done
832
833 # Find a good install program.  We prefer a C program (faster),
834 # so one script is as good as another.  But avoid the broken or
835 # incompatible versions:
836 # SysV /etc/install, /usr/sbin/install
837 # SunOS /usr/etc/install
838 # IRIX /sbin/install
839 # AIX /bin/install
840 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
841 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
842 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
843 # ./install, which can be erroneously created by make from ./install.sh.
844 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
845 echo "configure:846: checking for a BSD compatible install" >&5
846 if test -z "$INSTALL"; then
847 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
848   echo $ac_n "(cached) $ac_c" 1>&6
849 else
850     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
851   for ac_dir in $PATH; do
852     # Account for people who put trailing slashes in PATH elements.
853     case "$ac_dir/" in
854     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
855     *)
856       # OSF1 and SCO ODT 3.0 have their own names for install.
857       # Don't use installbsd from OSF since it installs stuff as root
858       # by default.
859       for ac_prog in ginstall scoinst install; do
860         if test -f $ac_dir/$ac_prog; then
861           if test $ac_prog = install &&
862             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
863             # AIX install.  It has an incompatible calling convention.
864             :
865           else
866             ac_cv_path_install="$ac_dir/$ac_prog -c"
867             break 2
868           fi
869         fi
870       done
871       ;;
872     esac
873   done
874   IFS="$ac_save_IFS"
875
876 fi
877   if test "${ac_cv_path_install+set}" = set; then
878     INSTALL="$ac_cv_path_install"
879   else
880     # As a last resort, use the slow shell script.  We don't cache a
881     # path for INSTALL within a source directory, because that will
882     # break other packages using the cache if that directory is
883     # removed, or if the path is relative.
884     INSTALL="$ac_install_sh"
885   fi
886 fi
887 echo "$ac_t""$INSTALL" 1>&6
888
889 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
890 # It thinks the first close brace ends the variable substitution.
891 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
892
893 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
894
895 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
896
897 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
898 echo "configure:899: checking whether ${MAKE-make} sets \${MAKE}" >&5
899 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
900 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
901   echo $ac_n "(cached) $ac_c" 1>&6
902 else
903   cat > conftestmake <<\EOF
904 all:
905         @echo 'ac_maketemp="${MAKE}"'
906 EOF
907 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
908 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
909 if test -n "$ac_maketemp"; then
910   eval ac_cv_prog_make_${ac_make}_set=yes
911 else
912   eval ac_cv_prog_make_${ac_make}_set=no
913 fi
914 rm -f conftestmake
915 fi
916 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
917   echo "$ac_t""yes" 1>&6
918   SET_MAKE=
919 else
920   echo "$ac_t""no" 1>&6
921   SET_MAKE="MAKE=${MAKE-make}"
922 fi
923
924 # Extract the first word of "ranlib", so it can be a program name with args.
925 set dummy ranlib; ac_word=$2
926 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
927 echo "configure:928: checking for $ac_word" >&5
928 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
929   echo $ac_n "(cached) $ac_c" 1>&6
930 else
931   if test -n "$RANLIB"; then
932   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
933 else
934   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
935   ac_dummy="$PATH"
936   for ac_dir in $ac_dummy; do
937     test -z "$ac_dir" && ac_dir=.
938     if test -f $ac_dir/$ac_word; then
939       ac_cv_prog_RANLIB="ranlib"
940       break
941     fi
942   done
943   IFS="$ac_save_ifs"
944   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
945 fi
946 fi
947 RANLIB="$ac_cv_prog_RANLIB"
948 if test -n "$RANLIB"; then
949   echo "$ac_t""$RANLIB" 1>&6
950 else
951   echo "$ac_t""no" 1>&6
952 fi
953
954 # Extract the first word of "gcc", so it can be a program name with args.
955 set dummy gcc; ac_word=$2
956 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
957 echo "configure:958: checking for $ac_word" >&5
958 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
959   echo $ac_n "(cached) $ac_c" 1>&6
960 else
961   if test -n "$CC"; then
962   ac_cv_prog_CC="$CC" # Let the user override the test.
963 else
964   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
965   ac_dummy="$PATH"
966   for ac_dir in $ac_dummy; do
967     test -z "$ac_dir" && ac_dir=.
968     if test -f $ac_dir/$ac_word; then
969       ac_cv_prog_CC="gcc"
970       break
971     fi
972   done
973   IFS="$ac_save_ifs"
974 fi
975 fi
976 CC="$ac_cv_prog_CC"
977 if test -n "$CC"; then
978   echo "$ac_t""$CC" 1>&6
979 else
980   echo "$ac_t""no" 1>&6
981 fi
982
983 if test -z "$CC"; then
984   # Extract the first word of "cc", so it can be a program name with args.
985 set dummy cc; ac_word=$2
986 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
987 echo "configure:988: checking for $ac_word" >&5
988 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
989   echo $ac_n "(cached) $ac_c" 1>&6
990 else
991   if test -n "$CC"; then
992   ac_cv_prog_CC="$CC" # Let the user override the test.
993 else
994   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
995   ac_prog_rejected=no
996   ac_dummy="$PATH"
997   for ac_dir in $ac_dummy; do
998     test -z "$ac_dir" && ac_dir=.
999     if test -f $ac_dir/$ac_word; then
1000       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1001         ac_prog_rejected=yes
1002         continue
1003       fi
1004       ac_cv_prog_CC="cc"
1005       break
1006     fi
1007   done
1008   IFS="$ac_save_ifs"
1009 if test $ac_prog_rejected = yes; then
1010   # We found a bogon in the path, so make sure we never use it.
1011   set dummy $ac_cv_prog_CC
1012   shift
1013   if test $# -gt 0; then
1014     # We chose a different compiler from the bogus one.
1015     # However, it has the same basename, so the bogon will be chosen
1016     # first if we set CC to just the basename; use the full file name.
1017     shift
1018     set dummy "$ac_dir/$ac_word" "$@"
1019     shift
1020     ac_cv_prog_CC="$@"
1021   fi
1022 fi
1023 fi
1024 fi
1025 CC="$ac_cv_prog_CC"
1026 if test -n "$CC"; then
1027   echo "$ac_t""$CC" 1>&6
1028 else
1029   echo "$ac_t""no" 1>&6
1030 fi
1031
1032   if test -z "$CC"; then
1033     case "`uname -s`" in
1034     *win32* | *WIN32*)
1035       # Extract the first word of "cl", so it can be a program name with args.
1036 set dummy cl; ac_word=$2
1037 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1038 echo "configure:1039: checking for $ac_word" >&5
1039 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1040   echo $ac_n "(cached) $ac_c" 1>&6
1041 else
1042   if test -n "$CC"; then
1043   ac_cv_prog_CC="$CC" # Let the user override the test.
1044 else
1045   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1046   ac_dummy="$PATH"
1047   for ac_dir in $ac_dummy; do
1048     test -z "$ac_dir" && ac_dir=.
1049     if test -f $ac_dir/$ac_word; then
1050       ac_cv_prog_CC="cl"
1051       break
1052     fi
1053   done
1054   IFS="$ac_save_ifs"
1055 fi
1056 fi
1057 CC="$ac_cv_prog_CC"
1058 if test -n "$CC"; then
1059   echo "$ac_t""$CC" 1>&6
1060 else
1061   echo "$ac_t""no" 1>&6
1062 fi
1063  ;;
1064     esac
1065   fi
1066   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1067 fi
1068
1069 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1070 echo "configure:1071: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1071
1072 ac_ext=c
1073 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1074 ac_cpp='$CPP $CPPFLAGS'
1075 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1076 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1077 cross_compiling=$ac_cv_prog_cc_cross
1078
1079 cat > conftest.$ac_ext << EOF
1080
1081 #line 1082 "configure"
1082 #include "confdefs.h"
1083
1084 main(){return(0);}
1085 EOF
1086 if { (eval echo configure:1087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1087   ac_cv_prog_cc_works=yes
1088   # If we can't run a trivial program, we are probably using a cross compiler.
1089   if (./conftest; exit) 2>/dev/null; then
1090     ac_cv_prog_cc_cross=no
1091   else
1092     ac_cv_prog_cc_cross=yes
1093   fi
1094 else
1095   echo "configure: failed program was:" >&5
1096   cat conftest.$ac_ext >&5
1097   ac_cv_prog_cc_works=no
1098 fi
1099 rm -fr conftest*
1100 ac_ext=c
1101 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1102 ac_cpp='$CPP $CPPFLAGS'
1103 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1104 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1105 cross_compiling=$ac_cv_prog_cc_cross
1106
1107 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1108 if test $ac_cv_prog_cc_works = no; then
1109   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1110 fi
1111 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1112 echo "configure:1113: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1113 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1114 cross_compiling=$ac_cv_prog_cc_cross
1115
1116 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1117 echo "configure:1118: checking whether we are using GNU C" >&5
1118 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1119   echo $ac_n "(cached) $ac_c" 1>&6
1120 else
1121   cat > conftest.c <<EOF
1122 #ifdef __GNUC__
1123   yes;
1124 #endif
1125 EOF
1126 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1127   ac_cv_prog_gcc=yes
1128 else
1129   ac_cv_prog_gcc=no
1130 fi
1131 fi
1132
1133 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1134
1135 if test $ac_cv_prog_gcc = yes; then
1136   GCC=yes
1137 else
1138   GCC=
1139 fi
1140
1141 ac_test_CFLAGS="${CFLAGS+set}"
1142 ac_save_CFLAGS="$CFLAGS"
1143 CFLAGS=
1144 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1145 echo "configure:1146: checking whether ${CC-cc} accepts -g" >&5
1146 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1147   echo $ac_n "(cached) $ac_c" 1>&6
1148 else
1149   echo 'void f(){}' > conftest.c
1150 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1151   ac_cv_prog_cc_g=yes
1152 else
1153   ac_cv_prog_cc_g=no
1154 fi
1155 rm -f conftest*
1156
1157 fi
1158
1159 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1160 if test "$ac_test_CFLAGS" = set; then
1161   CFLAGS="$ac_save_CFLAGS"
1162 elif test $ac_cv_prog_cc_g = yes; then
1163   if test "$GCC" = yes; then
1164     CFLAGS="-g -O2"
1165   else
1166     CFLAGS="-g"
1167   fi
1168 else
1169   if test "$GCC" = yes; then
1170     CFLAGS="-O2"
1171   else
1172     CFLAGS=
1173   fi
1174 fi
1175
1176 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
1177 do
1178 # Extract the first word of "$ac_prog", so it can be a program name with args.
1179 set dummy $ac_prog; ac_word=$2
1180 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1181 echo "configure:1182: checking for $ac_word" >&5
1182 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1183   echo $ac_n "(cached) $ac_c" 1>&6
1184 else
1185   if test -n "$CXX"; then
1186   ac_cv_prog_CXX="$CXX" # Let the user override the test.
1187 else
1188   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1189   ac_dummy="$PATH"
1190   for ac_dir in $ac_dummy; do
1191     test -z "$ac_dir" && ac_dir=.
1192     if test -f $ac_dir/$ac_word; then
1193       ac_cv_prog_CXX="$ac_prog"
1194       break
1195     fi
1196   done
1197   IFS="$ac_save_ifs"
1198 fi
1199 fi
1200 CXX="$ac_cv_prog_CXX"
1201 if test -n "$CXX"; then
1202   echo "$ac_t""$CXX" 1>&6
1203 else
1204   echo "$ac_t""no" 1>&6
1205 fi
1206
1207 test -n "$CXX" && break
1208 done
1209 test -n "$CXX" || CXX="gcc"
1210
1211
1212 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1213 echo "configure:1214: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1214
1215 ac_ext=C
1216 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1217 ac_cpp='$CXXCPP $CPPFLAGS'
1218 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1219 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1220 cross_compiling=$ac_cv_prog_cxx_cross
1221
1222 cat > conftest.$ac_ext << EOF
1223
1224 #line 1225 "configure"
1225 #include "confdefs.h"
1226
1227 int main(){return(0);}
1228 EOF
1229 if { (eval echo configure:1230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1230   ac_cv_prog_cxx_works=yes
1231   # If we can't run a trivial program, we are probably using a cross compiler.
1232   if (./conftest; exit) 2>/dev/null; then
1233     ac_cv_prog_cxx_cross=no
1234   else
1235     ac_cv_prog_cxx_cross=yes
1236   fi
1237 else
1238   echo "configure: failed program was:" >&5
1239   cat conftest.$ac_ext >&5
1240   ac_cv_prog_cxx_works=no
1241 fi
1242 rm -fr conftest*
1243 ac_ext=c
1244 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1245 ac_cpp='$CPP $CPPFLAGS'
1246 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1247 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1248 cross_compiling=$ac_cv_prog_cc_cross
1249
1250 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1251 if test $ac_cv_prog_cxx_works = no; then
1252   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1253 fi
1254 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1255 echo "configure:1256: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1256 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1257 cross_compiling=$ac_cv_prog_cxx_cross
1258
1259 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1260 echo "configure:1261: checking whether we are using GNU C++" >&5
1261 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1262   echo $ac_n "(cached) $ac_c" 1>&6
1263 else
1264   cat > conftest.C <<EOF
1265 #ifdef __GNUC__
1266   yes;
1267 #endif
1268 EOF
1269 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1270   ac_cv_prog_gxx=yes
1271 else
1272   ac_cv_prog_gxx=no
1273 fi
1274 fi
1275
1276 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1277
1278 if test $ac_cv_prog_gxx = yes; then
1279   GXX=yes
1280 else
1281   GXX=
1282 fi
1283
1284 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1285 ac_save_CXXFLAGS="$CXXFLAGS"
1286 CXXFLAGS=
1287 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1288 echo "configure:1289: checking whether ${CXX-g++} accepts -g" >&5
1289 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1290   echo $ac_n "(cached) $ac_c" 1>&6
1291 else
1292   echo 'void f(){}' > conftest.cc
1293 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1294   ac_cv_prog_cxx_g=yes
1295 else
1296   ac_cv_prog_cxx_g=no
1297 fi
1298 rm -f conftest*
1299
1300 fi
1301
1302 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1303 if test "$ac_test_CXXFLAGS" = set; then
1304   CXXFLAGS="$ac_save_CXXFLAGS"
1305 elif test $ac_cv_prog_cxx_g = yes; then
1306   if test "$GXX" = yes; then
1307     CXXFLAGS="-g -O2"
1308   else
1309     CXXFLAGS="-g"
1310   fi
1311 else
1312   if test "$GXX" = yes; then
1313     CXXFLAGS="-O2"
1314   else
1315     CXXFLAGS=
1316   fi
1317 fi
1318
1319
1320
1321
1322
1323 # Make sure we can run config.sub.
1324 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1325 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1326 fi
1327
1328 echo $ac_n "checking host system type""... $ac_c" 1>&6
1329 echo "configure:1330: checking host system type" >&5
1330
1331 host_alias=$host
1332 case "$host_alias" in
1333 NONE)
1334   case $nonopt in
1335   NONE)
1336     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1337     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1338     fi ;;
1339   *) host_alias=$nonopt ;;
1340   esac ;;
1341 esac
1342
1343 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1344 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1345 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1346 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1347 echo "$ac_t""$host" 1>&6
1348  
1349 echo $ac_n "checking for inline""... $ac_c" 1>&6
1350 echo "configure:1351: checking for inline" >&5
1351 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1352   echo $ac_n "(cached) $ac_c" 1>&6
1353 else
1354   ac_cv_c_inline=no
1355 for ac_kw in inline __inline__ __inline; do
1356   cat > conftest.$ac_ext <<EOF
1357 #line 1358 "configure"
1358 #include "confdefs.h"
1359
1360 int main() {
1361 } $ac_kw foo() {
1362 ; return 0; }
1363 EOF
1364 if { (eval echo configure:1365: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1365   rm -rf conftest*
1366   ac_cv_c_inline=$ac_kw; break
1367 else
1368   echo "configure: failed program was:" >&5
1369   cat conftest.$ac_ext >&5
1370 fi
1371 rm -f conftest*
1372 done
1373
1374 fi
1375
1376 echo "$ac_t""$ac_cv_c_inline" 1>&6
1377 case "$ac_cv_c_inline" in
1378   inline | yes) ;;
1379   no) cat >> confdefs.h <<\EOF
1380 #define inline 
1381 EOF
1382  ;;
1383   *)  cat >> confdefs.h <<EOF
1384 #define inline $ac_cv_c_inline
1385 EOF
1386  ;;
1387 esac
1388
1389 echo $ac_n "checking size of short""... $ac_c" 1>&6
1390 echo "configure:1391: checking size of short" >&5
1391 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
1392   echo $ac_n "(cached) $ac_c" 1>&6
1393 else
1394   if test "$cross_compiling" = yes; then
1395   ac_cv_sizeof_short=2
1396 else
1397   cat > conftest.$ac_ext <<EOF
1398 #line 1399 "configure"
1399 #include "confdefs.h"
1400 #include <stdio.h>
1401 main()
1402 {
1403   FILE *f=fopen("conftestval", "w");
1404   if (!f) exit(1);
1405   fprintf(f, "%d\n", sizeof(short));
1406   exit(0);
1407 }
1408 EOF
1409 if { (eval echo configure:1410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1410 then
1411   ac_cv_sizeof_short=`cat conftestval`
1412 else
1413   echo "configure: failed program was:" >&5
1414   cat conftest.$ac_ext >&5
1415   rm -fr conftest*
1416   ac_cv_sizeof_short=0
1417 fi
1418 rm -fr conftest*
1419 fi
1420
1421 fi
1422 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
1423 cat >> confdefs.h <<EOF
1424 #define SIZEOF_SHORT $ac_cv_sizeof_short
1425 EOF
1426
1427
1428 echo $ac_n "checking size of int""... $ac_c" 1>&6
1429 echo "configure:1430: checking size of int" >&5
1430 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
1431   echo $ac_n "(cached) $ac_c" 1>&6
1432 else
1433   if test "$cross_compiling" = yes; then
1434   ac_cv_sizeof_int=4
1435 else
1436   cat > conftest.$ac_ext <<EOF
1437 #line 1438 "configure"
1438 #include "confdefs.h"
1439 #include <stdio.h>
1440 main()
1441 {
1442   FILE *f=fopen("conftestval", "w");
1443   if (!f) exit(1);
1444   fprintf(f, "%d\n", sizeof(int));
1445   exit(0);
1446 }
1447 EOF
1448 if { (eval echo configure:1449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1449 then
1450   ac_cv_sizeof_int=`cat conftestval`
1451 else
1452   echo "configure: failed program was:" >&5
1453   cat conftest.$ac_ext >&5
1454   rm -fr conftest*
1455   ac_cv_sizeof_int=0
1456 fi
1457 rm -fr conftest*
1458 fi
1459
1460 fi
1461 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
1462 cat >> confdefs.h <<EOF
1463 #define SIZEOF_INT $ac_cv_sizeof_int
1464 EOF
1465
1466
1467 echo $ac_n "checking size of long""... $ac_c" 1>&6
1468 echo "configure:1469: checking size of long" >&5
1469 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
1470   echo $ac_n "(cached) $ac_c" 1>&6
1471 else
1472   if test "$cross_compiling" = yes; then
1473   ac_cv_sizeof_long=4
1474 else
1475   cat > conftest.$ac_ext <<EOF
1476 #line 1477 "configure"
1477 #include "confdefs.h"
1478 #include <stdio.h>
1479 main()
1480 {
1481   FILE *f=fopen("conftestval", "w");
1482   if (!f) exit(1);
1483   fprintf(f, "%d\n", sizeof(long));
1484   exit(0);
1485 }
1486 EOF
1487 if { (eval echo configure:1488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1488 then
1489   ac_cv_sizeof_long=`cat conftestval`
1490 else
1491   echo "configure: failed program was:" >&5
1492   cat conftest.$ac_ext >&5
1493   rm -fr conftest*
1494   ac_cv_sizeof_long=0
1495 fi
1496 rm -fr conftest*
1497 fi
1498
1499 fi
1500 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
1501 cat >> confdefs.h <<EOF
1502 #define SIZEOF_LONG $ac_cv_sizeof_long
1503 EOF
1504
1505
1506 echo $ac_n "checking size of float""... $ac_c" 1>&6
1507 echo "configure:1508: checking size of float" >&5
1508 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
1509   echo $ac_n "(cached) $ac_c" 1>&6
1510 else
1511   if test "$cross_compiling" = yes; then
1512   ac_cv_sizeof_float=4
1513 else
1514   cat > conftest.$ac_ext <<EOF
1515 #line 1516 "configure"
1516 #include "confdefs.h"
1517 #include <stdio.h>
1518 main()
1519 {
1520   FILE *f=fopen("conftestval", "w");
1521   if (!f) exit(1);
1522   fprintf(f, "%d\n", sizeof(float));
1523   exit(0);
1524 }
1525 EOF
1526 if { (eval echo configure:1527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1527 then
1528   ac_cv_sizeof_float=`cat conftestval`
1529 else
1530   echo "configure: failed program was:" >&5
1531   cat conftest.$ac_ext >&5
1532   rm -fr conftest*
1533   ac_cv_sizeof_float=0
1534 fi
1535 rm -fr conftest*
1536 fi
1537
1538 fi
1539 echo "$ac_t""$ac_cv_sizeof_float" 1>&6
1540 cat >> confdefs.h <<EOF
1541 #define SIZEOF_FLOAT $ac_cv_sizeof_float
1542 EOF
1543
1544
1545 echo $ac_n "checking size of double""... $ac_c" 1>&6
1546 echo "configure:1547: checking size of double" >&5
1547 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
1548   echo $ac_n "(cached) $ac_c" 1>&6
1549 else
1550   if test "$cross_compiling" = yes; then
1551   ac_cv_sizeof_double=8
1552 else
1553   cat > conftest.$ac_ext <<EOF
1554 #line 1555 "configure"
1555 #include "confdefs.h"
1556 #include <stdio.h>
1557 main()
1558 {
1559   FILE *f=fopen("conftestval", "w");
1560   if (!f) exit(1);
1561   fprintf(f, "%d\n", sizeof(double));
1562   exit(0);
1563 }
1564 EOF
1565 if { (eval echo configure:1566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1566 then
1567   ac_cv_sizeof_double=`cat conftestval`
1568 else
1569   echo "configure: failed program was:" >&5
1570   cat conftest.$ac_ext >&5
1571   rm -fr conftest*
1572   ac_cv_sizeof_double=0
1573 fi
1574 rm -fr conftest*
1575 fi
1576
1577 fi
1578 echo "$ac_t""$ac_cv_sizeof_double" 1>&6
1579 cat >> confdefs.h <<EOF
1580 #define SIZEOF_DOUBLE $ac_cv_sizeof_double
1581 EOF
1582
1583
1584
1585
1586
1587
1588 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
1589 echo "configure:1590: checking whether byte ordering is bigendian" >&5
1590 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
1591   echo $ac_n "(cached) $ac_c" 1>&6
1592 else
1593   ac_cv_c_bigendian=unknown
1594 # See if sys/param.h defines the BYTE_ORDER macro.
1595 cat > conftest.$ac_ext <<EOF
1596 #line 1597 "configure"
1597 #include "confdefs.h"
1598 #include <sys/types.h>
1599 #include <sys/param.h>
1600 int main() {
1601
1602 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
1603  bogus endian macros
1604 #endif
1605 ; return 0; }
1606 EOF
1607 if { (eval echo configure:1608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1608   rm -rf conftest*
1609   # It does; now see whether it defined to BIG_ENDIAN or not.
1610 cat > conftest.$ac_ext <<EOF
1611 #line 1612 "configure"
1612 #include "confdefs.h"
1613 #include <sys/types.h>
1614 #include <sys/param.h>
1615 int main() {
1616
1617 #if BYTE_ORDER != BIG_ENDIAN
1618  not big endian
1619 #endif
1620 ; return 0; }
1621 EOF
1622 if { (eval echo configure:1623: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1623   rm -rf conftest*
1624   ac_cv_c_bigendian=yes
1625 else
1626   echo "configure: failed program was:" >&5
1627   cat conftest.$ac_ext >&5
1628   rm -rf conftest*
1629   ac_cv_c_bigendian=no
1630 fi
1631 rm -f conftest*
1632 else
1633   echo "configure: failed program was:" >&5
1634   cat conftest.$ac_ext >&5
1635 fi
1636 rm -f conftest*
1637 if test $ac_cv_c_bigendian = unknown; then
1638 if test "$cross_compiling" = yes; then
1639   ac_cv_c_bigendian=unknown
1640 else
1641   cat > conftest.$ac_ext <<EOF
1642 #line 1643 "configure"
1643 #include "confdefs.h"
1644 main () {
1645   /* Are we little or big endian?  From Harbison&Steele.  */
1646   union
1647   {
1648     long l;
1649     char c[sizeof (long)];
1650   } u;
1651   u.l = 1;
1652   exit (u.c[sizeof (long) - 1] == 1);
1653 }
1654 EOF
1655 if { (eval echo configure:1656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1656 then
1657   ac_cv_c_bigendian=no
1658 else
1659   echo "configure: failed program was:" >&5
1660   cat conftest.$ac_ext >&5
1661   rm -fr conftest*
1662   ac_cv_c_bigendian=yes
1663 fi
1664 rm -fr conftest*
1665 fi
1666
1667 fi
1668 fi
1669
1670 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
1671 if test $ac_cv_c_bigendian = unknown; then
1672   echo "configure: warning: Assuming little-endian target machine - this may be overriden by adding the line "ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}" 
1673 to config.cache file" 1>&2
1674 fi
1675 if test $ac_cv_c_bigendian = yes; then
1676   cat >> confdefs.h <<\EOF
1677 #define WORDS_BIGENDIAN 1
1678 EOF
1679
1680 fi
1681
1682
1683
1684 echo $ac_n "checking for main in -lz""... $ac_c" 1>&6
1685 echo "configure:1686: checking for main in -lz" >&5
1686 ac_lib_var=`echo z'_'main | sed 'y%./+-%__p_%'`
1687 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1688   echo $ac_n "(cached) $ac_c" 1>&6
1689 else
1690   ac_save_LIBS="$LIBS"
1691 LIBS="-lz  $LIBS"
1692 cat > conftest.$ac_ext <<EOF
1693 #line 1694 "configure"
1694 #include "confdefs.h"
1695
1696 int main() {
1697 main()
1698 ; return 0; }
1699 EOF
1700 if { (eval echo configure:1701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1701   rm -rf conftest*
1702   eval "ac_cv_lib_$ac_lib_var=yes"
1703 else
1704   echo "configure: failed program was:" >&5
1705   cat conftest.$ac_ext >&5
1706   rm -rf conftest*
1707   eval "ac_cv_lib_$ac_lib_var=no"
1708 fi
1709 rm -f conftest*
1710 LIBS="$ac_save_LIBS"
1711
1712 fi
1713 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1714   echo "$ac_t""yes" 1>&6
1715    zlib="true" 
1716 else
1717   echo "$ac_t""no" 1>&6
1718  zlib="false" ;  echo "configure: warning: zlib missing. Will need zlib for PNG support" 1>&2
1719 fi
1720
1721 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
1722 echo "configure:1723: checking for main in -lm" >&5
1723 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
1724 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1725   echo $ac_n "(cached) $ac_c" 1>&6
1726 else
1727   ac_save_LIBS="$LIBS"
1728 LIBS="-lm  $LIBS"
1729 cat > conftest.$ac_ext <<EOF
1730 #line 1731 "configure"
1731 #include "confdefs.h"
1732
1733 int main() {
1734 main()
1735 ; return 0; }
1736 EOF
1737 if { (eval echo configure:1738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1738   rm -rf conftest*
1739   eval "ac_cv_lib_$ac_lib_var=yes"
1740 else
1741   echo "configure: failed program was:" >&5
1742   cat conftest.$ac_ext >&5
1743   rm -rf conftest*
1744   eval "ac_cv_lib_$ac_lib_var=no"
1745 fi
1746 rm -f conftest*
1747 LIBS="$ac_save_LIBS"
1748
1749 fi
1750 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1751   echo "$ac_t""yes" 1>&6
1752     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1753     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1754   cat >> confdefs.h <<EOF
1755 #define $ac_tr_lib 1
1756 EOF
1757
1758   LIBS="-lm $LIBS"
1759
1760 else
1761   echo "$ac_t""no" 1>&6
1762 fi
1763
1764 echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
1765 echo "configure:1766: checking for main in -lcurses" >&5
1766 ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
1767 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1768   echo $ac_n "(cached) $ac_c" 1>&6
1769 else
1770   ac_save_LIBS="$LIBS"
1771 LIBS="-lcurses  $LIBS"
1772 cat > conftest.$ac_ext <<EOF
1773 #line 1774 "configure"
1774 #include "confdefs.h"
1775
1776 int main() {
1777 main()
1778 ; return 0; }
1779 EOF
1780 if { (eval echo configure:1781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1781   rm -rf conftest*
1782   eval "ac_cv_lib_$ac_lib_var=yes"
1783 else
1784   echo "configure: failed program was:" >&5
1785   cat conftest.$ac_ext >&5
1786   rm -rf conftest*
1787   eval "ac_cv_lib_$ac_lib_var=no"
1788 fi
1789 rm -f conftest*
1790 LIBS="$ac_save_LIBS"
1791
1792 fi
1793 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1794   echo "$ac_t""yes" 1>&6
1795   curses=true
1796 else
1797   echo "$ac_t""no" 1>&6
1798 curses=false
1799 fi
1800
1801 echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
1802 echo "configure:1803: checking for main in -lncurses" >&5
1803 ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`
1804 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1805   echo $ac_n "(cached) $ac_c" 1>&6
1806 else
1807   ac_save_LIBS="$LIBS"
1808 LIBS="-lncurses  $LIBS"
1809 cat > conftest.$ac_ext <<EOF
1810 #line 1811 "configure"
1811 #include "confdefs.h"
1812
1813 int main() {
1814 main()
1815 ; return 0; }
1816 EOF
1817 if { (eval echo configure:1818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1818   rm -rf conftest*
1819   eval "ac_cv_lib_$ac_lib_var=yes"
1820 else
1821   echo "configure: failed program was:" >&5
1822   cat conftest.$ac_ext >&5
1823   rm -rf conftest*
1824   eval "ac_cv_lib_$ac_lib_var=no"
1825 fi
1826 rm -f conftest*
1827 LIBS="$ac_save_LIBS"
1828
1829 fi
1830 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1831   echo "$ac_t""yes" 1>&6
1832   ncurses=true
1833 else
1834   echo "$ac_t""no" 1>&6
1835 ncurses=false
1836 fi
1837
1838 echo $ac_n "checking for main in -lg2""... $ac_c" 1>&6
1839 echo "configure:1840: checking for main in -lg2" >&5
1840 ac_lib_var=`echo g2'_'main | sed 'y%./+-%__p_%'`
1841 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1842   echo $ac_n "(cached) $ac_c" 1>&6
1843 else
1844   ac_save_LIBS="$LIBS"
1845 LIBS="-lg2  $LIBS"
1846 cat > conftest.$ac_ext <<EOF
1847 #line 1848 "configure"
1848 #include "confdefs.h"
1849
1850 int main() {
1851 main()
1852 ; return 0; }
1853 EOF
1854 if { (eval echo configure:1855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1855   rm -rf conftest*
1856   eval "ac_cv_lib_$ac_lib_var=yes"
1857 else
1858   echo "configure: failed program was:" >&5
1859   cat conftest.$ac_ext >&5
1860   rm -rf conftest*
1861   eval "ac_cv_lib_$ac_lib_var=no"
1862 fi
1863 rm -f conftest*
1864 LIBS="$ac_save_LIBS"
1865
1866 fi
1867 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1868   echo "$ac_t""yes" 1>&6
1869   g2=true
1870 else
1871   echo "$ac_t""no" 1>&6
1872 g2=false
1873 fi
1874
1875 echo $ac_n "checking for main in -lwx_gtk""... $ac_c" 1>&6
1876 echo "configure:1877: checking for main in -lwx_gtk" >&5
1877 ac_lib_var=`echo wx_gtk'_'main | sed 'y%./+-%__p_%'`
1878 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1879   echo $ac_n "(cached) $ac_c" 1>&6
1880 else
1881   ac_save_LIBS="$LIBS"
1882 LIBS="-lwx_gtk  $LIBS"
1883 cat > conftest.$ac_ext <<EOF
1884 #line 1885 "configure"
1885 #include "confdefs.h"
1886
1887 int main() {
1888 main()
1889 ; return 0; }
1890 EOF
1891 if { (eval echo configure:1892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1892   rm -rf conftest*
1893   eval "ac_cv_lib_$ac_lib_var=yes"
1894 else
1895   echo "configure: failed program was:" >&5
1896   cat conftest.$ac_ext >&5
1897   rm -rf conftest*
1898   eval "ac_cv_lib_$ac_lib_var=no"
1899 fi
1900 rm -f conftest*
1901 LIBS="$ac_save_LIBS"
1902
1903 fi
1904 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1905   echo "$ac_t""yes" 1>&6
1906   wxwin=true; wx_gtk=true; cat >> confdefs.h <<\EOF
1907 #define HAVE_WXWINDOWS 1
1908 EOF
1909
1910 else
1911   echo "$ac_t""no" 1>&6
1912 wxwin=false
1913 fi
1914
1915 echo $ac_n "checking for main in -lwx_msw""... $ac_c" 1>&6
1916 echo "configure:1917: checking for main in -lwx_msw" >&5
1917 ac_lib_var=`echo wx_msw'_'main | sed 'y%./+-%__p_%'`
1918 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1919   echo $ac_n "(cached) $ac_c" 1>&6
1920 else
1921   ac_save_LIBS="$LIBS"
1922 LIBS="-lwx_msw  $LIBS"
1923 cat > conftest.$ac_ext <<EOF
1924 #line 1925 "configure"
1925 #include "confdefs.h"
1926
1927 int main() {
1928 main()
1929 ; return 0; }
1930 EOF
1931 if { (eval echo configure:1932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1932   rm -rf conftest*
1933   eval "ac_cv_lib_$ac_lib_var=yes"
1934 else
1935   echo "configure: failed program was:" >&5
1936   cat conftest.$ac_ext >&5
1937   rm -rf conftest*
1938   eval "ac_cv_lib_$ac_lib_var=no"
1939 fi
1940 rm -f conftest*
1941 LIBS="$ac_save_LIBS"
1942
1943 fi
1944 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1945   echo "$ac_t""yes" 1>&6
1946   wxwin=true; wx_msw=true; cat >> confdefs.h <<\EOF
1947 #define HAVE_WXWINDOWS 1
1948 EOF
1949
1950 else
1951   echo "$ac_t""no" 1>&6
1952 wxwin=false
1953 fi
1954
1955 echo $ac_n "checking for main in -ldmallocxx""... $ac_c" 1>&6
1956 echo "configure:1957: checking for main in -ldmallocxx" >&5
1957 ac_lib_var=`echo dmallocxx'_'main | sed 'y%./+-%__p_%'`
1958 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1959   echo $ac_n "(cached) $ac_c" 1>&6
1960 else
1961   ac_save_LIBS="$LIBS"
1962 LIBS="-ldmallocxx  $LIBS"
1963 cat > conftest.$ac_ext <<EOF
1964 #line 1965 "configure"
1965 #include "confdefs.h"
1966
1967 int main() {
1968 main()
1969 ; return 0; }
1970 EOF
1971 if { (eval echo configure:1972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1972   rm -rf conftest*
1973   eval "ac_cv_lib_$ac_lib_var=yes"
1974 else
1975   echo "configure: failed program was:" >&5
1976   cat conftest.$ac_ext >&5
1977   rm -rf conftest*
1978   eval "ac_cv_lib_$ac_lib_var=no"
1979 fi
1980 rm -f conftest*
1981 LIBS="$ac_save_LIBS"
1982
1983 fi
1984 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1985   echo "$ac_t""yes" 1>&6
1986   dmalloc=true
1987 else
1988   echo "$ac_t""no" 1>&6
1989 dmalloc=false
1990 fi
1991
1992 echo $ac_n "checking for main in -lfftw""... $ac_c" 1>&6
1993 echo "configure:1994: checking for main in -lfftw" >&5
1994 ac_lib_var=`echo fftw'_'main | sed 'y%./+-%__p_%'`
1995 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1996   echo $ac_n "(cached) $ac_c" 1>&6
1997 else
1998   ac_save_LIBS="$LIBS"
1999 LIBS="-lfftw  $LIBS"
2000 cat > conftest.$ac_ext <<EOF
2001 #line 2002 "configure"
2002 #include "confdefs.h"
2003
2004 int main() {
2005 main()
2006 ; return 0; }
2007 EOF
2008 if { (eval echo configure:2009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2009   rm -rf conftest*
2010   eval "ac_cv_lib_$ac_lib_var=yes"
2011 else
2012   echo "configure: failed program was:" >&5
2013   cat conftest.$ac_ext >&5
2014   rm -rf conftest*
2015   eval "ac_cv_lib_$ac_lib_var=no"
2016 fi
2017 rm -f conftest*
2018 LIBS="$ac_save_LIBS"
2019
2020 fi
2021 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2022   echo "$ac_t""yes" 1>&6
2023   fftw=true; cat >> confdefs.h <<\EOF
2024 #define HAVE_FFTW 1
2025 EOF
2026
2027 else
2028   echo "$ac_t""no" 1>&6
2029 fftw=false
2030 fi
2031
2032
2033 if test "$zlib" = "true" ; then
2034   echo $ac_n "checking for main in -lpng""... $ac_c" 1>&6
2035 echo "configure:2036: checking for main in -lpng" >&5
2036 ac_lib_var=`echo png'_'main | sed 'y%./+-%__p_%'`
2037 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2038   echo $ac_n "(cached) $ac_c" 1>&6
2039 else
2040   ac_save_LIBS="$LIBS"
2041 LIBS="-lpng  $LIBS"
2042 cat > conftest.$ac_ext <<EOF
2043 #line 2044 "configure"
2044 #include "confdefs.h"
2045
2046 int main() {
2047 main()
2048 ; return 0; }
2049 EOF
2050 if { (eval echo configure:2051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2051   rm -rf conftest*
2052   eval "ac_cv_lib_$ac_lib_var=yes"
2053 else
2054   echo "configure: failed program was:" >&5
2055   cat conftest.$ac_ext >&5
2056   rm -rf conftest*
2057   eval "ac_cv_lib_$ac_lib_var=no"
2058 fi
2059 rm -f conftest*
2060 LIBS="$ac_save_LIBS"
2061
2062 fi
2063 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2064   echo "$ac_t""yes" 1>&6
2065   png=true ; cat >> confdefs.h <<\EOF
2066 #define HAVE_PNG 1
2067 EOF
2068
2069 else
2070   echo "$ac_t""no" 1>&6
2071 png=false
2072 fi
2073
2074 fi
2075
2076 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2077 echo "configure:2078: checking how to run the C preprocessor" >&5
2078 # On Suns, sometimes $CPP names a directory.
2079 if test -n "$CPP" && test -d "$CPP"; then
2080   CPP=
2081 fi
2082 if test -z "$CPP"; then
2083 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2084   echo $ac_n "(cached) $ac_c" 1>&6
2085 else
2086     # This must be in double quotes, not single quotes, because CPP may get
2087   # substituted into the Makefile and "${CC-cc}" will confuse make.
2088   CPP="${CC-cc} -E"
2089   # On the NeXT, cc -E runs the code through the compiler's parser,
2090   # not just through cpp.
2091   cat > conftest.$ac_ext <<EOF
2092 #line 2093 "configure"
2093 #include "confdefs.h"
2094 #include <assert.h>
2095 Syntax Error
2096 EOF
2097 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2098 { (eval echo configure:2099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2099 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2100 if test -z "$ac_err"; then
2101   :
2102 else
2103   echo "$ac_err" >&5
2104   echo "configure: failed program was:" >&5
2105   cat conftest.$ac_ext >&5
2106   rm -rf conftest*
2107   CPP="${CC-cc} -E -traditional-cpp"
2108   cat > conftest.$ac_ext <<EOF
2109 #line 2110 "configure"
2110 #include "confdefs.h"
2111 #include <assert.h>
2112 Syntax Error
2113 EOF
2114 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2115 { (eval echo configure:2116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2116 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2117 if test -z "$ac_err"; then
2118   :
2119 else
2120   echo "$ac_err" >&5
2121   echo "configure: failed program was:" >&5
2122   cat conftest.$ac_ext >&5
2123   rm -rf conftest*
2124   CPP="${CC-cc} -nologo -E"
2125   cat > conftest.$ac_ext <<EOF
2126 #line 2127 "configure"
2127 #include "confdefs.h"
2128 #include <assert.h>
2129 Syntax Error
2130 EOF
2131 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2132 { (eval echo configure:2133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2133 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2134 if test -z "$ac_err"; then
2135   :
2136 else
2137   echo "$ac_err" >&5
2138   echo "configure: failed program was:" >&5
2139   cat conftest.$ac_ext >&5
2140   rm -rf conftest*
2141   CPP=/lib/cpp
2142 fi
2143 rm -f conftest*
2144 fi
2145 rm -f conftest*
2146 fi
2147 rm -f conftest*
2148   ac_cv_prog_CPP="$CPP"
2149 fi
2150   CPP="$ac_cv_prog_CPP"
2151 else
2152   ac_cv_prog_CPP="$CPP"
2153 fi
2154 echo "$ac_t""$CPP" 1>&6
2155
2156 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2157 echo "configure:2158: checking for ANSI C header files" >&5
2158 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2159   echo $ac_n "(cached) $ac_c" 1>&6
2160 else
2161   cat > conftest.$ac_ext <<EOF
2162 #line 2163 "configure"
2163 #include "confdefs.h"
2164 #include <stdlib.h>
2165 #include <stdarg.h>
2166 #include <string.h>
2167 #include <float.h>
2168 EOF
2169 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2170 { (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2171 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2172 if test -z "$ac_err"; then
2173   rm -rf conftest*
2174   ac_cv_header_stdc=yes
2175 else
2176   echo "$ac_err" >&5
2177   echo "configure: failed program was:" >&5
2178   cat conftest.$ac_ext >&5
2179   rm -rf conftest*
2180   ac_cv_header_stdc=no
2181 fi
2182 rm -f conftest*
2183
2184 if test $ac_cv_header_stdc = yes; then
2185   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2186 cat > conftest.$ac_ext <<EOF
2187 #line 2188 "configure"
2188 #include "confdefs.h"
2189 #include <string.h>
2190 EOF
2191 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2192   egrep "memchr" >/dev/null 2>&1; then
2193   :
2194 else
2195   rm -rf conftest*
2196   ac_cv_header_stdc=no
2197 fi
2198 rm -f conftest*
2199
2200 fi
2201
2202 if test $ac_cv_header_stdc = yes; then
2203   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2204 cat > conftest.$ac_ext <<EOF
2205 #line 2206 "configure"
2206 #include "confdefs.h"
2207 #include <stdlib.h>
2208 EOF
2209 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2210   egrep "free" >/dev/null 2>&1; then
2211   :
2212 else
2213   rm -rf conftest*
2214   ac_cv_header_stdc=no
2215 fi
2216 rm -f conftest*
2217
2218 fi
2219
2220 if test $ac_cv_header_stdc = yes; then
2221   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2222 if test "$cross_compiling" = yes; then
2223   :
2224 else
2225   cat > conftest.$ac_ext <<EOF
2226 #line 2227 "configure"
2227 #include "confdefs.h"
2228 #include <ctype.h>
2229 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2230 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2231 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2232 int main () { int i; for (i = 0; i < 256; i++)
2233 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2234 exit (0); }
2235
2236 EOF
2237 if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2238 then
2239   :
2240 else
2241   echo "configure: failed program was:" >&5
2242   cat conftest.$ac_ext >&5
2243   rm -fr conftest*
2244   ac_cv_header_stdc=no
2245 fi
2246 rm -fr conftest*
2247 fi
2248
2249 fi
2250 fi
2251
2252 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2253 if test $ac_cv_header_stdc = yes; then
2254   cat >> confdefs.h <<\EOF
2255 #define STDC_HEADERS 1
2256 EOF
2257
2258 fi
2259
2260 for ac_hdr in fcntl.h unistd.h getopt.h sys/fcntl.h setjmp.h stdarg.h stddef.h sys/types.h sys/stat.h string.h ctype.h math.h stdio.h netinet/in.h inttypes.h sys/param.h stdint.h stdlib.h g2.h
2261 do
2262 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2263 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2264 echo "configure:2265: checking for $ac_hdr" >&5
2265 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2266   echo $ac_n "(cached) $ac_c" 1>&6
2267 else
2268   cat > conftest.$ac_ext <<EOF
2269 #line 2270 "configure"
2270 #include "confdefs.h"
2271 #include <$ac_hdr>
2272 EOF
2273 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2274 { (eval echo configure:2275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2275 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2276 if test -z "$ac_err"; then
2277   rm -rf conftest*
2278   eval "ac_cv_header_$ac_safe=yes"
2279 else
2280   echo "$ac_err" >&5
2281   echo "configure: failed program was:" >&5
2282   cat conftest.$ac_ext >&5
2283   rm -rf conftest*
2284   eval "ac_cv_header_$ac_safe=no"
2285 fi
2286 rm -f conftest*
2287 fi
2288 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2289   echo "$ac_t""yes" 1>&6
2290     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2291   cat >> confdefs.h <<EOF
2292 #define $ac_tr_hdr 1
2293 EOF
2294  
2295 else
2296   echo "$ac_t""no" 1>&6
2297 fi
2298 done
2299
2300
2301 echo $ac_n "checking for working const""... $ac_c" 1>&6
2302 echo "configure:2303: checking for working const" >&5
2303 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2304   echo $ac_n "(cached) $ac_c" 1>&6
2305 else
2306   cat > conftest.$ac_ext <<EOF
2307 #line 2308 "configure"
2308 #include "confdefs.h"
2309
2310 int main() {
2311
2312 /* Ultrix mips cc rejects this.  */
2313 typedef int charset[2]; const charset x;
2314 /* SunOS 4.1.1 cc rejects this.  */
2315 char const *const *ccp;
2316 char **p;
2317 /* NEC SVR4.0.2 mips cc rejects this.  */
2318 struct point {int x, y;};
2319 static struct point const zero = {0,0};
2320 /* AIX XL C 1.02.0.0 rejects this.
2321    It does not let you subtract one const X* pointer from another in an arm
2322    of an if-expression whose if-part is not a constant expression */
2323 const char *g = "string";
2324 ccp = &g + (g ? g-g : 0);
2325 /* HPUX 7.0 cc rejects these. */
2326 ++ccp;
2327 p = (char**) ccp;
2328 ccp = (char const *const *) p;
2329 { /* SCO 3.2v4 cc rejects this.  */
2330   char *t;
2331   char const *s = 0 ? (char *) 0 : (char const *) 0;
2332
2333   *t++ = 0;
2334 }
2335 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
2336   int x[] = {25, 17};
2337   const int *foo = &x[0];
2338   ++foo;
2339 }
2340 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2341   typedef const int *iptr;
2342   iptr p = 0;
2343   ++p;
2344 }
2345 { /* AIX XL C 1.02.0.0 rejects this saying
2346      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2347   struct s { int j; const int *ap[3]; };
2348   struct s *b; b->j = 5;
2349 }
2350 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2351   const int foo = 10;
2352 }
2353
2354 ; return 0; }
2355 EOF
2356 if { (eval echo configure:2357: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2357   rm -rf conftest*
2358   ac_cv_c_const=yes
2359 else
2360   echo "configure: failed program was:" >&5
2361   cat conftest.$ac_ext >&5
2362   rm -rf conftest*
2363   ac_cv_c_const=no
2364 fi
2365 rm -f conftest*
2366 fi
2367
2368 echo "$ac_t""$ac_cv_c_const" 1>&6
2369 if test $ac_cv_c_const = no; then
2370   cat >> confdefs.h <<\EOF
2371 #define const 
2372 EOF
2373
2374 fi
2375
2376 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2377 echo "configure:2378: checking for off_t" >&5
2378 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2379   echo $ac_n "(cached) $ac_c" 1>&6
2380 else
2381   cat > conftest.$ac_ext <<EOF
2382 #line 2383 "configure"
2383 #include "confdefs.h"
2384 #include <sys/types.h>
2385 #if STDC_HEADERS
2386 #include <stdlib.h>
2387 #include <stddef.h>
2388 #endif
2389 EOF
2390 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2391   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2392   rm -rf conftest*
2393   ac_cv_type_off_t=yes
2394 else
2395   rm -rf conftest*
2396   ac_cv_type_off_t=no
2397 fi
2398 rm -f conftest*
2399
2400 fi
2401 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2402 if test $ac_cv_type_off_t = no; then
2403   cat >> confdefs.h <<\EOF
2404 #define off_t long
2405 EOF
2406
2407 fi
2408
2409 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2410 echo "configure:2411: checking for size_t" >&5
2411 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2412   echo $ac_n "(cached) $ac_c" 1>&6
2413 else
2414   cat > conftest.$ac_ext <<EOF
2415 #line 2416 "configure"
2416 #include "confdefs.h"
2417 #include <sys/types.h>
2418 #if STDC_HEADERS
2419 #include <stdlib.h>
2420 #include <stddef.h>
2421 #endif
2422 EOF
2423 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2424   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2425   rm -rf conftest*
2426   ac_cv_type_size_t=yes
2427 else
2428   rm -rf conftest*
2429   ac_cv_type_size_t=no
2430 fi
2431 rm -f conftest*
2432
2433 fi
2434 echo "$ac_t""$ac_cv_type_size_t" 1>&6
2435 if test $ac_cv_type_size_t = no; then
2436   cat >> confdefs.h <<\EOF
2437 #define size_t unsigned
2438 EOF
2439
2440 fi
2441
2442 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2443 echo "configure:2444: checking whether struct tm is in sys/time.h or time.h" >&5
2444 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2445   echo $ac_n "(cached) $ac_c" 1>&6
2446 else
2447   cat > conftest.$ac_ext <<EOF
2448 #line 2449 "configure"
2449 #include "confdefs.h"
2450 #include <sys/types.h>
2451 #include <time.h>
2452 int main() {
2453 struct tm *tp; tp->tm_sec;
2454 ; return 0; }
2455 EOF
2456 if { (eval echo configure:2457: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2457   rm -rf conftest*
2458   ac_cv_struct_tm=time.h
2459 else
2460   echo "configure: failed program was:" >&5
2461   cat conftest.$ac_ext >&5
2462   rm -rf conftest*
2463   ac_cv_struct_tm=sys/time.h
2464 fi
2465 rm -f conftest*
2466 fi
2467
2468 echo "$ac_t""$ac_cv_struct_tm" 1>&6
2469 if test $ac_cv_struct_tm = sys/time.h; then
2470   cat >> confdefs.h <<\EOF
2471 #define TM_IN_SYS_TIME 1
2472 EOF
2473
2474 fi
2475
2476
2477 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2478 echo "configure:2479: checking for vprintf" >&5
2479 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2480   echo $ac_n "(cached) $ac_c" 1>&6
2481 else
2482   cat > conftest.$ac_ext <<EOF
2483 #line 2484 "configure"
2484 #include "confdefs.h"
2485 /* System header to define __stub macros and hopefully few prototypes,
2486     which can conflict with char vprintf(); below.  */
2487 #include <assert.h>
2488 /* Override any gcc2 internal prototype to avoid an error.  */
2489 /* We use char because int might match the return type of a gcc2
2490     builtin and then its argument prototype would still apply.  */
2491 char vprintf();
2492
2493 int main() {
2494
2495 /* The GNU C library defines this for functions which it implements
2496     to always fail with ENOSYS.  Some functions are actually named
2497     something starting with __ and the normal name is an alias.  */
2498 #if defined (__stub_vprintf) || defined (__stub___vprintf)
2499 choke me
2500 #else
2501 vprintf();
2502 #endif
2503
2504 ; return 0; }
2505 EOF
2506 if { (eval echo configure:2507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2507   rm -rf conftest*
2508   eval "ac_cv_func_vprintf=yes"
2509 else
2510   echo "configure: failed program was:" >&5
2511   cat conftest.$ac_ext >&5
2512   rm -rf conftest*
2513   eval "ac_cv_func_vprintf=no"
2514 fi
2515 rm -f conftest*
2516 fi
2517
2518 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
2519   echo "$ac_t""yes" 1>&6
2520   cat >> confdefs.h <<\EOF
2521 #define HAVE_VPRINTF 1
2522 EOF
2523
2524 else
2525   echo "$ac_t""no" 1>&6
2526 fi
2527
2528 if test "$ac_cv_func_vprintf" != yes; then
2529 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2530 echo "configure:2531: checking for _doprnt" >&5
2531 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2532   echo $ac_n "(cached) $ac_c" 1>&6
2533 else
2534   cat > conftest.$ac_ext <<EOF
2535 #line 2536 "configure"
2536 #include "confdefs.h"
2537 /* System header to define __stub macros and hopefully few prototypes,
2538     which can conflict with char _doprnt(); below.  */
2539 #include <assert.h>
2540 /* Override any gcc2 internal prototype to avoid an error.  */
2541 /* We use char because int might match the return type of a gcc2
2542     builtin and then its argument prototype would still apply.  */
2543 char _doprnt();
2544
2545 int main() {
2546
2547 /* The GNU C library defines this for functions which it implements
2548     to always fail with ENOSYS.  Some functions are actually named
2549     something starting with __ and the normal name is an alias.  */
2550 #if defined (__stub__doprnt) || defined (__stub____doprnt)
2551 choke me
2552 #else
2553 _doprnt();
2554 #endif
2555
2556 ; return 0; }
2557 EOF
2558 if { (eval echo configure:2559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2559   rm -rf conftest*
2560   eval "ac_cv_func__doprnt=yes"
2561 else
2562   echo "configure: failed program was:" >&5
2563   cat conftest.$ac_ext >&5
2564   rm -rf conftest*
2565   eval "ac_cv_func__doprnt=no"
2566 fi
2567 rm -f conftest*
2568 fi
2569
2570 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
2571   echo "$ac_t""yes" 1>&6
2572   cat >> confdefs.h <<\EOF
2573 #define HAVE_DOPRNT 1
2574 EOF
2575
2576 else
2577   echo "$ac_t""no" 1>&6
2578 fi
2579
2580 fi
2581
2582 for ac_func in strtod strtol snprintf htonl
2583 do
2584 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2585 echo "configure:2586: checking for $ac_func" >&5
2586 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2587   echo $ac_n "(cached) $ac_c" 1>&6
2588 else
2589   cat > conftest.$ac_ext <<EOF
2590 #line 2591 "configure"
2591 #include "confdefs.h"
2592 /* System header to define __stub macros and hopefully few prototypes,
2593     which can conflict with char $ac_func(); below.  */
2594 #include <assert.h>
2595 /* Override any gcc2 internal prototype to avoid an error.  */
2596 /* We use char because int might match the return type of a gcc2
2597     builtin and then its argument prototype would still apply.  */
2598 char $ac_func();
2599
2600 int main() {
2601
2602 /* The GNU C library defines this for functions which it implements
2603     to always fail with ENOSYS.  Some functions are actually named
2604     something starting with __ and the normal name is an alias.  */
2605 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2606 choke me
2607 #else
2608 $ac_func();
2609 #endif
2610
2611 ; return 0; }
2612 EOF
2613 if { (eval echo configure:2614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2614   rm -rf conftest*
2615   eval "ac_cv_func_$ac_func=yes"
2616 else
2617   echo "configure: failed program was:" >&5
2618   cat conftest.$ac_ext >&5
2619   rm -rf conftest*
2620   eval "ac_cv_func_$ac_func=no"
2621 fi
2622 rm -f conftest*
2623 fi
2624
2625 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2626   echo "$ac_t""yes" 1>&6
2627     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2628   cat >> confdefs.h <<EOF
2629 #define $ac_tr_func 1
2630 EOF
2631  
2632 else
2633   echo "$ac_t""no" 1>&6
2634 fi
2635 done
2636
2637 echo $ac_n "checking for basename""... $ac_c" 1>&6
2638 echo "configure:2639: checking for basename" >&5
2639 if eval "test \"`echo '$''{'ac_cv_func_basename'+set}'`\" = set"; then
2640   echo $ac_n "(cached) $ac_c" 1>&6
2641 else
2642   cat > conftest.$ac_ext <<EOF
2643 #line 2644 "configure"
2644 #include "confdefs.h"
2645 /* System header to define __stub macros and hopefully few prototypes,
2646     which can conflict with char basename(); below.  */
2647 #include <assert.h>
2648 /* Override any gcc2 internal prototype to avoid an error.  */
2649 /* We use char because int might match the return type of a gcc2
2650     builtin and then its argument prototype would still apply.  */
2651 char basename();
2652
2653 int main() {
2654
2655 /* The GNU C library defines this for functions which it implements
2656     to always fail with ENOSYS.  Some functions are actually named
2657     something starting with __ and the normal name is an alias.  */
2658 #if defined (__stub_basename) || defined (__stub___basename)
2659 choke me
2660 #else
2661 basename();
2662 #endif
2663
2664 ; return 0; }
2665 EOF
2666 if { (eval echo configure:2667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2667   rm -rf conftest*
2668   eval "ac_cv_func_basename=yes"
2669 else
2670   echo "configure: failed program was:" >&5
2671   cat conftest.$ac_ext >&5
2672   rm -rf conftest*
2673   eval "ac_cv_func_basename=no"
2674 fi
2675 rm -f conftest*
2676 fi
2677
2678 if eval "test \"`echo '$ac_cv_func_'basename`\" = yes"; then
2679   echo "$ac_t""yes" 1>&6
2680   :
2681 else
2682   echo "$ac_t""no" 1>&6
2683 fi
2684
2685 echo $ac_n "checking for setjmp""... $ac_c" 1>&6
2686 echo "configure:2687: checking for setjmp" >&5
2687 if eval "test \"`echo '$''{'ac_cv_func_setjmp'+set}'`\" = set"; then
2688   echo $ac_n "(cached) $ac_c" 1>&6
2689 else
2690   cat > conftest.$ac_ext <<EOF
2691 #line 2692 "configure"
2692 #include "confdefs.h"
2693 /* System header to define __stub macros and hopefully few prototypes,
2694     which can conflict with char setjmp(); below.  */
2695 #include <assert.h>
2696 /* Override any gcc2 internal prototype to avoid an error.  */
2697 /* We use char because int might match the return type of a gcc2
2698     builtin and then its argument prototype would still apply.  */
2699 char setjmp();
2700
2701 int main() {
2702
2703 /* The GNU C library defines this for functions which it implements
2704     to always fail with ENOSYS.  Some functions are actually named
2705     something starting with __ and the normal name is an alias.  */
2706 #if defined (__stub_setjmp) || defined (__stub___setjmp)
2707 choke me
2708 #else
2709 setjmp();
2710 #endif
2711
2712 ; return 0; }
2713 EOF
2714 if { (eval echo configure:2715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2715   rm -rf conftest*
2716   eval "ac_cv_func_setjmp=yes"
2717 else
2718   echo "configure: failed program was:" >&5
2719   cat conftest.$ac_ext >&5
2720   rm -rf conftest*
2721   eval "ac_cv_func_setjmp=no"
2722 fi
2723 rm -f conftest*
2724 fi
2725
2726 if eval "test \"`echo '$ac_cv_func_'setjmp`\" = yes"; then
2727   echo "$ac_t""yes" 1>&6
2728   :
2729 else
2730   echo "$ac_t""no" 1>&6
2731 fi
2732
2733 if test "${OSTYPE}" = "cygwin" ; then
2734   getopt_long=false
2735 else
2736   echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
2737 echo "configure:2738: checking for getopt_long" >&5
2738 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then
2739   echo $ac_n "(cached) $ac_c" 1>&6
2740 else
2741   cat > conftest.$ac_ext <<EOF
2742 #line 2743 "configure"
2743 #include "confdefs.h"
2744 /* System header to define __stub macros and hopefully few prototypes,
2745     which can conflict with char getopt_long(); below.  */
2746 #include <assert.h>
2747 /* Override any gcc2 internal prototype to avoid an error.  */
2748 /* We use char because int might match the return type of a gcc2
2749     builtin and then its argument prototype would still apply.  */
2750 char getopt_long();
2751
2752 int main() {
2753
2754 /* The GNU C library defines this for functions which it implements
2755     to always fail with ENOSYS.  Some functions are actually named
2756     something starting with __ and the normal name is an alias.  */
2757 #if defined (__stub_getopt_long) || defined (__stub___getopt_long)
2758 choke me
2759 #else
2760 getopt_long();
2761 #endif
2762
2763 ; return 0; }
2764 EOF
2765 if { (eval echo configure:2766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2766   rm -rf conftest*
2767   eval "ac_cv_func_getopt_long=yes"
2768 else
2769   echo "configure: failed program was:" >&5
2770   cat conftest.$ac_ext >&5
2771   rm -rf conftest*
2772   eval "ac_cv_func_getopt_long=no"
2773 fi
2774 rm -f conftest*
2775 fi
2776
2777 if eval "test \"`echo '$ac_cv_func_'getopt_long`\" = yes"; then
2778   echo "$ac_t""yes" 1>&6
2779    getopt_long=true 
2780 else
2781   echo "$ac_t""no" 1>&6
2782  getopt_long=false 
2783 fi
2784
2785 fi
2786 if test "${getopt_long}" = "false" ; then
2787   my_includes="$myincludes -I../getopt"
2788   cat >> confdefs.h <<\EOF
2789 #define HAVE_GETOPT_LONG 1
2790 EOF
2791
2792   ctlibs_base="$ctlibs_base -lgetopt"
2793   LDFLAGS="$LDFLAGS -L../getopt"
2794   
2795
2796 if test 1==1; then
2797   INCLUDED_GETOPT_LONG_TRUE=
2798   INCLUDED_GETOPT_LONG_FALSE='#'
2799 else
2800   INCLUDED_GETOPT_LONG_TRUE='#'
2801   INCLUDED_GETOPT_LONG_FALSE=
2802 fi
2803 fi
2804
2805
2806
2807  if test -n "$GCC"; then
2808     CFLAGS="$CFLAGS -Wall"
2809  fi
2810  
2811 echo $ac_n "checking whether to enable verbose warnings""... $ac_c" 1>&6
2812 echo "configure:2813: checking whether to enable verbose warnings" >&5
2813 # Check whether --enable-verbose-warnings or --disable-verbose-warnings was given.
2814 if test "${enable_verbose_warnings+set}" = set; then
2815   enableval="$enable_verbose_warnings"
2816    case "$enableval" in
2817   yes)
2818     echo "$ac_t""yes" 1>&6
2819     
2820  if test -n "$GCC"; then
2821     CFLAGS="$CFLAGS -W"
2822  fi
2823  
2824     
2825  if test -n "$GCC"; then
2826     CFLAGS="$CFLAGS -Wshadow -Wpointer-arith -Wbad-function-cast"
2827  fi
2828  
2829     
2830  if test -n "$GCC"; then
2831     CFLAGS="$CFLAGS -Wcast-align -Wwrite-strings -Waggregate-return"
2832  fi
2833  
2834     
2835  if test -n "$GCC"; then
2836     CFLAGS="$CFLAGS -Wmissing-prototypes -Wstrict-prototypes"
2837  fi
2838  
2839     
2840  if test -n "$GCC"; then
2841     CFLAGS="$CFLAGS -pedantic"
2842  fi
2843  
2844     
2845  if test -n "$GCC"; then
2846     CFLAGS="$CFLAGS -Wredundant-decls"
2847  fi
2848  
2849
2850     ;;
2851   *)
2852     echo "$ac_t""no" 1>&6
2853     ;;
2854   esac 
2855 else
2856   echo "$ac_t""no" 1>&6
2857
2858 fi
2859
2860
2861 echo $ac_n "checking debug""... $ac_c" 1>&6
2862 echo "configure:2863: checking debug" >&5
2863 # Check whether --enable-debug or --disable-debug was given.
2864 if test "${enable_debug+set}" = set; then
2865   enableval="$enable_debug"
2866   case "${enableval}" in
2867   yes) debug=true 
2868        CFLAGS="-g -DDEBUG"
2869        echo "$ac_t""yes" 1>&6
2870        ;;
2871   no)  debug=false 
2872        echo "$ac_t""no" 1>&6
2873        CFLAGS="-g -O"
2874        ;;
2875   *) echo "$ac_t""bad value ${enableval} for --enable-debug" 1>&6 
2876        ;;
2877 esac
2878 else
2879   debug=false
2880 fi
2881
2882
2883
2884 if test "$debug" = "true"; then
2885   DEBUG_TRUE=
2886   DEBUG_FALSE='#'
2887 else
2888   DEBUG_TRUE='#'
2889   DEBUG_FALSE=
2890 fi
2891
2892 # Check whether --with-lam or --without-lam was given.
2893 if test "${with_lam+set}" = set; then
2894   withval="$with_lam"
2895       if test "$withval" != "no" ; then
2896          trylamdir=$withval
2897      fi 
2898
2899 fi
2900
2901
2902 if test "$withval" != "no" ; then
2903   if test "$prefix" != "NONE" ; then
2904      trylamdir="$trylamdir $prefix"
2905   fi
2906
2907   echo $ac_n "checking for LAM MPI installation""... $ac_c" 1>&6
2908 echo "configure:2909: checking for LAM MPI installation" >&5
2909   for testlamdir in "." $trylamdir /usr/local /usr/local/lam /usr /usr/lam /opt /opt/lam ; do
2910     if test -x "$testlamdir/bin/hcc" ; then
2911       LDFLAGS="$LDFLAGS -L$testlamdir/lib"
2912       CFLAGS="$CFLAGS -I$testlamdir/include"
2913       lamdir="$testlamdir"
2914       
2915       mpienable="true"
2916       
2917       break
2918     fi
2919   done
2920   echo "$ac_t""$lamdir" 1>&6
2921 else
2922   echo "$ac_t""no" 1>&6
2923 fi
2924
2925 echo $ac_n "checking for web access""... $ac_c" 1>&6
2926 echo "configure:2927: checking for web access" >&5
2927 # Check whether --with-cgibin-dir or --without-cgibin-dir was given.
2928 if test "${with_cgibin_dir+set}" = set; then
2929   withval="$with_cgibin_dir"
2930    cgibindir=$withval ;   
2931 fi
2932
2933
2934 # Check whether --with-cgibin-url or --without-cgibin-url was given.
2935 if test "${with_cgibin_url+set}" = set; then
2936   withval="$with_cgibin_url"
2937    cgibinurl=$withval ;   
2938 fi
2939
2940
2941 # Check whether --with-webdata-dir or --without-webdata-dir was given.
2942 if test "${with_webdata_dir+set}" = set; then
2943   withval="$with_webdata_dir"
2944    webdatadir=$withval ;    
2945 fi
2946
2947
2948 # Check whether --with-webdata-url or --without-webdata-url was given.
2949 if test "${with_webdata_url+set}" = set; then
2950   withval="$with_webdata_url"
2951    webdataurl=$withval ;   
2952 fi
2953
2954
2955 # Check whether --with-html-dir or --without-html-dir was given.
2956 if test "${with_html_dir+set}" = set; then
2957   withval="$with_html_dir"
2958    htmldir=$withval ;   
2959 fi
2960
2961
2962 if test -n "$cgibindir" -o -n "$cgibinurl" ; then
2963   cgiprograms="ctsim.cgi ctsim.conf"
2964   
2965 fi
2966
2967 if test -n "$htmldir" ; then
2968   htmldata=simulate.html
2969   
2970 fi
2971
2972
2973 if test -n "$htmldir"; then
2974   USE_HTML_TRUE=
2975   USE_HTML_FALSE='#'
2976 else
2977   USE_HTML_TRUE='#'
2978   USE_HTML_FALSE=
2979 fi
2980
2981 if test -n "$cgibindir" -o -n "$cgibinurl" -o -n "$webdatadir" -o -n "$webdataurl" -o -n "$htmldir" ; then
2982   webenabled=true
2983   
2984   echo "$ac_t""yes" 1>&6
2985   if test -z "$cgibindir" ; then
2986     { echo "configure: error: --with-cgibin-dir not set for web access" 1>&2; exit 1; }
2987   elif test -z "$cgibinurl" ; then
2988     { echo "configure: error: --with-cgibin-url not set for web access" 1>&2; exit 1; }
2989   elif test -z "$webdatadir" ; then
2990     { echo "configure: error: --with-webdata-dir not set for web access" 1>&2; exit 1; }
2991   elif test -z "$webdataurl" ; then
2992     { echo "configure: error: --with-webdata-url not set for web access" 1>&2; exit 1; }
2993   elif test -z "$htmldir" ; then
2994     { echo "configure: error: --with-html-dir not set for web access" 1>&2; exit 1; }
2995   fi
2996 else
2997   echo "$ac_t""no" 1>&6
2998 fi
2999
3000
3001
3002 if test -n "$lamdir"; then
3003   USE_LAM_TRUE=
3004   USE_LAM_FALSE='#'
3005 else
3006   USE_LAM_TRUE='#'
3007   USE_LAM_FALSE=
3008 fi
3009
3010
3011 # If we find X, set shell vars x_includes and x_libraries to the
3012 # paths, otherwise set no_x=yes.
3013 # Uses ac_ vars as temps to allow command line to override cache and checks.
3014 # --without-x overrides everything else, but does not touch the cache.
3015 echo $ac_n "checking for X""... $ac_c" 1>&6
3016 echo "configure:3017: checking for X" >&5
3017
3018 # Check whether --with-x or --without-x was given.
3019 if test "${with_x+set}" = set; then
3020   withval="$with_x"
3021   :
3022 fi
3023
3024 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3025 if test "x$with_x" = xno; then
3026   # The user explicitly disabled X.
3027   have_x=disabled
3028 else
3029   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
3030     # Both variables are already set.
3031     have_x=yes
3032   else
3033 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
3034   echo $ac_n "(cached) $ac_c" 1>&6
3035 else
3036   # One or both of the vars are not set, and there is no cached value.
3037 ac_x_includes=NO ac_x_libraries=NO
3038 rm -fr conftestdir
3039 if mkdir conftestdir; then
3040   cd conftestdir
3041   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
3042   cat > Imakefile <<'EOF'
3043 acfindx:
3044         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
3045 EOF
3046   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
3047     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3048     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
3049     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3050     for ac_extension in a so sl; do
3051       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
3052         test -f $ac_im_libdir/libX11.$ac_extension; then
3053         ac_im_usrlibdir=$ac_im_libdir; break
3054       fi
3055     done
3056     # Screen out bogus values from the imake configuration.  They are
3057     # bogus both because they are the default anyway, and because
3058     # using them would break gcc on systems where it needs fixed includes.
3059     case "$ac_im_incroot" in
3060         /usr/include) ;;
3061         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
3062     esac
3063     case "$ac_im_usrlibdir" in
3064         /usr/lib | /lib) ;;
3065         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
3066     esac
3067   fi
3068   cd ..
3069   rm -fr conftestdir
3070 fi
3071
3072 if test "$ac_x_includes" = NO; then
3073   # Guess where to find include files, by looking for this one X11 .h file.
3074   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
3075
3076   # First, try using that file with no special directory specified.
3077 cat > conftest.$ac_ext <<EOF
3078 #line 3079 "configure"
3079 #include "confdefs.h"
3080 #include <$x_direct_test_include>
3081 EOF
3082 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3083 { (eval echo configure:3084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3084 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3085 if test -z "$ac_err"; then
3086   rm -rf conftest*
3087   # We can compile using X headers with no special include directory.
3088 ac_x_includes=
3089 else
3090   echo "$ac_err" >&5
3091   echo "configure: failed program was:" >&5
3092   cat conftest.$ac_ext >&5
3093   rm -rf conftest*
3094   # Look for the header file in a standard set of common directories.
3095 # Check X11 before X11Rn because it is often a symlink to the current release.
3096   for ac_dir in               \
3097     /usr/X11/include          \
3098     /usr/X11R6/include        \
3099     /usr/X11R5/include        \
3100     /usr/X11R4/include        \
3101                               \
3102     /usr/include/X11          \
3103     /usr/include/X11R6        \
3104     /usr/include/X11R5        \
3105     /usr/include/X11R4        \
3106                               \
3107     /usr/local/X11/include    \
3108     /usr/local/X11R6/include  \
3109     /usr/local/X11R5/include  \
3110     /usr/local/X11R4/include  \
3111                               \
3112     /usr/local/include/X11    \
3113     /usr/local/include/X11R6  \
3114     /usr/local/include/X11R5  \
3115     /usr/local/include/X11R4  \
3116                               \
3117     /usr/X386/include         \
3118     /usr/x386/include         \
3119     /usr/XFree86/include/X11  \
3120                               \
3121     /usr/include              \
3122     /usr/local/include        \
3123     /usr/unsupported/include  \
3124     /usr/athena/include       \
3125     /usr/local/x11r5/include  \
3126     /usr/lpp/Xamples/include  \
3127                               \
3128     /usr/openwin/include      \
3129     /usr/openwin/share/include \
3130     ; \
3131   do
3132     if test -r "$ac_dir/$x_direct_test_include"; then
3133       ac_x_includes=$ac_dir
3134       break
3135     fi
3136   done
3137 fi
3138 rm -f conftest*
3139 fi # $ac_x_includes = NO
3140
3141 if test "$ac_x_libraries" = NO; then
3142   # Check for the libraries.
3143
3144   test -z "$x_direct_test_library" && x_direct_test_library=Xt
3145   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
3146
3147   # See if we find them without any special options.
3148   # Don't add to $LIBS permanently.
3149   ac_save_LIBS="$LIBS"
3150   LIBS="-l$x_direct_test_library $LIBS"
3151 cat > conftest.$ac_ext <<EOF
3152 #line 3153 "configure"
3153 #include "confdefs.h"
3154
3155 int main() {
3156 ${x_direct_test_function}()
3157 ; return 0; }
3158 EOF
3159 if { (eval echo configure:3160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3160   rm -rf conftest*
3161   LIBS="$ac_save_LIBS"
3162 # We can link X programs with no special library path.
3163 ac_x_libraries=
3164 else
3165   echo "configure: failed program was:" >&5
3166   cat conftest.$ac_ext >&5
3167   rm -rf conftest*
3168   LIBS="$ac_save_LIBS"
3169 # First see if replacing the include by lib works.
3170 # Check X11 before X11Rn because it is often a symlink to the current release.
3171 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
3172     /usr/X11/lib          \
3173     /usr/X11R6/lib        \
3174     /usr/X11R5/lib        \
3175     /usr/X11R4/lib        \
3176                           \
3177     /usr/lib/X11          \
3178     /usr/lib/X11R6        \
3179     /usr/lib/X11R5        \
3180     /usr/lib/X11R4        \
3181                           \
3182     /usr/local/X11/lib    \
3183     /usr/local/X11R6/lib  \
3184     /usr/local/X11R5/lib  \
3185     /usr/local/X11R4/lib  \
3186                           \
3187     /usr/local/lib/X11    \
3188     /usr/local/lib/X11R6  \
3189     /usr/local/lib/X11R5  \
3190     /usr/local/lib/X11R4  \
3191                           \
3192     /usr/X386/lib         \
3193     /usr/x386/lib         \
3194     /usr/XFree86/lib/X11  \
3195                           \
3196     /usr/lib              \
3197     /usr/local/lib        \
3198     /usr/unsupported/lib  \
3199     /usr/athena/lib       \
3200     /usr/local/x11r5/lib  \
3201     /usr/lpp/Xamples/lib  \
3202     /lib/usr/lib/X11      \
3203                           \
3204     /usr/openwin/lib      \
3205     /usr/openwin/share/lib \
3206     ; \
3207 do
3208   for ac_extension in a so sl; do
3209     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
3210       ac_x_libraries=$ac_dir
3211       break 2
3212     fi
3213   done
3214 done
3215 fi
3216 rm -f conftest*
3217 fi # $ac_x_libraries = NO
3218
3219 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
3220   # Didn't find X anywhere.  Cache the known absence of X.
3221   ac_cv_have_x="have_x=no"
3222 else
3223   # Record where we found X for the cache.
3224   ac_cv_have_x="have_x=yes \
3225                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
3226 fi
3227 fi
3228   fi
3229   eval "$ac_cv_have_x"
3230 fi # $with_x != no
3231
3232 if test "$have_x" != yes; then
3233   echo "$ac_t""$have_x" 1>&6
3234   no_x=yes
3235 else
3236   # If each of the values was on the command line, it overrides each guess.
3237   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3238   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3239   # Update the cache value to reflect the command line values.
3240   ac_cv_have_x="have_x=yes \
3241                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
3242   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
3243 fi
3244
3245 if test "$no_x" = yes; then
3246   # Not all programs may use this symbol, but it does not hurt to define it.
3247   cat >> confdefs.h <<\EOF
3248 #define X_DISPLAY_MISSING 1
3249 EOF
3250
3251   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3252 else
3253   if test -n "$x_includes"; then
3254     X_CFLAGS="$X_CFLAGS -I$x_includes"
3255   fi
3256
3257   # It would also be nice to do this for all -L options, not just this one.
3258   if test -n "$x_libraries"; then
3259     X_LIBS="$X_LIBS -L$x_libraries"
3260     # For Solaris; some versions of Sun CC require a space after -R and
3261     # others require no space.  Words are not sufficient . . . .
3262     case "`(uname -sr) 2>/dev/null`" in
3263     "SunOS 5"*)
3264       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
3265 echo "configure:3266: checking whether -R must be followed by a space" >&5
3266       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
3267       cat > conftest.$ac_ext <<EOF
3268 #line 3269 "configure"
3269 #include "confdefs.h"
3270
3271 int main() {
3272
3273 ; return 0; }
3274 EOF
3275 if { (eval echo configure:3276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3276   rm -rf conftest*
3277   ac_R_nospace=yes
3278 else
3279   echo "configure: failed program was:" >&5
3280   cat conftest.$ac_ext >&5
3281   rm -rf conftest*
3282   ac_R_nospace=no
3283 fi
3284 rm -f conftest*
3285       if test $ac_R_nospace = yes; then
3286         echo "$ac_t""no" 1>&6
3287         X_LIBS="$X_LIBS -R$x_libraries"
3288       else
3289         LIBS="$ac_xsave_LIBS -R $x_libraries"
3290         cat > conftest.$ac_ext <<EOF
3291 #line 3292 "configure"
3292 #include "confdefs.h"
3293
3294 int main() {
3295
3296 ; return 0; }
3297 EOF
3298 if { (eval echo configure:3299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3299   rm -rf conftest*
3300   ac_R_space=yes
3301 else
3302   echo "configure: failed program was:" >&5
3303   cat conftest.$ac_ext >&5
3304   rm -rf conftest*
3305   ac_R_space=no
3306 fi
3307 rm -f conftest*
3308         if test $ac_R_space = yes; then
3309           echo "$ac_t""yes" 1>&6
3310           X_LIBS="$X_LIBS -R $x_libraries"
3311         else
3312           echo "$ac_t""neither works" 1>&6
3313         fi
3314       fi
3315       LIBS="$ac_xsave_LIBS"
3316     esac
3317   fi
3318
3319   # Check for system-dependent libraries X programs must link with.
3320   # Do this before checking for the system-independent R6 libraries
3321   # (-lICE), since we may need -lsocket or whatever for X linking.
3322
3323   if test "$ISC" = yes; then
3324     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
3325   else
3326     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
3327     # libraries were built with DECnet support.  And karl@cs.umb.edu says
3328     # the Alpha needs dnet_stub (dnet does not exist).
3329     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
3330 echo "configure:3331: checking for dnet_ntoa in -ldnet" >&5
3331 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3332 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3333   echo $ac_n "(cached) $ac_c" 1>&6
3334 else
3335   ac_save_LIBS="$LIBS"
3336 LIBS="-ldnet  $LIBS"
3337 cat > conftest.$ac_ext <<EOF
3338 #line 3339 "configure"
3339 #include "confdefs.h"
3340 /* Override any gcc2 internal prototype to avoid an error.  */
3341 /* We use char because int might match the return type of a gcc2
3342     builtin and then its argument prototype would still apply.  */
3343 char dnet_ntoa();
3344
3345 int main() {
3346 dnet_ntoa()
3347 ; return 0; }
3348 EOF
3349 if { (eval echo configure:3350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3350   rm -rf conftest*
3351   eval "ac_cv_lib_$ac_lib_var=yes"
3352 else
3353   echo "configure: failed program was:" >&5
3354   cat conftest.$ac_ext >&5
3355   rm -rf conftest*
3356   eval "ac_cv_lib_$ac_lib_var=no"
3357 fi
3358 rm -f conftest*
3359 LIBS="$ac_save_LIBS"
3360
3361 fi
3362 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3363   echo "$ac_t""yes" 1>&6
3364   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
3365 else
3366   echo "$ac_t""no" 1>&6
3367 fi
3368
3369     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
3370       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
3371 echo "configure:3372: checking for dnet_ntoa in -ldnet_stub" >&5
3372 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3373 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3374   echo $ac_n "(cached) $ac_c" 1>&6
3375 else
3376   ac_save_LIBS="$LIBS"
3377 LIBS="-ldnet_stub  $LIBS"
3378 cat > conftest.$ac_ext <<EOF
3379 #line 3380 "configure"
3380 #include "confdefs.h"
3381 /* Override any gcc2 internal prototype to avoid an error.  */
3382 /* We use char because int might match the return type of a gcc2
3383     builtin and then its argument prototype would still apply.  */
3384 char dnet_ntoa();
3385
3386 int main() {
3387 dnet_ntoa()
3388 ; return 0; }
3389 EOF
3390 if { (eval echo configure:3391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3391   rm -rf conftest*
3392   eval "ac_cv_lib_$ac_lib_var=yes"
3393 else
3394   echo "configure: failed program was:" >&5
3395   cat conftest.$ac_ext >&5
3396   rm -rf conftest*
3397   eval "ac_cv_lib_$ac_lib_var=no"
3398 fi
3399 rm -f conftest*
3400 LIBS="$ac_save_LIBS"
3401
3402 fi
3403 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3404   echo "$ac_t""yes" 1>&6
3405   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
3406 else
3407   echo "$ac_t""no" 1>&6
3408 fi
3409
3410     fi
3411
3412     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
3413     # to get the SysV transport functions.
3414     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
3415     # needs -lnsl.
3416     # The nsl library prevents programs from opening the X display
3417     # on Irix 5.2, according to dickey@clark.net.
3418     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
3419 echo "configure:3420: checking for gethostbyname" >&5
3420 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
3421   echo $ac_n "(cached) $ac_c" 1>&6
3422 else
3423   cat > conftest.$ac_ext <<EOF
3424 #line 3425 "configure"
3425 #include "confdefs.h"
3426 /* System header to define __stub macros and hopefully few prototypes,
3427     which can conflict with char gethostbyname(); below.  */
3428 #include <assert.h>
3429 /* Override any gcc2 internal prototype to avoid an error.  */
3430 /* We use char because int might match the return type of a gcc2
3431     builtin and then its argument prototype would still apply.  */
3432 char gethostbyname();
3433
3434 int main() {
3435
3436 /* The GNU C library defines this for functions which it implements
3437     to always fail with ENOSYS.  Some functions are actually named
3438     something starting with __ and the normal name is an alias.  */
3439 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3440 choke me
3441 #else
3442 gethostbyname();
3443 #endif
3444
3445 ; return 0; }
3446 EOF
3447 if { (eval echo configure:3448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3448   rm -rf conftest*
3449   eval "ac_cv_func_gethostbyname=yes"
3450 else
3451   echo "configure: failed program was:" >&5
3452   cat conftest.$ac_ext >&5
3453   rm -rf conftest*
3454   eval "ac_cv_func_gethostbyname=no"
3455 fi
3456 rm -f conftest*
3457 fi
3458
3459 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
3460   echo "$ac_t""yes" 1>&6
3461   :
3462 else
3463   echo "$ac_t""no" 1>&6
3464 fi
3465
3466     if test $ac_cv_func_gethostbyname = no; then
3467       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
3468 echo "configure:3469: checking for gethostbyname in -lnsl" >&5
3469 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
3470 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3471   echo $ac_n "(cached) $ac_c" 1>&6
3472 else
3473   ac_save_LIBS="$LIBS"
3474 LIBS="-lnsl  $LIBS"
3475 cat > conftest.$ac_ext <<EOF
3476 #line 3477 "configure"
3477 #include "confdefs.h"
3478 /* Override any gcc2 internal prototype to avoid an error.  */
3479 /* We use char because int might match the return type of a gcc2
3480     builtin and then its argument prototype would still apply.  */
3481 char gethostbyname();
3482
3483 int main() {
3484 gethostbyname()
3485 ; return 0; }
3486 EOF
3487 if { (eval echo configure:3488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3488   rm -rf conftest*
3489   eval "ac_cv_lib_$ac_lib_var=yes"
3490 else
3491   echo "configure: failed program was:" >&5
3492   cat conftest.$ac_ext >&5
3493   rm -rf conftest*
3494   eval "ac_cv_lib_$ac_lib_var=no"
3495 fi
3496 rm -f conftest*
3497 LIBS="$ac_save_LIBS"
3498
3499 fi
3500 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3501   echo "$ac_t""yes" 1>&6
3502   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
3503 else
3504   echo "$ac_t""no" 1>&6
3505 fi
3506
3507     fi
3508
3509     # lieder@skyler.mavd.honeywell.com says without -lsocket,
3510     # socket/setsockopt and other routines are undefined under SCO ODT
3511     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
3512     # on later versions), says simon@lia.di.epfl.ch: it contains
3513     # gethostby* variants that don't use the nameserver (or something).
3514     # -lsocket must be given before -lnsl if both are needed.
3515     # We assume that if connect needs -lnsl, so does gethostbyname.
3516     echo $ac_n "checking for connect""... $ac_c" 1>&6
3517 echo "configure:3518: checking for connect" >&5
3518 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
3519   echo $ac_n "(cached) $ac_c" 1>&6
3520 else
3521   cat > conftest.$ac_ext <<EOF
3522 #line 3523 "configure"
3523 #include "confdefs.h"
3524 /* System header to define __stub macros and hopefully few prototypes,
3525     which can conflict with char connect(); below.  */
3526 #include <assert.h>
3527 /* Override any gcc2 internal prototype to avoid an error.  */
3528 /* We use char because int might match the return type of a gcc2
3529     builtin and then its argument prototype would still apply.  */
3530 char connect();
3531
3532 int main() {
3533
3534 /* The GNU C library defines this for functions which it implements
3535     to always fail with ENOSYS.  Some functions are actually named
3536     something starting with __ and the normal name is an alias.  */
3537 #if defined (__stub_connect) || defined (__stub___connect)
3538 choke me
3539 #else
3540 connect();
3541 #endif
3542
3543 ; return 0; }
3544 EOF
3545 if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3546   rm -rf conftest*
3547   eval "ac_cv_func_connect=yes"
3548 else
3549   echo "configure: failed program was:" >&5
3550   cat conftest.$ac_ext >&5
3551   rm -rf conftest*
3552   eval "ac_cv_func_connect=no"
3553 fi
3554 rm -f conftest*
3555 fi
3556
3557 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
3558   echo "$ac_t""yes" 1>&6
3559   :
3560 else
3561   echo "$ac_t""no" 1>&6
3562 fi
3563
3564     if test $ac_cv_func_connect = no; then
3565       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
3566 echo "configure:3567: checking for connect in -lsocket" >&5
3567 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
3568 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3569   echo $ac_n "(cached) $ac_c" 1>&6
3570 else
3571   ac_save_LIBS="$LIBS"
3572 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
3573 cat > conftest.$ac_ext <<EOF
3574 #line 3575 "configure"
3575 #include "confdefs.h"
3576 /* Override any gcc2 internal prototype to avoid an error.  */
3577 /* We use char because int might match the return type of a gcc2
3578     builtin and then its argument prototype would still apply.  */
3579 char connect();
3580
3581 int main() {
3582 connect()
3583 ; return 0; }
3584 EOF
3585 if { (eval echo configure:3586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3586   rm -rf conftest*
3587   eval "ac_cv_lib_$ac_lib_var=yes"
3588 else
3589   echo "configure: failed program was:" >&5
3590   cat conftest.$ac_ext >&5
3591   rm -rf conftest*
3592   eval "ac_cv_lib_$ac_lib_var=no"
3593 fi
3594 rm -f conftest*
3595 LIBS="$ac_save_LIBS"
3596
3597 fi
3598 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3599   echo "$ac_t""yes" 1>&6
3600   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
3601 else
3602   echo "$ac_t""no" 1>&6
3603 fi
3604
3605     fi
3606
3607     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
3608     echo $ac_n "checking for remove""... $ac_c" 1>&6
3609 echo "configure:3610: checking for remove" >&5
3610 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
3611   echo $ac_n "(cached) $ac_c" 1>&6
3612 else
3613   cat > conftest.$ac_ext <<EOF
3614 #line 3615 "configure"
3615 #include "confdefs.h"
3616 /* System header to define __stub macros and hopefully few prototypes,
3617     which can conflict with char remove(); below.  */
3618 #include <assert.h>
3619 /* Override any gcc2 internal prototype to avoid an error.  */
3620 /* We use char because int might match the return type of a gcc2
3621     builtin and then its argument prototype would still apply.  */
3622 char remove();
3623
3624 int main() {
3625
3626 /* The GNU C library defines this for functions which it implements
3627     to always fail with ENOSYS.  Some functions are actually named
3628     something starting with __ and the normal name is an alias.  */
3629 #if defined (__stub_remove) || defined (__stub___remove)
3630 choke me
3631 #else
3632 remove();
3633 #endif
3634
3635 ; return 0; }
3636 EOF
3637 if { (eval echo configure:3638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3638   rm -rf conftest*
3639   eval "ac_cv_func_remove=yes"
3640 else
3641   echo "configure: failed program was:" >&5
3642   cat conftest.$ac_ext >&5
3643   rm -rf conftest*
3644   eval "ac_cv_func_remove=no"
3645 fi
3646 rm -f conftest*
3647 fi
3648
3649 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
3650   echo "$ac_t""yes" 1>&6
3651   :
3652 else
3653   echo "$ac_t""no" 1>&6
3654 fi
3655
3656     if test $ac_cv_func_remove = no; then
3657       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
3658 echo "configure:3659: checking for remove in -lposix" >&5
3659 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
3660 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3661   echo $ac_n "(cached) $ac_c" 1>&6
3662 else
3663   ac_save_LIBS="$LIBS"
3664 LIBS="-lposix  $LIBS"
3665 cat > conftest.$ac_ext <<EOF
3666 #line 3667 "configure"
3667 #include "confdefs.h"
3668 /* Override any gcc2 internal prototype to avoid an error.  */
3669 /* We use char because int might match the return type of a gcc2
3670     builtin and then its argument prototype would still apply.  */
3671 char remove();
3672
3673 int main() {
3674 remove()
3675 ; return 0; }
3676 EOF
3677 if { (eval echo configure:3678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3678   rm -rf conftest*
3679   eval "ac_cv_lib_$ac_lib_var=yes"
3680 else
3681   echo "configure: failed program was:" >&5
3682   cat conftest.$ac_ext >&5
3683   rm -rf conftest*
3684   eval "ac_cv_lib_$ac_lib_var=no"
3685 fi
3686 rm -f conftest*
3687 LIBS="$ac_save_LIBS"
3688
3689 fi
3690 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3691   echo "$ac_t""yes" 1>&6
3692   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
3693 else
3694   echo "$ac_t""no" 1>&6
3695 fi
3696
3697     fi
3698
3699     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
3700     echo $ac_n "checking for shmat""... $ac_c" 1>&6
3701 echo "configure:3702: checking for shmat" >&5
3702 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
3703   echo $ac_n "(cached) $ac_c" 1>&6
3704 else
3705   cat > conftest.$ac_ext <<EOF
3706 #line 3707 "configure"
3707 #include "confdefs.h"
3708 /* System header to define __stub macros and hopefully few prototypes,
3709     which can conflict with char shmat(); below.  */
3710 #include <assert.h>
3711 /* Override any gcc2 internal prototype to avoid an error.  */
3712 /* We use char because int might match the return type of a gcc2
3713     builtin and then its argument prototype would still apply.  */
3714 char shmat();
3715
3716 int main() {
3717
3718 /* The GNU C library defines this for functions which it implements
3719     to always fail with ENOSYS.  Some functions are actually named
3720     something starting with __ and the normal name is an alias.  */
3721 #if defined (__stub_shmat) || defined (__stub___shmat)
3722 choke me
3723 #else
3724 shmat();
3725 #endif
3726
3727 ; return 0; }
3728 EOF
3729 if { (eval echo configure:3730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3730   rm -rf conftest*
3731   eval "ac_cv_func_shmat=yes"
3732 else
3733   echo "configure: failed program was:" >&5
3734   cat conftest.$ac_ext >&5
3735   rm -rf conftest*
3736   eval "ac_cv_func_shmat=no"
3737 fi
3738 rm -f conftest*
3739 fi
3740
3741 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
3742   echo "$ac_t""yes" 1>&6
3743   :
3744 else
3745   echo "$ac_t""no" 1>&6
3746 fi
3747
3748     if test $ac_cv_func_shmat = no; then
3749       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
3750 echo "configure:3751: checking for shmat in -lipc" >&5
3751 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
3752 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3753   echo $ac_n "(cached) $ac_c" 1>&6
3754 else
3755   ac_save_LIBS="$LIBS"
3756 LIBS="-lipc  $LIBS"
3757 cat > conftest.$ac_ext <<EOF
3758 #line 3759 "configure"
3759 #include "confdefs.h"
3760 /* Override any gcc2 internal prototype to avoid an error.  */
3761 /* We use char because int might match the return type of a gcc2
3762     builtin and then its argument prototype would still apply.  */
3763 char shmat();
3764
3765 int main() {
3766 shmat()
3767 ; return 0; }
3768 EOF
3769 if { (eval echo configure:3770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3770   rm -rf conftest*
3771   eval "ac_cv_lib_$ac_lib_var=yes"
3772 else
3773   echo "configure: failed program was:" >&5
3774   cat conftest.$ac_ext >&5
3775   rm -rf conftest*
3776   eval "ac_cv_lib_$ac_lib_var=no"
3777 fi
3778 rm -f conftest*
3779 LIBS="$ac_save_LIBS"
3780
3781 fi
3782 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3783   echo "$ac_t""yes" 1>&6
3784   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
3785 else
3786   echo "$ac_t""no" 1>&6
3787 fi
3788
3789     fi
3790   fi
3791
3792   # Check for libraries that X11R6 Xt/Xaw programs need.
3793   ac_save_LDFLAGS="$LDFLAGS"
3794   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
3795   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
3796   # check for ICE first), but we must link in the order -lSM -lICE or
3797   # we get undefined symbols.  So assume we have SM if we have ICE.
3798   # These have to be linked with before -lX11, unlike the other
3799   # libraries we check for below, so use a different variable.
3800   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
3801   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
3802 echo "configure:3803: checking for IceConnectionNumber in -lICE" >&5
3803 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
3804 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3805   echo $ac_n "(cached) $ac_c" 1>&6
3806 else
3807   ac_save_LIBS="$LIBS"
3808 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
3809 cat > conftest.$ac_ext <<EOF
3810 #line 3811 "configure"
3811 #include "confdefs.h"
3812 /* Override any gcc2 internal prototype to avoid an error.  */
3813 /* We use char because int might match the return type of a gcc2
3814     builtin and then its argument prototype would still apply.  */
3815 char IceConnectionNumber();
3816
3817 int main() {
3818 IceConnectionNumber()
3819 ; return 0; }
3820 EOF
3821 if { (eval echo configure:3822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3822   rm -rf conftest*
3823   eval "ac_cv_lib_$ac_lib_var=yes"
3824 else
3825   echo "configure: failed program was:" >&5
3826   cat conftest.$ac_ext >&5
3827   rm -rf conftest*
3828   eval "ac_cv_lib_$ac_lib_var=no"
3829 fi
3830 rm -f conftest*
3831 LIBS="$ac_save_LIBS"
3832
3833 fi
3834 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3835   echo "$ac_t""yes" 1>&6
3836   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
3837 else
3838   echo "$ac_t""no" 1>&6
3839 fi
3840
3841   LDFLAGS="$ac_save_LDFLAGS"
3842
3843 fi
3844
3845
3846
3847
3848
3849
3850
3851
3852 X_TOOLKIT_LIBS="-lXt"
3853 X_BASIC_LIBS="-lXext -lX11"
3854
3855 our_saved_LDFLAGS="$LDFLAGS"
3856 LDFLAGS="$X_LIBS $LDFLAGS"
3857 echo $ac_n "checking for XtToolkitThreadInitialize in -lXt""... $ac_c" 1>&6
3858 echo "configure:3859: checking for XtToolkitThreadInitialize in -lXt" >&5
3859 ac_lib_var=`echo Xt'_'XtToolkitThreadInitialize | sed 'y%./+-%__p_%'`
3860 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3861   echo $ac_n "(cached) $ac_c" 1>&6
3862 else
3863   ac_save_LIBS="$LIBS"
3864 LIBS="-lXt $X_PRE_LIBS $X_BASIC_LIBS $X_EXTRA_LIBS $LIBS"
3865 cat > conftest.$ac_ext <<EOF
3866 #line 3867 "configure"
3867 #include "confdefs.h"
3868 /* Override any gcc2 internal prototype to avoid an error.  */
3869 /* We use char because int might match the return type of a gcc2
3870     builtin and then its argument prototype would still apply.  */
3871 char XtToolkitThreadInitialize();
3872
3873 int main() {
3874 XtToolkitThreadInitialize()
3875 ; return 0; }
3876 EOF
3877 if { (eval echo configure:3878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3878   rm -rf conftest*
3879   eval "ac_cv_lib_$ac_lib_var=yes"
3880 else
3881   echo "configure: failed program was:" >&5
3882   cat conftest.$ac_ext >&5
3883   rm -rf conftest*
3884   eval "ac_cv_lib_$ac_lib_var=no"
3885 fi
3886 rm -f conftest*
3887 LIBS="$ac_save_LIBS"
3888
3889 fi
3890 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3891   echo "$ac_t""yes" 1>&6
3892   cat >> confdefs.h <<\EOF
3893 #define X_THREAD_SUPPORT 1
3894 EOF
3895
3896 else
3897   echo "$ac_t""no" 1>&6
3898 fi
3899
3900 LDFLAGS="$our_saved_LDFLAGS"
3901
3902 our_saved_LDFLAGS="$LDFLAGS"
3903 LDFLAGS="$X_LIBS $LDFLAGS"
3904 echo $ac_n "checking for XdbeQueryExtension in -lXext""... $ac_c" 1>&6
3905 echo "configure:3906: checking for XdbeQueryExtension in -lXext" >&5
3906 ac_lib_var=`echo Xext'_'XdbeQueryExtension | sed 'y%./+-%__p_%'`
3907 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3908   echo $ac_n "(cached) $ac_c" 1>&6
3909 else
3910   ac_save_LIBS="$LIBS"
3911 LIBS="-lXext -lX11 "$X_EXTRA_LIBS" $LIBS"
3912 cat > conftest.$ac_ext <<EOF
3913 #line 3914 "configure"
3914 #include "confdefs.h"
3915 /* Override any gcc2 internal prototype to avoid an error.  */
3916 /* We use char because int might match the return type of a gcc2
3917     builtin and then its argument prototype would still apply.  */
3918 char XdbeQueryExtension();
3919
3920 int main() {
3921 XdbeQueryExtension()
3922 ; return 0; }
3923 EOF
3924 if { (eval echo configure:3925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3925   rm -rf conftest*
3926   eval "ac_cv_lib_$ac_lib_var=yes"
3927 else
3928   echo "configure: failed program was:" >&5
3929   cat conftest.$ac_ext >&5
3930   rm -rf conftest*
3931   eval "ac_cv_lib_$ac_lib_var=no"
3932 fi
3933 rm -f conftest*
3934 LIBS="$ac_save_LIBS"
3935
3936 fi
3937 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3938   echo "$ac_t""yes" 1>&6
3939   cat >> confdefs.h <<\EOF
3940 #define HAVE_DBE_SUPPORT 1
3941 EOF
3942
3943 else
3944   echo "$ac_t""no" 1>&6
3945 fi
3946
3947 echo $ac_n "checking for XmbufQueryExtension in -lXext""... $ac_c" 1>&6
3948 echo "configure:3949: checking for XmbufQueryExtension in -lXext" >&5
3949 ac_lib_var=`echo Xext'_'XmbufQueryExtension | sed 'y%./+-%__p_%'`
3950 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3951   echo $ac_n "(cached) $ac_c" 1>&6
3952 else
3953   ac_save_LIBS="$LIBS"
3954 LIBS="-lXext -lX11 "$X_EXTRA_LIBS" $LIBS"
3955 cat > conftest.$ac_ext <<EOF
3956 #line 3957 "configure"
3957 #include "confdefs.h"
3958 /* Override any gcc2 internal prototype to avoid an error.  */
3959 /* We use char because int might match the return type of a gcc2
3960     builtin and then its argument prototype would still apply.  */
3961 char XmbufQueryExtension();
3962
3963 int main() {
3964 XmbufQueryExtension()
3965 ; return 0; }
3966 EOF
3967 if { (eval echo configure:3968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3968   rm -rf conftest*
3969   eval "ac_cv_lib_$ac_lib_var=yes"
3970 else
3971   echo "configure: failed program was:" >&5
3972   cat conftest.$ac_ext >&5
3973   rm -rf conftest*
3974   eval "ac_cv_lib_$ac_lib_var=no"
3975 fi
3976 rm -f conftest*
3977 LIBS="$ac_save_LIBS"
3978
3979 fi
3980 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3981   echo "$ac_t""yes" 1>&6
3982   cat >> confdefs.h <<\EOF
3983 #define HAVE_MBX_SUPPORT 1
3984 EOF
3985
3986 else
3987   echo "$ac_t""no" 1>&6
3988 fi
3989
3990 LDFLAGS="$our_saved_LDFLAGS"
3991 our_saved_CPPFLAGS="$CPPFLAGS"
3992 CPPFLAGS="$X_CFLAGS $CPPFLAGS"
3993 for ac_hdr in X11/extensions/Xdbe.h X11/extensions/multibuf.h
3994 do
3995 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3996 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3997 echo "configure:3998: checking for $ac_hdr" >&5
3998 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3999   echo $ac_n "(cached) $ac_c" 1>&6
4000 else
4001   cat > conftest.$ac_ext <<EOF
4002 #line 4003 "configure"
4003 #include "confdefs.h"
4004 #include <$ac_hdr>
4005 EOF
4006 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4007 { (eval echo configure:4008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4008 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4009 if test -z "$ac_err"; then
4010   rm -rf conftest*
4011   eval "ac_cv_header_$ac_safe=yes"
4012 else
4013   echo "$ac_err" >&5
4014   echo "configure: failed program was:" >&5
4015   cat conftest.$ac_ext >&5
4016   rm -rf conftest*
4017   eval "ac_cv_header_$ac_safe=no"
4018 fi
4019 rm -f conftest*
4020 fi
4021 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4022   echo "$ac_t""yes" 1>&6
4023     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4024   cat >> confdefs.h <<EOF
4025 #define $ac_tr_hdr 1
4026 EOF
4027  
4028 else
4029   echo "$ac_t""no" 1>&6
4030 fi
4031 done
4032
4033 CPPFLAGS="$our_saved_CPPFLAGS"
4034
4035
4036
4037 if test "x$no_x" = "xyes"; then
4038   NO_X_TRUE=
4039   NO_X_FALSE='#'
4040 else
4041   NO_X_TRUE='#'
4042   NO_X_FALSE=
4043 fi
4044
4045 my_includes="$my_includes -I../include -I.."
4046
4047
4048 echo $ac_n "checking interactive graphics""... $ac_c" 1>&6
4049 echo "configure:4050: checking interactive graphics" >&5
4050 if test "$no_x" != "yes" ; then
4051   cat >> confdefs.h <<\EOF
4052 #define HAVE_X11 1
4053 EOF
4054
4055   cat >> confdefs.h <<\EOF
4056 #define HAVE_SGP 1
4057 EOF
4058
4059   
4060
4061 if test 1==1; then
4062   HAVE_SGP_TRUE=
4063   HAVE_SGP_FALSE='#'
4064 else
4065   HAVE_SGP_TRUE='#'
4066   HAVE_SGP_FALSE=
4067 fi
4068   LDFLAGS="$LDFLAGS -L../libctgraphics -L/usr/X11R6/lib"
4069   ctlibs_graphics="$ctlibs_base -lctgraphics $X_BASIC_LIBS $X_TOOLKIT_LIBS"
4070   echo "$ac_t""yes" 1>&6
4071 else
4072   echo "$ac_t""no" 1>&6
4073 fi
4074
4075 if test "$png" = "true" ; then
4076   ctlibs_tools="$ctlibs_tools -lpng"
4077 fi
4078 if test "$zlib" = "true" ; then
4079   ctlibs_tools="$ctlibs_tools -lz"
4080 fi
4081 if test "$g2" = "true" ; then
4082   ctlibs_tools="$ctlibs_tools -lg2"
4083 fi
4084 if test "$wx_gtk" = "true" ; then
4085   ctlibs_tools="$ctlibs_tools -lwx_gtk"
4086 fi
4087
4088 if test "$fftw" = "true" ; then
4089   ctlibs_tools="$ctlibs_tools -lrfftw -lfftw"
4090 fi
4091
4092 LDFLAGS="$LDFLAGS -L../libctsupport -L../libctsim" 
4093 ctlibs="$ctlibs_base -lctsim $ctlibs_graphics -lctsupport $ctlibs_tools"
4094
4095
4096 if test -n "$lamdir" ; then
4097   lamprograms="pjrec-lam phm2if-lam phm2pj-lam"
4098   
4099 fi
4100
4101 trap '' 1 2 15
4102 cat > confcache <<\EOF
4103 # This file is a shell script that caches the results of configure
4104 # tests run on this system so they can be shared between configure
4105 # scripts and configure runs.  It is not useful on other systems.
4106 # If it contains results you don't want to keep, you may remove or edit it.
4107 #
4108 # By default, configure uses ./config.cache as the cache file,
4109 # creating it if it does not exist already.  You can give configure
4110 # the --cache-file=FILE option to use a different cache file; that is
4111 # what configure does when it calls configure scripts in
4112 # subdirectories, so they share the cache.
4113 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4114 # config.status only pays attention to the cache file if you give it the
4115 # --recheck option to rerun configure.
4116 #
4117 EOF
4118 # The following way of writing the cache mishandles newlines in values,
4119 # but we know of no workaround that is simple, portable, and efficient.
4120 # So, don't put newlines in cache variables' values.
4121 # Ultrix sh set writes to stderr and can't be redirected directly,
4122 # and sets the high bit in the cache file unless we assign to the vars.
4123 (set) 2>&1 |
4124   case `(ac_space=' '; set | grep ac_space) 2>&1` in
4125   *ac_space=\ *)
4126     # `set' does not quote correctly, so add quotes (double-quote substitution
4127     # turns \\\\ into \\, and sed turns \\ into \).
4128     sed -n \
4129       -e "s/'/'\\\\''/g" \
4130       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4131     ;;
4132   *)
4133     # `set' quotes correctly as required by POSIX, so do not add quotes.
4134     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4135     ;;
4136   esac >> confcache
4137 if cmp -s $cache_file confcache; then
4138   :
4139 else
4140   if test -w $cache_file; then
4141     echo "updating cache $cache_file"
4142     cat confcache > $cache_file
4143   else
4144     echo "not updating unwritable cache $cache_file"
4145   fi
4146 fi
4147 rm -f confcache
4148
4149 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4150
4151 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4152 # Let make expand exec_prefix.
4153 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4154
4155 # Any assignment to VPATH causes Sun make to only execute
4156 # the first set of double-colon rules, so remove it if not needed.
4157 # If there is a colon in the path, we need to keep it.
4158 if test "x$srcdir" = x.; then
4159   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
4160 fi
4161
4162 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4163
4164 DEFS=-DHAVE_CONFIG_H
4165
4166 # Without the "./", some shells look in PATH for config.status.
4167 : ${CONFIG_STATUS=./config.status}
4168
4169 echo creating $CONFIG_STATUS
4170 rm -f $CONFIG_STATUS
4171 cat > $CONFIG_STATUS <<EOF
4172 #! /bin/sh
4173 # Generated automatically by configure.
4174 # Run this file to recreate the current configuration.
4175 # This directory was configured as follows,
4176 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4177 #
4178 # $0 $ac_configure_args
4179 #
4180 # Compiler output produced by configure, useful for debugging
4181 # configure, is in ./config.log if it exists.
4182
4183 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4184 for ac_option
4185 do
4186   case "\$ac_option" in
4187   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4188     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4189     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4190   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4191     echo "$CONFIG_STATUS generated by autoconf version 2.13"
4192     exit 0 ;;
4193   -help | --help | --hel | --he | --h)
4194     echo "\$ac_cs_usage"; exit 0 ;;
4195   *) echo "\$ac_cs_usage"; exit 1 ;;
4196   esac
4197 done
4198
4199 ac_given_srcdir=$srcdir
4200 ac_given_INSTALL="$INSTALL"
4201
4202 trap 'rm -fr `echo "Makefile src/Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile src/sample-ctsim.sh cgi-bin/ctsim.conf config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4203 EOF
4204 cat >> $CONFIG_STATUS <<EOF
4205
4206 # Protect against being on the right side of a sed subst in config.status.
4207 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4208  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4209 $ac_vpsub
4210 $extrasub
4211 s%@SHELL@%$SHELL%g
4212 s%@CFLAGS@%$CFLAGS%g
4213 s%@CPPFLAGS@%$CPPFLAGS%g
4214 s%@CXXFLAGS@%$CXXFLAGS%g
4215 s%@FFLAGS@%$FFLAGS%g
4216 s%@DEFS@%$DEFS%g
4217 s%@LDFLAGS@%$LDFLAGS%g
4218 s%@LIBS@%$LIBS%g
4219 s%@exec_prefix@%$exec_prefix%g
4220 s%@prefix@%$prefix%g
4221 s%@program_transform_name@%$program_transform_name%g
4222 s%@bindir@%$bindir%g
4223 s%@sbindir@%$sbindir%g
4224 s%@libexecdir@%$libexecdir%g
4225 s%@datadir@%$datadir%g
4226 s%@sysconfdir@%$sysconfdir%g
4227 s%@sharedstatedir@%$sharedstatedir%g
4228 s%@localstatedir@%$localstatedir%g
4229 s%@libdir@%$libdir%g
4230 s%@includedir@%$includedir%g
4231 s%@oldincludedir@%$oldincludedir%g
4232 s%@infodir@%$infodir%g
4233 s%@mandir@%$mandir%g
4234 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4235 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4236 s%@INSTALL_DATA@%$INSTALL_DATA%g
4237 s%@PACKAGE@%$PACKAGE%g
4238 s%@VERSION@%$VERSION%g
4239 s%@ACLOCAL@%$ACLOCAL%g
4240 s%@AUTOCONF@%$AUTOCONF%g
4241 s%@AUTOMAKE@%$AUTOMAKE%g
4242 s%@AUTOHEADER@%$AUTOHEADER%g
4243 s%@MAKEINFO@%$MAKEINFO%g
4244 s%@SET_MAKE@%$SET_MAKE%g
4245 s%@AWK@%$AWK%g
4246 s%@RANLIB@%$RANLIB%g
4247 s%@CC@%$CC%g
4248 s%@CXX@%$CXX%g
4249 s%@host@%$host%g
4250 s%@host_alias@%$host_alias%g
4251 s%@host_cpu@%$host_cpu%g
4252 s%@host_vendor@%$host_vendor%g
4253 s%@host_os@%$host_os%g
4254 s%@CPP@%$CPP%g
4255 s%@INCLUDED_GETOPT_LONG_TRUE@%$INCLUDED_GETOPT_LONG_TRUE%g
4256 s%@INCLUDED_GETOPT_LONG_FALSE@%$INCLUDED_GETOPT_LONG_FALSE%g
4257 s%@DEBUG_TRUE@%$DEBUG_TRUE%g
4258 s%@DEBUG_FALSE@%$DEBUG_FALSE%g
4259 s%@lamdir@%$lamdir%g
4260 s%@mpienable@%$mpienable%g
4261 s%@cgibindir@%$cgibindir%g
4262 s%@cgibinurl@%$cgibinurl%g
4263 s%@webdatadir@%$webdatadir%g
4264 s%@webdataurl@%$webdataurl%g
4265 s%@htmldir@%$htmldir%g
4266 s%@cgiprograms@%$cgiprograms%g
4267 s%@htmldata@%$htmldata%g
4268 s%@USE_HTML_TRUE@%$USE_HTML_TRUE%g
4269 s%@USE_HTML_FALSE@%$USE_HTML_FALSE%g
4270 s%@webenabled@%$webenabled%g
4271 s%@USE_LAM_TRUE@%$USE_LAM_TRUE%g
4272 s%@USE_LAM_FALSE@%$USE_LAM_FALSE%g
4273 s%@X_CFLAGS@%$X_CFLAGS%g
4274 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
4275 s%@X_LIBS@%$X_LIBS%g
4276 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
4277 s%@X_TOOLKIT_LIBS@%$X_TOOLKIT_LIBS%g
4278 s%@X_BASIC_LIBS@%$X_BASIC_LIBS%g
4279 s%@NO_X_TRUE@%$NO_X_TRUE%g
4280 s%@NO_X_FALSE@%$NO_X_FALSE%g
4281 s%@my_includes@%$my_includes%g
4282 s%@HAVE_SGP_TRUE@%$HAVE_SGP_TRUE%g
4283 s%@HAVE_SGP_FALSE@%$HAVE_SGP_FALSE%g
4284 s%@ctlibs@%$ctlibs%g
4285 s%@lamprograms@%$lamprograms%g
4286
4287 CEOF
4288 EOF
4289
4290 cat >> $CONFIG_STATUS <<\EOF
4291
4292 # Split the substitutions into bite-sized pieces for seds with
4293 # small command number limits, like on Digital OSF/1 and HP-UX.
4294 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
4295 ac_file=1 # Number of current file.
4296 ac_beg=1 # First line for current file.
4297 ac_end=$ac_max_sed_cmds # Line after last line for current file.
4298 ac_more_lines=:
4299 ac_sed_cmds=""
4300 while $ac_more_lines; do
4301   if test $ac_beg -gt 1; then
4302     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
4303   else
4304     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
4305   fi
4306   if test ! -s conftest.s$ac_file; then
4307     ac_more_lines=false
4308     rm -f conftest.s$ac_file
4309   else
4310     if test -z "$ac_sed_cmds"; then
4311       ac_sed_cmds="sed -f conftest.s$ac_file"
4312     else
4313       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
4314     fi
4315     ac_file=`expr $ac_file + 1`
4316     ac_beg=$ac_end
4317     ac_end=`expr $ac_end + $ac_max_sed_cmds`
4318   fi
4319 done
4320 if test -z "$ac_sed_cmds"; then
4321   ac_sed_cmds=cat
4322 fi
4323 EOF
4324
4325 cat >> $CONFIG_STATUS <<EOF
4326
4327 CONFIG_FILES=\${CONFIG_FILES-"Makefile src/Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile src/sample-ctsim.sh cgi-bin/ctsim.conf"}
4328 EOF
4329 cat >> $CONFIG_STATUS <<\EOF
4330 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4331   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4332   case "$ac_file" in
4333   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4334        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4335   *) ac_file_in="${ac_file}.in" ;;
4336   esac
4337
4338   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
4339
4340   # Remove last slash and all that follows it.  Not all systems have dirname.
4341   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4342   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4343     # The file is in a subdirectory.
4344     test ! -d "$ac_dir" && mkdir "$ac_dir"
4345     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
4346     # A "../" for each directory in $ac_dir_suffix.
4347     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
4348   else
4349     ac_dir_suffix= ac_dots=
4350   fi
4351
4352   case "$ac_given_srcdir" in
4353   .)  srcdir=.
4354       if test -z "$ac_dots"; then top_srcdir=.
4355       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
4356   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
4357   *) # Relative path.
4358     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
4359     top_srcdir="$ac_dots$ac_given_srcdir" ;;
4360   esac
4361
4362   case "$ac_given_INSTALL" in
4363   [/$]*) INSTALL="$ac_given_INSTALL" ;;
4364   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
4365   esac
4366
4367   echo creating "$ac_file"
4368   rm -f "$ac_file"
4369   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
4370   case "$ac_file" in
4371   *Makefile*) ac_comsub="1i\\
4372 # $configure_input" ;;
4373   *) ac_comsub= ;;
4374   esac
4375
4376   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4377   sed -e "$ac_comsub
4378 s%@configure_input@%$configure_input%g
4379 s%@srcdir@%$srcdir%g
4380 s%@top_srcdir@%$top_srcdir%g
4381 s%@INSTALL@%$INSTALL%g
4382 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4383 fi; done
4384 rm -f conftest.s*
4385
4386 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
4387 # NAME is the cpp macro being defined and VALUE is the value it is being given.
4388 #
4389 # ac_d sets the value in "#define NAME VALUE" lines.
4390 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
4391 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
4392 ac_dC='\3'
4393 ac_dD='%g'
4394 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
4395 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
4396 ac_uB='\([      ]\)%\1#\2define\3'
4397 ac_uC=' '
4398 ac_uD='\4%g'
4399 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
4400 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
4401 ac_eB='$%\1#\2define\3'
4402 ac_eC=' '
4403 ac_eD='%g'
4404
4405 if test "${CONFIG_HEADERS+set}" != set; then
4406 EOF
4407 cat >> $CONFIG_STATUS <<EOF
4408   CONFIG_HEADERS="config.h"
4409 EOF
4410 cat >> $CONFIG_STATUS <<\EOF
4411 fi
4412 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
4413   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4414   case "$ac_file" in
4415   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4416        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4417   *) ac_file_in="${ac_file}.in" ;;
4418   esac
4419
4420   echo creating $ac_file
4421
4422   rm -f conftest.frag conftest.in conftest.out
4423   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4424   cat $ac_file_inputs > conftest.in
4425
4426 EOF
4427
4428 # Transform confdefs.h into a sed script conftest.vals that substitutes
4429 # the proper values into config.h.in to produce config.h.  And first:
4430 # Protect against being on the right side of a sed subst in config.status.
4431 # Protect against being in an unquoted here document in config.status.
4432 rm -f conftest.vals
4433 cat > conftest.hdr <<\EOF
4434 s/[\\&%]/\\&/g
4435 s%[\\$`]%\\&%g
4436 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
4437 s%ac_d%ac_u%gp
4438 s%ac_u%ac_e%gp
4439 EOF
4440 sed -n -f conftest.hdr confdefs.h > conftest.vals
4441 rm -f conftest.hdr
4442
4443 # This sed command replaces #undef with comments.  This is necessary, for
4444 # example, in the case of _POSIX_SOURCE, which is predefined and required
4445 # on some systems where configure will not decide to define it.
4446 cat >> conftest.vals <<\EOF
4447 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
4448 EOF
4449
4450 # Break up conftest.vals because some shells have a limit on
4451 # the size of here documents, and old seds have small limits too.
4452
4453 rm -f conftest.tail
4454 while :
4455 do
4456   ac_lines=`grep -c . conftest.vals`
4457   # grep -c gives empty output for an empty file on some AIX systems.
4458   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
4459   # Write a limited-size here document to conftest.frag.
4460   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
4461   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
4462   echo 'CEOF
4463   sed -f conftest.frag conftest.in > conftest.out
4464   rm -f conftest.in
4465   mv conftest.out conftest.in
4466 ' >> $CONFIG_STATUS
4467   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
4468   rm -f conftest.vals
4469   mv conftest.tail conftest.vals
4470 done
4471 rm -f conftest.vals
4472
4473 cat >> $CONFIG_STATUS <<\EOF
4474   rm -f conftest.frag conftest.h
4475   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
4476   cat conftest.in >> conftest.h
4477   rm -f conftest.in
4478   if cmp -s $ac_file conftest.h 2>/dev/null; then
4479     echo "$ac_file is unchanged"
4480     rm -f conftest.h
4481   else
4482     # Remove last slash and all that follows it.  Not all systems have dirname.
4483       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4484       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4485       # The file is in a subdirectory.
4486       test ! -d "$ac_dir" && mkdir "$ac_dir"
4487     fi
4488     rm -f $ac_file
4489     mv conftest.h $ac_file
4490   fi
4491 fi; done
4492
4493 EOF
4494 cat >> $CONFIG_STATUS <<EOF
4495
4496
4497 EOF
4498 cat >> $CONFIG_STATUS <<\EOF
4499 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
4500
4501 exit 0
4502 EOF
4503 chmod +x $CONFIG_STATUS
4504 rm -fr confdefs* $ac_clean_files
4505 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
4506