0611fbe6518e8fe9419b9aea63100009766f95e7
[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 CURSES_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 CURSES_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
1587 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
1588 echo "configure:1589: checking for vprintf" >&5
1589 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
1590   echo $ac_n "(cached) $ac_c" 1>&6
1591 else
1592   cat > conftest.$ac_ext <<EOF
1593 #line 1594 "configure"
1594 #include "confdefs.h"
1595 /* System header to define __stub macros and hopefully few prototypes,
1596     which can conflict with char vprintf(); below.  */
1597 #include <assert.h>
1598 /* Override any gcc2 internal prototype to avoid an error.  */
1599 #ifdef __cplusplus
1600 extern "C"
1601 #endif
1602 /* We use char because int might match the return type of a gcc2
1603     builtin and then its argument prototype would still apply.  */
1604 char vprintf();
1605
1606 int main() {
1607
1608 /* The GNU C library defines this for functions which it implements
1609     to always fail with ENOSYS.  Some functions are actually named
1610     something starting with __ and the normal name is an alias.  */
1611 #if defined (__stub_vprintf) || defined (__stub___vprintf)
1612 choke me
1613 #else
1614 vprintf();
1615 #endif
1616
1617 ; return 0; }
1618 EOF
1619 if { (eval echo configure:1620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1620   rm -rf conftest*
1621   eval "ac_cv_func_vprintf=yes"
1622 else
1623   echo "configure: failed program was:" >&5
1624   cat conftest.$ac_ext >&5
1625   rm -rf conftest*
1626   eval "ac_cv_func_vprintf=no"
1627 fi
1628 rm -f conftest*
1629 fi
1630
1631 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
1632   echo "$ac_t""yes" 1>&6
1633   cat >> confdefs.h <<\EOF
1634 #define HAVE_VPRINTF 1
1635 EOF
1636
1637 else
1638   echo "$ac_t""no" 1>&6
1639 fi
1640
1641 if test "$ac_cv_func_vprintf" != yes; then
1642 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
1643 echo "configure:1644: checking for _doprnt" >&5
1644 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
1645   echo $ac_n "(cached) $ac_c" 1>&6
1646 else
1647   cat > conftest.$ac_ext <<EOF
1648 #line 1649 "configure"
1649 #include "confdefs.h"
1650 /* System header to define __stub macros and hopefully few prototypes,
1651     which can conflict with char _doprnt(); below.  */
1652 #include <assert.h>
1653 /* Override any gcc2 internal prototype to avoid an error.  */
1654 #ifdef __cplusplus
1655 extern "C"
1656 #endif
1657 /* We use char because int might match the return type of a gcc2
1658     builtin and then its argument prototype would still apply.  */
1659 char _doprnt();
1660
1661 int main() {
1662
1663 /* The GNU C library defines this for functions which it implements
1664     to always fail with ENOSYS.  Some functions are actually named
1665     something starting with __ and the normal name is an alias.  */
1666 #if defined (__stub__doprnt) || defined (__stub____doprnt)
1667 choke me
1668 #else
1669 _doprnt();
1670 #endif
1671
1672 ; return 0; }
1673 EOF
1674 if { (eval echo configure:1675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1675   rm -rf conftest*
1676   eval "ac_cv_func__doprnt=yes"
1677 else
1678   echo "configure: failed program was:" >&5
1679   cat conftest.$ac_ext >&5
1680   rm -rf conftest*
1681   eval "ac_cv_func__doprnt=no"
1682 fi
1683 rm -f conftest*
1684 fi
1685
1686 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
1687   echo "$ac_t""yes" 1>&6
1688   cat >> confdefs.h <<\EOF
1689 #define HAVE_DOPRNT 1
1690 EOF
1691
1692 else
1693   echo "$ac_t""no" 1>&6
1694 fi
1695
1696 fi
1697
1698 for ac_func in vsnprintf vasprintf
1699 do
1700 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1701 echo "configure:1702: checking for $ac_func" >&5
1702 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1703   echo $ac_n "(cached) $ac_c" 1>&6
1704 else
1705   cat > conftest.$ac_ext <<EOF
1706 #line 1707 "configure"
1707 #include "confdefs.h"
1708 /* System header to define __stub macros and hopefully few prototypes,
1709     which can conflict with char $ac_func(); below.  */
1710 #include <assert.h>
1711 /* Override any gcc2 internal prototype to avoid an error.  */
1712 #ifdef __cplusplus
1713 extern "C"
1714 #endif
1715 /* We use char because int might match the return type of a gcc2
1716     builtin and then its argument prototype would still apply.  */
1717 char $ac_func();
1718
1719 int main() {
1720
1721 /* The GNU C library defines this for functions which it implements
1722     to always fail with ENOSYS.  Some functions are actually named
1723     something starting with __ and the normal name is an alias.  */
1724 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1725 choke me
1726 #else
1727 $ac_func();
1728 #endif
1729
1730 ; return 0; }
1731 EOF
1732 if { (eval echo configure:1733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1733   rm -rf conftest*
1734   eval "ac_cv_func_$ac_func=yes"
1735 else
1736   echo "configure: failed program was:" >&5
1737   cat conftest.$ac_ext >&5
1738   rm -rf conftest*
1739   eval "ac_cv_func_$ac_func=no"
1740 fi
1741 rm -f conftest*
1742 fi
1743
1744 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1745   echo "$ac_t""yes" 1>&6
1746     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1747   cat >> confdefs.h <<EOF
1748 #define $ac_tr_func 1
1749 EOF
1750  
1751 else
1752   echo "$ac_t""no" 1>&6
1753 fi
1754 done
1755
1756 for ac_func in strlen strcpy strcat strstr strcmp strerror strtok strdup
1757 do
1758 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1759 echo "configure:1760: checking for $ac_func" >&5
1760 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1761   echo $ac_n "(cached) $ac_c" 1>&6
1762 else
1763   cat > conftest.$ac_ext <<EOF
1764 #line 1765 "configure"
1765 #include "confdefs.h"
1766 /* System header to define __stub macros and hopefully few prototypes,
1767     which can conflict with char $ac_func(); below.  */
1768 #include <assert.h>
1769 /* Override any gcc2 internal prototype to avoid an error.  */
1770 #ifdef __cplusplus
1771 extern "C"
1772 #endif
1773 /* We use char because int might match the return type of a gcc2
1774     builtin and then its argument prototype would still apply.  */
1775 char $ac_func();
1776
1777 int main() {
1778
1779 /* The GNU C library defines this for functions which it implements
1780     to always fail with ENOSYS.  Some functions are actually named
1781     something starting with __ and the normal name is an alias.  */
1782 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1783 choke me
1784 #else
1785 $ac_func();
1786 #endif
1787
1788 ; return 0; }
1789 EOF
1790 if { (eval echo configure:1791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1791   rm -rf conftest*
1792   eval "ac_cv_func_$ac_func=yes"
1793 else
1794   echo "configure: failed program was:" >&5
1795   cat conftest.$ac_ext >&5
1796   rm -rf conftest*
1797   eval "ac_cv_func_$ac_func=no"
1798 fi
1799 rm -f conftest*
1800 fi
1801
1802 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1803   echo "$ac_t""yes" 1>&6
1804     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1805   cat >> confdefs.h <<EOF
1806 #define $ac_tr_func 1
1807 EOF
1808  
1809 else
1810   echo "$ac_t""no" 1>&6
1811 fi
1812 done
1813
1814 for ac_func in strchr memcpy
1815 do
1816 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1817 echo "configure:1818: checking for $ac_func" >&5
1818 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1819   echo $ac_n "(cached) $ac_c" 1>&6
1820 else
1821   cat > conftest.$ac_ext <<EOF
1822 #line 1823 "configure"
1823 #include "confdefs.h"
1824 /* System header to define __stub macros and hopefully few prototypes,
1825     which can conflict with char $ac_func(); below.  */
1826 #include <assert.h>
1827 /* Override any gcc2 internal prototype to avoid an error.  */
1828 #ifdef __cplusplus
1829 extern "C"
1830 #endif
1831 /* We use char because int might match the return type of a gcc2
1832     builtin and then its argument prototype would still apply.  */
1833 char $ac_func();
1834
1835 int main() {
1836
1837 /* The GNU C library defines this for functions which it implements
1838     to always fail with ENOSYS.  Some functions are actually named
1839     something starting with __ and the normal name is an alias.  */
1840 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1841 choke me
1842 #else
1843 $ac_func();
1844 #endif
1845
1846 ; return 0; }
1847 EOF
1848 if { (eval echo configure:1849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1849   rm -rf conftest*
1850   eval "ac_cv_func_$ac_func=yes"
1851 else
1852   echo "configure: failed program was:" >&5
1853   cat conftest.$ac_ext >&5
1854   rm -rf conftest*
1855   eval "ac_cv_func_$ac_func=no"
1856 fi
1857 rm -f conftest*
1858 fi
1859
1860 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1861   echo "$ac_t""yes" 1>&6
1862     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1863   cat >> confdefs.h <<EOF
1864 #define $ac_tr_func 1
1865 EOF
1866  
1867 else
1868   echo "$ac_t""no" 1>&6
1869 fi
1870 done
1871
1872 for ac_func in fgets
1873 do
1874 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1875 echo "configure:1876: checking for $ac_func" >&5
1876 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1877   echo $ac_n "(cached) $ac_c" 1>&6
1878 else
1879   cat > conftest.$ac_ext <<EOF
1880 #line 1881 "configure"
1881 #include "confdefs.h"
1882 /* System header to define __stub macros and hopefully few prototypes,
1883     which can conflict with char $ac_func(); below.  */
1884 #include <assert.h>
1885 /* Override any gcc2 internal prototype to avoid an error.  */
1886 #ifdef __cplusplus
1887 extern "C"
1888 #endif
1889 /* We use char because int might match the return type of a gcc2
1890     builtin and then its argument prototype would still apply.  */
1891 char $ac_func();
1892
1893 int main() {
1894
1895 /* The GNU C library defines this for functions which it implements
1896     to always fail with ENOSYS.  Some functions are actually named
1897     something starting with __ and the normal name is an alias.  */
1898 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1899 choke me
1900 #else
1901 $ac_func();
1902 #endif
1903
1904 ; return 0; }
1905 EOF
1906 if { (eval echo configure:1907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1907   rm -rf conftest*
1908   eval "ac_cv_func_$ac_func=yes"
1909 else
1910   echo "configure: failed program was:" >&5
1911   cat conftest.$ac_ext >&5
1912   rm -rf conftest*
1913   eval "ac_cv_func_$ac_func=no"
1914 fi
1915 rm -f conftest*
1916 fi
1917
1918 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1919   echo "$ac_t""yes" 1>&6
1920     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1921   cat >> confdefs.h <<EOF
1922 #define $ac_tr_func 1
1923 EOF
1924  
1925 else
1926   echo "$ac_t""no" 1>&6
1927 fi
1928 done
1929
1930 for ac_func in yylex
1931 do
1932 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1933 echo "configure:1934: checking for $ac_func" >&5
1934 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1935   echo $ac_n "(cached) $ac_c" 1>&6
1936 else
1937   cat > conftest.$ac_ext <<EOF
1938 #line 1939 "configure"
1939 #include "confdefs.h"
1940 /* System header to define __stub macros and hopefully few prototypes,
1941     which can conflict with char $ac_func(); below.  */
1942 #include <assert.h>
1943 /* Override any gcc2 internal prototype to avoid an error.  */
1944 #ifdef __cplusplus
1945 extern "C"
1946 #endif
1947 /* We use char because int might match the return type of a gcc2
1948     builtin and then its argument prototype would still apply.  */
1949 char $ac_func();
1950
1951 int main() {
1952
1953 /* The GNU C library defines this for functions which it implements
1954     to always fail with ENOSYS.  Some functions are actually named
1955     something starting with __ and the normal name is an alias.  */
1956 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1957 choke me
1958 #else
1959 $ac_func();
1960 #endif
1961
1962 ; return 0; }
1963 EOF
1964 if { (eval echo configure:1965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1965   rm -rf conftest*
1966   eval "ac_cv_func_$ac_func=yes"
1967 else
1968   echo "configure: failed program was:" >&5
1969   cat conftest.$ac_ext >&5
1970   rm -rf conftest*
1971   eval "ac_cv_func_$ac_func=no"
1972 fi
1973 rm -f conftest*
1974 fi
1975
1976 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1977   echo "$ac_t""yes" 1>&6
1978     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1979   cat >> confdefs.h <<EOF
1980 #define $ac_tr_func 1
1981 EOF
1982  
1983 else
1984   echo "$ac_t""no" 1>&6
1985 fi
1986 done
1987
1988
1989 echo $ac_n "checking whether scanf knows %a""... $ac_c" 1>&6
1990 echo "configure:1991: checking whether scanf knows %a" >&5
1991 if eval "test \"`echo '$''{'s51_cv_scanf_a'+set}'`\" = set"; then
1992   echo $ac_n "(cached) $ac_c" 1>&6
1993 else
1994   echo "a b" >conftest.data
1995 if test "$cross_compiling" = yes; then
1996   s51_cv_scanf_a="unknown"
1997 else
1998   cat > conftest.$ac_ext <<EOF
1999 #line 2000 "configure"
2000 #include "confdefs.h"
2001 #ifdef __cplusplus
2002 extern "C" void exit(int);
2003 #endif
2004
2005 #include <stdio.h>
2006 void main(void)
2007 {
2008   FILE *f;
2009   char *a;
2010   int  i;
2011   if ((f= fopen("conftest.data", "r")) == NULL)
2012     exit(1);
2013   i= fscanf(f, " %a[a-z] ", &a);
2014   fclose(f);
2015   if (i == 0)
2016     exit(2);
2017   if (i == 1)
2018     exit(0);
2019   exit(3);
2020 }
2021 EOF
2022 if { (eval echo configure:2023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2023 then
2024   s51_cv_scanf_a="yes"
2025 else
2026   echo "configure: failed program was:" >&5
2027   cat conftest.$ac_ext >&5
2028   rm -fr conftest*
2029   s51_cv_scanf_a="no"
2030 fi
2031 rm -fr conftest*
2032 fi
2033
2034
2035 fi
2036
2037 echo "$ac_t""$s51_cv_scanf_a" 1>&6
2038 if test "$s51_cv_scanf_a" = "yes"; then
2039   cat >> confdefs.h <<\EOF
2040 #define SCANF_A 1
2041 EOF
2042
2043 fi
2044
2045 echo $ac_n "checking whether getcwd is GNUish""... $ac_c" 1>&6
2046 echo "configure:2047: checking whether getcwd is GNUish" >&5
2047 if eval "test \"`echo '$''{'s51_cv_getcwd'+set}'`\" = set"; then
2048   echo $ac_n "(cached) $ac_c" 1>&6
2049 else
2050   if test "$cross_compiling" = yes; then
2051   s51_cv_getcwd="unknown"
2052 else
2053   cat > conftest.$ac_ext <<EOF
2054 #line 2055 "configure"
2055 #include "confdefs.h"
2056 #ifdef __cplusplus
2057 extern "C" void exit(int);
2058 #endif
2059
2060 #include <unistd.h>
2061 void main(void)
2062 {
2063   if ((getcwd(NULL, 0)) == NULL)
2064     exit(1);
2065   exit(0);
2066 }
2067 EOF
2068 if { (eval echo configure:2069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2069 then
2070   s51_cv_getcwd="yes"
2071 else
2072   echo "configure: failed program was:" >&5
2073   cat conftest.$ac_ext >&5
2074   rm -fr conftest*
2075   s51_cv_getcwd="no"
2076 fi
2077 rm -fr conftest*
2078 fi
2079
2080
2081 fi
2082
2083 echo "$ac_t""$s51_cv_getcwd" 1>&6
2084 if test "$s51_cv_getcwd" = "yes"; then
2085   cat >> confdefs.h <<\EOF
2086 #define GNU_GETCWD 1
2087 EOF
2088
2089 fi
2090
2091
2092 # Macro definitions
2093 ###################
2094
2095 # DD_COPT macro checks if the compiler specified as the 1st parameter
2096 # supports option specified as the 2nd parameter
2097 # For example: DD_CPORT(CXX, fPIC)
2098
2099
2100
2101
2102 # Checking characteristics of compilers and other programs
2103 # --------------------------------------------------------
2104 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
2105 echo "configure:2106: checking whether byte ordering is bigendian" >&5
2106 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
2107   echo $ac_n "(cached) $ac_c" 1>&6
2108 else
2109   ac_cv_c_bigendian=unknown
2110 # See if sys/param.h defines the BYTE_ORDER macro.
2111 cat > conftest.$ac_ext <<EOF
2112 #line 2113 "configure"
2113 #include "confdefs.h"
2114 #include <sys/types.h>
2115 #include <sys/param.h>
2116 int main() {
2117
2118 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
2119  bogus endian macros
2120 #endif
2121 ; return 0; }
2122 EOF
2123 if { (eval echo configure:2124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2124   rm -rf conftest*
2125   # It does; now see whether it defined to BIG_ENDIAN or not.
2126 cat > conftest.$ac_ext <<EOF
2127 #line 2128 "configure"
2128 #include "confdefs.h"
2129 #include <sys/types.h>
2130 #include <sys/param.h>
2131 int main() {
2132
2133 #if BYTE_ORDER != BIG_ENDIAN
2134  not big endian
2135 #endif
2136 ; return 0; }
2137 EOF
2138 if { (eval echo configure:2139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2139   rm -rf conftest*
2140   ac_cv_c_bigendian=yes
2141 else
2142   echo "configure: failed program was:" >&5
2143   cat conftest.$ac_ext >&5
2144   rm -rf conftest*
2145   ac_cv_c_bigendian=no
2146 fi
2147 rm -f conftest*
2148 else
2149   echo "configure: failed program was:" >&5
2150   cat conftest.$ac_ext >&5
2151 fi
2152 rm -f conftest*
2153 if test $ac_cv_c_bigendian = unknown; then
2154 if test "$cross_compiling" = yes; then
2155     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2156 else
2157   cat > conftest.$ac_ext <<EOF
2158 #line 2159 "configure"
2159 #include "confdefs.h"
2160 #ifdef __cplusplus
2161 extern "C" void exit(int);
2162 #endif
2163 main () {
2164   /* Are we little or big endian?  From Harbison&Steele.  */
2165   union
2166   {
2167     long l;
2168     char c[sizeof (long)];
2169   } u;
2170   u.l = 1;
2171   exit (u.c[sizeof (long) - 1] == 1);
2172 }
2173 EOF
2174 if { (eval echo configure:2175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2175 then
2176   ac_cv_c_bigendian=no
2177 else
2178   echo "configure: failed program was:" >&5
2179   cat conftest.$ac_ext >&5
2180   rm -fr conftest*
2181   ac_cv_c_bigendian=yes
2182 fi
2183 rm -fr conftest*
2184 fi
2185
2186 fi
2187 fi
2188
2189 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
2190 if test $ac_cv_c_bigendian = yes; then
2191   cat >> confdefs.h <<\EOF
2192 #define WORDS_BIGENDIAN 1
2193 EOF
2194
2195 fi
2196
2197 echo $ac_n "checking whether preprocessor accepts -MM or -M""... $ac_c" 1>&6
2198 echo "configure:2199: checking whether preprocessor accepts -MM or -M" >&5
2199 if eval "test \"`echo '$''{'s51_cv_MM'+set}'`\" = set"; then
2200   echo $ac_n "(cached) $ac_c" 1>&6
2201 else
2202   echo "#include <stdio.h>" >_test_.c
2203 echo "" >>_test_.c
2204 $CXXCPP -v -MM _test_.c 1>&5 2>&5
2205 if test "$?" = "0"; then
2206   s51_cv_MM="-MM"
2207 else
2208   s51_cv_MM="-M"
2209 fi
2210 rm -f _test_.*
2211 fi
2212
2213 echo "$ac_t""$s51_cv_MM" 1>&6
2214 M_OR_MM=$s51_cv_MM
2215
2216
2217 # This is the first time when CFLAGS are set/modified!!
2218
2219
2220 echo $ac_n "checking whether $CXX accepts -ggdb""... $ac_c" 1>&6
2221 echo "configure:2222: checking whether $CXX accepts -ggdb" >&5
2222 if eval "test \"`echo '$''{'s51_cv_CXXggdb'+set}'`\" = set"; then
2223   echo $ac_n "(cached) $ac_c" 1>&6
2224 else
2225   cat >_test_.c <<EOF
2226 #include <stdio.h>
2227 void main(void) {}
2228 EOF
2229 $CXX -v -ggdb -c _test_.c 1>&5 2>&5
2230 if test "$?" = "0"; then
2231   s51_cv_CXXggdb="yes"
2232 else
2233   s51_cv_CXXggdb="no"
2234 fi
2235 rm -f _test_.* a.out
2236 fi
2237
2238 echo "$ac_t""$s51_cv_CXXggdb" 1>&6
2239
2240 if test "$s51_cv_CXXggdb" = "yes"; then
2241     if test "$CXXFLAGS"x = x ;then
2242         CXXFLAGS="-ggdb -O"
2243     else
2244         CXXFLAGS="$CXXFLAGS -ggdb"
2245     fi
2246 fi
2247
2248
2249 echo $ac_n "checking whether $CXX accepts -pipe""... $ac_c" 1>&6
2250 echo "configure:2251: checking whether $CXX accepts -pipe" >&5
2251 if eval "test \"`echo '$''{'s51_cv_CXXpipe'+set}'`\" = set"; then
2252   echo $ac_n "(cached) $ac_c" 1>&6
2253 else
2254   cat >_test_.c <<EOF
2255 #include <stdio.h>
2256 void main(void) {}
2257 EOF
2258 $CXX -v -pipe -c _test_.c 1>&5 2>&5
2259 if test "$?" = "0"; then
2260   s51_cv_CXXpipe="yes"
2261 else
2262   s51_cv_CXXpipe="no"
2263 fi
2264 rm -f _test_.* a.out
2265 fi
2266
2267 echo "$ac_t""$s51_cv_CXXpipe" 1>&6
2268
2269 if test "$s51_cv_CXXpipe" = "yes"; then
2270   CXXFLAGS="$CXXFLAGS -pipe"
2271 fi
2272
2273
2274 # Checks for typedefs, structures, and compiler characteristics.
2275 # ===========================================================================
2276
2277 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2278 echo "configure:2279: checking return type of signal handlers" >&5
2279 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2280   echo $ac_n "(cached) $ac_c" 1>&6
2281 else
2282   cat > conftest.$ac_ext <<EOF
2283 #line 2284 "configure"
2284 #include "confdefs.h"
2285 #include <sys/types.h>
2286 #include <signal.h>
2287 #ifdef signal
2288 #undef signal
2289 #endif
2290 #ifdef __cplusplus
2291 extern "C" void (*signal (int, void (*)(int)))(int);
2292 #else
2293 void (*signal ()) ();
2294 #endif
2295
2296 int main() {
2297 int i;
2298 ; return 0; }
2299 EOF
2300 if { (eval echo configure:2301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2301   rm -rf conftest*
2302   ac_cv_type_signal=void
2303 else
2304   echo "configure: failed program was:" >&5
2305   cat conftest.$ac_ext >&5
2306   rm -rf conftest*
2307   ac_cv_type_signal=int
2308 fi
2309 rm -f conftest*
2310 fi
2311
2312 echo "$ac_t""$ac_cv_type_signal" 1>&6
2313 cat >> confdefs.h <<EOF
2314 #define RETSIGTYPE $ac_cv_type_signal
2315 EOF
2316
2317
2318 echo $ac_n "checking size of char""... $ac_c" 1>&6
2319 echo "configure:2320: checking size of char" >&5
2320 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
2321   echo $ac_n "(cached) $ac_c" 1>&6
2322 else
2323   if test "$cross_compiling" = yes; then
2324     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2325 else
2326   cat > conftest.$ac_ext <<EOF
2327 #line 2328 "configure"
2328 #include "confdefs.h"
2329 #ifdef __cplusplus
2330 extern "C" void exit(int);
2331 #endif
2332 #include <stdio.h>
2333 main()
2334 {
2335   FILE *f=fopen("conftestval", "w");
2336   if (!f) exit(1);
2337   fprintf(f, "%d\n", sizeof(char));
2338   exit(0);
2339 }
2340 EOF
2341 if { (eval echo configure:2342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2342 then
2343   ac_cv_sizeof_char=`cat conftestval`
2344 else
2345   echo "configure: failed program was:" >&5
2346   cat conftest.$ac_ext >&5
2347   rm -fr conftest*
2348   ac_cv_sizeof_char=0
2349 fi
2350 rm -fr conftest*
2351 fi
2352
2353 fi
2354 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
2355 cat >> confdefs.h <<EOF
2356 #define SIZEOF_CHAR $ac_cv_sizeof_char
2357 EOF
2358
2359
2360 echo $ac_n "checking size of short""... $ac_c" 1>&6
2361 echo "configure:2362: checking size of short" >&5
2362 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
2363   echo $ac_n "(cached) $ac_c" 1>&6
2364 else
2365   if test "$cross_compiling" = yes; then
2366     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2367 else
2368   cat > conftest.$ac_ext <<EOF
2369 #line 2370 "configure"
2370 #include "confdefs.h"
2371 #ifdef __cplusplus
2372 extern "C" void exit(int);
2373 #endif
2374 #include <stdio.h>
2375 main()
2376 {
2377   FILE *f=fopen("conftestval", "w");
2378   if (!f) exit(1);
2379   fprintf(f, "%d\n", sizeof(short));
2380   exit(0);
2381 }
2382 EOF
2383 if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2384 then
2385   ac_cv_sizeof_short=`cat conftestval`
2386 else
2387   echo "configure: failed program was:" >&5
2388   cat conftest.$ac_ext >&5
2389   rm -fr conftest*
2390   ac_cv_sizeof_short=0
2391 fi
2392 rm -fr conftest*
2393 fi
2394
2395 fi
2396 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
2397 cat >> confdefs.h <<EOF
2398 #define SIZEOF_SHORT $ac_cv_sizeof_short
2399 EOF
2400
2401
2402 echo $ac_n "checking size of int""... $ac_c" 1>&6
2403 echo "configure:2404: checking size of int" >&5
2404 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
2405   echo $ac_n "(cached) $ac_c" 1>&6
2406 else
2407   if test "$cross_compiling" = yes; then
2408     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2409 else
2410   cat > conftest.$ac_ext <<EOF
2411 #line 2412 "configure"
2412 #include "confdefs.h"
2413 #ifdef __cplusplus
2414 extern "C" void exit(int);
2415 #endif
2416 #include <stdio.h>
2417 main()
2418 {
2419   FILE *f=fopen("conftestval", "w");
2420   if (!f) exit(1);
2421   fprintf(f, "%d\n", sizeof(int));
2422   exit(0);
2423 }
2424 EOF
2425 if { (eval echo configure:2426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2426 then
2427   ac_cv_sizeof_int=`cat conftestval`
2428 else
2429   echo "configure: failed program was:" >&5
2430   cat conftest.$ac_ext >&5
2431   rm -fr conftest*
2432   ac_cv_sizeof_int=0
2433 fi
2434 rm -fr conftest*
2435 fi
2436
2437 fi
2438 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
2439 cat >> confdefs.h <<EOF
2440 #define SIZEOF_INT $ac_cv_sizeof_int
2441 EOF
2442
2443
2444 echo $ac_n "checking size of long""... $ac_c" 1>&6
2445 echo "configure:2446: checking size of long" >&5
2446 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
2447   echo $ac_n "(cached) $ac_c" 1>&6
2448 else
2449   if test "$cross_compiling" = yes; then
2450     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2451 else
2452   cat > conftest.$ac_ext <<EOF
2453 #line 2454 "configure"
2454 #include "confdefs.h"
2455 #ifdef __cplusplus
2456 extern "C" void exit(int);
2457 #endif
2458 #include <stdio.h>
2459 main()
2460 {
2461   FILE *f=fopen("conftestval", "w");
2462   if (!f) exit(1);
2463   fprintf(f, "%d\n", sizeof(long));
2464   exit(0);
2465 }
2466 EOF
2467 if { (eval echo configure:2468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2468 then
2469   ac_cv_sizeof_long=`cat conftestval`
2470 else
2471   echo "configure: failed program was:" >&5
2472   cat conftest.$ac_ext >&5
2473   rm -fr conftest*
2474   ac_cv_sizeof_long=0
2475 fi
2476 rm -fr conftest*
2477 fi
2478
2479 fi
2480 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
2481 cat >> confdefs.h <<EOF
2482 #define SIZEOF_LONG $ac_cv_sizeof_long
2483 EOF
2484
2485
2486 echo $ac_n "checking size of long long""... $ac_c" 1>&6
2487 echo "configure:2488: checking size of long long" >&5
2488 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
2489   echo $ac_n "(cached) $ac_c" 1>&6
2490 else
2491   if test "$cross_compiling" = yes; then
2492     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
2493 else
2494   cat > conftest.$ac_ext <<EOF
2495 #line 2496 "configure"
2496 #include "confdefs.h"
2497 #ifdef __cplusplus
2498 extern "C" void exit(int);
2499 #endif
2500 #include <stdio.h>
2501 main()
2502 {
2503   FILE *f=fopen("conftestval", "w");
2504   if (!f) exit(1);
2505   fprintf(f, "%d\n", sizeof(long long));
2506   exit(0);
2507 }
2508 EOF
2509 if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2510 then
2511   ac_cv_sizeof_long_long=`cat conftestval`
2512 else
2513   echo "configure: failed program was:" >&5
2514   cat conftest.$ac_ext >&5
2515   rm -fr conftest*
2516   ac_cv_sizeof_long_long=0
2517 fi
2518 rm -fr conftest*
2519 fi
2520
2521 fi
2522 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
2523 cat >> confdefs.h <<EOF
2524 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
2525 EOF
2526
2527
2528
2529 type_name()
2530 {
2531     if expr "$ac_cv_sizeof_char" '>=' "$1" >/dev/null; then
2532         echo "char"
2533         exit
2534     fi
2535     if expr "$ac_cv_sizeof_short" '>=' "$1" >/dev/null; then
2536         echo "short"
2537         exit
2538     fi
2539     if expr "$ac_cv_sizeof_int" '>=' "$1" >/dev/null; then
2540         echo "int"
2541         exit
2542     fi
2543     if expr "$ac_cv_sizeof_long" '>=' "$1" >/dev/null; then
2544         echo "long"
2545         exit
2546     fi
2547     if expr "$ac_cv_sizeof_long_long" '>=' "$1" >/dev/null; then
2548         echo "long long"
2549         exit
2550     fi
2551     echo "long long"
2552 }
2553
2554 echo $ac_n "checking type name for byte""... $ac_c" 1>&6
2555 echo "configure:2556: checking type name for byte" >&5
2556 TYPE_BYTE=`type_name 1`
2557 echo "$ac_t""$TYPE_BYTE" 1>&6
2558 echo $ac_n "checking type name for word""... $ac_c" 1>&6
2559 echo "configure:2560: checking type name for word" >&5
2560 TYPE_WORD=`type_name 2`
2561 echo "$ac_t""$TYPE_WORD" 1>&6
2562 echo $ac_n "checking type name for dword""... $ac_c" 1>&6
2563 echo "configure:2564: checking type name for dword" >&5
2564 TYPE_DWORD=`type_name 4`
2565 echo "$ac_t""$TYPE_DWORD" 1>&6
2566 cat >> confdefs.h <<EOF
2567 #define TYPE_BYTE $TYPE_BYTE
2568 EOF
2569
2570 cat >> confdefs.h <<EOF
2571 #define TYPE_WORD $TYPE_WORD
2572 EOF
2573
2574 cat >> confdefs.h <<EOF
2575 #define TYPE_DWORD $TYPE_DWORD
2576 EOF
2577
2578
2579 # Generating output files
2580 # ===========================================================================
2581
2582 trap '' 1 2 15
2583 cat > confcache <<\EOF
2584 # This file is a shell script that caches the results of configure
2585 # tests run on this system so they can be shared between configure
2586 # scripts and configure runs.  It is not useful on other systems.
2587 # If it contains results you don't want to keep, you may remove or edit it.
2588 #
2589 # By default, configure uses ./config.cache as the cache file,
2590 # creating it if it does not exist already.  You can give configure
2591 # the --cache-file=FILE option to use a different cache file; that is
2592 # what configure does when it calls configure scripts in
2593 # subdirectories, so they share the cache.
2594 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2595 # config.status only pays attention to the cache file if you give it the
2596 # --recheck option to rerun configure.
2597 #
2598 EOF
2599 # The following way of writing the cache mishandles newlines in values,
2600 # but we know of no workaround that is simple, portable, and efficient.
2601 # So, don't put newlines in cache variables' values.
2602 # Ultrix sh set writes to stderr and can't be redirected directly,
2603 # and sets the high bit in the cache file unless we assign to the vars.
2604 (set) 2>&1 |
2605   case `(ac_space=' '; set | grep ac_space) 2>&1` in
2606   *ac_space=\ *)
2607     # `set' does not quote correctly, so add quotes (double-quote substitution
2608     # turns \\\\ into \\, and sed turns \\ into \).
2609     sed -n \
2610       -e "s/'/'\\\\''/g" \
2611       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2612     ;;
2613   *)
2614     # `set' quotes correctly as required by POSIX, so do not add quotes.
2615     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2616     ;;
2617   esac >> confcache
2618 if cmp -s $cache_file confcache; then
2619   :
2620 else
2621   if test -w $cache_file; then
2622     echo "updating cache $cache_file"
2623     cat confcache > $cache_file
2624   else
2625     echo "not updating unwritable cache $cache_file"
2626   fi
2627 fi
2628 rm -f confcache
2629
2630 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2631
2632 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2633 # Let make expand exec_prefix.
2634 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2635
2636 # Any assignment to VPATH causes Sun make to only execute
2637 # the first set of double-colon rules, so remove it if not needed.
2638 # If there is a colon in the path, we need to keep it.
2639 if test "x$srcdir" = x.; then
2640   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
2641 fi
2642
2643 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2644
2645 DEFS=-DHAVE_CONFIG_H
2646
2647 # Without the "./", some shells look in PATH for config.status.
2648 : ${CONFIG_STATUS=./config.status}
2649
2650 echo creating $CONFIG_STATUS
2651 rm -f $CONFIG_STATUS
2652 cat > $CONFIG_STATUS <<EOF
2653 #! /bin/sh
2654 # Generated automatically by configure.
2655 # Run this file to recreate the current configuration.
2656 # This directory was configured as follows,
2657 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2658 #
2659 # $0 $ac_configure_args
2660 #
2661 # Compiler output produced by configure, useful for debugging
2662 # configure, is in ./config.log if it exists.
2663
2664 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2665 for ac_option
2666 do
2667   case "\$ac_option" in
2668   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2669     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2670     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2671   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2672     echo "$CONFIG_STATUS generated by autoconf version 2.13"
2673     exit 0 ;;
2674   -help | --help | --hel | --he | --h)
2675     echo "\$ac_cs_usage"; exit 0 ;;
2676   *) echo "\$ac_cs_usage"; exit 1 ;;
2677   esac
2678 done
2679
2680 ac_given_srcdir=$srcdir
2681 ac_given_INSTALL="$INSTALL"
2682
2683 trap 'rm -fr `echo "main.mk:main_in.mk
2684 sim.src/Makefile
2685 cmd.src/Makefile
2686 s51.src/Makefile
2687 avr.src/Makefile
2688 z80.src/Makefile
2689 gui.src/Makefile
2690 gui.src/serio.src/Makefile
2691 gui.src/portmon.src/Makefile
2692 doc/Makefile
2693  ddconfig.h:ddconfig_in.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2694 EOF
2695 cat >> $CONFIG_STATUS <<EOF
2696
2697 # Protect against being on the right side of a sed subst in config.status.
2698 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2699  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2700 $ac_vpsub
2701 $extrasub
2702 s%@SHELL@%$SHELL%g
2703 s%@CFLAGS@%$CFLAGS%g
2704 s%@CPPFLAGS@%$CPPFLAGS%g
2705 s%@CXXFLAGS@%$CXXFLAGS%g
2706 s%@FFLAGS@%$FFLAGS%g
2707 s%@DEFS@%$DEFS%g
2708 s%@LDFLAGS@%$LDFLAGS%g
2709 s%@LIBS@%$LIBS%g
2710 s%@exec_prefix@%$exec_prefix%g
2711 s%@prefix@%$prefix%g
2712 s%@program_transform_name@%$program_transform_name%g
2713 s%@bindir@%$bindir%g
2714 s%@sbindir@%$sbindir%g
2715 s%@libexecdir@%$libexecdir%g
2716 s%@datadir@%$datadir%g
2717 s%@sysconfdir@%$sysconfdir%g
2718 s%@sharedstatedir@%$sharedstatedir%g
2719 s%@localstatedir@%$localstatedir%g
2720 s%@libdir@%$libdir%g
2721 s%@includedir@%$includedir%g
2722 s%@oldincludedir@%$oldincludedir%g
2723 s%@infodir@%$infodir%g
2724 s%@mandir@%$mandir%g
2725 s%@AWK@%$AWK%g
2726 s%@VERSION@%$VERSION%g
2727 s%@VERSIONHI@%$VERSIONHI%g
2728 s%@VERSIONLO@%$VERSIONLO%g
2729 s%@VERSIONP@%$VERSIONP%g
2730 s%@CXX@%$CXX%g
2731 s%@CXXCPP@%$CXXCPP%g
2732 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2733 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2734 s%@INSTALL_DATA@%$INSTALL_DATA%g
2735 s%@RANLIB@%$RANLIB%g
2736 s%@panel_ok@%$panel_ok%g
2737 s%@curses_ok@%$curses_ok%g
2738 s%@CURSES_LIBS@%$CURSES_LIBS%g
2739 s%@M_OR_MM@%$M_OR_MM%g
2740
2741 CEOF
2742 EOF
2743
2744 cat >> $CONFIG_STATUS <<\EOF
2745
2746 # Split the substitutions into bite-sized pieces for seds with
2747 # small command number limits, like on Digital OSF/1 and HP-UX.
2748 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2749 ac_file=1 # Number of current file.
2750 ac_beg=1 # First line for current file.
2751 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2752 ac_more_lines=:
2753 ac_sed_cmds=""
2754 while $ac_more_lines; do
2755   if test $ac_beg -gt 1; then
2756     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2757   else
2758     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2759   fi
2760   if test ! -s conftest.s$ac_file; then
2761     ac_more_lines=false
2762     rm -f conftest.s$ac_file
2763   else
2764     if test -z "$ac_sed_cmds"; then
2765       ac_sed_cmds="sed -f conftest.s$ac_file"
2766     else
2767       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2768     fi
2769     ac_file=`expr $ac_file + 1`
2770     ac_beg=$ac_end
2771     ac_end=`expr $ac_end + $ac_max_sed_cmds`
2772   fi
2773 done
2774 if test -z "$ac_sed_cmds"; then
2775   ac_sed_cmds=cat
2776 fi
2777 EOF
2778
2779 cat >> $CONFIG_STATUS <<EOF
2780
2781 CONFIG_FILES=\${CONFIG_FILES-"main.mk:main_in.mk
2782 sim.src/Makefile
2783 cmd.src/Makefile
2784 s51.src/Makefile
2785 avr.src/Makefile
2786 z80.src/Makefile
2787 gui.src/Makefile
2788 gui.src/serio.src/Makefile
2789 gui.src/portmon.src/Makefile
2790 doc/Makefile
2791 "}
2792 EOF
2793 cat >> $CONFIG_STATUS <<\EOF
2794 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2795   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2796   case "$ac_file" in
2797   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2798        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2799   *) ac_file_in="${ac_file}.in" ;;
2800   esac
2801
2802   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2803
2804   # Remove last slash and all that follows it.  Not all systems have dirname.
2805   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2806   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2807     # The file is in a subdirectory.
2808     test ! -d "$ac_dir" && mkdir "$ac_dir"
2809     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2810     # A "../" for each directory in $ac_dir_suffix.
2811     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2812   else
2813     ac_dir_suffix= ac_dots=
2814   fi
2815
2816   case "$ac_given_srcdir" in
2817   .)  srcdir=.
2818       if test -z "$ac_dots"; then top_srcdir=.
2819       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2820   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2821   *) # Relative path.
2822     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2823     top_srcdir="$ac_dots$ac_given_srcdir" ;;
2824   esac
2825
2826   case "$ac_given_INSTALL" in
2827   [/$]*) INSTALL="$ac_given_INSTALL" ;;
2828   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2829   esac
2830
2831   echo creating "$ac_file"
2832   rm -f "$ac_file"
2833   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2834   case "$ac_file" in
2835   *Makefile*) ac_comsub="1i\\
2836 # $configure_input" ;;
2837   *) ac_comsub= ;;
2838   esac
2839
2840   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2841   sed -e "$ac_comsub
2842 s%@configure_input@%$configure_input%g
2843 s%@srcdir@%$srcdir%g
2844 s%@top_srcdir@%$top_srcdir%g
2845 s%@INSTALL@%$INSTALL%g
2846 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2847 fi; done
2848 rm -f conftest.s*
2849
2850 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2851 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2852 #
2853 # ac_d sets the value in "#define NAME VALUE" lines.
2854 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
2855 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
2856 ac_dC='\3'
2857 ac_dD='%g'
2858 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2859 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2860 ac_uB='\([      ]\)%\1#\2define\3'
2861 ac_uC=' '
2862 ac_uD='\4%g'
2863 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2864 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2865 ac_eB='$%\1#\2define\3'
2866 ac_eC=' '
2867 ac_eD='%g'
2868
2869 if test "${CONFIG_HEADERS+set}" != set; then
2870 EOF
2871 cat >> $CONFIG_STATUS <<EOF
2872   CONFIG_HEADERS="ddconfig.h:ddconfig_in.h"
2873 EOF
2874 cat >> $CONFIG_STATUS <<\EOF
2875 fi
2876 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2877   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2878   case "$ac_file" in
2879   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2880        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2881   *) ac_file_in="${ac_file}.in" ;;
2882   esac
2883
2884   echo creating $ac_file
2885
2886   rm -f conftest.frag conftest.in conftest.out
2887   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2888   cat $ac_file_inputs > conftest.in
2889
2890 EOF
2891
2892 # Transform confdefs.h into a sed script conftest.vals that substitutes
2893 # the proper values into config.h.in to produce config.h.  And first:
2894 # Protect against being on the right side of a sed subst in config.status.
2895 # Protect against being in an unquoted here document in config.status.
2896 rm -f conftest.vals
2897 cat > conftest.hdr <<\EOF
2898 s/[\\&%]/\\&/g
2899 s%[\\$`]%\\&%g
2900 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2901 s%ac_d%ac_u%gp
2902 s%ac_u%ac_e%gp
2903 EOF
2904 sed -n -f conftest.hdr confdefs.h > conftest.vals
2905 rm -f conftest.hdr
2906
2907 # This sed command replaces #undef with comments.  This is necessary, for
2908 # example, in the case of _POSIX_SOURCE, which is predefined and required
2909 # on some systems where configure will not decide to define it.
2910 cat >> conftest.vals <<\EOF
2911 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2912 EOF
2913
2914 # Break up conftest.vals because some shells have a limit on
2915 # the size of here documents, and old seds have small limits too.
2916
2917 rm -f conftest.tail
2918 while :
2919 do
2920   ac_lines=`grep -c . conftest.vals`
2921   # grep -c gives empty output for an empty file on some AIX systems.
2922   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2923   # Write a limited-size here document to conftest.frag.
2924   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2925   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2926   echo 'CEOF
2927   sed -f conftest.frag conftest.in > conftest.out
2928   rm -f conftest.in
2929   mv conftest.out conftest.in
2930 ' >> $CONFIG_STATUS
2931   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2932   rm -f conftest.vals
2933   mv conftest.tail conftest.vals
2934 done
2935 rm -f conftest.vals
2936
2937 cat >> $CONFIG_STATUS <<\EOF
2938   rm -f conftest.frag conftest.h
2939   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
2940   cat conftest.in >> conftest.h
2941   rm -f conftest.in
2942   if cmp -s $ac_file conftest.h 2>/dev/null; then
2943     echo "$ac_file is unchanged"
2944     rm -f conftest.h
2945   else
2946     # Remove last slash and all that follows it.  Not all systems have dirname.
2947       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2948       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2949       # The file is in a subdirectory.
2950       test ! -d "$ac_dir" && mkdir "$ac_dir"
2951     fi
2952     rm -f $ac_file
2953     mv conftest.h $ac_file
2954   fi
2955 fi; done
2956
2957 EOF
2958 cat >> $CONFIG_STATUS <<EOF
2959
2960 EOF
2961 cat >> $CONFIG_STATUS <<\EOF
2962
2963 exit 0
2964 EOF
2965 chmod +x $CONFIG_STATUS
2966 rm -fr confdefs* $ac_clean_files
2967 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2968
2969
2970
2971 # End of configure/configure.in