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