1440e7428344b596c388d4326110e63712987d4c
[fw/sdcc] / sim / ucsim / 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
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
18 build=NONE
19 cache_file=./config.cache
20 exec_prefix=NONE
21 host=NONE
22 no_create=
23 nonopt=NONE
24 no_recursion=
25 prefix=NONE
26 program_prefix=NONE
27 program_suffix=NONE
28 program_transform_name=s,x,x,
29 silent=
30 site=
31 srcdir=
32 target=NONE
33 verbose=
34 x_includes=NONE
35 x_libraries=NONE
36 bindir='${exec_prefix}/bin'
37 sbindir='${exec_prefix}/sbin'
38 libexecdir='${exec_prefix}/libexec'
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
43 libdir='${exec_prefix}/lib'
44 includedir='${prefix}/include'
45 oldincludedir='/usr/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
48
49 # Initialize some other variables.
50 subdirs=
51 MFLAGS= MAKEFLAGS=
52 SHELL=${CONFIG_SHELL-/bin/sh}
53 # Maximum number of lines to put in a shell here document.
54 ac_max_here_lines=12
55
56 ac_prev=
57 for ac_option
58 do
59
60   # If the previous option needs an argument, assign it.
61   if test -n "$ac_prev"; then
62     eval "$ac_prev=\$ac_option"
63     ac_prev=
64     continue
65   fi
66
67   case "$ac_option" in
68   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69   *) ac_optarg= ;;
70   esac
71
72   # Accept the important Cygnus configure options, so we can diagnose typos.
73
74   case "$ac_option" in
75
76   -bindir | --bindir | --bindi | --bind | --bin | --bi)
77     ac_prev=bindir ;;
78   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79     bindir="$ac_optarg" ;;
80
81   -build | --build | --buil | --bui | --bu)
82     ac_prev=build ;;
83   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84     build="$ac_optarg" ;;
85
86   -cache-file | --cache-file | --cache-fil | --cache-fi \
87   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88     ac_prev=cache_file ;;
89   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91     cache_file="$ac_optarg" ;;
92
93   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94     ac_prev=datadir ;;
95   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96   | --da=*)
97     datadir="$ac_optarg" ;;
98
99   -disable-* | --disable-*)
100     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101     # Reject names that are not valid shell variable names.
102     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104     fi
105     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106     eval "enable_${ac_feature}=no" ;;
107
108   -enable-* | --enable-*)
109     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110     # Reject names that are not valid shell variable names.
111     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113     fi
114     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115     case "$ac_option" in
116       *=*) ;;
117       *) ac_optarg=yes ;;
118     esac
119     eval "enable_${ac_feature}='$ac_optarg'" ;;
120
121   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123   | --exec | --exe | --ex)
124     ac_prev=exec_prefix ;;
125   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127   | --exec=* | --exe=* | --ex=*)
128     exec_prefix="$ac_optarg" ;;
129
130   -gas | --gas | --ga | --g)
131     # Obsolete; use --with-gas.
132     with_gas=yes ;;
133
134   -help | --help | --hel | --he)
135     # Omit some internal or obsolete options to make the list less imposing.
136     # This message is too long to be a string in the A/UX 3.1 sh.
137     cat << EOF
138 Usage: configure [options] [host]
139 Options: [defaults in brackets after descriptions]
140 Configuration:
141   --cache-file=FILE       cache test results in FILE
142   --help                  print this message
143   --no-create             do not create output files
144   --quiet, --silent       do not print \`checking...' messages
145   --version               print the version of autoconf that created configure
146 Directory and file names:
147   --prefix=PREFIX         install architecture-independent files in PREFIX
148                           [$ac_default_prefix]
149   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
150                           [same as prefix]
151   --bindir=DIR            user executables in DIR [EPREFIX/bin]
152   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
153   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
154   --datadir=DIR           read-only architecture-independent data in DIR
155                           [PREFIX/share]
156   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
157   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
158                           [PREFIX/com]
159   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
160   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
161   --includedir=DIR        C header files in DIR [PREFIX/include]
162   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
163   --infodir=DIR           info documentation in DIR [PREFIX/info]
164   --mandir=DIR            man documentation in DIR [PREFIX/man]
165   --srcdir=DIR            find the sources in DIR [configure dir or ..]
166   --program-prefix=PREFIX prepend PREFIX to installed program names
167   --program-suffix=SUFFIX append SUFFIX to installed program names
168   --program-transform-name=PROGRAM
169                           run sed PROGRAM on installed program names
170 EOF
171     cat << EOF
172 Host type:
173   --build=BUILD           configure for building on BUILD [BUILD=HOST]
174   --host=HOST             configure for HOST [guessed]
175   --target=TARGET         configure for TARGET [TARGET=HOST]
176 Features and packages:
177   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
178   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
179   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
180   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
181   --x-includes=DIR        X include files are in DIR
182   --x-libraries=DIR       X library files are in DIR
183 EOF
184     if test -n "$ac_help"; then
185       echo "--enable and --with options recognized:$ac_help"
186     fi
187     exit 0 ;;
188
189   -host | --host | --hos | --ho)
190     ac_prev=host ;;
191   -host=* | --host=* | --hos=* | --ho=*)
192     host="$ac_optarg" ;;
193
194   -includedir | --includedir | --includedi | --included | --include \
195   | --includ | --inclu | --incl | --inc)
196     ac_prev=includedir ;;
197   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198   | --includ=* | --inclu=* | --incl=* | --inc=*)
199     includedir="$ac_optarg" ;;
200
201   -infodir | --infodir | --infodi | --infod | --info | --inf)
202     ac_prev=infodir ;;
203   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204     infodir="$ac_optarg" ;;
205
206   -libdir | --libdir | --libdi | --libd)
207     ac_prev=libdir ;;
208   -libdir=* | --libdir=* | --libdi=* | --libd=*)
209     libdir="$ac_optarg" ;;
210
211   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212   | --libexe | --libex | --libe)
213     ac_prev=libexecdir ;;
214   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215   | --libexe=* | --libex=* | --libe=*)
216     libexecdir="$ac_optarg" ;;
217
218   -localstatedir | --localstatedir | --localstatedi | --localstated \
219   | --localstate | --localstat | --localsta | --localst \
220   | --locals | --local | --loca | --loc | --lo)
221     ac_prev=localstatedir ;;
222   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225     localstatedir="$ac_optarg" ;;
226
227   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
228     ac_prev=mandir ;;
229   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230     mandir="$ac_optarg" ;;
231
232   -nfp | --nfp | --nf)
233     # Obsolete; use --without-fp.
234     with_fp=no ;;
235
236   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
237   | --no-cr | --no-c)
238     no_create=yes ;;
239
240   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
241   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
242     no_recursion=yes ;;
243
244   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
245   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
246   | --oldin | --oldi | --old | --ol | --o)
247     ac_prev=oldincludedir ;;
248   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251     oldincludedir="$ac_optarg" ;;
252
253   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
254     ac_prev=prefix ;;
255   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256     prefix="$ac_optarg" ;;
257
258   -program-prefix | --program-prefix | --program-prefi | --program-pref \
259   | --program-pre | --program-pr | --program-p)
260     ac_prev=program_prefix ;;
261   -program-prefix=* | --program-prefix=* | --program-prefi=* \
262   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263     program_prefix="$ac_optarg" ;;
264
265   -program-suffix | --program-suffix | --program-suffi | --program-suff \
266   | --program-suf | --program-su | --program-s)
267     ac_prev=program_suffix ;;
268   -program-suffix=* | --program-suffix=* | --program-suffi=* \
269   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270     program_suffix="$ac_optarg" ;;
271
272   -program-transform-name | --program-transform-name \
273   | --program-transform-nam | --program-transform-na \
274   | --program-transform-n | --program-transform- \
275   | --program-transform | --program-transfor \
276   | --program-transfo | --program-transf \
277   | --program-trans | --program-tran \
278   | --progr-tra | --program-tr | --program-t)
279     ac_prev=program_transform_name ;;
280   -program-transform-name=* | --program-transform-name=* \
281   | --program-transform-nam=* | --program-transform-na=* \
282   | --program-transform-n=* | --program-transform-=* \
283   | --program-transform=* | --program-transfor=* \
284   | --program-transfo=* | --program-transf=* \
285   | --program-trans=* | --program-tran=* \
286   | --progr-tra=* | --program-tr=* | --program-t=*)
287     program_transform_name="$ac_optarg" ;;
288
289   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290   | -silent | --silent | --silen | --sile | --sil)
291     silent=yes ;;
292
293   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
294     ac_prev=sbindir ;;
295   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
296   | --sbi=* | --sb=*)
297     sbindir="$ac_optarg" ;;
298
299   -sharedstatedir | --sharedstatedir | --sharedstatedi \
300   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
301   | --sharedst | --shareds | --shared | --share | --shar \
302   | --sha | --sh)
303     ac_prev=sharedstatedir ;;
304   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
305   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
307   | --sha=* | --sh=*)
308     sharedstatedir="$ac_optarg" ;;
309
310   -site | --site | --sit)
311     ac_prev=site ;;
312   -site=* | --site=* | --sit=*)
313     site="$ac_optarg" ;;
314
315   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
316     ac_prev=srcdir ;;
317   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318     srcdir="$ac_optarg" ;;
319
320   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321   | --syscon | --sysco | --sysc | --sys | --sy)
322     ac_prev=sysconfdir ;;
323   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325     sysconfdir="$ac_optarg" ;;
326
327   -target | --target | --targe | --targ | --tar | --ta | --t)
328     ac_prev=target ;;
329   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330     target="$ac_optarg" ;;
331
332   -v | -verbose | --verbose | --verbos | --verbo | --verb)
333     verbose=yes ;;
334
335   -version | --version | --versio | --versi | --vers)
336     echo "configure generated by autoconf version 2.13"
337     exit 0 ;;
338
339   -with-* | --with-*)
340     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341     # Reject names that are not valid shell variable names.
342     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344     fi
345     ac_package=`echo $ac_package| sed 's/-/_/g'`
346     case "$ac_option" in
347       *=*) ;;
348       *) ac_optarg=yes ;;
349     esac
350     eval "with_${ac_package}='$ac_optarg'" ;;
351
352   -without-* | --without-*)
353     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
354     # Reject names that are not valid shell variable names.
355     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
356       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357     fi
358     ac_package=`echo $ac_package| sed 's/-/_/g'`
359     eval "with_${ac_package}=no" ;;
360
361   --x)
362     # Obsolete; use --with-x.
363     with_x=yes ;;
364
365   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
366   | --x-incl | --x-inc | --x-in | --x-i)
367     ac_prev=x_includes ;;
368   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370     x_includes="$ac_optarg" ;;
371
372   -x-libraries | --x-libraries | --x-librarie | --x-librari \
373   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374     ac_prev=x_libraries ;;
375   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377     x_libraries="$ac_optarg" ;;
378
379   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
380     ;;
381
382   *)
383     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384       echo "configure: warning: $ac_option: invalid host type" 1>&2
385     fi
386     if test "x$nonopt" != xNONE; then
387       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388     fi
389     nonopt="$ac_option"
390     ;;
391
392   esac
393 done
394
395 if test -n "$ac_prev"; then
396   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397 fi
398
399 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
400
401 # File descriptor usage:
402 # 0 standard input
403 # 1 file creation
404 # 2 errors and warnings
405 # 3 some systems may open it to /dev/tty
406 # 4 used on the Kubota Titan
407 # 6 checking for... messages and results
408 # 5 compiler messages saved in config.log
409 if test "$silent" = yes; then
410   exec 6>/dev/null
411 else
412   exec 6>&1
413 fi
414 exec 5>./config.log
415
416 echo "\
417 This file contains any messages produced by compilers while
418 running configure, to aid debugging if configure makes a mistake.
419 " 1>&5
420
421 # Strip out --no-create and --no-recursion so they do not pile up.
422 # Also quote any args containing shell metacharacters.
423 ac_configure_args=
424 for ac_arg
425 do
426   case "$ac_arg" in
427   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
428   | --no-cr | --no-c) ;;
429   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
430   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
431   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
432   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
433   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
434   esac
435 done
436
437 # NLS nuisances.
438 # Only set these to C if already set.  These must not be set unconditionally
439 # because not all systems understand e.g. LANG=C (notably SCO).
440 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
441 # Non-C LC_CTYPE values break the ctype check.
442 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
446
447 # confdefs.h avoids OS command line length limits that DEFS can exceed.
448 rm -rf conftest* confdefs.h
449 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
450 echo > confdefs.h
451
452 # A filename unique to this package, relative to the directory that
453 # configure is in, which we can look for to find out if srcdir is correct.
454 ac_unique_file=.version
455
456 # Find the source files, if location was not specified.
457 if test -z "$srcdir"; then
458   ac_srcdir_defaulted=yes
459   # Try the directory containing this script, then its parent.
460   ac_prog=$0
461   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
462   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
463   srcdir=$ac_confdir
464   if test ! -r $srcdir/$ac_unique_file; then
465     srcdir=..
466   fi
467 else
468   ac_srcdir_defaulted=no
469 fi
470 if test ! -r $srcdir/$ac_unique_file; then
471   if test "$ac_srcdir_defaulted" = yes; then
472     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
473   else
474     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
475   fi
476 fi
477 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
479 # Prefer explicitly selected file to automatically selected ones.
480 if test -z "$CONFIG_SITE"; then
481   if test "x$prefix" != xNONE; then
482     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
483   else
484     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
485   fi
486 fi
487 for ac_site_file in $CONFIG_SITE; do
488   if test -r "$ac_site_file"; then
489     echo "loading site script $ac_site_file"
490     . "$ac_site_file"
491   fi
492 done
493
494 if test -r "$cache_file"; then
495   echo "loading cache $cache_file"
496   . $cache_file
497 else
498   echo "creating cache $cache_file"
499   > $cache_file
500 fi
501
502 ac_ext=c
503 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504 ac_cpp='$CPP $CPPFLAGS'
505 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507 cross_compiling=$ac_cv_prog_cc_cross
508
509 ac_exeext=
510 ac_objext=o
511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
513   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
514     ac_n= ac_c='
515 ' ac_t='        '
516   else
517     ac_n=-n ac_c= ac_t=
518   fi
519 else
520   ac_n= ac_c='\c' ac_t=
521 fi
522
523
524
525
526 for ac_prog in mawk gawk nawk awk
527 do
528 # Extract the first word of "$ac_prog", so it can be a program name with args.
529 set dummy $ac_prog; ac_word=$2
530 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
531 echo "configure:532: checking for $ac_word" >&5
532 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
533   echo $ac_n "(cached) $ac_c" 1>&6
534 else
535   if test -n "$AWK"; then
536   ac_cv_prog_AWK="$AWK" # Let the user override the test.
537 else
538   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
539   ac_dummy="$PATH"
540   for ac_dir in $ac_dummy; do
541     test -z "$ac_dir" && ac_dir=.
542     if test -f $ac_dir/$ac_word; then
543       ac_cv_prog_AWK="$ac_prog"
544       break
545     fi
546   done
547   IFS="$ac_save_ifs"
548 fi
549 fi
550 AWK="$ac_cv_prog_AWK"
551 if test -n "$AWK"; then
552   echo "$ac_t""$AWK" 1>&6
553 else
554   echo "$ac_t""no" 1>&6
555 fi
556
557 test -n "$AWK" && break
558 done
559
560
561 echo $ac_n "checking version of the package""... $ac_c" 1>&6
562 echo "configure:563: checking version of the package" >&5
563 if test -f .version; then
564   VERSION=`cat .version`
565   echo "$ac_t""$VERSION" 1>&6
566 else
567   VERSION="0.0.0"
568   echo "$ac_t""unknown using 0.0.0" 1>&6
569 fi
570 VERSIONHI=`echo $VERSION|$AWK 'BEGIN {FS="."} {print $1}'`
571 VERSIONLO=`echo $VERSION|$AWK 'BEGIN {FS="."} {print $2}'`
572 VERSIONP=`echo $VERSION|$AWK 'BEGIN {FS="."} {print $3}'`
573
574
575
576
577 cat >> confdefs.h <<EOF
578 #define VERSIONSTR "${VERSION}"
579 EOF
580
581 cat >> confdefs.h <<EOF
582 #define VERSIONHI $VERSIONHI
583 EOF
584
585 cat >> confdefs.h <<EOF
586 #define VERSIONLO $VERSIONLO
587 EOF
588
589 cat >> confdefs.h <<EOF
590 #define VERSIONP $VERSIONP
591 EOF
592
593
594
595 # Required programs
596 #-------------------
597 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
598 do
599 # Extract the first word of "$ac_prog", so it can be a program name with args.
600 set dummy $ac_prog; ac_word=$2
601 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
602 echo "configure:603: checking for $ac_word" >&5
603 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
604   echo $ac_n "(cached) $ac_c" 1>&6
605 else
606   if test -n "$CXX"; then
607   ac_cv_prog_CXX="$CXX" # Let the user override the test.
608 else
609   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
610   ac_dummy="$PATH"
611   for ac_dir in $ac_dummy; do
612     test -z "$ac_dir" && ac_dir=.
613     if test -f $ac_dir/$ac_word; then
614       ac_cv_prog_CXX="$ac_prog"
615       break
616     fi
617   done
618   IFS="$ac_save_ifs"
619 fi
620 fi
621 CXX="$ac_cv_prog_CXX"
622 if test -n "$CXX"; then
623   echo "$ac_t""$CXX" 1>&6
624 else
625   echo "$ac_t""no" 1>&6
626 fi
627
628 test -n "$CXX" && break
629 done
630 test -n "$CXX" || CXX="gcc"
631
632
633 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
634 echo "configure:635: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
635
636 ac_ext=C
637 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
638 ac_cpp='$CXXCPP $CPPFLAGS'
639 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
640 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
641 cross_compiling=$ac_cv_prog_cxx_cross
642
643 cat > conftest.$ac_ext << EOF
644
645 #line 646 "configure"
646 #include "confdefs.h"
647
648 int main(){return(0);}
649 EOF
650 if { (eval echo configure:651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
651   ac_cv_prog_cxx_works=yes
652   # If we can't run a trivial program, we are probably using a cross compiler.
653   if (./conftest; exit) 2>/dev/null; then
654     ac_cv_prog_cxx_cross=no
655   else
656     ac_cv_prog_cxx_cross=yes
657   fi
658 else
659   echo "configure: failed program was:" >&5
660   cat conftest.$ac_ext >&5
661   ac_cv_prog_cxx_works=no
662 fi
663 rm -fr conftest*
664 ac_ext=c
665 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
666 ac_cpp='$CPP $CPPFLAGS'
667 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
668 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
669 cross_compiling=$ac_cv_prog_cc_cross
670
671 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
672 if test $ac_cv_prog_cxx_works = no; then
673   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
674 fi
675 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
676 echo "configure:677: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
677 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
678 cross_compiling=$ac_cv_prog_cxx_cross
679
680 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
681 echo "configure:682: checking whether we are using GNU C++" >&5
682 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
683   echo $ac_n "(cached) $ac_c" 1>&6
684 else
685   cat > conftest.C <<EOF
686 #ifdef __GNUC__
687   yes;
688 #endif
689 EOF
690 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
691   ac_cv_prog_gxx=yes
692 else
693   ac_cv_prog_gxx=no
694 fi
695 fi
696
697 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
698
699 if test $ac_cv_prog_gxx = yes; then
700   GXX=yes
701 else
702   GXX=
703 fi
704
705 ac_test_CXXFLAGS="${CXXFLAGS+set}"
706 ac_save_CXXFLAGS="$CXXFLAGS"
707 CXXFLAGS=
708 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
709 echo "configure:710: checking whether ${CXX-g++} accepts -g" >&5
710 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
711   echo $ac_n "(cached) $ac_c" 1>&6
712 else
713   echo 'void f(){}' > conftest.cc
714 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
715   ac_cv_prog_cxx_g=yes
716 else
717   ac_cv_prog_cxx_g=no
718 fi
719 rm -f conftest*
720
721 fi
722
723 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
724 if test "$ac_test_CXXFLAGS" = set; then
725   CXXFLAGS="$ac_save_CXXFLAGS"
726 elif test $ac_cv_prog_cxx_g = yes; then
727   if test "$GXX" = yes; then
728     CXXFLAGS="-g -O2"
729   else
730     CXXFLAGS="-g"
731   fi
732 else
733   if test "$GXX" = yes; then
734     CXXFLAGS="-O2"
735   else
736     CXXFLAGS=
737   fi
738 fi
739
740 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
741 echo "configure:742: checking how to run the C++ preprocessor" >&5
742 if test -z "$CXXCPP"; then
743 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
744   echo $ac_n "(cached) $ac_c" 1>&6
745 else
746   ac_ext=C
747 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
748 ac_cpp='$CXXCPP $CPPFLAGS'
749 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
750 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
751 cross_compiling=$ac_cv_prog_cxx_cross
752   CXXCPP="${CXX-g++} -E"
753   cat > conftest.$ac_ext <<EOF
754 #line 755 "configure"
755 #include "confdefs.h"
756 #include <stdlib.h>
757 EOF
758 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
759 { (eval echo configure:760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
760 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
761 if test -z "$ac_err"; then
762   :
763 else
764   echo "$ac_err" >&5
765   echo "configure: failed program was:" >&5
766   cat conftest.$ac_ext >&5
767   rm -rf conftest*
768   CXXCPP=/lib/cpp
769 fi
770 rm -f conftest*
771   ac_cv_prog_CXXCPP="$CXXCPP"
772 ac_ext=c
773 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
774 ac_cpp='$CPP $CPPFLAGS'
775 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
776 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
777 cross_compiling=$ac_cv_prog_cc_cross
778 fi
779 fi
780 CXXCPP="$ac_cv_prog_CXXCPP"
781 echo "$ac_t""$CXXCPP" 1>&6
782
783 ac_aux_dir=
784 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
785   if test -f $ac_dir/install-sh; then
786     ac_aux_dir=$ac_dir
787     ac_install_sh="$ac_aux_dir/install-sh -c"
788     break
789   elif test -f $ac_dir/install.sh; then
790     ac_aux_dir=$ac_dir
791     ac_install_sh="$ac_aux_dir/install.sh -c"
792     break
793   fi
794 done
795 if test -z "$ac_aux_dir"; then
796   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
797 fi
798 ac_config_guess=$ac_aux_dir/config.guess
799 ac_config_sub=$ac_aux_dir/config.sub
800 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
801
802 # Find a good install program.  We prefer a C program (faster),
803 # so one script is as good as another.  But avoid the broken or
804 # incompatible versions:
805 # SysV /etc/install, /usr/sbin/install
806 # SunOS /usr/etc/install
807 # IRIX /sbin/install
808 # AIX /bin/install
809 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
810 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
811 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
812 # ./install, which can be erroneously created by make from ./install.sh.
813 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
814 echo "configure:815: checking for a BSD compatible install" >&5
815 if test -z "$INSTALL"; then
816 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
817   echo $ac_n "(cached) $ac_c" 1>&6
818 else
819     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
820   for ac_dir in $PATH; do
821     # Account for people who put trailing slashes in PATH elements.
822     case "$ac_dir/" in
823     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
824     *)
825       # OSF1 and SCO ODT 3.0 have their own names for install.
826       # Don't use installbsd from OSF since it installs stuff as root
827       # by default.
828       for ac_prog in ginstall scoinst install; do
829         if test -f $ac_dir/$ac_prog; then
830           if test $ac_prog = install &&
831             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
832             # AIX install.  It has an incompatible calling convention.
833             :
834           else
835             ac_cv_path_install="$ac_dir/$ac_prog -c"
836             break 2
837           fi
838         fi
839       done
840       ;;
841     esac
842   done
843   IFS="$ac_save_IFS"
844
845 fi
846   if test "${ac_cv_path_install+set}" = set; then
847     INSTALL="$ac_cv_path_install"
848   else
849     # As a last resort, use the slow shell script.  We don't cache a
850     # path for INSTALL within a source directory, because that will
851     # break other packages using the cache if that directory is
852     # removed, or if the path is relative.
853     INSTALL="$ac_install_sh"
854   fi
855 fi
856 echo "$ac_t""$INSTALL" 1>&6
857
858 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
859 # It thinks the first close brace ends the variable substitution.
860 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
861
862 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
863
864 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
865
866 # Extract the first word of "ranlib", so it can be a program name with args.
867 set dummy ranlib; ac_word=$2
868 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
869 echo "configure:870: checking for $ac_word" >&5
870 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
871   echo $ac_n "(cached) $ac_c" 1>&6
872 else
873   if test -n "$RANLIB"; then
874   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
875 else
876   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
877   ac_dummy="$PATH"
878   for ac_dir in $ac_dummy; do
879     test -z "$ac_dir" && ac_dir=.
880     if test -f $ac_dir/$ac_word; then
881       ac_cv_prog_RANLIB="ranlib"
882       break
883     fi
884   done
885   IFS="$ac_save_ifs"
886   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
887 fi
888 fi
889 RANLIB="$ac_cv_prog_RANLIB"
890 if test -n "$RANLIB"; then
891   echo "$ac_t""$RANLIB" 1>&6
892 else
893   echo "$ac_t""no" 1>&6
894 fi
895
896 ac_ext=C
897 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
898 ac_cpp='$CXXCPP $CPPFLAGS'
899 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
900 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
901 cross_compiling=$ac_cv_prog_cxx_cross
902
903
904
905 # Checking for header files.
906 # ===========================================================================
907
908 if test -d /stuff/include; then
909   CPPFLAGS="$CPPFLAGS -I/stuff/include"
910 fi
911
912 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
913 echo "configure:914: checking for ANSI C header files" >&5
914 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
915   echo $ac_n "(cached) $ac_c" 1>&6
916 else
917   cat > conftest.$ac_ext <<EOF
918 #line 919 "configure"
919 #include "confdefs.h"
920 #include <stdlib.h>
921 #include <stdarg.h>
922 #include <string.h>
923 #include <float.h>
924 EOF
925 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
926 { (eval echo configure:927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
927 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
928 if test -z "$ac_err"; then
929   rm -rf conftest*
930   ac_cv_header_stdc=yes
931 else
932   echo "$ac_err" >&5
933   echo "configure: failed program was:" >&5
934   cat conftest.$ac_ext >&5
935   rm -rf conftest*
936   ac_cv_header_stdc=no
937 fi
938 rm -f conftest*
939
940 if test $ac_cv_header_stdc = yes; then
941   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
942 cat > conftest.$ac_ext <<EOF
943 #line 944 "configure"
944 #include "confdefs.h"
945 #include <string.h>
946 EOF
947 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
948   egrep "memchr" >/dev/null 2>&1; then
949   :
950 else
951   rm -rf conftest*
952   ac_cv_header_stdc=no
953 fi
954 rm -f conftest*
955
956 fi
957
958 if test $ac_cv_header_stdc = yes; then
959   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
960 cat > conftest.$ac_ext <<EOF
961 #line 962 "configure"
962 #include "confdefs.h"
963 #include <stdlib.h>
964 EOF
965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
966   egrep "free" >/dev/null 2>&1; then
967   :
968 else
969   rm -rf conftest*
970   ac_cv_header_stdc=no
971 fi
972 rm -f conftest*
973
974 fi
975
976 if test $ac_cv_header_stdc = yes; then
977   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
978 if test "$cross_compiling" = yes; then
979   :
980 else
981   cat > conftest.$ac_ext <<EOF
982 #line 983 "configure"
983 #include "confdefs.h"
984 #ifdef __cplusplus
985 extern "C" void exit(int);
986 #endif
987 #include <ctype.h>
988 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
989 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
990 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
991 int main () { int i; for (i = 0; i < 256; i++)
992 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
993 exit (0); }
994
995 EOF
996 if { (eval echo configure:997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
997 then
998   :
999 else
1000   echo "configure: failed program was:" >&5
1001   cat conftest.$ac_ext >&5
1002   rm -fr conftest*
1003   ac_cv_header_stdc=no
1004 fi
1005 rm -fr conftest*
1006 fi
1007
1008 fi
1009 fi
1010
1011 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1012 if test $ac_cv_header_stdc = yes; then
1013   cat >> confdefs.h <<\EOF
1014 #define STDC_HEADERS 1
1015 EOF
1016
1017 fi
1018
1019 for ac_hdr in getopt.h
1020 do
1021 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1022 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1023 echo "configure:1024: checking for $ac_hdr" >&5
1024 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1025   echo $ac_n "(cached) $ac_c" 1>&6
1026 else
1027   cat > conftest.$ac_ext <<EOF
1028 #line 1029 "configure"
1029 #include "confdefs.h"
1030 #include <$ac_hdr>
1031 EOF
1032 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1033 { (eval echo configure:1034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1034 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1035 if test -z "$ac_err"; then
1036   rm -rf conftest*
1037   eval "ac_cv_header_$ac_safe=yes"
1038 else
1039   echo "$ac_err" >&5
1040   echo "configure: failed program was:" >&5
1041   cat conftest.$ac_ext >&5
1042   rm -rf conftest*
1043   eval "ac_cv_header_$ac_safe=no"
1044 fi
1045 rm -f conftest*
1046 fi
1047 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1048   echo "$ac_t""yes" 1>&6
1049     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1050   cat >> confdefs.h <<EOF
1051 #define $ac_tr_hdr 1
1052 EOF
1053  
1054 else
1055   echo "$ac_t""no" 1>&6
1056 fi
1057 done
1058
1059 for ac_hdr in unistd.h
1060 do
1061 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1062 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1063 echo "configure:1064: checking for $ac_hdr" >&5
1064 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1065   echo $ac_n "(cached) $ac_c" 1>&6
1066 else
1067   cat > conftest.$ac_ext <<EOF
1068 #line 1069 "configure"
1069 #include "confdefs.h"
1070 #include <$ac_hdr>
1071 EOF
1072 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1073 { (eval echo configure:1074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1074 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1075 if test -z "$ac_err"; then
1076   rm -rf conftest*
1077   eval "ac_cv_header_$ac_safe=yes"
1078 else
1079   echo "$ac_err" >&5
1080   echo "configure: failed program was:" >&5
1081   cat conftest.$ac_ext >&5
1082   rm -rf conftest*
1083   eval "ac_cv_header_$ac_safe=no"
1084 fi
1085 rm -f conftest*
1086 fi
1087 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1088   echo "$ac_t""yes" 1>&6
1089     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1090   cat >> confdefs.h <<EOF
1091 #define $ac_tr_hdr 1
1092 EOF
1093  
1094 else
1095   echo "$ac_t""no" 1>&6
1096 fi
1097 done
1098
1099 ac_safe=`echo "sys/socket.h" | sed 'y%./+-%__p_%'`
1100 echo $ac_n "checking for sys/socket.h""... $ac_c" 1>&6
1101 echo "configure:1102: checking for sys/socket.h" >&5
1102 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1103   echo $ac_n "(cached) $ac_c" 1>&6
1104 else
1105   cat > conftest.$ac_ext <<EOF
1106 #line 1107 "configure"
1107 #include "confdefs.h"
1108 #include <sys/socket.h>
1109 EOF
1110 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1111 { (eval echo configure:1112: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1112 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1113 if test -z "$ac_err"; then
1114   rm -rf conftest*
1115   eval "ac_cv_header_$ac_safe=yes"
1116 else
1117   echo "$ac_err" >&5
1118   echo "configure: failed program was:" >&5
1119   cat conftest.$ac_ext >&5
1120   rm -rf conftest*
1121   eval "ac_cv_header_$ac_safe=no"
1122 fi
1123 rm -f conftest*
1124 fi
1125 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1126   echo "$ac_t""yes" 1>&6
1127   cat >> confdefs.h <<\EOF
1128 #define SOCKET_AVAIL 1
1129 EOF
1130
1131   cat >> confdefs.h <<\EOF
1132 #define HAVE_SYS_SOCKET_H 1
1133 EOF
1134
1135 else
1136   echo "$ac_t""no" 1>&6
1137 fi
1138
1139 ac_header_dirent=no
1140 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
1141 do
1142 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1143 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
1144 echo "configure:1145: checking for $ac_hdr that defines DIR" >&5
1145 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
1146   echo $ac_n "(cached) $ac_c" 1>&6
1147 else
1148   cat > conftest.$ac_ext <<EOF
1149 #line 1150 "configure"
1150 #include "confdefs.h"
1151 #include <sys/types.h>
1152 #include <$ac_hdr>
1153 int main() {
1154 DIR *dirp = 0;
1155 ; return 0; }
1156 EOF
1157 if { (eval echo configure:1158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1158   rm -rf conftest*
1159   eval "ac_cv_header_dirent_$ac_safe=yes"
1160 else
1161   echo "configure: failed program was:" >&5
1162   cat conftest.$ac_ext >&5
1163   rm -rf conftest*
1164   eval "ac_cv_header_dirent_$ac_safe=no"
1165 fi
1166 rm -f conftest*
1167 fi
1168 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
1169   echo "$ac_t""yes" 1>&6
1170     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1171   cat >> confdefs.h <<EOF
1172 #define $ac_tr_hdr 1
1173 EOF
1174  ac_header_dirent=$ac_hdr; break
1175 else
1176   echo "$ac_t""no" 1>&6
1177 fi
1178 done
1179 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
1180 if test $ac_header_dirent = dirent.h; then
1181 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
1182 echo "configure:1183: checking for opendir in -ldir" >&5
1183 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
1184 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1185   echo $ac_n "(cached) $ac_c" 1>&6
1186 else
1187   ac_save_LIBS="$LIBS"
1188 LIBS="-ldir  $LIBS"
1189 cat > conftest.$ac_ext <<EOF
1190 #line 1191 "configure"
1191 #include "confdefs.h"
1192 /* Override any gcc2 internal prototype to avoid an error.  */
1193 #ifdef __cplusplus
1194 extern "C"
1195 #endif
1196 /* We use char because int might match the return type of a gcc2
1197     builtin and then its argument prototype would still apply.  */
1198 char opendir();
1199
1200 int main() {
1201 opendir()
1202 ; return 0; }
1203 EOF
1204 if { (eval echo configure:1205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1205   rm -rf conftest*
1206   eval "ac_cv_lib_$ac_lib_var=yes"
1207 else
1208   echo "configure: failed program was:" >&5
1209   cat conftest.$ac_ext >&5
1210   rm -rf conftest*
1211   eval "ac_cv_lib_$ac_lib_var=no"
1212 fi
1213 rm -f conftest*
1214 LIBS="$ac_save_LIBS"
1215
1216 fi
1217 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1218   echo "$ac_t""yes" 1>&6
1219   LIBS="$LIBS -ldir"
1220 else
1221   echo "$ac_t""no" 1>&6
1222 fi
1223
1224 else
1225 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
1226 echo "configure:1227: checking for opendir in -lx" >&5
1227 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
1228 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1229   echo $ac_n "(cached) $ac_c" 1>&6
1230 else
1231   ac_save_LIBS="$LIBS"
1232 LIBS="-lx  $LIBS"
1233 cat > conftest.$ac_ext <<EOF
1234 #line 1235 "configure"
1235 #include "confdefs.h"
1236 /* Override any gcc2 internal prototype to avoid an error.  */
1237 #ifdef __cplusplus
1238 extern "C"
1239 #endif
1240 /* We use char because int might match the return type of a gcc2
1241     builtin and then its argument prototype would still apply.  */
1242 char opendir();
1243
1244 int main() {
1245 opendir()
1246 ; return 0; }
1247 EOF
1248 if { (eval echo configure:1249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1249   rm -rf conftest*
1250   eval "ac_cv_lib_$ac_lib_var=yes"
1251 else
1252   echo "configure: failed program was:" >&5
1253   cat conftest.$ac_ext >&5
1254   rm -rf conftest*
1255   eval "ac_cv_lib_$ac_lib_var=no"
1256 fi
1257 rm -f conftest*
1258 LIBS="$ac_save_LIBS"
1259
1260 fi
1261 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1262   echo "$ac_t""yes" 1>&6
1263   LIBS="$LIBS -lx"
1264 else
1265   echo "$ac_t""no" 1>&6
1266 fi
1267
1268 fi
1269
1270
1271 # This must be after CXXCPP
1272
1273 echo $ac_n "checking which header file defines FD_ macros""... $ac_c" 1>&6
1274 echo "configure:1275: checking which header file defines FD_ macros" >&5
1275 if eval "test \"`echo '$''{'s51_cv_fd'+set}'`\" = set"; then
1276   echo $ac_n "(cached) $ac_c" 1>&6
1277 else
1278   s51_cv_fd="unknown"
1279 cat > conftest.$ac_ext <<EOF
1280 #line 1281 "configure"
1281 #include "confdefs.h"
1282
1283 #include <sys/time.h>
1284 #ifdef FD_ZERO
1285 yes
1286 #endif
1287 EOF
1288 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1289   egrep "yes" >/dev/null 2>&1; then
1290   rm -rf conftest*
1291   s51_cv_fd="<sys/time.h>"
1292 fi
1293 rm -f conftest*
1294
1295 cat > conftest.$ac_ext <<EOF
1296 #line 1297 "configure"
1297 #include "confdefs.h"
1298
1299 #include <sys/types.h>
1300 #ifdef FD_ZERO
1301 yes
1302 #endif
1303 EOF
1304 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1305   egrep "yes" >/dev/null 2>&1; then
1306   rm -rf conftest*
1307   s51_cv_fd="<sys/types.h>"
1308 fi
1309 rm -f conftest*
1310
1311 cat > conftest.$ac_ext <<EOF
1312 #line 1313 "configure"
1313 #include "confdefs.h"
1314
1315 #include <sys/select.h>
1316 #ifdef FD_ZERO
1317 yes
1318 #endif
1319 EOF
1320 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1321   egrep "yes" >/dev/null 2>&1; then
1322   rm -rf conftest*
1323   s51_cv_fd="<sys/types.h>"
1324 fi
1325 rm -f conftest*
1326
1327 fi
1328
1329 echo "$ac_t""$s51_cv_fd" 1>&6
1330
1331 cat >> confdefs.h <<\EOF
1332 #define FD_HEADER_OK 0
1333 EOF
1334
1335 if echo $s51_cv_fd|grep time >/dev/null 2>&1; then
1336 cat >> confdefs.h <<\EOF
1337 #define FD_NEED_TIME_H 1
1338 EOF
1339
1340 cat >> confdefs.h <<\EOF
1341 #define FD_HEADER_OK 1
1342 EOF
1343
1344 else
1345 cat >> confdefs.h <<\EOF
1346 #define FD_NEED_TIME_H 0
1347 EOF
1348
1349 fi
1350 if echo $s51_cv_fd|grep types >/dev/null 2>&1; then
1351 cat >> confdefs.h <<\EOF
1352 #define FD_NEED_TYPES_H 1
1353 EOF
1354
1355 cat >> confdefs.h <<\EOF
1356 #define FD_HEADER_OK 1
1357 EOF
1358
1359 else
1360 cat >> confdefs.h <<\EOF
1361 #define FD_NEED_TYPES_H 0
1362 EOF
1363
1364 fi
1365 if echo $s51_cv_fd|grep select >/dev/null 2>&1; then
1366 cat >> confdefs.h <<\EOF
1367 #define FD_NEED_SELECT_H 1
1368 EOF
1369
1370 cat >> confdefs.h <<\EOF
1371 #define FD_HEADER_OK 1
1372 EOF
1373
1374 else
1375 cat >> confdefs.h <<\EOF
1376 #define FD_NEED_SELECT_H 0
1377 EOF
1378
1379 fi
1380
1381 cat >> confdefs.h <<EOF
1382 #define HEADER_FD ${s51_cv_fd}
1383 EOF
1384
1385
1386
1387 # Checking for functions/libs
1388 # ===========================================================================
1389 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
1390 echo "configure:1391: checking for socket in -lsocket" >&5
1391 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
1392 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1393   echo $ac_n "(cached) $ac_c" 1>&6
1394 else
1395   ac_save_LIBS="$LIBS"
1396 LIBS="-lsocket  $LIBS"
1397 cat > conftest.$ac_ext <<EOF
1398 #line 1399 "configure"
1399 #include "confdefs.h"
1400 /* Override any gcc2 internal prototype to avoid an error.  */
1401 #ifdef __cplusplus
1402 extern "C"
1403 #endif
1404 /* We use char because int might match the return type of a gcc2
1405     builtin and then its argument prototype would still apply.  */
1406 char socket();
1407
1408 int main() {
1409 socket()
1410 ; return 0; }
1411 EOF
1412 if { (eval echo configure:1413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1413   rm -rf conftest*
1414   eval "ac_cv_lib_$ac_lib_var=yes"
1415 else
1416   echo "configure: failed program was:" >&5
1417   cat conftest.$ac_ext >&5
1418   rm -rf conftest*
1419   eval "ac_cv_lib_$ac_lib_var=no"
1420 fi
1421 rm -f conftest*
1422 LIBS="$ac_save_LIBS"
1423
1424 fi
1425 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1426   echo "$ac_t""yes" 1>&6
1427     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1428     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1429   cat >> confdefs.h <<EOF
1430 #define $ac_tr_lib 1
1431 EOF
1432
1433   LIBS="-lsocket $LIBS"
1434
1435 else
1436   echo "$ac_t""no" 1>&6
1437 fi
1438
1439 echo $ac_n "checking for xdr_short in -lnsl""... $ac_c" 1>&6
1440 echo "configure:1441: checking for xdr_short in -lnsl" >&5
1441 ac_lib_var=`echo nsl'_'xdr_short | sed 'y%./+-%__p_%'`
1442 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1443   echo $ac_n "(cached) $ac_c" 1>&6
1444 else
1445   ac_save_LIBS="$LIBS"
1446 LIBS="-lnsl  $LIBS"
1447 cat > conftest.$ac_ext <<EOF
1448 #line 1449 "configure"
1449 #include "confdefs.h"
1450 /* Override any gcc2 internal prototype to avoid an error.  */
1451 #ifdef __cplusplus
1452 extern "C"
1453 #endif
1454 /* We use char because int might match the return type of a gcc2
1455     builtin and then its argument prototype would still apply.  */
1456 char xdr_short();
1457
1458 int main() {
1459 xdr_short()
1460 ; return 0; }
1461 EOF
1462 if { (eval echo configure:1463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1463   rm -rf conftest*
1464   eval "ac_cv_lib_$ac_lib_var=yes"
1465 else
1466   echo "configure: failed program was:" >&5
1467   cat conftest.$ac_ext >&5
1468   rm -rf conftest*
1469   eval "ac_cv_lib_$ac_lib_var=no"
1470 fi
1471 rm -f conftest*
1472 LIBS="$ac_save_LIBS"
1473
1474 fi
1475 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1476   echo "$ac_t""yes" 1>&6
1477     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1478     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1479   cat >> confdefs.h <<EOF
1480 #define $ac_tr_lib 1
1481 EOF
1482
1483   LIBS="-lnsl $LIBS"
1484
1485 else
1486   echo "$ac_t""no" 1>&6
1487 fi
1488
1489 echo $ac_n "checking for panel_above in -lpanel""... $ac_c" 1>&6
1490 echo "configure:1491: checking for panel_above in -lpanel" >&5
1491 ac_lib_var=`echo panel'_'panel_above | sed 'y%./+-%__p_%'`
1492 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1493   echo $ac_n "(cached) $ac_c" 1>&6
1494 else
1495   ac_save_LIBS="$LIBS"
1496 LIBS="-lpanel -lcurses $LIBS"
1497 cat > conftest.$ac_ext <<EOF
1498 #line 1499 "configure"
1499 #include "confdefs.h"
1500 /* Override any gcc2 internal prototype to avoid an error.  */
1501 #ifdef __cplusplus
1502 extern "C"
1503 #endif
1504 /* We use char because int might match the return type of a gcc2
1505     builtin and then its argument prototype would still apply.  */
1506 char panel_above();
1507
1508 int main() {
1509 panel_above()
1510 ; return 0; }
1511 EOF
1512 if { (eval echo configure:1513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1513   rm -rf conftest*
1514   eval "ac_cv_lib_$ac_lib_var=yes"
1515 else
1516   echo "configure: failed program was:" >&5
1517   cat conftest.$ac_ext >&5
1518   rm -rf conftest*
1519   eval "ac_cv_lib_$ac_lib_var=no"
1520 fi
1521 rm -f conftest*
1522 LIBS="$ac_save_LIBS"
1523
1524 fi
1525 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1526   echo "$ac_t""yes" 1>&6
1527   panel_ok="yes"
1528 curses_ok="yes"
1529 LIBS=$"$LIBS -lpanel -lcurses"
1530
1531 else
1532   echo "$ac_t""no" 1>&6
1533 panel_ok="no"
1534 echo $ac_n "checking for nl in -lcurses""... $ac_c" 1>&6
1535 echo "configure:1536: checking for nl in -lcurses" >&5
1536 ac_lib_var=`echo curses'_'nl | sed 'y%./+-%__p_%'`
1537 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1538   echo $ac_n "(cached) $ac_c" 1>&6
1539 else
1540   ac_save_LIBS="$LIBS"
1541 LIBS="-lcurses  $LIBS"
1542 cat > conftest.$ac_ext <<EOF
1543 #line 1544 "configure"
1544 #include "confdefs.h"
1545 /* Override any gcc2 internal prototype to avoid an error.  */
1546 #ifdef __cplusplus
1547 extern "C"
1548 #endif
1549 /* We use char because int might match the return type of a gcc2
1550     builtin and then its argument prototype would still apply.  */
1551 char nl();
1552
1553 int main() {
1554 nl()
1555 ; return 0; }
1556 EOF
1557 if { (eval echo configure:1558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1558   rm -rf conftest*
1559   eval "ac_cv_lib_$ac_lib_var=yes"
1560 else
1561   echo "configure: failed program was:" >&5
1562   cat conftest.$ac_ext >&5
1563   rm -rf conftest*
1564   eval "ac_cv_lib_$ac_lib_var=no"
1565 fi
1566 rm -f conftest*
1567 LIBS="$ac_save_LIBS"
1568
1569 fi
1570 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1571   echo "$ac_t""yes" 1>&6
1572   curses_ok="yes"
1573 LIBS="$LIBS -lcurses"
1574
1575 else
1576   echo "$ac_t""no" 1>&6
1577 ncurses_ok="no"
1578 fi
1579
1580
1581 fi
1582
1583
1584
1585
1586 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
1587 echo "configure:1588: checking for vprintf" >&5
1588 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
1589   echo $ac_n "(cached) $ac_c" 1>&6
1590 else
1591   cat > conftest.$ac_ext <<EOF
1592 #line 1593 "configure"
1593 #include "confdefs.h"
1594 /* System header to define __stub macros and hopefully few prototypes,
1595     which can conflict with char vprintf(); below.  */
1596 #include <assert.h>
1597 /* Override any gcc2 internal prototype to avoid an error.  */
1598 #ifdef __cplusplus
1599 extern "C"
1600 #endif
1601 /* We use char because int might match the return type of a gcc2
1602     builtin and then its argument prototype would still apply.  */
1603 char vprintf();
1604
1605 int main() {
1606
1607 /* The GNU C library defines this for functions which it implements
1608     to always fail with ENOSYS.  Some functions are actually named
1609     something starting with __ and the normal name is an alias.  */
1610 #if defined (__stub_vprintf) || defined (__stub___vprintf)
1611 choke me
1612 #else
1613 vprintf();
1614 #endif
1615
1616 ; return 0; }
1617 EOF
1618 if { (eval echo configure:1619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1619   rm -rf conftest*
1620   eval "ac_cv_func_vprintf=yes"
1621 else
1622   echo "configure: failed program was:" >&5
1623   cat conftest.$ac_ext >&5
1624   rm -rf conftest*
1625   eval "ac_cv_func_vprintf=no"
1626 fi
1627 rm -f conftest*
1628 fi
1629
1630 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
1631   echo "$ac_t""yes" 1>&6
1632   cat >> confdefs.h <<\EOF
1633 #define HAVE_VPRINTF 1
1634 EOF
1635
1636 else
1637   echo "$ac_t""no" 1>&6
1638 fi
1639
1640 if test "$ac_cv_func_vprintf" != yes; then
1641 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
1642 echo "configure:1643: checking for _doprnt" >&5
1643 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
1644   echo $ac_n "(cached) $ac_c" 1>&6
1645 else
1646   cat > conftest.$ac_ext <<EOF
1647 #line 1648 "configure"
1648 #include "confdefs.h"
1649 /* System header to define __stub macros and hopefully few prototypes,
1650     which can conflict with char _doprnt(); below.  */
1651 #include <assert.h>
1652 /* Override any gcc2 internal prototype to avoid an error.  */
1653 #ifdef __cplusplus
1654 extern "C"
1655 #endif
1656 /* We use char because int might match the return type of a gcc2
1657     builtin and then its argument prototype would still apply.  */
1658 char _doprnt();
1659
1660 int main() {
1661
1662 /* The GNU C library defines this for functions which it implements
1663     to always fail with ENOSYS.  Some functions are actually named
1664     something starting with __ and the normal name is an alias.  */
1665 #if defined (__stub__doprnt) || defined (__stub____doprnt)
1666 choke me
1667 #else
1668 _doprnt();
1669 #endif
1670
1671 ; return 0; }
1672 EOF
1673 if { (eval echo configure:1674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1674   rm -rf conftest*
1675   eval "ac_cv_func__doprnt=yes"
1676 else
1677   echo "configure: failed program was:" >&5
1678   cat conftest.$ac_ext >&5
1679   rm -rf conftest*
1680   eval "ac_cv_func__doprnt=no"
1681 fi
1682 rm -f conftest*
1683 fi
1684
1685 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
1686   echo "$ac_t""yes" 1>&6
1687   cat >> confdefs.h <<\EOF
1688 #define HAVE_DOPRNT 1
1689 EOF
1690
1691 else
1692   echo "$ac_t""no" 1>&6
1693 fi
1694
1695 fi
1696
1697 for ac_func in vsnprintf vasprintf
1698 do
1699 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1700 echo "configure:1701: checking for $ac_func" >&5
1701 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1702   echo $ac_n "(cached) $ac_c" 1>&6
1703 else
1704   cat > conftest.$ac_ext <<EOF
1705 #line 1706 "configure"
1706 #include "confdefs.h"
1707 /* System header to define __stub macros and hopefully few prototypes,
1708     which can conflict with char $ac_func(); below.  */
1709 #include <assert.h>
1710 /* Override any gcc2 internal prototype to avoid an error.  */
1711 #ifdef __cplusplus
1712 extern "C"
1713 #endif
1714 /* We use char because int might match the return type of a gcc2
1715     builtin and then its argument prototype would still apply.  */
1716 char $ac_func();
1717
1718 int main() {
1719
1720 /* The GNU C library defines this for functions which it implements
1721     to always fail with ENOSYS.  Some functions are actually named
1722     something starting with __ and the normal name is an alias.  */
1723 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1724 choke me
1725 #else
1726 $ac_func();
1727 #endif
1728
1729 ; return 0; }
1730 EOF
1731 if { (eval echo configure:1732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1732   rm -rf conftest*
1733   eval "ac_cv_func_$ac_func=yes"
1734 else
1735   echo "configure: failed program was:" >&5
1736   cat conftest.$ac_ext >&5
1737   rm -rf conftest*
1738   eval "ac_cv_func_$ac_func=no"
1739 fi
1740 rm -f conftest*
1741 fi
1742
1743 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1744   echo "$ac_t""yes" 1>&6
1745     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1746   cat >> confdefs.h <<EOF
1747 #define $ac_tr_func 1
1748 EOF
1749  
1750 else
1751   echo "$ac_t""no" 1>&6
1752 fi
1753 done
1754
1755 for ac_func in strlen strcpy strcat strstr strcmp strerror strtok strdup
1756 do
1757 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1758 echo "configure:1759: checking for $ac_func" >&5
1759 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1760   echo $ac_n "(cached) $ac_c" 1>&6
1761 else
1762   cat > conftest.$ac_ext <<EOF
1763 #line 1764 "configure"
1764 #include "confdefs.h"
1765 /* System header to define __stub macros and hopefully few prototypes,
1766     which can conflict with char $ac_func(); below.  */
1767 #include <assert.h>
1768 /* Override any gcc2 internal prototype to avoid an error.  */
1769 #ifdef __cplusplus
1770 extern "C"
1771 #endif
1772 /* We use char because int might match the return type of a gcc2
1773     builtin and then its argument prototype would still apply.  */
1774 char $ac_func();
1775
1776 int main() {
1777
1778 /* The GNU C library defines this for functions which it implements
1779     to always fail with ENOSYS.  Some functions are actually named
1780     something starting with __ and the normal name is an alias.  */
1781 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1782 choke me
1783 #else
1784 $ac_func();
1785 #endif
1786
1787 ; return 0; }
1788 EOF
1789 if { (eval echo configure:1790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1790   rm -rf conftest*
1791   eval "ac_cv_func_$ac_func=yes"
1792 else
1793   echo "configure: failed program was:" >&5
1794   cat conftest.$ac_ext >&5
1795   rm -rf conftest*
1796   eval "ac_cv_func_$ac_func=no"
1797 fi
1798 rm -f conftest*
1799 fi
1800
1801 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1802   echo "$ac_t""yes" 1>&6
1803     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1804   cat >> confdefs.h <<EOF
1805 #define $ac_tr_func 1
1806 EOF
1807  
1808 else
1809   echo "$ac_t""no" 1>&6
1810 fi
1811 done
1812
1813 for ac_func in strchr memcpy
1814 do
1815 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1816 echo "configure:1817: checking for $ac_func" >&5
1817 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1818   echo $ac_n "(cached) $ac_c" 1>&6
1819 else
1820   cat > conftest.$ac_ext <<EOF
1821 #line 1822 "configure"
1822 #include "confdefs.h"
1823 /* System header to define __stub macros and hopefully few prototypes,
1824     which can conflict with char $ac_func(); below.  */
1825 #include <assert.h>
1826 /* Override any gcc2 internal prototype to avoid an error.  */
1827 #ifdef __cplusplus
1828 extern "C"
1829 #endif
1830 /* We use char because int might match the return type of a gcc2
1831     builtin and then its argument prototype would still apply.  */
1832 char $ac_func();
1833
1834 int main() {
1835
1836 /* The GNU C library defines this for functions which it implements
1837     to always fail with ENOSYS.  Some functions are actually named
1838     something starting with __ and the normal name is an alias.  */
1839 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1840 choke me
1841 #else
1842 $ac_func();
1843 #endif
1844
1845 ; return 0; }
1846 EOF
1847 if { (eval echo configure:1848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1848   rm -rf conftest*
1849   eval "ac_cv_func_$ac_func=yes"
1850 else
1851   echo "configure: failed program was:" >&5
1852   cat conftest.$ac_ext >&5
1853   rm -rf conftest*
1854   eval "ac_cv_func_$ac_func=no"
1855 fi
1856 rm -f conftest*
1857 fi
1858
1859 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1860   echo "$ac_t""yes" 1>&6
1861     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1862   cat >> confdefs.h <<EOF
1863 #define $ac_tr_func 1
1864 EOF
1865  
1866 else
1867   echo "$ac_t""no" 1>&6
1868 fi
1869 done
1870
1871 for ac_func in fgets
1872 do
1873 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1874 echo "configure:1875: checking for $ac_func" >&5
1875 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1876   echo $ac_n "(cached) $ac_c" 1>&6
1877 else
1878   cat > conftest.$ac_ext <<EOF
1879 #line 1880 "configure"
1880 #include "confdefs.h"
1881 /* System header to define __stub macros and hopefully few prototypes,
1882     which can conflict with char $ac_func(); below.  */
1883 #include <assert.h>
1884 /* Override any gcc2 internal prototype to avoid an error.  */
1885 #ifdef __cplusplus
1886 extern "C"
1887 #endif
1888 /* We use char because int might match the return type of a gcc2
1889     builtin and then its argument prototype would still apply.  */
1890 char $ac_func();
1891
1892 int main() {
1893
1894 /* The GNU C library defines this for functions which it implements
1895     to always fail with ENOSYS.  Some functions are actually named
1896     something starting with __ and the normal name is an alias.  */
1897 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1898 choke me
1899 #else
1900 $ac_func();
1901 #endif
1902
1903 ; return 0; }
1904 EOF
1905 if { (eval echo configure:1906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1906   rm -rf conftest*
1907   eval "ac_cv_func_$ac_func=yes"
1908 else
1909   echo "configure: failed program was:" >&5
1910   cat conftest.$ac_ext >&5
1911   rm -rf conftest*
1912   eval "ac_cv_func_$ac_func=no"
1913 fi
1914 rm -f conftest*
1915 fi
1916
1917 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1918   echo "$ac_t""yes" 1>&6
1919     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1920   cat >> confdefs.h <<EOF
1921 #define $ac_tr_func 1
1922 EOF
1923  
1924 else
1925   echo "$ac_t""no" 1>&6
1926 fi
1927 done
1928
1929 for ac_func in yylex
1930 do
1931 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1932 echo "configure:1933: checking for $ac_func" >&5
1933 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1934   echo $ac_n "(cached) $ac_c" 1>&6
1935 else
1936   cat > conftest.$ac_ext <<EOF
1937 #line 1938 "configure"
1938 #include "confdefs.h"
1939 /* System header to define __stub macros and hopefully few prototypes,
1940     which can conflict with char $ac_func(); below.  */
1941 #include <assert.h>
1942 /* Override any gcc2 internal prototype to avoid an error.  */
1943 #ifdef __cplusplus
1944 extern "C"
1945 #endif
1946 /* We use char because int might match the return type of a gcc2
1947     builtin and then its argument prototype would still apply.  */
1948 char $ac_func();
1949
1950 int main() {
1951
1952 /* The GNU C library defines this for functions which it implements
1953     to always fail with ENOSYS.  Some functions are actually named
1954     something starting with __ and the normal name is an alias.  */
1955 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1956 choke me
1957 #else
1958 $ac_func();
1959 #endif
1960
1961 ; return 0; }
1962 EOF
1963 if { (eval echo configure:1964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1964   rm -rf conftest*
1965   eval "ac_cv_func_$ac_func=yes"
1966 else
1967   echo "configure: failed program was:" >&5
1968   cat conftest.$ac_ext >&5
1969   rm -rf conftest*
1970   eval "ac_cv_func_$ac_func=no"
1971 fi
1972 rm -f conftest*
1973 fi
1974
1975 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1976   echo "$ac_t""yes" 1>&6
1977     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1978   cat >> confdefs.h <<EOF
1979 #define $ac_tr_func 1
1980 EOF
1981  
1982 else
1983   echo "$ac_t""no" 1>&6
1984 fi
1985 done
1986
1987
1988 echo $ac_n "checking whether scanf knows %a""... $ac_c" 1>&6
1989 echo "configure:1990: checking whether scanf knows %a" >&5
1990 if eval "test \"`echo '$''{'s51_cv_scanf_a'+set}'`\" = set"; then
1991   echo $ac_n "(cached) $ac_c" 1>&6
1992 else
1993   echo "a b" >conftest.data
1994 if test "$cross_compiling" = yes; then
1995   s51_cv_scanf_a="unknown"
1996 else
1997   cat > conftest.$ac_ext <<EOF
1998 #line 1999 "configure"
1999 #include "confdefs.h"
2000 #ifdef __cplusplus
2001 extern "C" void exit(int);
2002 #endif
2003
2004 #include <stdio.h>
2005 void main(void)
2006 {
2007   FILE *f;
2008   char *a;
2009   int  i;
2010   if ((f= fopen("conftest.data", "r")) == NULL)
2011     exit(1);
2012   i= fscanf(f, " %a[a-z] ", &a);
2013   fclose(f);
2014   if (i == 0)
2015     exit(2);
2016   if (i == 1)
2017     exit(0);
2018   exit(3);
2019 }
2020 EOF
2021 if { (eval echo configure:2022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2022 then
2023   s51_cv_scanf_a="yes"
2024 else
2025   echo "configure: failed program was:" >&5
2026   cat conftest.$ac_ext >&5
2027   rm -fr conftest*
2028   s51_cv_scanf_a="no"
2029 fi
2030 rm -fr conftest*
2031 fi
2032
2033
2034 fi
2035
2036 echo "$ac_t""$s51_cv_scanf_a" 1>&6
2037 if test "$s51_cv_scanf_a" = "yes"; then
2038   cat >> confdefs.h <<\EOF
2039 #define SCANF_A 1
2040 EOF
2041
2042 fi
2043
2044 echo $ac_n "checking whether getcwd is GNUish""... $ac_c" 1>&6
2045 echo "configure:2046: checking whether getcwd is GNUish" >&5
2046 if eval "test \"`echo '$''{'s51_cv_getcwd'+set}'`\" = set"; then
2047   echo $ac_n "(cached) $ac_c" 1>&6
2048 else
2049   if test "$cross_compiling" = yes; then
2050   s51_cv_getcwd="unknown"
2051 else
2052   cat > conftest.$ac_ext <<EOF
2053 #line 2054 "configure"
2054 #include "confdefs.h"
2055 #ifdef __cplusplus
2056 extern "C" void exit(int);
2057 #endif
2058
2059 #include <unistd.h>
2060 void main(void)
2061 {
2062   if ((getcwd(NULL, 0)) == NULL)
2063     exit(1);
2064   exit(0);
2065 }
2066 EOF
2067 if { (eval echo configure:2068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2068 then
2069   s51_cv_getcwd="yes"
2070 else
2071   echo "configure: failed program was:" >&5
2072   cat conftest.$ac_ext >&5
2073   rm -fr conftest*
2074   s51_cv_getcwd="no"
2075 fi
2076 rm -fr conftest*
2077 fi
2078
2079
2080 fi
2081
2082 echo "$ac_t""$s51_cv_getcwd" 1>&6
2083 if test "$s51_cv_getcwd" = "yes"; then
2084   cat >> confdefs.h <<\EOF
2085 #define GNU_GETCWD 1
2086 EOF
2087
2088 fi
2089
2090
2091 # Macro definitions
2092 ###################
2093
2094 # DD_COPT macro checks if the compiler specified as the 1st parameter
2095 # supports option specified as the 2nd parameter
2096 # For example: DD_CPORT(CXX, fPIC)
2097
2098
2099
2100
2101 # Checking characteristics of compilers and other programs
2102 # --------------------------------------------------------
2103 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
2104 echo "configure:2105: checking whether byte ordering is bigendian" >&5
2105 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
2106   echo $ac_n "(cached) $ac_c" 1>&6
2107 else
2108   ac_cv_c_bigendian=unknown
2109 # See if sys/param.h defines the BYTE_ORDER macro.
2110 cat > conftest.$ac_ext <<EOF
2111 #line 2112 "configure"
2112 #include "confdefs.h"
2113 #include <sys/types.h>
2114 #include <sys/param.h>
2115 int main() {
2116
2117 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
2118  bogus endian macros
2119 #endif
2120 ; return 0; }
2121 EOF
2122 if { (eval echo configure:2123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2123   rm -rf conftest*
2124   # It does; now see whether it defined to BIG_ENDIAN or not.
2125 cat > conftest.$ac_ext <<EOF
2126 #line 2127 "configure"
2127 #include "confdefs.h"
2128 #include <sys/types.h>
2129 #include <sys/param.h>
2130 int main() {
2131
2132 #if BYTE_ORDER != BIG_ENDIAN
2133  not big endian
2134 #endif
2135 ; return 0; }
2136 EOF
2137 if { (eval echo configure:2138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2138   rm -rf conftest*
2139   ac_cv_c_bigendian=yes
2140 else
2141   echo "configure: failed program was:" >&5
2142   cat conftest.$ac_ext >&5
2143   rm -rf conftest*
2144   ac_cv_c_bigendian=no
2145 fi
2146 rm -f conftest*
2147 else
2148   echo "configure: failed program was:" >&5
2149   cat conftest.$ac_ext >&5
2150 fi
2151 rm -f conftest*
2152 if test $ac_cv_c_bigendian = unknown; then
2153 if test "$cross_compiling" = yes; then
2154     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2155 else
2156   cat > conftest.$ac_ext <<EOF
2157 #line 2158 "configure"
2158 #include "confdefs.h"
2159 #ifdef __cplusplus
2160 extern "C" void exit(int);
2161 #endif
2162 main () {
2163   /* Are we little or big endian?  From Harbison&Steele.  */
2164   union
2165   {
2166     long l;
2167     char c[sizeof (long)];
2168   } u;
2169   u.l = 1;
2170   exit (u.c[sizeof (long) - 1] == 1);
2171 }
2172 EOF
2173 if { (eval echo configure:2174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2174 then
2175   ac_cv_c_bigendian=no
2176 else
2177   echo "configure: failed program was:" >&5
2178   cat conftest.$ac_ext >&5
2179   rm -fr conftest*
2180   ac_cv_c_bigendian=yes
2181 fi
2182 rm -fr conftest*
2183 fi
2184
2185 fi
2186 fi
2187
2188 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
2189 if test $ac_cv_c_bigendian = yes; then
2190   cat >> confdefs.h <<\EOF
2191 #define WORDS_BIGENDIAN 1
2192 EOF
2193
2194 fi
2195
2196 echo $ac_n "checking whether preprocessor accepts -MM or -M""... $ac_c" 1>&6
2197 echo "configure:2198: checking whether preprocessor accepts -MM or -M" >&5
2198 if eval "test \"`echo '$''{'s51_cv_MM'+set}'`\" = set"; then
2199   echo $ac_n "(cached) $ac_c" 1>&6
2200 else
2201   echo "#include <stdio.h>" >_test_.c
2202 echo "" >>_test_.c
2203 $CXXCPP -v -MM _test_.c 1>&5 2>&5
2204 if test "$?" = "0"; then
2205   s51_cv_MM="-MM"
2206 else
2207   s51_cv_MM="-M"
2208 fi
2209 rm -f _test_.*
2210 fi
2211
2212 echo "$ac_t""$s51_cv_MM" 1>&6
2213 M_OR_MM=$s51_cv_MM
2214
2215
2216 # This is the first time when CFLAGS are set/modified!!
2217
2218
2219 echo $ac_n "checking whether $CXX accepts -ggdb""... $ac_c" 1>&6
2220 echo "configure:2221: checking whether $CXX accepts -ggdb" >&5
2221 if eval "test \"`echo '$''{'s51_cv_CXXggdb'+set}'`\" = set"; then
2222   echo $ac_n "(cached) $ac_c" 1>&6
2223 else
2224   cat >_test_.c <<EOF
2225 #include <stdio.h>
2226 void main(void) {}
2227 EOF
2228 $CXX -v -ggdb -c _test_.c 1>&5 2>&5
2229 if test "$?" = "0"; then
2230   s51_cv_CXXggdb="yes"
2231 else
2232   s51_cv_CXXggdb="no"
2233 fi
2234 rm -f _test_.* a.out
2235 fi
2236
2237 echo "$ac_t""$s51_cv_CXXggdb" 1>&6
2238
2239 if test "$s51_cv_CXXggdb" = "yes"; then
2240     if test "$CXXFLAGS"x = x ;then
2241         CXXFLAGS="-ggdb -O"
2242     else
2243         CXXFLAGS="$CXXFLAGS -ggdb"
2244     fi
2245 fi
2246
2247
2248 echo $ac_n "checking whether $CXX accepts -pipe""... $ac_c" 1>&6
2249 echo "configure:2250: checking whether $CXX accepts -pipe" >&5
2250 if eval "test \"`echo '$''{'s51_cv_CXXpipe'+set}'`\" = set"; then
2251   echo $ac_n "(cached) $ac_c" 1>&6
2252 else
2253   cat >_test_.c <<EOF
2254 #include <stdio.h>
2255 void main(void) {}
2256 EOF
2257 $CXX -v -pipe -c _test_.c 1>&5 2>&5
2258 if test "$?" = "0"; then
2259   s51_cv_CXXpipe="yes"
2260 else
2261   s51_cv_CXXpipe="no"
2262 fi
2263 rm -f _test_.* a.out
2264 fi
2265
2266 echo "$ac_t""$s51_cv_CXXpipe" 1>&6
2267
2268 if test "$s51_cv_CXXpipe" = "yes"; then
2269   CXXFLAGS="$CXXFLAGS -pipe"
2270 fi
2271
2272
2273 # Checks for typedefs, structures, and compiler characteristics.
2274 # ===========================================================================
2275
2276 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2277 echo "configure:2278: checking return type of signal handlers" >&5
2278 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2279   echo $ac_n "(cached) $ac_c" 1>&6
2280 else
2281   cat > conftest.$ac_ext <<EOF
2282 #line 2283 "configure"
2283 #include "confdefs.h"
2284 #include <sys/types.h>
2285 #include <signal.h>
2286 #ifdef signal
2287 #undef signal
2288 #endif
2289 #ifdef __cplusplus
2290 extern "C" void (*signal (int, void (*)(int)))(int);
2291 #else
2292 void (*signal ()) ();
2293 #endif
2294
2295 int main() {
2296 int i;
2297 ; return 0; }
2298 EOF
2299 if { (eval echo configure:2300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2300   rm -rf conftest*
2301   ac_cv_type_signal=void
2302 else
2303   echo "configure: failed program was:" >&5
2304   cat conftest.$ac_ext >&5
2305   rm -rf conftest*
2306   ac_cv_type_signal=int
2307 fi
2308 rm -f conftest*
2309 fi
2310
2311 echo "$ac_t""$ac_cv_type_signal" 1>&6
2312 cat >> confdefs.h <<EOF
2313 #define RETSIGTYPE $ac_cv_type_signal
2314 EOF
2315
2316
2317 echo $ac_n "checking size of char""... $ac_c" 1>&6
2318 echo "configure:2319: checking size of char" >&5
2319 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
2320   echo $ac_n "(cached) $ac_c" 1>&6
2321 else
2322   if test "$cross_compiling" = yes; then
2323     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2324 else
2325   cat > conftest.$ac_ext <<EOF
2326 #line 2327 "configure"
2327 #include "confdefs.h"
2328 #ifdef __cplusplus
2329 extern "C" void exit(int);
2330 #endif
2331 #include <stdio.h>
2332 main()
2333 {
2334   FILE *f=fopen("conftestval", "w");
2335   if (!f) exit(1);
2336   fprintf(f, "%d\n", sizeof(char));
2337   exit(0);
2338 }
2339 EOF
2340 if { (eval echo configure:2341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2341 then
2342   ac_cv_sizeof_char=`cat conftestval`
2343 else
2344   echo "configure: failed program was:" >&5
2345   cat conftest.$ac_ext >&5
2346   rm -fr conftest*
2347   ac_cv_sizeof_char=0
2348 fi
2349 rm -fr conftest*
2350 fi
2351
2352 fi
2353 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
2354 cat >> confdefs.h <<EOF
2355 #define SIZEOF_CHAR $ac_cv_sizeof_char
2356 EOF
2357
2358
2359 echo $ac_n "checking size of short""... $ac_c" 1>&6
2360 echo "configure:2361: checking size of short" >&5
2361 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
2362   echo $ac_n "(cached) $ac_c" 1>&6
2363 else
2364   if test "$cross_compiling" = yes; then
2365     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2366 else
2367   cat > conftest.$ac_ext <<EOF
2368 #line 2369 "configure"
2369 #include "confdefs.h"
2370 #ifdef __cplusplus
2371 extern "C" void exit(int);
2372 #endif
2373 #include <stdio.h>
2374 main()
2375 {
2376   FILE *f=fopen("conftestval", "w");
2377   if (!f) exit(1);
2378   fprintf(f, "%d\n", sizeof(short));
2379   exit(0);
2380 }
2381 EOF
2382 if { (eval echo configure:2383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2383 then
2384   ac_cv_sizeof_short=`cat conftestval`
2385 else
2386   echo "configure: failed program was:" >&5
2387   cat conftest.$ac_ext >&5
2388   rm -fr conftest*
2389   ac_cv_sizeof_short=0
2390 fi
2391 rm -fr conftest*
2392 fi
2393
2394 fi
2395 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
2396 cat >> confdefs.h <<EOF
2397 #define SIZEOF_SHORT $ac_cv_sizeof_short
2398 EOF
2399
2400
2401 echo $ac_n "checking size of int""... $ac_c" 1>&6
2402 echo "configure:2403: checking size of int" >&5
2403 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
2404   echo $ac_n "(cached) $ac_c" 1>&6
2405 else
2406   if test "$cross_compiling" = yes; then
2407     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2408 else
2409   cat > conftest.$ac_ext <<EOF
2410 #line 2411 "configure"
2411 #include "confdefs.h"
2412 #ifdef __cplusplus
2413 extern "C" void exit(int);
2414 #endif
2415 #include <stdio.h>
2416 main()
2417 {
2418   FILE *f=fopen("conftestval", "w");
2419   if (!f) exit(1);
2420   fprintf(f, "%d\n", sizeof(int));
2421   exit(0);
2422 }
2423 EOF
2424 if { (eval echo configure:2425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2425 then
2426   ac_cv_sizeof_int=`cat conftestval`
2427 else
2428   echo "configure: failed program was:" >&5
2429   cat conftest.$ac_ext >&5
2430   rm -fr conftest*
2431   ac_cv_sizeof_int=0
2432 fi
2433 rm -fr conftest*
2434 fi
2435
2436 fi
2437 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
2438 cat >> confdefs.h <<EOF
2439 #define SIZEOF_INT $ac_cv_sizeof_int
2440 EOF
2441
2442
2443 echo $ac_n "checking size of long""... $ac_c" 1>&6
2444 echo "configure:2445: checking size of long" >&5
2445 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
2446   echo $ac_n "(cached) $ac_c" 1>&6
2447 else
2448   if test "$cross_compiling" = yes; then
2449     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2450 else
2451   cat > conftest.$ac_ext <<EOF
2452 #line 2453 "configure"
2453 #include "confdefs.h"
2454 #ifdef __cplusplus
2455 extern "C" void exit(int);
2456 #endif
2457 #include <stdio.h>
2458 main()
2459 {
2460   FILE *f=fopen("conftestval", "w");
2461   if (!f) exit(1);
2462   fprintf(f, "%d\n", sizeof(long));
2463   exit(0);
2464 }
2465 EOF
2466 if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2467 then
2468   ac_cv_sizeof_long=`cat conftestval`
2469 else
2470   echo "configure: failed program was:" >&5
2471   cat conftest.$ac_ext >&5
2472   rm -fr conftest*
2473   ac_cv_sizeof_long=0
2474 fi
2475 rm -fr conftest*
2476 fi
2477
2478 fi
2479 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
2480 cat >> confdefs.h <<EOF
2481 #define SIZEOF_LONG $ac_cv_sizeof_long
2482 EOF
2483
2484
2485 echo $ac_n "checking size of long long""... $ac_c" 1>&6
2486 echo "configure:2487: checking size of long long" >&5
2487 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
2488   echo $ac_n "(cached) $ac_c" 1>&6
2489 else
2490   if test "$cross_compiling" = yes; then
2491     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2492 else
2493   cat > conftest.$ac_ext <<EOF
2494 #line 2495 "configure"
2495 #include "confdefs.h"
2496 #ifdef __cplusplus
2497 extern "C" void exit(int);
2498 #endif
2499 #include <stdio.h>
2500 main()
2501 {
2502   FILE *f=fopen("conftestval", "w");
2503   if (!f) exit(1);
2504   fprintf(f, "%d\n", sizeof(long long));
2505   exit(0);
2506 }
2507 EOF
2508 if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2509 then
2510   ac_cv_sizeof_long_long=`cat conftestval`
2511 else
2512   echo "configure: failed program was:" >&5
2513   cat conftest.$ac_ext >&5
2514   rm -fr conftest*
2515   ac_cv_sizeof_long_long=0
2516 fi
2517 rm -fr conftest*
2518 fi
2519
2520 fi
2521 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
2522 cat >> confdefs.h <<EOF
2523 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
2524 EOF
2525
2526
2527
2528 type_name()
2529 {
2530     if expr "$ac_cv_sizeof_char" '>=' "$1" >/dev/null; then
2531         echo "char"
2532         exit
2533     fi
2534     if expr "$ac_cv_sizeof_short" '>=' "$1" >/dev/null; then
2535         echo "short"
2536         exit
2537     fi
2538     if expr "$ac_cv_sizeof_int" '>=' "$1" >/dev/null; then
2539         echo "int"
2540         exit
2541     fi
2542     if expr "$ac_cv_sizeof_long" '>=' "$1" >/dev/null; then
2543         echo "long"
2544         exit
2545     fi
2546     if expr "$ac_cv_sizeof_long_long" '>=' "$1" >/dev/null; then
2547         echo "long long"
2548         exit
2549     fi
2550     echo "long long"
2551 }
2552
2553 echo $ac_n "checking type name for byte""... $ac_c" 1>&6
2554 echo "configure:2555: checking type name for byte" >&5
2555 TYPE_BYTE=`type_name 1`
2556 echo "$ac_t""$TYPE_BYTE" 1>&6
2557 echo $ac_n "checking type name for word""... $ac_c" 1>&6
2558 echo "configure:2559: checking type name for word" >&5
2559 TYPE_WORD=`type_name 2`
2560 echo "$ac_t""$TYPE_WORD" 1>&6
2561 echo $ac_n "checking type name for dword""... $ac_c" 1>&6
2562 echo "configure:2563: checking type name for dword" >&5
2563 TYPE_DWORD=`type_name 4`
2564 echo "$ac_t""$TYPE_DWORD" 1>&6
2565 cat >> confdefs.h <<EOF
2566 #define TYPE_BYTE $TYPE_BYTE
2567 EOF
2568
2569 cat >> confdefs.h <<EOF
2570 #define TYPE_WORD $TYPE_WORD
2571 EOF
2572
2573 cat >> confdefs.h <<EOF
2574 #define TYPE_DWORD $TYPE_DWORD
2575 EOF
2576
2577
2578 # Generating output files
2579 # ===========================================================================
2580
2581 trap '' 1 2 15
2582 cat > confcache <<\EOF
2583 # This file is a shell script that caches the results of configure
2584 # tests run on this system so they can be shared between configure
2585 # scripts and configure runs.  It is not useful on other systems.
2586 # If it contains results you don't want to keep, you may remove or edit it.
2587 #
2588 # By default, configure uses ./config.cache as the cache file,
2589 # creating it if it does not exist already.  You can give configure
2590 # the --cache-file=FILE option to use a different cache file; that is
2591 # what configure does when it calls configure scripts in
2592 # subdirectories, so they share the cache.
2593 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2594 # config.status only pays attention to the cache file if you give it the
2595 # --recheck option to rerun configure.
2596 #
2597 EOF
2598 # The following way of writing the cache mishandles newlines in values,
2599 # but we know of no workaround that is simple, portable, and efficient.
2600 # So, don't put newlines in cache variables' values.
2601 # Ultrix sh set writes to stderr and can't be redirected directly,
2602 # and sets the high bit in the cache file unless we assign to the vars.
2603 (set) 2>&1 |
2604   case `(ac_space=' '; set | grep ac_space) 2>&1` in
2605   *ac_space=\ *)
2606     # `set' does not quote correctly, so add quotes (double-quote substitution
2607     # turns \\\\ into \\, and sed turns \\ into \).
2608     sed -n \
2609       -e "s/'/'\\\\''/g" \
2610       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2611     ;;
2612   *)
2613     # `set' quotes correctly as required by POSIX, so do not add quotes.
2614     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2615     ;;
2616   esac >> confcache
2617 if cmp -s $cache_file confcache; then
2618   :
2619 else
2620   if test -w $cache_file; then
2621     echo "updating cache $cache_file"
2622     cat confcache > $cache_file
2623   else
2624     echo "not updating unwritable cache $cache_file"
2625   fi
2626 fi
2627 rm -f confcache
2628
2629 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2630
2631 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2632 # Let make expand exec_prefix.
2633 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2634
2635 # Any assignment to VPATH causes Sun make to only execute
2636 # the first set of double-colon rules, so remove it if not needed.
2637 # If there is a colon in the path, we need to keep it.
2638 if test "x$srcdir" = x.; then
2639   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
2640 fi
2641
2642 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2643
2644 DEFS=-DHAVE_CONFIG_H
2645
2646 # Without the "./", some shells look in PATH for config.status.
2647 : ${CONFIG_STATUS=./config.status}
2648
2649 echo creating $CONFIG_STATUS
2650 rm -f $CONFIG_STATUS
2651 cat > $CONFIG_STATUS <<EOF
2652 #! /bin/sh
2653 # Generated automatically by configure.
2654 # Run this file to recreate the current configuration.
2655 # This directory was configured as follows,
2656 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2657 #
2658 # $0 $ac_configure_args
2659 #
2660 # Compiler output produced by configure, useful for debugging
2661 # configure, is in ./config.log if it exists.
2662
2663 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2664 for ac_option
2665 do
2666   case "\$ac_option" in
2667   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2668     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2669     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2670   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2671     echo "$CONFIG_STATUS generated by autoconf version 2.13"
2672     exit 0 ;;
2673   -help | --help | --hel | --he | --h)
2674     echo "\$ac_cs_usage"; exit 0 ;;
2675   *) echo "\$ac_cs_usage"; exit 1 ;;
2676   esac
2677 done
2678
2679 ac_given_srcdir=$srcdir
2680 ac_given_INSTALL="$INSTALL"
2681
2682 trap 'rm -fr `echo "main.mk:main_in.mk
2683 sim.src/Makefile
2684 cmd.src/Makefile
2685 s51.src/Makefile
2686 avr.src/Makefile
2687 z80.src/Makefile
2688 gui.src/Makefile
2689 gui.src/serio.src/Makefile
2690 gui.src/portmon.src/Makefile
2691 doc/Makefile
2692  ddconfig.h:ddconfig_in.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2693 EOF
2694 cat >> $CONFIG_STATUS <<EOF
2695
2696 # Protect against being on the right side of a sed subst in config.status.
2697 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2698  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2699 $ac_vpsub
2700 $extrasub
2701 s%@SHELL@%$SHELL%g
2702 s%@CFLAGS@%$CFLAGS%g
2703 s%@CPPFLAGS@%$CPPFLAGS%g
2704 s%@CXXFLAGS@%$CXXFLAGS%g
2705 s%@FFLAGS@%$FFLAGS%g
2706 s%@DEFS@%$DEFS%g
2707 s%@LDFLAGS@%$LDFLAGS%g
2708 s%@LIBS@%$LIBS%g
2709 s%@exec_prefix@%$exec_prefix%g
2710 s%@prefix@%$prefix%g
2711 s%@program_transform_name@%$program_transform_name%g
2712 s%@bindir@%$bindir%g
2713 s%@sbindir@%$sbindir%g
2714 s%@libexecdir@%$libexecdir%g
2715 s%@datadir@%$datadir%g
2716 s%@sysconfdir@%$sysconfdir%g
2717 s%@sharedstatedir@%$sharedstatedir%g
2718 s%@localstatedir@%$localstatedir%g
2719 s%@libdir@%$libdir%g
2720 s%@includedir@%$includedir%g
2721 s%@oldincludedir@%$oldincludedir%g
2722 s%@infodir@%$infodir%g
2723 s%@mandir@%$mandir%g
2724 s%@AWK@%$AWK%g
2725 s%@VERSION@%$VERSION%g
2726 s%@VERSIONHI@%$VERSIONHI%g
2727 s%@VERSIONLO@%$VERSIONLO%g
2728 s%@VERSIONP@%$VERSIONP%g
2729 s%@CXX@%$CXX%g
2730 s%@CXXCPP@%$CXXCPP%g
2731 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2732 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2733 s%@INSTALL_DATA@%$INSTALL_DATA%g
2734 s%@RANLIB@%$RANLIB%g
2735 s%@panel_ok@%$panel_ok%g
2736 s%@curses_ok@%$curses_ok%g
2737 s%@M_OR_MM@%$M_OR_MM%g
2738
2739 CEOF
2740 EOF
2741
2742 cat >> $CONFIG_STATUS <<\EOF
2743
2744 # Split the substitutions into bite-sized pieces for seds with
2745 # small command number limits, like on Digital OSF/1 and HP-UX.
2746 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2747 ac_file=1 # Number of current file.
2748 ac_beg=1 # First line for current file.
2749 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2750 ac_more_lines=:
2751 ac_sed_cmds=""
2752 while $ac_more_lines; do
2753   if test $ac_beg -gt 1; then
2754     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2755   else
2756     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2757   fi
2758   if test ! -s conftest.s$ac_file; then
2759     ac_more_lines=false
2760     rm -f conftest.s$ac_file
2761   else
2762     if test -z "$ac_sed_cmds"; then
2763       ac_sed_cmds="sed -f conftest.s$ac_file"
2764     else
2765       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2766     fi
2767     ac_file=`expr $ac_file + 1`
2768     ac_beg=$ac_end
2769     ac_end=`expr $ac_end + $ac_max_sed_cmds`
2770   fi
2771 done
2772 if test -z "$ac_sed_cmds"; then
2773   ac_sed_cmds=cat
2774 fi
2775 EOF
2776
2777 cat >> $CONFIG_STATUS <<EOF
2778
2779 CONFIG_FILES=\${CONFIG_FILES-"main.mk:main_in.mk
2780 sim.src/Makefile
2781 cmd.src/Makefile
2782 s51.src/Makefile
2783 avr.src/Makefile
2784 z80.src/Makefile
2785 gui.src/Makefile
2786 gui.src/serio.src/Makefile
2787 gui.src/portmon.src/Makefile
2788 doc/Makefile
2789 "}
2790 EOF
2791 cat >> $CONFIG_STATUS <<\EOF
2792 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2793   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2794   case "$ac_file" in
2795   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2796        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2797   *) ac_file_in="${ac_file}.in" ;;
2798   esac
2799
2800   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2801
2802   # Remove last slash and all that follows it.  Not all systems have dirname.
2803   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2804   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2805     # The file is in a subdirectory.
2806     test ! -d "$ac_dir" && mkdir "$ac_dir"
2807     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2808     # A "../" for each directory in $ac_dir_suffix.
2809     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2810   else
2811     ac_dir_suffix= ac_dots=
2812   fi
2813
2814   case "$ac_given_srcdir" in
2815   .)  srcdir=.
2816       if test -z "$ac_dots"; then top_srcdir=.
2817       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2818   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2819   *) # Relative path.
2820     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2821     top_srcdir="$ac_dots$ac_given_srcdir" ;;
2822   esac
2823
2824   case "$ac_given_INSTALL" in
2825   [/$]*) INSTALL="$ac_given_INSTALL" ;;
2826   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2827   esac
2828
2829   echo creating "$ac_file"
2830   rm -f "$ac_file"
2831   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2832   case "$ac_file" in
2833   *Makefile*) ac_comsub="1i\\
2834 # $configure_input" ;;
2835   *) ac_comsub= ;;
2836   esac
2837
2838   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2839   sed -e "$ac_comsub
2840 s%@configure_input@%$configure_input%g
2841 s%@srcdir@%$srcdir%g
2842 s%@top_srcdir@%$top_srcdir%g
2843 s%@INSTALL@%$INSTALL%g
2844 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2845 fi; done
2846 rm -f conftest.s*
2847
2848 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2849 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2850 #
2851 # ac_d sets the value in "#define NAME VALUE" lines.
2852 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
2853 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
2854 ac_dC='\3'
2855 ac_dD='%g'
2856 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2857 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2858 ac_uB='\([      ]\)%\1#\2define\3'
2859 ac_uC=' '
2860 ac_uD='\4%g'
2861 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2862 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2863 ac_eB='$%\1#\2define\3'
2864 ac_eC=' '
2865 ac_eD='%g'
2866
2867 if test "${CONFIG_HEADERS+set}" != set; then
2868 EOF
2869 cat >> $CONFIG_STATUS <<EOF
2870   CONFIG_HEADERS="ddconfig.h:ddconfig_in.h"
2871 EOF
2872 cat >> $CONFIG_STATUS <<\EOF
2873 fi
2874 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2875   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2876   case "$ac_file" in
2877   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2878        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2879   *) ac_file_in="${ac_file}.in" ;;
2880   esac
2881
2882   echo creating $ac_file
2883
2884   rm -f conftest.frag conftest.in conftest.out
2885   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2886   cat $ac_file_inputs > conftest.in
2887
2888 EOF
2889
2890 # Transform confdefs.h into a sed script conftest.vals that substitutes
2891 # the proper values into config.h.in to produce config.h.  And first:
2892 # Protect against being on the right side of a sed subst in config.status.
2893 # Protect against being in an unquoted here document in config.status.
2894 rm -f conftest.vals
2895 cat > conftest.hdr <<\EOF
2896 s/[\\&%]/\\&/g
2897 s%[\\$`]%\\&%g
2898 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2899 s%ac_d%ac_u%gp
2900 s%ac_u%ac_e%gp
2901 EOF
2902 sed -n -f conftest.hdr confdefs.h > conftest.vals
2903 rm -f conftest.hdr
2904
2905 # This sed command replaces #undef with comments.  This is necessary, for
2906 # example, in the case of _POSIX_SOURCE, which is predefined and required
2907 # on some systems where configure will not decide to define it.
2908 cat >> conftest.vals <<\EOF
2909 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2910 EOF
2911
2912 # Break up conftest.vals because some shells have a limit on
2913 # the size of here documents, and old seds have small limits too.
2914
2915 rm -f conftest.tail
2916 while :
2917 do
2918   ac_lines=`grep -c . conftest.vals`
2919   # grep -c gives empty output for an empty file on some AIX systems.
2920   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2921   # Write a limited-size here document to conftest.frag.
2922   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2923   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2924   echo 'CEOF
2925   sed -f conftest.frag conftest.in > conftest.out
2926   rm -f conftest.in
2927   mv conftest.out conftest.in
2928 ' >> $CONFIG_STATUS
2929   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2930   rm -f conftest.vals
2931   mv conftest.tail conftest.vals
2932 done
2933 rm -f conftest.vals
2934
2935 cat >> $CONFIG_STATUS <<\EOF
2936   rm -f conftest.frag conftest.h
2937   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
2938   cat conftest.in >> conftest.h
2939   rm -f conftest.in
2940   if cmp -s $ac_file conftest.h 2>/dev/null; then
2941     echo "$ac_file is unchanged"
2942     rm -f conftest.h
2943   else
2944     # Remove last slash and all that follows it.  Not all systems have dirname.
2945       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2946       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2947       # The file is in a subdirectory.
2948       test ! -d "$ac_dir" && mkdir "$ac_dir"
2949     fi
2950     rm -f $ac_file
2951     mv conftest.h $ac_file
2952   fi
2953 fi; done
2954
2955 EOF
2956 cat >> $CONFIG_STATUS <<EOF
2957
2958 EOF
2959 cat >> $CONFIG_STATUS <<\EOF
2960
2961 exit 0
2962 EOF
2963 chmod +x $CONFIG_STATUS
2964 rm -fr confdefs* $ac_clean_files
2965 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2966
2967
2968
2969 # End of configure/configure.in