Work around Bison's crazy redeclaration of malloc/free.
[secnet] / configure
CommitLineData
94759fd3
IJ
1#! /bin/sh
2# From configure.in Id: configure.in.
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.67 for secnet 0.1.16+.
5#
6# Report bugs to <secnet@chiark.greenend.org.uk>.
7#
8#
9# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11# Foundation, Inc.
12#
13#
14# This configure script is free software; the Free Software Foundation
15# gives unlimited permission to copy, distribute and modify it.
16## -------------------- ##
17## M4sh Initialization. ##
18## -------------------- ##
19
20# Be more Bourne compatible
21DUALCASE=1; export DUALCASE # for MKS sh
22if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
23 emulate sh
24 NULLCMD=:
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
28 setopt NO_GLOB_SUBST
29else
30 case `(set -o) 2>/dev/null` in #(
31 *posix*) :
32 set -o posix ;; #(
33 *) :
34 ;;
35esac
36fi
37
38
39as_nl='
40'
41export as_nl
42# Printing a long string crashes Solaris 7 /usr/bin/printf.
43as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
46# Prefer a ksh shell builtin over an external printf program on Solaris,
47# but without wasting forks for bash or zsh.
48if test -z "$BASH_VERSION$ZSH_VERSION" \
49 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='print -r --'
51 as_echo_n='print -rn --'
52elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 as_echo='printf %s\n'
54 as_echo_n='printf %s'
55else
56 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
57 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
58 as_echo_n='/usr/ucb/echo -n'
59 else
60 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
61 as_echo_n_body='eval
62 arg=$1;
63 case $arg in #(
64 *"$as_nl"*)
65 expr "X$arg" : "X\\(.*\\)$as_nl";
66 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
67 esac;
68 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 '
70 export as_echo_n_body
71 as_echo_n='sh -c $as_echo_n_body as_echo'
72 fi
73 export as_echo_body
74 as_echo='sh -c $as_echo_body as_echo'
75fi
76
77# The user is always right.
78if test "${PATH_SEPARATOR+set}" != set; then
79 PATH_SEPARATOR=:
80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82 PATH_SEPARATOR=';'
83 }
84fi
85
86
87# IFS
88# We need space, tab and new line, in precisely that order. Quoting is
89# there to prevent editors from complaining about space-tab.
90# (If _AS_PATH_WALK were called with IFS unset, it would disable word
91# splitting by setting IFS to empty value.)
92IFS=" "" $as_nl"
93
94# Find who we are. Look in the path if we contain no directory separator.
95case $0 in #((
96 *[\\/]* ) as_myself=$0 ;;
97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98for as_dir in $PATH
99do
100 IFS=$as_save_IFS
101 test -z "$as_dir" && as_dir=.
102 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 done
104IFS=$as_save_IFS
105
106 ;;
107esac
108# We did not find ourselves, most probably we were run as `sh COMMAND'
109# in which case we are not to be found in the path.
110if test "x$as_myself" = x; then
111 as_myself=$0
112fi
113if test ! -f "$as_myself"; then
114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115 exit 1
116fi
117
118# Unset variables that we do not need and which cause bugs (e.g. in
119# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
120# suppresses any "Segmentation fault" message there. '((' could
121# trigger a bug in pdksh 5.2.14.
122for as_var in BASH_ENV ENV MAIL MAILPATH
123do eval test x\${$as_var+set} = xset \
124 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# CDPATH.
137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 emulate sh
142 NULLCMD=:
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"'
146 setopt NO_GLOB_SUBST
147else
148 case \`(set -o) 2>/dev/null\` in #(
149 *posix*) :
150 set -o posix ;; #(
151 *) :
152 ;;
153esac
154fi
155"
156 as_required="as_fn_return () { (exit \$1); }
157as_fn_success () { as_fn_return 0; }
158as_fn_failure () { as_fn_return 1; }
159as_fn_ret_success () { return 0; }
160as_fn_ret_failure () { return 1; }
161
162exitcode=0
163as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169else
170 exitcode=1; echo positional parameters were not saved.
171fi
172test x\$exitcode = x0 || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177test \$(( 1 + 1 )) = 2 || exit 1"
178 if (eval "$as_required") 2>/dev/null; then :
179 as_have_required=yes
180else
181 as_have_required=no
182fi
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185else
186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187as_found=false
188for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189do
190 IFS=$as_save_IFS
191 test -z "$as_dir" && as_dir=.
192 as_found=:
193 case $as_dir in #(
194 /*)
195 for as_base in sh bash ksh sh5; do
196 # Try only shells that exist, to save several forks.
197 as_shell=$as_dir/$as_base
198 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200 CONFIG_SHELL=$as_shell as_have_required=yes
201 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202 break 2
203fi
204fi
205 done;;
206 esac
207 as_found=false
208done
209$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211 CONFIG_SHELL=$SHELL as_have_required=yes
212fi; }
213IFS=$as_save_IFS
214
215
216 if test "x$CONFIG_SHELL" != x; then :
217 # We cannot yet assume a decent shell, so we have to provide a
218 # neutralization value for shells without unset; and this also
219 # works around shells that cannot unset nonexistent variables.
220 BASH_ENV=/dev/null
221 ENV=/dev/null
222 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
223 export CONFIG_SHELL
224 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
225fi
226
227 if test x$as_have_required = xno; then :
228 $as_echo "$0: This script requires a shell more modern than all"
229 $as_echo "$0: the shells that I found on your system."
230 if test x${ZSH_VERSION+set} = xset ; then
231 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
232 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
233 else
234 $as_echo "$0: Please tell bug-autoconf@gnu.org and
235$0: secnet@chiark.greenend.org.uk about your system,
236$0: including any error possibly output before this
237$0: message. Then install a modern shell, or manually run
238$0: the script under such a shell if you do have one."
239 fi
240 exit 1
241fi
242fi
243fi
244SHELL=${CONFIG_SHELL-/bin/sh}
245export SHELL
246# Unset more variables known to interfere with behavior of common tools.
247CLICOLOR_FORCE= GREP_OPTIONS=
248unset CLICOLOR_FORCE GREP_OPTIONS
249
250## --------------------- ##
251## M4sh Shell Functions. ##
252## --------------------- ##
253# as_fn_unset VAR
254# ---------------
255# Portably unset VAR.
256as_fn_unset ()
257{
258 { eval $1=; unset $1;}
259}
260as_unset=as_fn_unset
261
262# as_fn_set_status STATUS
263# -----------------------
264# Set $? to STATUS, without forking.
265as_fn_set_status ()
266{
267 return $1
268} # as_fn_set_status
269
270# as_fn_exit STATUS
271# -----------------
272# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
273as_fn_exit ()
274{
275 set +e
276 as_fn_set_status $1
277 exit $1
278} # as_fn_exit
279
280# as_fn_mkdir_p
281# -------------
282# Create "$as_dir" as a directory, including parents if necessary.
283as_fn_mkdir_p ()
284{
285
286 case $as_dir in #(
287 -*) as_dir=./$as_dir;;
288 esac
289 test -d "$as_dir" || eval $as_mkdir_p || {
290 as_dirs=
291 while :; do
292 case $as_dir in #(
293 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
294 *) as_qdir=$as_dir;;
295 esac
296 as_dirs="'$as_qdir' $as_dirs"
297 as_dir=`$as_dirname -- "$as_dir" ||
298$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
299 X"$as_dir" : 'X\(//\)[^/]' \| \
300 X"$as_dir" : 'X\(//\)$' \| \
301 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
302$as_echo X"$as_dir" |
303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
304 s//\1/
305 q
306 }
307 /^X\(\/\/\)[^/].*/{
308 s//\1/
309 q
310 }
311 /^X\(\/\/\)$/{
312 s//\1/
313 q
314 }
315 /^X\(\/\).*/{
316 s//\1/
317 q
318 }
319 s/.*/./; q'`
320 test -d "$as_dir" && break
321 done
322 test -z "$as_dirs" || eval "mkdir $as_dirs"
323 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
324
325
326} # as_fn_mkdir_p
327# as_fn_append VAR VALUE
328# ----------------------
329# Append the text in VALUE to the end of the definition contained in VAR. Take
330# advantage of any shell optimizations that allow amortized linear growth over
331# repeated appends, instead of the typical quadratic growth present in naive
332# implementations.
333if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
334 eval 'as_fn_append ()
335 {
336 eval $1+=\$2
337 }'
338else
339 as_fn_append ()
340 {
341 eval $1=\$$1\$2
342 }
343fi # as_fn_append
344
345# as_fn_arith ARG...
346# ------------------
347# Perform arithmetic evaluation on the ARGs, and store the result in the
348# global $as_val. Take advantage of shells that can avoid forks. The arguments
349# must be portable across $(()) and expr.
350if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
351 eval 'as_fn_arith ()
352 {
353 as_val=$(( $* ))
354 }'
355else
356 as_fn_arith ()
357 {
358 as_val=`expr "$@" || test $? -eq 1`
359 }
360fi # as_fn_arith
361
362
363# as_fn_error STATUS ERROR [LINENO LOG_FD]
364# ----------------------------------------
365# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
367# script with STATUS, using 1 if that was 0.
368as_fn_error ()
369{
370 as_status=$1; test $as_status -eq 0 && as_status=1
371 if test "$4"; then
372 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
373 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374 fi
375 $as_echo "$as_me: error: $2" >&2
376 as_fn_exit $as_status
377} # as_fn_error
378
379if expr a : '\(a\)' >/dev/null 2>&1 &&
380 test "X`expr 00001 : '.*\(...\)'`" = X001; then
381 as_expr=expr
382else
383 as_expr=false
384fi
385
386if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
387 as_basename=basename
388else
389 as_basename=false
390fi
391
392if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
393 as_dirname=dirname
394else
395 as_dirname=false
396fi
397
398as_me=`$as_basename -- "$0" ||
399$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
400 X"$0" : 'X\(//\)$' \| \
401 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
402$as_echo X/"$0" |
403 sed '/^.*\/\([^/][^/]*\)\/*$/{
404 s//\1/
405 q
406 }
407 /^X\/\(\/\/\)$/{
408 s//\1/
409 q
410 }
411 /^X\/\(\/\).*/{
412 s//\1/
413 q
414 }
415 s/.*/./; q'`
416
417# Avoid depending upon Character Ranges.
418as_cr_letters='abcdefghijklmnopqrstuvwxyz'
419as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
420as_cr_Letters=$as_cr_letters$as_cr_LETTERS
421as_cr_digits='0123456789'
422as_cr_alnum=$as_cr_Letters$as_cr_digits
423
424
425 as_lineno_1=$LINENO as_lineno_1a=$LINENO
426 as_lineno_2=$LINENO as_lineno_2a=$LINENO
427 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
428 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
429 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
430 sed -n '
431 p
432 /[$]LINENO/=
433 ' <$as_myself |
434 sed '
435 s/[$]LINENO.*/&-/
436 t lineno
437 b
438 :lineno
439 N
440 :loop
441 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
442 t loop
443 s/-\n.*//
444 ' >$as_me.lineno &&
445 chmod +x "$as_me.lineno" ||
446 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447
448 # Don't try to exec as it changes $[0], causing all sort of problems
449 # (the dirname of $[0] is not the place where we might find the
450 # original and so on. Autoconf is especially sensitive to this).
451 . "./$as_me.lineno"
452 # Exit status is that of the last command.
453 exit
454}
455
456ECHO_C= ECHO_N= ECHO_T=
457case `echo -n x` in #(((((
458-n*)
459 case `echo 'xy\c'` in
460 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
461 xy) ECHO_C='\c';;
462 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
463 ECHO_T=' ';;
464 esac;;
465*)
466 ECHO_N='-n';;
467esac
468
469rm -f conf$$ conf$$.exe conf$$.file
470if test -d conf$$.dir; then
471 rm -f conf$$.dir/conf$$.file
472else
473 rm -f conf$$.dir
474 mkdir conf$$.dir 2>/dev/null
475fi
476if (echo >conf$$.file) 2>/dev/null; then
477 if ln -s conf$$.file conf$$ 2>/dev/null; then
478 as_ln_s='ln -s'
479 # ... but there are two gotchas:
480 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
481 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
482 # In both cases, we have to default to `cp -p'.
483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
484 as_ln_s='cp -p'
485 elif ln conf$$.file conf$$ 2>/dev/null; then
486 as_ln_s=ln
487 else
488 as_ln_s='cp -p'
489 fi
490else
491 as_ln_s='cp -p'
492fi
493rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
494rmdir conf$$.dir 2>/dev/null
495
496if mkdir -p . 2>/dev/null; then
497 as_mkdir_p='mkdir -p "$as_dir"'
498else
499 test -d ./-p && rmdir ./-p
500 as_mkdir_p=false
501fi
502
503if test -x / >/dev/null 2>&1; then
504 as_test_x='test -x'
505else
506 if ls -dL / >/dev/null 2>&1; then
507 as_ls_L_option=L
508 else
509 as_ls_L_option=
510 fi
511 as_test_x='
512 eval sh -c '\''
513 if test -d "$1"; then
514 test -d "$1/.";
515 else
516 case $1 in #(
517 -*)set "./$1";;
518 esac;
519 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
520 ???[sx]*):;;*)false;;esac;fi
521 '\'' sh
522 '
523fi
524as_executable_p=$as_test_x
525
526# Sed expression to map a string onto a valid CPP name.
527as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528
529# Sed expression to map a string onto a valid variable name.
530as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
531
532
533test -n "$DJDIR" || exec 7<&0 </dev/null
534exec 6>&1
535
536# Name of the host.
537# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
538# so uname gets run too.
539ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
540
541#
542# Initializations.
543#
544ac_default_prefix=/usr/local
545ac_clean_files=
546ac_config_libobj_dir=.
547LIBOBJS=
548cross_compiling=no
549subdirs=
550MFLAGS=
551MAKEFLAGS=
552
553# Identity of this package.
554PACKAGE_NAME='secnet'
555PACKAGE_TARNAME='secnet'
556PACKAGE_VERSION='0.1.16+'
557PACKAGE_STRING='secnet 0.1.16+'
558PACKAGE_BUGREPORT='secnet@chiark.greenend.org.uk'
559PACKAGE_URL=''
560
561ac_unique_file="secnet.c"
562# Factoring default headers for most tests.
563ac_includes_default="\
564#include <stdio.h>
565#ifdef HAVE_SYS_TYPES_H
566# include <sys/types.h>
567#endif
568#ifdef HAVE_SYS_STAT_H
569# include <sys/stat.h>
570#endif
571#ifdef STDC_HEADERS
572# include <stdlib.h>
573# include <stddef.h>
574#else
575# ifdef HAVE_STDLIB_H
576# include <stdlib.h>
577# endif
578#endif
579#ifdef HAVE_STRING_H
580# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
581# include <memory.h>
582# endif
583# include <string.h>
584#endif
585#ifdef HAVE_STRINGS_H
586# include <strings.h>
587#endif
588#ifdef HAVE_INTTYPES_H
589# include <inttypes.h>
590#endif
591#ifdef HAVE_STDINT_H
592# include <stdint.h>
593#endif
594#ifdef HAVE_UNISTD_H
595# include <unistd.h>
596#endif"
597
598ac_subst_vars='LTLIBOBJS
599LIBOBJS
600WRITESTRINGS
601EGREP
602GREP
603CPP
604RM
605INSTALL_DATA
606INSTALL_SCRIPT
607INSTALL_PROGRAM
608OBJEXT
609EXEEXT
610ac_ct_CC
611CPPFLAGS
612LDFLAGS
613CFLAGS
614CC
615SET_MAKE
616target_alias
617host_alias
618build_alias
619LIBS
620ECHO_T
621ECHO_N
622ECHO_C
623DEFS
624mandir
625localedir
626libdir
627psdir
628pdfdir
629dvidir
630htmldir
631infodir
632docdir
633oldincludedir
634includedir
635localstatedir
636sharedstatedir
637sysconfdir
638datadir
639datarootdir
640libexecdir
641sbindir
642bindir
643program_transform_name
644prefix
645exec_prefix
646PACKAGE_URL
647PACKAGE_BUGREPORT
648PACKAGE_STRING
649PACKAGE_VERSION
650PACKAGE_TARNAME
651PACKAGE_NAME
652PATH_SEPARATOR
653SHELL'
654ac_subst_files=''
655ac_user_opts='
656enable_option_checking
e1b81bd6 657enable_hacky_parallel
94759fd3
IJ
658'
659 ac_precious_vars='build_alias
660host_alias
661target_alias
662CC
663CFLAGS
664LDFLAGS
665LIBS
666CPPFLAGS
667CPP'
668
669
670# Initialize some variables set by options.
671ac_init_help=
672ac_init_version=false
673ac_unrecognized_opts=
674ac_unrecognized_sep=
675# The variables have the same names as the options, with
676# dashes changed to underlines.
677cache_file=/dev/null
678exec_prefix=NONE
679no_create=
680no_recursion=
681prefix=NONE
682program_prefix=NONE
683program_suffix=NONE
684program_transform_name=s,x,x,
685silent=
686site=
687srcdir=
688verbose=
689x_includes=NONE
690x_libraries=NONE
691
692# Installation directory options.
693# These are left unexpanded so users can "make install exec_prefix=/foo"
694# and all the variables that are supposed to be based on exec_prefix
695# by default will actually change.
696# Use braces instead of parens because sh, perl, etc. also accept them.
697# (The list follows the same order as the GNU Coding Standards.)
698bindir='${exec_prefix}/bin'
699sbindir='${exec_prefix}/sbin'
700libexecdir='${exec_prefix}/libexec'
701datarootdir='${prefix}/share'
702datadir='${datarootdir}'
703sysconfdir='${prefix}/etc'
704sharedstatedir='${prefix}/com'
705localstatedir='${prefix}/var'
706includedir='${prefix}/include'
707oldincludedir='/usr/include'
708docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
709infodir='${datarootdir}/info'
710htmldir='${docdir}'
711dvidir='${docdir}'
712pdfdir='${docdir}'
713psdir='${docdir}'
714libdir='${exec_prefix}/lib'
715localedir='${datarootdir}/locale'
716mandir='${datarootdir}/man'
717
718ac_prev=
719ac_dashdash=
720for ac_option
721do
722 # If the previous option needs an argument, assign it.
723 if test -n "$ac_prev"; then
724 eval $ac_prev=\$ac_option
725 ac_prev=
726 continue
727 fi
728
729 case $ac_option in
730 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
731 *=) ac_optarg= ;;
732 *) ac_optarg=yes ;;
733 esac
734
735 # Accept the important Cygnus configure options, so we can diagnose typos.
736
737 case $ac_dashdash$ac_option in
738 --)
739 ac_dashdash=yes ;;
740
741 -bindir | --bindir | --bindi | --bind | --bin | --bi)
742 ac_prev=bindir ;;
743 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
744 bindir=$ac_optarg ;;
745
746 -build | --build | --buil | --bui | --bu)
747 ac_prev=build_alias ;;
748 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
749 build_alias=$ac_optarg ;;
750
751 -cache-file | --cache-file | --cache-fil | --cache-fi \
752 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
753 ac_prev=cache_file ;;
754 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
755 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
756 cache_file=$ac_optarg ;;
757
758 --config-cache | -C)
759 cache_file=config.cache ;;
760
761 -datadir | --datadir | --datadi | --datad)
762 ac_prev=datadir ;;
763 -datadir=* | --datadir=* | --datadi=* | --datad=*)
764 datadir=$ac_optarg ;;
765
766 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
767 | --dataroo | --dataro | --datar)
768 ac_prev=datarootdir ;;
769 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
770 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
771 datarootdir=$ac_optarg ;;
772
773 -disable-* | --disable-*)
774 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
775 # Reject names that are not valid shell variable names.
776 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
777 as_fn_error $? "invalid feature name: $ac_useropt"
778 ac_useropt_orig=$ac_useropt
779 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
780 case $ac_user_opts in
781 *"
782"enable_$ac_useropt"
783"*) ;;
784 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
785 ac_unrecognized_sep=', ';;
786 esac
787 eval enable_$ac_useropt=no ;;
788
789 -docdir | --docdir | --docdi | --doc | --do)
790 ac_prev=docdir ;;
791 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
792 docdir=$ac_optarg ;;
793
794 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
795 ac_prev=dvidir ;;
796 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
797 dvidir=$ac_optarg ;;
798
799 -enable-* | --enable-*)
800 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
801 # Reject names that are not valid shell variable names.
802 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
803 as_fn_error $? "invalid feature name: $ac_useropt"
804 ac_useropt_orig=$ac_useropt
805 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
806 case $ac_user_opts in
807 *"
808"enable_$ac_useropt"
809"*) ;;
810 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
811 ac_unrecognized_sep=', ';;
812 esac
813 eval enable_$ac_useropt=\$ac_optarg ;;
814
815 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
816 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
817 | --exec | --exe | --ex)
818 ac_prev=exec_prefix ;;
819 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
820 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
821 | --exec=* | --exe=* | --ex=*)
822 exec_prefix=$ac_optarg ;;
823
824 -gas | --gas | --ga | --g)
825 # Obsolete; use --with-gas.
826 with_gas=yes ;;
827
828 -help | --help | --hel | --he | -h)
829 ac_init_help=long ;;
830 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
831 ac_init_help=recursive ;;
832 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
833 ac_init_help=short ;;
834
835 -host | --host | --hos | --ho)
836 ac_prev=host_alias ;;
837 -host=* | --host=* | --hos=* | --ho=*)
838 host_alias=$ac_optarg ;;
839
840 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
841 ac_prev=htmldir ;;
842 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
843 | --ht=*)
844 htmldir=$ac_optarg ;;
845
846 -includedir | --includedir | --includedi | --included | --include \
847 | --includ | --inclu | --incl | --inc)
848 ac_prev=includedir ;;
849 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
850 | --includ=* | --inclu=* | --incl=* | --inc=*)
851 includedir=$ac_optarg ;;
852
853 -infodir | --infodir | --infodi | --infod | --info | --inf)
854 ac_prev=infodir ;;
855 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
856 infodir=$ac_optarg ;;
857
858 -libdir | --libdir | --libdi | --libd)
859 ac_prev=libdir ;;
860 -libdir=* | --libdir=* | --libdi=* | --libd=*)
861 libdir=$ac_optarg ;;
862
863 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
864 | --libexe | --libex | --libe)
865 ac_prev=libexecdir ;;
866 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
867 | --libexe=* | --libex=* | --libe=*)
868 libexecdir=$ac_optarg ;;
869
870 -localedir | --localedir | --localedi | --localed | --locale)
871 ac_prev=localedir ;;
872 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
873 localedir=$ac_optarg ;;
874
875 -localstatedir | --localstatedir | --localstatedi | --localstated \
876 | --localstate | --localstat | --localsta | --localst | --locals)
877 ac_prev=localstatedir ;;
878 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
879 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
880 localstatedir=$ac_optarg ;;
881
882 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
883 ac_prev=mandir ;;
884 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
885 mandir=$ac_optarg ;;
886
887 -nfp | --nfp | --nf)
888 # Obsolete; use --without-fp.
889 with_fp=no ;;
890
891 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
892 | --no-cr | --no-c | -n)
893 no_create=yes ;;
894
895 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
896 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
897 no_recursion=yes ;;
898
899 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
900 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
901 | --oldin | --oldi | --old | --ol | --o)
902 ac_prev=oldincludedir ;;
903 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
904 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
905 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
906 oldincludedir=$ac_optarg ;;
907
908 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
909 ac_prev=prefix ;;
910 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
911 prefix=$ac_optarg ;;
912
913 -program-prefix | --program-prefix | --program-prefi | --program-pref \
914 | --program-pre | --program-pr | --program-p)
915 ac_prev=program_prefix ;;
916 -program-prefix=* | --program-prefix=* | --program-prefi=* \
917 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
918 program_prefix=$ac_optarg ;;
919
920 -program-suffix | --program-suffix | --program-suffi | --program-suff \
921 | --program-suf | --program-su | --program-s)
922 ac_prev=program_suffix ;;
923 -program-suffix=* | --program-suffix=* | --program-suffi=* \
924 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
925 program_suffix=$ac_optarg ;;
926
927 -program-transform-name | --program-transform-name \
928 | --program-transform-nam | --program-transform-na \
929 | --program-transform-n | --program-transform- \
930 | --program-transform | --program-transfor \
931 | --program-transfo | --program-transf \
932 | --program-trans | --program-tran \
933 | --progr-tra | --program-tr | --program-t)
934 ac_prev=program_transform_name ;;
935 -program-transform-name=* | --program-transform-name=* \
936 | --program-transform-nam=* | --program-transform-na=* \
937 | --program-transform-n=* | --program-transform-=* \
938 | --program-transform=* | --program-transfor=* \
939 | --program-transfo=* | --program-transf=* \
940 | --program-trans=* | --program-tran=* \
941 | --progr-tra=* | --program-tr=* | --program-t=*)
942 program_transform_name=$ac_optarg ;;
943
944 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
945 ac_prev=pdfdir ;;
946 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
947 pdfdir=$ac_optarg ;;
948
949 -psdir | --psdir | --psdi | --psd | --ps)
950 ac_prev=psdir ;;
951 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
952 psdir=$ac_optarg ;;
953
954 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
955 | -silent | --silent | --silen | --sile | --sil)
956 silent=yes ;;
957
958 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
959 ac_prev=sbindir ;;
960 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
961 | --sbi=* | --sb=*)
962 sbindir=$ac_optarg ;;
963
964 -sharedstatedir | --sharedstatedir | --sharedstatedi \
965 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
966 | --sharedst | --shareds | --shared | --share | --shar \
967 | --sha | --sh)
968 ac_prev=sharedstatedir ;;
969 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
970 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
971 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
972 | --sha=* | --sh=*)
973 sharedstatedir=$ac_optarg ;;
974
975 -site | --site | --sit)
976 ac_prev=site ;;
977 -site=* | --site=* | --sit=*)
978 site=$ac_optarg ;;
979
980 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
981 ac_prev=srcdir ;;
982 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
983 srcdir=$ac_optarg ;;
984
985 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
986 | --syscon | --sysco | --sysc | --sys | --sy)
987 ac_prev=sysconfdir ;;
988 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
989 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
990 sysconfdir=$ac_optarg ;;
991
992 -target | --target | --targe | --targ | --tar | --ta | --t)
993 ac_prev=target_alias ;;
994 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
995 target_alias=$ac_optarg ;;
996
997 -v | -verbose | --verbose | --verbos | --verbo | --verb)
998 verbose=yes ;;
999
1000 -version | --version | --versio | --versi | --vers | -V)
1001 ac_init_version=: ;;
1002
1003 -with-* | --with-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 as_fn_error $? "invalid package name: $ac_useropt"
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1011 *"
1012"with_$ac_useropt"
1013"*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval with_$ac_useropt=\$ac_optarg ;;
1018
1019 -without-* | --without-*)
1020 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1021 # Reject names that are not valid shell variable names.
1022 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1023 as_fn_error $? "invalid package name: $ac_useropt"
1024 ac_useropt_orig=$ac_useropt
1025 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1026 case $ac_user_opts in
1027 *"
1028"with_$ac_useropt"
1029"*) ;;
1030 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1031 ac_unrecognized_sep=', ';;
1032 esac
1033 eval with_$ac_useropt=no ;;
1034
1035 --x)
1036 # Obsolete; use --with-x.
1037 with_x=yes ;;
1038
1039 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1040 | --x-incl | --x-inc | --x-in | --x-i)
1041 ac_prev=x_includes ;;
1042 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1043 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1044 x_includes=$ac_optarg ;;
1045
1046 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1047 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1048 ac_prev=x_libraries ;;
1049 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1050 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1051 x_libraries=$ac_optarg ;;
1052
1053 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1054Try \`$0 --help' for more information"
1055 ;;
1056
1057 *=*)
1058 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1059 # Reject names that are not valid shell variable names.
1060 case $ac_envvar in #(
1061 '' | [0-9]* | *[!_$as_cr_alnum]* )
1062 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1063 esac
1064 eval $ac_envvar=\$ac_optarg
1065 export $ac_envvar ;;
1066
1067 *)
1068 # FIXME: should be removed in autoconf 3.0.
1069 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1070 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1071 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1072 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1073 ;;
1074
1075 esac
1076done
1077
1078if test -n "$ac_prev"; then
1079 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1080 as_fn_error $? "missing argument to $ac_option"
1081fi
1082
1083if test -n "$ac_unrecognized_opts"; then
1084 case $enable_option_checking in
1085 no) ;;
1086 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1087 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1088 esac
1089fi
1090
1091# Check all directory arguments for consistency.
1092for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1093 datadir sysconfdir sharedstatedir localstatedir includedir \
1094 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1095 libdir localedir mandir
1096do
1097 eval ac_val=\$$ac_var
1098 # Remove trailing slashes.
1099 case $ac_val in
1100 */ )
1101 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1102 eval $ac_var=\$ac_val;;
1103 esac
1104 # Be sure to have absolute directory names.
1105 case $ac_val in
1106 [\\/$]* | ?:[\\/]* ) continue;;
1107 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1108 esac
1109 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1110done
1111
1112# There might be people who depend on the old broken behavior: `$host'
1113# used to hold the argument of --host etc.
1114# FIXME: To remove some day.
1115build=$build_alias
1116host=$host_alias
1117target=$target_alias
1118
1119# FIXME: To remove some day.
1120if test "x$host_alias" != x; then
1121 if test "x$build_alias" = x; then
1122 cross_compiling=maybe
1123 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1124 If a cross compiler is detected then cross compile mode will be used" >&2
1125 elif test "x$build_alias" != "x$host_alias"; then
1126 cross_compiling=yes
1127 fi
1128fi
1129
1130ac_tool_prefix=
1131test -n "$host_alias" && ac_tool_prefix=$host_alias-
1132
1133test "$silent" = yes && exec 6>/dev/null
1134
1135
1136ac_pwd=`pwd` && test -n "$ac_pwd" &&
1137ac_ls_di=`ls -di .` &&
1138ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1139 as_fn_error $? "working directory cannot be determined"
1140test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1141 as_fn_error $? "pwd does not report name of working directory"
1142
1143
1144# Find the source files, if location was not specified.
1145if test -z "$srcdir"; then
1146 ac_srcdir_defaulted=yes
1147 # Try the directory containing this script, then the parent directory.
1148 ac_confdir=`$as_dirname -- "$as_myself" ||
1149$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1150 X"$as_myself" : 'X\(//\)[^/]' \| \
1151 X"$as_myself" : 'X\(//\)$' \| \
1152 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1153$as_echo X"$as_myself" |
1154 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1155 s//\1/
1156 q
1157 }
1158 /^X\(\/\/\)[^/].*/{
1159 s//\1/
1160 q
1161 }
1162 /^X\(\/\/\)$/{
1163 s//\1/
1164 q
1165 }
1166 /^X\(\/\).*/{
1167 s//\1/
1168 q
1169 }
1170 s/.*/./; q'`
1171 srcdir=$ac_confdir
1172 if test ! -r "$srcdir/$ac_unique_file"; then
1173 srcdir=..
1174 fi
1175else
1176 ac_srcdir_defaulted=no
1177fi
1178if test ! -r "$srcdir/$ac_unique_file"; then
1179 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1180 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1181fi
1182ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1183ac_abs_confdir=`(
1184 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1185 pwd)`
1186# When building in place, set srcdir=.
1187if test "$ac_abs_confdir" = "$ac_pwd"; then
1188 srcdir=.
1189fi
1190# Remove unnecessary trailing slashes from srcdir.
1191# Double slashes in file names in object file debugging info
1192# mess up M-x gdb in Emacs.
1193case $srcdir in
1194*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1195esac
1196for ac_var in $ac_precious_vars; do
1197 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1198 eval ac_env_${ac_var}_value=\$${ac_var}
1199 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1200 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1201done
1202
1203#
1204# Report the --help message.
1205#
1206if test "$ac_init_help" = "long"; then
1207 # Omit some internal or obsolete options to make the list less imposing.
1208 # This message is too long to be a string in the A/UX 3.1 sh.
1209 cat <<_ACEOF
1210\`configure' configures secnet 0.1.16+ to adapt to many kinds of systems.
1211
1212Usage: $0 [OPTION]... [VAR=VALUE]...
1213
1214To assign environment variables (e.g., CC, CFLAGS...), specify them as
1215VAR=VALUE. See below for descriptions of some of the useful variables.
1216
1217Defaults for the options are specified in brackets.
1218
1219Configuration:
1220 -h, --help display this help and exit
1221 --help=short display options specific to this package
1222 --help=recursive display the short help of all the included packages
1223 -V, --version display version information and exit
1224 -q, --quiet, --silent do not print \`checking ...' messages
1225 --cache-file=FILE cache test results in FILE [disabled]
1226 -C, --config-cache alias for \`--cache-file=config.cache'
1227 -n, --no-create do not create output files
1228 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1229
1230Installation directories:
1231 --prefix=PREFIX install architecture-independent files in PREFIX
1232 [$ac_default_prefix]
1233 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1234 [PREFIX]
1235
1236By default, \`make install' will install all the files in
1237\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1238an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1239for instance \`--prefix=\$HOME'.
1240
1241For better control, use the options below.
1242
1243Fine tuning of the installation directories:
1244 --bindir=DIR user executables [EPREFIX/bin]
1245 --sbindir=DIR system admin executables [EPREFIX/sbin]
1246 --libexecdir=DIR program executables [EPREFIX/libexec]
1247 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1248 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1249 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1250 --libdir=DIR object code libraries [EPREFIX/lib]
1251 --includedir=DIR C header files [PREFIX/include]
1252 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1253 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1254 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1255 --infodir=DIR info documentation [DATAROOTDIR/info]
1256 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1257 --mandir=DIR man documentation [DATAROOTDIR/man]
1258 --docdir=DIR documentation root [DATAROOTDIR/doc/secnet]
1259 --htmldir=DIR html documentation [DOCDIR]
1260 --dvidir=DIR dvi documentation [DOCDIR]
1261 --pdfdir=DIR pdf documentation [DOCDIR]
1262 --psdir=DIR ps documentation [DOCDIR]
1263_ACEOF
1264
1265 cat <<\_ACEOF
1266_ACEOF
1267fi
1268
1269if test -n "$ac_init_help"; then
1270 case $ac_init_help in
1271 short | recursive ) echo "Configuration of secnet 0.1.16+:";;
1272 esac
1273 cat <<\_ACEOF
1274
e1b81bd6
IJ
1275Optional Features:
1276 --disable-option-checking ignore unrecognized --enable/--with options
1277 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1278 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1279 --enable-hacky-parallel parallelise slow cryptography (default is no)
1280
94759fd3
IJ
1281Some influential environment variables:
1282 CC C compiler command
1283 CFLAGS C compiler flags
1284 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1285 nonstandard directory <lib dir>
1286 LIBS libraries to pass to the linker, e.g. -l<library>
1287 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1288 you have headers in a nonstandard directory <include dir>
1289 CPP C preprocessor
1290
1291Use these variables to override the choices made by `configure' or to help
1292it to find libraries and programs with nonstandard names/locations.
1293
1294Report bugs to <secnet@chiark.greenend.org.uk>.
1295_ACEOF
1296ac_status=$?
1297fi
1298
1299if test "$ac_init_help" = "recursive"; then
1300 # If there are subdirs, report their specific --help.
1301 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1302 test -d "$ac_dir" ||
1303 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1304 continue
1305 ac_builddir=.
1306
1307case "$ac_dir" in
1308.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1309*)
1310 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1311 # A ".." for each directory in $ac_dir_suffix.
1312 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1313 case $ac_top_builddir_sub in
1314 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1315 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1316 esac ;;
1317esac
1318ac_abs_top_builddir=$ac_pwd
1319ac_abs_builddir=$ac_pwd$ac_dir_suffix
1320# for backward compatibility:
1321ac_top_builddir=$ac_top_build_prefix
1322
1323case $srcdir in
1324 .) # We are building in place.
1325 ac_srcdir=.
1326 ac_top_srcdir=$ac_top_builddir_sub
1327 ac_abs_top_srcdir=$ac_pwd ;;
1328 [\\/]* | ?:[\\/]* ) # Absolute name.
1329 ac_srcdir=$srcdir$ac_dir_suffix;
1330 ac_top_srcdir=$srcdir
1331 ac_abs_top_srcdir=$srcdir ;;
1332 *) # Relative name.
1333 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1334 ac_top_srcdir=$ac_top_build_prefix$srcdir
1335 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1336esac
1337ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1338
1339 cd "$ac_dir" || { ac_status=$?; continue; }
1340 # Check for guested configure.
1341 if test -f "$ac_srcdir/configure.gnu"; then
1342 echo &&
1343 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1344 elif test -f "$ac_srcdir/configure"; then
1345 echo &&
1346 $SHELL "$ac_srcdir/configure" --help=recursive
1347 else
1348 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1349 fi || ac_status=$?
1350 cd "$ac_pwd" || { ac_status=$?; break; }
1351 done
1352fi
1353
1354test -n "$ac_init_help" && exit $ac_status
1355if $ac_init_version; then
1356 cat <<\_ACEOF
1357secnet configure 0.1.16+
1358generated by GNU Autoconf 2.67
1359
1360Copyright (C) 2010 Free Software Foundation, Inc.
1361This configure script is free software; the Free Software Foundation
1362gives unlimited permission to copy, distribute and modify it.
1363_ACEOF
1364 exit
1365fi
1366
1367## ------------------------ ##
1368## Autoconf initialization. ##
1369## ------------------------ ##
1370
1371# ac_fn_c_try_compile LINENO
1372# --------------------------
1373# Try to compile conftest.$ac_ext, and return whether this succeeded.
1374ac_fn_c_try_compile ()
1375{
1376 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1377 rm -f conftest.$ac_objext
1378 if { { ac_try="$ac_compile"
1379case "(($ac_try" in
1380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1381 *) ac_try_echo=$ac_try;;
1382esac
1383eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1384$as_echo "$ac_try_echo"; } >&5
1385 (eval "$ac_compile") 2>conftest.err
1386 ac_status=$?
1387 if test -s conftest.err; then
1388 grep -v '^ *+' conftest.err >conftest.er1
1389 cat conftest.er1 >&5
1390 mv -f conftest.er1 conftest.err
1391 fi
1392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1393 test $ac_status = 0; } && {
1394 test -z "$ac_c_werror_flag" ||
1395 test ! -s conftest.err
1396 } && test -s conftest.$ac_objext; then :
1397 ac_retval=0
1398else
1399 $as_echo "$as_me: failed program was:" >&5
1400sed 's/^/| /' conftest.$ac_ext >&5
1401
1402 ac_retval=1
1403fi
1404 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1405 as_fn_set_status $ac_retval
1406
1407} # ac_fn_c_try_compile
1408
1409# ac_fn_c_try_cpp LINENO
1410# ----------------------
1411# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1412ac_fn_c_try_cpp ()
1413{
1414 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1415 if { { ac_try="$ac_cpp conftest.$ac_ext"
1416case "(($ac_try" in
1417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1418 *) ac_try_echo=$ac_try;;
1419esac
1420eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1421$as_echo "$ac_try_echo"; } >&5
1422 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1423 ac_status=$?
1424 if test -s conftest.err; then
1425 grep -v '^ *+' conftest.err >conftest.er1
1426 cat conftest.er1 >&5
1427 mv -f conftest.er1 conftest.err
1428 fi
1429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1430 test $ac_status = 0; } > conftest.i && {
1431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1432 test ! -s conftest.err
1433 }; then :
1434 ac_retval=0
1435else
1436 $as_echo "$as_me: failed program was:" >&5
1437sed 's/^/| /' conftest.$ac_ext >&5
1438
1439 ac_retval=1
1440fi
1441 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1442 as_fn_set_status $ac_retval
1443
1444} # ac_fn_c_try_cpp
1445
1446# ac_fn_c_try_run LINENO
1447# ----------------------
1448# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1449# that executables *can* be run.
1450ac_fn_c_try_run ()
1451{
1452 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1453 if { { ac_try="$ac_link"
1454case "(($ac_try" in
1455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1456 *) ac_try_echo=$ac_try;;
1457esac
1458eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1459$as_echo "$ac_try_echo"; } >&5
1460 (eval "$ac_link") 2>&5
1461 ac_status=$?
1462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1463 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1464 { { case "(($ac_try" in
1465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1466 *) ac_try_echo=$ac_try;;
1467esac
1468eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1469$as_echo "$ac_try_echo"; } >&5
1470 (eval "$ac_try") 2>&5
1471 ac_status=$?
1472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1473 test $ac_status = 0; }; }; then :
1474 ac_retval=0
1475else
1476 $as_echo "$as_me: program exited with status $ac_status" >&5
1477 $as_echo "$as_me: failed program was:" >&5
1478sed 's/^/| /' conftest.$ac_ext >&5
1479
1480 ac_retval=$ac_status
1481fi
1482 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1483 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1484 as_fn_set_status $ac_retval
1485
1486} # ac_fn_c_try_run
1487
1488# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1489# -------------------------------------------------------
1490# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1491# the include files in INCLUDES and setting the cache variable VAR
1492# accordingly.
1493ac_fn_c_check_header_mongrel ()
1494{
1495 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1496 if eval "test \"\${$3+set}\"" = set; then :
1497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1498$as_echo_n "checking for $2... " >&6; }
1499if eval "test \"\${$3+set}\"" = set; then :
1500 $as_echo_n "(cached) " >&6
1501fi
1502eval ac_res=\$$3
1503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1504$as_echo "$ac_res" >&6; }
1505else
1506 # Is the header compilable?
1507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1508$as_echo_n "checking $2 usability... " >&6; }
1509cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1510/* end confdefs.h. */
1511$4
1512#include <$2>
1513_ACEOF
1514if ac_fn_c_try_compile "$LINENO"; then :
1515 ac_header_compiler=yes
1516else
1517 ac_header_compiler=no
1518fi
1519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1521$as_echo "$ac_header_compiler" >&6; }
1522
1523# Is the header present?
1524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1525$as_echo_n "checking $2 presence... " >&6; }
1526cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1527/* end confdefs.h. */
1528#include <$2>
1529_ACEOF
1530if ac_fn_c_try_cpp "$LINENO"; then :
1531 ac_header_preproc=yes
1532else
1533 ac_header_preproc=no
1534fi
1535rm -f conftest.err conftest.i conftest.$ac_ext
1536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1537$as_echo "$ac_header_preproc" >&6; }
1538
1539# So? What about this header?
1540case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1541 yes:no: )
1542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1543$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1545$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1546 ;;
1547 no:yes:* )
1548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1549$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1551$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1553$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1555$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1557$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1558( $as_echo "## -------------------------------------------- ##
1559## Report this to secnet@chiark.greenend.org.uk ##
1560## -------------------------------------------- ##"
1561 ) | sed "s/^/$as_me: WARNING: /" >&2
1562 ;;
1563esac
1564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1565$as_echo_n "checking for $2... " >&6; }
1566if eval "test \"\${$3+set}\"" = set; then :
1567 $as_echo_n "(cached) " >&6
1568else
1569 eval "$3=\$ac_header_compiler"
1570fi
1571eval ac_res=\$$3
1572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1573$as_echo "$ac_res" >&6; }
1574fi
1575 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1576
1577} # ac_fn_c_check_header_mongrel
1578
1579# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1580# -------------------------------------------------------
1581# Tests whether HEADER exists and can be compiled using the include files in
1582# INCLUDES, setting the cache variable VAR accordingly.
1583ac_fn_c_check_header_compile ()
1584{
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1587$as_echo_n "checking for $2... " >&6; }
1588if eval "test \"\${$3+set}\"" = set; then :
1589 $as_echo_n "(cached) " >&6
1590else
1591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1592/* end confdefs.h. */
1593$4
1594#include <$2>
1595_ACEOF
1596if ac_fn_c_try_compile "$LINENO"; then :
1597 eval "$3=yes"
1598else
1599 eval "$3=no"
1600fi
1601rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1602fi
1603eval ac_res=\$$3
1604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1605$as_echo "$ac_res" >&6; }
1606 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1607
1608} # ac_fn_c_check_header_compile
1609
1610# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1611# --------------------------------------------
1612# Tries to find the compile-time value of EXPR in a program that includes
1613# INCLUDES, setting VAR accordingly. Returns whether the value could be
1614# computed
1615ac_fn_c_compute_int ()
1616{
1617 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1618 if test "$cross_compiling" = yes; then
1619 # Depending upon the size, compute the lo and hi bounds.
1620cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1621/* end confdefs.h. */
1622$4
1623int
1624main ()
1625{
1626static int test_array [1 - 2 * !(($2) >= 0)];
1627test_array [0] = 0
1628
1629 ;
1630 return 0;
1631}
1632_ACEOF
1633if ac_fn_c_try_compile "$LINENO"; then :
1634 ac_lo=0 ac_mid=0
1635 while :; do
1636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637/* end confdefs.h. */
1638$4
1639int
1640main ()
1641{
1642static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1643test_array [0] = 0
1644
1645 ;
1646 return 0;
1647}
1648_ACEOF
1649if ac_fn_c_try_compile "$LINENO"; then :
1650 ac_hi=$ac_mid; break
1651else
1652 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1653 if test $ac_lo -le $ac_mid; then
1654 ac_lo= ac_hi=
1655 break
1656 fi
1657 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1658fi
1659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1660 done
1661else
1662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663/* end confdefs.h. */
1664$4
1665int
1666main ()
1667{
1668static int test_array [1 - 2 * !(($2) < 0)];
1669test_array [0] = 0
1670
1671 ;
1672 return 0;
1673}
1674_ACEOF
1675if ac_fn_c_try_compile "$LINENO"; then :
1676 ac_hi=-1 ac_mid=-1
1677 while :; do
1678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1679/* end confdefs.h. */
1680$4
1681int
1682main ()
1683{
1684static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1685test_array [0] = 0
1686
1687 ;
1688 return 0;
1689}
1690_ACEOF
1691if ac_fn_c_try_compile "$LINENO"; then :
1692 ac_lo=$ac_mid; break
1693else
1694 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1695 if test $ac_mid -le $ac_hi; then
1696 ac_lo= ac_hi=
1697 break
1698 fi
1699 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1700fi
1701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1702 done
1703else
1704 ac_lo= ac_hi=
1705fi
1706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1707fi
1708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1709# Binary search between lo and hi bounds.
1710while test "x$ac_lo" != "x$ac_hi"; do
1711 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1713/* end confdefs.h. */
1714$4
1715int
1716main ()
1717{
1718static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1719test_array [0] = 0
1720
1721 ;
1722 return 0;
1723}
1724_ACEOF
1725if ac_fn_c_try_compile "$LINENO"; then :
1726 ac_hi=$ac_mid
1727else
1728 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1729fi
1730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1731done
1732case $ac_lo in #((
1733?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
1734'') ac_retval=1 ;;
1735esac
1736 else
1737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1738/* end confdefs.h. */
1739$4
1740static long int longval () { return $2; }
1741static unsigned long int ulongval () { return $2; }
1742#include <stdio.h>
1743#include <stdlib.h>
1744int
1745main ()
1746{
1747
1748 FILE *f = fopen ("conftest.val", "w");
1749 if (! f)
1750 return 1;
1751 if (($2) < 0)
1752 {
1753 long int i = longval ();
1754 if (i != ($2))
1755 return 1;
1756 fprintf (f, "%ld", i);
1757 }
1758 else
1759 {
1760 unsigned long int i = ulongval ();
1761 if (i != ($2))
1762 return 1;
1763 fprintf (f, "%lu", i);
1764 }
1765 /* Do not output a trailing newline, as this causes \r\n confusion
1766 on some platforms. */
1767 return ferror (f) || fclose (f) != 0;
1768
1769 ;
1770 return 0;
1771}
1772_ACEOF
1773if ac_fn_c_try_run "$LINENO"; then :
1774 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
1775else
1776 ac_retval=1
1777fi
1778rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1779 conftest.$ac_objext conftest.beam conftest.$ac_ext
1780rm -f conftest.val
1781
1782 fi
1783 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1784 as_fn_set_status $ac_retval
1785
1786} # ac_fn_c_compute_int
1787
1788# ac_fn_c_try_link LINENO
1789# -----------------------
1790# Try to link conftest.$ac_ext, and return whether this succeeded.
1791ac_fn_c_try_link ()
1792{
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 rm -f conftest.$ac_objext conftest$ac_exeext
1795 if { { ac_try="$ac_link"
1796case "(($ac_try" in
1797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1798 *) ac_try_echo=$ac_try;;
1799esac
1800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1801$as_echo "$ac_try_echo"; } >&5
1802 (eval "$ac_link") 2>conftest.err
1803 ac_status=$?
1804 if test -s conftest.err; then
1805 grep -v '^ *+' conftest.err >conftest.er1
1806 cat conftest.er1 >&5
1807 mv -f conftest.er1 conftest.err
1808 fi
1809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1810 test $ac_status = 0; } && {
1811 test -z "$ac_c_werror_flag" ||
1812 test ! -s conftest.err
1813 } && test -s conftest$ac_exeext && {
1814 test "$cross_compiling" = yes ||
1815 $as_test_x conftest$ac_exeext
1816 }; then :
1817 ac_retval=0
1818else
1819 $as_echo "$as_me: failed program was:" >&5
1820sed 's/^/| /' conftest.$ac_ext >&5
1821
1822 ac_retval=1
1823fi
1824 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1825 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1826 # interfere with the next link command; also delete a directory that is
1827 # left behind by Apple's compiler. We do this before executing the actions.
1828 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1829 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1830 as_fn_set_status $ac_retval
1831
1832} # ac_fn_c_try_link
1833
1834# ac_fn_c_check_func LINENO FUNC VAR
1835# ----------------------------------
1836# Tests whether FUNC exists, setting the cache variable VAR accordingly
1837ac_fn_c_check_func ()
1838{
1839 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841$as_echo_n "checking for $2... " >&6; }
1842if eval "test \"\${$3+set}\"" = set; then :
1843 $as_echo_n "(cached) " >&6
1844else
1845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1846/* end confdefs.h. */
1847/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1848 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1849#define $2 innocuous_$2
1850
1851/* System header to define __stub macros and hopefully few prototypes,
1852 which can conflict with char $2 (); below.
1853 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1854 <limits.h> exists even on freestanding compilers. */
1855
1856#ifdef __STDC__
1857# include <limits.h>
1858#else
1859# include <assert.h>
1860#endif
1861
1862#undef $2
1863
1864/* Override any GCC internal prototype to avoid an error.
1865 Use char because int might match the return type of a GCC
1866 builtin and then its argument prototype would still apply. */
1867#ifdef __cplusplus
1868extern "C"
1869#endif
1870char $2 ();
1871/* The GNU C library defines this for functions which it implements
1872 to always fail with ENOSYS. Some functions are actually named
1873 something starting with __ and the normal name is an alias. */
1874#if defined __stub_$2 || defined __stub___$2
1875choke me
1876#endif
1877
1878int
1879main ()
1880{
1881return $2 ();
1882 ;
1883 return 0;
1884}
1885_ACEOF
1886if ac_fn_c_try_link "$LINENO"; then :
1887 eval "$3=yes"
1888else
1889 eval "$3=no"
1890fi
1891rm -f core conftest.err conftest.$ac_objext \
1892 conftest$ac_exeext conftest.$ac_ext
1893fi
1894eval ac_res=\$$3
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896$as_echo "$ac_res" >&6; }
1897 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1898
1899} # ac_fn_c_check_func
1900cat >config.log <<_ACEOF
1901This file contains any messages produced by compilers while
1902running configure, to aid debugging if configure makes a mistake.
1903
1904It was created by secnet $as_me 0.1.16+, which was
1905generated by GNU Autoconf 2.67. Invocation command line was
1906
1907 $ $0 $@
1908
1909_ACEOF
1910exec 5>>config.log
1911{
1912cat <<_ASUNAME
1913## --------- ##
1914## Platform. ##
1915## --------- ##
1916
1917hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1918uname -m = `(uname -m) 2>/dev/null || echo unknown`
1919uname -r = `(uname -r) 2>/dev/null || echo unknown`
1920uname -s = `(uname -s) 2>/dev/null || echo unknown`
1921uname -v = `(uname -v) 2>/dev/null || echo unknown`
1922
1923/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1924/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1925
1926/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1927/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1928/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1929/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1930/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1931/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1932/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1933
1934_ASUNAME
1935
1936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1937for as_dir in $PATH
1938do
1939 IFS=$as_save_IFS
1940 test -z "$as_dir" && as_dir=.
1941 $as_echo "PATH: $as_dir"
1942 done
1943IFS=$as_save_IFS
1944
1945} >&5
1946
1947cat >&5 <<_ACEOF
1948
1949
1950## ----------- ##
1951## Core tests. ##
1952## ----------- ##
1953
1954_ACEOF
1955
1956
1957# Keep a trace of the command line.
1958# Strip out --no-create and --no-recursion so they do not pile up.
1959# Strip out --silent because we don't want to record it for future runs.
1960# Also quote any args containing shell meta-characters.
1961# Make two passes to allow for proper duplicate-argument suppression.
1962ac_configure_args=
1963ac_configure_args0=
1964ac_configure_args1=
1965ac_must_keep_next=false
1966for ac_pass in 1 2
1967do
1968 for ac_arg
1969 do
1970 case $ac_arg in
1971 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1972 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1973 | -silent | --silent | --silen | --sile | --sil)
1974 continue ;;
1975 *\'*)
1976 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1977 esac
1978 case $ac_pass in
1979 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1980 2)
1981 as_fn_append ac_configure_args1 " '$ac_arg'"
1982 if test $ac_must_keep_next = true; then
1983 ac_must_keep_next=false # Got value, back to normal.
1984 else
1985 case $ac_arg in
1986 *=* | --config-cache | -C | -disable-* | --disable-* \
1987 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1988 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1989 | -with-* | --with-* | -without-* | --without-* | --x)
1990 case "$ac_configure_args0 " in
1991 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1992 esac
1993 ;;
1994 -* ) ac_must_keep_next=true ;;
1995 esac
1996 fi
1997 as_fn_append ac_configure_args " '$ac_arg'"
1998 ;;
1999 esac
2000 done
2001done
2002{ ac_configure_args0=; unset ac_configure_args0;}
2003{ ac_configure_args1=; unset ac_configure_args1;}
2004
2005# When interrupted or exit'd, cleanup temporary files, and complete
2006# config.log. We remove comments because anyway the quotes in there
2007# would cause problems or look ugly.
2008# WARNING: Use '\'' to represent an apostrophe within the trap.
2009# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2010trap 'exit_status=$?
2011 # Save into config.log some information that might help in debugging.
2012 {
2013 echo
2014
2015 $as_echo "## ---------------- ##
2016## Cache variables. ##
2017## ---------------- ##"
2018 echo
2019 # The following way of writing the cache mishandles newlines in values,
2020(
2021 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2022 eval ac_val=\$$ac_var
2023 case $ac_val in #(
2024 *${as_nl}*)
2025 case $ac_var in #(
2026 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2027$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2028 esac
2029 case $ac_var in #(
2030 _ | IFS | as_nl) ;; #(
2031 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2032 *) { eval $ac_var=; unset $ac_var;} ;;
2033 esac ;;
2034 esac
2035 done
2036 (set) 2>&1 |
2037 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2038 *${as_nl}ac_space=\ *)
2039 sed -n \
2040 "s/'\''/'\''\\\\'\'''\''/g;
2041 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2042 ;; #(
2043 *)
2044 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2045 ;;
2046 esac |
2047 sort
2048)
2049 echo
2050
2051 $as_echo "## ----------------- ##
2052## Output variables. ##
2053## ----------------- ##"
2054 echo
2055 for ac_var in $ac_subst_vars
2056 do
2057 eval ac_val=\$$ac_var
2058 case $ac_val in
2059 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2060 esac
2061 $as_echo "$ac_var='\''$ac_val'\''"
2062 done | sort
2063 echo
2064
2065 if test -n "$ac_subst_files"; then
2066 $as_echo "## ------------------- ##
2067## File substitutions. ##
2068## ------------------- ##"
2069 echo
2070 for ac_var in $ac_subst_files
2071 do
2072 eval ac_val=\$$ac_var
2073 case $ac_val in
2074 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2075 esac
2076 $as_echo "$ac_var='\''$ac_val'\''"
2077 done | sort
2078 echo
2079 fi
2080
2081 if test -s confdefs.h; then
2082 $as_echo "## ----------- ##
2083## confdefs.h. ##
2084## ----------- ##"
2085 echo
2086 cat confdefs.h
2087 echo
2088 fi
2089 test "$ac_signal" != 0 &&
2090 $as_echo "$as_me: caught signal $ac_signal"
2091 $as_echo "$as_me: exit $exit_status"
2092 } >&5
2093 rm -f core *.core core.conftest.* &&
2094 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2095 exit $exit_status
2096' 0
2097for ac_signal in 1 2 13 15; do
2098 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2099done
2100ac_signal=0
2101
2102# confdefs.h avoids OS command line length limits that DEFS can exceed.
2103rm -f -r conftest* confdefs.h
2104
2105$as_echo "/* confdefs.h */" > confdefs.h
2106
2107# Predefined preprocessor variables.
2108
2109cat >>confdefs.h <<_ACEOF
2110#define PACKAGE_NAME "$PACKAGE_NAME"
2111_ACEOF
2112
2113cat >>confdefs.h <<_ACEOF
2114#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2115_ACEOF
2116
2117cat >>confdefs.h <<_ACEOF
2118#define PACKAGE_VERSION "$PACKAGE_VERSION"
2119_ACEOF
2120
2121cat >>confdefs.h <<_ACEOF
2122#define PACKAGE_STRING "$PACKAGE_STRING"
2123_ACEOF
2124
2125cat >>confdefs.h <<_ACEOF
2126#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2127_ACEOF
2128
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_URL "$PACKAGE_URL"
2131_ACEOF
2132
2133
2134# Let the site file select an alternate cache file if it wants to.
2135# Prefer an explicitly selected file to automatically selected ones.
2136ac_site_file1=NONE
2137ac_site_file2=NONE
2138if test -n "$CONFIG_SITE"; then
2139 # We do not want a PATH search for config.site.
2140 case $CONFIG_SITE in #((
2141 -*) ac_site_file1=./$CONFIG_SITE;;
2142 */*) ac_site_file1=$CONFIG_SITE;;
2143 *) ac_site_file1=./$CONFIG_SITE;;
2144 esac
2145elif test "x$prefix" != xNONE; then
2146 ac_site_file1=$prefix/share/config.site
2147 ac_site_file2=$prefix/etc/config.site
2148else
2149 ac_site_file1=$ac_default_prefix/share/config.site
2150 ac_site_file2=$ac_default_prefix/etc/config.site
2151fi
2152for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2153do
2154 test "x$ac_site_file" = xNONE && continue
2155 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2157$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2158 sed 's/^/| /' "$ac_site_file" >&5
2159 . "$ac_site_file" \
2160 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2162as_fn_error $? "failed to load site script $ac_site_file
2163See \`config.log' for more details" "$LINENO" 5 ; }
2164 fi
2165done
2166
2167if test -r "$cache_file"; then
2168 # Some versions of bash will fail to source /dev/null (special files
2169 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2170 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2172$as_echo "$as_me: loading cache $cache_file" >&6;}
2173 case $cache_file in
2174 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2175 *) . "./$cache_file";;
2176 esac
2177 fi
2178else
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2180$as_echo "$as_me: creating cache $cache_file" >&6;}
2181 >$cache_file
2182fi
2183
2184# Check that the precious variables saved in the cache have kept the same
2185# value.
2186ac_cache_corrupted=false
2187for ac_var in $ac_precious_vars; do
2188 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2189 eval ac_new_set=\$ac_env_${ac_var}_set
2190 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2191 eval ac_new_val=\$ac_env_${ac_var}_value
2192 case $ac_old_set,$ac_new_set in
2193 set,)
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2195$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2196 ac_cache_corrupted=: ;;
2197 ,set)
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2199$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2200 ac_cache_corrupted=: ;;
2201 ,);;
2202 *)
2203 if test "x$ac_old_val" != "x$ac_new_val"; then
2204 # differences in whitespace do not lead to failure.
2205 ac_old_val_w=`echo x $ac_old_val`
2206 ac_new_val_w=`echo x $ac_new_val`
2207 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2209$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2210 ac_cache_corrupted=:
2211 else
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2213$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2214 eval $ac_var=\$ac_old_val
2215 fi
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2217$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2219$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2220 fi;;
2221 esac
2222 # Pass precious variables to config.status.
2223 if test "$ac_new_set" = set; then
2224 case $ac_new_val in
2225 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2226 *) ac_arg=$ac_var=$ac_new_val ;;
2227 esac
2228 case " $ac_configure_args " in
2229 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2230 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2231 esac
2232 fi
2233done
2234if $ac_cache_corrupted; then
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2236$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2238$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2239 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2240fi
2241## -------------------- ##
2242## Main body of script. ##
2243## -------------------- ##
2244
2245ac_ext=c
2246ac_cpp='$CPP $CPPFLAGS'
2247ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2248ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2249ac_compiler_gnu=$ac_cv_c_compiler_gnu
2250
2251
2252
2253ac_config_headers="$ac_config_headers config.h"
2254
2255
2256
2257
2258
2259ac_ext=c
2260ac_cpp='$CPP $CPPFLAGS'
2261ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2262ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2263ac_compiler_gnu=$ac_cv_c_compiler_gnu
2264
2265
2266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2267$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2268set x ${MAKE-make}
2269ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2270if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2271 $as_echo_n "(cached) " >&6
2272else
2273 cat >conftest.make <<\_ACEOF
2274SHELL = /bin/sh
2275all:
2276 @echo '@@@%%%=$(MAKE)=@@@%%%'
2277_ACEOF
2278# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2279case `${MAKE-make} -f conftest.make 2>/dev/null` in
2280 *@@@%%%=?*=@@@%%%*)
2281 eval ac_cv_prog_make_${ac_make}_set=yes;;
2282 *)
2283 eval ac_cv_prog_make_${ac_make}_set=no;;
2284esac
2285rm -f conftest.make
2286fi
2287if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2289$as_echo "yes" >&6; }
2290 SET_MAKE=
2291else
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2293$as_echo "no" >&6; }
2294 SET_MAKE="MAKE=${MAKE-make}"
2295fi
2296
2297ac_ext=c
2298ac_cpp='$CPP $CPPFLAGS'
2299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2301ac_compiler_gnu=$ac_cv_c_compiler_gnu
2302if test -n "$ac_tool_prefix"; then
2303 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2304set dummy ${ac_tool_prefix}gcc; ac_word=$2
2305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2306$as_echo_n "checking for $ac_word... " >&6; }
2307if test "${ac_cv_prog_CC+set}" = set; then :
2308 $as_echo_n "(cached) " >&6
2309else
2310 if test -n "$CC"; then
2311 ac_cv_prog_CC="$CC" # Let the user override the test.
2312else
2313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2314for as_dir in $PATH
2315do
2316 IFS=$as_save_IFS
2317 test -z "$as_dir" && as_dir=.
2318 for ac_exec_ext in '' $ac_executable_extensions; do
2319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2320 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2322 break 2
2323 fi
2324done
2325 done
2326IFS=$as_save_IFS
2327
2328fi
2329fi
2330CC=$ac_cv_prog_CC
2331if test -n "$CC"; then
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2333$as_echo "$CC" >&6; }
2334else
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2336$as_echo "no" >&6; }
2337fi
2338
2339
2340fi
2341if test -z "$ac_cv_prog_CC"; then
2342 ac_ct_CC=$CC
2343 # Extract the first word of "gcc", so it can be a program name with args.
2344set dummy gcc; ac_word=$2
2345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2346$as_echo_n "checking for $ac_word... " >&6; }
2347if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2348 $as_echo_n "(cached) " >&6
2349else
2350 if test -n "$ac_ct_CC"; then
2351 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2352else
2353as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2354for as_dir in $PATH
2355do
2356 IFS=$as_save_IFS
2357 test -z "$as_dir" && as_dir=.
2358 for ac_exec_ext in '' $ac_executable_extensions; do
2359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2360 ac_cv_prog_ac_ct_CC="gcc"
2361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2362 break 2
2363 fi
2364done
2365 done
2366IFS=$as_save_IFS
2367
2368fi
2369fi
2370ac_ct_CC=$ac_cv_prog_ac_ct_CC
2371if test -n "$ac_ct_CC"; then
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2373$as_echo "$ac_ct_CC" >&6; }
2374else
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2376$as_echo "no" >&6; }
2377fi
2378
2379 if test "x$ac_ct_CC" = x; then
2380 CC=""
2381 else
2382 case $cross_compiling:$ac_tool_warned in
2383yes:)
2384{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2385$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2386ac_tool_warned=yes ;;
2387esac
2388 CC=$ac_ct_CC
2389 fi
2390else
2391 CC="$ac_cv_prog_CC"
2392fi
2393
2394if test -z "$CC"; then
2395 if test -n "$ac_tool_prefix"; then
2396 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2397set dummy ${ac_tool_prefix}cc; ac_word=$2
2398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2399$as_echo_n "checking for $ac_word... " >&6; }
2400if test "${ac_cv_prog_CC+set}" = set; then :
2401 $as_echo_n "(cached) " >&6
2402else
2403 if test -n "$CC"; then
2404 ac_cv_prog_CC="$CC" # Let the user override the test.
2405else
2406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2407for as_dir in $PATH
2408do
2409 IFS=$as_save_IFS
2410 test -z "$as_dir" && as_dir=.
2411 for ac_exec_ext in '' $ac_executable_extensions; do
2412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2413 ac_cv_prog_CC="${ac_tool_prefix}cc"
2414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2415 break 2
2416 fi
2417done
2418 done
2419IFS=$as_save_IFS
2420
2421fi
2422fi
2423CC=$ac_cv_prog_CC
2424if test -n "$CC"; then
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2426$as_echo "$CC" >&6; }
2427else
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2429$as_echo "no" >&6; }
2430fi
2431
2432
2433 fi
2434fi
2435if test -z "$CC"; then
2436 # Extract the first word of "cc", so it can be a program name with args.
2437set dummy cc; ac_word=$2
2438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2439$as_echo_n "checking for $ac_word... " >&6; }
2440if test "${ac_cv_prog_CC+set}" = set; then :
2441 $as_echo_n "(cached) " >&6
2442else
2443 if test -n "$CC"; then
2444 ac_cv_prog_CC="$CC" # Let the user override the test.
2445else
2446 ac_prog_rejected=no
2447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2448for as_dir in $PATH
2449do
2450 IFS=$as_save_IFS
2451 test -z "$as_dir" && as_dir=.
2452 for ac_exec_ext in '' $ac_executable_extensions; do
2453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2454 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2455 ac_prog_rejected=yes
2456 continue
2457 fi
2458 ac_cv_prog_CC="cc"
2459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2460 break 2
2461 fi
2462done
2463 done
2464IFS=$as_save_IFS
2465
2466if test $ac_prog_rejected = yes; then
2467 # We found a bogon in the path, so make sure we never use it.
2468 set dummy $ac_cv_prog_CC
2469 shift
2470 if test $# != 0; then
2471 # We chose a different compiler from the bogus one.
2472 # However, it has the same basename, so the bogon will be chosen
2473 # first if we set CC to just the basename; use the full file name.
2474 shift
2475 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2476 fi
2477fi
2478fi
2479fi
2480CC=$ac_cv_prog_CC
2481if test -n "$CC"; then
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2483$as_echo "$CC" >&6; }
2484else
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2486$as_echo "no" >&6; }
2487fi
2488
2489
2490fi
2491if test -z "$CC"; then
2492 if test -n "$ac_tool_prefix"; then
2493 for ac_prog in cl.exe
2494 do
2495 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2496set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2498$as_echo_n "checking for $ac_word... " >&6; }
2499if test "${ac_cv_prog_CC+set}" = set; then :
2500 $as_echo_n "(cached) " >&6
2501else
2502 if test -n "$CC"; then
2503 ac_cv_prog_CC="$CC" # Let the user override the test.
2504else
2505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2506for as_dir in $PATH
2507do
2508 IFS=$as_save_IFS
2509 test -z "$as_dir" && as_dir=.
2510 for ac_exec_ext in '' $ac_executable_extensions; do
2511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2512 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2514 break 2
2515 fi
2516done
2517 done
2518IFS=$as_save_IFS
2519
2520fi
2521fi
2522CC=$ac_cv_prog_CC
2523if test -n "$CC"; then
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2525$as_echo "$CC" >&6; }
2526else
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2528$as_echo "no" >&6; }
2529fi
2530
2531
2532 test -n "$CC" && break
2533 done
2534fi
2535if test -z "$CC"; then
2536 ac_ct_CC=$CC
2537 for ac_prog in cl.exe
2538do
2539 # Extract the first word of "$ac_prog", so it can be a program name with args.
2540set dummy $ac_prog; ac_word=$2
2541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2542$as_echo_n "checking for $ac_word... " >&6; }
2543if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2544 $as_echo_n "(cached) " >&6
2545else
2546 if test -n "$ac_ct_CC"; then
2547 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2548else
2549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2550for as_dir in $PATH
2551do
2552 IFS=$as_save_IFS
2553 test -z "$as_dir" && as_dir=.
2554 for ac_exec_ext in '' $ac_executable_extensions; do
2555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2556 ac_cv_prog_ac_ct_CC="$ac_prog"
2557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2558 break 2
2559 fi
2560done
2561 done
2562IFS=$as_save_IFS
2563
2564fi
2565fi
2566ac_ct_CC=$ac_cv_prog_ac_ct_CC
2567if test -n "$ac_ct_CC"; then
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2569$as_echo "$ac_ct_CC" >&6; }
2570else
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2572$as_echo "no" >&6; }
2573fi
2574
2575
2576 test -n "$ac_ct_CC" && break
2577done
2578
2579 if test "x$ac_ct_CC" = x; then
2580 CC=""
2581 else
2582 case $cross_compiling:$ac_tool_warned in
2583yes:)
2584{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2586ac_tool_warned=yes ;;
2587esac
2588 CC=$ac_ct_CC
2589 fi
2590fi
2591
2592fi
2593
2594
2595test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2596$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2597as_fn_error $? "no acceptable C compiler found in \$PATH
2598See \`config.log' for more details" "$LINENO" 5 ; }
2599
2600# Provide some information about the compiler.
2601$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2602set X $ac_compile
2603ac_compiler=$2
2604for ac_option in --version -v -V -qversion; do
2605 { { ac_try="$ac_compiler $ac_option >&5"
2606case "(($ac_try" in
2607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2608 *) ac_try_echo=$ac_try;;
2609esac
2610eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2611$as_echo "$ac_try_echo"; } >&5
2612 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2613 ac_status=$?
2614 if test -s conftest.err; then
2615 sed '10a\
2616... rest of stderr output deleted ...
2617 10q' conftest.err >conftest.er1
2618 cat conftest.er1 >&5
2619 fi
2620 rm -f conftest.er1 conftest.err
2621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2622 test $ac_status = 0; }
2623done
2624
2625cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2626/* end confdefs.h. */
2627
2628int
2629main ()
2630{
2631
2632 ;
2633 return 0;
2634}
2635_ACEOF
2636ac_clean_files_save=$ac_clean_files
2637ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2638# Try to create an executable without -o first, disregard a.out.
2639# It will help us diagnose broken compilers, and finding out an intuition
2640# of exeext.
2641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2642$as_echo_n "checking whether the C compiler works... " >&6; }
2643ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2644
2645# The possible output files:
2646ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2647
2648ac_rmfiles=
2649for ac_file in $ac_files
2650do
2651 case $ac_file in
2652 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2653 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2654 esac
2655done
2656rm -f $ac_rmfiles
2657
2658if { { ac_try="$ac_link_default"
2659case "(($ac_try" in
2660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2661 *) ac_try_echo=$ac_try;;
2662esac
2663eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2664$as_echo "$ac_try_echo"; } >&5
2665 (eval "$ac_link_default") 2>&5
2666 ac_status=$?
2667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2668 test $ac_status = 0; }; then :
2669 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2670# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2671# in a Makefile. We should not override ac_cv_exeext if it was cached,
2672# so that the user can short-circuit this test for compilers unknown to
2673# Autoconf.
2674for ac_file in $ac_files ''
2675do
2676 test -f "$ac_file" || continue
2677 case $ac_file in
2678 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2679 ;;
2680 [ab].out )
2681 # We found the default executable, but exeext='' is most
2682 # certainly right.
2683 break;;
2684 *.* )
2685 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2686 then :; else
2687 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2688 fi
2689 # We set ac_cv_exeext here because the later test for it is not
2690 # safe: cross compilers may not add the suffix if given an `-o'
2691 # argument, so we may need to know it at that point already.
2692 # Even if this section looks crufty: it has the advantage of
2693 # actually working.
2694 break;;
2695 * )
2696 break;;
2697 esac
2698done
2699test "$ac_cv_exeext" = no && ac_cv_exeext=
2700
2701else
2702 ac_file=''
2703fi
2704if test -z "$ac_file"; then :
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2706$as_echo "no" >&6; }
2707$as_echo "$as_me: failed program was:" >&5
2708sed 's/^/| /' conftest.$ac_ext >&5
2709
2710{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2711$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2712as_fn_error 77 "C compiler cannot create executables
2713See \`config.log' for more details" "$LINENO" 5 ; }
2714else
2715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2716$as_echo "yes" >&6; }
2717fi
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2719$as_echo_n "checking for C compiler default output file name... " >&6; }
2720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2721$as_echo "$ac_file" >&6; }
2722ac_exeext=$ac_cv_exeext
2723
2724rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2725ac_clean_files=$ac_clean_files_save
2726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2727$as_echo_n "checking for suffix of executables... " >&6; }
2728if { { ac_try="$ac_link"
2729case "(($ac_try" in
2730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731 *) ac_try_echo=$ac_try;;
2732esac
2733eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2734$as_echo "$ac_try_echo"; } >&5
2735 (eval "$ac_link") 2>&5
2736 ac_status=$?
2737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2738 test $ac_status = 0; }; then :
2739 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2740# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2741# work properly (i.e., refer to `conftest.exe'), while it won't with
2742# `rm'.
2743for ac_file in conftest.exe conftest conftest.*; do
2744 test -f "$ac_file" || continue
2745 case $ac_file in
2746 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2747 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2748 break;;
2749 * ) break;;
2750 esac
2751done
2752else
2753 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2754$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2755as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2756See \`config.log' for more details" "$LINENO" 5 ; }
2757fi
2758rm -f conftest conftest$ac_cv_exeext
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2760$as_echo "$ac_cv_exeext" >&6; }
2761
2762rm -f conftest.$ac_ext
2763EXEEXT=$ac_cv_exeext
2764ac_exeext=$EXEEXT
2765cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2766/* end confdefs.h. */
2767#include <stdio.h>
2768int
2769main ()
2770{
2771FILE *f = fopen ("conftest.out", "w");
2772 return ferror (f) || fclose (f) != 0;
2773
2774 ;
2775 return 0;
2776}
2777_ACEOF
2778ac_clean_files="$ac_clean_files conftest.out"
2779# Check that the compiler produces executables we can run. If not, either
2780# the compiler is broken, or we cross compile.
2781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2782$as_echo_n "checking whether we are cross compiling... " >&6; }
2783if test "$cross_compiling" != yes; then
2784 { { ac_try="$ac_link"
2785case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788esac
2789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2790$as_echo "$ac_try_echo"; } >&5
2791 (eval "$ac_link") 2>&5
2792 ac_status=$?
2793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794 test $ac_status = 0; }
2795 if { ac_try='./conftest$ac_cv_exeext'
2796 { { case "(($ac_try" in
2797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2798 *) ac_try_echo=$ac_try;;
2799esac
2800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2801$as_echo "$ac_try_echo"; } >&5
2802 (eval "$ac_try") 2>&5
2803 ac_status=$?
2804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2805 test $ac_status = 0; }; }; then
2806 cross_compiling=no
2807 else
2808 if test "$cross_compiling" = maybe; then
2809 cross_compiling=yes
2810 else
2811 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2812$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2813as_fn_error $? "cannot run C compiled programs.
2814If you meant to cross compile, use \`--host'.
2815See \`config.log' for more details" "$LINENO" 5 ; }
2816 fi
2817 fi
2818fi
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2820$as_echo "$cross_compiling" >&6; }
2821
2822rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2823ac_clean_files=$ac_clean_files_save
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2825$as_echo_n "checking for suffix of object files... " >&6; }
2826if test "${ac_cv_objext+set}" = set; then :
2827 $as_echo_n "(cached) " >&6
2828else
2829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2830/* end confdefs.h. */
2831
2832int
2833main ()
2834{
2835
2836 ;
2837 return 0;
2838}
2839_ACEOF
2840rm -f conftest.o conftest.obj
2841if { { ac_try="$ac_compile"
2842case "(($ac_try" in
2843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2844 *) ac_try_echo=$ac_try;;
2845esac
2846eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2847$as_echo "$ac_try_echo"; } >&5
2848 (eval "$ac_compile") 2>&5
2849 ac_status=$?
2850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2851 test $ac_status = 0; }; then :
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857 break;;
2858 esac
2859done
2860else
2861 $as_echo "$as_me: failed program was:" >&5
2862sed 's/^/| /' conftest.$ac_ext >&5
2863
2864{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2865$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2866as_fn_error $? "cannot compute suffix of object files: cannot compile
2867See \`config.log' for more details" "$LINENO" 5 ; }
2868fi
2869rm -f conftest.$ac_cv_objext conftest.$ac_ext
2870fi
2871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2872$as_echo "$ac_cv_objext" >&6; }
2873OBJEXT=$ac_cv_objext
2874ac_objext=$OBJEXT
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2876$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2877if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2878 $as_echo_n "(cached) " >&6
2879else
2880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2881/* end confdefs.h. */
2882
2883int
2884main ()
2885{
2886#ifndef __GNUC__
2887 choke me
2888#endif
2889
2890 ;
2891 return 0;
2892}
2893_ACEOF
2894if ac_fn_c_try_compile "$LINENO"; then :
2895 ac_compiler_gnu=yes
2896else
2897 ac_compiler_gnu=no
2898fi
2899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2900ac_cv_c_compiler_gnu=$ac_compiler_gnu
2901
2902fi
2903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2904$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2905if test $ac_compiler_gnu = yes; then
2906 GCC=yes
2907else
2908 GCC=
2909fi
2910ac_test_CFLAGS=${CFLAGS+set}
2911ac_save_CFLAGS=$CFLAGS
2912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2913$as_echo_n "checking whether $CC accepts -g... " >&6; }
2914if test "${ac_cv_prog_cc_g+set}" = set; then :
2915 $as_echo_n "(cached) " >&6
2916else
2917 ac_save_c_werror_flag=$ac_c_werror_flag
2918 ac_c_werror_flag=yes
2919 ac_cv_prog_cc_g=no
2920 CFLAGS="-g"
2921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2922/* end confdefs.h. */
2923
2924int
2925main ()
2926{
2927
2928 ;
2929 return 0;
2930}
2931_ACEOF
2932if ac_fn_c_try_compile "$LINENO"; then :
2933 ac_cv_prog_cc_g=yes
2934else
2935 CFLAGS=""
2936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2937/* end confdefs.h. */
2938
2939int
2940main ()
2941{
2942
2943 ;
2944 return 0;
2945}
2946_ACEOF
2947if ac_fn_c_try_compile "$LINENO"; then :
2948
2949else
2950 ac_c_werror_flag=$ac_save_c_werror_flag
2951 CFLAGS="-g"
2952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2953/* end confdefs.h. */
2954
2955int
2956main ()
2957{
2958
2959 ;
2960 return 0;
2961}
2962_ACEOF
2963if ac_fn_c_try_compile "$LINENO"; then :
2964 ac_cv_prog_cc_g=yes
2965fi
2966rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2967fi
2968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2969fi
2970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2971 ac_c_werror_flag=$ac_save_c_werror_flag
2972fi
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2974$as_echo "$ac_cv_prog_cc_g" >&6; }
2975if test "$ac_test_CFLAGS" = set; then
2976 CFLAGS=$ac_save_CFLAGS
2977elif test $ac_cv_prog_cc_g = yes; then
2978 if test "$GCC" = yes; then
2979 CFLAGS="-g -O2"
2980 else
2981 CFLAGS="-g"
2982 fi
2983else
2984 if test "$GCC" = yes; then
2985 CFLAGS="-O2"
2986 else
2987 CFLAGS=
2988 fi
2989fi
2990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2991$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2992if test "${ac_cv_prog_cc_c89+set}" = set; then :
2993 $as_echo_n "(cached) " >&6
2994else
2995 ac_cv_prog_cc_c89=no
2996ac_save_CC=$CC
2997cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2998/* end confdefs.h. */
2999#include <stdarg.h>
3000#include <stdio.h>
3001#include <sys/types.h>
3002#include <sys/stat.h>
3003/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3004struct buf { int x; };
3005FILE * (*rcsopen) (struct buf *, struct stat *, int);
3006static char *e (p, i)
3007 char **p;
3008 int i;
3009{
3010 return p[i];
3011}
3012static char *f (char * (*g) (char **, int), char **p, ...)
3013{
3014 char *s;
3015 va_list v;
3016 va_start (v,p);
3017 s = g (p, va_arg (v,int));
3018 va_end (v);
3019 return s;
3020}
3021
3022/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3023 function prototypes and stuff, but not '\xHH' hex character constants.
3024 These don't provoke an error unfortunately, instead are silently treated
3025 as 'x'. The following induces an error, until -std is added to get
3026 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3027 array size at least. It's necessary to write '\x00'==0 to get something
3028 that's true only with -std. */
3029int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3030
3031/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3032 inside strings and character constants. */
3033#define FOO(x) 'x'
3034int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3035
3036int test (int i, double x);
3037struct s1 {int (*f) (int a);};
3038struct s2 {int (*f) (double a);};
3039int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3040int argc;
3041char **argv;
3042int
3043main ()
3044{
3045return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3046 ;
3047 return 0;
3048}
3049_ACEOF
3050for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3051 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3052do
3053 CC="$ac_save_CC $ac_arg"
3054 if ac_fn_c_try_compile "$LINENO"; then :
3055 ac_cv_prog_cc_c89=$ac_arg
3056fi
3057rm -f core conftest.err conftest.$ac_objext
3058 test "x$ac_cv_prog_cc_c89" != "xno" && break
3059done
3060rm -f conftest.$ac_ext
3061CC=$ac_save_CC
3062
3063fi
3064# AC_CACHE_VAL
3065case "x$ac_cv_prog_cc_c89" in
3066 x)
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3068$as_echo "none needed" >&6; } ;;
3069 xno)
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3071$as_echo "unsupported" >&6; } ;;
3072 *)
3073 CC="$CC $ac_cv_prog_cc_c89"
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3075$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3076esac
3077if test "x$ac_cv_prog_cc_c89" != xno; then :
3078
3079fi
3080
3081ac_ext=c
3082ac_cpp='$CPP $CPPFLAGS'
3083ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3084ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3085ac_compiler_gnu=$ac_cv_c_compiler_gnu
3086
3087ac_aux_dir=
3088for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3089 if test -f "$ac_dir/install-sh"; then
3090 ac_aux_dir=$ac_dir
3091 ac_install_sh="$ac_aux_dir/install-sh -c"
3092 break
3093 elif test -f "$ac_dir/install.sh"; then
3094 ac_aux_dir=$ac_dir
3095 ac_install_sh="$ac_aux_dir/install.sh -c"
3096 break
3097 elif test -f "$ac_dir/shtool"; then
3098 ac_aux_dir=$ac_dir
3099 ac_install_sh="$ac_aux_dir/shtool install -c"
3100 break
3101 fi
3102done
3103if test -z "$ac_aux_dir"; then
3104 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3105fi
3106
3107# These three variables are undocumented and unsupported,
3108# and are intended to be withdrawn in a future Autoconf release.
3109# They can cause serious problems if a builder's source tree is in a directory
3110# whose full name contains unusual characters.
3111ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3112ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3113ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3114
3115
3116# Find a good install program. We prefer a C program (faster),
3117# so one script is as good as another. But avoid the broken or
3118# incompatible versions:
3119# SysV /etc/install, /usr/sbin/install
3120# SunOS /usr/etc/install
3121# IRIX /sbin/install
3122# AIX /bin/install
3123# AmigaOS /C/install, which installs bootblocks on floppy discs
3124# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3125# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3126# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3127# OS/2's system install, which has a completely different semantic
3128# ./install, which can be erroneously created by make from ./install.sh.
3129# Reject install programs that cannot install multiple files.
3130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3131$as_echo_n "checking for a BSD-compatible install... " >&6; }
3132if test -z "$INSTALL"; then
3133if test "${ac_cv_path_install+set}" = set; then :
3134 $as_echo_n "(cached) " >&6
3135else
3136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3137for as_dir in $PATH
3138do
3139 IFS=$as_save_IFS
3140 test -z "$as_dir" && as_dir=.
3141 # Account for people who put trailing slashes in PATH elements.
3142case $as_dir/ in #((
3143 ./ | .// | /[cC]/* | \
3144 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3145 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3146 /usr/ucb/* ) ;;
3147 *)
3148 # OSF1 and SCO ODT 3.0 have their own names for install.
3149 # Don't use installbsd from OSF since it installs stuff as root
3150 # by default.
3151 for ac_prog in ginstall scoinst install; do
3152 for ac_exec_ext in '' $ac_executable_extensions; do
3153 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3154 if test $ac_prog = install &&
3155 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3156 # AIX install. It has an incompatible calling convention.
3157 :
3158 elif test $ac_prog = install &&
3159 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3160 # program-specific install script used by HP pwplus--don't use.
3161 :
3162 else
3163 rm -rf conftest.one conftest.two conftest.dir
3164 echo one > conftest.one
3165 echo two > conftest.two
3166 mkdir conftest.dir
3167 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3168 test -s conftest.one && test -s conftest.two &&
3169 test -s conftest.dir/conftest.one &&
3170 test -s conftest.dir/conftest.two
3171 then
3172 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3173 break 3
3174 fi
3175 fi
3176 fi
3177 done
3178 done
3179 ;;
3180esac
3181
3182 done
3183IFS=$as_save_IFS
3184
3185rm -rf conftest.one conftest.two conftest.dir
3186
3187fi
3188 if test "${ac_cv_path_install+set}" = set; then
3189 INSTALL=$ac_cv_path_install
3190 else
3191 # As a last resort, use the slow shell script. Don't cache a
3192 # value for INSTALL within a source directory, because that will
3193 # break other packages using the cache if that directory is
3194 # removed, or if the value is a relative name.
3195 INSTALL=$ac_install_sh
3196 fi
3197fi
3198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3199$as_echo "$INSTALL" >&6; }
3200
3201# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3202# It thinks the first close brace ends the variable substitution.
3203test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3204
3205test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3206
3207test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3208
3209# Extract the first word of "rm", so it can be a program name with args.
3210set dummy rm; ac_word=$2
3211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3212$as_echo_n "checking for $ac_word... " >&6; }
3213if test "${ac_cv_path_RM+set}" = set; then :
3214 $as_echo_n "(cached) " >&6
3215else
3216 case $RM in
3217 [\\/]* | ?:[\\/]*)
3218 ac_cv_path_RM="$RM" # Let the user override the test with a path.
3219 ;;
3220 *)
3221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3222for as_dir in $PATH
3223do
3224 IFS=$as_save_IFS
3225 test -z "$as_dir" && as_dir=.
3226 for ac_exec_ext in '' $ac_executable_extensions; do
3227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3228 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
3229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3230 break 2
3231 fi
3232done
3233 done
3234IFS=$as_save_IFS
3235
3236 ;;
3237esac
3238fi
3239RM=$ac_cv_path_RM
3240if test -n "$RM"; then
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
3242$as_echo "$RM" >&6; }
3243else
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3245$as_echo "no" >&6; }
3246fi
3247
3248
3249
3250ac_ext=c
3251ac_cpp='$CPP $CPPFLAGS'
3252ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3253ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3254ac_compiler_gnu=$ac_cv_c_compiler_gnu
3255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3256$as_echo_n "checking how to run the C preprocessor... " >&6; }
3257# On Suns, sometimes $CPP names a directory.
3258if test -n "$CPP" && test -d "$CPP"; then
3259 CPP=
3260fi
3261if test -z "$CPP"; then
3262 if test "${ac_cv_prog_CPP+set}" = set; then :
3263 $as_echo_n "(cached) " >&6
3264else
3265 # Double quotes because CPP needs to be expanded
3266 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3267 do
3268 ac_preproc_ok=false
3269for ac_c_preproc_warn_flag in '' yes
3270do
3271 # Use a header file that comes with gcc, so configuring glibc
3272 # with a fresh cross-compiler works.
3273 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3274 # <limits.h> exists even on freestanding compilers.
3275 # On the NeXT, cc -E runs the code through the compiler's parser,
3276 # not just through cpp. "Syntax error" is here to catch this case.
3277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3278/* end confdefs.h. */
3279#ifdef __STDC__
3280# include <limits.h>
3281#else
3282# include <assert.h>
3283#endif
3284 Syntax error
3285_ACEOF
3286if ac_fn_c_try_cpp "$LINENO"; then :
3287
3288else
3289 # Broken: fails on valid input.
3290continue
3291fi
3292rm -f conftest.err conftest.i conftest.$ac_ext
3293
3294 # OK, works on sane cases. Now check whether nonexistent headers
3295 # can be detected and how.
3296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3297/* end confdefs.h. */
3298#include <ac_nonexistent.h>
3299_ACEOF
3300if ac_fn_c_try_cpp "$LINENO"; then :
3301 # Broken: success on invalid input.
3302continue
3303else
3304 # Passes both tests.
3305ac_preproc_ok=:
3306break
3307fi
3308rm -f conftest.err conftest.i conftest.$ac_ext
3309
3310done
3311# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3312rm -f conftest.i conftest.err conftest.$ac_ext
3313if $ac_preproc_ok; then :
3314 break
3315fi
3316
3317 done
3318 ac_cv_prog_CPP=$CPP
3319
3320fi
3321 CPP=$ac_cv_prog_CPP
3322else
3323 ac_cv_prog_CPP=$CPP
3324fi
3325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3326$as_echo "$CPP" >&6; }
3327ac_preproc_ok=false
3328for ac_c_preproc_warn_flag in '' yes
3329do
3330 # Use a header file that comes with gcc, so configuring glibc
3331 # with a fresh cross-compiler works.
3332 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3333 # <limits.h> exists even on freestanding compilers.
3334 # On the NeXT, cc -E runs the code through the compiler's parser,
3335 # not just through cpp. "Syntax error" is here to catch this case.
3336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337/* end confdefs.h. */
3338#ifdef __STDC__
3339# include <limits.h>
3340#else
3341# include <assert.h>
3342#endif
3343 Syntax error
3344_ACEOF
3345if ac_fn_c_try_cpp "$LINENO"; then :
3346
3347else
3348 # Broken: fails on valid input.
3349continue
3350fi
3351rm -f conftest.err conftest.i conftest.$ac_ext
3352
3353 # OK, works on sane cases. Now check whether nonexistent headers
3354 # can be detected and how.
3355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356/* end confdefs.h. */
3357#include <ac_nonexistent.h>
3358_ACEOF
3359if ac_fn_c_try_cpp "$LINENO"; then :
3360 # Broken: success on invalid input.
3361continue
3362else
3363 # Passes both tests.
3364ac_preproc_ok=:
3365break
3366fi
3367rm -f conftest.err conftest.i conftest.$ac_ext
3368
3369done
3370# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3371rm -f conftest.i conftest.err conftest.$ac_ext
3372if $ac_preproc_ok; then :
3373
3374else
3375 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3376$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3377as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3378See \`config.log' for more details" "$LINENO" 5 ; }
3379fi
3380
3381ac_ext=c
3382ac_cpp='$CPP $CPPFLAGS'
3383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3385ac_compiler_gnu=$ac_cv_c_compiler_gnu
3386
3387
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3389$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3390if test "${ac_cv_path_GREP+set}" = set; then :
3391 $as_echo_n "(cached) " >&6
3392else
3393 if test -z "$GREP"; then
3394 ac_path_GREP_found=false
3395 # Loop through the user's path and test for each of PROGNAME-LIST
3396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3397for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3398do
3399 IFS=$as_save_IFS
3400 test -z "$as_dir" && as_dir=.
3401 for ac_prog in grep ggrep; do
3402 for ac_exec_ext in '' $ac_executable_extensions; do
3403 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3404 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3405# Check for GNU ac_path_GREP and select it if it is found.
3406 # Check for GNU $ac_path_GREP
3407case `"$ac_path_GREP" --version 2>&1` in
3408*GNU*)
3409 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3410*)
3411 ac_count=0
3412 $as_echo_n 0123456789 >"conftest.in"
3413 while :
3414 do
3415 cat "conftest.in" "conftest.in" >"conftest.tmp"
3416 mv "conftest.tmp" "conftest.in"
3417 cp "conftest.in" "conftest.nl"
3418 $as_echo 'GREP' >> "conftest.nl"
3419 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3420 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3421 as_fn_arith $ac_count + 1 && ac_count=$as_val
3422 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3423 # Best one so far, save it but keep looking for a better one
3424 ac_cv_path_GREP="$ac_path_GREP"
3425 ac_path_GREP_max=$ac_count
3426 fi
3427 # 10*(2^10) chars as input seems more than enough
3428 test $ac_count -gt 10 && break
3429 done
3430 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3431esac
3432
3433 $ac_path_GREP_found && break 3
3434 done
3435 done
3436 done
3437IFS=$as_save_IFS
3438 if test -z "$ac_cv_path_GREP"; then
3439 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3440 fi
3441else
3442 ac_cv_path_GREP=$GREP
3443fi
3444
3445fi
3446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3447$as_echo "$ac_cv_path_GREP" >&6; }
3448 GREP="$ac_cv_path_GREP"
3449
3450
3451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3452$as_echo_n "checking for egrep... " >&6; }
3453if test "${ac_cv_path_EGREP+set}" = set; then :
3454 $as_echo_n "(cached) " >&6
3455else
3456 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3457 then ac_cv_path_EGREP="$GREP -E"
3458 else
3459 if test -z "$EGREP"; then
3460 ac_path_EGREP_found=false
3461 # Loop through the user's path and test for each of PROGNAME-LIST
3462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3463for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3464do
3465 IFS=$as_save_IFS
3466 test -z "$as_dir" && as_dir=.
3467 for ac_prog in egrep; do
3468 for ac_exec_ext in '' $ac_executable_extensions; do
3469 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3470 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3471# Check for GNU ac_path_EGREP and select it if it is found.
3472 # Check for GNU $ac_path_EGREP
3473case `"$ac_path_EGREP" --version 2>&1` in
3474*GNU*)
3475 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3476*)
3477 ac_count=0
3478 $as_echo_n 0123456789 >"conftest.in"
3479 while :
3480 do
3481 cat "conftest.in" "conftest.in" >"conftest.tmp"
3482 mv "conftest.tmp" "conftest.in"
3483 cp "conftest.in" "conftest.nl"
3484 $as_echo 'EGREP' >> "conftest.nl"
3485 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3486 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3487 as_fn_arith $ac_count + 1 && ac_count=$as_val
3488 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3489 # Best one so far, save it but keep looking for a better one
3490 ac_cv_path_EGREP="$ac_path_EGREP"
3491 ac_path_EGREP_max=$ac_count
3492 fi
3493 # 10*(2^10) chars as input seems more than enough
3494 test $ac_count -gt 10 && break
3495 done
3496 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3497esac
3498
3499 $ac_path_EGREP_found && break 3
3500 done
3501 done
3502 done
3503IFS=$as_save_IFS
3504 if test -z "$ac_cv_path_EGREP"; then
3505 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3506 fi
3507else
3508 ac_cv_path_EGREP=$EGREP
3509fi
3510
3511 fi
3512fi
3513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3514$as_echo "$ac_cv_path_EGREP" >&6; }
3515 EGREP="$ac_cv_path_EGREP"
3516
3517
3518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3519$as_echo_n "checking for ANSI C header files... " >&6; }
3520if test "${ac_cv_header_stdc+set}" = set; then :
3521 $as_echo_n "(cached) " >&6
3522else
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524/* end confdefs.h. */
3525#include <stdlib.h>
3526#include <stdarg.h>
3527#include <string.h>
3528#include <float.h>
3529
3530int
3531main ()
3532{
3533
3534 ;
3535 return 0;
3536}
3537_ACEOF
3538if ac_fn_c_try_compile "$LINENO"; then :
3539 ac_cv_header_stdc=yes
3540else
3541 ac_cv_header_stdc=no
3542fi
3543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544
3545if test $ac_cv_header_stdc = yes; then
3546 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3548/* end confdefs.h. */
3549#include <string.h>
3550
3551_ACEOF
3552if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3553 $EGREP "memchr" >/dev/null 2>&1; then :
3554
3555else
3556 ac_cv_header_stdc=no
3557fi
3558rm -f conftest*
3559
3560fi
3561
3562if test $ac_cv_header_stdc = yes; then
3563 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3565/* end confdefs.h. */
3566#include <stdlib.h>
3567
3568_ACEOF
3569if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3570 $EGREP "free" >/dev/null 2>&1; then :
3571
3572else
3573 ac_cv_header_stdc=no
3574fi
3575rm -f conftest*
3576
3577fi
3578
3579if test $ac_cv_header_stdc = yes; then
3580 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3581 if test "$cross_compiling" = yes; then :
3582 :
3583else
3584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3585/* end confdefs.h. */
3586#include <ctype.h>
3587#include <stdlib.h>
3588#if ((' ' & 0x0FF) == 0x020)
3589# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3590# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3591#else
3592# define ISLOWER(c) \
3593 (('a' <= (c) && (c) <= 'i') \
3594 || ('j' <= (c) && (c) <= 'r') \
3595 || ('s' <= (c) && (c) <= 'z'))
3596# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3597#endif
3598
3599#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3600int
3601main ()
3602{
3603 int i;
3604 for (i = 0; i < 256; i++)
3605 if (XOR (islower (i), ISLOWER (i))
3606 || toupper (i) != TOUPPER (i))
3607 return 2;
3608 return 0;
3609}
3610_ACEOF
3611if ac_fn_c_try_run "$LINENO"; then :
3612
3613else
3614 ac_cv_header_stdc=no
3615fi
3616rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3617 conftest.$ac_objext conftest.beam conftest.$ac_ext
3618fi
3619
3620fi
3621fi
3622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3623$as_echo "$ac_cv_header_stdc" >&6; }
3624if test $ac_cv_header_stdc = yes; then
3625
3626$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3627
3628fi
3629
3630# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3631for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3632 inttypes.h stdint.h unistd.h
3633do :
3634 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3635ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3636"
3637if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3638 cat >>confdefs.h <<_ACEOF
3639#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3640_ACEOF
3641
3642fi
3643
3644done
3645
3646
3647for ac_header in stdint.h inttypes.h
3648do :
3649 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3650ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
3651if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3652 cat >>confdefs.h <<_ACEOF
3653#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3654_ACEOF
3655
3656fi
3657
3658done
3659
3660for ac_header in net/if.h net/route.h
3661do :
3662 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3663ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
3664if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3665 cat >>confdefs.h <<_ACEOF
3666#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3667_ACEOF
3668
3669fi
3670
3671done
3672
3673for ac_header in sys/socket.h
3674do :
3675 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
3676if test "x$ac_cv_header_sys_socket_h" = x""yes; then :
3677 cat >>confdefs.h <<_ACEOF
3678#define HAVE_SYS_SOCKET_H 1
3679_ACEOF
3680
3681fi
3682
3683done
3684
3685for ac_header in linux/if.h
3686do :
3687 ac_fn_c_check_header_compile "$LINENO" "linux/if.h" "ac_cv_header_linux_if_h" "#if HAVE_SYS_SOCKET_H
3688# include <sys/socket.h>
3689#endif
3690
3691"
3692if test "x$ac_cv_header_linux_if_h" = x""yes; then :
3693 cat >>confdefs.h <<_ACEOF
3694#define HAVE_LINUX_IF_H 1
3695_ACEOF
3696
3697fi
3698
3699done
3700
3701for ac_header in stropts.h sys/sockio.h net/if_tun.h
3702do :
3703 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3704ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
3705if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3706 cat >>confdefs.h <<_ACEOF
3707#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3708_ACEOF
3709
3710fi
3711
3712done
3713
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
3715$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
3716if test "${ac_cv_c_bigendian+set}" = set; then :
3717 $as_echo_n "(cached) " >&6
3718else
3719 ac_cv_c_bigendian=unknown
3720 # See if we're dealing with a universal compiler.
3721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3722/* end confdefs.h. */
3723#ifndef __APPLE_CC__
3724 not a universal capable compiler
3725 #endif
3726 typedef int dummy;
3727
3728_ACEOF
3729if ac_fn_c_try_compile "$LINENO"; then :
3730
3731 # Check for potential -arch flags. It is not universal unless
3732 # there are at least two -arch flags with different values.
3733 ac_arch=
3734 ac_prev=
3735 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
3736 if test -n "$ac_prev"; then
3737 case $ac_word in
3738 i?86 | x86_64 | ppc | ppc64)
3739 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
3740 ac_arch=$ac_word
3741 else
3742 ac_cv_c_bigendian=universal
3743 break
3744 fi
3745 ;;
3746 esac
3747 ac_prev=
3748 elif test "x$ac_word" = "x-arch"; then
3749 ac_prev=arch
3750 fi
3751 done
3752fi
3753rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3754 if test $ac_cv_c_bigendian = unknown; then
3755 # See if sys/param.h defines the BYTE_ORDER macro.
3756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3757/* end confdefs.h. */
3758#include <sys/types.h>
3759 #include <sys/param.h>
3760
3761int
3762main ()
3763{
3764#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
3765 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
3766 && LITTLE_ENDIAN)
3767 bogus endian macros
3768 #endif
3769
3770 ;
3771 return 0;
3772}
3773_ACEOF
3774if ac_fn_c_try_compile "$LINENO"; then :
3775 # It does; now see whether it defined to BIG_ENDIAN or not.
3776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3777/* end confdefs.h. */
3778#include <sys/types.h>
3779 #include <sys/param.h>
3780
3781int
3782main ()
3783{
3784#if BYTE_ORDER != BIG_ENDIAN
3785 not big endian
3786 #endif
3787
3788 ;
3789 return 0;
3790}
3791_ACEOF
3792if ac_fn_c_try_compile "$LINENO"; then :
3793 ac_cv_c_bigendian=yes
3794else
3795 ac_cv_c_bigendian=no
3796fi
3797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3798fi
3799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800 fi
3801 if test $ac_cv_c_bigendian = unknown; then
3802 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
3803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3804/* end confdefs.h. */
3805#include <limits.h>
3806
3807int
3808main ()
3809{
3810#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
3811 bogus endian macros
3812 #endif
3813
3814 ;
3815 return 0;
3816}
3817_ACEOF
3818if ac_fn_c_try_compile "$LINENO"; then :
3819 # It does; now see whether it defined to _BIG_ENDIAN or not.
3820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3821/* end confdefs.h. */
3822#include <limits.h>
3823
3824int
3825main ()
3826{
3827#ifndef _BIG_ENDIAN
3828 not big endian
3829 #endif
3830
3831 ;
3832 return 0;
3833}
3834_ACEOF
3835if ac_fn_c_try_compile "$LINENO"; then :
3836 ac_cv_c_bigendian=yes
3837else
3838 ac_cv_c_bigendian=no
3839fi
3840rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3841fi
3842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3843 fi
3844 if test $ac_cv_c_bigendian = unknown; then
3845 # Compile a test program.
3846 if test "$cross_compiling" = yes; then :
3847 # Try to guess by grepping values from an object file.
3848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3849/* end confdefs.h. */
3850short int ascii_mm[] =
3851 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3852 short int ascii_ii[] =
3853 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3854 int use_ascii (int i) {
3855 return ascii_mm[i] + ascii_ii[i];
3856 }
3857 short int ebcdic_ii[] =
3858 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3859 short int ebcdic_mm[] =
3860 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3861 int use_ebcdic (int i) {
3862 return ebcdic_mm[i] + ebcdic_ii[i];
3863 }
3864 extern int foo;
3865
3866int
3867main ()
3868{
3869return use_ascii (foo) == use_ebcdic (foo);
3870 ;
3871 return 0;
3872}
3873_ACEOF
3874if ac_fn_c_try_compile "$LINENO"; then :
3875 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
3876 ac_cv_c_bigendian=yes
3877 fi
3878 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
3879 if test "$ac_cv_c_bigendian" = unknown; then
3880 ac_cv_c_bigendian=no
3881 else
3882 # finding both strings is unlikely to happen, but who knows?
3883 ac_cv_c_bigendian=unknown
3884 fi
3885 fi
3886fi
3887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888else
3889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3890/* end confdefs.h. */
3891$ac_includes_default
3892int
3893main ()
3894{
3895
3896 /* Are we little or big endian? From Harbison&Steele. */
3897 union
3898 {
3899 long int l;
3900 char c[sizeof (long int)];
3901 } u;
3902 u.l = 1;
3903 return u.c[sizeof (long int) - 1] == 1;
3904
3905 ;
3906 return 0;
3907}
3908_ACEOF
3909if ac_fn_c_try_run "$LINENO"; then :
3910 ac_cv_c_bigendian=no
3911else
3912 ac_cv_c_bigendian=yes
3913fi
3914rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3915 conftest.$ac_objext conftest.beam conftest.$ac_ext
3916fi
3917
3918 fi
3919fi
3920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
3921$as_echo "$ac_cv_c_bigendian" >&6; }
3922 case $ac_cv_c_bigendian in #(
3923 yes)
3924 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
3925;; #(
3926 no)
3927 ;; #(
3928 universal)
3929
3930$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
3931
3932 ;; #(
3933 *)
3934 as_fn_error $? "unknown endianness
3935 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
3936 esac
3937
3938# The cast to long int works around a bug in the HP C Compiler
3939# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
3940# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
3941# This bug is HP SR number 8606223364.
3942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
3943$as_echo_n "checking size of unsigned long long... " >&6; }
3944if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
3945 $as_echo_n "(cached) " >&6
3946else
3947 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
3948
3949else
3950 if test "$ac_cv_type_unsigned_long_long" = yes; then
3951 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3952$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3953as_fn_error 77 "cannot compute sizeof (unsigned long long)
3954See \`config.log' for more details" "$LINENO" 5 ; }
3955 else
3956 ac_cv_sizeof_unsigned_long_long=0
3957 fi
3958fi
3959
3960fi
3961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
3962$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
3963
3964
3965
3966cat >>confdefs.h <<_ACEOF
3967#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
3968_ACEOF
3969
3970
3971# The cast to long int works around a bug in the HP C Compiler
3972# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
3973# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
3974# This bug is HP SR number 8606223364.
3975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
3976$as_echo_n "checking size of unsigned long... " >&6; }
3977if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
3978 $as_echo_n "(cached) " >&6
3979else
3980 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
3981
3982else
3983 if test "$ac_cv_type_unsigned_long" = yes; then
3984 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3985$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3986as_fn_error 77 "cannot compute sizeof (unsigned long)
3987See \`config.log' for more details" "$LINENO" 5 ; }
3988 else
3989 ac_cv_sizeof_unsigned_long=0
3990 fi
3991fi
3992
3993fi
3994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
3995$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
3996
3997
3998
3999cat >>confdefs.h <<_ACEOF
4000#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
4001_ACEOF
4002
4003
4004# The cast to long int works around a bug in the HP C Compiler
4005# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4006# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4007# This bug is HP SR number 8606223364.
4008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned int" >&5
4009$as_echo_n "checking size of unsigned int... " >&6; }
4010if test "${ac_cv_sizeof_unsigned_int+set}" = set; then :
4011 $as_echo_n "(cached) " >&6
4012else
4013 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned int))" "ac_cv_sizeof_unsigned_int" "$ac_includes_default"; then :
4014
4015else
4016 if test "$ac_cv_type_unsigned_int" = yes; then
4017 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4018$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4019as_fn_error 77 "cannot compute sizeof (unsigned int)
4020See \`config.log' for more details" "$LINENO" 5 ; }
4021 else
4022 ac_cv_sizeof_unsigned_int=0
4023 fi
4024fi
4025
4026fi
4027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_int" >&5
4028$as_echo "$ac_cv_sizeof_unsigned_int" >&6; }
4029
4030
4031
4032cat >>confdefs.h <<_ACEOF
4033#define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
4034_ACEOF
4035
4036
4037# The cast to long int works around a bug in the HP C Compiler
4038# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4039# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4040# This bug is HP SR number 8606223364.
4041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned short" >&5
4042$as_echo_n "checking size of unsigned short... " >&6; }
4043if test "${ac_cv_sizeof_unsigned_short+set}" = set; then :
4044 $as_echo_n "(cached) " >&6
4045else
4046 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned short))" "ac_cv_sizeof_unsigned_short" "$ac_includes_default"; then :
4047
4048else
4049 if test "$ac_cv_type_unsigned_short" = yes; then
4050 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4051$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4052as_fn_error 77 "cannot compute sizeof (unsigned short)
4053See \`config.log' for more details" "$LINENO" 5 ; }
4054 else
4055 ac_cv_sizeof_unsigned_short=0
4056 fi
4057fi
4058
4059fi
4060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_short" >&5
4061$as_echo "$ac_cv_sizeof_unsigned_short" >&6; }
4062
4063
4064
4065cat >>confdefs.h <<_ACEOF
4066#define SIZEOF_UNSIGNED_SHORT $ac_cv_sizeof_unsigned_short
4067_ACEOF
4068
4069
4070# The cast to long int works around a bug in the HP C Compiler
4071# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4072# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4073# This bug is HP SR number 8606223364.
4074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned char" >&5
4075$as_echo_n "checking size of unsigned char... " >&6; }
4076if test "${ac_cv_sizeof_unsigned_char+set}" = set; then :
4077 $as_echo_n "(cached) " >&6
4078else
4079 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned char))" "ac_cv_sizeof_unsigned_char" "$ac_includes_default"; then :
4080
4081else
4082 if test "$ac_cv_type_unsigned_char" = yes; then
4083 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4084$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4085as_fn_error 77 "cannot compute sizeof (unsigned char)
4086See \`config.log' for more details" "$LINENO" 5 ; }
4087 else
4088 ac_cv_sizeof_unsigned_char=0
4089 fi
4090fi
4091
4092fi
4093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_char" >&5
4094$as_echo "$ac_cv_sizeof_unsigned_char" >&6; }
4095
4096
4097
4098cat >>confdefs.h <<_ACEOF
4099#define SIZEOF_UNSIGNED_CHAR $ac_cv_sizeof_unsigned_char
4100_ACEOF
4101
4102
4103
4104 hard=
4105 if test -z "$hard"; then
4106 msg="C to warn about writing to stringliterals"
4107 else
4108 msg="C to prohibit any write to stringliterals"
4109 fi
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $msg" >&5
4111$as_echo_n "checking $msg... " >&6; }
4112if test "${ac_cv_prog_cc_no_writeable_strings+set}" = set; then :
4113 $as_echo_n "(cached) " >&6
4114else
4115
4116 cat > conftest.c <<EOF
4117#include <string.h>
4118int main (void)
4119{
4120 char test[16];
4121 if (strcpy (test, "test")) return 0;
4122 return 1;
4123}
4124EOF
4125 if test "$GCC" = "yes";
4126 then
4127 if test -z "$hard"; then
4128 ac_cv_prog_cc_no_writeable_strings="-Wwrite-strings"
4129 else
4130 ac_cv_prog_cc_no_writeable_strings="-fno-writable-strings -Wwrite-strings"
4131 fi
4132
4133 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4134 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4135 fi
4136
4137 elif $CC -flags 2>&1 | grep "Xc.*strict ANSI C" > /dev/null 2>&1 &&
4138 $CC -c -xstrconst conftest.c > /dev/null 2>&1 &&
4139 test -f conftest.o
4140 then
4141 # strings go into readonly segment
4142 ac_cv_prog_cc_no_writeable_strings="-xstrconst"
4143
4144 rm conftest.o
4145 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4146 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4147 fi
4148
4149 elif $CC > /dev/null 2>&1 &&
4150 $CC -c +ESlit conftest.c > /dev/null 2>&1 &&
4151 test -f conftest.o
4152 then
4153 # strings go into readonly segment
4154 ac_cv_prog_cc_no_writeable_strings="+ESlit"
4155
4156 rm conftest.o
4157 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4158 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4159 fi
4160
4161 elif ! $CC > /dev/null 2>&1 &&
4162 $CC -c -readonly_strings conftest.c > /dev/null 2>&1 &&
4163 test -f conftest.o
4164 then
4165 # strings go into readonly segment
4166 ac_cv_prog_cc_no_writeable_strings="-readonly_strings"
4167
4168 rm conftest.o
4169 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4170 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4171 fi
4172
4173
4174 # -use_readonly_const is the default for IRIX C,
4175 # puts them into .rodata, but they are copied later.
4176 # need to be "-G0 -rdatashared" for strictmode but
4177 # I am not sure what effect that has really.
4178
4179 fi
4180 rm -f conftest.*
4181
4182fi
4183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_no_writeable_strings" >&5
4184$as_echo "$ac_cv_prog_cc_no_writeable_strings" >&6; }
4185 if test -z "$WRITESTRINGS" ; then
4186 if test -n "$ac_cv_prog_cc_no_writeable_strings" ; then
4187 case "$ac_cv_prog_cc_no_writeable_strings" in
4188 suppressed*) WRITESTRINGS="" ;; # known but suppressed
4189 *) WRITESTRINGS="$ac_cv_prog_cc_no_writeable_strings" ;;
4190 esac
4191 fi
4192 fi
4193
4194
4195
e1b81bd6
IJ
4196# Check whether --enable-hacky-parallel was given.
4197if test "${enable_hacky_parallel+set}" = set; then :
4198 enableval=$enable_hacky_parallel;
4199 case "$enableval" in
4200 n|0|no) ;;
4201 y|1|yes) CFLAGS="$CFLAGS -DHACKY_PARALLEL" ;;
4202 *) ;;
4203 esac
4204
4205fi
4206
4207
94759fd3
IJ
4208
4209
4210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpz_init_set_str in -lgmp" >&5
4211$as_echo_n "checking for mpz_init_set_str in -lgmp... " >&6; }
4212if test "${ac_cv_lib_gmp_mpz_init_set_str+set}" = set; then :
4213 $as_echo_n "(cached) " >&6
4214else
4215 ac_check_lib_save_LIBS=$LIBS
4216LIBS="-lgmp $LIBS"
4217cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4218/* end confdefs.h. */
4219
4220/* Override any GCC internal prototype to avoid an error.
4221 Use char because int might match the return type of a GCC
4222 builtin and then its argument prototype would still apply. */
4223#ifdef __cplusplus
4224extern "C"
4225#endif
4226char mpz_init_set_str ();
4227int
4228main ()
4229{
4230return mpz_init_set_str ();
4231 ;
4232 return 0;
4233}
4234_ACEOF
4235if ac_fn_c_try_link "$LINENO"; then :
4236 ac_cv_lib_gmp_mpz_init_set_str=yes
4237else
4238 ac_cv_lib_gmp_mpz_init_set_str=no
4239fi
4240rm -f core conftest.err conftest.$ac_objext \
4241 conftest$ac_exeext conftest.$ac_ext
4242LIBS=$ac_check_lib_save_LIBS
4243fi
4244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_mpz_init_set_str" >&5
4245$as_echo "$ac_cv_lib_gmp_mpz_init_set_str" >&6; }
4246if test "x$ac_cv_lib_gmp_mpz_init_set_str" = x""yes; then :
4247 cat >>confdefs.h <<_ACEOF
4248#define HAVE_LIBGMP 1
4249_ACEOF
4250
4251 LIBS="-lgmp $LIBS"
4252
4253fi
4254
4255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpz_init_set_str in -lgmp2" >&5
4256$as_echo_n "checking for mpz_init_set_str in -lgmp2... " >&6; }
4257if test "${ac_cv_lib_gmp2_mpz_init_set_str+set}" = set; then :
4258 $as_echo_n "(cached) " >&6
4259else
4260 ac_check_lib_save_LIBS=$LIBS
4261LIBS="-lgmp2 $LIBS"
4262cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4263/* end confdefs.h. */
4264
4265/* Override any GCC internal prototype to avoid an error.
4266 Use char because int might match the return type of a GCC
4267 builtin and then its argument prototype would still apply. */
4268#ifdef __cplusplus
4269extern "C"
4270#endif
4271char mpz_init_set_str ();
4272int
4273main ()
4274{
4275return mpz_init_set_str ();
4276 ;
4277 return 0;
4278}
4279_ACEOF
4280if ac_fn_c_try_link "$LINENO"; then :
4281 ac_cv_lib_gmp2_mpz_init_set_str=yes
4282else
4283 ac_cv_lib_gmp2_mpz_init_set_str=no
4284fi
4285rm -f core conftest.err conftest.$ac_objext \
4286 conftest$ac_exeext conftest.$ac_ext
4287LIBS=$ac_check_lib_save_LIBS
4288fi
4289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp2_mpz_init_set_str" >&5
4290$as_echo "$ac_cv_lib_gmp2_mpz_init_set_str" >&6; }
4291if test "x$ac_cv_lib_gmp2_mpz_init_set_str" = x""yes; then :
4292 cat >>confdefs.h <<_ACEOF
4293#define HAVE_LIBGMP2 1
4294_ACEOF
4295
4296 LIBS="-lgmp2 $LIBS"
4297
4298fi
4299
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gmpz_init_set_str in -lgmp" >&5
4301$as_echo_n "checking for __gmpz_init_set_str in -lgmp... " >&6; }
4302if test "${ac_cv_lib_gmp___gmpz_init_set_str+set}" = set; then :
4303 $as_echo_n "(cached) " >&6
4304else
4305 ac_check_lib_save_LIBS=$LIBS
4306LIBS="-lgmp $LIBS"
4307cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308/* end confdefs.h. */
4309
4310/* Override any GCC internal prototype to avoid an error.
4311 Use char because int might match the return type of a GCC
4312 builtin and then its argument prototype would still apply. */
4313#ifdef __cplusplus
4314extern "C"
4315#endif
4316char __gmpz_init_set_str ();
4317int
4318main ()
4319{
4320return __gmpz_init_set_str ();
4321 ;
4322 return 0;
4323}
4324_ACEOF
4325if ac_fn_c_try_link "$LINENO"; then :
4326 ac_cv_lib_gmp___gmpz_init_set_str=yes
4327else
4328 ac_cv_lib_gmp___gmpz_init_set_str=no
4329fi
4330rm -f core conftest.err conftest.$ac_objext \
4331 conftest$ac_exeext conftest.$ac_ext
4332LIBS=$ac_check_lib_save_LIBS
4333fi
4334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp___gmpz_init_set_str" >&5
4335$as_echo "$ac_cv_lib_gmp___gmpz_init_set_str" >&6; }
4336if test "x$ac_cv_lib_gmp___gmpz_init_set_str" = x""yes; then :
4337 cat >>confdefs.h <<_ACEOF
4338#define HAVE_LIBGMP 1
4339_ACEOF
4340
4341 LIBS="-lgmp $LIBS"
4342
4343fi
4344
4345ac_fn_c_check_header_mongrel "$LINENO" "gmp.h" "ac_cv_header_gmp_h" "$ac_includes_default"
4346if test "x$ac_cv_header_gmp_h" = x""yes; then :
4347
4348else
4349 as_fn_error $? "gmp.h not found" "$LINENO" 5
4350fi
4351
4352
4353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for yywrap in -lfl" >&5
4354$as_echo_n "checking for yywrap in -lfl... " >&6; }
4355if test "${ac_cv_lib_fl_yywrap+set}" = set; then :
4356 $as_echo_n "(cached) " >&6
4357else
4358 ac_check_lib_save_LIBS=$LIBS
4359LIBS="-lfl $LIBS"
4360cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361/* end confdefs.h. */
4362
4363/* Override any GCC internal prototype to avoid an error.
4364 Use char because int might match the return type of a GCC
4365 builtin and then its argument prototype would still apply. */
4366#ifdef __cplusplus
4367extern "C"
4368#endif
4369char yywrap ();
4370int
4371main ()
4372{
4373return yywrap ();
4374 ;
4375 return 0;
4376}
4377_ACEOF
4378if ac_fn_c_try_link "$LINENO"; then :
4379 ac_cv_lib_fl_yywrap=yes
4380else
4381 ac_cv_lib_fl_yywrap=no
4382fi
4383rm -f core conftest.err conftest.$ac_objext \
4384 conftest$ac_exeext conftest.$ac_ext
4385LIBS=$ac_check_lib_save_LIBS
4386fi
4387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fl_yywrap" >&5
4388$as_echo "$ac_cv_lib_fl_yywrap" >&6; }
4389if test "x$ac_cv_lib_fl_yywrap" = x""yes; then :
4390 cat >>confdefs.h <<_ACEOF
4391#define HAVE_LIBFL 1
4392_ACEOF
4393
4394 LIBS="-lfl $LIBS"
4395
4396fi
4397
4398if test "$ac_cv_lib_fl_yywrap" != yes; then
4399 as_fn_error $? "A compatible libfl is required" "$LINENO" 5
4400fi
4401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lnsl" >&5
4402$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; }
4403if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then :
4404 $as_echo_n "(cached) " >&6
4405else
4406 ac_check_lib_save_LIBS=$LIBS
4407LIBS="-lnsl $LIBS"
4408cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4409/* end confdefs.h. */
4410
4411/* Override any GCC internal prototype to avoid an error.
4412 Use char because int might match the return type of a GCC
4413 builtin and then its argument prototype would still apply. */
4414#ifdef __cplusplus
4415extern "C"
4416#endif
4417char inet_ntoa ();
4418int
4419main ()
4420{
4421return inet_ntoa ();
4422 ;
4423 return 0;
4424}
4425_ACEOF
4426if ac_fn_c_try_link "$LINENO"; then :
4427 ac_cv_lib_nsl_inet_ntoa=yes
4428else
4429 ac_cv_lib_nsl_inet_ntoa=no
4430fi
4431rm -f core conftest.err conftest.$ac_objext \
4432 conftest$ac_exeext conftest.$ac_ext
4433LIBS=$ac_check_lib_save_LIBS
4434fi
4435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_ntoa" >&5
4436$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; }
4437if test "x$ac_cv_lib_nsl_inet_ntoa" = x""yes; then :
4438 cat >>confdefs.h <<_ACEOF
4439#define HAVE_LIBNSL 1
4440_ACEOF
4441
4442 LIBS="-lnsl $LIBS"
4443
4444fi
4445
4446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for getopt_long in -lgetopt" >&5
4447$as_echo_n "checking for getopt_long in -lgetopt... " >&6; }
4448if test "${ac_cv_lib_getopt_getopt_long+set}" = set; then :
4449 $as_echo_n "(cached) " >&6
4450else
4451 ac_check_lib_save_LIBS=$LIBS
4452LIBS="-lgetopt $LIBS"
4453cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4454/* end confdefs.h. */
4455
4456/* Override any GCC internal prototype to avoid an error.
4457 Use char because int might match the return type of a GCC
4458 builtin and then its argument prototype would still apply. */
4459#ifdef __cplusplus
4460extern "C"
4461#endif
4462char getopt_long ();
4463int
4464main ()
4465{
4466return getopt_long ();
4467 ;
4468 return 0;
4469}
4470_ACEOF
4471if ac_fn_c_try_link "$LINENO"; then :
4472 ac_cv_lib_getopt_getopt_long=yes
4473else
4474 ac_cv_lib_getopt_getopt_long=no
4475fi
4476rm -f core conftest.err conftest.$ac_objext \
4477 conftest$ac_exeext conftest.$ac_ext
4478LIBS=$ac_check_lib_save_LIBS
4479fi
4480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getopt_getopt_long" >&5
4481$as_echo "$ac_cv_lib_getopt_getopt_long" >&6; }
4482if test "x$ac_cv_lib_getopt_getopt_long" = x""yes; then :
4483 cat >>confdefs.h <<_ACEOF
4484#define HAVE_LIBGETOPT 1
4485_ACEOF
4486
4487 LIBS="-lgetopt $LIBS"
4488
4489fi
4490
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for getopt_long in -lgnugetopt" >&5
4492$as_echo_n "checking for getopt_long in -lgnugetopt... " >&6; }
4493if test "${ac_cv_lib_gnugetopt_getopt_long+set}" = set; then :
4494 $as_echo_n "(cached) " >&6
4495else
4496 ac_check_lib_save_LIBS=$LIBS
4497LIBS="-lgnugetopt $LIBS"
4498cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4499/* end confdefs.h. */
4500
4501/* Override any GCC internal prototype to avoid an error.
4502 Use char because int might match the return type of a GCC
4503 builtin and then its argument prototype would still apply. */
4504#ifdef __cplusplus
4505extern "C"
4506#endif
4507char getopt_long ();
4508int
4509main ()
4510{
4511return getopt_long ();
4512 ;
4513 return 0;
4514}
4515_ACEOF
4516if ac_fn_c_try_link "$LINENO"; then :
4517 ac_cv_lib_gnugetopt_getopt_long=yes
4518else
4519 ac_cv_lib_gnugetopt_getopt_long=no
4520fi
4521rm -f core conftest.err conftest.$ac_objext \
4522 conftest$ac_exeext conftest.$ac_ext
4523LIBS=$ac_check_lib_save_LIBS
4524fi
4525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnugetopt_getopt_long" >&5
4526$as_echo "$ac_cv_lib_gnugetopt_getopt_long" >&6; }
4527if test "x$ac_cv_lib_gnugetopt_getopt_long" = x""yes; then :
4528 cat >>confdefs.h <<_ACEOF
4529#define HAVE_LIBGNUGETOPT 1
4530_ACEOF
4531
4532 LIBS="-lgnugetopt $LIBS"
4533
4534fi
4535
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
4537$as_echo_n "checking for socket in -lsocket... " >&6; }
4538if test "${ac_cv_lib_socket_socket+set}" = set; then :
4539 $as_echo_n "(cached) " >&6
4540else
4541 ac_check_lib_save_LIBS=$LIBS
4542LIBS="-lsocket $LIBS"
4543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4544/* end confdefs.h. */
4545
4546/* Override any GCC internal prototype to avoid an error.
4547 Use char because int might match the return type of a GCC
4548 builtin and then its argument prototype would still apply. */
4549#ifdef __cplusplus
4550extern "C"
4551#endif
4552char socket ();
4553int
4554main ()
4555{
4556return socket ();
4557 ;
4558 return 0;
4559}
4560_ACEOF
4561if ac_fn_c_try_link "$LINENO"; then :
4562 ac_cv_lib_socket_socket=yes
4563else
4564 ac_cv_lib_socket_socket=no
4565fi
4566rm -f core conftest.err conftest.$ac_objext \
4567 conftest$ac_exeext conftest.$ac_ext
4568LIBS=$ac_check_lib_save_LIBS
4569fi
4570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
4571$as_echo "$ac_cv_lib_socket_socket" >&6; }
4572if test "x$ac_cv_lib_socket_socket" = x""yes; then :
4573 cat >>confdefs.h <<_ACEOF
4574#define HAVE_LIBSOCKET 1
4575_ACEOF
4576
4577 LIBS="-lsocket $LIBS"
4578
4579fi
4580
4581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -lresolv" >&5
4582$as_echo_n "checking for inet_aton in -lresolv... " >&6; }
4583if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then :
4584 $as_echo_n "(cached) " >&6
4585else
4586 ac_check_lib_save_LIBS=$LIBS
4587LIBS="-lresolv $LIBS"
4588cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589/* end confdefs.h. */
4590
4591/* Override any GCC internal prototype to avoid an error.
4592 Use char because int might match the return type of a GCC
4593 builtin and then its argument prototype would still apply. */
4594#ifdef __cplusplus
4595extern "C"
4596#endif
4597char inet_aton ();
4598int
4599main ()
4600{
4601return inet_aton ();
4602 ;
4603 return 0;
4604}
4605_ACEOF
4606if ac_fn_c_try_link "$LINENO"; then :
4607 ac_cv_lib_resolv_inet_aton=yes
4608else
4609 ac_cv_lib_resolv_inet_aton=no
4610fi
4611rm -f core conftest.err conftest.$ac_objext \
4612 conftest$ac_exeext conftest.$ac_ext
4613LIBS=$ac_check_lib_save_LIBS
4614fi
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_aton" >&5
4616$as_echo "$ac_cv_lib_resolv_inet_aton" >&6; }
4617if test "x$ac_cv_lib_resolv_inet_aton" = x""yes; then :
4618 cat >>confdefs.h <<_ACEOF
4619#define HAVE_LIBRESOLV 1
4620_ACEOF
4621
4622 LIBS="-lresolv $LIBS"
4623
4624fi
4625
4626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for adns_init in -ladns" >&5
4627$as_echo_n "checking for adns_init in -ladns... " >&6; }
4628if test "${ac_cv_lib_adns_adns_init+set}" = set; then :
4629 $as_echo_n "(cached) " >&6
4630else
4631 ac_check_lib_save_LIBS=$LIBS
4632LIBS="-ladns $LIBS"
4633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4634/* end confdefs.h. */
4635
4636/* Override any GCC internal prototype to avoid an error.
4637 Use char because int might match the return type of a GCC
4638 builtin and then its argument prototype would still apply. */
4639#ifdef __cplusplus
4640extern "C"
4641#endif
4642char adns_init ();
4643int
4644main ()
4645{
4646return adns_init ();
4647 ;
4648 return 0;
4649}
4650_ACEOF
4651if ac_fn_c_try_link "$LINENO"; then :
4652 ac_cv_lib_adns_adns_init=yes
4653else
4654 ac_cv_lib_adns_adns_init=no
4655fi
4656rm -f core conftest.err conftest.$ac_objext \
4657 conftest$ac_exeext conftest.$ac_ext
4658LIBS=$ac_check_lib_save_LIBS
4659fi
4660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_adns_adns_init" >&5
4661$as_echo "$ac_cv_lib_adns_adns_init" >&6; }
4662if test "x$ac_cv_lib_adns_adns_init" = x""yes; then :
4663 cat >>confdefs.h <<_ACEOF
4664#define HAVE_LIBADNS 1
4665_ACEOF
4666
4667 LIBS="-ladns $LIBS"
4668
4669fi
4670
4671ac_fn_c_check_header_mongrel "$LINENO" "adns.h" "ac_cv_header_adns_h" "$ac_includes_default"
4672if test "x$ac_cv_header_adns_h" = x""yes; then :
4673
4674else
4675 as_fn_error $? "adns.h not found" "$LINENO" 5
4676fi
4677
4678
4679
4680ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
4681if test "x$ac_cv_func_snprintf" = x""yes; then :
4682 $as_echo "#define HAVE_SNPRINTF 1" >>confdefs.h
4683
4684else
4685 case " $LIBOBJS " in
4686 *" snprintf.$ac_objext "* ) ;;
4687 *) LIBOBJS="$LIBOBJS snprintf.$ac_objext"
4688 ;;
4689esac
4690
4691fi
4692
4693
4694ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long"
4695if test "x$ac_cv_func_getopt_long" = x""yes; then :
4696
4697else
4698 case " $LIBOBJS " in
4699 *" getopt.$ac_objext "* ) ;;
4700 *) LIBOBJS="$LIBOBJS getopt.$ac_objext"
4701 ;;
4702esac
4703
4704 case " $LIBOBJS " in
4705 *" getopt1.$ac_objext "* ) ;;
4706 *) LIBOBJS="$LIBOBJS getopt1.$ac_objext"
4707 ;;
4708esac
4709
4710fi
4711
4712
4713ac_config_files="$ac_config_files Makefile"
4714
4715ac_config_commands="$ac_config_commands default"
4716
4717cat >confcache <<\_ACEOF
4718# This file is a shell script that caches the results of configure
4719# tests run on this system so they can be shared between configure
4720# scripts and configure runs, see configure's option --config-cache.
4721# It is not useful on other systems. If it contains results you don't
4722# want to keep, you may remove or edit it.
4723#
4724# config.status only pays attention to the cache file if you give it
4725# the --recheck option to rerun configure.
4726#
4727# `ac_cv_env_foo' variables (set or unset) will be overridden when
4728# loading this file, other *unset* `ac_cv_foo' will be assigned the
4729# following values.
4730
4731_ACEOF
4732
4733# The following way of writing the cache mishandles newlines in values,
4734# but we know of no workaround that is simple, portable, and efficient.
4735# So, we kill variables containing newlines.
4736# Ultrix sh set writes to stderr and can't be redirected directly,
4737# and sets the high bit in the cache file unless we assign to the vars.
4738(
4739 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4740 eval ac_val=\$$ac_var
4741 case $ac_val in #(
4742 *${as_nl}*)
4743 case $ac_var in #(
4744 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4745$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4746 esac
4747 case $ac_var in #(
4748 _ | IFS | as_nl) ;; #(
4749 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4750 *) { eval $ac_var=; unset $ac_var;} ;;
4751 esac ;;
4752 esac
4753 done
4754
4755 (set) 2>&1 |
4756 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4757 *${as_nl}ac_space=\ *)
4758 # `set' does not quote correctly, so add quotes: double-quote
4759 # substitution turns \\\\ into \\, and sed turns \\ into \.
4760 sed -n \
4761 "s/'/'\\\\''/g;
4762 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4763 ;; #(
4764 *)
4765 # `set' quotes correctly as required by POSIX, so do not add quotes.
4766 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4767 ;;
4768 esac |
4769 sort
4770) |
4771 sed '
4772 /^ac_cv_env_/b end
4773 t clear
4774 :clear
4775 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4776 t end
4777 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4778 :end' >>confcache
4779if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4780 if test -w "$cache_file"; then
4781 test "x$cache_file" != "x/dev/null" &&
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4783$as_echo "$as_me: updating cache $cache_file" >&6;}
4784 cat confcache >$cache_file
4785 else
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4787$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4788 fi
4789fi
4790rm -f confcache
4791
4792test "x$prefix" = xNONE && prefix=$ac_default_prefix
4793# Let make expand exec_prefix.
4794test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4795
4796DEFS=-DHAVE_CONFIG_H
4797
4798ac_libobjs=
4799ac_ltlibobjs=
4800U=
4801for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4802 # 1. Remove the extension, and $U if already installed.
4803 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4804 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4805 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4806 # will be set to the directory where LIBOBJS objects are built.
4807 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4808 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4809done
4810LIBOBJS=$ac_libobjs
4811
4812LTLIBOBJS=$ac_ltlibobjs
4813
4814
4815
4816
4817: ${CONFIG_STATUS=./config.status}
4818ac_write_fail=0
4819ac_clean_files_save=$ac_clean_files
4820ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4821{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4822$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4823as_write_fail=0
4824cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4825#! $SHELL
4826# Generated by $as_me.
4827# Run this file to recreate the current configuration.
4828# Compiler output produced by configure, useful for debugging
4829# configure, is in config.log if it exists.
4830
4831debug=false
4832ac_cs_recheck=false
4833ac_cs_silent=false
4834
4835SHELL=\${CONFIG_SHELL-$SHELL}
4836export SHELL
4837_ASEOF
4838cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4839## -------------------- ##
4840## M4sh Initialization. ##
4841## -------------------- ##
4842
4843# Be more Bourne compatible
4844DUALCASE=1; export DUALCASE # for MKS sh
4845if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4846 emulate sh
4847 NULLCMD=:
4848 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4849 # is contrary to our usage. Disable this feature.
4850 alias -g '${1+"$@"}'='"$@"'
4851 setopt NO_GLOB_SUBST
4852else
4853 case `(set -o) 2>/dev/null` in #(
4854 *posix*) :
4855 set -o posix ;; #(
4856 *) :
4857 ;;
4858esac
4859fi
4860
4861
4862as_nl='
4863'
4864export as_nl
4865# Printing a long string crashes Solaris 7 /usr/bin/printf.
4866as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4867as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4868as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4869# Prefer a ksh shell builtin over an external printf program on Solaris,
4870# but without wasting forks for bash or zsh.
4871if test -z "$BASH_VERSION$ZSH_VERSION" \
4872 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4873 as_echo='print -r --'
4874 as_echo_n='print -rn --'
4875elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4876 as_echo='printf %s\n'
4877 as_echo_n='printf %s'
4878else
4879 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4880 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4881 as_echo_n='/usr/ucb/echo -n'
4882 else
4883 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4884 as_echo_n_body='eval
4885 arg=$1;
4886 case $arg in #(
4887 *"$as_nl"*)
4888 expr "X$arg" : "X\\(.*\\)$as_nl";
4889 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4890 esac;
4891 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4892 '
4893 export as_echo_n_body
4894 as_echo_n='sh -c $as_echo_n_body as_echo'
4895 fi
4896 export as_echo_body
4897 as_echo='sh -c $as_echo_body as_echo'
4898fi
4899
4900# The user is always right.
4901if test "${PATH_SEPARATOR+set}" != set; then
4902 PATH_SEPARATOR=:
4903 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4904 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4905 PATH_SEPARATOR=';'
4906 }
4907fi
4908
4909
4910# IFS
4911# We need space, tab and new line, in precisely that order. Quoting is
4912# there to prevent editors from complaining about space-tab.
4913# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4914# splitting by setting IFS to empty value.)
4915IFS=" "" $as_nl"
4916
4917# Find who we are. Look in the path if we contain no directory separator.
4918case $0 in #((
4919 *[\\/]* ) as_myself=$0 ;;
4920 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4921for as_dir in $PATH
4922do
4923 IFS=$as_save_IFS
4924 test -z "$as_dir" && as_dir=.
4925 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4926 done
4927IFS=$as_save_IFS
4928
4929 ;;
4930esac
4931# We did not find ourselves, most probably we were run as `sh COMMAND'
4932# in which case we are not to be found in the path.
4933if test "x$as_myself" = x; then
4934 as_myself=$0
4935fi
4936if test ! -f "$as_myself"; then
4937 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4938 exit 1
4939fi
4940
4941# Unset variables that we do not need and which cause bugs (e.g. in
4942# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4943# suppresses any "Segmentation fault" message there. '((' could
4944# trigger a bug in pdksh 5.2.14.
4945for as_var in BASH_ENV ENV MAIL MAILPATH
4946do eval test x\${$as_var+set} = xset \
4947 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4948done
4949PS1='$ '
4950PS2='> '
4951PS4='+ '
4952
4953# NLS nuisances.
4954LC_ALL=C
4955export LC_ALL
4956LANGUAGE=C
4957export LANGUAGE
4958
4959# CDPATH.
4960(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4961
4962
4963# as_fn_error STATUS ERROR [LINENO LOG_FD]
4964# ----------------------------------------
4965# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4966# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4967# script with STATUS, using 1 if that was 0.
4968as_fn_error ()
4969{
4970 as_status=$1; test $as_status -eq 0 && as_status=1
4971 if test "$4"; then
4972 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4973 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4974 fi
4975 $as_echo "$as_me: error: $2" >&2
4976 as_fn_exit $as_status
4977} # as_fn_error
4978
4979
4980# as_fn_set_status STATUS
4981# -----------------------
4982# Set $? to STATUS, without forking.
4983as_fn_set_status ()
4984{
4985 return $1
4986} # as_fn_set_status
4987
4988# as_fn_exit STATUS
4989# -----------------
4990# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4991as_fn_exit ()
4992{
4993 set +e
4994 as_fn_set_status $1
4995 exit $1
4996} # as_fn_exit
4997
4998# as_fn_unset VAR
4999# ---------------
5000# Portably unset VAR.
5001as_fn_unset ()
5002{
5003 { eval $1=; unset $1;}
5004}
5005as_unset=as_fn_unset
5006# as_fn_append VAR VALUE
5007# ----------------------
5008# Append the text in VALUE to the end of the definition contained in VAR. Take
5009# advantage of any shell optimizations that allow amortized linear growth over
5010# repeated appends, instead of the typical quadratic growth present in naive
5011# implementations.
5012if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5013 eval 'as_fn_append ()
5014 {
5015 eval $1+=\$2
5016 }'
5017else
5018 as_fn_append ()
5019 {
5020 eval $1=\$$1\$2
5021 }
5022fi # as_fn_append
5023
5024# as_fn_arith ARG...
5025# ------------------
5026# Perform arithmetic evaluation on the ARGs, and store the result in the
5027# global $as_val. Take advantage of shells that can avoid forks. The arguments
5028# must be portable across $(()) and expr.
5029if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5030 eval 'as_fn_arith ()
5031 {
5032 as_val=$(( $* ))
5033 }'
5034else
5035 as_fn_arith ()
5036 {
5037 as_val=`expr "$@" || test $? -eq 1`
5038 }
5039fi # as_fn_arith
5040
5041
5042if expr a : '\(a\)' >/dev/null 2>&1 &&
5043 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5044 as_expr=expr
5045else
5046 as_expr=false
5047fi
5048
5049if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5050 as_basename=basename
5051else
5052 as_basename=false
5053fi
5054
5055if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5056 as_dirname=dirname
5057else
5058 as_dirname=false
5059fi
5060
5061as_me=`$as_basename -- "$0" ||
5062$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5063 X"$0" : 'X\(//\)$' \| \
5064 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5065$as_echo X/"$0" |
5066 sed '/^.*\/\([^/][^/]*\)\/*$/{
5067 s//\1/
5068 q
5069 }
5070 /^X\/\(\/\/\)$/{
5071 s//\1/
5072 q
5073 }
5074 /^X\/\(\/\).*/{
5075 s//\1/
5076 q
5077 }
5078 s/.*/./; q'`
5079
5080# Avoid depending upon Character Ranges.
5081as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5082as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5083as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5084as_cr_digits='0123456789'
5085as_cr_alnum=$as_cr_Letters$as_cr_digits
5086
5087ECHO_C= ECHO_N= ECHO_T=
5088case `echo -n x` in #(((((
5089-n*)
5090 case `echo 'xy\c'` in
5091 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
5092 xy) ECHO_C='\c';;
5093 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
5094 ECHO_T=' ';;
5095 esac;;
5096*)
5097 ECHO_N='-n';;
5098esac
5099
5100rm -f conf$$ conf$$.exe conf$$.file
5101if test -d conf$$.dir; then
5102 rm -f conf$$.dir/conf$$.file
5103else
5104 rm -f conf$$.dir
5105 mkdir conf$$.dir 2>/dev/null
5106fi
5107if (echo >conf$$.file) 2>/dev/null; then
5108 if ln -s conf$$.file conf$$ 2>/dev/null; then
5109 as_ln_s='ln -s'
5110 # ... but there are two gotchas:
5111 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5112 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5113 # In both cases, we have to default to `cp -p'.
5114 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5115 as_ln_s='cp -p'
5116 elif ln conf$$.file conf$$ 2>/dev/null; then
5117 as_ln_s=ln
5118 else
5119 as_ln_s='cp -p'
5120 fi
5121else
5122 as_ln_s='cp -p'
5123fi
5124rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5125rmdir conf$$.dir 2>/dev/null
5126
5127
5128# as_fn_mkdir_p
5129# -------------
5130# Create "$as_dir" as a directory, including parents if necessary.
5131as_fn_mkdir_p ()
5132{
5133
5134 case $as_dir in #(
5135 -*) as_dir=./$as_dir;;
5136 esac
5137 test -d "$as_dir" || eval $as_mkdir_p || {
5138 as_dirs=
5139 while :; do
5140 case $as_dir in #(
5141 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5142 *) as_qdir=$as_dir;;
5143 esac
5144 as_dirs="'$as_qdir' $as_dirs"
5145 as_dir=`$as_dirname -- "$as_dir" ||
5146$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5147 X"$as_dir" : 'X\(//\)[^/]' \| \
5148 X"$as_dir" : 'X\(//\)$' \| \
5149 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5150$as_echo X"$as_dir" |
5151 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5152 s//\1/
5153 q
5154 }
5155 /^X\(\/\/\)[^/].*/{
5156 s//\1/
5157 q
5158 }
5159 /^X\(\/\/\)$/{
5160 s//\1/
5161 q
5162 }
5163 /^X\(\/\).*/{
5164 s//\1/
5165 q
5166 }
5167 s/.*/./; q'`
5168 test -d "$as_dir" && break
5169 done
5170 test -z "$as_dirs" || eval "mkdir $as_dirs"
5171 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5172
5173
5174} # as_fn_mkdir_p
5175if mkdir -p . 2>/dev/null; then
5176 as_mkdir_p='mkdir -p "$as_dir"'
5177else
5178 test -d ./-p && rmdir ./-p
5179 as_mkdir_p=false
5180fi
5181
5182if test -x / >/dev/null 2>&1; then
5183 as_test_x='test -x'
5184else
5185 if ls -dL / >/dev/null 2>&1; then
5186 as_ls_L_option=L
5187 else
5188 as_ls_L_option=
5189 fi
5190 as_test_x='
5191 eval sh -c '\''
5192 if test -d "$1"; then
5193 test -d "$1/.";
5194 else
5195 case $1 in #(
5196 -*)set "./$1";;
5197 esac;
5198 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5199 ???[sx]*):;;*)false;;esac;fi
5200 '\'' sh
5201 '
5202fi
5203as_executable_p=$as_test_x
5204
5205# Sed expression to map a string onto a valid CPP name.
5206as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5207
5208# Sed expression to map a string onto a valid variable name.
5209as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5210
5211
5212exec 6>&1
5213## ----------------------------------- ##
5214## Main body of $CONFIG_STATUS script. ##
5215## ----------------------------------- ##
5216_ASEOF
5217test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5218
5219cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5220# Save the log message, to keep $0 and so on meaningful, and to
5221# report actual input values of CONFIG_FILES etc. instead of their
5222# values after options handling.
5223ac_log="
5224This file was extended by secnet $as_me 0.1.16+, which was
5225generated by GNU Autoconf 2.67. Invocation command line was
5226
5227 CONFIG_FILES = $CONFIG_FILES
5228 CONFIG_HEADERS = $CONFIG_HEADERS
5229 CONFIG_LINKS = $CONFIG_LINKS
5230 CONFIG_COMMANDS = $CONFIG_COMMANDS
5231 $ $0 $@
5232
5233on `(hostname || uname -n) 2>/dev/null | sed 1q`
5234"
5235
5236_ACEOF
5237
5238case $ac_config_files in *"
5239"*) set x $ac_config_files; shift; ac_config_files=$*;;
5240esac
5241
5242case $ac_config_headers in *"
5243"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5244esac
5245
5246
5247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5248# Files that config.status was made for.
5249config_files="$ac_config_files"
5250config_headers="$ac_config_headers"
5251config_commands="$ac_config_commands"
5252
5253_ACEOF
5254
5255cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5256ac_cs_usage="\
5257\`$as_me' instantiates files and other configuration actions
5258from templates according to the current configuration. Unless the files
5259and actions are specified as TAGs, all are instantiated by default.
5260
5261Usage: $0 [OPTION]... [TAG]...
5262
5263 -h, --help print this help, then exit
5264 -V, --version print version number and configuration settings, then exit
5265 --config print configuration, then exit
5266 -q, --quiet, --silent
5267 do not print progress messages
5268 -d, --debug don't remove temporary files
5269 --recheck update $as_me by reconfiguring in the same conditions
5270 --file=FILE[:TEMPLATE]
5271 instantiate the configuration file FILE
5272 --header=FILE[:TEMPLATE]
5273 instantiate the configuration header FILE
5274
5275Configuration files:
5276$config_files
5277
5278Configuration headers:
5279$config_headers
5280
5281Configuration commands:
5282$config_commands
5283
5284Report bugs to <secnet@chiark.greenend.org.uk>."
5285
5286_ACEOF
5287cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5288ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5289ac_cs_version="\\
5290secnet config.status 0.1.16+
5291configured by $0, generated by GNU Autoconf 2.67,
5292 with options \\"\$ac_cs_config\\"
5293
5294Copyright (C) 2010 Free Software Foundation, Inc.
5295This config.status script is free software; the Free Software Foundation
5296gives unlimited permission to copy, distribute and modify it."
5297
5298ac_pwd='$ac_pwd'
5299srcdir='$srcdir'
5300INSTALL='$INSTALL'
5301test -n "\$AWK" || AWK=awk
5302_ACEOF
5303
5304cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5305# The default lists apply if the user does not specify any file.
5306ac_need_defaults=:
5307while test $# != 0
5308do
5309 case $1 in
5310 --*=?*)
5311 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5312 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5313 ac_shift=:
5314 ;;
5315 --*=)
5316 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5317 ac_optarg=
5318 ac_shift=:
5319 ;;
5320 *)
5321 ac_option=$1
5322 ac_optarg=$2
5323 ac_shift=shift
5324 ;;
5325 esac
5326
5327 case $ac_option in
5328 # Handling of the options.
5329 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5330 ac_cs_recheck=: ;;
5331 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5332 $as_echo "$ac_cs_version"; exit ;;
5333 --config | --confi | --conf | --con | --co | --c )
5334 $as_echo "$ac_cs_config"; exit ;;
5335 --debug | --debu | --deb | --de | --d | -d )
5336 debug=: ;;
5337 --file | --fil | --fi | --f )
5338 $ac_shift
5339 case $ac_optarg in
5340 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5341 '') as_fn_error $? "missing file argument" ;;
5342 esac
5343 as_fn_append CONFIG_FILES " '$ac_optarg'"
5344 ac_need_defaults=false;;
5345 --header | --heade | --head | --hea )
5346 $ac_shift
5347 case $ac_optarg in
5348 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5349 esac
5350 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5351 ac_need_defaults=false;;
5352 --he | --h)
5353 # Conflict between --help and --header
5354 as_fn_error $? "ambiguous option: \`$1'
5355Try \`$0 --help' for more information.";;
5356 --help | --hel | -h )
5357 $as_echo "$ac_cs_usage"; exit ;;
5358 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5359 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5360 ac_cs_silent=: ;;
5361
5362 # This is an error.
5363 -*) as_fn_error $? "unrecognized option: \`$1'
5364Try \`$0 --help' for more information." ;;
5365
5366 *) as_fn_append ac_config_targets " $1"
5367 ac_need_defaults=false ;;
5368
5369 esac
5370 shift
5371done
5372
5373ac_configure_extra_args=
5374
5375if $ac_cs_silent; then
5376 exec 6>/dev/null
5377 ac_configure_extra_args="$ac_configure_extra_args --silent"
5378fi
5379
5380_ACEOF
5381cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5382if \$ac_cs_recheck; then
5383 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5384 shift
5385 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5386 CONFIG_SHELL='$SHELL'
5387 export CONFIG_SHELL
5388 exec "\$@"
5389fi
5390
5391_ACEOF
5392cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5393exec 5>>config.log
5394{
5395 echo
5396 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5397## Running $as_me. ##
5398_ASBOX
5399 $as_echo "$ac_log"
5400} >&5
5401
5402_ACEOF
5403cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5404_ACEOF
5405
5406cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5407
5408# Handling of arguments.
5409for ac_config_target in $ac_config_targets
5410do
5411 case $ac_config_target in
5412 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5413 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5414 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
5415
5416 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
5417 esac
5418done
5419
5420
5421# If the user did not use the arguments to specify the items to instantiate,
5422# then the envvar interface is used. Set only those that are not.
5423# We use the long form for the default assignment because of an extremely
5424# bizarre bug on SunOS 4.1.3.
5425if $ac_need_defaults; then
5426 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5427 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5428 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5429fi
5430
5431# Have a temporary directory for convenience. Make it in the build tree
5432# simply because there is no reason against having it here, and in addition,
5433# creating and moving files from /tmp can sometimes cause problems.
5434# Hook for its removal unless debugging.
5435# Note that there is a small window in which the directory will not be cleaned:
5436# after its creation but before its name has been assigned to `$tmp'.
5437$debug ||
5438{
5439 tmp=
5440 trap 'exit_status=$?
5441 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
5442' 0
5443 trap 'as_fn_exit 1' 1 2 13 15
5444}
5445# Create a (secure) tmp directory for tmp files.
5446
5447{
5448 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5449 test -n "$tmp" && test -d "$tmp"
5450} ||
5451{
5452 tmp=./conf$$-$RANDOM
5453 (umask 077 && mkdir "$tmp")
5454} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5455
5456# Set up the scripts for CONFIG_FILES section.
5457# No need to generate them if there are no CONFIG_FILES.
5458# This happens for instance with `./config.status config.h'.
5459if test -n "$CONFIG_FILES"; then
5460
5461
5462ac_cr=`echo X | tr X '\015'`
5463# On cygwin, bash can eat \r inside `` if the user requested igncr.
5464# But we know of no other shell where ac_cr would be empty at this
5465# point, so we can use a bashism as a fallback.
5466if test "x$ac_cr" = x; then
5467 eval ac_cr=\$\'\\r\'
5468fi
5469ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5470if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5471 ac_cs_awk_cr='\\r'
5472else
5473 ac_cs_awk_cr=$ac_cr
5474fi
5475
5476echo 'BEGIN {' >"$tmp/subs1.awk" &&
5477_ACEOF
5478
5479
5480{
5481 echo "cat >conf$$subs.awk <<_ACEOF" &&
5482 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5483 echo "_ACEOF"
5484} >conf$$subs.sh ||
5485 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5486ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5487ac_delim='%!_!# '
5488for ac_last_try in false false false false false :; do
5489 . ./conf$$subs.sh ||
5490 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5491
5492 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5493 if test $ac_delim_n = $ac_delim_num; then
5494 break
5495 elif $ac_last_try; then
5496 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5497 else
5498 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5499 fi
5500done
5501rm -f conf$$subs.sh
5502
5503cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5504cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
5505_ACEOF
5506sed -n '
5507h
5508s/^/S["/; s/!.*/"]=/
5509p
5510g
5511s/^[^!]*!//
5512:repl
5513t repl
5514s/'"$ac_delim"'$//
5515t delim
5516:nl
5517h
5518s/\(.\{148\}\)..*/\1/
5519t more1
5520s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5521p
5522n
5523b repl
5524:more1
5525s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5526p
5527g
5528s/.\{148\}//
5529t nl
5530:delim
5531h
5532s/\(.\{148\}\)..*/\1/
5533t more2
5534s/["\\]/\\&/g; s/^/"/; s/$/"/
5535p
5536b
5537:more2
5538s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5539p
5540g
5541s/.\{148\}//
5542t delim
5543' <conf$$subs.awk | sed '
5544/^[^""]/{
5545 N
5546 s/\n//
5547}
5548' >>$CONFIG_STATUS || ac_write_fail=1
5549rm -f conf$$subs.awk
5550cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5551_ACAWK
5552cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5553 for (key in S) S_is_set[key] = 1
5554 FS = "\a"
5555
5556}
5557{
5558 line = $ 0
5559 nfields = split(line, field, "@")
5560 substed = 0
5561 len = length(field[1])
5562 for (i = 2; i < nfields; i++) {
5563 key = field[i]
5564 keylen = length(key)
5565 if (S_is_set[key]) {
5566 value = S[key]
5567 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5568 len += length(value) + length(field[++i])
5569 substed = 1
5570 } else
5571 len += 1 + keylen
5572 }
5573
5574 print line
5575}
5576
5577_ACAWK
5578_ACEOF
5579cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5580if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5581 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5582else
5583 cat
5584fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5585 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5586_ACEOF
5587
5588# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5589# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5590# trailing colons and then remove the whole line if VPATH becomes empty
5591# (actually we leave an empty line to preserve line numbers).
5592if test "x$srcdir" = x.; then
5593 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5594h
5595s///
5596s/^/:/
5597s/[ ]*$/:/
5598s/:\$(srcdir):/:/g
5599s/:\${srcdir}:/:/g
5600s/:@srcdir@:/:/g
5601s/^:*//
5602s/:*$//
5603x
5604s/\(=[ ]*\).*/\1/
5605G
5606s/\n//
5607s/^[^=]*=[ ]*$//
5608}'
5609fi
5610
5611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5612fi # test -n "$CONFIG_FILES"
5613
5614# Set up the scripts for CONFIG_HEADERS section.
5615# No need to generate them if there are no CONFIG_HEADERS.
5616# This happens for instance with `./config.status Makefile'.
5617if test -n "$CONFIG_HEADERS"; then
5618cat >"$tmp/defines.awk" <<\_ACAWK ||
5619BEGIN {
5620_ACEOF
5621
5622# Transform confdefs.h into an awk script `defines.awk', embedded as
5623# here-document in config.status, that substitutes the proper values into
5624# config.h.in to produce config.h.
5625
5626# Create a delimiter string that does not exist in confdefs.h, to ease
5627# handling of long lines.
5628ac_delim='%!_!# '
5629for ac_last_try in false false :; do
5630 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
5631 if test -z "$ac_t"; then
5632 break
5633 elif $ac_last_try; then
5634 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5635 else
5636 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5637 fi
5638done
5639
5640# For the awk script, D is an array of macro values keyed by name,
5641# likewise P contains macro parameters if any. Preserve backslash
5642# newline sequences.
5643
5644ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
5645sed -n '
5646s/.\{148\}/&'"$ac_delim"'/g
5647t rset
5648:rset
5649s/^[ ]*#[ ]*define[ ][ ]*/ /
5650t def
5651d
5652:def
5653s/\\$//
5654t bsnl
5655s/["\\]/\\&/g
5656s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
5657D["\1"]=" \3"/p
5658s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
5659d
5660:bsnl
5661s/["\\]/\\&/g
5662s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
5663D["\1"]=" \3\\\\\\n"\\/p
5664t cont
5665s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
5666t cont
5667d
5668:cont
5669n
5670s/.\{148\}/&'"$ac_delim"'/g
5671t clear
5672:clear
5673s/\\$//
5674t bsnlc
5675s/["\\]/\\&/g; s/^/"/; s/$/"/p
5676d
5677:bsnlc
5678s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
5679b cont
5680' <confdefs.h | sed '
5681s/'"$ac_delim"'/"\\\
5682"/g' >>$CONFIG_STATUS || ac_write_fail=1
5683
5684cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5685 for (key in D) D_is_set[key] = 1
5686 FS = "\a"
5687}
5688/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
5689 line = \$ 0
5690 split(line, arg, " ")
5691 if (arg[1] == "#") {
5692 defundef = arg[2]
5693 mac1 = arg[3]
5694 } else {
5695 defundef = substr(arg[1], 2)
5696 mac1 = arg[2]
5697 }
5698 split(mac1, mac2, "(") #)
5699 macro = mac2[1]
5700 prefix = substr(line, 1, index(line, defundef) - 1)
5701 if (D_is_set[macro]) {
5702 # Preserve the white space surrounding the "#".
5703 print prefix "define", macro P[macro] D[macro]
5704 next
5705 } else {
5706 # Replace #undef with comments. This is necessary, for example,
5707 # in the case of _POSIX_SOURCE, which is predefined and required
5708 # on some systems where configure will not decide to define it.
5709 if (defundef == "undef") {
5710 print "/*", prefix defundef, macro, "*/"
5711 next
5712 }
5713 }
5714}
5715{ print }
5716_ACAWK
5717_ACEOF
5718cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5719 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5720fi # test -n "$CONFIG_HEADERS"
5721
5722
5723eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
5724shift
5725for ac_tag
5726do
5727 case $ac_tag in
5728 :[FHLC]) ac_mode=$ac_tag; continue;;
5729 esac
5730 case $ac_mode$ac_tag in
5731 :[FHL]*:*);;
5732 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
5733 :[FH]-) ac_tag=-:-;;
5734 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5735 esac
5736 ac_save_IFS=$IFS
5737 IFS=:
5738 set x $ac_tag
5739 IFS=$ac_save_IFS
5740 shift
5741 ac_file=$1
5742 shift
5743
5744 case $ac_mode in
5745 :L) ac_source=$1;;
5746 :[FH])
5747 ac_file_inputs=
5748 for ac_f
5749 do
5750 case $ac_f in
5751 -) ac_f="$tmp/stdin";;
5752 *) # Look for the file first in the build tree, then in the source tree
5753 # (if the path is not absolute). The absolute path cannot be DOS-style,
5754 # because $ac_f cannot contain `:'.
5755 test -f "$ac_f" ||
5756 case $ac_f in
5757 [\\/$]*) false;;
5758 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5759 esac ||
5760 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
5761 esac
5762 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5763 as_fn_append ac_file_inputs " '$ac_f'"
5764 done
5765
5766 # Let's still pretend it is `configure' which instantiates (i.e., don't
5767 # use $as_me), people would be surprised to read:
5768 # /* config.h. Generated by config.status. */
5769 configure_input='Generated from '`
5770 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5771 `' by configure.'
5772 if test x"$ac_file" != x-; then
5773 configure_input="$ac_file. $configure_input"
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5775$as_echo "$as_me: creating $ac_file" >&6;}
5776 fi
5777 # Neutralize special characters interpreted by sed in replacement strings.
5778 case $configure_input in #(
5779 *\&* | *\|* | *\\* )
5780 ac_sed_conf_input=`$as_echo "$configure_input" |
5781 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5782 *) ac_sed_conf_input=$configure_input;;
5783 esac
5784
5785 case $ac_tag in
5786 *:-:* | *:-) cat >"$tmp/stdin" \
5787 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5788 esac
5789 ;;
5790 esac
5791
5792 ac_dir=`$as_dirname -- "$ac_file" ||
5793$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5794 X"$ac_file" : 'X\(//\)[^/]' \| \
5795 X"$ac_file" : 'X\(//\)$' \| \
5796 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5797$as_echo X"$ac_file" |
5798 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5799 s//\1/
5800 q
5801 }
5802 /^X\(\/\/\)[^/].*/{
5803 s//\1/
5804 q
5805 }
5806 /^X\(\/\/\)$/{
5807 s//\1/
5808 q
5809 }
5810 /^X\(\/\).*/{
5811 s//\1/
5812 q
5813 }
5814 s/.*/./; q'`
5815 as_dir="$ac_dir"; as_fn_mkdir_p
5816 ac_builddir=.
5817
5818case "$ac_dir" in
5819.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5820*)
5821 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5822 # A ".." for each directory in $ac_dir_suffix.
5823 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5824 case $ac_top_builddir_sub in
5825 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5826 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5827 esac ;;
5828esac
5829ac_abs_top_builddir=$ac_pwd
5830ac_abs_builddir=$ac_pwd$ac_dir_suffix
5831# for backward compatibility:
5832ac_top_builddir=$ac_top_build_prefix
5833
5834case $srcdir in
5835 .) # We are building in place.
5836 ac_srcdir=.
5837 ac_top_srcdir=$ac_top_builddir_sub
5838 ac_abs_top_srcdir=$ac_pwd ;;
5839 [\\/]* | ?:[\\/]* ) # Absolute name.
5840 ac_srcdir=$srcdir$ac_dir_suffix;
5841 ac_top_srcdir=$srcdir
5842 ac_abs_top_srcdir=$srcdir ;;
5843 *) # Relative name.
5844 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5845 ac_top_srcdir=$ac_top_build_prefix$srcdir
5846 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5847esac
5848ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5849
5850
5851 case $ac_mode in
5852 :F)
5853 #
5854 # CONFIG_FILE
5855 #
5856
5857 case $INSTALL in
5858 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5859 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5860 esac
5861_ACEOF
5862
5863cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5864# If the template does not know about datarootdir, expand it.
5865# FIXME: This hack should be removed a few years after 2.60.
5866ac_datarootdir_hack=; ac_datarootdir_seen=
5867ac_sed_dataroot='
5868/datarootdir/ {
5869 p
5870 q
5871}
5872/@datadir@/p
5873/@docdir@/p
5874/@infodir@/p
5875/@localedir@/p
5876/@mandir@/p'
5877case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5878*datarootdir*) ac_datarootdir_seen=yes;;
5879*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5881$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5882_ACEOF
5883cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5884 ac_datarootdir_hack='
5885 s&@datadir@&$datadir&g
5886 s&@docdir@&$docdir&g
5887 s&@infodir@&$infodir&g
5888 s&@localedir@&$localedir&g
5889 s&@mandir@&$mandir&g
5890 s&\\\${datarootdir}&$datarootdir&g' ;;
5891esac
5892_ACEOF
5893
5894# Neutralize VPATH when `$srcdir' = `.'.
5895# Shell code in configure.ac might set extrasub.
5896# FIXME: do we really want to maintain this feature?
5897cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5898ac_sed_extra="$ac_vpsub
5899$extrasub
5900_ACEOF
5901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5902:t
5903/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5904s|@configure_input@|$ac_sed_conf_input|;t t
5905s&@top_builddir@&$ac_top_builddir_sub&;t t
5906s&@top_build_prefix@&$ac_top_build_prefix&;t t
5907s&@srcdir@&$ac_srcdir&;t t
5908s&@abs_srcdir@&$ac_abs_srcdir&;t t
5909s&@top_srcdir@&$ac_top_srcdir&;t t
5910s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5911s&@builddir@&$ac_builddir&;t t
5912s&@abs_builddir@&$ac_abs_builddir&;t t
5913s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5914s&@INSTALL@&$ac_INSTALL&;t t
5915$ac_datarootdir_hack
5916"
5917eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5918 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5919
5920test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5921 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5922 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5924which seems to be undefined. Please make sure it is defined" >&5
5925$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5926which seems to be undefined. Please make sure it is defined" >&2;}
5927
5928 rm -f "$tmp/stdin"
5929 case $ac_file in
5930 -) cat "$tmp/out" && rm -f "$tmp/out";;
5931 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5932 esac \
5933 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5934 ;;
5935 :H)
5936 #
5937 # CONFIG_HEADER
5938 #
5939 if test x"$ac_file" != x-; then
5940 {
5941 $as_echo "/* $configure_input */" \
5942 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
5943 } >"$tmp/config.h" \
5944 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5945 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
5947$as_echo "$as_me: $ac_file is unchanged" >&6;}
5948 else
5949 rm -f "$ac_file"
5950 mv "$tmp/config.h" "$ac_file" \
5951 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5952 fi
5953 else
5954 $as_echo "/* $configure_input */" \
5955 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
5956 || as_fn_error $? "could not create -" "$LINENO" 5
5957 fi
5958 ;;
5959
5960 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5961$as_echo "$as_me: executing $ac_file commands" >&6;}
5962 ;;
5963 esac
5964
5965
5966 case $ac_file$ac_mode in
5967 "default":C) echo timestamp >stamp-h ;;
5968
5969 esac
5970done # for ac_tag
5971
5972
5973as_fn_exit 0
5974_ACEOF
5975ac_clean_files=$ac_clean_files_save
5976
5977test $ac_write_fail = 0 ||
5978 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5979
5980
5981# configure is writing to config.log, and then calls config.status.
5982# config.status does its own redirection, appending to config.log.
5983# Unfortunately, on DOS this fails, as config.log is still kept open
5984# by configure, so config.status won't be able to write to it; its
5985# output is simply discarded. So we exec the FD to /dev/null,
5986# effectively closing config.log, so it can be properly (re)opened and
5987# appended to by config.status. When coming back to configure, we
5988# need to make the FD available again.
5989if test "$no_create" != yes; then
5990 ac_cs_success=:
5991 ac_config_status_args=
5992 test "$silent" = yes &&
5993 ac_config_status_args="$ac_config_status_args --quiet"
5994 exec 5>/dev/null
5995 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5996 exec 5>>config.log
5997 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5998 # would make configure fail if this is the last instruction.
5999 $ac_cs_success || as_fn_exit 1
6000fi
6001if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6003$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6004fi
6005
6006
6007
6008
6009