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