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:
11ac_help=
12ac_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.
18build=NONE
19cache_file=./config.cache
20exec_prefix=NONE
21host=NONE
22no_create=
23nonopt=NONE
24no_recursion=
25prefix=NONE
26program_prefix=NONE
27program_suffix=NONE
28program_transform_name=s,x,x,
29silent=
30site=
31srcdir=
32target=NONE
33verbose=
34x_includes=NONE
35x_libraries=NONE
36bindir='${exec_prefix}/bin'
37sbindir='${exec_prefix}/sbin'
38libexecdir='${exec_prefix}/libexec'
39datadir='${prefix}/share'
40sysconfdir='${prefix}/etc'
41sharedstatedir='${prefix}/com'
42localstatedir='${prefix}/var'
43libdir='${exec_prefix}/lib'
44includedir='${prefix}/include'
45oldincludedir='/usr/include'
46infodir='${prefix}/info'
47mandir='${prefix}/man'
48
49# Initialize some other variables.
50subdirs=
51MFLAGS= MAKEFLAGS=
52SHELL=${CONFIG_SHELL-/bin/sh}
53# Maximum number of lines to put in a shell here document.
54ac_max_here_lines=12
55
56ac_prev=
57for ac_option
58do
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
138Usage: configure [options] [host]
139Options: [defaults in brackets after descriptions]
140Configuration:
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
146Directory 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
170EOF
171    cat << EOF
172Host 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]
176Features 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
183EOF
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
393done
394
395if test -n "$ac_prev"; then
396  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397fi
398
399trap '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
409if test "$silent" = yes; then
410  exec 6>/dev/null
411else
412  exec 6>&1
413fi
414exec 5>./config.log
415
416echo "\
417This file contains any messages produced by compilers while
418running 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.
423ac_configure_args=
424for ac_arg
425do
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
435done
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.
442if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
443if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445if 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.
448rm -rf conftest* confdefs.h
449# AIX cpp loses on an empty file, so make sure it contains at least a newline.
450echo > 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.
454ac_unique_file=interface/interface.c
455
456# Find the source files, if location was not specified.
457if 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
467else
468  ac_srcdir_defaulted=no
469fi
470if 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
476fi
477srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
479# Prefer explicitly selected file to automatically selected ones.
480if 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
486fi
487for 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
492done
493
494if test -r "$cache_file"; then
495  echo "loading cache $cache_file"
496  . $cache_file
497else
498  echo "creating cache $cache_file"
499  > $cache_file
500fi
501
502ac_ext=c
503# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504ac_cpp='$CPP $CPPFLAGS'
505ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507cross_compiling=$ac_cv_prog_cc_cross
508
509ac_exeext=
510ac_objext=o
511if (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
519else
520  ac_n= ac_c='\c' ac_t=
521fi
522
523
524
525cp $srcdir/configure.guess $srcdir/config.guess
526cp $srcdir/configure.sub $srcdir/config.sub
527
528ac_aux_dir=
529for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
530  if test -f $ac_dir/install-sh; then
531    ac_aux_dir=$ac_dir
532    ac_install_sh="$ac_aux_dir/install-sh -c"
533    break
534  elif test -f $ac_dir/install.sh; then
535    ac_aux_dir=$ac_dir
536    ac_install_sh="$ac_aux_dir/install.sh -c"
537    break
538  fi
539done
540if test -z "$ac_aux_dir"; then
541  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
542fi
543ac_config_guess=$ac_aux_dir/config.guess
544ac_config_sub=$ac_aux_dir/config.sub
545ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
546
547
548# Make sure we can run config.sub.
549if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
550else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
551fi
552
553echo $ac_n "checking host system type""... $ac_c" 1>&6
554echo "configure:555: checking host system type" >&5
555
556host_alias=$host
557case "$host_alias" in
558NONE)
559  case $nonopt in
560  NONE)
561    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
562    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
563    fi ;;
564  *) host_alias=$nonopt ;;
565  esac ;;
566esac
567
568host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
569host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
570host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
571host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
572echo "$ac_t""$host" 1>&6
573
574
575if test -z "$CC"; then
576	# Extract the first word of "gcc", so it can be a program name with args.
577set dummy gcc; ac_word=$2
578echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
579echo "configure:580: checking for $ac_word" >&5
580if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
581  echo $ac_n "(cached) $ac_c" 1>&6
582else
583  if test -n "$CC"; then
584  ac_cv_prog_CC="$CC" # Let the user override the test.
585else
586  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
587  ac_dummy="$PATH"
588  for ac_dir in $ac_dummy; do
589    test -z "$ac_dir" && ac_dir=.
590    if test -f $ac_dir/$ac_word; then
591      ac_cv_prog_CC="gcc"
592      break
593    fi
594  done
595  IFS="$ac_save_ifs"
596fi
597fi
598CC="$ac_cv_prog_CC"
599if test -n "$CC"; then
600  echo "$ac_t""$CC" 1>&6
601else
602  echo "$ac_t""no" 1>&6
603fi
604
605if test -z "$CC"; then
606  # Extract the first word of "cc", so it can be a program name with args.
607set dummy cc; ac_word=$2
608echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
609echo "configure:610: checking for $ac_word" >&5
610if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
611  echo $ac_n "(cached) $ac_c" 1>&6
612else
613  if test -n "$CC"; then
614  ac_cv_prog_CC="$CC" # Let the user override the test.
615else
616  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
617  ac_prog_rejected=no
618  ac_dummy="$PATH"
619  for ac_dir in $ac_dummy; do
620    test -z "$ac_dir" && ac_dir=.
621    if test -f $ac_dir/$ac_word; then
622      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
623        ac_prog_rejected=yes
624	continue
625      fi
626      ac_cv_prog_CC="cc"
627      break
628    fi
629  done
630  IFS="$ac_save_ifs"
631if test $ac_prog_rejected = yes; then
632  # We found a bogon in the path, so make sure we never use it.
633  set dummy $ac_cv_prog_CC
634  shift
635  if test $# -gt 0; then
636    # We chose a different compiler from the bogus one.
637    # However, it has the same basename, so the bogon will be chosen
638    # first if we set CC to just the basename; use the full file name.
639    shift
640    set dummy "$ac_dir/$ac_word" "$@"
641    shift
642    ac_cv_prog_CC="$@"
643  fi
644fi
645fi
646fi
647CC="$ac_cv_prog_CC"
648if test -n "$CC"; then
649  echo "$ac_t""$CC" 1>&6
650else
651  echo "$ac_t""no" 1>&6
652fi
653
654  if test -z "$CC"; then
655    case "`uname -s`" in
656    *win32* | *WIN32*)
657      # Extract the first word of "cl", so it can be a program name with args.
658set dummy cl; ac_word=$2
659echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
660echo "configure:661: checking for $ac_word" >&5
661if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
662  echo $ac_n "(cached) $ac_c" 1>&6
663else
664  if test -n "$CC"; then
665  ac_cv_prog_CC="$CC" # Let the user override the test.
666else
667  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
668  ac_dummy="$PATH"
669  for ac_dir in $ac_dummy; do
670    test -z "$ac_dir" && ac_dir=.
671    if test -f $ac_dir/$ac_word; then
672      ac_cv_prog_CC="cl"
673      break
674    fi
675  done
676  IFS="$ac_save_ifs"
677fi
678fi
679CC="$ac_cv_prog_CC"
680if test -n "$CC"; then
681  echo "$ac_t""$CC" 1>&6
682else
683  echo "$ac_t""no" 1>&6
684fi
685 ;;
686    esac
687  fi
688  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
689fi
690
691echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
692echo "configure:693: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
693
694ac_ext=c
695# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
696ac_cpp='$CPP $CPPFLAGS'
697ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
698ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
699cross_compiling=$ac_cv_prog_cc_cross
700
701cat > conftest.$ac_ext << EOF
702
703#line 704 "configure"
704#include "confdefs.h"
705
706main(){return(0);}
707EOF
708if { (eval echo configure:709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
709  ac_cv_prog_cc_works=yes
710  # If we can't run a trivial program, we are probably using a cross compiler.
711  if (./conftest; exit) 2>/dev/null; then
712    ac_cv_prog_cc_cross=no
713  else
714    ac_cv_prog_cc_cross=yes
715  fi
716else
717  echo "configure: failed program was:" >&5
718  cat conftest.$ac_ext >&5
719  ac_cv_prog_cc_works=no
720fi
721rm -fr conftest*
722ac_ext=c
723# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
724ac_cpp='$CPP $CPPFLAGS'
725ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
726ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
727cross_compiling=$ac_cv_prog_cc_cross
728
729echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
730if test $ac_cv_prog_cc_works = no; then
731  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
732fi
733echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
734echo "configure:735: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
735echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
736cross_compiling=$ac_cv_prog_cc_cross
737
738echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
739echo "configure:740: checking whether we are using GNU C" >&5
740if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
741  echo $ac_n "(cached) $ac_c" 1>&6
742else
743  cat > conftest.c <<EOF
744#ifdef __GNUC__
745  yes;
746#endif
747EOF
748if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
749  ac_cv_prog_gcc=yes
750else
751  ac_cv_prog_gcc=no
752fi
753fi
754
755echo "$ac_t""$ac_cv_prog_gcc" 1>&6
756
757if test $ac_cv_prog_gcc = yes; then
758  GCC=yes
759else
760  GCC=
761fi
762
763ac_test_CFLAGS="${CFLAGS+set}"
764ac_save_CFLAGS="$CFLAGS"
765CFLAGS=
766echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
767echo "configure:768: checking whether ${CC-cc} accepts -g" >&5
768if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
769  echo $ac_n "(cached) $ac_c" 1>&6
770else
771  echo 'void f(){}' > conftest.c
772if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
773  ac_cv_prog_cc_g=yes
774else
775  ac_cv_prog_cc_g=no
776fi
777rm -f conftest*
778
779fi
780
781echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
782if test "$ac_test_CFLAGS" = set; then
783  CFLAGS="$ac_save_CFLAGS"
784elif test $ac_cv_prog_cc_g = yes; then
785  if test "$GCC" = yes; then
786    CFLAGS="-g -O2"
787  else
788    CFLAGS="-g"
789  fi
790else
791  if test "$GCC" = yes; then
792    CFLAGS="-O2"
793  else
794    CFLAGS=
795  fi
796fi
797
798fi
799# Extract the first word of "ranlib", so it can be a program name with args.
800set dummy ranlib; ac_word=$2
801echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
802echo "configure:803: checking for $ac_word" >&5
803if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
804  echo $ac_n "(cached) $ac_c" 1>&6
805else
806  if test -n "$RANLIB"; then
807  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
808else
809  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
810  ac_dummy="$PATH"
811  for ac_dir in $ac_dummy; do
812    test -z "$ac_dir" && ac_dir=.
813    if test -f $ac_dir/$ac_word; then
814      ac_cv_prog_RANLIB="ranlib"
815      break
816    fi
817  done
818  IFS="$ac_save_ifs"
819  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
820fi
821fi
822RANLIB="$ac_cv_prog_RANLIB"
823if test -n "$RANLIB"; then
824  echo "$ac_t""$RANLIB" 1>&6
825else
826  echo "$ac_t""no" 1>&6
827fi
828
829# Extract the first word of "ar", so it can be a program name with args.
830set dummy ar; ac_word=$2
831echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
832echo "configure:833: checking for $ac_word" >&5
833if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
834  echo $ac_n "(cached) $ac_c" 1>&6
835else
836  if test -n "$AR"; then
837  ac_cv_prog_AR="$AR" # Let the user override the test.
838else
839  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
840  ac_dummy="$PATH"
841  for ac_dir in $ac_dummy; do
842    test -z "$ac_dir" && ac_dir=.
843    if test -f $ac_dir/$ac_word; then
844      ac_cv_prog_AR="ar"
845      break
846    fi
847  done
848  IFS="$ac_save_ifs"
849fi
850fi
851AR="$ac_cv_prog_AR"
852if test -n "$AR"; then
853  echo "$ac_t""$AR" 1>&6
854else
855  echo "$ac_t""no" 1>&6
856fi
857
858# Extract the first word of "install", so it can be a program name with args.
859set dummy install; ac_word=$2
860echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
861echo "configure:862: checking for $ac_word" >&5
862if eval "test \"`echo '$''{'ac_cv_prog_INSTALL'+set}'`\" = set"; then
863  echo $ac_n "(cached) $ac_c" 1>&6
864else
865  if test -n "$INSTALL"; then
866  ac_cv_prog_INSTALL="$INSTALL" # Let the user override the test.
867else
868  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
869  ac_dummy="$PATH"
870  for ac_dir in $ac_dummy; do
871    test -z "$ac_dir" && ac_dir=.
872    if test -f $ac_dir/$ac_word; then
873      ac_cv_prog_INSTALL="install"
874      break
875    fi
876  done
877  IFS="$ac_save_ifs"
878fi
879fi
880INSTALL="$ac_cv_prog_INSTALL"
881if test -n "$INSTALL"; then
882  echo "$ac_t""$INSTALL" 1>&6
883else
884  echo "$ac_t""no" 1>&6
885fi
886
887
888if test -z "$GCC"; then
889	DEBUG="-g"
890	OPT="-O"
891else
892	case $host in
893	i?86-*-linux*)
894		DEBUG="-g -Wall -fsigned-char"
895		OPT="-O20 -ffast-math -fsigned-char -finline-functions";;
896	*)
897		DEBUG="-g -Wall -fsigned-char"
898		OPT="-O20 -fsigned-char";;
899        esac
900fi
901
902echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
903echo "configure:904: checking how to run the C preprocessor" >&5
904# On Suns, sometimes $CPP names a directory.
905if test -n "$CPP" && test -d "$CPP"; then
906  CPP=
907fi
908if test -z "$CPP"; then
909if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
910  echo $ac_n "(cached) $ac_c" 1>&6
911else
912    # This must be in double quotes, not single quotes, because CPP may get
913  # substituted into the Makefile and "${CC-cc}" will confuse make.
914  CPP="${CC-cc} -E"
915  # On the NeXT, cc -E runs the code through the compiler's parser,
916  # not just through cpp.
917  cat > conftest.$ac_ext <<EOF
918#line 919 "configure"
919#include "confdefs.h"
920#include <assert.h>
921Syntax Error
922EOF
923ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
924{ (eval echo configure:925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
925ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
926if test -z "$ac_err"; then
927  :
928else
929  echo "$ac_err" >&5
930  echo "configure: failed program was:" >&5
931  cat conftest.$ac_ext >&5
932  rm -rf conftest*
933  CPP="${CC-cc} -E -traditional-cpp"
934  cat > conftest.$ac_ext <<EOF
935#line 936 "configure"
936#include "confdefs.h"
937#include <assert.h>
938Syntax Error
939EOF
940ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
941{ (eval echo configure:942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
942ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
943if test -z "$ac_err"; then
944  :
945else
946  echo "$ac_err" >&5
947  echo "configure: failed program was:" >&5
948  cat conftest.$ac_ext >&5
949  rm -rf conftest*
950  CPP="${CC-cc} -nologo -E"
951  cat > conftest.$ac_ext <<EOF
952#line 953 "configure"
953#include "confdefs.h"
954#include <assert.h>
955Syntax Error
956EOF
957ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
958{ (eval echo configure:959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
959ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
960if test -z "$ac_err"; then
961  :
962else
963  echo "$ac_err" >&5
964  echo "configure: failed program was:" >&5
965  cat conftest.$ac_ext >&5
966  rm -rf conftest*
967  CPP=/lib/cpp
968fi
969rm -f conftest*
970fi
971rm -f conftest*
972fi
973rm -f conftest*
974  ac_cv_prog_CPP="$CPP"
975fi
976  CPP="$ac_cv_prog_CPP"
977else
978  ac_cv_prog_CPP="$CPP"
979fi
980echo "$ac_t""$CPP" 1>&6
981
982echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
983echo "configure:984: checking for ANSI C header files" >&5
984if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
985  echo $ac_n "(cached) $ac_c" 1>&6
986else
987  cat > conftest.$ac_ext <<EOF
988#line 989 "configure"
989#include "confdefs.h"
990#include <stdlib.h>
991#include <stdarg.h>
992#include <string.h>
993#include <float.h>
994EOF
995ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
996{ (eval echo configure:997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
997ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
998if test -z "$ac_err"; then
999  rm -rf conftest*
1000  ac_cv_header_stdc=yes
1001else
1002  echo "$ac_err" >&5
1003  echo "configure: failed program was:" >&5
1004  cat conftest.$ac_ext >&5
1005  rm -rf conftest*
1006  ac_cv_header_stdc=no
1007fi
1008rm -f conftest*
1009
1010if test $ac_cv_header_stdc = yes; then
1011  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1012cat > conftest.$ac_ext <<EOF
1013#line 1014 "configure"
1014#include "confdefs.h"
1015#include <string.h>
1016EOF
1017if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1018  egrep "memchr" >/dev/null 2>&1; then
1019  :
1020else
1021  rm -rf conftest*
1022  ac_cv_header_stdc=no
1023fi
1024rm -f conftest*
1025
1026fi
1027
1028if test $ac_cv_header_stdc = yes; then
1029  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1030cat > conftest.$ac_ext <<EOF
1031#line 1032 "configure"
1032#include "confdefs.h"
1033#include <stdlib.h>
1034EOF
1035if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1036  egrep "free" >/dev/null 2>&1; then
1037  :
1038else
1039  rm -rf conftest*
1040  ac_cv_header_stdc=no
1041fi
1042rm -f conftest*
1043
1044fi
1045
1046if test $ac_cv_header_stdc = yes; then
1047  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1048if test "$cross_compiling" = yes; then
1049  :
1050else
1051  cat > conftest.$ac_ext <<EOF
1052#line 1053 "configure"
1053#include "confdefs.h"
1054#include <ctype.h>
1055#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1056#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1057#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1058int main () { int i; for (i = 0; i < 256; i++)
1059if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1060exit (0); }
1061
1062EOF
1063if { (eval echo configure:1064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1064then
1065  :
1066else
1067  echo "configure: failed program was:" >&5
1068  cat conftest.$ac_ext >&5
1069  rm -fr conftest*
1070  ac_cv_header_stdc=no
1071fi
1072rm -fr conftest*
1073fi
1074
1075fi
1076fi
1077
1078echo "$ac_t""$ac_cv_header_stdc" 1>&6
1079if test $ac_cv_header_stdc = yes; then
1080  cat >> confdefs.h <<\EOF
1081#define STDC_HEADERS 1
1082EOF
1083
1084fi
1085
1086
1087
1088TYPESIZES=""
1089
1090echo $ac_n "checking size of short""... $ac_c" 1>&6
1091echo "configure:1093: checking size of short" >&5
1092if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
1093  echo $ac_n "(cached) $ac_c" 1>&6
1094else
1095  if test "$cross_compiling" = yes; then
1096    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1097else
1098  cat > conftest.$ac_ext <<EOF
1099#line 1101 "configure"
1100#include "confdefs.h"
1101#include <stdio.h>
1102main()
1103{
1104  FILE *f=fopen("conftestval", "w");
1105  if (!f) exit(1);
1106  fprintf(f, "%d\n", sizeof(short));
1107  exit(0);
1108}
1109EOF
1110if { (eval echo configure:1112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1111then
1112  ac_cv_sizeof_short=`cat conftestval`
1113else
1114  echo "configure: failed program was:" >&5
1115  cat conftest.$ac_ext >&5
1116  rm -fr conftest*
1117  ac_cv_sizeof_short=0
1118fi
1119rm -fr conftest*
1120fi
1121
1122fi
1123echo "$ac_t""$ac_cv_sizeof_short" 1>&6
1124cat >> confdefs.h <<EOF
1125#define SIZEOF_SHORT $ac_cv_sizeof_short
1126EOF
1127
1128
1129echo $ac_n "checking size of int""... $ac_c" 1>&6
1130echo "configure:1132: checking size of int" >&5
1131if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
1132  echo $ac_n "(cached) $ac_c" 1>&6
1133else
1134  if test "$cross_compiling" = yes; then
1135    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1136else
1137  cat > conftest.$ac_ext <<EOF
1138#line 1140 "configure"
1139#include "confdefs.h"
1140#include <stdio.h>
1141main()
1142{
1143  FILE *f=fopen("conftestval", "w");
1144  if (!f) exit(1);
1145  fprintf(f, "%d\n", sizeof(int));
1146  exit(0);
1147}
1148EOF
1149if { (eval echo configure:1151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1150then
1151  ac_cv_sizeof_int=`cat conftestval`
1152else
1153  echo "configure: failed program was:" >&5
1154  cat conftest.$ac_ext >&5
1155  rm -fr conftest*
1156  ac_cv_sizeof_int=0
1157fi
1158rm -fr conftest*
1159fi
1160
1161fi
1162echo "$ac_t""$ac_cv_sizeof_int" 1>&6
1163cat >> confdefs.h <<EOF
1164#define SIZEOF_INT $ac_cv_sizeof_int
1165EOF
1166
1167
1168echo $ac_n "checking size of long""... $ac_c" 1>&6
1169echo "configure:1171: checking size of long" >&5
1170if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
1171  echo $ac_n "(cached) $ac_c" 1>&6
1172else
1173  if test "$cross_compiling" = yes; then
1174    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1175else
1176  cat > conftest.$ac_ext <<EOF
1177#line 1179 "configure"
1178#include "confdefs.h"
1179#include <stdio.h>
1180main()
1181{
1182  FILE *f=fopen("conftestval", "w");
1183  if (!f) exit(1);
1184  fprintf(f, "%d\n", sizeof(long));
1185  exit(0);
1186}
1187EOF
1188if { (eval echo configure:1190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1189then
1190  ac_cv_sizeof_long=`cat conftestval`
1191else
1192  echo "configure: failed program was:" >&5
1193  cat conftest.$ac_ext >&5
1194  rm -fr conftest*
1195  ac_cv_sizeof_long=0
1196fi
1197rm -fr conftest*
1198fi
1199
1200fi
1201echo "$ac_t""$ac_cv_sizeof_long" 1>&6
1202cat >> confdefs.h <<EOF
1203#define SIZEOF_LONG $ac_cv_sizeof_long
1204EOF
1205
1206
1207echo $ac_n "checking size of long long""... $ac_c" 1>&6
1208echo "configure:1210: checking size of long long" >&5
1209if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
1210  echo $ac_n "(cached) $ac_c" 1>&6
1211else
1212  if test "$cross_compiling" = yes; then
1213    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1214else
1215  cat > conftest.$ac_ext <<EOF
1216#line 1218 "configure"
1217#include "confdefs.h"
1218#include <stdio.h>
1219main()
1220{
1221  FILE *f=fopen("conftestval", "w");
1222  if (!f) exit(1);
1223  fprintf(f, "%d\n", sizeof(long long));
1224  exit(0);
1225}
1226EOF
1227if { (eval echo configure:1229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1228then
1229  ac_cv_sizeof_long_long=`cat conftestval`
1230else
1231  echo "configure: failed program was:" >&5
1232  cat conftest.$ac_ext >&5
1233  rm -fr conftest*
1234  ac_cv_sizeof_long_long=0
1235fi
1236rm -fr conftest*
1237fi
1238
1239fi
1240echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
1241cat >> confdefs.h <<EOF
1242#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
1243EOF
1244
1245
1246
1247case 2 in
1248	$ac_cv_sizeof_short) SIZE16="short";;
1249	$ac_cv_sizeof_int) SIZE16="int";;
1250esac
1251
1252case 4 in
1253	$ac_cv_sizeof_short) SIZE32="short";;
1254	$ac_cv_sizeof_int) SIZE32="int";;
1255	$ac_cv_sizeof_long) SIZE32="long";;
1256esac
1257
1258echo $ac_n "checking for int16_t""... $ac_c" 1>&6
1259echo "configure:1261: checking for int16_t" >&5
1260if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then
1261  echo $ac_n "(cached) $ac_c" 1>&6
1262else
1263  cat > conftest.$ac_ext <<EOF
1264#line 1266 "configure"
1265#include "confdefs.h"
1266#include <sys/types.h>
1267#if STDC_HEADERS
1268#include <stdlib.h>
1269#include <stddef.h>
1270#endif
1271EOF
1272if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1273  egrep "(^|[^a-zA-Z_0-9])int16_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1274  rm -rf conftest*
1275  ac_cv_type_int16_t=yes
1276else
1277  rm -rf conftest*
1278  ac_cv_type_int16_t=no
1279fi
1280rm -f conftest*
1281
1282fi
1283echo "$ac_t""$ac_cv_type_int16_t" 1>&6
1284if test $ac_cv_type_int16_t = no; then
1285  cat >> confdefs.h <<\EOF
1286#define int16_t $SIZE16
1287EOF
1288
1289fi
1290
1291echo $ac_n "checking for int32_t""... $ac_c" 1>&6
1292echo "configure:1294: checking for int32_t" >&5
1293if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then
1294  echo $ac_n "(cached) $ac_c" 1>&6
1295else
1296  cat > conftest.$ac_ext <<EOF
1297#line 1299 "configure"
1298#include "confdefs.h"
1299#include <sys/types.h>
1300#if STDC_HEADERS
1301#include <stdlib.h>
1302#include <stddef.h>
1303#endif
1304EOF
1305if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1306  egrep "(^|[^a-zA-Z_0-9])int32_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1307  rm -rf conftest*
1308  ac_cv_type_int32_t=yes
1309else
1310  rm -rf conftest*
1311  ac_cv_type_int32_t=no
1312fi
1313rm -f conftest*
1314
1315fi
1316echo "$ac_t""$ac_cv_type_int32_t" 1>&6
1317if test $ac_cv_type_int32_t = no; then
1318  cat >> confdefs.h <<\EOF
1319#define int32_t $SIZE32
1320EOF
1321
1322fi
1323
1324echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6
1325echo "configure:1327: checking for u_int16_t" >&5
1326if eval "test \"`echo '$''{'ac_cv_type_u_int16_t'+set}'`\" = set"; then
1327  echo $ac_n "(cached) $ac_c" 1>&6
1328else
1329  cat > conftest.$ac_ext <<EOF
1330#line 1332 "configure"
1331#include "confdefs.h"
1332#include <sys/types.h>
1333#if STDC_HEADERS
1334#include <stdlib.h>
1335#include <stddef.h>
1336#endif
1337EOF
1338if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1339  egrep "(^|[^a-zA-Z_0-9])u_int16_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1340  rm -rf conftest*
1341  ac_cv_type_u_int16_t=yes
1342else
1343  rm -rf conftest*
1344  ac_cv_type_u_int16_t=no
1345fi
1346rm -f conftest*
1347
1348fi
1349echo "$ac_t""$ac_cv_type_u_int16_t" 1>&6
1350if test $ac_cv_type_u_int16_t = no; then
1351  cat >> confdefs.h <<\EOF
1352#define u_int16_t $SIZE16
1353EOF
1354
1355fi
1356
1357echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6
1358echo "configure:1360: checking for u_int32_t" >&5
1359if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then
1360  echo $ac_n "(cached) $ac_c" 1>&6
1361else
1362  cat > conftest.$ac_ext <<EOF
1363#line 1365 "configure"
1364#include "confdefs.h"
1365#include <sys/types.h>
1366#if STDC_HEADERS
1367#include <stdlib.h>
1368#include <stddef.h>
1369#endif
1370EOF
1371if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1372  egrep "(^|[^a-zA-Z_0-9])u_int32_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1373  rm -rf conftest*
1374  ac_cv_type_u_int32_t=yes
1375else
1376  rm -rf conftest*
1377  ac_cv_type_u_int32_t=no
1378fi
1379rm -f conftest*
1380
1381fi
1382echo "$ac_t""$ac_cv_type_u_int32_t" 1>&6
1383if test $ac_cv_type_u_int32_t = no; then
1384  cat >> confdefs.h <<\EOF
1385#define u_int32_t $SIZE32
1386EOF
1387
1388fi
1389
1390
1391if test -z "$SIZE16"; then
1392	{ echo "configure: error: No 16 bit tupe found on this platform!" 1>&2; exit 1; }
1393fi
1394if test -z "$SIZE32"; then
1395	{ echo "configure: error: No 32 bit tupe found on this platform!" 1>&2; exit 1; }
1396fi
1397
1398for ac_hdr in linux/sbpcd.h
1399do
1400ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1401echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1402echo "configure:1404: checking for $ac_hdr" >&5
1403if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1404  echo $ac_n "(cached) $ac_c" 1>&6
1405else
1406  cat > conftest.$ac_ext <<EOF
1407#line 1409 "configure"
1408#include "confdefs.h"
1409#include <$ac_hdr>
1410EOF
1411ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1412{ (eval echo configure:1414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1413ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1414if test -z "$ac_err"; then
1415  rm -rf conftest*
1416  eval "ac_cv_header_$ac_safe=yes"
1417else
1418  echo "$ac_err" >&5
1419  echo "configure: failed program was:" >&5
1420  cat conftest.$ac_ext >&5
1421  rm -rf conftest*
1422  eval "ac_cv_header_$ac_safe=no"
1423fi
1424rm -f conftest*
1425fi
1426if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1427  echo "$ac_t""yes" 1>&6
1428    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1429  cat >> confdefs.h <<EOF
1430#define $ac_tr_hdr 1
1431EOF
1432 SBPCD_H="-DSBPCD_H='1' "
1433else
1434  echo "$ac_t""no" 1>&6
1435fi
1436done
1437
1438for ac_hdr in linux/ucdrom.h
1439do
1440ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1441echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1442echo "configure:1444: checking for $ac_hdr" >&5
1443if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1444  echo $ac_n "(cached) $ac_c" 1>&6
1445else
1446  cat > conftest.$ac_ext <<EOF
1447#line 1449 "configure"
1448#include "confdefs.h"
1449#include <$ac_hdr>
1450EOF
1451ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1452{ (eval echo configure:1454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1453ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1454if test -z "$ac_err"; then
1455  rm -rf conftest*
1456  eval "ac_cv_header_$ac_safe=yes"
1457else
1458  echo "$ac_err" >&5
1459  echo "configure: failed program was:" >&5
1460  cat conftest.$ac_ext >&5
1461  rm -rf conftest*
1462  eval "ac_cv_header_$ac_safe=no"
1463fi
1464rm -f conftest*
1465fi
1466if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1467  echo "$ac_t""yes" 1>&6
1468    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1469  cat >> confdefs.h <<EOF
1470#define $ac_tr_hdr 1
1471EOF
1472 UCDROM_H="-DUCDROM_H='1' "
1473else
1474  echo "$ac_t""no" 1>&6
1475fi
1476done
1477
1478
1479echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1480echo "configure:1482: checking whether ${MAKE-make} sets \${MAKE}" >&5
1481set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1482if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1483  echo $ac_n "(cached) $ac_c" 1>&6
1484else
1485  cat > conftestmake <<\EOF
1486all:
1487	@echo 'ac_maketemp="${MAKE}"'
1488EOF
1489# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1490eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1491if test -n "$ac_maketemp"; then
1492  eval ac_cv_prog_make_${ac_make}_set=yes
1493else
1494  eval ac_cv_prog_make_${ac_make}_set=no
1495fi
1496rm -f conftestmake
1497fi
1498if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1499  echo "$ac_t""yes" 1>&6
1500  SET_MAKE=
1501else
1502  echo "$ac_t""no" 1>&6
1503  SET_MAKE="MAKE=${MAKE-make}"
1504fi
1505
1506echo $ac_n "checking for working const""... $ac_c" 1>&6
1507echo "configure:1509: checking for working const" >&5
1508if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1509  echo $ac_n "(cached) $ac_c" 1>&6
1510else
1511  cat > conftest.$ac_ext <<EOF
1512#line 1514 "configure"
1513#include "confdefs.h"
1514
1515int main() {
1516
1517/* Ultrix mips cc rejects this.  */
1518typedef int charset[2]; const charset x;
1519/* SunOS 4.1.1 cc rejects this.  */
1520char const *const *ccp;
1521char **p;
1522/* NEC SVR4.0.2 mips cc rejects this.  */
1523struct point {int x, y;};
1524static struct point const zero = {0,0};
1525/* AIX XL C 1.02.0.0 rejects this.
1526   It does not let you subtract one const X* pointer from another in an arm
1527   of an if-expression whose if-part is not a constant expression */
1528const char *g = "string";
1529ccp = &g + (g ? g-g : 0);
1530/* HPUX 7.0 cc rejects these. */
1531++ccp;
1532p = (char**) ccp;
1533ccp = (char const *const *) p;
1534{ /* SCO 3.2v4 cc rejects this.  */
1535  char *t;
1536  char const *s = 0 ? (char *) 0 : (char const *) 0;
1537
1538  *t++ = 0;
1539}
1540{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
1541  int x[] = {25, 17};
1542  const int *foo = &x[0];
1543  ++foo;
1544}
1545{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1546  typedef const int *iptr;
1547  iptr p = 0;
1548  ++p;
1549}
1550{ /* AIX XL C 1.02.0.0 rejects this saying
1551     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1552  struct s { int j; const int *ap[3]; };
1553  struct s *b; b->j = 5;
1554}
1555{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1556  const int foo = 10;
1557}
1558
1559; return 0; }
1560EOF
1561if { (eval echo configure:1563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1562  rm -rf conftest*
1563  ac_cv_c_const=yes
1564else
1565  echo "configure: failed program was:" >&5
1566  cat conftest.$ac_ext >&5
1567  rm -rf conftest*
1568  ac_cv_c_const=no
1569fi
1570rm -f conftest*
1571fi
1572
1573echo "$ac_t""$ac_cv_c_const" 1>&6
1574if test $ac_cv_c_const = no; then
1575  cat >> confdefs.h <<\EOF
1576#define const
1577EOF
1578
1579fi
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589trap '' 1 2 15
1590cat > confcache <<\EOF
1591# This file is a shell script that caches the results of configure
1592# tests run on this system so they can be shared between configure
1593# scripts and configure runs.  It is not useful on other systems.
1594# If it contains results you don't want to keep, you may remove or edit it.
1595#
1596# By default, configure uses ./config.cache as the cache file,
1597# creating it if it does not exist already.  You can give configure
1598# the --cache-file=FILE option to use a different cache file; that is
1599# what configure does when it calls configure scripts in
1600# subdirectories, so they share the cache.
1601# Giving --cache-file=/dev/null disables caching, for debugging configure.
1602# config.status only pays attention to the cache file if you give it the
1603# --recheck option to rerun configure.
1604#
1605EOF
1606# The following way of writing the cache mishandles newlines in values,
1607# but we know of no workaround that is simple, portable, and efficient.
1608# So, don't put newlines in cache variables' values.
1609# Ultrix sh set writes to stderr and can't be redirected directly,
1610# and sets the high bit in the cache file unless we assign to the vars.
1611(set) 2>&1 |
1612  case `(ac_space=' '; set | grep ac_space) 2>&1` in
1613  *ac_space=\ *)
1614    # `set' does not quote correctly, so add quotes (double-quote substitution
1615    # turns \\\\ into \\, and sed turns \\ into \).
1616    sed -n \
1617      -e "s/'/'\\\\''/g" \
1618      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1619    ;;
1620  *)
1621    # `set' quotes correctly as required by POSIX, so do not add quotes.
1622    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1623    ;;
1624  esac >> confcache
1625if cmp -s $cache_file confcache; then
1626  :
1627else
1628  if test -w $cache_file; then
1629    echo "updating cache $cache_file"
1630    cat confcache > $cache_file
1631  else
1632    echo "not updating unwritable cache $cache_file"
1633  fi
1634fi
1635rm -f confcache
1636
1637trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1638
1639test "x$prefix" = xNONE && prefix=$ac_default_prefix
1640# Let make expand exec_prefix.
1641test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1642
1643# Any assignment to VPATH causes Sun make to only execute
1644# the first set of double-colon rules, so remove it if not needed.
1645# If there is a colon in the path, we need to keep it.
1646if test "x$srcdir" = x.; then
1647  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
1648fi
1649
1650trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1651
1652# Transform confdefs.h into DEFS.
1653# Protect against shell expansion while executing Makefile rules.
1654# Protect against Makefile macro expansion.
1655cat > conftest.defs <<\EOF
1656s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1657s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
1658s%\[%\\&%g
1659s%\]%\\&%g
1660s%\$%$$%g
1661EOF
1662DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1663rm -f conftest.defs
1664
1665
1666# Without the "./", some shells look in PATH for config.status.
1667: ${CONFIG_STATUS=./config.status}
1668
1669echo creating $CONFIG_STATUS
1670rm -f $CONFIG_STATUS
1671cat > $CONFIG_STATUS <<EOF
1672#! /bin/sh
1673# Generated automatically by configure.
1674# Run this file to recreate the current configuration.
1675# This directory was configured as follows,
1676# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1677#
1678# $0 $ac_configure_args
1679#
1680# Compiler output produced by configure, useful for debugging
1681# configure, is in ./config.log if it exists.
1682
1683ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1684for ac_option
1685do
1686  case "\$ac_option" in
1687  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1688    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1689    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1690  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1691    echo "$CONFIG_STATUS generated by autoconf version 2.13"
1692    exit 0 ;;
1693  -help | --help | --hel | --he | --h)
1694    echo "\$ac_cs_usage"; exit 0 ;;
1695  *) echo "\$ac_cs_usage"; exit 1 ;;
1696  esac
1697done
1698
1699ac_given_srcdir=$srcdir
1700
1701trap 'rm -fr `echo "Makefile interface/Makefile paranoia/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1702EOF
1703cat >> $CONFIG_STATUS <<EOF
1704
1705# Protect against being on the right side of a sed subst in config.status.
1706sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1707 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1708$ac_vpsub
1709$extrasub
1710s%@SHELL@%$SHELL%g
1711s%@CFLAGS@%$CFLAGS%g
1712s%@CPPFLAGS@%$CPPFLAGS%g
1713s%@CXXFLAGS@%$CXXFLAGS%g
1714s%@FFLAGS@%$FFLAGS%g
1715s%@DEFS@%$DEFS%g
1716s%@LDFLAGS@%$LDFLAGS%g
1717s%@LIBS@%$LIBS%g
1718s%@exec_prefix@%$exec_prefix%g
1719s%@prefix@%$prefix%g
1720s%@program_transform_name@%$program_transform_name%g
1721s%@bindir@%$bindir%g
1722s%@sbindir@%$sbindir%g
1723s%@libexecdir@%$libexecdir%g
1724s%@datadir@%$datadir%g
1725s%@sysconfdir@%$sysconfdir%g
1726s%@sharedstatedir@%$sharedstatedir%g
1727s%@localstatedir@%$localstatedir%g
1728s%@libdir@%$libdir%g
1729s%@includedir@%$includedir%g
1730s%@oldincludedir@%$oldincludedir%g
1731s%@infodir@%$infodir%g
1732s%@mandir@%$mandir%g
1733s%@host@%$host%g
1734s%@host_alias@%$host_alias%g
1735s%@host_cpu@%$host_cpu%g
1736s%@host_vendor@%$host_vendor%g
1737s%@host_os@%$host_os%g
1738s%@CC@%$CC%g
1739s%@RANLIB@%$RANLIB%g
1740s%@AR@%$AR%g
1741s%@INSTALL@%$INSTALL%g
1742s%@CPP@%$CPP%g
1743s%@SET_MAKE@%$SET_MAKE%g
1744s%@SBPCD_H@%$SBPCD_H%g
1745s%@UCDROM_H@%$UCDROM_H%g
1746s%@TYPESIZES@%$TYPESIZES%g
1747s%@OPT@%$OPT%g
1748s%@DEBUG@%$DEBUG%g
1749
1750CEOF
1751EOF
1752
1753cat >> $CONFIG_STATUS <<\EOF
1754
1755# Split the substitutions into bite-sized pieces for seds with
1756# small command number limits, like on Digital OSF/1 and HP-UX.
1757ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1758ac_file=1 # Number of current file.
1759ac_beg=1 # First line for current file.
1760ac_end=$ac_max_sed_cmds # Line after last line for current file.
1761ac_more_lines=:
1762ac_sed_cmds=""
1763while $ac_more_lines; do
1764  if test $ac_beg -gt 1; then
1765    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1766  else
1767    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1768  fi
1769  if test ! -s conftest.s$ac_file; then
1770    ac_more_lines=false
1771    rm -f conftest.s$ac_file
1772  else
1773    if test -z "$ac_sed_cmds"; then
1774      ac_sed_cmds="sed -f conftest.s$ac_file"
1775    else
1776      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1777    fi
1778    ac_file=`expr $ac_file + 1`
1779    ac_beg=$ac_end
1780    ac_end=`expr $ac_end + $ac_max_sed_cmds`
1781  fi
1782done
1783if test -z "$ac_sed_cmds"; then
1784  ac_sed_cmds=cat
1785fi
1786EOF
1787
1788cat >> $CONFIG_STATUS <<EOF
1789
1790CONFIG_FILES=\${CONFIG_FILES-"Makefile interface/Makefile paranoia/Makefile"}
1791EOF
1792cat >> $CONFIG_STATUS <<\EOF
1793for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1794  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1795  case "$ac_file" in
1796  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1797       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1798  *) ac_file_in="${ac_file}.in" ;;
1799  esac
1800
1801  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1802
1803  # Remove last slash and all that follows it.  Not all systems have dirname.
1804  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1805  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1806    # The file is in a subdirectory.
1807    test ! -d "$ac_dir" && mkdir "$ac_dir"
1808    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1809    # A "../" for each directory in $ac_dir_suffix.
1810    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1811  else
1812    ac_dir_suffix= ac_dots=
1813  fi
1814
1815  case "$ac_given_srcdir" in
1816  .)  srcdir=.
1817      if test -z "$ac_dots"; then top_srcdir=.
1818      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1819  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1820  *) # Relative path.
1821    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1822    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1823  esac
1824
1825
1826  echo creating "$ac_file"
1827  rm -f "$ac_file"
1828  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1829  case "$ac_file" in
1830  *Makefile*) ac_comsub="1i\\
1831# $configure_input" ;;
1832  *) ac_comsub= ;;
1833  esac
1834
1835  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1836  sed -e "$ac_comsub
1837s%@configure_input@%$configure_input%g
1838s%@srcdir@%$srcdir%g
1839s%@top_srcdir@%$top_srcdir%g
1840" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1841fi; done
1842rm -f conftest.s*
1843
1844EOF
1845cat >> $CONFIG_STATUS <<EOF
1846
1847EOF
1848cat >> $CONFIG_STATUS <<\EOF
1849
1850exit 0
1851EOF
1852chmod +x $CONFIG_STATUS
1853rm -fr confdefs* $ac_clean_files
1854test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1855
1856