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