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