]> git.sur5r.net Git - glabels/blob - glabels1/barcode-0.98/configure
Added polish translations submitted by Arkadiusz Lipiec <A.Lipiec@elka.pw.edu.pl>.
[glabels] / glabels1 / barcode-0.98 / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12 
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 # Maximum number of lines to put in a shell here document.
53 ac_max_here_lines=12
54
55 ac_prev=
56 for ac_option
57 do
58
59   # If the previous option needs an argument, assign it.
60   if test -n "$ac_prev"; then
61     eval "$ac_prev=\$ac_option"
62     ac_prev=
63     continue
64   fi
65
66   case "$ac_option" in
67   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
68   *) ac_optarg= ;;
69   esac
70
71   # Accept the important Cygnus configure options, so we can diagnose typos.
72
73   case "$ac_option" in
74
75   -bindir | --bindir | --bindi | --bind | --bin | --bi)
76     ac_prev=bindir ;;
77   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
78     bindir="$ac_optarg" ;;
79
80   -build | --build | --buil | --bui | --bu)
81     ac_prev=build ;;
82   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
83     build="$ac_optarg" ;;
84
85   -cache-file | --cache-file | --cache-fil | --cache-fi \
86   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
87     ac_prev=cache_file ;;
88   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
89   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
90     cache_file="$ac_optarg" ;;
91
92   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
93     ac_prev=datadir ;;
94   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
95   | --da=*)
96     datadir="$ac_optarg" ;;
97
98   -disable-* | --disable-*)
99     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
100     # Reject names that are not valid shell variable names.
101     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
102       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
103     fi
104     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
105     eval "enable_${ac_feature}=no" ;;
106
107   -enable-* | --enable-*)
108     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
109     # Reject names that are not valid shell variable names.
110     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
111       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
112     fi
113     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
114     case "$ac_option" in
115       *=*) ;;
116       *) ac_optarg=yes ;;
117     esac
118     eval "enable_${ac_feature}='$ac_optarg'" ;;
119
120   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
121   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
122   | --exec | --exe | --ex)
123     ac_prev=exec_prefix ;;
124   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
125   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
126   | --exec=* | --exe=* | --ex=*)
127     exec_prefix="$ac_optarg" ;;
128
129   -gas | --gas | --ga | --g)
130     # Obsolete; use --with-gas.
131     with_gas=yes ;;
132
133   -help | --help | --hel | --he)
134     # Omit some internal or obsolete options to make the list less imposing.
135     # This message is too long to be a string in the A/UX 3.1 sh.
136     cat << EOF
137 Usage: configure [options] [host]
138 Options: [defaults in brackets after descriptions]
139 Configuration:
140   --cache-file=FILE       cache test results in FILE
141   --help                  print this message
142   --no-create             do not create output files
143   --quiet, --silent       do not print \`checking...' messages
144   --version               print the version of autoconf that created configure
145 Directory and file names:
146   --prefix=PREFIX         install architecture-independent files in PREFIX
147                           [$ac_default_prefix]
148   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
149                           [same as prefix]
150   --bindir=DIR            user executables in DIR [EPREFIX/bin]
151   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
152   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
153   --datadir=DIR           read-only architecture-independent data in DIR
154                           [PREFIX/share]
155   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
156   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
157                           [PREFIX/com]
158   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
159   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
160   --includedir=DIR        C header files in DIR [PREFIX/include]
161   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
162   --infodir=DIR           info documentation in DIR [PREFIX/info]
163   --mandir=DIR            man documentation in DIR [PREFIX/man]
164   --srcdir=DIR            find the sources in DIR [configure dir or ..]
165   --program-prefix=PREFIX prepend PREFIX to installed program names
166   --program-suffix=SUFFIX append SUFFIX to installed program names
167   --program-transform-name=PROGRAM
168                           run sed PROGRAM on installed program names
169 EOF
170     cat << EOF
171 Host type:
172   --build=BUILD           configure for building on BUILD [BUILD=HOST]
173   --host=HOST             configure for HOST [guessed]
174   --target=TARGET         configure for TARGET [TARGET=HOST]
175 Features and packages:
176   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
177   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
178   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
179   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
180   --x-includes=DIR        X include files are in DIR
181   --x-libraries=DIR       X library files are in DIR
182 EOF
183     if test -n "$ac_help"; then
184       echo "--enable and --with options recognized:$ac_help"
185     fi
186     exit 0 ;;
187
188   -host | --host | --hos | --ho)
189     ac_prev=host ;;
190   -host=* | --host=* | --hos=* | --ho=*)
191     host="$ac_optarg" ;;
192
193   -includedir | --includedir | --includedi | --included | --include \
194   | --includ | --inclu | --incl | --inc)
195     ac_prev=includedir ;;
196   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
197   | --includ=* | --inclu=* | --incl=* | --inc=*)
198     includedir="$ac_optarg" ;;
199
200   -infodir | --infodir | --infodi | --infod | --info | --inf)
201     ac_prev=infodir ;;
202   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
203     infodir="$ac_optarg" ;;
204
205   -libdir | --libdir | --libdi | --libd)
206     ac_prev=libdir ;;
207   -libdir=* | --libdir=* | --libdi=* | --libd=*)
208     libdir="$ac_optarg" ;;
209
210   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
211   | --libexe | --libex | --libe)
212     ac_prev=libexecdir ;;
213   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
214   | --libexe=* | --libex=* | --libe=*)
215     libexecdir="$ac_optarg" ;;
216
217   -localstatedir | --localstatedir | --localstatedi | --localstated \
218   | --localstate | --localstat | --localsta | --localst \
219   | --locals | --local | --loca | --loc | --lo)
220     ac_prev=localstatedir ;;
221   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
222   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
223   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
224     localstatedir="$ac_optarg" ;;
225
226   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
227     ac_prev=mandir ;;
228   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
229     mandir="$ac_optarg" ;;
230
231   -nfp | --nfp | --nf)
232     # Obsolete; use --without-fp.
233     with_fp=no ;;
234
235   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
236   | --no-cr | --no-c)
237     no_create=yes ;;
238
239   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
240   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
241     no_recursion=yes ;;
242
243   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
244   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
245   | --oldin | --oldi | --old | --ol | --o)
246     ac_prev=oldincludedir ;;
247   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
248   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
249   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
250     oldincludedir="$ac_optarg" ;;
251
252   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
253     ac_prev=prefix ;;
254   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
255     prefix="$ac_optarg" ;;
256
257   -program-prefix | --program-prefix | --program-prefi | --program-pref \
258   | --program-pre | --program-pr | --program-p)
259     ac_prev=program_prefix ;;
260   -program-prefix=* | --program-prefix=* | --program-prefi=* \
261   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
262     program_prefix="$ac_optarg" ;;
263
264   -program-suffix | --program-suffix | --program-suffi | --program-suff \
265   | --program-suf | --program-su | --program-s)
266     ac_prev=program_suffix ;;
267   -program-suffix=* | --program-suffix=* | --program-suffi=* \
268   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
269     program_suffix="$ac_optarg" ;;
270
271   -program-transform-name | --program-transform-name \
272   | --program-transform-nam | --program-transform-na \
273   | --program-transform-n | --program-transform- \
274   | --program-transform | --program-transfor \
275   | --program-transfo | --program-transf \
276   | --program-trans | --program-tran \
277   | --progr-tra | --program-tr | --program-t)
278     ac_prev=program_transform_name ;;
279   -program-transform-name=* | --program-transform-name=* \
280   | --program-transform-nam=* | --program-transform-na=* \
281   | --program-transform-n=* | --program-transform-=* \
282   | --program-transform=* | --program-transfor=* \
283   | --program-transfo=* | --program-transf=* \
284   | --program-trans=* | --program-tran=* \
285   | --progr-tra=* | --program-tr=* | --program-t=*)
286     program_transform_name="$ac_optarg" ;;
287
288   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
289   | -silent | --silent | --silen | --sile | --sil)
290     silent=yes ;;
291
292   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
293     ac_prev=sbindir ;;
294   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
295   | --sbi=* | --sb=*)
296     sbindir="$ac_optarg" ;;
297
298   -sharedstatedir | --sharedstatedir | --sharedstatedi \
299   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
300   | --sharedst | --shareds | --shared | --share | --shar \
301   | --sha | --sh)
302     ac_prev=sharedstatedir ;;
303   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
304   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
305   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
306   | --sha=* | --sh=*)
307     sharedstatedir="$ac_optarg" ;;
308
309   -site | --site | --sit)
310     ac_prev=site ;;
311   -site=* | --site=* | --sit=*)
312     site="$ac_optarg" ;;
313
314   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
315     ac_prev=srcdir ;;
316   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
317     srcdir="$ac_optarg" ;;
318
319   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
320   | --syscon | --sysco | --sysc | --sys | --sy)
321     ac_prev=sysconfdir ;;
322   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
323   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
324     sysconfdir="$ac_optarg" ;;
325
326   -target | --target | --targe | --targ | --tar | --ta | --t)
327     ac_prev=target ;;
328   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
329     target="$ac_optarg" ;;
330
331   -v | -verbose | --verbose | --verbos | --verbo | --verb)
332     verbose=yes ;;
333
334   -version | --version | --versio | --versi | --vers)
335     echo "configure generated by autoconf version 2.12"
336     exit 0 ;;
337
338   -with-* | --with-*)
339     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
340     # Reject names that are not valid shell variable names.
341     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
342       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
343     fi
344     ac_package=`echo $ac_package| sed 's/-/_/g'`
345     case "$ac_option" in
346       *=*) ;;
347       *) ac_optarg=yes ;;
348     esac
349     eval "with_${ac_package}='$ac_optarg'" ;;
350
351   -without-* | --without-*)
352     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
353     # Reject names that are not valid shell variable names.
354     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
355       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
356     fi
357     ac_package=`echo $ac_package| sed 's/-/_/g'`
358     eval "with_${ac_package}=no" ;;
359
360   --x)
361     # Obsolete; use --with-x.
362     with_x=yes ;;
363
364   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
365   | --x-incl | --x-inc | --x-in | --x-i)
366     ac_prev=x_includes ;;
367   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
368   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
369     x_includes="$ac_optarg" ;;
370
371   -x-libraries | --x-libraries | --x-librarie | --x-librari \
372   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
373     ac_prev=x_libraries ;;
374   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
375   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
376     x_libraries="$ac_optarg" ;;
377
378   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
379     ;;
380
381   *)
382     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
383       echo "configure: warning: $ac_option: invalid host type" 1>&2
384     fi
385     if test "x$nonopt" != xNONE; then
386       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
387     fi
388     nonopt="$ac_option"
389     ;;
390
391   esac
392 done
393
394 if test -n "$ac_prev"; then
395   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
396 fi
397
398 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
399
400 # File descriptor usage:
401 # 0 standard input
402 # 1 file creation
403 # 2 errors and warnings
404 # 3 some systems may open it to /dev/tty
405 # 4 used on the Kubota Titan
406 # 6 checking for... messages and results
407 # 5 compiler messages saved in config.log
408 if test "$silent" = yes; then
409   exec 6>/dev/null
410 else
411   exec 6>&1
412 fi
413 exec 5>./config.log
414
415 echo "\
416 This file contains any messages produced by compilers while
417 running configure, to aid debugging if configure makes a mistake.
418 " 1>&5
419
420 # Strip out --no-create and --no-recursion so they do not pile up.
421 # Also quote any args containing shell metacharacters.
422 ac_configure_args=
423 for ac_arg
424 do
425   case "$ac_arg" in
426   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
427   | --no-cr | --no-c) ;;
428   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
429   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
430   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
431   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
432   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
433   esac
434 done
435
436 # NLS nuisances.
437 # Only set these to C if already set.  These must not be set unconditionally
438 # because not all systems understand e.g. LANG=C (notably SCO).
439 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
440 # Non-C LC_CTYPE values break the ctype check.
441 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
442 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
443 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
444 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
445
446 # confdefs.h avoids OS command line length limits that DEFS can exceed.
447 rm -rf conftest* confdefs.h
448 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
449 echo > confdefs.h
450
451 # A filename unique to this package, relative to the directory that
452 # configure is in, which we can look for to find out if srcdir is correct.
453 ac_unique_file=barcode.h
454
455 # Find the source files, if location was not specified.
456 if test -z "$srcdir"; then
457   ac_srcdir_defaulted=yes
458   # Try the directory containing this script, then its parent.
459   ac_prog=$0
460   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
461   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
462   srcdir=$ac_confdir
463   if test ! -r $srcdir/$ac_unique_file; then
464     srcdir=..
465   fi
466 else
467   ac_srcdir_defaulted=no
468 fi
469 if test ! -r $srcdir/$ac_unique_file; then
470   if test "$ac_srcdir_defaulted" = yes; then
471     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
472   else
473     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
474   fi
475 fi
476 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
477
478 # Prefer explicitly selected file to automatically selected ones.
479 if test -z "$CONFIG_SITE"; then
480   if test "x$prefix" != xNONE; then
481     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
482   else
483     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
484   fi
485 fi
486 for ac_site_file in $CONFIG_SITE; do
487   if test -r "$ac_site_file"; then
488     echo "loading site script $ac_site_file"
489     . "$ac_site_file"
490   fi
491 done
492
493 if test -r "$cache_file"; then
494   echo "loading cache $cache_file"
495   . $cache_file
496 else
497   echo "creating cache $cache_file"
498   > $cache_file
499 fi
500
501 ac_ext=c
502 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
503 ac_cpp='$CPP $CPPFLAGS'
504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
506 cross_compiling=$ac_cv_prog_cc_cross
507
508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
509   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
510   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
511     ac_n= ac_c='
512 ' ac_t='        '
513   else
514     ac_n=-n ac_c= ac_t=
515   fi
516 else
517   ac_n= ac_c='\c' ac_t=
518 fi
519
520
521
522
523 # Extract the first word of "gcc", so it can be a program name with args.
524 set dummy gcc; ac_word=$2
525 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
526 echo "configure:527: checking for $ac_word" >&5
527 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
528   echo $ac_n "(cached) $ac_c" 1>&6
529 else
530   if test -n "$CC"; then
531   ac_cv_prog_CC="$CC" # Let the user override the test.
532 else
533   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
534   for ac_dir in $PATH; do
535     test -z "$ac_dir" && ac_dir=.
536     if test -f $ac_dir/$ac_word; then
537       ac_cv_prog_CC="gcc"
538       break
539     fi
540   done
541   IFS="$ac_save_ifs"
542 fi
543 fi
544 CC="$ac_cv_prog_CC"
545 if test -n "$CC"; then
546   echo "$ac_t""$CC" 1>&6
547 else
548   echo "$ac_t""no" 1>&6
549 fi
550
551 if test -z "$CC"; then
552   # Extract the first word of "cc", so it can be a program name with args.
553 set dummy cc; ac_word=$2
554 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
555 echo "configure:556: checking for $ac_word" >&5
556 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
557   echo $ac_n "(cached) $ac_c" 1>&6
558 else
559   if test -n "$CC"; then
560   ac_cv_prog_CC="$CC" # Let the user override the test.
561 else
562   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
563   ac_prog_rejected=no
564   for ac_dir in $PATH; do
565     test -z "$ac_dir" && ac_dir=.
566     if test -f $ac_dir/$ac_word; then
567       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
568         ac_prog_rejected=yes
569         continue
570       fi
571       ac_cv_prog_CC="cc"
572       break
573     fi
574   done
575   IFS="$ac_save_ifs"
576 if test $ac_prog_rejected = yes; then
577   # We found a bogon in the path, so make sure we never use it.
578   set dummy $ac_cv_prog_CC
579   shift
580   if test $# -gt 0; then
581     # We chose a different compiler from the bogus one.
582     # However, it has the same basename, so the bogon will be chosen
583     # first if we set CC to just the basename; use the full file name.
584     shift
585     set dummy "$ac_dir/$ac_word" "$@"
586     shift
587     ac_cv_prog_CC="$@"
588   fi
589 fi
590 fi
591 fi
592 CC="$ac_cv_prog_CC"
593 if test -n "$CC"; then
594   echo "$ac_t""$CC" 1>&6
595 else
596   echo "$ac_t""no" 1>&6
597 fi
598
599   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
600 fi
601
602 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
603 echo "configure:604: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
604
605 ac_ext=c
606 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
607 ac_cpp='$CPP $CPPFLAGS'
608 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
609 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
610 cross_compiling=$ac_cv_prog_cc_cross
611
612 cat > conftest.$ac_ext <<EOF
613 #line 614 "configure"
614 #include "confdefs.h"
615 main(){return(0);}
616 EOF
617 if { (eval echo configure:618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
618   ac_cv_prog_cc_works=yes
619   # If we can't run a trivial program, we are probably using a cross compiler.
620   if (./conftest; exit) 2>/dev/null; then
621     ac_cv_prog_cc_cross=no
622   else
623     ac_cv_prog_cc_cross=yes
624   fi
625 else
626   echo "configure: failed program was:" >&5
627   cat conftest.$ac_ext >&5
628   ac_cv_prog_cc_works=no
629 fi
630 rm -fr conftest*
631
632 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
633 if test $ac_cv_prog_cc_works = no; then
634   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
635 fi
636 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
637 echo "configure:638: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
638 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
639 cross_compiling=$ac_cv_prog_cc_cross
640
641 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
642 echo "configure:643: checking whether we are using GNU C" >&5
643 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
644   echo $ac_n "(cached) $ac_c" 1>&6
645 else
646   cat > conftest.c <<EOF
647 #ifdef __GNUC__
648   yes;
649 #endif
650 EOF
651 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
652   ac_cv_prog_gcc=yes
653 else
654   ac_cv_prog_gcc=no
655 fi
656 fi
657
658 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
659
660 if test $ac_cv_prog_gcc = yes; then
661   GCC=yes
662   ac_test_CFLAGS="${CFLAGS+set}"
663   ac_save_CFLAGS="$CFLAGS"
664   CFLAGS=
665   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
666 echo "configure:667: checking whether ${CC-cc} accepts -g" >&5
667 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
668   echo $ac_n "(cached) $ac_c" 1>&6
669 else
670   echo 'void f(){}' > conftest.c
671 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
672   ac_cv_prog_cc_g=yes
673 else
674   ac_cv_prog_cc_g=no
675 fi
676 rm -f conftest*
677
678 fi
679
680 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
681   if test "$ac_test_CFLAGS" = set; then
682     CFLAGS="$ac_save_CFLAGS"
683   elif test $ac_cv_prog_cc_g = yes; then
684     CFLAGS="-g -O2"
685   else
686     CFLAGS="-O2"
687   fi
688 else
689   GCC=
690   test "${CFLAGS+set}" = set || CFLAGS="-g"
691 fi
692
693 # Extract the first word of "ranlib", so it can be a program name with args.
694 set dummy ranlib; ac_word=$2
695 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
696 echo "configure:697: checking for $ac_word" >&5
697 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
698   echo $ac_n "(cached) $ac_c" 1>&6
699 else
700   if test -n "$RANLIB"; then
701   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
702 else
703   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
704   for ac_dir in $PATH; do
705     test -z "$ac_dir" && ac_dir=.
706     if test -f $ac_dir/$ac_word; then
707       ac_cv_prog_RANLIB="ranlib"
708       break
709     fi
710   done
711   IFS="$ac_save_ifs"
712   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
713 fi
714 fi
715 RANLIB="$ac_cv_prog_RANLIB"
716 if test -n "$RANLIB"; then
717   echo "$ac_t""$RANLIB" 1>&6
718 else
719   echo "$ac_t""no" 1>&6
720 fi
721
722 ac_aux_dir=
723 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
724   if test -f $ac_dir/install-sh; then
725     ac_aux_dir=$ac_dir
726     ac_install_sh="$ac_aux_dir/install-sh -c"
727     break
728   elif test -f $ac_dir/install.sh; then
729     ac_aux_dir=$ac_dir
730     ac_install_sh="$ac_aux_dir/install.sh -c"
731     break
732   fi
733 done
734 if test -z "$ac_aux_dir"; then
735   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
736 fi
737 ac_config_guess=$ac_aux_dir/config.guess
738 ac_config_sub=$ac_aux_dir/config.sub
739 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
740
741 # Find a good install program.  We prefer a C program (faster),
742 # so one script is as good as another.  But avoid the broken or
743 # incompatible versions:
744 # SysV /etc/install, /usr/sbin/install
745 # SunOS /usr/etc/install
746 # IRIX /sbin/install
747 # AIX /bin/install
748 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
749 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
750 # ./install, which can be erroneously created by make from ./install.sh.
751 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
752 echo "configure:753: checking for a BSD compatible install" >&5
753 if test -z "$INSTALL"; then
754 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
755   echo $ac_n "(cached) $ac_c" 1>&6
756 else
757     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
758   for ac_dir in $PATH; do
759     # Account for people who put trailing slashes in PATH elements.
760     case "$ac_dir/" in
761     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
762     *)
763       # OSF1 and SCO ODT 3.0 have their own names for install.
764       for ac_prog in ginstall installbsd scoinst install; do
765         if test -f $ac_dir/$ac_prog; then
766           if test $ac_prog = install &&
767             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
768             # AIX install.  It has an incompatible calling convention.
769             # OSF/1 installbsd also uses dspmsg, but is usable.
770             :
771           else
772             ac_cv_path_install="$ac_dir/$ac_prog -c"
773             break 2
774           fi
775         fi
776       done
777       ;;
778     esac
779   done
780   IFS="$ac_save_IFS"
781
782 fi
783   if test "${ac_cv_path_install+set}" = set; then
784     INSTALL="$ac_cv_path_install"
785   else
786     # As a last resort, use the slow shell script.  We don't cache a
787     # path for INSTALL within a source directory, because that will
788     # break other packages using the cache if that directory is
789     # removed, or if the path is relative.
790     INSTALL="$ac_install_sh"
791   fi
792 fi
793 echo "$ac_t""$INSTALL" 1>&6
794
795 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
796 # It thinks the first close brace ends the variable substitution.
797 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
798
799 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
800
801
802 if test x$GCC = xyes; then
803         CFLAGS="$CFLAGS -Wall"
804 fi
805
806
807 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
808 echo "configure:809: checking how to run the C preprocessor" >&5
809 # On Suns, sometimes $CPP names a directory.
810 if test -n "$CPP" && test -d "$CPP"; then
811   CPP=
812 fi
813 if test -z "$CPP"; then
814 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
815   echo $ac_n "(cached) $ac_c" 1>&6
816 else
817     # This must be in double quotes, not single quotes, because CPP may get
818   # substituted into the Makefile and "${CC-cc}" will confuse make.
819   CPP="${CC-cc} -E"
820   # On the NeXT, cc -E runs the code through the compiler's parser,
821   # not just through cpp.
822   cat > conftest.$ac_ext <<EOF
823 #line 824 "configure"
824 #include "confdefs.h"
825 #include <assert.h>
826 Syntax Error
827 EOF
828 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
829 { (eval echo configure:830: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
830 ac_err=`grep -v '^ *+' conftest.out`
831 if test -z "$ac_err"; then
832   :
833 else
834   echo "$ac_err" >&5
835   echo "configure: failed program was:" >&5
836   cat conftest.$ac_ext >&5
837   rm -rf conftest*
838   CPP="${CC-cc} -E -traditional-cpp"
839   cat > conftest.$ac_ext <<EOF
840 #line 841 "configure"
841 #include "confdefs.h"
842 #include <assert.h>
843 Syntax Error
844 EOF
845 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
846 { (eval echo configure:847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
847 ac_err=`grep -v '^ *+' conftest.out`
848 if test -z "$ac_err"; then
849   :
850 else
851   echo "$ac_err" >&5
852   echo "configure: failed program was:" >&5
853   cat conftest.$ac_ext >&5
854   rm -rf conftest*
855   CPP=/lib/cpp
856 fi
857 rm -f conftest*
858 fi
859 rm -f conftest*
860   ac_cv_prog_CPP="$CPP"
861 fi
862   CPP="$ac_cv_prog_CPP"
863 else
864   ac_cv_prog_CPP="$CPP"
865 fi
866 echo "$ac_t""$CPP" 1>&6
867
868 ac_safe=`echo "getopt.h" | sed 'y%./+-%__p_%'`
869 echo $ac_n "checking for getopt.h""... $ac_c" 1>&6
870 echo "configure:871: checking for getopt.h" >&5
871 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
872   echo $ac_n "(cached) $ac_c" 1>&6
873 else
874   cat > conftest.$ac_ext <<EOF
875 #line 876 "configure"
876 #include "confdefs.h"
877 #include <getopt.h>
878 EOF
879 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
880 { (eval echo configure:881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
881 ac_err=`grep -v '^ *+' conftest.out`
882 if test -z "$ac_err"; then
883   rm -rf conftest*
884   eval "ac_cv_header_$ac_safe=yes"
885 else
886   echo "$ac_err" >&5
887   echo "configure: failed program was:" >&5
888   cat conftest.$ac_ext >&5
889   rm -rf conftest*
890   eval "ac_cv_header_$ac_safe=no"
891 fi
892 rm -f conftest*
893 fi
894 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
895   echo "$ac_t""yes" 1>&6
896   :
897 else
898   echo "$ac_t""no" 1>&6
899 NO_GETOPT=-DNO_GETOPT;GETOPT_O=compat/getopt.o
900 fi
901
902 ac_safe=`echo "paper.h" | sed 'y%./+-%__p_%'`
903 echo $ac_n "checking for paper.h""... $ac_c" 1>&6
904 echo "configure:905: checking for paper.h" >&5
905 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
906   echo $ac_n "(cached) $ac_c" 1>&6
907 else
908   cat > conftest.$ac_ext <<EOF
909 #line 910 "configure"
910 #include "confdefs.h"
911 #include <paper.h>
912 EOF
913 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
914 { (eval echo configure:915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
915 ac_err=`grep -v '^ *+' conftest.out`
916 if test -z "$ac_err"; then
917   rm -rf conftest*
918   eval "ac_cv_header_$ac_safe=yes"
919 else
920   echo "$ac_err" >&5
921   echo "configure: failed program was:" >&5
922   cat conftest.$ac_ext >&5
923   rm -rf conftest*
924   eval "ac_cv_header_$ac_safe=no"
925 fi
926 rm -f conftest*
927 fi
928 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
929   echo "$ac_t""yes" 1>&6
930   LIBPAPER=-lpaper
931 else
932   echo "$ac_t""no" 1>&6
933 NO_LIBPAPER=-DNO_LIBPAPER
934 fi
935
936 for ac_hdr in unistd.h
937 do
938 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
939 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
940 echo "configure:941: checking for $ac_hdr" >&5
941 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
942   echo $ac_n "(cached) $ac_c" 1>&6
943 else
944   cat > conftest.$ac_ext <<EOF
945 #line 946 "configure"
946 #include "confdefs.h"
947 #include <$ac_hdr>
948 EOF
949 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
950 { (eval echo configure:951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
951 ac_err=`grep -v '^ *+' conftest.out`
952 if test -z "$ac_err"; then
953   rm -rf conftest*
954   eval "ac_cv_header_$ac_safe=yes"
955 else
956   echo "$ac_err" >&5
957   echo "configure: failed program was:" >&5
958   cat conftest.$ac_ext >&5
959   rm -rf conftest*
960   eval "ac_cv_header_$ac_safe=no"
961 fi
962 rm -f conftest*
963 fi
964 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
965   echo "$ac_t""yes" 1>&6
966     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
967   cat >> confdefs.h <<EOF
968 #define $ac_tr_hdr 1
969 EOF
970  
971 else
972   echo "$ac_t""no" 1>&6
973 fi
974 done
975
976
977 echo $ac_n "checking for strerror""... $ac_c" 1>&6
978 echo "configure:979: checking for strerror" >&5
979 if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
980   echo $ac_n "(cached) $ac_c" 1>&6
981 else
982   cat > conftest.$ac_ext <<EOF
983 #line 984 "configure"
984 #include "confdefs.h"
985 /* System header to define __stub macros and hopefully few prototypes,
986     which can conflict with char strerror(); below.  */
987 #include <assert.h>
988 /* Override any gcc2 internal prototype to avoid an error.  */
989 /* We use char because int might match the return type of a gcc2
990     builtin and then its argument prototype would still apply.  */
991 char strerror();
992
993 int main() {
994
995 /* The GNU C library defines this for functions which it implements
996     to always fail with ENOSYS.  Some functions are actually named
997     something starting with __ and the normal name is an alias.  */
998 #if defined (__stub_strerror) || defined (__stub___strerror)
999 choke me
1000 #else
1001 strerror();
1002 #endif
1003
1004 ; return 0; }
1005 EOF
1006 if { (eval echo configure:1007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1007   rm -rf conftest*
1008   eval "ac_cv_func_strerror=yes"
1009 else
1010   echo "configure: failed program was:" >&5
1011   cat conftest.$ac_ext >&5
1012   rm -rf conftest*
1013   eval "ac_cv_func_strerror=no"
1014 fi
1015 rm -f conftest*
1016 fi
1017
1018 if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
1019   echo "$ac_t""yes" 1>&6
1020   :
1021 else
1022   echo "$ac_t""no" 1>&6
1023 NO_STRERROR=-DNO_STRERROR
1024 fi
1025
1026 for ac_func in strcasecmp
1027 do
1028 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1029 echo "configure:1030: checking for $ac_func" >&5
1030 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1031   echo $ac_n "(cached) $ac_c" 1>&6
1032 else
1033   cat > conftest.$ac_ext <<EOF
1034 #line 1035 "configure"
1035 #include "confdefs.h"
1036 /* System header to define __stub macros and hopefully few prototypes,
1037     which can conflict with char $ac_func(); below.  */
1038 #include <assert.h>
1039 /* Override any gcc2 internal prototype to avoid an error.  */
1040 /* We use char because int might match the return type of a gcc2
1041     builtin and then its argument prototype would still apply.  */
1042 char $ac_func();
1043
1044 int main() {
1045
1046 /* The GNU C library defines this for functions which it implements
1047     to always fail with ENOSYS.  Some functions are actually named
1048     something starting with __ and the normal name is an alias.  */
1049 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1050 choke me
1051 #else
1052 $ac_func();
1053 #endif
1054
1055 ; return 0; }
1056 EOF
1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1058   rm -rf conftest*
1059   eval "ac_cv_func_$ac_func=yes"
1060 else
1061   echo "configure: failed program was:" >&5
1062   cat conftest.$ac_ext >&5
1063   rm -rf conftest*
1064   eval "ac_cv_func_$ac_func=no"
1065 fi
1066 rm -f conftest*
1067 fi
1068
1069 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1070   echo "$ac_t""yes" 1>&6
1071     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1072   cat >> confdefs.h <<EOF
1073 #define $ac_tr_func 1
1074 EOF
1075  
1076 else
1077   echo "$ac_t""no" 1>&6
1078 fi
1079 done
1080
1081
1082 echo $ac_n "checking "for gmake"""... $ac_c" 1>&6
1083 echo "configure:1084: checking "for gmake"" >&5
1084 GMAKE=no
1085 ${MAKE=make} --version 2> /dev/null | grep GNU > /dev/null && GMAKE=yes
1086 echo "$ac_t""$GMAKE" 1>&6
1087 if test "$GMAKE" = "yes"; then
1088         GMAKEDEPEND0='ifeq (.depend,$(wildcard .depend))'
1089         GMAKEDEPEND1='include .depend'
1090         GMAKEDEPEND2='endif'
1091 fi
1092
1093 echo $ac_n "checking "if makeinfo can output html"""... $ac_c" 1>&6
1094 echo "configure:1095: checking "if makeinfo can output html"" >&5
1095 MAKEINFOHTML=no
1096 ${MAKEINFO=makeinfo} --help | grep .--html > /dev/null && MAKEINFOHTML=yes
1097 echo "$ac_t""$MAKEINFOHTML" 1>&6
1098 if test "$MAKEINFOHTML" = "yes"; then
1099    REMOVEHTMLTAGS="cat"
1100    INFOTOHTML="$MAKEINFO --html"
1101 else
1102    REMOVEHTMLTAGS="sed 's/ifnottex/ifinfo/; s/ifnotinfo/iftex/'"
1103    INFOTOHTML="perl texi2html -monolithic"
1104 fi
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116 trap '' 1 2 15
1117 cat > confcache <<\EOF
1118 # This file is a shell script that caches the results of configure
1119 # tests run on this system so they can be shared between configure
1120 # scripts and configure runs.  It is not useful on other systems.
1121 # If it contains results you don't want to keep, you may remove or edit it.
1122 #
1123 # By default, configure uses ./config.cache as the cache file,
1124 # creating it if it does not exist already.  You can give configure
1125 # the --cache-file=FILE option to use a different cache file; that is
1126 # what configure does when it calls configure scripts in
1127 # subdirectories, so they share the cache.
1128 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1129 # config.status only pays attention to the cache file if you give it the
1130 # --recheck option to rerun configure.
1131 #
1132 EOF
1133 # The following way of writing the cache mishandles newlines in values,
1134 # but we know of no workaround that is simple, portable, and efficient.
1135 # So, don't put newlines in cache variables' values.
1136 # Ultrix sh set writes to stderr and can't be redirected directly,
1137 # and sets the high bit in the cache file unless we assign to the vars.
1138 (set) 2>&1 |
1139   case `(ac_space=' '; set) 2>&1` in
1140   *ac_space=\ *)
1141     # `set' does not quote correctly, so add quotes (double-quote substitution
1142     # turns \\\\ into \\, and sed turns \\ into \).
1143     sed -n \
1144       -e "s/'/'\\\\''/g" \
1145       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1146     ;;
1147   *)
1148     # `set' quotes correctly as required by POSIX, so do not add quotes.
1149     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1150     ;;
1151   esac >> confcache
1152 if cmp -s $cache_file confcache; then
1153   :
1154 else
1155   if test -w $cache_file; then
1156     echo "updating cache $cache_file"
1157     cat confcache > $cache_file
1158   else
1159     echo "not updating unwritable cache $cache_file"
1160   fi
1161 fi
1162 rm -f confcache
1163
1164 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1165
1166 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1167 # Let make expand exec_prefix.
1168 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1169
1170 # Any assignment to VPATH causes Sun make to only execute
1171 # the first set of double-colon rules, so remove it if not needed.
1172 # If there is a colon in the path, we need to keep it.
1173 if test "x$srcdir" = x.; then
1174   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1175 fi
1176
1177 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1178
1179 # Transform confdefs.h into DEFS.
1180 # Protect against shell expansion while executing Makefile rules.
1181 # Protect against Makefile macro expansion.
1182 cat > conftest.defs <<\EOF
1183 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1184 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1185 s%\[%\\&%g
1186 s%\]%\\&%g
1187 s%\$%$$%g
1188 EOF
1189 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1190 rm -f conftest.defs
1191
1192
1193 # Without the "./", some shells look in PATH for config.status.
1194 : ${CONFIG_STATUS=./config.status}
1195
1196 echo creating $CONFIG_STATUS
1197 rm -f $CONFIG_STATUS
1198 cat > $CONFIG_STATUS <<EOF
1199 #! /bin/sh
1200 # Generated automatically by configure.
1201 # Run this file to recreate the current configuration.
1202 # This directory was configured as follows,
1203 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1204 #
1205 # $0 $ac_configure_args
1206 #
1207 # Compiler output produced by configure, useful for debugging
1208 # configure, is in ./config.log if it exists.
1209
1210 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1211 for ac_option
1212 do
1213   case "\$ac_option" in
1214   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1215     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1216     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1217   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1218     echo "$CONFIG_STATUS generated by autoconf version 2.12"
1219     exit 0 ;;
1220   -help | --help | --hel | --he | --h)
1221     echo "\$ac_cs_usage"; exit 0 ;;
1222   *) echo "\$ac_cs_usage"; exit 1 ;;
1223   esac
1224 done
1225
1226 ac_given_srcdir=$srcdir
1227 ac_given_INSTALL="$INSTALL"
1228
1229 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1230 EOF
1231 cat >> $CONFIG_STATUS <<EOF
1232
1233 # Protect against being on the right side of a sed subst in config.status.
1234 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1235  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1236 $ac_vpsub
1237 $extrasub
1238 s%@CFLAGS@%$CFLAGS%g
1239 s%@CPPFLAGS@%$CPPFLAGS%g
1240 s%@CXXFLAGS@%$CXXFLAGS%g
1241 s%@DEFS@%$DEFS%g
1242 s%@LDFLAGS@%$LDFLAGS%g
1243 s%@LIBS@%$LIBS%g
1244 s%@exec_prefix@%$exec_prefix%g
1245 s%@prefix@%$prefix%g
1246 s%@program_transform_name@%$program_transform_name%g
1247 s%@bindir@%$bindir%g
1248 s%@sbindir@%$sbindir%g
1249 s%@libexecdir@%$libexecdir%g
1250 s%@datadir@%$datadir%g
1251 s%@sysconfdir@%$sysconfdir%g
1252 s%@sharedstatedir@%$sharedstatedir%g
1253 s%@localstatedir@%$localstatedir%g
1254 s%@libdir@%$libdir%g
1255 s%@includedir@%$includedir%g
1256 s%@oldincludedir@%$oldincludedir%g
1257 s%@infodir@%$infodir%g
1258 s%@mandir@%$mandir%g
1259 s%@CC@%$CC%g
1260 s%@RANLIB@%$RANLIB%g
1261 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1262 s%@INSTALL_DATA@%$INSTALL_DATA%g
1263 s%@CPP@%$CPP%g
1264 s%@GETOPT_O@%$GETOPT_O%g
1265 s%@NO_GETOPT@%$NO_GETOPT%g
1266 s%@NO_LIBPAPER@%$NO_LIBPAPER%g
1267 s%@LIBPAPER@%$LIBPAPER%g
1268 s%@NO_STRERROR@%$NO_STRERROR%g
1269 s%@GMAKEDEPEND0@%$GMAKEDEPEND0%g
1270 s%@GMAKEDEPEND1@%$GMAKEDEPEND1%g
1271 s%@GMAKEDEPEND2@%$GMAKEDEPEND2%g
1272
1273 CEOF
1274 EOF
1275
1276 cat >> $CONFIG_STATUS <<\EOF
1277
1278 # Split the substitutions into bite-sized pieces for seds with
1279 # small command number limits, like on Digital OSF/1 and HP-UX.
1280 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1281 ac_file=1 # Number of current file.
1282 ac_beg=1 # First line for current file.
1283 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1284 ac_more_lines=:
1285 ac_sed_cmds=""
1286 while $ac_more_lines; do
1287   if test $ac_beg -gt 1; then
1288     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1289   else
1290     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1291   fi
1292   if test ! -s conftest.s$ac_file; then
1293     ac_more_lines=false
1294     rm -f conftest.s$ac_file
1295   else
1296     if test -z "$ac_sed_cmds"; then
1297       ac_sed_cmds="sed -f conftest.s$ac_file"
1298     else
1299       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1300     fi
1301     ac_file=`expr $ac_file + 1`
1302     ac_beg=$ac_end
1303     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1304   fi
1305 done
1306 if test -z "$ac_sed_cmds"; then
1307   ac_sed_cmds=cat
1308 fi
1309 EOF
1310
1311 cat >> $CONFIG_STATUS <<EOF
1312
1313 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1314 EOF
1315 cat >> $CONFIG_STATUS <<\EOF
1316 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1317   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1318   case "$ac_file" in
1319   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1320        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1321   *) ac_file_in="${ac_file}.in" ;;
1322   esac
1323
1324   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1325
1326   # Remove last slash and all that follows it.  Not all systems have dirname.
1327   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1328   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1329     # The file is in a subdirectory.
1330     test ! -d "$ac_dir" && mkdir "$ac_dir"
1331     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1332     # A "../" for each directory in $ac_dir_suffix.
1333     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1334   else
1335     ac_dir_suffix= ac_dots=
1336   fi
1337
1338   case "$ac_given_srcdir" in
1339   .)  srcdir=.
1340       if test -z "$ac_dots"; then top_srcdir=.
1341       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1342   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1343   *) # Relative path.
1344     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1345     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1346   esac
1347
1348   case "$ac_given_INSTALL" in
1349   [/$]*) INSTALL="$ac_given_INSTALL" ;;
1350   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1351   esac
1352
1353   echo creating "$ac_file"
1354   rm -f "$ac_file"
1355   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1356   case "$ac_file" in
1357   *Makefile*) ac_comsub="1i\\
1358 # $configure_input" ;;
1359   *) ac_comsub= ;;
1360   esac
1361
1362   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1363   sed -e "$ac_comsub
1364 s%@configure_input@%$configure_input%g
1365 s%@srcdir@%$srcdir%g
1366 s%@top_srcdir@%$top_srcdir%g
1367 s%@INSTALL@%$INSTALL%g
1368 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1369 fi; done
1370 rm -f conftest.s*
1371
1372 EOF
1373 cat >> $CONFIG_STATUS <<EOF
1374
1375 EOF
1376 cat >> $CONFIG_STATUS <<\EOF
1377
1378 exit 0
1379 EOF
1380 chmod +x $CONFIG_STATUS
1381 rm -fr confdefs* $ac_clean_files
1382 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1383
1384
1385
1386
1387
1388
1389 trap '' 1 2 15
1390 cat > confcache <<\EOF
1391 # This file is a shell script that caches the results of configure
1392 # tests run on this system so they can be shared between configure
1393 # scripts and configure runs.  It is not useful on other systems.
1394 # If it contains results you don't want to keep, you may remove or edit it.
1395 #
1396 # By default, configure uses ./config.cache as the cache file,
1397 # creating it if it does not exist already.  You can give configure
1398 # the --cache-file=FILE option to use a different cache file; that is
1399 # what configure does when it calls configure scripts in
1400 # subdirectories, so they share the cache.
1401 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1402 # config.status only pays attention to the cache file if you give it the
1403 # --recheck option to rerun configure.
1404 #
1405 EOF
1406 # The following way of writing the cache mishandles newlines in values,
1407 # but we know of no workaround that is simple, portable, and efficient.
1408 # So, don't put newlines in cache variables' values.
1409 # Ultrix sh set writes to stderr and can't be redirected directly,
1410 # and sets the high bit in the cache file unless we assign to the vars.
1411 (set) 2>&1 |
1412   case `(ac_space=' '; set) 2>&1` in
1413   *ac_space=\ *)
1414     # `set' does not quote correctly, so add quotes (double-quote substitution
1415     # turns \\\\ into \\, and sed turns \\ into \).
1416     sed -n \
1417       -e "s/'/'\\\\''/g" \
1418       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1419     ;;
1420   *)
1421     # `set' quotes correctly as required by POSIX, so do not add quotes.
1422     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1423     ;;
1424   esac >> confcache
1425 if cmp -s $cache_file confcache; then
1426   :
1427 else
1428   if test -w $cache_file; then
1429     echo "updating cache $cache_file"
1430     cat confcache > $cache_file
1431   else
1432     echo "not updating unwritable cache $cache_file"
1433   fi
1434 fi
1435 rm -f confcache
1436
1437 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1438
1439 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1440 # Let make expand exec_prefix.
1441 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1442
1443 # Any assignment to VPATH causes Sun make to only execute
1444 # the first set of double-colon rules, so remove it if not needed.
1445 # If there is a colon in the path, we need to keep it.
1446 if test "x$srcdir" = x.; then
1447   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1448 fi
1449
1450 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1451
1452 # Transform confdefs.h into DEFS.
1453 # Protect against shell expansion while executing Makefile rules.
1454 # Protect against Makefile macro expansion.
1455 cat > conftest.defs <<\EOF
1456 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1457 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1458 s%\[%\\&%g
1459 s%\]%\\&%g
1460 s%\$%$$%g
1461 EOF
1462 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1463 rm -f conftest.defs
1464
1465
1466 # Without the "./", some shells look in PATH for config.status.
1467 : ${CONFIG_STATUS=./config.status}
1468
1469 echo creating $CONFIG_STATUS
1470 rm -f $CONFIG_STATUS
1471 cat > $CONFIG_STATUS <<EOF
1472 #! /bin/sh
1473 # Generated automatically by configure.
1474 # Run this file to recreate the current configuration.
1475 # This directory was configured as follows,
1476 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1477 #
1478 # $0 $ac_configure_args
1479 #
1480 # Compiler output produced by configure, useful for debugging
1481 # configure, is in ./config.log if it exists.
1482
1483 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1484 for ac_option
1485 do
1486   case "\$ac_option" in
1487   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1488     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1489     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1490   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1491     echo "$CONFIG_STATUS generated by autoconf version 2.12"
1492     exit 0 ;;
1493   -help | --help | --hel | --he | --h)
1494     echo "\$ac_cs_usage"; exit 0 ;;
1495   *) echo "\$ac_cs_usage"; exit 1 ;;
1496   esac
1497 done
1498
1499 ac_given_srcdir=$srcdir
1500 ac_given_INSTALL="$INSTALL"
1501
1502 trap 'rm -fr `echo "doc/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1503 EOF
1504 cat >> $CONFIG_STATUS <<EOF
1505
1506 # Protect against being on the right side of a sed subst in config.status.
1507 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1508  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1509 $ac_vpsub
1510 $extrasub
1511 s%@MAKEINFO@%$MAKEINFO%g
1512 s%@REMOVEHTMLTAGS@%$REMOVEHTMLTAGS%g
1513 s%@INFOTOHTML@%$INFOTOHTML%g
1514
1515 CEOF
1516 EOF
1517
1518 cat >> $CONFIG_STATUS <<\EOF
1519
1520 # Split the substitutions into bite-sized pieces for seds with
1521 # small command number limits, like on Digital OSF/1 and HP-UX.
1522 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1523 ac_file=1 # Number of current file.
1524 ac_beg=1 # First line for current file.
1525 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1526 ac_more_lines=:
1527 ac_sed_cmds=""
1528 while $ac_more_lines; do
1529   if test $ac_beg -gt 1; then
1530     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1531   else
1532     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1533   fi
1534   if test ! -s conftest.s$ac_file; then
1535     ac_more_lines=false
1536     rm -f conftest.s$ac_file
1537   else
1538     if test -z "$ac_sed_cmds"; then
1539       ac_sed_cmds="sed -f conftest.s$ac_file"
1540     else
1541       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1542     fi
1543     ac_file=`expr $ac_file + 1`
1544     ac_beg=$ac_end
1545     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1546   fi
1547 done
1548 if test -z "$ac_sed_cmds"; then
1549   ac_sed_cmds=cat
1550 fi
1551 EOF
1552
1553 cat >> $CONFIG_STATUS <<EOF
1554
1555 CONFIG_FILES=\${CONFIG_FILES-"doc/Makefile"}
1556 EOF
1557 cat >> $CONFIG_STATUS <<\EOF
1558 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1559   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1560   case "$ac_file" in
1561   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1562        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1563   *) ac_file_in="${ac_file}.in" ;;
1564   esac
1565
1566   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1567
1568   # Remove last slash and all that follows it.  Not all systems have dirname.
1569   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1570   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1571     # The file is in a subdirectory.
1572     test ! -d "$ac_dir" && mkdir "$ac_dir"
1573     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1574     # A "../" for each directory in $ac_dir_suffix.
1575     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1576   else
1577     ac_dir_suffix= ac_dots=
1578   fi
1579
1580   case "$ac_given_srcdir" in
1581   .)  srcdir=.
1582       if test -z "$ac_dots"; then top_srcdir=.
1583       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1584   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1585   *) # Relative path.
1586     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1587     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1588   esac
1589
1590   case "$ac_given_INSTALL" in
1591   [/$]*) INSTALL="$ac_given_INSTALL" ;;
1592   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1593   esac
1594
1595   echo creating "$ac_file"
1596   rm -f "$ac_file"
1597   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1598   case "$ac_file" in
1599   *Makefile*) ac_comsub="1i\\
1600 # $configure_input" ;;
1601   *) ac_comsub= ;;
1602   esac
1603
1604   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1605   sed -e "$ac_comsub
1606 s%@configure_input@%$configure_input%g
1607 s%@srcdir@%$srcdir%g
1608 s%@top_srcdir@%$top_srcdir%g
1609 s%@INSTALL@%$INSTALL%g
1610 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1611 fi; done
1612 rm -f conftest.s*
1613
1614 EOF
1615 cat >> $CONFIG_STATUS <<EOF
1616
1617 EOF
1618 cat >> $CONFIG_STATUS <<\EOF
1619
1620 exit 0
1621 EOF
1622 chmod +x $CONFIG_STATUS
1623 rm -fr confdefs* $ac_clean_files
1624 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1625
1626