r126: *** 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
1993 if test "$zlib" = "true" ; then
1994   echo $ac_n "checking for main in -lpng""... $ac_c" 1>&6
1995 echo "configure:1996: checking for main in -lpng" >&5
1996 ac_lib_var=`echo png'_'main | sed 'y%./+-%__p_%'`
1997 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1998   echo $ac_n "(cached) $ac_c" 1>&6
1999 else
2000   ac_save_LIBS="$LIBS"
2001 LIBS="-lpng  $LIBS"
2002 cat > conftest.$ac_ext <<EOF
2003 #line 2004 "configure"
2004 #include "confdefs.h"
2005
2006 int main() {
2007 main()
2008 ; return 0; }
2009 EOF
2010 if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2011   rm -rf conftest*
2012   eval "ac_cv_lib_$ac_lib_var=yes"
2013 else
2014   echo "configure: failed program was:" >&5
2015   cat conftest.$ac_ext >&5
2016   rm -rf conftest*
2017   eval "ac_cv_lib_$ac_lib_var=no"
2018 fi
2019 rm -f conftest*
2020 LIBS="$ac_save_LIBS"
2021
2022 fi
2023 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2024   echo "$ac_t""yes" 1>&6
2025   png=true ; cat >> confdefs.h <<\EOF
2026 #define HAVE_PNG 1
2027 EOF
2028
2029 else
2030   echo "$ac_t""no" 1>&6
2031 png=false
2032 fi
2033
2034 fi
2035
2036 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2037 echo "configure:2038: checking how to run the C preprocessor" >&5
2038 # On Suns, sometimes $CPP names a directory.
2039 if test -n "$CPP" && test -d "$CPP"; then
2040   CPP=
2041 fi
2042 if test -z "$CPP"; then
2043 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2044   echo $ac_n "(cached) $ac_c" 1>&6
2045 else
2046     # This must be in double quotes, not single quotes, because CPP may get
2047   # substituted into the Makefile and "${CC-cc}" will confuse make.
2048   CPP="${CC-cc} -E"
2049   # On the NeXT, cc -E runs the code through the compiler's parser,
2050   # not just through cpp.
2051   cat > conftest.$ac_ext <<EOF
2052 #line 2053 "configure"
2053 #include "confdefs.h"
2054 #include <assert.h>
2055 Syntax Error
2056 EOF
2057 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2058 { (eval echo configure:2059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2059 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2060 if test -z "$ac_err"; then
2061   :
2062 else
2063   echo "$ac_err" >&5
2064   echo "configure: failed program was:" >&5
2065   cat conftest.$ac_ext >&5
2066   rm -rf conftest*
2067   CPP="${CC-cc} -E -traditional-cpp"
2068   cat > conftest.$ac_ext <<EOF
2069 #line 2070 "configure"
2070 #include "confdefs.h"
2071 #include <assert.h>
2072 Syntax Error
2073 EOF
2074 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2075 { (eval echo configure:2076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2076 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2077 if test -z "$ac_err"; then
2078   :
2079 else
2080   echo "$ac_err" >&5
2081   echo "configure: failed program was:" >&5
2082   cat conftest.$ac_ext >&5
2083   rm -rf conftest*
2084   CPP="${CC-cc} -nologo -E"
2085   cat > conftest.$ac_ext <<EOF
2086 #line 2087 "configure"
2087 #include "confdefs.h"
2088 #include <assert.h>
2089 Syntax Error
2090 EOF
2091 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2092 { (eval echo configure:2093: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2093 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2094 if test -z "$ac_err"; then
2095   :
2096 else
2097   echo "$ac_err" >&5
2098   echo "configure: failed program was:" >&5
2099   cat conftest.$ac_ext >&5
2100   rm -rf conftest*
2101   CPP=/lib/cpp
2102 fi
2103 rm -f conftest*
2104 fi
2105 rm -f conftest*
2106 fi
2107 rm -f conftest*
2108   ac_cv_prog_CPP="$CPP"
2109 fi
2110   CPP="$ac_cv_prog_CPP"
2111 else
2112   ac_cv_prog_CPP="$CPP"
2113 fi
2114 echo "$ac_t""$CPP" 1>&6
2115
2116 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2117 echo "configure:2118: checking for ANSI C header files" >&5
2118 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2119   echo $ac_n "(cached) $ac_c" 1>&6
2120 else
2121   cat > conftest.$ac_ext <<EOF
2122 #line 2123 "configure"
2123 #include "confdefs.h"
2124 #include <stdlib.h>
2125 #include <stdarg.h>
2126 #include <string.h>
2127 #include <float.h>
2128 EOF
2129 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2130 { (eval echo configure:2131: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2131 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2132 if test -z "$ac_err"; then
2133   rm -rf conftest*
2134   ac_cv_header_stdc=yes
2135 else
2136   echo "$ac_err" >&5
2137   echo "configure: failed program was:" >&5
2138   cat conftest.$ac_ext >&5
2139   rm -rf conftest*
2140   ac_cv_header_stdc=no
2141 fi
2142 rm -f conftest*
2143
2144 if test $ac_cv_header_stdc = yes; then
2145   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2146 cat > conftest.$ac_ext <<EOF
2147 #line 2148 "configure"
2148 #include "confdefs.h"
2149 #include <string.h>
2150 EOF
2151 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2152   egrep "memchr" >/dev/null 2>&1; then
2153   :
2154 else
2155   rm -rf conftest*
2156   ac_cv_header_stdc=no
2157 fi
2158 rm -f conftest*
2159
2160 fi
2161
2162 if test $ac_cv_header_stdc = yes; then
2163   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2164 cat > conftest.$ac_ext <<EOF
2165 #line 2166 "configure"
2166 #include "confdefs.h"
2167 #include <stdlib.h>
2168 EOF
2169 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2170   egrep "free" >/dev/null 2>&1; then
2171   :
2172 else
2173   rm -rf conftest*
2174   ac_cv_header_stdc=no
2175 fi
2176 rm -f conftest*
2177
2178 fi
2179
2180 if test $ac_cv_header_stdc = yes; then
2181   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2182 if test "$cross_compiling" = yes; then
2183   :
2184 else
2185   cat > conftest.$ac_ext <<EOF
2186 #line 2187 "configure"
2187 #include "confdefs.h"
2188 #include <ctype.h>
2189 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2190 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2191 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2192 int main () { int i; for (i = 0; i < 256; i++)
2193 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2194 exit (0); }
2195
2196 EOF
2197 if { (eval echo configure:2198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2198 then
2199   :
2200 else
2201   echo "configure: failed program was:" >&5
2202   cat conftest.$ac_ext >&5
2203   rm -fr conftest*
2204   ac_cv_header_stdc=no
2205 fi
2206 rm -fr conftest*
2207 fi
2208
2209 fi
2210 fi
2211
2212 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2213 if test $ac_cv_header_stdc = yes; then
2214   cat >> confdefs.h <<\EOF
2215 #define STDC_HEADERS 1
2216 EOF
2217
2218 fi
2219
2220 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
2221 do
2222 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2223 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2224 echo "configure:2225: checking for $ac_hdr" >&5
2225 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2226   echo $ac_n "(cached) $ac_c" 1>&6
2227 else
2228   cat > conftest.$ac_ext <<EOF
2229 #line 2230 "configure"
2230 #include "confdefs.h"
2231 #include <$ac_hdr>
2232 EOF
2233 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2234 { (eval echo configure:2235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2235 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2236 if test -z "$ac_err"; then
2237   rm -rf conftest*
2238   eval "ac_cv_header_$ac_safe=yes"
2239 else
2240   echo "$ac_err" >&5
2241   echo "configure: failed program was:" >&5
2242   cat conftest.$ac_ext >&5
2243   rm -rf conftest*
2244   eval "ac_cv_header_$ac_safe=no"
2245 fi
2246 rm -f conftest*
2247 fi
2248 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2249   echo "$ac_t""yes" 1>&6
2250     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2251   cat >> confdefs.h <<EOF
2252 #define $ac_tr_hdr 1
2253 EOF
2254  
2255 else
2256   echo "$ac_t""no" 1>&6
2257 fi
2258 done
2259
2260
2261 echo $ac_n "checking for working const""... $ac_c" 1>&6
2262 echo "configure:2263: checking for working const" >&5
2263 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2264   echo $ac_n "(cached) $ac_c" 1>&6
2265 else
2266   cat > conftest.$ac_ext <<EOF
2267 #line 2268 "configure"
2268 #include "confdefs.h"
2269
2270 int main() {
2271
2272 /* Ultrix mips cc rejects this.  */
2273 typedef int charset[2]; const charset x;
2274 /* SunOS 4.1.1 cc rejects this.  */
2275 char const *const *ccp;
2276 char **p;
2277 /* NEC SVR4.0.2 mips cc rejects this.  */
2278 struct point {int x, y;};
2279 static struct point const zero = {0,0};
2280 /* AIX XL C 1.02.0.0 rejects this.
2281    It does not let you subtract one const X* pointer from another in an arm
2282    of an if-expression whose if-part is not a constant expression */
2283 const char *g = "string";
2284 ccp = &g + (g ? g-g : 0);
2285 /* HPUX 7.0 cc rejects these. */
2286 ++ccp;
2287 p = (char**) ccp;
2288 ccp = (char const *const *) p;
2289 { /* SCO 3.2v4 cc rejects this.  */
2290   char *t;
2291   char const *s = 0 ? (char *) 0 : (char const *) 0;
2292
2293   *t++ = 0;
2294 }
2295 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
2296   int x[] = {25, 17};
2297   const int *foo = &x[0];
2298   ++foo;
2299 }
2300 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2301   typedef const int *iptr;
2302   iptr p = 0;
2303   ++p;
2304 }
2305 { /* AIX XL C 1.02.0.0 rejects this saying
2306      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2307   struct s { int j; const int *ap[3]; };
2308   struct s *b; b->j = 5;
2309 }
2310 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2311   const int foo = 10;
2312 }
2313
2314 ; return 0; }
2315 EOF
2316 if { (eval echo configure:2317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2317   rm -rf conftest*
2318   ac_cv_c_const=yes
2319 else
2320   echo "configure: failed program was:" >&5
2321   cat conftest.$ac_ext >&5
2322   rm -rf conftest*
2323   ac_cv_c_const=no
2324 fi
2325 rm -f conftest*
2326 fi
2327
2328 echo "$ac_t""$ac_cv_c_const" 1>&6
2329 if test $ac_cv_c_const = no; then
2330   cat >> confdefs.h <<\EOF
2331 #define const 
2332 EOF
2333
2334 fi
2335
2336 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2337 echo "configure:2338: checking for off_t" >&5
2338 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2339   echo $ac_n "(cached) $ac_c" 1>&6
2340 else
2341   cat > conftest.$ac_ext <<EOF
2342 #line 2343 "configure"
2343 #include "confdefs.h"
2344 #include <sys/types.h>
2345 #if STDC_HEADERS
2346 #include <stdlib.h>
2347 #include <stddef.h>
2348 #endif
2349 EOF
2350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2351   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2352   rm -rf conftest*
2353   ac_cv_type_off_t=yes
2354 else
2355   rm -rf conftest*
2356   ac_cv_type_off_t=no
2357 fi
2358 rm -f conftest*
2359
2360 fi
2361 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2362 if test $ac_cv_type_off_t = no; then
2363   cat >> confdefs.h <<\EOF
2364 #define off_t long
2365 EOF
2366
2367 fi
2368
2369 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2370 echo "configure:2371: checking for size_t" >&5
2371 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2372   echo $ac_n "(cached) $ac_c" 1>&6
2373 else
2374   cat > conftest.$ac_ext <<EOF
2375 #line 2376 "configure"
2376 #include "confdefs.h"
2377 #include <sys/types.h>
2378 #if STDC_HEADERS
2379 #include <stdlib.h>
2380 #include <stddef.h>
2381 #endif
2382 EOF
2383 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2384   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2385   rm -rf conftest*
2386   ac_cv_type_size_t=yes
2387 else
2388   rm -rf conftest*
2389   ac_cv_type_size_t=no
2390 fi
2391 rm -f conftest*
2392
2393 fi
2394 echo "$ac_t""$ac_cv_type_size_t" 1>&6
2395 if test $ac_cv_type_size_t = no; then
2396   cat >> confdefs.h <<\EOF
2397 #define size_t unsigned
2398 EOF
2399
2400 fi
2401
2402 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2403 echo "configure:2404: checking whether struct tm is in sys/time.h or time.h" >&5
2404 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2405   echo $ac_n "(cached) $ac_c" 1>&6
2406 else
2407   cat > conftest.$ac_ext <<EOF
2408 #line 2409 "configure"
2409 #include "confdefs.h"
2410 #include <sys/types.h>
2411 #include <time.h>
2412 int main() {
2413 struct tm *tp; tp->tm_sec;
2414 ; return 0; }
2415 EOF
2416 if { (eval echo configure:2417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2417   rm -rf conftest*
2418   ac_cv_struct_tm=time.h
2419 else
2420   echo "configure: failed program was:" >&5
2421   cat conftest.$ac_ext >&5
2422   rm -rf conftest*
2423   ac_cv_struct_tm=sys/time.h
2424 fi
2425 rm -f conftest*
2426 fi
2427
2428 echo "$ac_t""$ac_cv_struct_tm" 1>&6
2429 if test $ac_cv_struct_tm = sys/time.h; then
2430   cat >> confdefs.h <<\EOF
2431 #define TM_IN_SYS_TIME 1
2432 EOF
2433
2434 fi
2435
2436
2437 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2438 echo "configure:2439: checking for vprintf" >&5
2439 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2440   echo $ac_n "(cached) $ac_c" 1>&6
2441 else
2442   cat > conftest.$ac_ext <<EOF
2443 #line 2444 "configure"
2444 #include "confdefs.h"
2445 /* System header to define __stub macros and hopefully few prototypes,
2446     which can conflict with char vprintf(); below.  */
2447 #include <assert.h>
2448 /* Override any gcc2 internal prototype to avoid an error.  */
2449 /* We use char because int might match the return type of a gcc2
2450     builtin and then its argument prototype would still apply.  */
2451 char vprintf();
2452
2453 int main() {
2454
2455 /* The GNU C library defines this for functions which it implements
2456     to always fail with ENOSYS.  Some functions are actually named
2457     something starting with __ and the normal name is an alias.  */
2458 #if defined (__stub_vprintf) || defined (__stub___vprintf)
2459 choke me
2460 #else
2461 vprintf();
2462 #endif
2463
2464 ; return 0; }
2465 EOF
2466 if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2467   rm -rf conftest*
2468   eval "ac_cv_func_vprintf=yes"
2469 else
2470   echo "configure: failed program was:" >&5
2471   cat conftest.$ac_ext >&5
2472   rm -rf conftest*
2473   eval "ac_cv_func_vprintf=no"
2474 fi
2475 rm -f conftest*
2476 fi
2477
2478 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
2479   echo "$ac_t""yes" 1>&6
2480   cat >> confdefs.h <<\EOF
2481 #define HAVE_VPRINTF 1
2482 EOF
2483
2484 else
2485   echo "$ac_t""no" 1>&6
2486 fi
2487
2488 if test "$ac_cv_func_vprintf" != yes; then
2489 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2490 echo "configure:2491: checking for _doprnt" >&5
2491 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2492   echo $ac_n "(cached) $ac_c" 1>&6
2493 else
2494   cat > conftest.$ac_ext <<EOF
2495 #line 2496 "configure"
2496 #include "confdefs.h"
2497 /* System header to define __stub macros and hopefully few prototypes,
2498     which can conflict with char _doprnt(); below.  */
2499 #include <assert.h>
2500 /* Override any gcc2 internal prototype to avoid an error.  */
2501 /* We use char because int might match the return type of a gcc2
2502     builtin and then its argument prototype would still apply.  */
2503 char _doprnt();
2504
2505 int main() {
2506
2507 /* The GNU C library defines this for functions which it implements
2508     to always fail with ENOSYS.  Some functions are actually named
2509     something starting with __ and the normal name is an alias.  */
2510 #if defined (__stub__doprnt) || defined (__stub____doprnt)
2511 choke me
2512 #else
2513 _doprnt();
2514 #endif
2515
2516 ; return 0; }
2517 EOF
2518 if { (eval echo configure:2519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2519   rm -rf conftest*
2520   eval "ac_cv_func__doprnt=yes"
2521 else
2522   echo "configure: failed program was:" >&5
2523   cat conftest.$ac_ext >&5
2524   rm -rf conftest*
2525   eval "ac_cv_func__doprnt=no"
2526 fi
2527 rm -f conftest*
2528 fi
2529
2530 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
2531   echo "$ac_t""yes" 1>&6
2532   cat >> confdefs.h <<\EOF
2533 #define HAVE_DOPRNT 1
2534 EOF
2535
2536 else
2537   echo "$ac_t""no" 1>&6
2538 fi
2539
2540 fi
2541
2542 for ac_func in strtod strtol snprintf htonl
2543 do
2544 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2545 echo "configure:2546: checking for $ac_func" >&5
2546 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2547   echo $ac_n "(cached) $ac_c" 1>&6
2548 else
2549   cat > conftest.$ac_ext <<EOF
2550 #line 2551 "configure"
2551 #include "confdefs.h"
2552 /* System header to define __stub macros and hopefully few prototypes,
2553     which can conflict with char $ac_func(); below.  */
2554 #include <assert.h>
2555 /* Override any gcc2 internal prototype to avoid an error.  */
2556 /* We use char because int might match the return type of a gcc2
2557     builtin and then its argument prototype would still apply.  */
2558 char $ac_func();
2559
2560 int main() {
2561
2562 /* The GNU C library defines this for functions which it implements
2563     to always fail with ENOSYS.  Some functions are actually named
2564     something starting with __ and the normal name is an alias.  */
2565 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2566 choke me
2567 #else
2568 $ac_func();
2569 #endif
2570
2571 ; return 0; }
2572 EOF
2573 if { (eval echo configure:2574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2574   rm -rf conftest*
2575   eval "ac_cv_func_$ac_func=yes"
2576 else
2577   echo "configure: failed program was:" >&5
2578   cat conftest.$ac_ext >&5
2579   rm -rf conftest*
2580   eval "ac_cv_func_$ac_func=no"
2581 fi
2582 rm -f conftest*
2583 fi
2584
2585 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2586   echo "$ac_t""yes" 1>&6
2587     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2588   cat >> confdefs.h <<EOF
2589 #define $ac_tr_func 1
2590 EOF
2591  
2592 else
2593   echo "$ac_t""no" 1>&6
2594 fi
2595 done
2596
2597 echo $ac_n "checking for basename""... $ac_c" 1>&6
2598 echo "configure:2599: checking for basename" >&5
2599 if eval "test \"`echo '$''{'ac_cv_func_basename'+set}'`\" = set"; then
2600   echo $ac_n "(cached) $ac_c" 1>&6
2601 else
2602   cat > conftest.$ac_ext <<EOF
2603 #line 2604 "configure"
2604 #include "confdefs.h"
2605 /* System header to define __stub macros and hopefully few prototypes,
2606     which can conflict with char basename(); below.  */
2607 #include <assert.h>
2608 /* Override any gcc2 internal prototype to avoid an error.  */
2609 /* We use char because int might match the return type of a gcc2
2610     builtin and then its argument prototype would still apply.  */
2611 char basename();
2612
2613 int main() {
2614
2615 /* The GNU C library defines this for functions which it implements
2616     to always fail with ENOSYS.  Some functions are actually named
2617     something starting with __ and the normal name is an alias.  */
2618 #if defined (__stub_basename) || defined (__stub___basename)
2619 choke me
2620 #else
2621 basename();
2622 #endif
2623
2624 ; return 0; }
2625 EOF
2626 if { (eval echo configure:2627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2627   rm -rf conftest*
2628   eval "ac_cv_func_basename=yes"
2629 else
2630   echo "configure: failed program was:" >&5
2631   cat conftest.$ac_ext >&5
2632   rm -rf conftest*
2633   eval "ac_cv_func_basename=no"
2634 fi
2635 rm -f conftest*
2636 fi
2637
2638 if eval "test \"`echo '$ac_cv_func_'basename`\" = yes"; then
2639   echo "$ac_t""yes" 1>&6
2640   :
2641 else
2642   echo "$ac_t""no" 1>&6
2643 fi
2644
2645 echo $ac_n "checking for setjmp""... $ac_c" 1>&6
2646 echo "configure:2647: checking for setjmp" >&5
2647 if eval "test \"`echo '$''{'ac_cv_func_setjmp'+set}'`\" = set"; then
2648   echo $ac_n "(cached) $ac_c" 1>&6
2649 else
2650   cat > conftest.$ac_ext <<EOF
2651 #line 2652 "configure"
2652 #include "confdefs.h"
2653 /* System header to define __stub macros and hopefully few prototypes,
2654     which can conflict with char setjmp(); below.  */
2655 #include <assert.h>
2656 /* Override any gcc2 internal prototype to avoid an error.  */
2657 /* We use char because int might match the return type of a gcc2
2658     builtin and then its argument prototype would still apply.  */
2659 char setjmp();
2660
2661 int main() {
2662
2663 /* The GNU C library defines this for functions which it implements
2664     to always fail with ENOSYS.  Some functions are actually named
2665     something starting with __ and the normal name is an alias.  */
2666 #if defined (__stub_setjmp) || defined (__stub___setjmp)
2667 choke me
2668 #else
2669 setjmp();
2670 #endif
2671
2672 ; return 0; }
2673 EOF
2674 if { (eval echo configure:2675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2675   rm -rf conftest*
2676   eval "ac_cv_func_setjmp=yes"
2677 else
2678   echo "configure: failed program was:" >&5
2679   cat conftest.$ac_ext >&5
2680   rm -rf conftest*
2681   eval "ac_cv_func_setjmp=no"
2682 fi
2683 rm -f conftest*
2684 fi
2685
2686 if eval "test \"`echo '$ac_cv_func_'setjmp`\" = yes"; then
2687   echo "$ac_t""yes" 1>&6
2688   :
2689 else
2690   echo "$ac_t""no" 1>&6
2691 fi
2692
2693 if test "${OSTYPE}" = "cygwin" ; then
2694   getopt_long=false
2695 else
2696   echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
2697 echo "configure:2698: checking for getopt_long" >&5
2698 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then
2699   echo $ac_n "(cached) $ac_c" 1>&6
2700 else
2701   cat > conftest.$ac_ext <<EOF
2702 #line 2703 "configure"
2703 #include "confdefs.h"
2704 /* System header to define __stub macros and hopefully few prototypes,
2705     which can conflict with char getopt_long(); below.  */
2706 #include <assert.h>
2707 /* Override any gcc2 internal prototype to avoid an error.  */
2708 /* We use char because int might match the return type of a gcc2
2709     builtin and then its argument prototype would still apply.  */
2710 char getopt_long();
2711
2712 int main() {
2713
2714 /* The GNU C library defines this for functions which it implements
2715     to always fail with ENOSYS.  Some functions are actually named
2716     something starting with __ and the normal name is an alias.  */
2717 #if defined (__stub_getopt_long) || defined (__stub___getopt_long)
2718 choke me
2719 #else
2720 getopt_long();
2721 #endif
2722
2723 ; return 0; }
2724 EOF
2725 if { (eval echo configure:2726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2726   rm -rf conftest*
2727   eval "ac_cv_func_getopt_long=yes"
2728 else
2729   echo "configure: failed program was:" >&5
2730   cat conftest.$ac_ext >&5
2731   rm -rf conftest*
2732   eval "ac_cv_func_getopt_long=no"
2733 fi
2734 rm -f conftest*
2735 fi
2736
2737 if eval "test \"`echo '$ac_cv_func_'getopt_long`\" = yes"; then
2738   echo "$ac_t""yes" 1>&6
2739    getopt_long=true 
2740 else
2741   echo "$ac_t""no" 1>&6
2742  getopt_long=false 
2743 fi
2744
2745 fi
2746 if test "${getopt_long}" = "false" ; then
2747   my_includes="$myincludes -I../getopt"
2748   cat >> confdefs.h <<\EOF
2749 #define HAVE_GETOPT_LONG 1
2750 EOF
2751
2752   ctlibs_base="$ctlibs_base -lgetopt"
2753   LDFLAGS="$LDFLAGS -L../getopt"
2754   
2755
2756 if test 1==1; then
2757   INCLUDED_GETOPT_LONG_TRUE=
2758   INCLUDED_GETOPT_LONG_FALSE='#'
2759 else
2760   INCLUDED_GETOPT_LONG_TRUE='#'
2761   INCLUDED_GETOPT_LONG_FALSE=
2762 fi
2763 fi
2764
2765
2766
2767  if test -n "$GCC"; then
2768     CFLAGS="$CFLAGS -Wall"
2769  fi
2770  
2771 echo $ac_n "checking whether to enable verbose warnings""... $ac_c" 1>&6
2772 echo "configure:2773: checking whether to enable verbose warnings" >&5
2773 # Check whether --enable-verbose-warnings or --disable-verbose-warnings was given.
2774 if test "${enable_verbose_warnings+set}" = set; then
2775   enableval="$enable_verbose_warnings"
2776    case "$enableval" in
2777   yes)
2778     echo "$ac_t""yes" 1>&6
2779     
2780  if test -n "$GCC"; then
2781     CFLAGS="$CFLAGS -W"
2782  fi
2783  
2784     
2785  if test -n "$GCC"; then
2786     CFLAGS="$CFLAGS -Wshadow -Wpointer-arith -Wbad-function-cast"
2787  fi
2788  
2789     
2790  if test -n "$GCC"; then
2791     CFLAGS="$CFLAGS -Wcast-align -Wwrite-strings -Waggregate-return"
2792  fi
2793  
2794     
2795  if test -n "$GCC"; then
2796     CFLAGS="$CFLAGS -Wmissing-prototypes -Wstrict-prototypes"
2797  fi
2798  
2799     
2800  if test -n "$GCC"; then
2801     CFLAGS="$CFLAGS -pedantic"
2802  fi
2803  
2804     
2805  if test -n "$GCC"; then
2806     CFLAGS="$CFLAGS -Wredundant-decls"
2807  fi
2808  
2809
2810     ;;
2811   *)
2812     echo "$ac_t""no" 1>&6
2813     ;;
2814   esac 
2815 else
2816   echo "$ac_t""no" 1>&6
2817
2818 fi
2819
2820
2821 echo $ac_n "checking debug""... $ac_c" 1>&6
2822 echo "configure:2823: checking debug" >&5
2823 # Check whether --enable-debug or --disable-debug was given.
2824 if test "${enable_debug+set}" = set; then
2825   enableval="$enable_debug"
2826   case "${enableval}" in
2827   yes) debug=true 
2828        CFLAGS="-g -DDEBUG"
2829        echo "$ac_t""yes" 1>&6
2830        ;;
2831   no)  debug=false 
2832        echo "$ac_t""no" 1>&6
2833        CFLAGS="-g -O"
2834        ;;
2835   *) echo "$ac_t""bad value ${enableval} for --enable-debug" 1>&6 
2836        ;;
2837 esac
2838 else
2839   debug=false
2840 fi
2841
2842
2843
2844 if test "$debug" = "true"; then
2845   DEBUG_TRUE=
2846   DEBUG_FALSE='#'
2847 else
2848   DEBUG_TRUE='#'
2849   DEBUG_FALSE=
2850 fi
2851
2852 # Check whether --with-lam or --without-lam was given.
2853 if test "${with_lam+set}" = set; then
2854   withval="$with_lam"
2855       if test "$withval" != "no" ; then
2856          trylamdir=$withval
2857      fi 
2858
2859 fi
2860
2861
2862 if test "$withval" != "no" ; then
2863   if test "$prefix" != "NONE" ; then
2864      trylamdir="$trylamdir $prefix"
2865   fi
2866
2867   echo $ac_n "checking for LAM MPI installation""... $ac_c" 1>&6
2868 echo "configure:2869: checking for LAM MPI installation" >&5
2869   for testlamdir in "." $trylamdir /usr/local /usr/local/lam /usr /usr/lam /opt /opt/lam ; do
2870     if test -x "$testlamdir/bin/hcc" ; then
2871       LDFLAGS="$LDFLAGS -L$testlamdir/lib"
2872       CFLAGS="$CFLAGS -I$testlamdir/include"
2873       lamdir="$testlamdir"
2874       
2875       mpienable="true"
2876       
2877       break
2878     fi
2879   done
2880   echo "$ac_t""$lamdir" 1>&6
2881 else
2882   echo "$ac_t""no" 1>&6
2883 fi
2884
2885 echo $ac_n "checking for web access""... $ac_c" 1>&6
2886 echo "configure:2887: checking for web access" >&5
2887 # Check whether --with-cgibin-dir or --without-cgibin-dir was given.
2888 if test "${with_cgibin_dir+set}" = set; then
2889   withval="$with_cgibin_dir"
2890    cgibindir=$withval ;   
2891 fi
2892
2893
2894 # Check whether --with-cgibin-url or --without-cgibin-url was given.
2895 if test "${with_cgibin_url+set}" = set; then
2896   withval="$with_cgibin_url"
2897    cgibinurl=$withval ;   
2898 fi
2899
2900
2901 # Check whether --with-webdata-dir or --without-webdata-dir was given.
2902 if test "${with_webdata_dir+set}" = set; then
2903   withval="$with_webdata_dir"
2904    webdatadir=$withval ;    
2905 fi
2906
2907
2908 # Check whether --with-webdata-url or --without-webdata-url was given.
2909 if test "${with_webdata_url+set}" = set; then
2910   withval="$with_webdata_url"
2911    webdataurl=$withval ;   
2912 fi
2913
2914
2915 # Check whether --with-html-dir or --without-html-dir was given.
2916 if test "${with_html_dir+set}" = set; then
2917   withval="$with_html_dir"
2918    htmldir=$withval ;   
2919 fi
2920
2921
2922 if test -n "$cgibindir" -o -n "$cgibinurl" ; then
2923   cgiprograms="ctsim.cgi ctsim.conf"
2924   
2925 fi
2926
2927 if test -n "$htmldir" ; then
2928   htmldata=simulate.html
2929   
2930 fi
2931
2932
2933 if test -n "$htmldir"; then
2934   USE_HTML_TRUE=
2935   USE_HTML_FALSE='#'
2936 else
2937   USE_HTML_TRUE='#'
2938   USE_HTML_FALSE=
2939 fi
2940
2941 if test -n "$cgibindir" -o -n "$cgibinurl" -o -n "$webdatadir" -o -n "$webdataurl" -o -n "$htmldir" ; then
2942   webenabled=true
2943   
2944   echo "$ac_t""yes" 1>&6
2945   if test -z "$cgibindir" ; then
2946     { echo "configure: error: --with-cgibin-dir not set for web access" 1>&2; exit 1; }
2947   elif test -z "$cgibinurl" ; then
2948     { echo "configure: error: --with-cgibin-url not set for web access" 1>&2; exit 1; }
2949   elif test -z "$webdatadir" ; then
2950     { echo "configure: error: --with-webdata-dir not set for web access" 1>&2; exit 1; }
2951   elif test -z "$webdataurl" ; then
2952     { echo "configure: error: --with-webdata-url not set for web access" 1>&2; exit 1; }
2953   elif test -z "$htmldir" ; then
2954     { echo "configure: error: --with-html-dir not set for web access" 1>&2; exit 1; }
2955   fi
2956 else
2957   echo "$ac_t""no" 1>&6
2958 fi
2959
2960
2961
2962 if test -n "$lamdir"; then
2963   USE_LAM_TRUE=
2964   USE_LAM_FALSE='#'
2965 else
2966   USE_LAM_TRUE='#'
2967   USE_LAM_FALSE=
2968 fi
2969
2970
2971 # If we find X, set shell vars x_includes and x_libraries to the
2972 # paths, otherwise set no_x=yes.
2973 # Uses ac_ vars as temps to allow command line to override cache and checks.
2974 # --without-x overrides everything else, but does not touch the cache.
2975 echo $ac_n "checking for X""... $ac_c" 1>&6
2976 echo "configure:2977: checking for X" >&5
2977
2978 # Check whether --with-x or --without-x was given.
2979 if test "${with_x+set}" = set; then
2980   withval="$with_x"
2981   :
2982 fi
2983
2984 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
2985 if test "x$with_x" = xno; then
2986   # The user explicitly disabled X.
2987   have_x=disabled
2988 else
2989   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
2990     # Both variables are already set.
2991     have_x=yes
2992   else
2993 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
2994   echo $ac_n "(cached) $ac_c" 1>&6
2995 else
2996   # One or both of the vars are not set, and there is no cached value.
2997 ac_x_includes=NO ac_x_libraries=NO
2998 rm -fr conftestdir
2999 if mkdir conftestdir; then
3000   cd conftestdir
3001   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
3002   cat > Imakefile <<'EOF'
3003 acfindx:
3004         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
3005 EOF
3006   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
3007     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3008     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
3009     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3010     for ac_extension in a so sl; do
3011       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
3012         test -f $ac_im_libdir/libX11.$ac_extension; then
3013         ac_im_usrlibdir=$ac_im_libdir; break
3014       fi
3015     done
3016     # Screen out bogus values from the imake configuration.  They are
3017     # bogus both because they are the default anyway, and because
3018     # using them would break gcc on systems where it needs fixed includes.
3019     case "$ac_im_incroot" in
3020         /usr/include) ;;
3021         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
3022     esac
3023     case "$ac_im_usrlibdir" in
3024         /usr/lib | /lib) ;;
3025         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
3026     esac
3027   fi
3028   cd ..
3029   rm -fr conftestdir
3030 fi
3031
3032 if test "$ac_x_includes" = NO; then
3033   # Guess where to find include files, by looking for this one X11 .h file.
3034   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
3035
3036   # First, try using that file with no special directory specified.
3037 cat > conftest.$ac_ext <<EOF
3038 #line 3039 "configure"
3039 #include "confdefs.h"
3040 #include <$x_direct_test_include>
3041 EOF
3042 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3043 { (eval echo configure:3044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3044 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3045 if test -z "$ac_err"; then
3046   rm -rf conftest*
3047   # We can compile using X headers with no special include directory.
3048 ac_x_includes=
3049 else
3050   echo "$ac_err" >&5
3051   echo "configure: failed program was:" >&5
3052   cat conftest.$ac_ext >&5
3053   rm -rf conftest*
3054   # Look for the header file in a standard set of common directories.
3055 # Check X11 before X11Rn because it is often a symlink to the current release.
3056   for ac_dir in               \
3057     /usr/X11/include          \
3058     /usr/X11R6/include        \
3059     /usr/X11R5/include        \
3060     /usr/X11R4/include        \
3061                               \
3062     /usr/include/X11          \
3063     /usr/include/X11R6        \
3064     /usr/include/X11R5        \
3065     /usr/include/X11R4        \
3066                               \
3067     /usr/local/X11/include    \
3068     /usr/local/X11R6/include  \
3069     /usr/local/X11R5/include  \
3070     /usr/local/X11R4/include  \
3071                               \
3072     /usr/local/include/X11    \
3073     /usr/local/include/X11R6  \
3074     /usr/local/include/X11R5  \
3075     /usr/local/include/X11R4  \
3076                               \
3077     /usr/X386/include         \
3078     /usr/x386/include         \
3079     /usr/XFree86/include/X11  \
3080                               \
3081     /usr/include              \
3082     /usr/local/include        \
3083     /usr/unsupported/include  \
3084     /usr/athena/include       \
3085     /usr/local/x11r5/include  \
3086     /usr/lpp/Xamples/include  \
3087                               \
3088     /usr/openwin/include      \
3089     /usr/openwin/share/include \
3090     ; \
3091   do
3092     if test -r "$ac_dir/$x_direct_test_include"; then
3093       ac_x_includes=$ac_dir
3094       break
3095     fi
3096   done
3097 fi
3098 rm -f conftest*
3099 fi # $ac_x_includes = NO
3100
3101 if test "$ac_x_libraries" = NO; then
3102   # Check for the libraries.
3103
3104   test -z "$x_direct_test_library" && x_direct_test_library=Xt
3105   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
3106
3107   # See if we find them without any special options.
3108   # Don't add to $LIBS permanently.
3109   ac_save_LIBS="$LIBS"
3110   LIBS="-l$x_direct_test_library $LIBS"
3111 cat > conftest.$ac_ext <<EOF
3112 #line 3113 "configure"
3113 #include "confdefs.h"
3114
3115 int main() {
3116 ${x_direct_test_function}()
3117 ; return 0; }
3118 EOF
3119 if { (eval echo configure:3120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3120   rm -rf conftest*
3121   LIBS="$ac_save_LIBS"
3122 # We can link X programs with no special library path.
3123 ac_x_libraries=
3124 else
3125   echo "configure: failed program was:" >&5
3126   cat conftest.$ac_ext >&5
3127   rm -rf conftest*
3128   LIBS="$ac_save_LIBS"
3129 # First see if replacing the include by lib works.
3130 # Check X11 before X11Rn because it is often a symlink to the current release.
3131 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
3132     /usr/X11/lib          \
3133     /usr/X11R6/lib        \
3134     /usr/X11R5/lib        \
3135     /usr/X11R4/lib        \
3136                           \
3137     /usr/lib/X11          \
3138     /usr/lib/X11R6        \
3139     /usr/lib/X11R5        \
3140     /usr/lib/X11R4        \
3141                           \
3142     /usr/local/X11/lib    \
3143     /usr/local/X11R6/lib  \
3144     /usr/local/X11R5/lib  \
3145     /usr/local/X11R4/lib  \
3146                           \
3147     /usr/local/lib/X11    \
3148     /usr/local/lib/X11R6  \
3149     /usr/local/lib/X11R5  \
3150     /usr/local/lib/X11R4  \
3151                           \
3152     /usr/X386/lib         \
3153     /usr/x386/lib         \
3154     /usr/XFree86/lib/X11  \
3155                           \
3156     /usr/lib              \
3157     /usr/local/lib        \
3158     /usr/unsupported/lib  \
3159     /usr/athena/lib       \
3160     /usr/local/x11r5/lib  \
3161     /usr/lpp/Xamples/lib  \
3162     /lib/usr/lib/X11      \
3163                           \
3164     /usr/openwin/lib      \
3165     /usr/openwin/share/lib \
3166     ; \
3167 do
3168   for ac_extension in a so sl; do
3169     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
3170       ac_x_libraries=$ac_dir
3171       break 2
3172     fi
3173   done
3174 done
3175 fi
3176 rm -f conftest*
3177 fi # $ac_x_libraries = NO
3178
3179 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
3180   # Didn't find X anywhere.  Cache the known absence of X.
3181   ac_cv_have_x="have_x=no"
3182 else
3183   # Record where we found X for the cache.
3184   ac_cv_have_x="have_x=yes \
3185                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
3186 fi
3187 fi
3188   fi
3189   eval "$ac_cv_have_x"
3190 fi # $with_x != no
3191
3192 if test "$have_x" != yes; then
3193   echo "$ac_t""$have_x" 1>&6
3194   no_x=yes
3195 else
3196   # If each of the values was on the command line, it overrides each guess.
3197   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3198   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3199   # Update the cache value to reflect the command line values.
3200   ac_cv_have_x="have_x=yes \
3201                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
3202   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
3203 fi
3204
3205 if test "$no_x" = yes; then
3206   # Not all programs may use this symbol, but it does not hurt to define it.
3207   cat >> confdefs.h <<\EOF
3208 #define X_DISPLAY_MISSING 1
3209 EOF
3210
3211   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3212 else
3213   if test -n "$x_includes"; then
3214     X_CFLAGS="$X_CFLAGS -I$x_includes"
3215   fi
3216
3217   # It would also be nice to do this for all -L options, not just this one.
3218   if test -n "$x_libraries"; then
3219     X_LIBS="$X_LIBS -L$x_libraries"
3220     # For Solaris; some versions of Sun CC require a space after -R and
3221     # others require no space.  Words are not sufficient . . . .
3222     case "`(uname -sr) 2>/dev/null`" in
3223     "SunOS 5"*)
3224       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
3225 echo "configure:3226: checking whether -R must be followed by a space" >&5
3226       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
3227       cat > conftest.$ac_ext <<EOF
3228 #line 3229 "configure"
3229 #include "confdefs.h"
3230
3231 int main() {
3232
3233 ; return 0; }
3234 EOF
3235 if { (eval echo configure:3236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3236   rm -rf conftest*
3237   ac_R_nospace=yes
3238 else
3239   echo "configure: failed program was:" >&5
3240   cat conftest.$ac_ext >&5
3241   rm -rf conftest*
3242   ac_R_nospace=no
3243 fi
3244 rm -f conftest*
3245       if test $ac_R_nospace = yes; then
3246         echo "$ac_t""no" 1>&6
3247         X_LIBS="$X_LIBS -R$x_libraries"
3248       else
3249         LIBS="$ac_xsave_LIBS -R $x_libraries"
3250         cat > conftest.$ac_ext <<EOF
3251 #line 3252 "configure"
3252 #include "confdefs.h"
3253
3254 int main() {
3255
3256 ; return 0; }
3257 EOF
3258 if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3259   rm -rf conftest*
3260   ac_R_space=yes
3261 else
3262   echo "configure: failed program was:" >&5
3263   cat conftest.$ac_ext >&5
3264   rm -rf conftest*
3265   ac_R_space=no
3266 fi
3267 rm -f conftest*
3268         if test $ac_R_space = yes; then
3269           echo "$ac_t""yes" 1>&6
3270           X_LIBS="$X_LIBS -R $x_libraries"
3271         else
3272           echo "$ac_t""neither works" 1>&6
3273         fi
3274       fi
3275       LIBS="$ac_xsave_LIBS"
3276     esac
3277   fi
3278
3279   # Check for system-dependent libraries X programs must link with.
3280   # Do this before checking for the system-independent R6 libraries
3281   # (-lICE), since we may need -lsocket or whatever for X linking.
3282
3283   if test "$ISC" = yes; then
3284     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
3285   else
3286     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
3287     # libraries were built with DECnet support.  And karl@cs.umb.edu says
3288     # the Alpha needs dnet_stub (dnet does not exist).
3289     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
3290 echo "configure:3291: checking for dnet_ntoa in -ldnet" >&5
3291 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3293   echo $ac_n "(cached) $ac_c" 1>&6
3294 else
3295   ac_save_LIBS="$LIBS"
3296 LIBS="-ldnet  $LIBS"
3297 cat > conftest.$ac_ext <<EOF
3298 #line 3299 "configure"
3299 #include "confdefs.h"
3300 /* Override any gcc2 internal prototype to avoid an error.  */
3301 /* We use char because int might match the return type of a gcc2
3302     builtin and then its argument prototype would still apply.  */
3303 char dnet_ntoa();
3304
3305 int main() {
3306 dnet_ntoa()
3307 ; return 0; }
3308 EOF
3309 if { (eval echo configure:3310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3310   rm -rf conftest*
3311   eval "ac_cv_lib_$ac_lib_var=yes"
3312 else
3313   echo "configure: failed program was:" >&5
3314   cat conftest.$ac_ext >&5
3315   rm -rf conftest*
3316   eval "ac_cv_lib_$ac_lib_var=no"
3317 fi
3318 rm -f conftest*
3319 LIBS="$ac_save_LIBS"
3320
3321 fi
3322 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3323   echo "$ac_t""yes" 1>&6
3324   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
3325 else
3326   echo "$ac_t""no" 1>&6
3327 fi
3328
3329     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
3330       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
3331 echo "configure:3332: checking for dnet_ntoa in -ldnet_stub" >&5
3332 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3333 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3334   echo $ac_n "(cached) $ac_c" 1>&6
3335 else
3336   ac_save_LIBS="$LIBS"
3337 LIBS="-ldnet_stub  $LIBS"
3338 cat > conftest.$ac_ext <<EOF
3339 #line 3340 "configure"
3340 #include "confdefs.h"
3341 /* Override any gcc2 internal prototype to avoid an error.  */
3342 /* We use char because int might match the return type of a gcc2
3343     builtin and then its argument prototype would still apply.  */
3344 char dnet_ntoa();
3345
3346 int main() {
3347 dnet_ntoa()
3348 ; return 0; }
3349 EOF
3350 if { (eval echo configure:3351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3351   rm -rf conftest*
3352   eval "ac_cv_lib_$ac_lib_var=yes"
3353 else
3354   echo "configure: failed program was:" >&5
3355   cat conftest.$ac_ext >&5
3356   rm -rf conftest*
3357   eval "ac_cv_lib_$ac_lib_var=no"
3358 fi
3359 rm -f conftest*
3360 LIBS="$ac_save_LIBS"
3361
3362 fi
3363 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3364   echo "$ac_t""yes" 1>&6
3365   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
3366 else
3367   echo "$ac_t""no" 1>&6
3368 fi
3369
3370     fi
3371
3372     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
3373     # to get the SysV transport functions.
3374     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
3375     # needs -lnsl.
3376     # The nsl library prevents programs from opening the X display
3377     # on Irix 5.2, according to dickey@clark.net.
3378     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
3379 echo "configure:3380: checking for gethostbyname" >&5
3380 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
3381   echo $ac_n "(cached) $ac_c" 1>&6
3382 else
3383   cat > conftest.$ac_ext <<EOF
3384 #line 3385 "configure"
3385 #include "confdefs.h"
3386 /* System header to define __stub macros and hopefully few prototypes,
3387     which can conflict with char gethostbyname(); below.  */
3388 #include <assert.h>
3389 /* Override any gcc2 internal prototype to avoid an error.  */
3390 /* We use char because int might match the return type of a gcc2
3391     builtin and then its argument prototype would still apply.  */
3392 char gethostbyname();
3393
3394 int main() {
3395
3396 /* The GNU C library defines this for functions which it implements
3397     to always fail with ENOSYS.  Some functions are actually named
3398     something starting with __ and the normal name is an alias.  */
3399 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3400 choke me
3401 #else
3402 gethostbyname();
3403 #endif
3404
3405 ; return 0; }
3406 EOF
3407 if { (eval echo configure:3408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3408   rm -rf conftest*
3409   eval "ac_cv_func_gethostbyname=yes"
3410 else
3411   echo "configure: failed program was:" >&5
3412   cat conftest.$ac_ext >&5
3413   rm -rf conftest*
3414   eval "ac_cv_func_gethostbyname=no"
3415 fi
3416 rm -f conftest*
3417 fi
3418
3419 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
3420   echo "$ac_t""yes" 1>&6
3421   :
3422 else
3423   echo "$ac_t""no" 1>&6
3424 fi
3425
3426     if test $ac_cv_func_gethostbyname = no; then
3427       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
3428 echo "configure:3429: checking for gethostbyname in -lnsl" >&5
3429 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
3430 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3431   echo $ac_n "(cached) $ac_c" 1>&6
3432 else
3433   ac_save_LIBS="$LIBS"
3434 LIBS="-lnsl  $LIBS"
3435 cat > conftest.$ac_ext <<EOF
3436 #line 3437 "configure"
3437 #include "confdefs.h"
3438 /* Override any gcc2 internal prototype to avoid an error.  */
3439 /* We use char because int might match the return type of a gcc2
3440     builtin and then its argument prototype would still apply.  */
3441 char gethostbyname();
3442
3443 int main() {
3444 gethostbyname()
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_lib_$ac_lib_var=yes"
3450 else
3451   echo "configure: failed program was:" >&5
3452   cat conftest.$ac_ext >&5
3453   rm -rf conftest*
3454   eval "ac_cv_lib_$ac_lib_var=no"
3455 fi
3456 rm -f conftest*
3457 LIBS="$ac_save_LIBS"
3458
3459 fi
3460 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3461   echo "$ac_t""yes" 1>&6
3462   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
3463 else
3464   echo "$ac_t""no" 1>&6
3465 fi
3466
3467     fi
3468
3469     # lieder@skyler.mavd.honeywell.com says without -lsocket,
3470     # socket/setsockopt and other routines are undefined under SCO ODT
3471     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
3472     # on later versions), says simon@lia.di.epfl.ch: it contains
3473     # gethostby* variants that don't use the nameserver (or something).
3474     # -lsocket must be given before -lnsl if both are needed.
3475     # We assume that if connect needs -lnsl, so does gethostbyname.
3476     echo $ac_n "checking for connect""... $ac_c" 1>&6
3477 echo "configure:3478: checking for connect" >&5
3478 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
3479   echo $ac_n "(cached) $ac_c" 1>&6
3480 else
3481   cat > conftest.$ac_ext <<EOF
3482 #line 3483 "configure"
3483 #include "confdefs.h"
3484 /* System header to define __stub macros and hopefully few prototypes,
3485     which can conflict with char connect(); below.  */
3486 #include <assert.h>
3487 /* Override any gcc2 internal prototype to avoid an error.  */
3488 /* We use char because int might match the return type of a gcc2
3489     builtin and then its argument prototype would still apply.  */
3490 char connect();
3491
3492 int main() {
3493
3494 /* The GNU C library defines this for functions which it implements
3495     to always fail with ENOSYS.  Some functions are actually named
3496     something starting with __ and the normal name is an alias.  */
3497 #if defined (__stub_connect) || defined (__stub___connect)
3498 choke me
3499 #else
3500 connect();
3501 #endif
3502
3503 ; return 0; }
3504 EOF
3505 if { (eval echo configure:3506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3506   rm -rf conftest*
3507   eval "ac_cv_func_connect=yes"
3508 else
3509   echo "configure: failed program was:" >&5
3510   cat conftest.$ac_ext >&5
3511   rm -rf conftest*
3512   eval "ac_cv_func_connect=no"
3513 fi
3514 rm -f conftest*
3515 fi
3516
3517 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
3518   echo "$ac_t""yes" 1>&6
3519   :
3520 else
3521   echo "$ac_t""no" 1>&6
3522 fi
3523
3524     if test $ac_cv_func_connect = no; then
3525       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
3526 echo "configure:3527: checking for connect in -lsocket" >&5
3527 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
3528 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3529   echo $ac_n "(cached) $ac_c" 1>&6
3530 else
3531   ac_save_LIBS="$LIBS"
3532 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
3533 cat > conftest.$ac_ext <<EOF
3534 #line 3535 "configure"
3535 #include "confdefs.h"
3536 /* Override any gcc2 internal prototype to avoid an error.  */
3537 /* We use char because int might match the return type of a gcc2
3538     builtin and then its argument prototype would still apply.  */
3539 char connect();
3540
3541 int main() {
3542 connect()
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_lib_$ac_lib_var=yes"
3548 else
3549   echo "configure: failed program was:" >&5
3550   cat conftest.$ac_ext >&5
3551   rm -rf conftest*
3552   eval "ac_cv_lib_$ac_lib_var=no"
3553 fi
3554 rm -f conftest*
3555 LIBS="$ac_save_LIBS"
3556
3557 fi
3558 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3559   echo "$ac_t""yes" 1>&6
3560   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
3561 else
3562   echo "$ac_t""no" 1>&6
3563 fi
3564
3565     fi
3566
3567     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
3568     echo $ac_n "checking for remove""... $ac_c" 1>&6
3569 echo "configure:3570: checking for remove" >&5
3570 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
3571   echo $ac_n "(cached) $ac_c" 1>&6
3572 else
3573   cat > conftest.$ac_ext <<EOF
3574 #line 3575 "configure"
3575 #include "confdefs.h"
3576 /* System header to define __stub macros and hopefully few prototypes,
3577     which can conflict with char remove(); below.  */
3578 #include <assert.h>
3579 /* Override any gcc2 internal prototype to avoid an error.  */
3580 /* We use char because int might match the return type of a gcc2
3581     builtin and then its argument prototype would still apply.  */
3582 char remove();
3583
3584 int main() {
3585
3586 /* The GNU C library defines this for functions which it implements
3587     to always fail with ENOSYS.  Some functions are actually named
3588     something starting with __ and the normal name is an alias.  */
3589 #if defined (__stub_remove) || defined (__stub___remove)
3590 choke me
3591 #else
3592 remove();
3593 #endif
3594
3595 ; return 0; }
3596 EOF
3597 if { (eval echo configure:3598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3598   rm -rf conftest*
3599   eval "ac_cv_func_remove=yes"
3600 else
3601   echo "configure: failed program was:" >&5
3602   cat conftest.$ac_ext >&5
3603   rm -rf conftest*
3604   eval "ac_cv_func_remove=no"
3605 fi
3606 rm -f conftest*
3607 fi
3608
3609 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
3610   echo "$ac_t""yes" 1>&6
3611   :
3612 else
3613   echo "$ac_t""no" 1>&6
3614 fi
3615
3616     if test $ac_cv_func_remove = no; then
3617       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
3618 echo "configure:3619: checking for remove in -lposix" >&5
3619 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
3620 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3621   echo $ac_n "(cached) $ac_c" 1>&6
3622 else
3623   ac_save_LIBS="$LIBS"
3624 LIBS="-lposix  $LIBS"
3625 cat > conftest.$ac_ext <<EOF
3626 #line 3627 "configure"
3627 #include "confdefs.h"
3628 /* Override any gcc2 internal prototype to avoid an error.  */
3629 /* We use char because int might match the return type of a gcc2
3630     builtin and then its argument prototype would still apply.  */
3631 char remove();
3632
3633 int main() {
3634 remove()
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_lib_$ac_lib_var=yes"
3640 else
3641   echo "configure: failed program was:" >&5
3642   cat conftest.$ac_ext >&5
3643   rm -rf conftest*
3644   eval "ac_cv_lib_$ac_lib_var=no"
3645 fi
3646 rm -f conftest*
3647 LIBS="$ac_save_LIBS"
3648
3649 fi
3650 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3651   echo "$ac_t""yes" 1>&6
3652   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
3653 else
3654   echo "$ac_t""no" 1>&6
3655 fi
3656
3657     fi
3658
3659     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
3660     echo $ac_n "checking for shmat""... $ac_c" 1>&6
3661 echo "configure:3662: checking for shmat" >&5
3662 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
3663   echo $ac_n "(cached) $ac_c" 1>&6
3664 else
3665   cat > conftest.$ac_ext <<EOF
3666 #line 3667 "configure"
3667 #include "confdefs.h"
3668 /* System header to define __stub macros and hopefully few prototypes,
3669     which can conflict with char shmat(); below.  */
3670 #include <assert.h>
3671 /* Override any gcc2 internal prototype to avoid an error.  */
3672 /* We use char because int might match the return type of a gcc2
3673     builtin and then its argument prototype would still apply.  */
3674 char shmat();
3675
3676 int main() {
3677
3678 /* The GNU C library defines this for functions which it implements
3679     to always fail with ENOSYS.  Some functions are actually named
3680     something starting with __ and the normal name is an alias.  */
3681 #if defined (__stub_shmat) || defined (__stub___shmat)
3682 choke me
3683 #else
3684 shmat();
3685 #endif
3686
3687 ; return 0; }
3688 EOF
3689 if { (eval echo configure:3690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3690   rm -rf conftest*
3691   eval "ac_cv_func_shmat=yes"
3692 else
3693   echo "configure: failed program was:" >&5
3694   cat conftest.$ac_ext >&5
3695   rm -rf conftest*
3696   eval "ac_cv_func_shmat=no"
3697 fi
3698 rm -f conftest*
3699 fi
3700
3701 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
3702   echo "$ac_t""yes" 1>&6
3703   :
3704 else
3705   echo "$ac_t""no" 1>&6
3706 fi
3707
3708     if test $ac_cv_func_shmat = no; then
3709       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
3710 echo "configure:3711: checking for shmat in -lipc" >&5
3711 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
3712 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3713   echo $ac_n "(cached) $ac_c" 1>&6
3714 else
3715   ac_save_LIBS="$LIBS"
3716 LIBS="-lipc  $LIBS"
3717 cat > conftest.$ac_ext <<EOF
3718 #line 3719 "configure"
3719 #include "confdefs.h"
3720 /* Override any gcc2 internal prototype to avoid an error.  */
3721 /* We use char because int might match the return type of a gcc2
3722     builtin and then its argument prototype would still apply.  */
3723 char shmat();
3724
3725 int main() {
3726 shmat()
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_lib_$ac_lib_var=yes"
3732 else
3733   echo "configure: failed program was:" >&5
3734   cat conftest.$ac_ext >&5
3735   rm -rf conftest*
3736   eval "ac_cv_lib_$ac_lib_var=no"
3737 fi
3738 rm -f conftest*
3739 LIBS="$ac_save_LIBS"
3740
3741 fi
3742 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3743   echo "$ac_t""yes" 1>&6
3744   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
3745 else
3746   echo "$ac_t""no" 1>&6
3747 fi
3748
3749     fi
3750   fi
3751
3752   # Check for libraries that X11R6 Xt/Xaw programs need.
3753   ac_save_LDFLAGS="$LDFLAGS"
3754   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
3755   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
3756   # check for ICE first), but we must link in the order -lSM -lICE or
3757   # we get undefined symbols.  So assume we have SM if we have ICE.
3758   # These have to be linked with before -lX11, unlike the other
3759   # libraries we check for below, so use a different variable.
3760   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
3761   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
3762 echo "configure:3763: checking for IceConnectionNumber in -lICE" >&5
3763 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
3764 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3765   echo $ac_n "(cached) $ac_c" 1>&6
3766 else
3767   ac_save_LIBS="$LIBS"
3768 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
3769 cat > conftest.$ac_ext <<EOF
3770 #line 3771 "configure"
3771 #include "confdefs.h"
3772 /* Override any gcc2 internal prototype to avoid an error.  */
3773 /* We use char because int might match the return type of a gcc2
3774     builtin and then its argument prototype would still apply.  */
3775 char IceConnectionNumber();
3776
3777 int main() {
3778 IceConnectionNumber()
3779 ; return 0; }
3780 EOF
3781 if { (eval echo configure:3782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3782   rm -rf conftest*
3783   eval "ac_cv_lib_$ac_lib_var=yes"
3784 else
3785   echo "configure: failed program was:" >&5
3786   cat conftest.$ac_ext >&5
3787   rm -rf conftest*
3788   eval "ac_cv_lib_$ac_lib_var=no"
3789 fi
3790 rm -f conftest*
3791 LIBS="$ac_save_LIBS"
3792
3793 fi
3794 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3795   echo "$ac_t""yes" 1>&6
3796   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
3797 else
3798   echo "$ac_t""no" 1>&6
3799 fi
3800
3801   LDFLAGS="$ac_save_LDFLAGS"
3802
3803 fi
3804
3805
3806
3807
3808
3809
3810
3811
3812 X_TOOLKIT_LIBS="-lXt"
3813 X_BASIC_LIBS="-lXext -lX11"
3814
3815 our_saved_LDFLAGS="$LDFLAGS"
3816 LDFLAGS="$X_LIBS $LDFLAGS"
3817 echo $ac_n "checking for XtToolkitThreadInitialize in -lXt""... $ac_c" 1>&6
3818 echo "configure:3819: checking for XtToolkitThreadInitialize in -lXt" >&5
3819 ac_lib_var=`echo Xt'_'XtToolkitThreadInitialize | sed 'y%./+-%__p_%'`
3820 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3821   echo $ac_n "(cached) $ac_c" 1>&6
3822 else
3823   ac_save_LIBS="$LIBS"
3824 LIBS="-lXt $X_PRE_LIBS $X_BASIC_LIBS $X_EXTRA_LIBS $LIBS"
3825 cat > conftest.$ac_ext <<EOF
3826 #line 3827 "configure"
3827 #include "confdefs.h"
3828 /* Override any gcc2 internal prototype to avoid an error.  */
3829 /* We use char because int might match the return type of a gcc2
3830     builtin and then its argument prototype would still apply.  */
3831 char XtToolkitThreadInitialize();
3832
3833 int main() {
3834 XtToolkitThreadInitialize()
3835 ; return 0; }
3836 EOF
3837 if { (eval echo configure:3838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3838   rm -rf conftest*
3839   eval "ac_cv_lib_$ac_lib_var=yes"
3840 else
3841   echo "configure: failed program was:" >&5
3842   cat conftest.$ac_ext >&5
3843   rm -rf conftest*
3844   eval "ac_cv_lib_$ac_lib_var=no"
3845 fi
3846 rm -f conftest*
3847 LIBS="$ac_save_LIBS"
3848
3849 fi
3850 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3851   echo "$ac_t""yes" 1>&6
3852   cat >> confdefs.h <<\EOF
3853 #define X_THREAD_SUPPORT 1
3854 EOF
3855
3856 else
3857   echo "$ac_t""no" 1>&6
3858 fi
3859
3860 LDFLAGS="$our_saved_LDFLAGS"
3861
3862 our_saved_LDFLAGS="$LDFLAGS"
3863 LDFLAGS="$X_LIBS $LDFLAGS"
3864 echo $ac_n "checking for XdbeQueryExtension in -lXext""... $ac_c" 1>&6
3865 echo "configure:3866: checking for XdbeQueryExtension in -lXext" >&5
3866 ac_lib_var=`echo Xext'_'XdbeQueryExtension | sed 'y%./+-%__p_%'`
3867 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3868   echo $ac_n "(cached) $ac_c" 1>&6
3869 else
3870   ac_save_LIBS="$LIBS"
3871 LIBS="-lXext -lX11 "$X_EXTRA_LIBS" $LIBS"
3872 cat > conftest.$ac_ext <<EOF
3873 #line 3874 "configure"
3874 #include "confdefs.h"
3875 /* Override any gcc2 internal prototype to avoid an error.  */
3876 /* We use char because int might match the return type of a gcc2
3877     builtin and then its argument prototype would still apply.  */
3878 char XdbeQueryExtension();
3879
3880 int main() {
3881 XdbeQueryExtension()
3882 ; return 0; }
3883 EOF
3884 if { (eval echo configure:3885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3885   rm -rf conftest*
3886   eval "ac_cv_lib_$ac_lib_var=yes"
3887 else
3888   echo "configure: failed program was:" >&5
3889   cat conftest.$ac_ext >&5
3890   rm -rf conftest*
3891   eval "ac_cv_lib_$ac_lib_var=no"
3892 fi
3893 rm -f conftest*
3894 LIBS="$ac_save_LIBS"
3895
3896 fi
3897 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3898   echo "$ac_t""yes" 1>&6
3899   cat >> confdefs.h <<\EOF
3900 #define HAVE_DBE_SUPPORT 1
3901 EOF
3902
3903 else
3904   echo "$ac_t""no" 1>&6
3905 fi
3906
3907 echo $ac_n "checking for XmbufQueryExtension in -lXext""... $ac_c" 1>&6
3908 echo "configure:3909: checking for XmbufQueryExtension in -lXext" >&5
3909 ac_lib_var=`echo Xext'_'XmbufQueryExtension | sed 'y%./+-%__p_%'`
3910 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3911   echo $ac_n "(cached) $ac_c" 1>&6
3912 else
3913   ac_save_LIBS="$LIBS"
3914 LIBS="-lXext -lX11 "$X_EXTRA_LIBS" $LIBS"
3915 cat > conftest.$ac_ext <<EOF
3916 #line 3917 "configure"
3917 #include "confdefs.h"
3918 /* Override any gcc2 internal prototype to avoid an error.  */
3919 /* We use char because int might match the return type of a gcc2
3920     builtin and then its argument prototype would still apply.  */
3921 char XmbufQueryExtension();
3922
3923 int main() {
3924 XmbufQueryExtension()
3925 ; return 0; }
3926 EOF
3927 if { (eval echo configure:3928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3928   rm -rf conftest*
3929   eval "ac_cv_lib_$ac_lib_var=yes"
3930 else
3931   echo "configure: failed program was:" >&5
3932   cat conftest.$ac_ext >&5
3933   rm -rf conftest*
3934   eval "ac_cv_lib_$ac_lib_var=no"
3935 fi
3936 rm -f conftest*
3937 LIBS="$ac_save_LIBS"
3938
3939 fi
3940 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3941   echo "$ac_t""yes" 1>&6
3942   cat >> confdefs.h <<\EOF
3943 #define HAVE_MBX_SUPPORT 1
3944 EOF
3945
3946 else
3947   echo "$ac_t""no" 1>&6
3948 fi
3949
3950 LDFLAGS="$our_saved_LDFLAGS"
3951 our_saved_CPPFLAGS="$CPPFLAGS"
3952 CPPFLAGS="$X_CFLAGS $CPPFLAGS"
3953 for ac_hdr in X11/extensions/Xdbe.h X11/extensions/multibuf.h
3954 do
3955 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3956 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3957 echo "configure:3958: checking for $ac_hdr" >&5
3958 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3959   echo $ac_n "(cached) $ac_c" 1>&6
3960 else
3961   cat > conftest.$ac_ext <<EOF
3962 #line 3963 "configure"
3963 #include "confdefs.h"
3964 #include <$ac_hdr>
3965 EOF
3966 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3967 { (eval echo configure:3968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3968 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3969 if test -z "$ac_err"; then
3970   rm -rf conftest*
3971   eval "ac_cv_header_$ac_safe=yes"
3972 else
3973   echo "$ac_err" >&5
3974   echo "configure: failed program was:" >&5
3975   cat conftest.$ac_ext >&5
3976   rm -rf conftest*
3977   eval "ac_cv_header_$ac_safe=no"
3978 fi
3979 rm -f conftest*
3980 fi
3981 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3982   echo "$ac_t""yes" 1>&6
3983     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3984   cat >> confdefs.h <<EOF
3985 #define $ac_tr_hdr 1
3986 EOF
3987  
3988 else
3989   echo "$ac_t""no" 1>&6
3990 fi
3991 done
3992
3993 CPPFLAGS="$our_saved_CPPFLAGS"
3994
3995
3996
3997 if test "x$no_x" = "xyes"; then
3998   NO_X_TRUE=
3999   NO_X_FALSE='#'
4000 else
4001   NO_X_TRUE='#'
4002   NO_X_FALSE=
4003 fi
4004
4005 my_includes="$my_includes -I../include -I.."
4006
4007
4008 echo $ac_n "checking interactive graphics""... $ac_c" 1>&6
4009 echo "configure:4010: checking interactive graphics" >&5
4010 if test "$no_x" != "yes" ; then
4011   cat >> confdefs.h <<\EOF
4012 #define HAVE_X11 1
4013 EOF
4014
4015   cat >> confdefs.h <<\EOF
4016 #define HAVE_SGP 1
4017 EOF
4018
4019   
4020
4021 if test 1==1; then
4022   HAVE_SGP_TRUE=
4023   HAVE_SGP_FALSE='#'
4024 else
4025   HAVE_SGP_TRUE='#'
4026   HAVE_SGP_FALSE=
4027 fi
4028   LDFLAGS="$LDFLAGS -L../libctgraphics -L/usr/X11R6/lib"
4029   ctlibs_graphics="$ctlibs_base -lctgraphics $X_BASIC_LIBS $X_TOOLKIT_LIBS"
4030   echo "$ac_t""yes" 1>&6
4031 else
4032   echo "$ac_t""no" 1>&6
4033 fi
4034
4035 if test "$png" = "true" ; then
4036   ctlibs_tools="$ctlibs_tools -lpng"
4037 fi
4038 if test "$zlib" = "true" ; then
4039   ctlibs_tools="$ctlibs_tools -lz"
4040 fi
4041 if test "$g2" = "true" ; then
4042   ctlibs_tools="$ctlibs_tools -lg2"
4043 fi
4044 if test "$wx_gtk" = "true" ; then
4045   ctlibs_tools="$ctlibs_tools -lwx_gtk"
4046 fi
4047
4048 LDFLAGS="$LDFLAGS -L../libctsupport -L../libctsim" 
4049 ctlibs="$ctlibs_base -lctsim $ctlibs_graphics -lctsupport $ctlibs_tools"
4050
4051
4052 if test -n "$lamdir" ; then
4053   lamprograms="pjrec-lam phm2if-lam phm2pj-lam"
4054   
4055 fi
4056
4057 trap '' 1 2 15
4058 cat > confcache <<\EOF
4059 # This file is a shell script that caches the results of configure
4060 # tests run on this system so they can be shared between configure
4061 # scripts and configure runs.  It is not useful on other systems.
4062 # If it contains results you don't want to keep, you may remove or edit it.
4063 #
4064 # By default, configure uses ./config.cache as the cache file,
4065 # creating it if it does not exist already.  You can give configure
4066 # the --cache-file=FILE option to use a different cache file; that is
4067 # what configure does when it calls configure scripts in
4068 # subdirectories, so they share the cache.
4069 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4070 # config.status only pays attention to the cache file if you give it the
4071 # --recheck option to rerun configure.
4072 #
4073 EOF
4074 # The following way of writing the cache mishandles newlines in values,
4075 # but we know of no workaround that is simple, portable, and efficient.
4076 # So, don't put newlines in cache variables' values.
4077 # Ultrix sh set writes to stderr and can't be redirected directly,
4078 # and sets the high bit in the cache file unless we assign to the vars.
4079 (set) 2>&1 |
4080   case `(ac_space=' '; set | grep ac_space) 2>&1` in
4081   *ac_space=\ *)
4082     # `set' does not quote correctly, so add quotes (double-quote substitution
4083     # turns \\\\ into \\, and sed turns \\ into \).
4084     sed -n \
4085       -e "s/'/'\\\\''/g" \
4086       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4087     ;;
4088   *)
4089     # `set' quotes correctly as required by POSIX, so do not add quotes.
4090     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4091     ;;
4092   esac >> confcache
4093 if cmp -s $cache_file confcache; then
4094   :
4095 else
4096   if test -w $cache_file; then
4097     echo "updating cache $cache_file"
4098     cat confcache > $cache_file
4099   else
4100     echo "not updating unwritable cache $cache_file"
4101   fi
4102 fi
4103 rm -f confcache
4104
4105 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4106
4107 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4108 # Let make expand exec_prefix.
4109 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4110
4111 # Any assignment to VPATH causes Sun make to only execute
4112 # the first set of double-colon rules, so remove it if not needed.
4113 # If there is a colon in the path, we need to keep it.
4114 if test "x$srcdir" = x.; then
4115   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
4116 fi
4117
4118 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4119
4120 DEFS=-DHAVE_CONFIG_H
4121
4122 # Without the "./", some shells look in PATH for config.status.
4123 : ${CONFIG_STATUS=./config.status}
4124
4125 echo creating $CONFIG_STATUS
4126 rm -f $CONFIG_STATUS
4127 cat > $CONFIG_STATUS <<EOF
4128 #! /bin/sh
4129 # Generated automatically by configure.
4130 # Run this file to recreate the current configuration.
4131 # This directory was configured as follows,
4132 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4133 #
4134 # $0 $ac_configure_args
4135 #
4136 # Compiler output produced by configure, useful for debugging
4137 # configure, is in ./config.log if it exists.
4138
4139 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4140 for ac_option
4141 do
4142   case "\$ac_option" in
4143   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4144     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4145     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4146   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4147     echo "$CONFIG_STATUS generated by autoconf version 2.13"
4148     exit 0 ;;
4149   -help | --help | --hel | --he | --h)
4150     echo "\$ac_cs_usage"; exit 0 ;;
4151   *) echo "\$ac_cs_usage"; exit 1 ;;
4152   esac
4153 done
4154
4155 ac_given_srcdir=$srcdir
4156 ac_given_INSTALL="$INSTALL"
4157
4158 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
4159 EOF
4160 cat >> $CONFIG_STATUS <<EOF
4161
4162 # Protect against being on the right side of a sed subst in config.status.
4163 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4164  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4165 $ac_vpsub
4166 $extrasub
4167 s%@SHELL@%$SHELL%g
4168 s%@CFLAGS@%$CFLAGS%g
4169 s%@CPPFLAGS@%$CPPFLAGS%g
4170 s%@CXXFLAGS@%$CXXFLAGS%g
4171 s%@FFLAGS@%$FFLAGS%g
4172 s%@DEFS@%$DEFS%g
4173 s%@LDFLAGS@%$LDFLAGS%g
4174 s%@LIBS@%$LIBS%g
4175 s%@exec_prefix@%$exec_prefix%g
4176 s%@prefix@%$prefix%g
4177 s%@program_transform_name@%$program_transform_name%g
4178 s%@bindir@%$bindir%g
4179 s%@sbindir@%$sbindir%g
4180 s%@libexecdir@%$libexecdir%g
4181 s%@datadir@%$datadir%g
4182 s%@sysconfdir@%$sysconfdir%g
4183 s%@sharedstatedir@%$sharedstatedir%g
4184 s%@localstatedir@%$localstatedir%g
4185 s%@libdir@%$libdir%g
4186 s%@includedir@%$includedir%g
4187 s%@oldincludedir@%$oldincludedir%g
4188 s%@infodir@%$infodir%g
4189 s%@mandir@%$mandir%g
4190 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4191 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4192 s%@INSTALL_DATA@%$INSTALL_DATA%g
4193 s%@PACKAGE@%$PACKAGE%g
4194 s%@VERSION@%$VERSION%g
4195 s%@ACLOCAL@%$ACLOCAL%g
4196 s%@AUTOCONF@%$AUTOCONF%g
4197 s%@AUTOMAKE@%$AUTOMAKE%g
4198 s%@AUTOHEADER@%$AUTOHEADER%g
4199 s%@MAKEINFO@%$MAKEINFO%g
4200 s%@SET_MAKE@%$SET_MAKE%g
4201 s%@AWK@%$AWK%g
4202 s%@RANLIB@%$RANLIB%g
4203 s%@CC@%$CC%g
4204 s%@CXX@%$CXX%g
4205 s%@host@%$host%g
4206 s%@host_alias@%$host_alias%g
4207 s%@host_cpu@%$host_cpu%g
4208 s%@host_vendor@%$host_vendor%g
4209 s%@host_os@%$host_os%g
4210 s%@CPP@%$CPP%g
4211 s%@INCLUDED_GETOPT_LONG_TRUE@%$INCLUDED_GETOPT_LONG_TRUE%g
4212 s%@INCLUDED_GETOPT_LONG_FALSE@%$INCLUDED_GETOPT_LONG_FALSE%g
4213 s%@DEBUG_TRUE@%$DEBUG_TRUE%g
4214 s%@DEBUG_FALSE@%$DEBUG_FALSE%g
4215 s%@lamdir@%$lamdir%g
4216 s%@mpienable@%$mpienable%g
4217 s%@cgibindir@%$cgibindir%g
4218 s%@cgibinurl@%$cgibinurl%g
4219 s%@webdatadir@%$webdatadir%g
4220 s%@webdataurl@%$webdataurl%g
4221 s%@htmldir@%$htmldir%g
4222 s%@cgiprograms@%$cgiprograms%g
4223 s%@htmldata@%$htmldata%g
4224 s%@USE_HTML_TRUE@%$USE_HTML_TRUE%g
4225 s%@USE_HTML_FALSE@%$USE_HTML_FALSE%g
4226 s%@webenabled@%$webenabled%g
4227 s%@USE_LAM_TRUE@%$USE_LAM_TRUE%g
4228 s%@USE_LAM_FALSE@%$USE_LAM_FALSE%g
4229 s%@X_CFLAGS@%$X_CFLAGS%g
4230 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
4231 s%@X_LIBS@%$X_LIBS%g
4232 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
4233 s%@X_TOOLKIT_LIBS@%$X_TOOLKIT_LIBS%g
4234 s%@X_BASIC_LIBS@%$X_BASIC_LIBS%g
4235 s%@NO_X_TRUE@%$NO_X_TRUE%g
4236 s%@NO_X_FALSE@%$NO_X_FALSE%g
4237 s%@my_includes@%$my_includes%g
4238 s%@HAVE_SGP_TRUE@%$HAVE_SGP_TRUE%g
4239 s%@HAVE_SGP_FALSE@%$HAVE_SGP_FALSE%g
4240 s%@ctlibs@%$ctlibs%g
4241 s%@lamprograms@%$lamprograms%g
4242
4243 CEOF
4244 EOF
4245
4246 cat >> $CONFIG_STATUS <<\EOF
4247
4248 # Split the substitutions into bite-sized pieces for seds with
4249 # small command number limits, like on Digital OSF/1 and HP-UX.
4250 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
4251 ac_file=1 # Number of current file.
4252 ac_beg=1 # First line for current file.
4253 ac_end=$ac_max_sed_cmds # Line after last line for current file.
4254 ac_more_lines=:
4255 ac_sed_cmds=""
4256 while $ac_more_lines; do
4257   if test $ac_beg -gt 1; then
4258     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
4259   else
4260     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
4261   fi
4262   if test ! -s conftest.s$ac_file; then
4263     ac_more_lines=false
4264     rm -f conftest.s$ac_file
4265   else
4266     if test -z "$ac_sed_cmds"; then
4267       ac_sed_cmds="sed -f conftest.s$ac_file"
4268     else
4269       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
4270     fi
4271     ac_file=`expr $ac_file + 1`
4272     ac_beg=$ac_end
4273     ac_end=`expr $ac_end + $ac_max_sed_cmds`
4274   fi
4275 done
4276 if test -z "$ac_sed_cmds"; then
4277   ac_sed_cmds=cat
4278 fi
4279 EOF
4280
4281 cat >> $CONFIG_STATUS <<EOF
4282
4283 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"}
4284 EOF
4285 cat >> $CONFIG_STATUS <<\EOF
4286 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4287   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4288   case "$ac_file" in
4289   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4290        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4291   *) ac_file_in="${ac_file}.in" ;;
4292   esac
4293
4294   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
4295
4296   # Remove last slash and all that follows it.  Not all systems have dirname.
4297   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4298   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4299     # The file is in a subdirectory.
4300     test ! -d "$ac_dir" && mkdir "$ac_dir"
4301     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
4302     # A "../" for each directory in $ac_dir_suffix.
4303     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
4304   else
4305     ac_dir_suffix= ac_dots=
4306   fi
4307
4308   case "$ac_given_srcdir" in
4309   .)  srcdir=.
4310       if test -z "$ac_dots"; then top_srcdir=.
4311       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
4312   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
4313   *) # Relative path.
4314     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
4315     top_srcdir="$ac_dots$ac_given_srcdir" ;;
4316   esac
4317
4318   case "$ac_given_INSTALL" in
4319   [/$]*) INSTALL="$ac_given_INSTALL" ;;
4320   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
4321   esac
4322
4323   echo creating "$ac_file"
4324   rm -f "$ac_file"
4325   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
4326   case "$ac_file" in
4327   *Makefile*) ac_comsub="1i\\
4328 # $configure_input" ;;
4329   *) ac_comsub= ;;
4330   esac
4331
4332   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4333   sed -e "$ac_comsub
4334 s%@configure_input@%$configure_input%g
4335 s%@srcdir@%$srcdir%g
4336 s%@top_srcdir@%$top_srcdir%g
4337 s%@INSTALL@%$INSTALL%g
4338 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4339 fi; done
4340 rm -f conftest.s*
4341
4342 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
4343 # NAME is the cpp macro being defined and VALUE is the value it is being given.
4344 #
4345 # ac_d sets the value in "#define NAME VALUE" lines.
4346 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
4347 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
4348 ac_dC='\3'
4349 ac_dD='%g'
4350 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
4351 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
4352 ac_uB='\([      ]\)%\1#\2define\3'
4353 ac_uC=' '
4354 ac_uD='\4%g'
4355 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
4356 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
4357 ac_eB='$%\1#\2define\3'
4358 ac_eC=' '
4359 ac_eD='%g'
4360
4361 if test "${CONFIG_HEADERS+set}" != set; then
4362 EOF
4363 cat >> $CONFIG_STATUS <<EOF
4364   CONFIG_HEADERS="config.h"
4365 EOF
4366 cat >> $CONFIG_STATUS <<\EOF
4367 fi
4368 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
4369   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4370   case "$ac_file" in
4371   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4372        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4373   *) ac_file_in="${ac_file}.in" ;;
4374   esac
4375
4376   echo creating $ac_file
4377
4378   rm -f conftest.frag conftest.in conftest.out
4379   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4380   cat $ac_file_inputs > conftest.in
4381
4382 EOF
4383
4384 # Transform confdefs.h into a sed script conftest.vals that substitutes
4385 # the proper values into config.h.in to produce config.h.  And first:
4386 # Protect against being on the right side of a sed subst in config.status.
4387 # Protect against being in an unquoted here document in config.status.
4388 rm -f conftest.vals
4389 cat > conftest.hdr <<\EOF
4390 s/[\\&%]/\\&/g
4391 s%[\\$`]%\\&%g
4392 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
4393 s%ac_d%ac_u%gp
4394 s%ac_u%ac_e%gp
4395 EOF
4396 sed -n -f conftest.hdr confdefs.h > conftest.vals
4397 rm -f conftest.hdr
4398
4399 # This sed command replaces #undef with comments.  This is necessary, for
4400 # example, in the case of _POSIX_SOURCE, which is predefined and required
4401 # on some systems where configure will not decide to define it.
4402 cat >> conftest.vals <<\EOF
4403 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
4404 EOF
4405
4406 # Break up conftest.vals because some shells have a limit on
4407 # the size of here documents, and old seds have small limits too.
4408
4409 rm -f conftest.tail
4410 while :
4411 do
4412   ac_lines=`grep -c . conftest.vals`
4413   # grep -c gives empty output for an empty file on some AIX systems.
4414   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
4415   # Write a limited-size here document to conftest.frag.
4416   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
4417   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
4418   echo 'CEOF
4419   sed -f conftest.frag conftest.in > conftest.out
4420   rm -f conftest.in
4421   mv conftest.out conftest.in
4422 ' >> $CONFIG_STATUS
4423   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
4424   rm -f conftest.vals
4425   mv conftest.tail conftest.vals
4426 done
4427 rm -f conftest.vals
4428
4429 cat >> $CONFIG_STATUS <<\EOF
4430   rm -f conftest.frag conftest.h
4431   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
4432   cat conftest.in >> conftest.h
4433   rm -f conftest.in
4434   if cmp -s $ac_file conftest.h 2>/dev/null; then
4435     echo "$ac_file is unchanged"
4436     rm -f conftest.h
4437   else
4438     # Remove last slash and all that follows it.  Not all systems have dirname.
4439       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4440       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4441       # The file is in a subdirectory.
4442       test ! -d "$ac_dir" && mkdir "$ac_dir"
4443     fi
4444     rm -f $ac_file
4445     mv conftest.h $ac_file
4446   fi
4447 fi; done
4448
4449 EOF
4450 cat >> $CONFIG_STATUS <<EOF
4451
4452
4453 EOF
4454 cat >> $CONFIG_STATUS <<\EOF
4455 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
4456
4457 exit 0
4458 EOF
4459 chmod +x $CONFIG_STATUS
4460 rm -fr confdefs* $ac_clean_files
4461 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
4462