autoconf: Update to autoconf 2.69
[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
94759fd3
IJ
1865cat >config.log <<_ACEOF
1866This file contains any messages produced by compilers while
1867running configure, to aid debugging if configure makes a mistake.
1868
00152558 1869It was created by secnet $as_me 0.1.18+, which was
6b668323 1870generated by GNU Autoconf 2.69. Invocation command line was
94759fd3
IJ
1871
1872 $ $0 $@
1873
1874_ACEOF
1875exec 5>>config.log
1876{
1877cat <<_ASUNAME
1878## --------- ##
1879## Platform. ##
1880## --------- ##
1881
1882hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1883uname -m = `(uname -m) 2>/dev/null || echo unknown`
1884uname -r = `(uname -r) 2>/dev/null || echo unknown`
1885uname -s = `(uname -s) 2>/dev/null || echo unknown`
1886uname -v = `(uname -v) 2>/dev/null || echo unknown`
1887
1888/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1889/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1890
1891/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1892/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1893/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1894/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1895/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1896/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1897/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1898
1899_ASUNAME
1900
1901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1902for as_dir in $PATH
1903do
1904 IFS=$as_save_IFS
1905 test -z "$as_dir" && as_dir=.
1906 $as_echo "PATH: $as_dir"
1907 done
1908IFS=$as_save_IFS
1909
1910} >&5
1911
1912cat >&5 <<_ACEOF
1913
1914
1915## ----------- ##
1916## Core tests. ##
1917## ----------- ##
1918
1919_ACEOF
1920
1921
1922# Keep a trace of the command line.
1923# Strip out --no-create and --no-recursion so they do not pile up.
1924# Strip out --silent because we don't want to record it for future runs.
1925# Also quote any args containing shell meta-characters.
1926# Make two passes to allow for proper duplicate-argument suppression.
1927ac_configure_args=
1928ac_configure_args0=
1929ac_configure_args1=
1930ac_must_keep_next=false
1931for ac_pass in 1 2
1932do
1933 for ac_arg
1934 do
1935 case $ac_arg in
1936 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1937 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1938 | -silent | --silent | --silen | --sile | --sil)
1939 continue ;;
1940 *\'*)
1941 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1942 esac
1943 case $ac_pass in
1944 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1945 2)
1946 as_fn_append ac_configure_args1 " '$ac_arg'"
1947 if test $ac_must_keep_next = true; then
1948 ac_must_keep_next=false # Got value, back to normal.
1949 else
1950 case $ac_arg in
1951 *=* | --config-cache | -C | -disable-* | --disable-* \
1952 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1953 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1954 | -with-* | --with-* | -without-* | --without-* | --x)
1955 case "$ac_configure_args0 " in
1956 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1957 esac
1958 ;;
1959 -* ) ac_must_keep_next=true ;;
1960 esac
1961 fi
1962 as_fn_append ac_configure_args " '$ac_arg'"
1963 ;;
1964 esac
1965 done
1966done
1967{ ac_configure_args0=; unset ac_configure_args0;}
1968{ ac_configure_args1=; unset ac_configure_args1;}
1969
1970# When interrupted or exit'd, cleanup temporary files, and complete
1971# config.log. We remove comments because anyway the quotes in there
1972# would cause problems or look ugly.
1973# WARNING: Use '\'' to represent an apostrophe within the trap.
1974# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1975trap 'exit_status=$?
1976 # Save into config.log some information that might help in debugging.
1977 {
1978 echo
1979
1980 $as_echo "## ---------------- ##
1981## Cache variables. ##
1982## ---------------- ##"
1983 echo
1984 # The following way of writing the cache mishandles newlines in values,
1985(
1986 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1987 eval ac_val=\$$ac_var
1988 case $ac_val in #(
1989 *${as_nl}*)
1990 case $ac_var in #(
1991 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1992$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1993 esac
1994 case $ac_var in #(
1995 _ | IFS | as_nl) ;; #(
1996 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1997 *) { eval $ac_var=; unset $ac_var;} ;;
1998 esac ;;
1999 esac
2000 done
2001 (set) 2>&1 |
2002 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2003 *${as_nl}ac_space=\ *)
2004 sed -n \
2005 "s/'\''/'\''\\\\'\'''\''/g;
2006 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2007 ;; #(
2008 *)
2009 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2010 ;;
2011 esac |
2012 sort
2013)
2014 echo
2015
2016 $as_echo "## ----------------- ##
2017## Output variables. ##
2018## ----------------- ##"
2019 echo
2020 for ac_var in $ac_subst_vars
2021 do
2022 eval ac_val=\$$ac_var
2023 case $ac_val in
2024 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2025 esac
2026 $as_echo "$ac_var='\''$ac_val'\''"
2027 done | sort
2028 echo
2029
2030 if test -n "$ac_subst_files"; then
2031 $as_echo "## ------------------- ##
2032## File substitutions. ##
2033## ------------------- ##"
2034 echo
2035 for ac_var in $ac_subst_files
2036 do
2037 eval ac_val=\$$ac_var
2038 case $ac_val in
2039 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2040 esac
2041 $as_echo "$ac_var='\''$ac_val'\''"
2042 done | sort
2043 echo
2044 fi
2045
2046 if test -s confdefs.h; then
2047 $as_echo "## ----------- ##
2048## confdefs.h. ##
2049## ----------- ##"
2050 echo
2051 cat confdefs.h
2052 echo
2053 fi
2054 test "$ac_signal" != 0 &&
2055 $as_echo "$as_me: caught signal $ac_signal"
2056 $as_echo "$as_me: exit $exit_status"
2057 } >&5
2058 rm -f core *.core core.conftest.* &&
2059 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2060 exit $exit_status
2061' 0
2062for ac_signal in 1 2 13 15; do
2063 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2064done
2065ac_signal=0
2066
2067# confdefs.h avoids OS command line length limits that DEFS can exceed.
2068rm -f -r conftest* confdefs.h
2069
2070$as_echo "/* confdefs.h */" > confdefs.h
2071
2072# Predefined preprocessor variables.
2073
2074cat >>confdefs.h <<_ACEOF
2075#define PACKAGE_NAME "$PACKAGE_NAME"
2076_ACEOF
2077
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2080_ACEOF
2081
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_VERSION "$PACKAGE_VERSION"
2084_ACEOF
2085
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_STRING "$PACKAGE_STRING"
2088_ACEOF
2089
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2092_ACEOF
2093
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_URL "$PACKAGE_URL"
2096_ACEOF
2097
2098
2099# Let the site file select an alternate cache file if it wants to.
2100# Prefer an explicitly selected file to automatically selected ones.
2101ac_site_file1=NONE
2102ac_site_file2=NONE
2103if test -n "$CONFIG_SITE"; then
2104 # We do not want a PATH search for config.site.
2105 case $CONFIG_SITE in #((
2106 -*) ac_site_file1=./$CONFIG_SITE;;
2107 */*) ac_site_file1=$CONFIG_SITE;;
2108 *) ac_site_file1=./$CONFIG_SITE;;
2109 esac
2110elif test "x$prefix" != xNONE; then
2111 ac_site_file1=$prefix/share/config.site
2112 ac_site_file2=$prefix/etc/config.site
2113else
2114 ac_site_file1=$ac_default_prefix/share/config.site
2115 ac_site_file2=$ac_default_prefix/etc/config.site
2116fi
2117for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2118do
2119 test "x$ac_site_file" = xNONE && continue
2120 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2122$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2123 sed 's/^/| /' "$ac_site_file" >&5
2124 . "$ac_site_file" \
2125 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2126$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2127as_fn_error $? "failed to load site script $ac_site_file
6b668323 2128See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
2129 fi
2130done
2131
2132if test -r "$cache_file"; then
2133 # Some versions of bash will fail to source /dev/null (special files
2134 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2135 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2137$as_echo "$as_me: loading cache $cache_file" >&6;}
2138 case $cache_file in
2139 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2140 *) . "./$cache_file";;
2141 esac
2142 fi
2143else
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2145$as_echo "$as_me: creating cache $cache_file" >&6;}
2146 >$cache_file
2147fi
2148
2149# Check that the precious variables saved in the cache have kept the same
2150# value.
2151ac_cache_corrupted=false
2152for ac_var in $ac_precious_vars; do
2153 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2154 eval ac_new_set=\$ac_env_${ac_var}_set
2155 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2156 eval ac_new_val=\$ac_env_${ac_var}_value
2157 case $ac_old_set,$ac_new_set in
2158 set,)
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2160$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2161 ac_cache_corrupted=: ;;
2162 ,set)
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2164$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2165 ac_cache_corrupted=: ;;
2166 ,);;
2167 *)
2168 if test "x$ac_old_val" != "x$ac_new_val"; then
2169 # differences in whitespace do not lead to failure.
2170 ac_old_val_w=`echo x $ac_old_val`
2171 ac_new_val_w=`echo x $ac_new_val`
2172 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2174$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2175 ac_cache_corrupted=:
2176 else
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2178$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2179 eval $ac_var=\$ac_old_val
2180 fi
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2182$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2184$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2185 fi;;
2186 esac
2187 # Pass precious variables to config.status.
2188 if test "$ac_new_set" = set; then
2189 case $ac_new_val in
2190 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2191 *) ac_arg=$ac_var=$ac_new_val ;;
2192 esac
2193 case " $ac_configure_args " in
2194 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2195 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2196 esac
2197 fi
2198done
2199if $ac_cache_corrupted; then
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2203$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2205fi
2206## -------------------- ##
2207## Main body of script. ##
2208## -------------------- ##
2209
2210ac_ext=c
2211ac_cpp='$CPP $CPPFLAGS'
2212ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2213ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2214ac_compiler_gnu=$ac_cv_c_compiler_gnu
2215
2216
2217
2218ac_config_headers="$ac_config_headers config.h"
2219
2220
2221
2222
2223
2224ac_ext=c
2225ac_cpp='$CPP $CPPFLAGS'
2226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2227ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2228ac_compiler_gnu=$ac_cv_c_compiler_gnu
2229
2230
44bdf5ac
RK
2231# If fink is on the path then it is assumed we should use it.
2232# Extract the first word of "fink", so it can be a program name with args.
2233set dummy fink; ac_word=$2
2234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2235$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2236if ${ac_cv_path_FINK+:} false; then :
44bdf5ac
RK
2237 $as_echo_n "(cached) " >&6
2238else
2239 case $FINK in
2240 [\\/]* | ?:[\\/]*)
2241 ac_cv_path_FINK="$FINK" # Let the user override the test with a path.
2242 ;;
2243 *)
2244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2245for as_dir in $PATH
2246do
2247 IFS=$as_save_IFS
2248 test -z "$as_dir" && as_dir=.
2249 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44bdf5ac
RK
2251 ac_cv_path_FINK="$as_dir/$ac_word$ac_exec_ext"
2252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2253 break 2
2254 fi
2255done
2256 done
2257IFS=$as_save_IFS
2258
2259 ;;
2260esac
2261fi
2262FINK=$ac_cv_path_FINK
2263if test -n "$FINK"; then
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FINK" >&5
2265$as_echo "$FINK" >&6; }
2266else
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2268$as_echo "no" >&6; }
2269fi
2270
2271
2272if test "x$FINK" != x; then
2273 finkdir=`echo $FINK|sed 's,/[^/]*/[^/]*$,,'`
2274 CPPFLAGS="-I$finkdir/include ${CPPFLAGS}"
2275 LDFLAGS="-L$finkdir/lib ${LDFLAGS}"
2276fi
2277
94759fd3
IJ
2278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2279$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2280set x ${MAKE-make}
2281ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6b668323 2282if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
94759fd3
IJ
2283 $as_echo_n "(cached) " >&6
2284else
2285 cat >conftest.make <<\_ACEOF
2286SHELL = /bin/sh
2287all:
2288 @echo '@@@%%%=$(MAKE)=@@@%%%'
2289_ACEOF
2290# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2291case `${MAKE-make} -f conftest.make 2>/dev/null` in
2292 *@@@%%%=?*=@@@%%%*)
2293 eval ac_cv_prog_make_${ac_make}_set=yes;;
2294 *)
2295 eval ac_cv_prog_make_${ac_make}_set=no;;
2296esac
2297rm -f conftest.make
2298fi
2299if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2301$as_echo "yes" >&6; }
2302 SET_MAKE=
2303else
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2305$as_echo "no" >&6; }
2306 SET_MAKE="MAKE=${MAKE-make}"
2307fi
2308
2309ac_ext=c
2310ac_cpp='$CPP $CPPFLAGS'
2311ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2312ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2313ac_compiler_gnu=$ac_cv_c_compiler_gnu
2314if test -n "$ac_tool_prefix"; then
2315 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2316set dummy ${ac_tool_prefix}gcc; ac_word=$2
2317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2318$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2319if ${ac_cv_prog_CC+:} false; then :
94759fd3
IJ
2320 $as_echo_n "(cached) " >&6
2321else
2322 if test -n "$CC"; then
2323 ac_cv_prog_CC="$CC" # Let the user override the test.
2324else
2325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2326for as_dir in $PATH
2327do
2328 IFS=$as_save_IFS
2329 test -z "$as_dir" && as_dir=.
2330 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2331 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
2332 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2334 break 2
2335 fi
2336done
2337 done
2338IFS=$as_save_IFS
2339
2340fi
2341fi
2342CC=$ac_cv_prog_CC
2343if test -n "$CC"; then
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2345$as_echo "$CC" >&6; }
2346else
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2348$as_echo "no" >&6; }
2349fi
2350
2351
2352fi
2353if test -z "$ac_cv_prog_CC"; then
2354 ac_ct_CC=$CC
2355 # Extract the first word of "gcc", so it can be a program name with args.
2356set dummy gcc; ac_word=$2
2357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2358$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2359if ${ac_cv_prog_ac_ct_CC+:} false; then :
94759fd3
IJ
2360 $as_echo_n "(cached) " >&6
2361else
2362 if test -n "$ac_ct_CC"; then
2363 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2364else
2365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2366for as_dir in $PATH
2367do
2368 IFS=$as_save_IFS
2369 test -z "$as_dir" && as_dir=.
2370 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
2372 ac_cv_prog_ac_ct_CC="gcc"
2373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2374 break 2
2375 fi
2376done
2377 done
2378IFS=$as_save_IFS
2379
2380fi
2381fi
2382ac_ct_CC=$ac_cv_prog_ac_ct_CC
2383if test -n "$ac_ct_CC"; then
2384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2385$as_echo "$ac_ct_CC" >&6; }
2386else
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2388$as_echo "no" >&6; }
2389fi
2390
2391 if test "x$ac_ct_CC" = x; then
2392 CC=""
2393 else
2394 case $cross_compiling:$ac_tool_warned in
2395yes:)
2396{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2397$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2398ac_tool_warned=yes ;;
2399esac
2400 CC=$ac_ct_CC
2401 fi
2402else
2403 CC="$ac_cv_prog_CC"
2404fi
2405
2406if test -z "$CC"; then
2407 if test -n "$ac_tool_prefix"; then
2408 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2409set dummy ${ac_tool_prefix}cc; ac_word=$2
2410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2411$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2412if ${ac_cv_prog_CC+:} false; then :
94759fd3
IJ
2413 $as_echo_n "(cached) " >&6
2414else
2415 if test -n "$CC"; then
2416 ac_cv_prog_CC="$CC" # Let the user override the test.
2417else
2418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419for as_dir in $PATH
2420do
2421 IFS=$as_save_IFS
2422 test -z "$as_dir" && as_dir=.
2423 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
2425 ac_cv_prog_CC="${ac_tool_prefix}cc"
2426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2427 break 2
2428 fi
2429done
2430 done
2431IFS=$as_save_IFS
2432
2433fi
2434fi
2435CC=$ac_cv_prog_CC
2436if test -n "$CC"; then
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2438$as_echo "$CC" >&6; }
2439else
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2441$as_echo "no" >&6; }
2442fi
2443
2444
2445 fi
2446fi
2447if test -z "$CC"; then
2448 # Extract the first word of "cc", so it can be a program name with args.
2449set dummy cc; ac_word=$2
2450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2451$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2452if ${ac_cv_prog_CC+:} false; then :
94759fd3
IJ
2453 $as_echo_n "(cached) " >&6
2454else
2455 if test -n "$CC"; then
2456 ac_cv_prog_CC="$CC" # Let the user override the test.
2457else
2458 ac_prog_rejected=no
2459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460for as_dir in $PATH
2461do
2462 IFS=$as_save_IFS
2463 test -z "$as_dir" && as_dir=.
2464 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
2466 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2467 ac_prog_rejected=yes
2468 continue
2469 fi
2470 ac_cv_prog_CC="cc"
2471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2473 fi
2474done
2475 done
2476IFS=$as_save_IFS
2477
2478if test $ac_prog_rejected = yes; then
2479 # We found a bogon in the path, so make sure we never use it.
2480 set dummy $ac_cv_prog_CC
2481 shift
2482 if test $# != 0; then
2483 # We chose a different compiler from the bogus one.
2484 # However, it has the same basename, so the bogon will be chosen
2485 # first if we set CC to just the basename; use the full file name.
2486 shift
2487 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2488 fi
2489fi
2490fi
2491fi
2492CC=$ac_cv_prog_CC
2493if test -n "$CC"; then
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2495$as_echo "$CC" >&6; }
2496else
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2498$as_echo "no" >&6; }
2499fi
2500
2501
2502fi
2503if test -z "$CC"; then
2504 if test -n "$ac_tool_prefix"; then
2505 for ac_prog in cl.exe
2506 do
2507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2508set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2510$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2511if ${ac_cv_prog_CC+:} false; then :
94759fd3
IJ
2512 $as_echo_n "(cached) " >&6
2513else
2514 if test -n "$CC"; then
2515 ac_cv_prog_CC="$CC" # Let the user override the test.
2516else
2517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518for as_dir in $PATH
2519do
2520 IFS=$as_save_IFS
2521 test -z "$as_dir" && as_dir=.
2522 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
2524 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2526 break 2
2527 fi
2528done
2529 done
2530IFS=$as_save_IFS
2531
2532fi
2533fi
2534CC=$ac_cv_prog_CC
2535if test -n "$CC"; then
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2537$as_echo "$CC" >&6; }
2538else
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2540$as_echo "no" >&6; }
2541fi
2542
2543
2544 test -n "$CC" && break
2545 done
2546fi
2547if test -z "$CC"; then
2548 ac_ct_CC=$CC
2549 for ac_prog in cl.exe
2550do
2551 # Extract the first word of "$ac_prog", so it can be a program name with args.
2552set dummy $ac_prog; ac_word=$2
2553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554$as_echo_n "checking for $ac_word... " >&6; }
6b668323 2555if ${ac_cv_prog_ac_ct_CC+:} false; then :
94759fd3
IJ
2556 $as_echo_n "(cached) " >&6
2557else
2558 if test -n "$ac_ct_CC"; then
2559 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2560else
2561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562for as_dir in $PATH
2563do
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 2567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
2568 ac_cv_prog_ac_ct_CC="$ac_prog"
2569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2571 fi
2572done
2573 done
2574IFS=$as_save_IFS
2575
2576fi
2577fi
2578ac_ct_CC=$ac_cv_prog_ac_ct_CC
2579if test -n "$ac_ct_CC"; then
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2581$as_echo "$ac_ct_CC" >&6; }
2582else
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584$as_echo "no" >&6; }
2585fi
2586
2587
2588 test -n "$ac_ct_CC" && break
2589done
2590
2591 if test "x$ac_ct_CC" = x; then
2592 CC=""
2593 else
2594 case $cross_compiling:$ac_tool_warned in
2595yes:)
2596{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2597$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2598ac_tool_warned=yes ;;
2599esac
2600 CC=$ac_ct_CC
2601 fi
2602fi
2603
2604fi
2605
2606
2607test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2608$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2609as_fn_error $? "no acceptable C compiler found in \$PATH
6b668323 2610See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
2611
2612# Provide some information about the compiler.
2613$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2614set X $ac_compile
2615ac_compiler=$2
2616for ac_option in --version -v -V -qversion; do
2617 { { ac_try="$ac_compiler $ac_option >&5"
2618case "(($ac_try" in
2619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2620 *) ac_try_echo=$ac_try;;
2621esac
2622eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2623$as_echo "$ac_try_echo"; } >&5
2624 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2625 ac_status=$?
2626 if test -s conftest.err; then
2627 sed '10a\
2628... rest of stderr output deleted ...
2629 10q' conftest.err >conftest.er1
2630 cat conftest.er1 >&5
2631 fi
2632 rm -f conftest.er1 conftest.err
2633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2634 test $ac_status = 0; }
2635done
2636
2637cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2638/* end confdefs.h. */
2639
2640int
2641main ()
2642{
2643
2644 ;
2645 return 0;
2646}
2647_ACEOF
2648ac_clean_files_save=$ac_clean_files
2649ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2650# Try to create an executable without -o first, disregard a.out.
2651# It will help us diagnose broken compilers, and finding out an intuition
2652# of exeext.
2653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2654$as_echo_n "checking whether the C compiler works... " >&6; }
2655ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2656
2657# The possible output files:
2658ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2659
2660ac_rmfiles=
2661for ac_file in $ac_files
2662do
2663 case $ac_file in
2664 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2665 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2666 esac
2667done
2668rm -f $ac_rmfiles
2669
2670if { { ac_try="$ac_link_default"
2671case "(($ac_try" in
2672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2673 *) ac_try_echo=$ac_try;;
2674esac
2675eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2676$as_echo "$ac_try_echo"; } >&5
2677 (eval "$ac_link_default") 2>&5
2678 ac_status=$?
2679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2680 test $ac_status = 0; }; then :
2681 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2682# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2683# in a Makefile. We should not override ac_cv_exeext if it was cached,
2684# so that the user can short-circuit this test for compilers unknown to
2685# Autoconf.
2686for ac_file in $ac_files ''
2687do
2688 test -f "$ac_file" || continue
2689 case $ac_file in
2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2691 ;;
2692 [ab].out )
2693 # We found the default executable, but exeext='' is most
2694 # certainly right.
2695 break;;
2696 *.* )
2697 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2698 then :; else
2699 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2700 fi
2701 # We set ac_cv_exeext here because the later test for it is not
2702 # safe: cross compilers may not add the suffix if given an `-o'
2703 # argument, so we may need to know it at that point already.
2704 # Even if this section looks crufty: it has the advantage of
2705 # actually working.
2706 break;;
2707 * )
2708 break;;
2709 esac
2710done
2711test "$ac_cv_exeext" = no && ac_cv_exeext=
2712
2713else
2714 ac_file=''
2715fi
2716if test -z "$ac_file"; then :
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2718$as_echo "no" >&6; }
2719$as_echo "$as_me: failed program was:" >&5
2720sed 's/^/| /' conftest.$ac_ext >&5
2721
2722{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2723$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2724as_fn_error 77 "C compiler cannot create executables
6b668323 2725See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
2726else
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2728$as_echo "yes" >&6; }
2729fi
2730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2731$as_echo_n "checking for C compiler default output file name... " >&6; }
2732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2733$as_echo "$ac_file" >&6; }
2734ac_exeext=$ac_cv_exeext
2735
2736rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2737ac_clean_files=$ac_clean_files_save
2738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2739$as_echo_n "checking for suffix of executables... " >&6; }
2740if { { ac_try="$ac_link"
2741case "(($ac_try" in
2742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2743 *) ac_try_echo=$ac_try;;
2744esac
2745eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2746$as_echo "$ac_try_echo"; } >&5
2747 (eval "$ac_link") 2>&5
2748 ac_status=$?
2749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2750 test $ac_status = 0; }; then :
2751 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2752# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2753# work properly (i.e., refer to `conftest.exe'), while it won't with
2754# `rm'.
2755for ac_file in conftest.exe conftest conftest.*; do
2756 test -f "$ac_file" || continue
2757 case $ac_file in
2758 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2759 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2760 break;;
2761 * ) break;;
2762 esac
2763done
2764else
2765 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2766$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2767as_fn_error $? "cannot compute suffix of executables: cannot compile and link
6b668323 2768See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
2769fi
2770rm -f conftest conftest$ac_cv_exeext
2771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2772$as_echo "$ac_cv_exeext" >&6; }
2773
2774rm -f conftest.$ac_ext
2775EXEEXT=$ac_cv_exeext
2776ac_exeext=$EXEEXT
2777cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2778/* end confdefs.h. */
2779#include <stdio.h>
2780int
2781main ()
2782{
2783FILE *f = fopen ("conftest.out", "w");
2784 return ferror (f) || fclose (f) != 0;
2785
2786 ;
2787 return 0;
2788}
2789_ACEOF
2790ac_clean_files="$ac_clean_files conftest.out"
2791# Check that the compiler produces executables we can run. If not, either
2792# the compiler is broken, or we cross compile.
2793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2794$as_echo_n "checking whether we are cross compiling... " >&6; }
2795if test "$cross_compiling" != yes; then
2796 { { ac_try="$ac_link"
2797case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800esac
2801eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2802$as_echo "$ac_try_echo"; } >&5
2803 (eval "$ac_link") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2806 test $ac_status = 0; }
2807 if { ac_try='./conftest$ac_cv_exeext'
2808 { { case "(($ac_try" in
2809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2810 *) ac_try_echo=$ac_try;;
2811esac
2812eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2813$as_echo "$ac_try_echo"; } >&5
2814 (eval "$ac_try") 2>&5
2815 ac_status=$?
2816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2817 test $ac_status = 0; }; }; then
2818 cross_compiling=no
2819 else
2820 if test "$cross_compiling" = maybe; then
2821 cross_compiling=yes
2822 else
2823 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2824$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2825as_fn_error $? "cannot run C compiled programs.
2826If you meant to cross compile, use \`--host'.
6b668323 2827See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
2828 fi
2829 fi
2830fi
2831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2832$as_echo "$cross_compiling" >&6; }
2833
2834rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2835ac_clean_files=$ac_clean_files_save
2836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2837$as_echo_n "checking for suffix of object files... " >&6; }
6b668323 2838if ${ac_cv_objext+:} false; then :
94759fd3
IJ
2839 $as_echo_n "(cached) " >&6
2840else
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842/* end confdefs.h. */
2843
2844int
2845main ()
2846{
2847
2848 ;
2849 return 0;
2850}
2851_ACEOF
2852rm -f conftest.o conftest.obj
2853if { { ac_try="$ac_compile"
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_compile") 2>&5
2861 ac_status=$?
2862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2863 test $ac_status = 0; }; then :
2864 for ac_file in conftest.o conftest.obj conftest.*; do
2865 test -f "$ac_file" || continue;
2866 case $ac_file in
2867 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2868 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2869 break;;
2870 esac
2871done
2872else
2873 $as_echo "$as_me: failed program was:" >&5
2874sed 's/^/| /' conftest.$ac_ext >&5
2875
2876{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2877$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2878as_fn_error $? "cannot compute suffix of object files: cannot compile
6b668323 2879See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
2880fi
2881rm -f conftest.$ac_cv_objext conftest.$ac_ext
2882fi
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2884$as_echo "$ac_cv_objext" >&6; }
2885OBJEXT=$ac_cv_objext
2886ac_objext=$OBJEXT
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2888$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
6b668323 2889if ${ac_cv_c_compiler_gnu+:} false; then :
94759fd3
IJ
2890 $as_echo_n "(cached) " >&6
2891else
2892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2893/* end confdefs.h. */
2894
2895int
2896main ()
2897{
2898#ifndef __GNUC__
2899 choke me
2900#endif
2901
2902 ;
2903 return 0;
2904}
2905_ACEOF
2906if ac_fn_c_try_compile "$LINENO"; then :
2907 ac_compiler_gnu=yes
2908else
2909 ac_compiler_gnu=no
2910fi
2911rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2912ac_cv_c_compiler_gnu=$ac_compiler_gnu
2913
2914fi
2915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2916$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2917if test $ac_compiler_gnu = yes; then
2918 GCC=yes
2919else
2920 GCC=
2921fi
2922ac_test_CFLAGS=${CFLAGS+set}
2923ac_save_CFLAGS=$CFLAGS
2924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2925$as_echo_n "checking whether $CC accepts -g... " >&6; }
6b668323 2926if ${ac_cv_prog_cc_g+:} false; then :
94759fd3
IJ
2927 $as_echo_n "(cached) " >&6
2928else
2929 ac_save_c_werror_flag=$ac_c_werror_flag
2930 ac_c_werror_flag=yes
2931 ac_cv_prog_cc_g=no
2932 CFLAGS="-g"
2933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2934/* end confdefs.h. */
2935
2936int
2937main ()
2938{
2939
2940 ;
2941 return 0;
2942}
2943_ACEOF
2944if ac_fn_c_try_compile "$LINENO"; then :
2945 ac_cv_prog_cc_g=yes
2946else
2947 CFLAGS=""
2948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2949/* end confdefs.h. */
2950
2951int
2952main ()
2953{
2954
2955 ;
2956 return 0;
2957}
2958_ACEOF
2959if ac_fn_c_try_compile "$LINENO"; then :
2960
2961else
2962 ac_c_werror_flag=$ac_save_c_werror_flag
2963 CFLAGS="-g"
2964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2965/* end confdefs.h. */
2966
2967int
2968main ()
2969{
2970
2971 ;
2972 return 0;
2973}
2974_ACEOF
2975if ac_fn_c_try_compile "$LINENO"; then :
2976 ac_cv_prog_cc_g=yes
2977fi
2978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2979fi
2980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2981fi
2982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2983 ac_c_werror_flag=$ac_save_c_werror_flag
2984fi
2985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2986$as_echo "$ac_cv_prog_cc_g" >&6; }
2987if test "$ac_test_CFLAGS" = set; then
2988 CFLAGS=$ac_save_CFLAGS
2989elif test $ac_cv_prog_cc_g = yes; then
2990 if test "$GCC" = yes; then
2991 CFLAGS="-g -O2"
2992 else
2993 CFLAGS="-g"
2994 fi
2995else
2996 if test "$GCC" = yes; then
2997 CFLAGS="-O2"
2998 else
2999 CFLAGS=
3000 fi
3001fi
3002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3003$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
6b668323 3004if ${ac_cv_prog_cc_c89+:} false; then :
94759fd3
IJ
3005 $as_echo_n "(cached) " >&6
3006else
3007 ac_cv_prog_cc_c89=no
3008ac_save_CC=$CC
3009cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3010/* end confdefs.h. */
3011#include <stdarg.h>
3012#include <stdio.h>
6b668323 3013struct stat;
94759fd3
IJ
3014/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3015struct buf { int x; };
3016FILE * (*rcsopen) (struct buf *, struct stat *, int);
3017static char *e (p, i)
3018 char **p;
3019 int i;
3020{
3021 return p[i];
3022}
3023static char *f (char * (*g) (char **, int), char **p, ...)
3024{
3025 char *s;
3026 va_list v;
3027 va_start (v,p);
3028 s = g (p, va_arg (v,int));
3029 va_end (v);
3030 return s;
3031}
3032
3033/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3034 function prototypes and stuff, but not '\xHH' hex character constants.
3035 These don't provoke an error unfortunately, instead are silently treated
3036 as 'x'. The following induces an error, until -std is added to get
3037 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3038 array size at least. It's necessary to write '\x00'==0 to get something
3039 that's true only with -std. */
3040int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3041
3042/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3043 inside strings and character constants. */
3044#define FOO(x) 'x'
3045int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3046
3047int test (int i, double x);
3048struct s1 {int (*f) (int a);};
3049struct s2 {int (*f) (double a);};
3050int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3051int argc;
3052char **argv;
3053int
3054main ()
3055{
3056return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3057 ;
3058 return 0;
3059}
3060_ACEOF
3061for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3062 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3063do
3064 CC="$ac_save_CC $ac_arg"
3065 if ac_fn_c_try_compile "$LINENO"; then :
3066 ac_cv_prog_cc_c89=$ac_arg
3067fi
3068rm -f core conftest.err conftest.$ac_objext
3069 test "x$ac_cv_prog_cc_c89" != "xno" && break
3070done
3071rm -f conftest.$ac_ext
3072CC=$ac_save_CC
3073
3074fi
3075# AC_CACHE_VAL
3076case "x$ac_cv_prog_cc_c89" in
3077 x)
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3079$as_echo "none needed" >&6; } ;;
3080 xno)
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3082$as_echo "unsupported" >&6; } ;;
3083 *)
3084 CC="$CC $ac_cv_prog_cc_c89"
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3086$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3087esac
3088if test "x$ac_cv_prog_cc_c89" != xno; then :
3089
3090fi
3091
3092ac_ext=c
3093ac_cpp='$CPP $CPPFLAGS'
3094ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3095ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3096ac_compiler_gnu=$ac_cv_c_compiler_gnu
3097
3098ac_aux_dir=
3099for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3100 if test -f "$ac_dir/install-sh"; then
3101 ac_aux_dir=$ac_dir
3102 ac_install_sh="$ac_aux_dir/install-sh -c"
3103 break
3104 elif test -f "$ac_dir/install.sh"; then
3105 ac_aux_dir=$ac_dir
3106 ac_install_sh="$ac_aux_dir/install.sh -c"
3107 break
3108 elif test -f "$ac_dir/shtool"; then
3109 ac_aux_dir=$ac_dir
3110 ac_install_sh="$ac_aux_dir/shtool install -c"
3111 break
3112 fi
3113done
3114if test -z "$ac_aux_dir"; then
3115 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3116fi
3117
3118# These three variables are undocumented and unsupported,
3119# and are intended to be withdrawn in a future Autoconf release.
3120# They can cause serious problems if a builder's source tree is in a directory
3121# whose full name contains unusual characters.
3122ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3123ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3124ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3125
3126
3127# Find a good install program. We prefer a C program (faster),
3128# so one script is as good as another. But avoid the broken or
3129# incompatible versions:
3130# SysV /etc/install, /usr/sbin/install
3131# SunOS /usr/etc/install
3132# IRIX /sbin/install
3133# AIX /bin/install
3134# AmigaOS /C/install, which installs bootblocks on floppy discs
3135# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3136# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3137# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3138# OS/2's system install, which has a completely different semantic
3139# ./install, which can be erroneously created by make from ./install.sh.
3140# Reject install programs that cannot install multiple files.
3141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3142$as_echo_n "checking for a BSD-compatible install... " >&6; }
3143if test -z "$INSTALL"; then
6b668323 3144if ${ac_cv_path_install+:} false; then :
94759fd3
IJ
3145 $as_echo_n "(cached) " >&6
3146else
3147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3148for as_dir in $PATH
3149do
3150 IFS=$as_save_IFS
3151 test -z "$as_dir" && as_dir=.
3152 # Account for people who put trailing slashes in PATH elements.
3153case $as_dir/ in #((
3154 ./ | .// | /[cC]/* | \
3155 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3156 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3157 /usr/ucb/* ) ;;
3158 *)
3159 # OSF1 and SCO ODT 3.0 have their own names for install.
3160 # Don't use installbsd from OSF since it installs stuff as root
3161 # by default.
3162 for ac_prog in ginstall scoinst install; do
3163 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 3164 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
94759fd3
IJ
3165 if test $ac_prog = install &&
3166 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3167 # AIX install. It has an incompatible calling convention.
3168 :
3169 elif test $ac_prog = install &&
3170 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3171 # program-specific install script used by HP pwplus--don't use.
3172 :
3173 else
3174 rm -rf conftest.one conftest.two conftest.dir
3175 echo one > conftest.one
3176 echo two > conftest.two
3177 mkdir conftest.dir
3178 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3179 test -s conftest.one && test -s conftest.two &&
3180 test -s conftest.dir/conftest.one &&
3181 test -s conftest.dir/conftest.two
3182 then
3183 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3184 break 3
3185 fi
3186 fi
3187 fi
3188 done
3189 done
3190 ;;
3191esac
3192
3193 done
3194IFS=$as_save_IFS
3195
3196rm -rf conftest.one conftest.two conftest.dir
3197
3198fi
3199 if test "${ac_cv_path_install+set}" = set; then
3200 INSTALL=$ac_cv_path_install
3201 else
3202 # As a last resort, use the slow shell script. Don't cache a
3203 # value for INSTALL within a source directory, because that will
3204 # break other packages using the cache if that directory is
3205 # removed, or if the value is a relative name.
3206 INSTALL=$ac_install_sh
3207 fi
3208fi
3209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3210$as_echo "$INSTALL" >&6; }
3211
3212# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3213# It thinks the first close brace ends the variable substitution.
3214test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3215
3216test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3217
3218test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3219
3220# Extract the first word of "rm", so it can be a program name with args.
3221set dummy rm; ac_word=$2
3222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3223$as_echo_n "checking for $ac_word... " >&6; }
6b668323 3224if ${ac_cv_path_RM+:} false; then :
94759fd3
IJ
3225 $as_echo_n "(cached) " >&6
3226else
3227 case $RM in
3228 [\\/]* | ?:[\\/]*)
3229 ac_cv_path_RM="$RM" # Let the user override the test with a path.
3230 ;;
3231 *)
3232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3233for as_dir in $PATH
3234do
3235 IFS=$as_save_IFS
3236 test -z "$as_dir" && as_dir=.
3237 for ac_exec_ext in '' $ac_executable_extensions; do
6b668323 3238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
94759fd3
IJ
3239 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
3240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3241 break 2
3242 fi
3243done
3244 done
3245IFS=$as_save_IFS
3246
3247 ;;
3248esac
3249fi
3250RM=$ac_cv_path_RM
3251if test -n "$RM"; then
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
3253$as_echo "$RM" >&6; }
3254else
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3256$as_echo "no" >&6; }
3257fi
3258
3259
3260
3261ac_ext=c
3262ac_cpp='$CPP $CPPFLAGS'
3263ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3264ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3265ac_compiler_gnu=$ac_cv_c_compiler_gnu
3266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3267$as_echo_n "checking how to run the C preprocessor... " >&6; }
3268# On Suns, sometimes $CPP names a directory.
3269if test -n "$CPP" && test -d "$CPP"; then
3270 CPP=
3271fi
3272if test -z "$CPP"; then
6b668323 3273 if ${ac_cv_prog_CPP+:} false; then :
94759fd3
IJ
3274 $as_echo_n "(cached) " >&6
3275else
3276 # Double quotes because CPP needs to be expanded
3277 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3278 do
3279 ac_preproc_ok=false
3280for ac_c_preproc_warn_flag in '' yes
3281do
3282 # Use a header file that comes with gcc, so configuring glibc
3283 # with a fresh cross-compiler works.
3284 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3285 # <limits.h> exists even on freestanding compilers.
3286 # On the NeXT, cc -E runs the code through the compiler's parser,
3287 # not just through cpp. "Syntax error" is here to catch this case.
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289/* end confdefs.h. */
3290#ifdef __STDC__
3291# include <limits.h>
3292#else
3293# include <assert.h>
3294#endif
3295 Syntax error
3296_ACEOF
3297if ac_fn_c_try_cpp "$LINENO"; then :
3298
3299else
3300 # Broken: fails on valid input.
3301continue
3302fi
3303rm -f conftest.err conftest.i conftest.$ac_ext
3304
3305 # OK, works on sane cases. Now check whether nonexistent headers
3306 # can be detected and how.
3307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3308/* end confdefs.h. */
3309#include <ac_nonexistent.h>
3310_ACEOF
3311if ac_fn_c_try_cpp "$LINENO"; then :
3312 # Broken: success on invalid input.
3313continue
3314else
3315 # Passes both tests.
3316ac_preproc_ok=:
3317break
3318fi
3319rm -f conftest.err conftest.i conftest.$ac_ext
3320
3321done
3322# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3323rm -f conftest.i conftest.err conftest.$ac_ext
3324if $ac_preproc_ok; then :
3325 break
3326fi
3327
3328 done
3329 ac_cv_prog_CPP=$CPP
3330
3331fi
3332 CPP=$ac_cv_prog_CPP
3333else
3334 ac_cv_prog_CPP=$CPP
3335fi
3336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3337$as_echo "$CPP" >&6; }
3338ac_preproc_ok=false
3339for ac_c_preproc_warn_flag in '' yes
3340do
3341 # Use a header file that comes with gcc, so configuring glibc
3342 # with a fresh cross-compiler works.
3343 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3344 # <limits.h> exists even on freestanding compilers.
3345 # On the NeXT, cc -E runs the code through the compiler's parser,
3346 # not just through cpp. "Syntax error" is here to catch this case.
3347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3348/* end confdefs.h. */
3349#ifdef __STDC__
3350# include <limits.h>
3351#else
3352# include <assert.h>
3353#endif
3354 Syntax error
3355_ACEOF
3356if ac_fn_c_try_cpp "$LINENO"; then :
3357
3358else
3359 # Broken: fails on valid input.
3360continue
3361fi
3362rm -f conftest.err conftest.i conftest.$ac_ext
3363
3364 # OK, works on sane cases. Now check whether nonexistent headers
3365 # can be detected and how.
3366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3367/* end confdefs.h. */
3368#include <ac_nonexistent.h>
3369_ACEOF
3370if ac_fn_c_try_cpp "$LINENO"; then :
3371 # Broken: success on invalid input.
3372continue
3373else
3374 # Passes both tests.
3375ac_preproc_ok=:
3376break
3377fi
3378rm -f conftest.err conftest.i conftest.$ac_ext
3379
3380done
3381# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3382rm -f conftest.i conftest.err conftest.$ac_ext
3383if $ac_preproc_ok; then :
3384
3385else
3386 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3387$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3388as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6b668323 3389See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
3390fi
3391
3392ac_ext=c
3393ac_cpp='$CPP $CPPFLAGS'
3394ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3395ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3396ac_compiler_gnu=$ac_cv_c_compiler_gnu
3397
3398
3399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3400$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6b668323 3401if ${ac_cv_path_GREP+:} false; then :
94759fd3
IJ
3402 $as_echo_n "(cached) " >&6
3403else
3404 if test -z "$GREP"; then
3405 ac_path_GREP_found=false
3406 # Loop through the user's path and test for each of PROGNAME-LIST
3407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3408for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3409do
3410 IFS=$as_save_IFS
3411 test -z "$as_dir" && as_dir=.
3412 for ac_prog in grep ggrep; do
3413 for ac_exec_ext in '' $ac_executable_extensions; do
3414 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6b668323 3415 as_fn_executable_p "$ac_path_GREP" || continue
94759fd3
IJ
3416# Check for GNU ac_path_GREP and select it if it is found.
3417 # Check for GNU $ac_path_GREP
3418case `"$ac_path_GREP" --version 2>&1` in
3419*GNU*)
3420 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3421*)
3422 ac_count=0
3423 $as_echo_n 0123456789 >"conftest.in"
3424 while :
3425 do
3426 cat "conftest.in" "conftest.in" >"conftest.tmp"
3427 mv "conftest.tmp" "conftest.in"
3428 cp "conftest.in" "conftest.nl"
3429 $as_echo 'GREP' >> "conftest.nl"
3430 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3431 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3432 as_fn_arith $ac_count + 1 && ac_count=$as_val
3433 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3434 # Best one so far, save it but keep looking for a better one
3435 ac_cv_path_GREP="$ac_path_GREP"
3436 ac_path_GREP_max=$ac_count
3437 fi
3438 # 10*(2^10) chars as input seems more than enough
3439 test $ac_count -gt 10 && break
3440 done
3441 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3442esac
3443
3444 $ac_path_GREP_found && break 3
3445 done
3446 done
3447 done
3448IFS=$as_save_IFS
3449 if test -z "$ac_cv_path_GREP"; then
3450 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3451 fi
3452else
3453 ac_cv_path_GREP=$GREP
3454fi
3455
3456fi
3457{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3458$as_echo "$ac_cv_path_GREP" >&6; }
3459 GREP="$ac_cv_path_GREP"
3460
3461
3462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3463$as_echo_n "checking for egrep... " >&6; }
6b668323 3464if ${ac_cv_path_EGREP+:} false; then :
94759fd3
IJ
3465 $as_echo_n "(cached) " >&6
3466else
3467 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3468 then ac_cv_path_EGREP="$GREP -E"
3469 else
3470 if test -z "$EGREP"; then
3471 ac_path_EGREP_found=false
3472 # Loop through the user's path and test for each of PROGNAME-LIST
3473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3474for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3475do
3476 IFS=$as_save_IFS
3477 test -z "$as_dir" && as_dir=.
3478 for ac_prog in egrep; do
3479 for ac_exec_ext in '' $ac_executable_extensions; do
3480 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6b668323 3481 as_fn_executable_p "$ac_path_EGREP" || continue
94759fd3
IJ
3482# Check for GNU ac_path_EGREP and select it if it is found.
3483 # Check for GNU $ac_path_EGREP
3484case `"$ac_path_EGREP" --version 2>&1` in
3485*GNU*)
3486 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3487*)
3488 ac_count=0
3489 $as_echo_n 0123456789 >"conftest.in"
3490 while :
3491 do
3492 cat "conftest.in" "conftest.in" >"conftest.tmp"
3493 mv "conftest.tmp" "conftest.in"
3494 cp "conftest.in" "conftest.nl"
3495 $as_echo 'EGREP' >> "conftest.nl"
3496 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3497 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3498 as_fn_arith $ac_count + 1 && ac_count=$as_val
3499 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3500 # Best one so far, save it but keep looking for a better one
3501 ac_cv_path_EGREP="$ac_path_EGREP"
3502 ac_path_EGREP_max=$ac_count
3503 fi
3504 # 10*(2^10) chars as input seems more than enough
3505 test $ac_count -gt 10 && break
3506 done
3507 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3508esac
3509
3510 $ac_path_EGREP_found && break 3
3511 done
3512 done
3513 done
3514IFS=$as_save_IFS
3515 if test -z "$ac_cv_path_EGREP"; then
3516 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3517 fi
3518else
3519 ac_cv_path_EGREP=$EGREP
3520fi
3521
3522 fi
3523fi
3524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3525$as_echo "$ac_cv_path_EGREP" >&6; }
3526 EGREP="$ac_cv_path_EGREP"
3527
3528
3529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3530$as_echo_n "checking for ANSI C header files... " >&6; }
6b668323 3531if ${ac_cv_header_stdc+:} false; then :
94759fd3
IJ
3532 $as_echo_n "(cached) " >&6
3533else
3534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3535/* end confdefs.h. */
3536#include <stdlib.h>
3537#include <stdarg.h>
3538#include <string.h>
3539#include <float.h>
3540
3541int
3542main ()
3543{
3544
3545 ;
3546 return 0;
3547}
3548_ACEOF
3549if ac_fn_c_try_compile "$LINENO"; then :
3550 ac_cv_header_stdc=yes
3551else
3552 ac_cv_header_stdc=no
3553fi
3554rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3555
3556if test $ac_cv_header_stdc = yes; then
3557 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3559/* end confdefs.h. */
3560#include <string.h>
3561
3562_ACEOF
3563if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3564 $EGREP "memchr" >/dev/null 2>&1; then :
3565
3566else
3567 ac_cv_header_stdc=no
3568fi
3569rm -f conftest*
3570
3571fi
3572
3573if test $ac_cv_header_stdc = yes; then
3574 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3576/* end confdefs.h. */
3577#include <stdlib.h>
3578
3579_ACEOF
3580if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3581 $EGREP "free" >/dev/null 2>&1; then :
3582
3583else
3584 ac_cv_header_stdc=no
3585fi
3586rm -f conftest*
3587
3588fi
3589
3590if test $ac_cv_header_stdc = yes; then
3591 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3592 if test "$cross_compiling" = yes; then :
3593 :
3594else
3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3596/* end confdefs.h. */
3597#include <ctype.h>
3598#include <stdlib.h>
3599#if ((' ' & 0x0FF) == 0x020)
3600# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3601# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3602#else
3603# define ISLOWER(c) \
3604 (('a' <= (c) && (c) <= 'i') \
3605 || ('j' <= (c) && (c) <= 'r') \
3606 || ('s' <= (c) && (c) <= 'z'))
3607# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3608#endif
3609
3610#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3611int
3612main ()
3613{
3614 int i;
3615 for (i = 0; i < 256; i++)
3616 if (XOR (islower (i), ISLOWER (i))
3617 || toupper (i) != TOUPPER (i))
3618 return 2;
3619 return 0;
3620}
3621_ACEOF
3622if ac_fn_c_try_run "$LINENO"; then :
3623
3624else
3625 ac_cv_header_stdc=no
3626fi
3627rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3628 conftest.$ac_objext conftest.beam conftest.$ac_ext
3629fi
3630
3631fi
3632fi
3633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3634$as_echo "$ac_cv_header_stdc" >&6; }
3635if test $ac_cv_header_stdc = yes; then
3636
3637$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3638
3639fi
3640
3641# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3642for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3643 inttypes.h stdint.h unistd.h
3644do :
3645 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3646ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3647"
3648if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3649 cat >>confdefs.h <<_ACEOF
3650#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3651_ACEOF
3652
3653fi
3654
3655done
3656
3657
3658for ac_header in stdint.h inttypes.h
3659do :
3660 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3661ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
3662if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3663 cat >>confdefs.h <<_ACEOF
3664#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3665_ACEOF
3666
3667fi
3668
3669done
3670
3671for ac_header in net/if.h net/route.h
3672do :
3673 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3674ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
3675if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3676 cat >>confdefs.h <<_ACEOF
3677#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3678_ACEOF
3679
3680fi
3681
3682done
3683
3684for ac_header in sys/socket.h
3685do :
3686 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
6b668323 3687if test "x$ac_cv_header_sys_socket_h" = xyes; then :
94759fd3
IJ
3688 cat >>confdefs.h <<_ACEOF
3689#define HAVE_SYS_SOCKET_H 1
3690_ACEOF
3691
3692fi
3693
3694done
3695
3696for ac_header in linux/if.h
3697do :
3698 ac_fn_c_check_header_compile "$LINENO" "linux/if.h" "ac_cv_header_linux_if_h" "#if HAVE_SYS_SOCKET_H
3699# include <sys/socket.h>
3700#endif
3701
3702"
6b668323 3703if test "x$ac_cv_header_linux_if_h" = xyes; then :
94759fd3
IJ
3704 cat >>confdefs.h <<_ACEOF
3705#define HAVE_LINUX_IF_H 1
3706_ACEOF
3707
3708fi
3709
3710done
3711
3712for ac_header in stropts.h sys/sockio.h net/if_tun.h
3713do :
3714 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3715ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
3716if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3717 cat >>confdefs.h <<_ACEOF
3718#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3719_ACEOF
3720
3721fi
3722
3723done
3724
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
3726$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6b668323 3727if ${ac_cv_c_bigendian+:} false; then :
94759fd3
IJ
3728 $as_echo_n "(cached) " >&6
3729else
3730 ac_cv_c_bigendian=unknown
3731 # See if we're dealing with a universal compiler.
3732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3733/* end confdefs.h. */
3734#ifndef __APPLE_CC__
3735 not a universal capable compiler
3736 #endif
3737 typedef int dummy;
3738
3739_ACEOF
3740if ac_fn_c_try_compile "$LINENO"; then :
3741
3742 # Check for potential -arch flags. It is not universal unless
3743 # there are at least two -arch flags with different values.
3744 ac_arch=
3745 ac_prev=
3746 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
3747 if test -n "$ac_prev"; then
3748 case $ac_word in
3749 i?86 | x86_64 | ppc | ppc64)
3750 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
3751 ac_arch=$ac_word
3752 else
3753 ac_cv_c_bigendian=universal
3754 break
3755 fi
3756 ;;
3757 esac
3758 ac_prev=
3759 elif test "x$ac_word" = "x-arch"; then
3760 ac_prev=arch
3761 fi
3762 done
3763fi
3764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3765 if test $ac_cv_c_bigendian = unknown; then
3766 # See if sys/param.h defines the BYTE_ORDER macro.
3767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3768/* end confdefs.h. */
3769#include <sys/types.h>
3770 #include <sys/param.h>
3771
3772int
3773main ()
3774{
3775#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
3776 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
3777 && LITTLE_ENDIAN)
3778 bogus endian macros
3779 #endif
3780
3781 ;
3782 return 0;
3783}
3784_ACEOF
3785if ac_fn_c_try_compile "$LINENO"; then :
3786 # It does; now see whether it defined to BIG_ENDIAN or not.
3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3788/* end confdefs.h. */
3789#include <sys/types.h>
3790 #include <sys/param.h>
3791
3792int
3793main ()
3794{
3795#if BYTE_ORDER != BIG_ENDIAN
3796 not big endian
3797 #endif
3798
3799 ;
3800 return 0;
3801}
3802_ACEOF
3803if ac_fn_c_try_compile "$LINENO"; then :
3804 ac_cv_c_bigendian=yes
3805else
3806 ac_cv_c_bigendian=no
3807fi
3808rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3809fi
3810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3811 fi
3812 if test $ac_cv_c_bigendian = unknown; then
3813 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
3814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3815/* end confdefs.h. */
3816#include <limits.h>
3817
3818int
3819main ()
3820{
3821#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
3822 bogus endian macros
3823 #endif
3824
3825 ;
3826 return 0;
3827}
3828_ACEOF
3829if ac_fn_c_try_compile "$LINENO"; then :
3830 # It does; now see whether it defined to _BIG_ENDIAN or not.
3831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3832/* end confdefs.h. */
3833#include <limits.h>
3834
3835int
3836main ()
3837{
3838#ifndef _BIG_ENDIAN
3839 not big endian
3840 #endif
3841
3842 ;
3843 return 0;
3844}
3845_ACEOF
3846if ac_fn_c_try_compile "$LINENO"; then :
3847 ac_cv_c_bigendian=yes
3848else
3849 ac_cv_c_bigendian=no
3850fi
3851rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3852fi
3853rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3854 fi
3855 if test $ac_cv_c_bigendian = unknown; then
3856 # Compile a test program.
3857 if test "$cross_compiling" = yes; then :
3858 # Try to guess by grepping values from an object file.
3859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3860/* end confdefs.h. */
3861short int ascii_mm[] =
3862 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3863 short int ascii_ii[] =
3864 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3865 int use_ascii (int i) {
3866 return ascii_mm[i] + ascii_ii[i];
3867 }
3868 short int ebcdic_ii[] =
3869 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3870 short int ebcdic_mm[] =
3871 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3872 int use_ebcdic (int i) {
3873 return ebcdic_mm[i] + ebcdic_ii[i];
3874 }
3875 extern int foo;
3876
3877int
3878main ()
3879{
3880return use_ascii (foo) == use_ebcdic (foo);
3881 ;
3882 return 0;
3883}
3884_ACEOF
3885if ac_fn_c_try_compile "$LINENO"; then :
3886 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
3887 ac_cv_c_bigendian=yes
3888 fi
3889 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
3890 if test "$ac_cv_c_bigendian" = unknown; then
3891 ac_cv_c_bigendian=no
3892 else
3893 # finding both strings is unlikely to happen, but who knows?
3894 ac_cv_c_bigendian=unknown
3895 fi
3896 fi
3897fi
3898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3899else
3900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3901/* end confdefs.h. */
3902$ac_includes_default
3903int
3904main ()
3905{
3906
3907 /* Are we little or big endian? From Harbison&Steele. */
3908 union
3909 {
3910 long int l;
3911 char c[sizeof (long int)];
3912 } u;
3913 u.l = 1;
3914 return u.c[sizeof (long int) - 1] == 1;
3915
3916 ;
3917 return 0;
3918}
3919_ACEOF
3920if ac_fn_c_try_run "$LINENO"; then :
3921 ac_cv_c_bigendian=no
3922else
3923 ac_cv_c_bigendian=yes
3924fi
3925rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3926 conftest.$ac_objext conftest.beam conftest.$ac_ext
3927fi
3928
3929 fi
3930fi
3931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
3932$as_echo "$ac_cv_c_bigendian" >&6; }
3933 case $ac_cv_c_bigendian in #(
3934 yes)
3935 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
3936;; #(
3937 no)
3938 ;; #(
3939 universal)
3940
3941$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
3942
3943 ;; #(
3944 *)
3945 as_fn_error $? "unknown endianness
6b668323 3946 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
94759fd3
IJ
3947 esac
3948
3949# The cast to long int works around a bug in the HP C Compiler
3950# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
3951# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
3952# This bug is HP SR number 8606223364.
3953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
3954$as_echo_n "checking size of unsigned long long... " >&6; }
6b668323 3955if ${ac_cv_sizeof_unsigned_long_long+:} false; then :
94759fd3
IJ
3956 $as_echo_n "(cached) " >&6
3957else
3958 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
3959
3960else
3961 if test "$ac_cv_type_unsigned_long_long" = yes; then
3962 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3963$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3964as_fn_error 77 "cannot compute sizeof (unsigned long long)
6b668323 3965See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
3966 else
3967 ac_cv_sizeof_unsigned_long_long=0
3968 fi
3969fi
3970
3971fi
3972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
3973$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
3974
3975
3976
3977cat >>confdefs.h <<_ACEOF
3978#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
3979_ACEOF
3980
3981
3982# The cast to long int works around a bug in the HP C Compiler
3983# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
3984# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
3985# This bug is HP SR number 8606223364.
3986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
3987$as_echo_n "checking size of unsigned long... " >&6; }
6b668323 3988if ${ac_cv_sizeof_unsigned_long+:} false; then :
94759fd3
IJ
3989 $as_echo_n "(cached) " >&6
3990else
3991 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
3992
3993else
3994 if test "$ac_cv_type_unsigned_long" = yes; then
3995 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3996$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3997as_fn_error 77 "cannot compute sizeof (unsigned long)
6b668323 3998See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
3999 else
4000 ac_cv_sizeof_unsigned_long=0
4001 fi
4002fi
4003
4004fi
4005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
4006$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
4007
4008
4009
4010cat >>confdefs.h <<_ACEOF
4011#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
4012_ACEOF
4013
4014
4015# The cast to long int works around a bug in the HP C Compiler
4016# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4017# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4018# This bug is HP SR number 8606223364.
4019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned int" >&5
4020$as_echo_n "checking size of unsigned int... " >&6; }
6b668323 4021if ${ac_cv_sizeof_unsigned_int+:} false; then :
94759fd3
IJ
4022 $as_echo_n "(cached) " >&6
4023else
4024 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned int))" "ac_cv_sizeof_unsigned_int" "$ac_includes_default"; then :
4025
4026else
4027 if test "$ac_cv_type_unsigned_int" = yes; then
4028 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4029$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4030as_fn_error 77 "cannot compute sizeof (unsigned int)
6b668323 4031See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
4032 else
4033 ac_cv_sizeof_unsigned_int=0
4034 fi
4035fi
4036
4037fi
4038{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_int" >&5
4039$as_echo "$ac_cv_sizeof_unsigned_int" >&6; }
4040
4041
4042
4043cat >>confdefs.h <<_ACEOF
4044#define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
4045_ACEOF
4046
4047
4048# The cast to long int works around a bug in the HP C Compiler
4049# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4050# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4051# This bug is HP SR number 8606223364.
4052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned short" >&5
4053$as_echo_n "checking size of unsigned short... " >&6; }
6b668323 4054if ${ac_cv_sizeof_unsigned_short+:} false; then :
94759fd3
IJ
4055 $as_echo_n "(cached) " >&6
4056else
4057 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned short))" "ac_cv_sizeof_unsigned_short" "$ac_includes_default"; then :
4058
4059else
4060 if test "$ac_cv_type_unsigned_short" = yes; then
4061 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4062$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4063as_fn_error 77 "cannot compute sizeof (unsigned short)
6b668323 4064See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
4065 else
4066 ac_cv_sizeof_unsigned_short=0
4067 fi
4068fi
4069
4070fi
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_short" >&5
4072$as_echo "$ac_cv_sizeof_unsigned_short" >&6; }
4073
4074
4075
4076cat >>confdefs.h <<_ACEOF
4077#define SIZEOF_UNSIGNED_SHORT $ac_cv_sizeof_unsigned_short
4078_ACEOF
4079
4080
4081# The cast to long int works around a bug in the HP C Compiler
4082# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4083# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4084# This bug is HP SR number 8606223364.
4085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned char" >&5
4086$as_echo_n "checking size of unsigned char... " >&6; }
6b668323 4087if ${ac_cv_sizeof_unsigned_char+:} false; then :
94759fd3
IJ
4088 $as_echo_n "(cached) " >&6
4089else
4090 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned char))" "ac_cv_sizeof_unsigned_char" "$ac_includes_default"; then :
4091
4092else
4093 if test "$ac_cv_type_unsigned_char" = yes; then
4094 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4095$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4096as_fn_error 77 "cannot compute sizeof (unsigned char)
6b668323 4097See \`config.log' for more details" "$LINENO" 5; }
94759fd3
IJ
4098 else
4099 ac_cv_sizeof_unsigned_char=0
4100 fi
4101fi
4102
4103fi
4104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_char" >&5
4105$as_echo "$ac_cv_sizeof_unsigned_char" >&6; }
4106
4107
4108
4109cat >>confdefs.h <<_ACEOF
4110#define SIZEOF_UNSIGNED_CHAR $ac_cv_sizeof_unsigned_char
4111_ACEOF
4112
4113
4114
4115 hard=
4116 if test -z "$hard"; then
4117 msg="C to warn about writing to stringliterals"
4118 else
4119 msg="C to prohibit any write to stringliterals"
4120 fi
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $msg" >&5
4122$as_echo_n "checking $msg... " >&6; }
6b668323 4123if ${ac_cv_prog_cc_no_writeable_strings+:} false; then :
94759fd3
IJ
4124 $as_echo_n "(cached) " >&6
4125else
4126
4127 cat > conftest.c <<EOF
4128#include <string.h>
4129int main (void)
4130{
4131 char test[16];
4132 if (strcpy (test, "test")) return 0;
4133 return 1;
4134}
4135EOF
4136 if test "$GCC" = "yes";
4137 then
4138 if test -z "$hard"; then
4139 ac_cv_prog_cc_no_writeable_strings="-Wwrite-strings"
4140 else
4141 ac_cv_prog_cc_no_writeable_strings="-fno-writable-strings -Wwrite-strings"
4142 fi
4143
4144 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4145 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4146 fi
4147
4148 elif $CC -flags 2>&1 | grep "Xc.*strict ANSI C" > /dev/null 2>&1 &&
4149 $CC -c -xstrconst conftest.c > /dev/null 2>&1 &&
4150 test -f conftest.o
4151 then
4152 # strings go into readonly segment
4153 ac_cv_prog_cc_no_writeable_strings="-xstrconst"
4154
4155 rm conftest.o
4156 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4157 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4158 fi
4159
4160 elif $CC > /dev/null 2>&1 &&
4161 $CC -c +ESlit conftest.c > /dev/null 2>&1 &&
4162 test -f conftest.o
4163 then
4164 # strings go into readonly segment
4165 ac_cv_prog_cc_no_writeable_strings="+ESlit"
4166
4167 rm conftest.o
4168 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4169 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4170 fi
4171
4172 elif ! $CC > /dev/null 2>&1 &&
4173 $CC -c -readonly_strings conftest.c > /dev/null 2>&1 &&
4174 test -f conftest.o
4175 then
4176 # strings go into readonly segment
4177 ac_cv_prog_cc_no_writeable_strings="-readonly_strings"
4178
4179 rm conftest.o
4180 if test -n "`${CC-cc} -c $ac_cv_prog_cc_no_writeable_strings conftest.c 2>&1`" ; then
4181 ac_cv_prog_cc_no_writeable_strings="suppressed: string.h"
4182 fi
4183
4184
4185 # -use_readonly_const is the default for IRIX C,
4186 # puts them into .rodata, but they are copied later.
4187 # need to be "-G0 -rdatashared" for strictmode but
4188 # I am not sure what effect that has really.
4189
4190 fi
4191 rm -f conftest.*
4192
4193fi
4194{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_no_writeable_strings" >&5
4195$as_echo "$ac_cv_prog_cc_no_writeable_strings" >&6; }
4196 if test -z "$WRITESTRINGS" ; then
4197 if test -n "$ac_cv_prog_cc_no_writeable_strings" ; then
4198 case "$ac_cv_prog_cc_no_writeable_strings" in
4199 suppressed*) WRITESTRINGS="" ;; # known but suppressed
4200 *) WRITESTRINGS="$ac_cv_prog_cc_no_writeable_strings" ;;
4201 esac
4202 fi
4203 fi
4204
4205
4206
e1b81bd6
IJ
4207# Check whether --enable-hacky-parallel was given.
4208if test "${enable_hacky_parallel+set}" = set; then :
4209 enableval=$enable_hacky_parallel;
4210 case "$enableval" in
4211 n|0|no) ;;
4212 y|1|yes) CFLAGS="$CFLAGS -DHACKY_PARALLEL" ;;
4213 *) ;;
4214 esac
4215
4216fi
4217
4218
94759fd3
IJ
4219
4220
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpz_init_set_str in -lgmp" >&5
4222$as_echo_n "checking for mpz_init_set_str in -lgmp... " >&6; }
6b668323 4223if ${ac_cv_lib_gmp_mpz_init_set_str+:} false; then :
94759fd3
IJ
4224 $as_echo_n "(cached) " >&6
4225else
4226 ac_check_lib_save_LIBS=$LIBS
4227LIBS="-lgmp $LIBS"
4228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4229/* end confdefs.h. */
4230
4231/* Override any GCC internal prototype to avoid an error.
4232 Use char because int might match the return type of a GCC
4233 builtin and then its argument prototype would still apply. */
4234#ifdef __cplusplus
4235extern "C"
4236#endif
4237char mpz_init_set_str ();
4238int
4239main ()
4240{
4241return mpz_init_set_str ();
4242 ;
4243 return 0;
4244}
4245_ACEOF
4246if ac_fn_c_try_link "$LINENO"; then :
4247 ac_cv_lib_gmp_mpz_init_set_str=yes
4248else
4249 ac_cv_lib_gmp_mpz_init_set_str=no
4250fi
4251rm -f core conftest.err conftest.$ac_objext \
4252 conftest$ac_exeext conftest.$ac_ext
4253LIBS=$ac_check_lib_save_LIBS
4254fi
4255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_mpz_init_set_str" >&5
4256$as_echo "$ac_cv_lib_gmp_mpz_init_set_str" >&6; }
6b668323 4257if test "x$ac_cv_lib_gmp_mpz_init_set_str" = xyes; then :
94759fd3
IJ
4258 cat >>confdefs.h <<_ACEOF
4259#define HAVE_LIBGMP 1
4260_ACEOF
4261
4262 LIBS="-lgmp $LIBS"
4263
4264fi
4265
4266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpz_init_set_str in -lgmp2" >&5
4267$as_echo_n "checking for mpz_init_set_str in -lgmp2... " >&6; }
6b668323 4268if ${ac_cv_lib_gmp2_mpz_init_set_str+:} false; then :
94759fd3
IJ
4269 $as_echo_n "(cached) " >&6
4270else
4271 ac_check_lib_save_LIBS=$LIBS
4272LIBS="-lgmp2 $LIBS"
4273cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4274/* end confdefs.h. */
4275
4276/* Override any GCC internal prototype to avoid an error.
4277 Use char because int might match the return type of a GCC
4278 builtin and then its argument prototype would still apply. */
4279#ifdef __cplusplus
4280extern "C"
4281#endif
4282char mpz_init_set_str ();
4283int
4284main ()
4285{
4286return mpz_init_set_str ();
4287 ;
4288 return 0;
4289}
4290_ACEOF
4291if ac_fn_c_try_link "$LINENO"; then :
4292 ac_cv_lib_gmp2_mpz_init_set_str=yes
4293else
4294 ac_cv_lib_gmp2_mpz_init_set_str=no
4295fi
4296rm -f core conftest.err conftest.$ac_objext \
4297 conftest$ac_exeext conftest.$ac_ext
4298LIBS=$ac_check_lib_save_LIBS
4299fi
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp2_mpz_init_set_str" >&5
4301$as_echo "$ac_cv_lib_gmp2_mpz_init_set_str" >&6; }
6b668323 4302if test "x$ac_cv_lib_gmp2_mpz_init_set_str" = xyes; then :
94759fd3
IJ
4303 cat >>confdefs.h <<_ACEOF
4304#define HAVE_LIBGMP2 1
4305_ACEOF
4306
4307 LIBS="-lgmp2 $LIBS"
4308
4309fi
4310
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gmpz_init_set_str in -lgmp" >&5
4312$as_echo_n "checking for __gmpz_init_set_str in -lgmp... " >&6; }
6b668323 4313if ${ac_cv_lib_gmp___gmpz_init_set_str+:} false; then :
94759fd3
IJ
4314 $as_echo_n "(cached) " >&6
4315else
4316 ac_check_lib_save_LIBS=$LIBS
4317LIBS="-lgmp $LIBS"
4318cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4319/* end confdefs.h. */
4320
4321/* Override any GCC internal prototype to avoid an error.
4322 Use char because int might match the return type of a GCC
4323 builtin and then its argument prototype would still apply. */
4324#ifdef __cplusplus
4325extern "C"
4326#endif
4327char __gmpz_init_set_str ();
4328int
4329main ()
4330{
4331return __gmpz_init_set_str ();
4332 ;
4333 return 0;
4334}
4335_ACEOF
4336if ac_fn_c_try_link "$LINENO"; then :
4337 ac_cv_lib_gmp___gmpz_init_set_str=yes
4338else
4339 ac_cv_lib_gmp___gmpz_init_set_str=no
4340fi
4341rm -f core conftest.err conftest.$ac_objext \
4342 conftest$ac_exeext conftest.$ac_ext
4343LIBS=$ac_check_lib_save_LIBS
4344fi
4345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp___gmpz_init_set_str" >&5
4346$as_echo "$ac_cv_lib_gmp___gmpz_init_set_str" >&6; }
6b668323 4347if test "x$ac_cv_lib_gmp___gmpz_init_set_str" = xyes; then :
94759fd3
IJ
4348 cat >>confdefs.h <<_ACEOF
4349#define HAVE_LIBGMP 1
4350_ACEOF
4351
4352 LIBS="-lgmp $LIBS"
4353
4354fi
4355
4356ac_fn_c_check_header_mongrel "$LINENO" "gmp.h" "ac_cv_header_gmp_h" "$ac_includes_default"
6b668323 4357if test "x$ac_cv_header_gmp_h" = xyes; then :
94759fd3
IJ
4358
4359else
4360 as_fn_error $? "gmp.h not found" "$LINENO" 5
4361fi
4362
4363
4364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for yywrap in -lfl" >&5
4365$as_echo_n "checking for yywrap in -lfl... " >&6; }
6b668323 4366if ${ac_cv_lib_fl_yywrap+:} false; then :
94759fd3
IJ
4367 $as_echo_n "(cached) " >&6
4368else
4369 ac_check_lib_save_LIBS=$LIBS
4370LIBS="-lfl $LIBS"
4371cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4372/* end confdefs.h. */
4373
4374/* Override any GCC internal prototype to avoid an error.
4375 Use char because int might match the return type of a GCC
4376 builtin and then its argument prototype would still apply. */
4377#ifdef __cplusplus
4378extern "C"
4379#endif
4380char yywrap ();
4381int
4382main ()
4383{
4384return yywrap ();
4385 ;
4386 return 0;
4387}
4388_ACEOF
4389if ac_fn_c_try_link "$LINENO"; then :
4390 ac_cv_lib_fl_yywrap=yes
4391else
4392 ac_cv_lib_fl_yywrap=no
4393fi
4394rm -f core conftest.err conftest.$ac_objext \
4395 conftest$ac_exeext conftest.$ac_ext
4396LIBS=$ac_check_lib_save_LIBS
4397fi
4398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fl_yywrap" >&5
4399$as_echo "$ac_cv_lib_fl_yywrap" >&6; }
6b668323 4400if test "x$ac_cv_lib_fl_yywrap" = xyes; then :
94759fd3
IJ
4401 cat >>confdefs.h <<_ACEOF
4402#define HAVE_LIBFL 1
4403_ACEOF
4404
4405 LIBS="-lfl $LIBS"
4406
4407fi
4408
4409if test "$ac_cv_lib_fl_yywrap" != yes; then
4410 as_fn_error $? "A compatible libfl is required" "$LINENO" 5
4411fi
4412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lnsl" >&5
4413$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; }
6b668323 4414if ${ac_cv_lib_nsl_inet_ntoa+:} false; then :
94759fd3
IJ
4415 $as_echo_n "(cached) " >&6
4416else
4417 ac_check_lib_save_LIBS=$LIBS
4418LIBS="-lnsl $LIBS"
4419cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4420/* end confdefs.h. */
4421
4422/* Override any GCC internal prototype to avoid an error.
4423 Use char because int might match the return type of a GCC
4424 builtin and then its argument prototype would still apply. */
4425#ifdef __cplusplus
4426extern "C"
4427#endif
4428char inet_ntoa ();
4429int
4430main ()
4431{
4432return inet_ntoa ();
4433 ;
4434 return 0;
4435}
4436_ACEOF
4437if ac_fn_c_try_link "$LINENO"; then :
4438 ac_cv_lib_nsl_inet_ntoa=yes
4439else
4440 ac_cv_lib_nsl_inet_ntoa=no
4441fi
4442rm -f core conftest.err conftest.$ac_objext \
4443 conftest$ac_exeext conftest.$ac_ext
4444LIBS=$ac_check_lib_save_LIBS
4445fi
4446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_ntoa" >&5
4447$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; }
6b668323 4448if test "x$ac_cv_lib_nsl_inet_ntoa" = xyes; then :
94759fd3
IJ
4449 cat >>confdefs.h <<_ACEOF
4450#define HAVE_LIBNSL 1
4451_ACEOF
4452
4453 LIBS="-lnsl $LIBS"
4454
4455fi
4456
94759fd3
IJ
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
4458$as_echo_n "checking for socket in -lsocket... " >&6; }
6b668323 4459if ${ac_cv_lib_socket_socket+:} false; then :
94759fd3
IJ
4460 $as_echo_n "(cached) " >&6
4461else
4462 ac_check_lib_save_LIBS=$LIBS
4463LIBS="-lsocket $LIBS"
4464cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4465/* end confdefs.h. */
4466
4467/* Override any GCC internal prototype to avoid an error.
4468 Use char because int might match the return type of a GCC
4469 builtin and then its argument prototype would still apply. */
4470#ifdef __cplusplus
4471extern "C"
4472#endif
4473char socket ();
4474int
4475main ()
4476{
4477return socket ();
4478 ;
4479 return 0;
4480}
4481_ACEOF
4482if ac_fn_c_try_link "$LINENO"; then :
4483 ac_cv_lib_socket_socket=yes
4484else
4485 ac_cv_lib_socket_socket=no
4486fi
4487rm -f core conftest.err conftest.$ac_objext \
4488 conftest$ac_exeext conftest.$ac_ext
4489LIBS=$ac_check_lib_save_LIBS
4490fi
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
4492$as_echo "$ac_cv_lib_socket_socket" >&6; }
6b668323 4493if test "x$ac_cv_lib_socket_socket" = xyes; then :
94759fd3
IJ
4494 cat >>confdefs.h <<_ACEOF
4495#define HAVE_LIBSOCKET 1
4496_ACEOF
4497
4498 LIBS="-lsocket $LIBS"
4499
4500fi
4501
4502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -lresolv" >&5
4503$as_echo_n "checking for inet_aton in -lresolv... " >&6; }
6b668323 4504if ${ac_cv_lib_resolv_inet_aton+:} false; then :
94759fd3
IJ
4505 $as_echo_n "(cached) " >&6
4506else
4507 ac_check_lib_save_LIBS=$LIBS
4508LIBS="-lresolv $LIBS"
4509cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4510/* end confdefs.h. */
4511
4512/* Override any GCC internal prototype to avoid an error.
4513 Use char because int might match the return type of a GCC
4514 builtin and then its argument prototype would still apply. */
4515#ifdef __cplusplus
4516extern "C"
4517#endif
4518char inet_aton ();
4519int
4520main ()
4521{
4522return inet_aton ();
4523 ;
4524 return 0;
4525}
4526_ACEOF
4527if ac_fn_c_try_link "$LINENO"; then :
4528 ac_cv_lib_resolv_inet_aton=yes
4529else
4530 ac_cv_lib_resolv_inet_aton=no
4531fi
4532rm -f core conftest.err conftest.$ac_objext \
4533 conftest$ac_exeext conftest.$ac_ext
4534LIBS=$ac_check_lib_save_LIBS
4535fi
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_aton" >&5
4537$as_echo "$ac_cv_lib_resolv_inet_aton" >&6; }
6b668323 4538if test "x$ac_cv_lib_resolv_inet_aton" = xyes; then :
94759fd3
IJ
4539 cat >>confdefs.h <<_ACEOF
4540#define HAVE_LIBRESOLV 1
4541_ACEOF
4542
4543 LIBS="-lresolv $LIBS"
4544
4545fi
4546
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for adns_init in -ladns" >&5
4548$as_echo_n "checking for adns_init in -ladns... " >&6; }
6b668323 4549if ${ac_cv_lib_adns_adns_init+:} false; then :
94759fd3
IJ
4550 $as_echo_n "(cached) " >&6
4551else
4552 ac_check_lib_save_LIBS=$LIBS
4553LIBS="-ladns $LIBS"
4554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555/* end confdefs.h. */
4556
4557/* Override any GCC internal prototype to avoid an error.
4558 Use char because int might match the return type of a GCC
4559 builtin and then its argument prototype would still apply. */
4560#ifdef __cplusplus
4561extern "C"
4562#endif
4563char adns_init ();
4564int
4565main ()
4566{
4567return adns_init ();
4568 ;
4569 return 0;
4570}
4571_ACEOF
4572if ac_fn_c_try_link "$LINENO"; then :
4573 ac_cv_lib_adns_adns_init=yes
4574else
4575 ac_cv_lib_adns_adns_init=no
4576fi
4577rm -f core conftest.err conftest.$ac_objext \
4578 conftest$ac_exeext conftest.$ac_ext
4579LIBS=$ac_check_lib_save_LIBS
4580fi
4581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_adns_adns_init" >&5
4582$as_echo "$ac_cv_lib_adns_adns_init" >&6; }
6b668323 4583if test "x$ac_cv_lib_adns_adns_init" = xyes; then :
94759fd3
IJ
4584 cat >>confdefs.h <<_ACEOF
4585#define HAVE_LIBADNS 1
4586_ACEOF
4587
4588 LIBS="-ladns $LIBS"
4589
4590fi
4591
4592ac_fn_c_check_header_mongrel "$LINENO" "adns.h" "ac_cv_header_adns_h" "$ac_includes_default"
6b668323 4593if test "x$ac_cv_header_adns_h" = xyes; then :
94759fd3
IJ
4594
4595else
4596 as_fn_error $? "adns.h not found" "$LINENO" 5
4597fi
4598
4599
4600
94759fd3
IJ
4601ac_config_files="$ac_config_files Makefile"
4602
4603ac_config_commands="$ac_config_commands default"
4604
4605cat >confcache <<\_ACEOF
4606# This file is a shell script that caches the results of configure
4607# tests run on this system so they can be shared between configure
4608# scripts and configure runs, see configure's option --config-cache.
4609# It is not useful on other systems. If it contains results you don't
4610# want to keep, you may remove or edit it.
4611#
4612# config.status only pays attention to the cache file if you give it
4613# the --recheck option to rerun configure.
4614#
4615# `ac_cv_env_foo' variables (set or unset) will be overridden when
4616# loading this file, other *unset* `ac_cv_foo' will be assigned the
4617# following values.
4618
4619_ACEOF
4620
4621# The following way of writing the cache mishandles newlines in values,
4622# but we know of no workaround that is simple, portable, and efficient.
4623# So, we kill variables containing newlines.
4624# Ultrix sh set writes to stderr and can't be redirected directly,
4625# and sets the high bit in the cache file unless we assign to the vars.
4626(
4627 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4628 eval ac_val=\$$ac_var
4629 case $ac_val in #(
4630 *${as_nl}*)
4631 case $ac_var in #(
4632 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4633$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4634 esac
4635 case $ac_var in #(
4636 _ | IFS | as_nl) ;; #(
4637 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4638 *) { eval $ac_var=; unset $ac_var;} ;;
4639 esac ;;
4640 esac
4641 done
4642
4643 (set) 2>&1 |
4644 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4645 *${as_nl}ac_space=\ *)
4646 # `set' does not quote correctly, so add quotes: double-quote
4647 # substitution turns \\\\ into \\, and sed turns \\ into \.
4648 sed -n \
4649 "s/'/'\\\\''/g;
4650 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4651 ;; #(
4652 *)
4653 # `set' quotes correctly as required by POSIX, so do not add quotes.
4654 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4655 ;;
4656 esac |
4657 sort
4658) |
4659 sed '
4660 /^ac_cv_env_/b end
4661 t clear
4662 :clear
4663 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4664 t end
4665 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4666 :end' >>confcache
4667if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4668 if test -w "$cache_file"; then
6b668323 4669 if test "x$cache_file" != "x/dev/null"; then
94759fd3
IJ
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4671$as_echo "$as_me: updating cache $cache_file" >&6;}
6b668323
IJ
4672 if test ! -f "$cache_file" || test -h "$cache_file"; then
4673 cat confcache >"$cache_file"
4674 else
4675 case $cache_file in #(
4676 */* | ?:*)
4677 mv -f confcache "$cache_file"$$ &&
4678 mv -f "$cache_file"$$ "$cache_file" ;; #(
4679 *)
4680 mv -f confcache "$cache_file" ;;
4681 esac
4682 fi
4683 fi
94759fd3
IJ
4684 else
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4686$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4687 fi
4688fi
4689rm -f confcache
4690
4691test "x$prefix" = xNONE && prefix=$ac_default_prefix
4692# Let make expand exec_prefix.
4693test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4694
4695DEFS=-DHAVE_CONFIG_H
4696
4697ac_libobjs=
4698ac_ltlibobjs=
4699U=
4700for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4701 # 1. Remove the extension, and $U if already installed.
4702 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4703 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4704 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4705 # will be set to the directory where LIBOBJS objects are built.
4706 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4707 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4708done
4709LIBOBJS=$ac_libobjs
4710
4711LTLIBOBJS=$ac_ltlibobjs
4712
4713
4714
4715
6b668323 4716: "${CONFIG_STATUS=./config.status}"
94759fd3
IJ
4717ac_write_fail=0
4718ac_clean_files_save=$ac_clean_files
4719ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4720{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4721$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4722as_write_fail=0
4723cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4724#! $SHELL
4725# Generated by $as_me.
4726# Run this file to recreate the current configuration.
4727# Compiler output produced by configure, useful for debugging
4728# configure, is in config.log if it exists.
4729
4730debug=false
4731ac_cs_recheck=false
4732ac_cs_silent=false
4733
4734SHELL=\${CONFIG_SHELL-$SHELL}
4735export SHELL
4736_ASEOF
4737cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4738## -------------------- ##
4739## M4sh Initialization. ##
4740## -------------------- ##
4741
4742# Be more Bourne compatible
4743DUALCASE=1; export DUALCASE # for MKS sh
4744if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4745 emulate sh
4746 NULLCMD=:
4747 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4748 # is contrary to our usage. Disable this feature.
4749 alias -g '${1+"$@"}'='"$@"'
4750 setopt NO_GLOB_SUBST
4751else
4752 case `(set -o) 2>/dev/null` in #(
4753 *posix*) :
4754 set -o posix ;; #(
4755 *) :
4756 ;;
4757esac
4758fi
4759
4760
4761as_nl='
4762'
4763export as_nl
4764# Printing a long string crashes Solaris 7 /usr/bin/printf.
4765as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4766as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4767as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4768# Prefer a ksh shell builtin over an external printf program on Solaris,
4769# but without wasting forks for bash or zsh.
4770if test -z "$BASH_VERSION$ZSH_VERSION" \
4771 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4772 as_echo='print -r --'
4773 as_echo_n='print -rn --'
4774elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4775 as_echo='printf %s\n'
4776 as_echo_n='printf %s'
4777else
4778 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4779 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4780 as_echo_n='/usr/ucb/echo -n'
4781 else
4782 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4783 as_echo_n_body='eval
4784 arg=$1;
4785 case $arg in #(
4786 *"$as_nl"*)
4787 expr "X$arg" : "X\\(.*\\)$as_nl";
4788 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4789 esac;
4790 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4791 '
4792 export as_echo_n_body
4793 as_echo_n='sh -c $as_echo_n_body as_echo'
4794 fi
4795 export as_echo_body
4796 as_echo='sh -c $as_echo_body as_echo'
4797fi
4798
4799# The user is always right.
4800if test "${PATH_SEPARATOR+set}" != set; then
4801 PATH_SEPARATOR=:
4802 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4803 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4804 PATH_SEPARATOR=';'
4805 }
4806fi
4807
4808
4809# IFS
4810# We need space, tab and new line, in precisely that order. Quoting is
4811# there to prevent editors from complaining about space-tab.
4812# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4813# splitting by setting IFS to empty value.)
4814IFS=" "" $as_nl"
4815
4816# Find who we are. Look in the path if we contain no directory separator.
6b668323 4817as_myself=
94759fd3
IJ
4818case $0 in #((
4819 *[\\/]* ) as_myself=$0 ;;
4820 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4821for as_dir in $PATH
4822do
4823 IFS=$as_save_IFS
4824 test -z "$as_dir" && as_dir=.
4825 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4826 done
4827IFS=$as_save_IFS
4828
4829 ;;
4830esac
4831# We did not find ourselves, most probably we were run as `sh COMMAND'
4832# in which case we are not to be found in the path.
4833if test "x$as_myself" = x; then
4834 as_myself=$0
4835fi
4836if test ! -f "$as_myself"; then
4837 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4838 exit 1
4839fi
4840
4841# Unset variables that we do not need and which cause bugs (e.g. in
4842# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4843# suppresses any "Segmentation fault" message there. '((' could
4844# trigger a bug in pdksh 5.2.14.
4845for as_var in BASH_ENV ENV MAIL MAILPATH
4846do eval test x\${$as_var+set} = xset \
4847 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4848done
4849PS1='$ '
4850PS2='> '
4851PS4='+ '
4852
4853# NLS nuisances.
4854LC_ALL=C
4855export LC_ALL
4856LANGUAGE=C
4857export LANGUAGE
4858
4859# CDPATH.
4860(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4861
4862
4863# as_fn_error STATUS ERROR [LINENO LOG_FD]
4864# ----------------------------------------
4865# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4866# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4867# script with STATUS, using 1 if that was 0.
4868as_fn_error ()
4869{
4870 as_status=$1; test $as_status -eq 0 && as_status=1
4871 if test "$4"; then
4872 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4873 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4874 fi
4875 $as_echo "$as_me: error: $2" >&2
4876 as_fn_exit $as_status
4877} # as_fn_error
4878
4879
4880# as_fn_set_status STATUS
4881# -----------------------
4882# Set $? to STATUS, without forking.
4883as_fn_set_status ()
4884{
4885 return $1
4886} # as_fn_set_status
4887
4888# as_fn_exit STATUS
4889# -----------------
4890# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4891as_fn_exit ()
4892{
4893 set +e
4894 as_fn_set_status $1
4895 exit $1
4896} # as_fn_exit
4897
4898# as_fn_unset VAR
4899# ---------------
4900# Portably unset VAR.
4901as_fn_unset ()
4902{
4903 { eval $1=; unset $1;}
4904}
4905as_unset=as_fn_unset
4906# as_fn_append VAR VALUE
4907# ----------------------
4908# Append the text in VALUE to the end of the definition contained in VAR. Take
4909# advantage of any shell optimizations that allow amortized linear growth over
4910# repeated appends, instead of the typical quadratic growth present in naive
4911# implementations.
4912if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4913 eval 'as_fn_append ()
4914 {
4915 eval $1+=\$2
4916 }'
4917else
4918 as_fn_append ()
4919 {
4920 eval $1=\$$1\$2
4921 }
4922fi # as_fn_append
4923
4924# as_fn_arith ARG...
4925# ------------------
4926# Perform arithmetic evaluation on the ARGs, and store the result in the
4927# global $as_val. Take advantage of shells that can avoid forks. The arguments
4928# must be portable across $(()) and expr.
4929if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4930 eval 'as_fn_arith ()
4931 {
4932 as_val=$(( $* ))
4933 }'
4934else
4935 as_fn_arith ()
4936 {
4937 as_val=`expr "$@" || test $? -eq 1`
4938 }
4939fi # as_fn_arith
4940
4941
4942if expr a : '\(a\)' >/dev/null 2>&1 &&
4943 test "X`expr 00001 : '.*\(...\)'`" = X001; then
4944 as_expr=expr
4945else
4946 as_expr=false
4947fi
4948
4949if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4950 as_basename=basename
4951else
4952 as_basename=false
4953fi
4954
4955if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4956 as_dirname=dirname
4957else
4958 as_dirname=false
4959fi
4960
4961as_me=`$as_basename -- "$0" ||
4962$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4963 X"$0" : 'X\(//\)$' \| \
4964 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4965$as_echo X/"$0" |
4966 sed '/^.*\/\([^/][^/]*\)\/*$/{
4967 s//\1/
4968 q
4969 }
4970 /^X\/\(\/\/\)$/{
4971 s//\1/
4972 q
4973 }
4974 /^X\/\(\/\).*/{
4975 s//\1/
4976 q
4977 }
4978 s/.*/./; q'`
4979
4980# Avoid depending upon Character Ranges.
4981as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4982as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4983as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4984as_cr_digits='0123456789'
4985as_cr_alnum=$as_cr_Letters$as_cr_digits
4986
4987ECHO_C= ECHO_N= ECHO_T=
4988case `echo -n x` in #(((((
4989-n*)
4990 case `echo 'xy\c'` in
4991 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
4992 xy) ECHO_C='\c';;
4993 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
4994 ECHO_T=' ';;
4995 esac;;
4996*)
4997 ECHO_N='-n';;
4998esac
4999
5000rm -f conf$$ conf$$.exe conf$$.file
5001if test -d conf$$.dir; then
5002 rm -f conf$$.dir/conf$$.file
5003else
5004 rm -f conf$$.dir
5005 mkdir conf$$.dir 2>/dev/null
5006fi
5007if (echo >conf$$.file) 2>/dev/null; then
5008 if ln -s conf$$.file conf$$ 2>/dev/null; then
5009 as_ln_s='ln -s'
5010 # ... but there are two gotchas:
5011 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5012 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6b668323 5013 # In both cases, we have to default to `cp -pR'.
94759fd3 5014 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6b668323 5015 as_ln_s='cp -pR'
94759fd3
IJ
5016 elif ln conf$$.file conf$$ 2>/dev/null; then
5017 as_ln_s=ln
5018 else
6b668323 5019 as_ln_s='cp -pR'
94759fd3
IJ
5020 fi
5021else
6b668323 5022 as_ln_s='cp -pR'
94759fd3
IJ
5023fi
5024rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5025rmdir conf$$.dir 2>/dev/null
5026
5027
5028# as_fn_mkdir_p
5029# -------------
5030# Create "$as_dir" as a directory, including parents if necessary.
5031as_fn_mkdir_p ()
5032{
5033
5034 case $as_dir in #(
5035 -*) as_dir=./$as_dir;;
5036 esac
5037 test -d "$as_dir" || eval $as_mkdir_p || {
5038 as_dirs=
5039 while :; do
5040 case $as_dir in #(
5041 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5042 *) as_qdir=$as_dir;;
5043 esac
5044 as_dirs="'$as_qdir' $as_dirs"
5045 as_dir=`$as_dirname -- "$as_dir" ||
5046$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5047 X"$as_dir" : 'X\(//\)[^/]' \| \
5048 X"$as_dir" : 'X\(//\)$' \| \
5049 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5050$as_echo X"$as_dir" |
5051 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5052 s//\1/
5053 q
5054 }
5055 /^X\(\/\/\)[^/].*/{
5056 s//\1/
5057 q
5058 }
5059 /^X\(\/\/\)$/{
5060 s//\1/
5061 q
5062 }
5063 /^X\(\/\).*/{
5064 s//\1/
5065 q
5066 }
5067 s/.*/./; q'`
5068 test -d "$as_dir" && break
5069 done
5070 test -z "$as_dirs" || eval "mkdir $as_dirs"
5071 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5072
5073
5074} # as_fn_mkdir_p
5075if mkdir -p . 2>/dev/null; then
5076 as_mkdir_p='mkdir -p "$as_dir"'
5077else
5078 test -d ./-p && rmdir ./-p
5079 as_mkdir_p=false
5080fi
5081
6b668323
IJ
5082
5083# as_fn_executable_p FILE
5084# -----------------------
5085# Test if FILE is an executable regular file.
5086as_fn_executable_p ()
5087{
5088 test -f "$1" && test -x "$1"
5089} # as_fn_executable_p
5090as_test_x='test -x'
5091as_executable_p=as_fn_executable_p
94759fd3
IJ
5092
5093# Sed expression to map a string onto a valid CPP name.
5094as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5095
5096# Sed expression to map a string onto a valid variable name.
5097as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5098
5099
5100exec 6>&1
5101## ----------------------------------- ##
5102## Main body of $CONFIG_STATUS script. ##
5103## ----------------------------------- ##
5104_ASEOF
5105test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5106
5107cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5108# Save the log message, to keep $0 and so on meaningful, and to
5109# report actual input values of CONFIG_FILES etc. instead of their
5110# values after options handling.
5111ac_log="
00152558 5112This file was extended by secnet $as_me 0.1.18+, which was
6b668323 5113generated by GNU Autoconf 2.69. Invocation command line was
94759fd3
IJ
5114
5115 CONFIG_FILES = $CONFIG_FILES
5116 CONFIG_HEADERS = $CONFIG_HEADERS
5117 CONFIG_LINKS = $CONFIG_LINKS
5118 CONFIG_COMMANDS = $CONFIG_COMMANDS
5119 $ $0 $@
5120
5121on `(hostname || uname -n) 2>/dev/null | sed 1q`
5122"
5123
5124_ACEOF
5125
5126case $ac_config_files in *"
5127"*) set x $ac_config_files; shift; ac_config_files=$*;;
5128esac
5129
5130case $ac_config_headers in *"
5131"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5132esac
5133
5134
5135cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5136# Files that config.status was made for.
5137config_files="$ac_config_files"
5138config_headers="$ac_config_headers"
5139config_commands="$ac_config_commands"
5140
5141_ACEOF
5142
5143cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5144ac_cs_usage="\
5145\`$as_me' instantiates files and other configuration actions
5146from templates according to the current configuration. Unless the files
5147and actions are specified as TAGs, all are instantiated by default.
5148
5149Usage: $0 [OPTION]... [TAG]...
5150
5151 -h, --help print this help, then exit
5152 -V, --version print version number and configuration settings, then exit
5153 --config print configuration, then exit
5154 -q, --quiet, --silent
5155 do not print progress messages
5156 -d, --debug don't remove temporary files
5157 --recheck update $as_me by reconfiguring in the same conditions
5158 --file=FILE[:TEMPLATE]
5159 instantiate the configuration file FILE
5160 --header=FILE[:TEMPLATE]
5161 instantiate the configuration header FILE
5162
5163Configuration files:
5164$config_files
5165
5166Configuration headers:
5167$config_headers
5168
5169Configuration commands:
5170$config_commands
5171
5172Report bugs to <secnet@chiark.greenend.org.uk>."
5173
5174_ACEOF
5175cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5176ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5177ac_cs_version="\\
00152558 5178secnet config.status 0.1.18+
6b668323 5179configured by $0, generated by GNU Autoconf 2.69,
94759fd3
IJ
5180 with options \\"\$ac_cs_config\\"
5181
6b668323 5182Copyright (C) 2012 Free Software Foundation, Inc.
94759fd3
IJ
5183This config.status script is free software; the Free Software Foundation
5184gives unlimited permission to copy, distribute and modify it."
5185
5186ac_pwd='$ac_pwd'
5187srcdir='$srcdir'
5188INSTALL='$INSTALL'
5189test -n "\$AWK" || AWK=awk
5190_ACEOF
5191
5192cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5193# The default lists apply if the user does not specify any file.
5194ac_need_defaults=:
5195while test $# != 0
5196do
5197 case $1 in
5198 --*=?*)
5199 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5200 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5201 ac_shift=:
5202 ;;
5203 --*=)
5204 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5205 ac_optarg=
5206 ac_shift=:
5207 ;;
5208 *)
5209 ac_option=$1
5210 ac_optarg=$2
5211 ac_shift=shift
5212 ;;
5213 esac
5214
5215 case $ac_option in
5216 # Handling of the options.
5217 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5218 ac_cs_recheck=: ;;
5219 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5220 $as_echo "$ac_cs_version"; exit ;;
5221 --config | --confi | --conf | --con | --co | --c )
5222 $as_echo "$ac_cs_config"; exit ;;
5223 --debug | --debu | --deb | --de | --d | -d )
5224 debug=: ;;
5225 --file | --fil | --fi | --f )
5226 $ac_shift
5227 case $ac_optarg in
5228 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5229 '') as_fn_error $? "missing file argument" ;;
5230 esac
5231 as_fn_append CONFIG_FILES " '$ac_optarg'"
5232 ac_need_defaults=false;;
5233 --header | --heade | --head | --hea )
5234 $ac_shift
5235 case $ac_optarg in
5236 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5237 esac
5238 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5239 ac_need_defaults=false;;
5240 --he | --h)
5241 # Conflict between --help and --header
5242 as_fn_error $? "ambiguous option: \`$1'
5243Try \`$0 --help' for more information.";;
5244 --help | --hel | -h )
5245 $as_echo "$ac_cs_usage"; exit ;;
5246 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5247 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5248 ac_cs_silent=: ;;
5249
5250 # This is an error.
5251 -*) as_fn_error $? "unrecognized option: \`$1'
5252Try \`$0 --help' for more information." ;;
5253
5254 *) as_fn_append ac_config_targets " $1"
5255 ac_need_defaults=false ;;
5256
5257 esac
5258 shift
5259done
5260
5261ac_configure_extra_args=
5262
5263if $ac_cs_silent; then
5264 exec 6>/dev/null
5265 ac_configure_extra_args="$ac_configure_extra_args --silent"
5266fi
5267
5268_ACEOF
5269cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5270if \$ac_cs_recheck; then
6b668323 5271 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
94759fd3
IJ
5272 shift
5273 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5274 CONFIG_SHELL='$SHELL'
5275 export CONFIG_SHELL
5276 exec "\$@"
5277fi
5278
5279_ACEOF
5280cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5281exec 5>>config.log
5282{
5283 echo
5284 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5285## Running $as_me. ##
5286_ASBOX
5287 $as_echo "$ac_log"
5288} >&5
5289
5290_ACEOF
5291cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5292_ACEOF
5293
5294cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5295
5296# Handling of arguments.
5297for ac_config_target in $ac_config_targets
5298do
5299 case $ac_config_target in
5300 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5301 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5302 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
5303
6b668323 5304 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
94759fd3
IJ
5305 esac
5306done
5307
5308
5309# If the user did not use the arguments to specify the items to instantiate,
5310# then the envvar interface is used. Set only those that are not.
5311# We use the long form for the default assignment because of an extremely
5312# bizarre bug on SunOS 4.1.3.
5313if $ac_need_defaults; then
5314 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5315 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5316 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5317fi
5318
5319# Have a temporary directory for convenience. Make it in the build tree
5320# simply because there is no reason against having it here, and in addition,
5321# creating and moving files from /tmp can sometimes cause problems.
5322# Hook for its removal unless debugging.
5323# Note that there is a small window in which the directory will not be cleaned:
5324# after its creation but before its name has been assigned to `$tmp'.
5325$debug ||
5326{
6b668323 5327 tmp= ac_tmp=
94759fd3 5328 trap 'exit_status=$?
6b668323
IJ
5329 : "${ac_tmp:=$tmp}"
5330 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
94759fd3
IJ
5331' 0
5332 trap 'as_fn_exit 1' 1 2 13 15
5333}
5334# Create a (secure) tmp directory for tmp files.
5335
5336{
5337 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6b668323 5338 test -d "$tmp"
94759fd3
IJ
5339} ||
5340{
5341 tmp=./conf$$-$RANDOM
5342 (umask 077 && mkdir "$tmp")
5343} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6b668323 5344ac_tmp=$tmp
94759fd3
IJ
5345
5346# Set up the scripts for CONFIG_FILES section.
5347# No need to generate them if there are no CONFIG_FILES.
5348# This happens for instance with `./config.status config.h'.
5349if test -n "$CONFIG_FILES"; then
5350
5351
5352ac_cr=`echo X | tr X '\015'`
5353# On cygwin, bash can eat \r inside `` if the user requested igncr.
5354# But we know of no other shell where ac_cr would be empty at this
5355# point, so we can use a bashism as a fallback.
5356if test "x$ac_cr" = x; then
5357 eval ac_cr=\$\'\\r\'
5358fi
5359ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5360if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5361 ac_cs_awk_cr='\\r'
5362else
5363 ac_cs_awk_cr=$ac_cr
5364fi
5365
6b668323 5366echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
94759fd3
IJ
5367_ACEOF
5368
5369
5370{
5371 echo "cat >conf$$subs.awk <<_ACEOF" &&
5372 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5373 echo "_ACEOF"
5374} >conf$$subs.sh ||
5375 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5376ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5377ac_delim='%!_!# '
5378for ac_last_try in false false false false false :; do
5379 . ./conf$$subs.sh ||
5380 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5381
5382 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5383 if test $ac_delim_n = $ac_delim_num; then
5384 break
5385 elif $ac_last_try; then
5386 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5387 else
5388 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5389 fi
5390done
5391rm -f conf$$subs.sh
5392
5393cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6b668323 5394cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
94759fd3
IJ
5395_ACEOF
5396sed -n '
5397h
5398s/^/S["/; s/!.*/"]=/
5399p
5400g
5401s/^[^!]*!//
5402:repl
5403t repl
5404s/'"$ac_delim"'$//
5405t delim
5406:nl
5407h
5408s/\(.\{148\}\)..*/\1/
5409t more1
5410s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5411p
5412n
5413b repl
5414:more1
5415s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5416p
5417g
5418s/.\{148\}//
5419t nl
5420:delim
5421h
5422s/\(.\{148\}\)..*/\1/
5423t more2
5424s/["\\]/\\&/g; s/^/"/; s/$/"/
5425p
5426b
5427:more2
5428s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5429p
5430g
5431s/.\{148\}//
5432t delim
5433' <conf$$subs.awk | sed '
5434/^[^""]/{
5435 N
5436 s/\n//
5437}
5438' >>$CONFIG_STATUS || ac_write_fail=1
5439rm -f conf$$subs.awk
5440cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5441_ACAWK
6b668323 5442cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
94759fd3
IJ
5443 for (key in S) S_is_set[key] = 1
5444 FS = "\a"
5445
5446}
5447{
5448 line = $ 0
5449 nfields = split(line, field, "@")
5450 substed = 0
5451 len = length(field[1])
5452 for (i = 2; i < nfields; i++) {
5453 key = field[i]
5454 keylen = length(key)
5455 if (S_is_set[key]) {
5456 value = S[key]
5457 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5458 len += length(value) + length(field[++i])
5459 substed = 1
5460 } else
5461 len += 1 + keylen
5462 }
5463
5464 print line
5465}
5466
5467_ACAWK
5468_ACEOF
5469cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5470if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5471 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5472else
5473 cat
6b668323 5474fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
94759fd3
IJ
5475 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5476_ACEOF
5477
5478# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5479# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5480# trailing colons and then remove the whole line if VPATH becomes empty
5481# (actually we leave an empty line to preserve line numbers).
5482if test "x$srcdir" = x.; then
5483 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5484h
5485s///
5486s/^/:/
5487s/[ ]*$/:/
5488s/:\$(srcdir):/:/g
5489s/:\${srcdir}:/:/g
5490s/:@srcdir@:/:/g
5491s/^:*//
5492s/:*$//
5493x
5494s/\(=[ ]*\).*/\1/
5495G
5496s/\n//
5497s/^[^=]*=[ ]*$//
5498}'
5499fi
5500
5501cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5502fi # test -n "$CONFIG_FILES"
5503
5504# Set up the scripts for CONFIG_HEADERS section.
5505# No need to generate them if there are no CONFIG_HEADERS.
5506# This happens for instance with `./config.status Makefile'.
5507if test -n "$CONFIG_HEADERS"; then
6b668323 5508cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
94759fd3
IJ
5509BEGIN {
5510_ACEOF
5511
5512# Transform confdefs.h into an awk script `defines.awk', embedded as
5513# here-document in config.status, that substitutes the proper values into
5514# config.h.in to produce config.h.
5515
5516# Create a delimiter string that does not exist in confdefs.h, to ease
5517# handling of long lines.
5518ac_delim='%!_!# '
5519for ac_last_try in false false :; do
6b668323
IJ
5520 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
5521 if test -z "$ac_tt"; then
94759fd3
IJ
5522 break
5523 elif $ac_last_try; then
5524 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5525 else
5526 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5527 fi
5528done
5529
5530# For the awk script, D is an array of macro values keyed by name,
5531# likewise P contains macro parameters if any. Preserve backslash
5532# newline sequences.
5533
5534ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
5535sed -n '
5536s/.\{148\}/&'"$ac_delim"'/g
5537t rset
5538:rset
5539s/^[ ]*#[ ]*define[ ][ ]*/ /
5540t def
5541d
5542:def
5543s/\\$//
5544t bsnl
5545s/["\\]/\\&/g
5546s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
5547D["\1"]=" \3"/p
5548s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
5549d
5550:bsnl
5551s/["\\]/\\&/g
5552s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
5553D["\1"]=" \3\\\\\\n"\\/p
5554t cont
5555s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
5556t cont
5557d
5558:cont
5559n
5560s/.\{148\}/&'"$ac_delim"'/g
5561t clear
5562:clear
5563s/\\$//
5564t bsnlc
5565s/["\\]/\\&/g; s/^/"/; s/$/"/p
5566d
5567:bsnlc
5568s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
5569b cont
5570' <confdefs.h | sed '
5571s/'"$ac_delim"'/"\\\
5572"/g' >>$CONFIG_STATUS || ac_write_fail=1
5573
5574cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5575 for (key in D) D_is_set[key] = 1
5576 FS = "\a"
5577}
5578/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
5579 line = \$ 0
5580 split(line, arg, " ")
5581 if (arg[1] == "#") {
5582 defundef = arg[2]
5583 mac1 = arg[3]
5584 } else {
5585 defundef = substr(arg[1], 2)
5586 mac1 = arg[2]
5587 }
5588 split(mac1, mac2, "(") #)
5589 macro = mac2[1]
5590 prefix = substr(line, 1, index(line, defundef) - 1)
5591 if (D_is_set[macro]) {
5592 # Preserve the white space surrounding the "#".
5593 print prefix "define", macro P[macro] D[macro]
5594 next
5595 } else {
5596 # Replace #undef with comments. This is necessary, for example,
5597 # in the case of _POSIX_SOURCE, which is predefined and required
5598 # on some systems where configure will not decide to define it.
5599 if (defundef == "undef") {
5600 print "/*", prefix defundef, macro, "*/"
5601 next
5602 }
5603 }
5604}
5605{ print }
5606_ACAWK
5607_ACEOF
5608cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5609 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5610fi # test -n "$CONFIG_HEADERS"
5611
5612
5613eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
5614shift
5615for ac_tag
5616do
5617 case $ac_tag in
5618 :[FHLC]) ac_mode=$ac_tag; continue;;
5619 esac
5620 case $ac_mode$ac_tag in
5621 :[FHL]*:*);;
6b668323 5622 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
94759fd3
IJ
5623 :[FH]-) ac_tag=-:-;;
5624 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5625 esac
5626 ac_save_IFS=$IFS
5627 IFS=:
5628 set x $ac_tag
5629 IFS=$ac_save_IFS
5630 shift
5631 ac_file=$1
5632 shift
5633
5634 case $ac_mode in
5635 :L) ac_source=$1;;
5636 :[FH])
5637 ac_file_inputs=
5638 for ac_f
5639 do
5640 case $ac_f in
6b668323 5641 -) ac_f="$ac_tmp/stdin";;
94759fd3
IJ
5642 *) # Look for the file first in the build tree, then in the source tree
5643 # (if the path is not absolute). The absolute path cannot be DOS-style,
5644 # because $ac_f cannot contain `:'.
5645 test -f "$ac_f" ||
5646 case $ac_f in
5647 [\\/$]*) false;;
5648 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5649 esac ||
6b668323 5650 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
94759fd3
IJ
5651 esac
5652 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5653 as_fn_append ac_file_inputs " '$ac_f'"
5654 done
5655
5656 # Let's still pretend it is `configure' which instantiates (i.e., don't
5657 # use $as_me), people would be surprised to read:
5658 # /* config.h. Generated by config.status. */
5659 configure_input='Generated from '`
5660 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5661 `' by configure.'
5662 if test x"$ac_file" != x-; then
5663 configure_input="$ac_file. $configure_input"
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5665$as_echo "$as_me: creating $ac_file" >&6;}
5666 fi
5667 # Neutralize special characters interpreted by sed in replacement strings.
5668 case $configure_input in #(
5669 *\&* | *\|* | *\\* )
5670 ac_sed_conf_input=`$as_echo "$configure_input" |
5671 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5672 *) ac_sed_conf_input=$configure_input;;
5673 esac
5674
5675 case $ac_tag in
6b668323
IJ
5676 *:-:* | *:-) cat >"$ac_tmp/stdin" \
5677 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
94759fd3
IJ
5678 esac
5679 ;;
5680 esac
5681
5682 ac_dir=`$as_dirname -- "$ac_file" ||
5683$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5684 X"$ac_file" : 'X\(//\)[^/]' \| \
5685 X"$ac_file" : 'X\(//\)$' \| \
5686 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5687$as_echo X"$ac_file" |
5688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5689 s//\1/
5690 q
5691 }
5692 /^X\(\/\/\)[^/].*/{
5693 s//\1/
5694 q
5695 }
5696 /^X\(\/\/\)$/{
5697 s//\1/
5698 q
5699 }
5700 /^X\(\/\).*/{
5701 s//\1/
5702 q
5703 }
5704 s/.*/./; q'`
5705 as_dir="$ac_dir"; as_fn_mkdir_p
5706 ac_builddir=.
5707
5708case "$ac_dir" in
5709.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5710*)
5711 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5712 # A ".." for each directory in $ac_dir_suffix.
5713 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5714 case $ac_top_builddir_sub in
5715 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5716 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5717 esac ;;
5718esac
5719ac_abs_top_builddir=$ac_pwd
5720ac_abs_builddir=$ac_pwd$ac_dir_suffix
5721# for backward compatibility:
5722ac_top_builddir=$ac_top_build_prefix
5723
5724case $srcdir in
5725 .) # We are building in place.
5726 ac_srcdir=.
5727 ac_top_srcdir=$ac_top_builddir_sub
5728 ac_abs_top_srcdir=$ac_pwd ;;
5729 [\\/]* | ?:[\\/]* ) # Absolute name.
5730 ac_srcdir=$srcdir$ac_dir_suffix;
5731 ac_top_srcdir=$srcdir
5732 ac_abs_top_srcdir=$srcdir ;;
5733 *) # Relative name.
5734 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5735 ac_top_srcdir=$ac_top_build_prefix$srcdir
5736 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5737esac
5738ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5739
5740
5741 case $ac_mode in
5742 :F)
5743 #
5744 # CONFIG_FILE
5745 #
5746
5747 case $INSTALL in
5748 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5749 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5750 esac
5751_ACEOF
5752
5753cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5754# If the template does not know about datarootdir, expand it.
5755# FIXME: This hack should be removed a few years after 2.60.
5756ac_datarootdir_hack=; ac_datarootdir_seen=
5757ac_sed_dataroot='
5758/datarootdir/ {
5759 p
5760 q
5761}
5762/@datadir@/p
5763/@docdir@/p
5764/@infodir@/p
5765/@localedir@/p
5766/@mandir@/p'
5767case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5768*datarootdir*) ac_datarootdir_seen=yes;;
5769*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5771$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5772_ACEOF
5773cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5774 ac_datarootdir_hack='
5775 s&@datadir@&$datadir&g
5776 s&@docdir@&$docdir&g
5777 s&@infodir@&$infodir&g
5778 s&@localedir@&$localedir&g
5779 s&@mandir@&$mandir&g
5780 s&\\\${datarootdir}&$datarootdir&g' ;;
5781esac
5782_ACEOF
5783
5784# Neutralize VPATH when `$srcdir' = `.'.
5785# Shell code in configure.ac might set extrasub.
5786# FIXME: do we really want to maintain this feature?
5787cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5788ac_sed_extra="$ac_vpsub
5789$extrasub
5790_ACEOF
5791cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5792:t
5793/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5794s|@configure_input@|$ac_sed_conf_input|;t t
5795s&@top_builddir@&$ac_top_builddir_sub&;t t
5796s&@top_build_prefix@&$ac_top_build_prefix&;t t
5797s&@srcdir@&$ac_srcdir&;t t
5798s&@abs_srcdir@&$ac_abs_srcdir&;t t
5799s&@top_srcdir@&$ac_top_srcdir&;t t
5800s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5801s&@builddir@&$ac_builddir&;t t
5802s&@abs_builddir@&$ac_abs_builddir&;t t
5803s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5804s&@INSTALL@&$ac_INSTALL&;t t
5805$ac_datarootdir_hack
5806"
6b668323
IJ
5807eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5808 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
94759fd3
IJ
5809
5810test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6b668323
IJ
5811 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5812 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5813 "$ac_tmp/out"`; test -z "$ac_out"; } &&
94759fd3
IJ
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5815which seems to be undefined. Please make sure it is defined" >&5
5816$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5817which seems to be undefined. Please make sure it is defined" >&2;}
5818
6b668323 5819 rm -f "$ac_tmp/stdin"
94759fd3 5820 case $ac_file in
6b668323
IJ
5821 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5822 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
94759fd3
IJ
5823 esac \
5824 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5825 ;;
5826 :H)
5827 #
5828 # CONFIG_HEADER
5829 #
5830 if test x"$ac_file" != x-; then
5831 {
5832 $as_echo "/* $configure_input */" \
6b668323
IJ
5833 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
5834 } >"$ac_tmp/config.h" \
94759fd3 5835 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6b668323 5836 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
94759fd3
IJ
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
5838$as_echo "$as_me: $ac_file is unchanged" >&6;}
5839 else
5840 rm -f "$ac_file"
6b668323 5841 mv "$ac_tmp/config.h" "$ac_file" \
94759fd3
IJ
5842 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5843 fi
5844 else
5845 $as_echo "/* $configure_input */" \
6b668323 5846 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
94759fd3
IJ
5847 || as_fn_error $? "could not create -" "$LINENO" 5
5848 fi
5849 ;;
5850
5851 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5852$as_echo "$as_me: executing $ac_file commands" >&6;}
5853 ;;
5854 esac
5855
5856
5857 case $ac_file$ac_mode in
5858 "default":C) echo timestamp >stamp-h ;;
5859
5860 esac
5861done # for ac_tag
5862
5863
5864as_fn_exit 0
5865_ACEOF
5866ac_clean_files=$ac_clean_files_save
5867
5868test $ac_write_fail = 0 ||
5869 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5870
5871
5872# configure is writing to config.log, and then calls config.status.
5873# config.status does its own redirection, appending to config.log.
5874# Unfortunately, on DOS this fails, as config.log is still kept open
5875# by configure, so config.status won't be able to write to it; its
5876# output is simply discarded. So we exec the FD to /dev/null,
5877# effectively closing config.log, so it can be properly (re)opened and
5878# appended to by config.status. When coming back to configure, we
5879# need to make the FD available again.
5880if test "$no_create" != yes; then
5881 ac_cs_success=:
5882 ac_config_status_args=
5883 test "$silent" = yes &&
5884 ac_config_status_args="$ac_config_status_args --quiet"
5885 exec 5>/dev/null
5886 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5887 exec 5>>config.log
5888 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5889 # would make configure fail if this is the last instruction.
5890 $ac_cs_success || as_fn_exit 1
5891fi
5892if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5894$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5895fi
5896
5897
5898
5899
5900