]> git.ipfire.org Git - thirdparty/dhcp.git/blob - configure
[master] Added support for --with-srv-conf-file configuration parameter.
[thirdparty/dhcp.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for DHCP 4.4.0-dev.
4 #
5 # Report bugs to <dhcp-users@isc.org>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
90
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
103
104 ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176 esac
177 fi
178 "
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193 exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
206 fi
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213 do
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
218 /*)
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
227 fi
228 fi
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
238
239
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
260 fi
261
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and dhcp-users@isc.org
270 $0: about your system, including any error possibly output
271 $0: before this message. Then install a modern shell, or
272 $0: manually run the script under such a shell if you do
273 $0: have one."
274 fi
275 exit 1
276 fi
277 fi
278 fi
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
284
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
292 {
293 { eval $1=; unset $1;}
294 }
295 as_unset=as_fn_unset
296
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
301 {
302 return $1
303 } # as_fn_set_status
304
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
309 {
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
314
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
319 {
320
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
340 q
341 }
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
344 q
345 }
346 /^X\(\/\/\)$/{
347 s//\1/
348 q
349 }
350 /^X\(\/\).*/{
351 s//\1/
352 q
353 }
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
359
360
361 } # as_fn_mkdir_p
362
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
367 {
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
378 {
379 eval $1+=\$2
380 }'
381 else
382 as_fn_append ()
383 {
384 eval $1=\$$1\$2
385 }
386 fi # as_fn_append
387
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
395 {
396 as_val=$(( $* ))
397 }'
398 else
399 as_fn_arith ()
400 {
401 as_val=`expr "$@" || test $? -eq 1`
402 }
403 fi # as_fn_arith
404
405
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
412 {
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417 fi
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
421
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
427 fi
428
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
433 fi
434
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
439 fi
440
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
448 q
449 }
450 /^X\/\(\/\/\)$/{
451 s//\1/
452 q
453 }
454 /^X\/\(\/\).*/{
455 s//\1/
456 q
457 }
458 s/.*/./; q'`
459
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
474 p
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
480 b
481 :lineno
482 N
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
501 }
502
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
512 *)
513 ECHO_N='-n';;
514 esac
515
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
522 fi
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
536 fi
537 else
538 as_ln_s='cp -pR'
539 fi
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
542
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
548 fi
549
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
552
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
558
559
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
562
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
567
568 #
569 # Initializations.
570 #
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
579
580 # Identity of this package.
581 PACKAGE_NAME='DHCP'
582 PACKAGE_TARNAME='dhcp'
583 PACKAGE_VERSION='4.4.0-dev'
584 PACKAGE_STRING='DHCP 4.4.0-dev'
585 PACKAGE_BUGREPORT='dhcp-users@isc.org'
586 PACKAGE_URL=''
587
588 # Factoring default headers for most tests.
589 ac_includes_default="\
590 #include <stdio.h>
591 #ifdef HAVE_SYS_TYPES_H
592 # include <sys/types.h>
593 #endif
594 #ifdef HAVE_SYS_STAT_H
595 # include <sys/stat.h>
596 #endif
597 #ifdef STDC_HEADERS
598 # include <stdlib.h>
599 # include <stddef.h>
600 #else
601 # ifdef HAVE_STDLIB_H
602 # include <stdlib.h>
603 # endif
604 #endif
605 #ifdef HAVE_STRING_H
606 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
607 # include <memory.h>
608 # endif
609 # include <string.h>
610 #endif
611 #ifdef HAVE_STRINGS_H
612 # include <strings.h>
613 #endif
614 #ifdef HAVE_INTTYPES_H
615 # include <inttypes.h>
616 #endif
617 #ifdef HAVE_STDINT_H
618 # include <stdint.h>
619 #endif
620 #ifdef HAVE_UNISTD_H
621 # include <unistd.h>
622 #endif"
623
624 ac_subst_vars='am__EXEEXT_FALSE
625 am__EXEEXT_TRUE
626 LTLIBOBJS
627 LIBOBJS
628 LDAP_CFLAGS
629 LDAP_LIBS
630 INSTALL_BIND_FALSE
631 INSTALL_BIND_TRUE
632 Q
633 DISTCHECK_LIBTOOL_CONFIGURE_FLAG
634 BINDLT
635 A
636 DHLIBS
637 HAVE_BINDDIR_FALSE
638 HAVE_BINDDIR_TRUE
639 DISTCHECK_LIBBIND_CONFIGURE_FLAG
640 BINDLIBISCDIR
641 BINDLIBISCCFGDIR
642 BINDLIBDNSDIR
643 BINDLIBIRSDIR
644 BINDSRCDIR
645 BINDDIR
646 BINDSUBDIR
647 BINDIOMUX
648 ac_prefix_program
649 DISTCHECK_ATF_CONFIGURE_FLAG
650 HAVE_ATF_FALSE
651 HAVE_ATF_TRUE
652 pkgcfg_found
653 ATF_BIN
654 ATF_LDFLAGS
655 ATF_CFLAGS
656 BIND_ATF_FALSE
657 BIND_ATF_TRUE
658 byte_order
659 AR
660 RANLIB
661 EGREP
662 GREP
663 CPP
664 BINDCONFIG
665 am__fastdepCC_FALSE
666 am__fastdepCC_TRUE
667 CCDEPMODE
668 am__nodep
669 AMDEPBACKSLASH
670 AMDEP_FALSE
671 AMDEP_TRUE
672 am__quote
673 am__include
674 DEPDIR
675 OBJEXT
676 EXEEXT
677 ac_ct_CC
678 CPPFLAGS
679 LDFLAGS
680 CFLAGS
681 CC
682 host_os
683 host_vendor
684 host_cpu
685 host
686 build_os
687 build_vendor
688 build_cpu
689 build
690 MAINT
691 MAINTAINER_MODE_FALSE
692 MAINTAINER_MODE_TRUE
693 AM_BACKSLASH
694 AM_DEFAULT_VERBOSITY
695 AM_DEFAULT_V
696 AM_V
697 am__untar
698 am__tar
699 AMTAR
700 am__leading_dot
701 SET_MAKE
702 AWK
703 mkdir_p
704 MKDIR_P
705 INSTALL_STRIP_PROGRAM
706 STRIP
707 install_sh
708 MAKEINFO
709 AUTOHEADER
710 AUTOMAKE
711 AUTOCONF
712 ACLOCAL
713 VERSION
714 PACKAGE
715 CYGPATH_W
716 am__isrc
717 INSTALL_DATA
718 INSTALL_SCRIPT
719 INSTALL_PROGRAM
720 target_alias
721 host_alias
722 build_alias
723 LIBS
724 ECHO_T
725 ECHO_N
726 ECHO_C
727 DEFS
728 mandir
729 localedir
730 libdir
731 psdir
732 pdfdir
733 dvidir
734 htmldir
735 infodir
736 docdir
737 oldincludedir
738 includedir
739 localstatedir
740 sharedstatedir
741 sysconfdir
742 datadir
743 datarootdir
744 libexecdir
745 sbindir
746 bindir
747 program_transform_name
748 prefix
749 exec_prefix
750 PACKAGE_URL
751 PACKAGE_BUGREPORT
752 PACKAGE_STRING
753 PACKAGE_VERSION
754 PACKAGE_TARNAME
755 PACKAGE_NAME
756 PATH_SEPARATOR
757 SHELL'
758 ac_subst_files=''
759 ac_user_opts='
760 enable_option_checking
761 enable_silent_rules
762 enable_maintainer_mode
763 enable_dependency_tracking
764 enable_debug
765 enable_failover
766 enable_execute
767 enable_tracing
768 enable_delayed_ack
769 enable_dhcpv6
770 enable_dhcpv4o6
771 enable_paranoia
772 enable_early_chroot
773 enable_ipv4_pktinfo
774 enable_use_sockets
775 enable_secs_byteorder
776 enable_log_pid
777 enable_binary_leases
778 with_atf
779 with_srv_conf_file
780 with_srv_lease_file
781 with_srv6_lease_file
782 with_cli_lease_file
783 with_cli6_lease_file
784 with_srv_pid_file
785 with_srv6_pid_file
786 with_cli_pid_file
787 with_cli6_pid_file
788 with_relay_pid_file
789 with_relay6_pid_file
790 with_randomdev
791 enable_kqueue
792 enable_epoll
793 enable_devpoll
794 with_bind_extra_config
795 with_libbind
796 enable_libtool
797 enable_bind_install
798 with_ldap
799 with_ldapcrypto
800 with_ldap_gssapi
801 with_ldapcasa
802 '
803 ac_precious_vars='build_alias
804 host_alias
805 target_alias
806 CC
807 CFLAGS
808 LDFLAGS
809 LIBS
810 CPPFLAGS
811 CPP'
812
813
814 # Initialize some variables set by options.
815 ac_init_help=
816 ac_init_version=false
817 ac_unrecognized_opts=
818 ac_unrecognized_sep=
819 # The variables have the same names as the options, with
820 # dashes changed to underlines.
821 cache_file=/dev/null
822 exec_prefix=NONE
823 no_create=
824 no_recursion=
825 prefix=NONE
826 program_prefix=NONE
827 program_suffix=NONE
828 program_transform_name=s,x,x,
829 silent=
830 site=
831 srcdir=
832 verbose=
833 x_includes=NONE
834 x_libraries=NONE
835
836 # Installation directory options.
837 # These are left unexpanded so users can "make install exec_prefix=/foo"
838 # and all the variables that are supposed to be based on exec_prefix
839 # by default will actually change.
840 # Use braces instead of parens because sh, perl, etc. also accept them.
841 # (The list follows the same order as the GNU Coding Standards.)
842 bindir='${exec_prefix}/bin'
843 sbindir='${exec_prefix}/sbin'
844 libexecdir='${exec_prefix}/libexec'
845 datarootdir='${prefix}/share'
846 datadir='${datarootdir}'
847 sysconfdir='${prefix}/etc'
848 sharedstatedir='${prefix}/com'
849 localstatedir='${prefix}/var'
850 includedir='${prefix}/include'
851 oldincludedir='/usr/include'
852 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
853 infodir='${datarootdir}/info'
854 htmldir='${docdir}'
855 dvidir='${docdir}'
856 pdfdir='${docdir}'
857 psdir='${docdir}'
858 libdir='${exec_prefix}/lib'
859 localedir='${datarootdir}/locale'
860 mandir='${datarootdir}/man'
861
862 ac_prev=
863 ac_dashdash=
864 for ac_option
865 do
866 # If the previous option needs an argument, assign it.
867 if test -n "$ac_prev"; then
868 eval $ac_prev=\$ac_option
869 ac_prev=
870 continue
871 fi
872
873 case $ac_option in
874 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
875 *=) ac_optarg= ;;
876 *) ac_optarg=yes ;;
877 esac
878
879 # Accept the important Cygnus configure options, so we can diagnose typos.
880
881 case $ac_dashdash$ac_option in
882 --)
883 ac_dashdash=yes ;;
884
885 -bindir | --bindir | --bindi | --bind | --bin | --bi)
886 ac_prev=bindir ;;
887 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
888 bindir=$ac_optarg ;;
889
890 -build | --build | --buil | --bui | --bu)
891 ac_prev=build_alias ;;
892 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
893 build_alias=$ac_optarg ;;
894
895 -cache-file | --cache-file | --cache-fil | --cache-fi \
896 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
897 ac_prev=cache_file ;;
898 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
899 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
900 cache_file=$ac_optarg ;;
901
902 --config-cache | -C)
903 cache_file=config.cache ;;
904
905 -datadir | --datadir | --datadi | --datad)
906 ac_prev=datadir ;;
907 -datadir=* | --datadir=* | --datadi=* | --datad=*)
908 datadir=$ac_optarg ;;
909
910 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
911 | --dataroo | --dataro | --datar)
912 ac_prev=datarootdir ;;
913 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
914 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
915 datarootdir=$ac_optarg ;;
916
917 -disable-* | --disable-*)
918 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
919 # Reject names that are not valid shell variable names.
920 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
921 as_fn_error $? "invalid feature name: $ac_useropt"
922 ac_useropt_orig=$ac_useropt
923 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
924 case $ac_user_opts in
925 *"
926 "enable_$ac_useropt"
927 "*) ;;
928 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
929 ac_unrecognized_sep=', ';;
930 esac
931 eval enable_$ac_useropt=no ;;
932
933 -docdir | --docdir | --docdi | --doc | --do)
934 ac_prev=docdir ;;
935 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
936 docdir=$ac_optarg ;;
937
938 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
939 ac_prev=dvidir ;;
940 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
941 dvidir=$ac_optarg ;;
942
943 -enable-* | --enable-*)
944 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
945 # Reject names that are not valid shell variable names.
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
947 as_fn_error $? "invalid feature name: $ac_useropt"
948 ac_useropt_orig=$ac_useropt
949 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
951 *"
952 "enable_$ac_useropt"
953 "*) ;;
954 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
955 ac_unrecognized_sep=', ';;
956 esac
957 eval enable_$ac_useropt=\$ac_optarg ;;
958
959 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
960 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
961 | --exec | --exe | --ex)
962 ac_prev=exec_prefix ;;
963 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
964 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
965 | --exec=* | --exe=* | --ex=*)
966 exec_prefix=$ac_optarg ;;
967
968 -gas | --gas | --ga | --g)
969 # Obsolete; use --with-gas.
970 with_gas=yes ;;
971
972 -help | --help | --hel | --he | -h)
973 ac_init_help=long ;;
974 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
975 ac_init_help=recursive ;;
976 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
977 ac_init_help=short ;;
978
979 -host | --host | --hos | --ho)
980 ac_prev=host_alias ;;
981 -host=* | --host=* | --hos=* | --ho=*)
982 host_alias=$ac_optarg ;;
983
984 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
985 ac_prev=htmldir ;;
986 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
987 | --ht=*)
988 htmldir=$ac_optarg ;;
989
990 -includedir | --includedir | --includedi | --included | --include \
991 | --includ | --inclu | --incl | --inc)
992 ac_prev=includedir ;;
993 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
994 | --includ=* | --inclu=* | --incl=* | --inc=*)
995 includedir=$ac_optarg ;;
996
997 -infodir | --infodir | --infodi | --infod | --info | --inf)
998 ac_prev=infodir ;;
999 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1000 infodir=$ac_optarg ;;
1001
1002 -libdir | --libdir | --libdi | --libd)
1003 ac_prev=libdir ;;
1004 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1005 libdir=$ac_optarg ;;
1006
1007 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1008 | --libexe | --libex | --libe)
1009 ac_prev=libexecdir ;;
1010 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1011 | --libexe=* | --libex=* | --libe=*)
1012 libexecdir=$ac_optarg ;;
1013
1014 -localedir | --localedir | --localedi | --localed | --locale)
1015 ac_prev=localedir ;;
1016 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1017 localedir=$ac_optarg ;;
1018
1019 -localstatedir | --localstatedir | --localstatedi | --localstated \
1020 | --localstate | --localstat | --localsta | --localst | --locals)
1021 ac_prev=localstatedir ;;
1022 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1023 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1024 localstatedir=$ac_optarg ;;
1025
1026 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1027 ac_prev=mandir ;;
1028 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1029 mandir=$ac_optarg ;;
1030
1031 -nfp | --nfp | --nf)
1032 # Obsolete; use --without-fp.
1033 with_fp=no ;;
1034
1035 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1036 | --no-cr | --no-c | -n)
1037 no_create=yes ;;
1038
1039 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1040 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1041 no_recursion=yes ;;
1042
1043 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1044 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1045 | --oldin | --oldi | --old | --ol | --o)
1046 ac_prev=oldincludedir ;;
1047 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1048 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1049 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1050 oldincludedir=$ac_optarg ;;
1051
1052 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1053 ac_prev=prefix ;;
1054 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1055 prefix=$ac_optarg ;;
1056
1057 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1058 | --program-pre | --program-pr | --program-p)
1059 ac_prev=program_prefix ;;
1060 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1061 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1062 program_prefix=$ac_optarg ;;
1063
1064 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1065 | --program-suf | --program-su | --program-s)
1066 ac_prev=program_suffix ;;
1067 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1068 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1069 program_suffix=$ac_optarg ;;
1070
1071 -program-transform-name | --program-transform-name \
1072 | --program-transform-nam | --program-transform-na \
1073 | --program-transform-n | --program-transform- \
1074 | --program-transform | --program-transfor \
1075 | --program-transfo | --program-transf \
1076 | --program-trans | --program-tran \
1077 | --progr-tra | --program-tr | --program-t)
1078 ac_prev=program_transform_name ;;
1079 -program-transform-name=* | --program-transform-name=* \
1080 | --program-transform-nam=* | --program-transform-na=* \
1081 | --program-transform-n=* | --program-transform-=* \
1082 | --program-transform=* | --program-transfor=* \
1083 | --program-transfo=* | --program-transf=* \
1084 | --program-trans=* | --program-tran=* \
1085 | --progr-tra=* | --program-tr=* | --program-t=*)
1086 program_transform_name=$ac_optarg ;;
1087
1088 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1089 ac_prev=pdfdir ;;
1090 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1091 pdfdir=$ac_optarg ;;
1092
1093 -psdir | --psdir | --psdi | --psd | --ps)
1094 ac_prev=psdir ;;
1095 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1096 psdir=$ac_optarg ;;
1097
1098 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1099 | -silent | --silent | --silen | --sile | --sil)
1100 silent=yes ;;
1101
1102 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1103 ac_prev=sbindir ;;
1104 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1105 | --sbi=* | --sb=*)
1106 sbindir=$ac_optarg ;;
1107
1108 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1109 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1110 | --sharedst | --shareds | --shared | --share | --shar \
1111 | --sha | --sh)
1112 ac_prev=sharedstatedir ;;
1113 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1114 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1115 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1116 | --sha=* | --sh=*)
1117 sharedstatedir=$ac_optarg ;;
1118
1119 -site | --site | --sit)
1120 ac_prev=site ;;
1121 -site=* | --site=* | --sit=*)
1122 site=$ac_optarg ;;
1123
1124 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1125 ac_prev=srcdir ;;
1126 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1127 srcdir=$ac_optarg ;;
1128
1129 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1130 | --syscon | --sysco | --sysc | --sys | --sy)
1131 ac_prev=sysconfdir ;;
1132 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1133 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1134 sysconfdir=$ac_optarg ;;
1135
1136 -target | --target | --targe | --targ | --tar | --ta | --t)
1137 ac_prev=target_alias ;;
1138 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1139 target_alias=$ac_optarg ;;
1140
1141 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1142 verbose=yes ;;
1143
1144 -version | --version | --versio | --versi | --vers | -V)
1145 ac_init_version=: ;;
1146
1147 -with-* | --with-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error $? "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156 "with_$ac_useropt"
1157 "*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=\$ac_optarg ;;
1162
1163 -without-* | --without-*)
1164 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167 as_fn_error $? "invalid package name: $ac_useropt"
1168 ac_useropt_orig=$ac_useropt
1169 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1171 *"
1172 "with_$ac_useropt"
1173 "*) ;;
1174 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1175 ac_unrecognized_sep=', ';;
1176 esac
1177 eval with_$ac_useropt=no ;;
1178
1179 --x)
1180 # Obsolete; use --with-x.
1181 with_x=yes ;;
1182
1183 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1184 | --x-incl | --x-inc | --x-in | --x-i)
1185 ac_prev=x_includes ;;
1186 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1187 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1188 x_includes=$ac_optarg ;;
1189
1190 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1191 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1192 ac_prev=x_libraries ;;
1193 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1194 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1195 x_libraries=$ac_optarg ;;
1196
1197 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1198 Try \`$0 --help' for more information"
1199 ;;
1200
1201 *=*)
1202 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1203 # Reject names that are not valid shell variable names.
1204 case $ac_envvar in #(
1205 '' | [0-9]* | *[!_$as_cr_alnum]* )
1206 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1207 esac
1208 eval $ac_envvar=\$ac_optarg
1209 export $ac_envvar ;;
1210
1211 *)
1212 # FIXME: should be removed in autoconf 3.0.
1213 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1214 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1215 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1216 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1217 ;;
1218
1219 esac
1220 done
1221
1222 if test -n "$ac_prev"; then
1223 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1224 as_fn_error $? "missing argument to $ac_option"
1225 fi
1226
1227 if test -n "$ac_unrecognized_opts"; then
1228 case $enable_option_checking in
1229 no) ;;
1230 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1231 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1232 esac
1233 fi
1234
1235 # Check all directory arguments for consistency.
1236 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1237 datadir sysconfdir sharedstatedir localstatedir includedir \
1238 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1239 libdir localedir mandir
1240 do
1241 eval ac_val=\$$ac_var
1242 # Remove trailing slashes.
1243 case $ac_val in
1244 */ )
1245 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1246 eval $ac_var=\$ac_val;;
1247 esac
1248 # Be sure to have absolute directory names.
1249 case $ac_val in
1250 [\\/$]* | ?:[\\/]* ) continue;;
1251 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1252 esac
1253 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1254 done
1255
1256 # There might be people who depend on the old broken behavior: `$host'
1257 # used to hold the argument of --host etc.
1258 # FIXME: To remove some day.
1259 build=$build_alias
1260 host=$host_alias
1261 target=$target_alias
1262
1263 # FIXME: To remove some day.
1264 if test "x$host_alias" != x; then
1265 if test "x$build_alias" = x; then
1266 cross_compiling=maybe
1267 elif test "x$build_alias" != "x$host_alias"; then
1268 cross_compiling=yes
1269 fi
1270 fi
1271
1272 ac_tool_prefix=
1273 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1274
1275 test "$silent" = yes && exec 6>/dev/null
1276
1277
1278 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1279 ac_ls_di=`ls -di .` &&
1280 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1281 as_fn_error $? "working directory cannot be determined"
1282 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1283 as_fn_error $? "pwd does not report name of working directory"
1284
1285
1286 # Find the source files, if location was not specified.
1287 if test -z "$srcdir"; then
1288 ac_srcdir_defaulted=yes
1289 # Try the directory containing this script, then the parent directory.
1290 ac_confdir=`$as_dirname -- "$as_myself" ||
1291 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1292 X"$as_myself" : 'X\(//\)[^/]' \| \
1293 X"$as_myself" : 'X\(//\)$' \| \
1294 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1295 $as_echo X"$as_myself" |
1296 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\/\)[^/].*/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\/\)$/{
1305 s//\1/
1306 q
1307 }
1308 /^X\(\/\).*/{
1309 s//\1/
1310 q
1311 }
1312 s/.*/./; q'`
1313 srcdir=$ac_confdir
1314 if test ! -r "$srcdir/$ac_unique_file"; then
1315 srcdir=..
1316 fi
1317 else
1318 ac_srcdir_defaulted=no
1319 fi
1320 if test ! -r "$srcdir/$ac_unique_file"; then
1321 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1322 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1323 fi
1324 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1325 ac_abs_confdir=`(
1326 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1327 pwd)`
1328 # When building in place, set srcdir=.
1329 if test "$ac_abs_confdir" = "$ac_pwd"; then
1330 srcdir=.
1331 fi
1332 # Remove unnecessary trailing slashes from srcdir.
1333 # Double slashes in file names in object file debugging info
1334 # mess up M-x gdb in Emacs.
1335 case $srcdir in
1336 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1337 esac
1338 for ac_var in $ac_precious_vars; do
1339 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1340 eval ac_env_${ac_var}_value=\$${ac_var}
1341 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1342 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1343 done
1344
1345 #
1346 # Report the --help message.
1347 #
1348 if test "$ac_init_help" = "long"; then
1349 # Omit some internal or obsolete options to make the list less imposing.
1350 # This message is too long to be a string in the A/UX 3.1 sh.
1351 cat <<_ACEOF
1352 \`configure' configures DHCP 4.4.0-dev to adapt to many kinds of systems.
1353
1354 Usage: $0 [OPTION]... [VAR=VALUE]...
1355
1356 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1357 VAR=VALUE. See below for descriptions of some of the useful variables.
1358
1359 Defaults for the options are specified in brackets.
1360
1361 Configuration:
1362 -h, --help display this help and exit
1363 --help=short display options specific to this package
1364 --help=recursive display the short help of all the included packages
1365 -V, --version display version information and exit
1366 -q, --quiet, --silent do not print \`checking ...' messages
1367 --cache-file=FILE cache test results in FILE [disabled]
1368 -C, --config-cache alias for \`--cache-file=config.cache'
1369 -n, --no-create do not create output files
1370 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1371
1372 Installation directories:
1373 --prefix=PREFIX install architecture-independent files in PREFIX
1374 [$ac_default_prefix]
1375 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1376 [PREFIX]
1377
1378 By default, \`make install' will install all the files in
1379 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1380 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1381 for instance \`--prefix=\$HOME'.
1382
1383 For better control, use the options below.
1384
1385 Fine tuning of the installation directories:
1386 --bindir=DIR user executables [EPREFIX/bin]
1387 --sbindir=DIR system admin executables [EPREFIX/sbin]
1388 --libexecdir=DIR program executables [EPREFIX/libexec]
1389 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1390 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1391 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1392 --libdir=DIR object code libraries [EPREFIX/lib]
1393 --includedir=DIR C header files [PREFIX/include]
1394 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1395 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1396 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1397 --infodir=DIR info documentation [DATAROOTDIR/info]
1398 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1399 --mandir=DIR man documentation [DATAROOTDIR/man]
1400 --docdir=DIR documentation root [DATAROOTDIR/doc/dhcp]
1401 --htmldir=DIR html documentation [DOCDIR]
1402 --dvidir=DIR dvi documentation [DOCDIR]
1403 --pdfdir=DIR pdf documentation [DOCDIR]
1404 --psdir=DIR ps documentation [DOCDIR]
1405 _ACEOF
1406
1407 cat <<\_ACEOF
1408
1409 Program names:
1410 --program-prefix=PREFIX prepend PREFIX to installed program names
1411 --program-suffix=SUFFIX append SUFFIX to installed program names
1412 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1413
1414 System types:
1415 --build=BUILD configure for building on BUILD [guessed]
1416 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1417 _ACEOF
1418 fi
1419
1420 if test -n "$ac_init_help"; then
1421 case $ac_init_help in
1422 short | recursive ) echo "Configuration of DHCP 4.4.0-dev:";;
1423 esac
1424 cat <<\_ACEOF
1425
1426 Optional Features:
1427 --disable-option-checking ignore unrecognized --enable/--with options
1428 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1429 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1430 --enable-silent-rules less verbose build output (undo: "make V=1")
1431 --disable-silent-rules verbose build output (undo: "make V=0")
1432 --enable-maintainer-mode
1433 enable make rules and dependencies not useful (and
1434 sometimes confusing) to the casual installer
1435 --enable-dependency-tracking
1436 do not reject slow dependency extractors
1437 --disable-dependency-tracking
1438 speeds up one-time build
1439 --enable-debug create a debug-only version of the software (default
1440 is no).
1441 --enable-failover enable support for failover (default is yes)
1442 --enable-execute enable support for execute() in config (default is
1443 yes)
1444 --enable-tracing enable support for server activity tracing (default
1445 is yes)
1446 --enable-delayed-ack queues multiple DHCPACK replies (default is no)
1447 --enable-dhcpv6 enable support for DHCPv6 (default is yes)
1448 --enable-dhcpv4o6 enable support for DHCPv4-over-DHCPv6 (default is
1449 no)
1450 --enable-paranoia enable support for chroot/setuid (default is no)
1451 --enable-early-chroot enable chrooting prior to configuration (default is
1452 no)
1453 --enable-ipv4-pktinfo enable use of pktinfo on IPv4 sockets (default is
1454 no)
1455 --enable-use-sockets use the standard BSD socket API (default is no)
1456 --enable-secs-byteorder Correct bad byteorders in the secs field (default is
1457 no).
1458 --enable-log-pid Include PIDs in syslog messages (default is no).
1459 --enable-binary-leases enable support for binary insertion of leases
1460 (default is no)
1461 --enable-kqueue use BSD kqueue (default is no)
1462 --enable-epoll use Linux epoll (default is no)
1463 --enable-devpoll use /dev/poll (default is no)
1464 --enable-libtool use GNU libtool for dynamic shared libraries
1465 (default is no).
1466 --enable-bind-install install bind includes and libraries (default is no).
1467
1468 Optional Packages:
1469 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1470 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1471 --with-atf=PATH specify location where atf was installed (or "bind")
1472 --with-srv-conf-file=PATH
1473 Default file containing dhcpd configuration (default
1474 is typically /etc/dhcpd.conf)
1475 --with-srv-lease-file=PATH
1476 File for dhcpd leases (default is
1477 LOCALSTATEDIR/db/dhcpd.leases)
1478 --with-srv6-lease-file=PATH
1479 File for dhcpd6 leases (default is
1480 LOCALSTATEDIR/db/dhcpd6.leases)
1481 --with-cli-lease-file=PATH
1482 File for dhclient leases (default is
1483 LOCALSTATEDIR/db/dhclient.leases)
1484 --with-cli6-lease-file=PATH
1485 File for dhclient6 leases (default is
1486 LOCALSTATEDIR/db/dhclient6.leases)
1487 --with-srv-pid-file=PATH
1488 File for dhcpd process information (default is
1489 LOCALSTATEDIR/run/dhcpd.pid)
1490 --with-srv6-pid-file=PATH
1491 File for dhcpd6 process information (default is
1492 LOCALSTATEDIR/run/dhcpd6.pid)
1493 --with-cli-pid-file=PATH
1494 File for dhclient process information (default is
1495 LOCALSTATEDIR/run/dhclient.pid)
1496 --with-cli6-pid-file=PATH
1497 File for dhclient6 process information (default is
1498 LOCALSTATEDIR/run/dhclient6.pid)
1499 --with-relay-pid-file=PATH
1500 File for dhcrelay process information (default is
1501 LOCALSTATEDIR/run/dhcrelay.pid)
1502 --with-relay6-pid-file=PATH
1503 File for dhcrelay6 process information (default is
1504 LOCALSTATEDIR/run/dhcrelay6.pid)
1505 --with-randomdev=PATH Path for random device (default is /dev/random)
1506 --with-bind-extra-config
1507 configure bind librairies with some extra options
1508 (default is none)
1509 --with-libbind=PATH bind includes and libraries are in PATH
1510 --with-ldap enable OpenLDAP support in dhcpd (default is no)
1511 --with-ldapcrypto enable OpenLDAP crypto support in dhcpd (default is
1512 no)
1513 --with-ldap-gssapi enable krb5/gssapi authentication for OpenLDAP in
1514 dhcpd (default is no)
1515 --with-ldapcasa enable LDAP CASA auth support in dhcpd (default is
1516 no)
1517
1518 Some influential environment variables:
1519 CC C compiler command
1520 CFLAGS C compiler flags
1521 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1522 nonstandard directory <lib dir>
1523 LIBS libraries to pass to the linker, e.g. -l<library>
1524 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1525 you have headers in a nonstandard directory <include dir>
1526 CPP C preprocessor
1527
1528 Use these variables to override the choices made by `configure' or to help
1529 it to find libraries and programs with nonstandard names/locations.
1530
1531 Report bugs to <dhcp-users@isc.org>.
1532 _ACEOF
1533 ac_status=$?
1534 fi
1535
1536 if test "$ac_init_help" = "recursive"; then
1537 # If there are subdirs, report their specific --help.
1538 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1539 test -d "$ac_dir" ||
1540 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1541 continue
1542 ac_builddir=.
1543
1544 case "$ac_dir" in
1545 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 *)
1547 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1548 # A ".." for each directory in $ac_dir_suffix.
1549 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1550 case $ac_top_builddir_sub in
1551 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1552 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1553 esac ;;
1554 esac
1555 ac_abs_top_builddir=$ac_pwd
1556 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1557 # for backward compatibility:
1558 ac_top_builddir=$ac_top_build_prefix
1559
1560 case $srcdir in
1561 .) # We are building in place.
1562 ac_srcdir=.
1563 ac_top_srcdir=$ac_top_builddir_sub
1564 ac_abs_top_srcdir=$ac_pwd ;;
1565 [\\/]* | ?:[\\/]* ) # Absolute name.
1566 ac_srcdir=$srcdir$ac_dir_suffix;
1567 ac_top_srcdir=$srcdir
1568 ac_abs_top_srcdir=$srcdir ;;
1569 *) # Relative name.
1570 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1571 ac_top_srcdir=$ac_top_build_prefix$srcdir
1572 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1573 esac
1574 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1575
1576 cd "$ac_dir" || { ac_status=$?; continue; }
1577 # Check for guested configure.
1578 if test -f "$ac_srcdir/configure.gnu"; then
1579 echo &&
1580 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1581 elif test -f "$ac_srcdir/configure"; then
1582 echo &&
1583 $SHELL "$ac_srcdir/configure" --help=recursive
1584 else
1585 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1586 fi || ac_status=$?
1587 cd "$ac_pwd" || { ac_status=$?; break; }
1588 done
1589 fi
1590
1591 test -n "$ac_init_help" && exit $ac_status
1592 if $ac_init_version; then
1593 cat <<\_ACEOF
1594 DHCP configure 4.4.0-dev
1595 generated by GNU Autoconf 2.69
1596
1597 Copyright (C) 2012 Free Software Foundation, Inc.
1598 This configure script is free software; the Free Software Foundation
1599 gives unlimited permission to copy, distribute and modify it.
1600 _ACEOF
1601 exit
1602 fi
1603
1604 ## ------------------------ ##
1605 ## Autoconf initialization. ##
1606 ## ------------------------ ##
1607
1608 # ac_fn_c_try_compile LINENO
1609 # --------------------------
1610 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1611 ac_fn_c_try_compile ()
1612 {
1613 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1614 rm -f conftest.$ac_objext
1615 if { { ac_try="$ac_compile"
1616 case "(($ac_try" in
1617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1618 *) ac_try_echo=$ac_try;;
1619 esac
1620 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1621 $as_echo "$ac_try_echo"; } >&5
1622 (eval "$ac_compile") 2>conftest.err
1623 ac_status=$?
1624 if test -s conftest.err; then
1625 grep -v '^ *+' conftest.err >conftest.er1
1626 cat conftest.er1 >&5
1627 mv -f conftest.er1 conftest.err
1628 fi
1629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1630 test $ac_status = 0; } && {
1631 test -z "$ac_c_werror_flag" ||
1632 test ! -s conftest.err
1633 } && test -s conftest.$ac_objext; then :
1634 ac_retval=0
1635 else
1636 $as_echo "$as_me: failed program was:" >&5
1637 sed 's/^/| /' conftest.$ac_ext >&5
1638
1639 ac_retval=1
1640 fi
1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642 as_fn_set_status $ac_retval
1643
1644 } # ac_fn_c_try_compile
1645
1646 # ac_fn_c_try_cpp LINENO
1647 # ----------------------
1648 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1649 ac_fn_c_try_cpp ()
1650 {
1651 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1652 if { { ac_try="$ac_cpp conftest.$ac_ext"
1653 case "(($ac_try" in
1654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1655 *) ac_try_echo=$ac_try;;
1656 esac
1657 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1658 $as_echo "$ac_try_echo"; } >&5
1659 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1660 ac_status=$?
1661 if test -s conftest.err; then
1662 grep -v '^ *+' conftest.err >conftest.er1
1663 cat conftest.er1 >&5
1664 mv -f conftest.er1 conftest.err
1665 fi
1666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1667 test $ac_status = 0; } > conftest.i && {
1668 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1669 test ! -s conftest.err
1670 }; then :
1671 ac_retval=0
1672 else
1673 $as_echo "$as_me: failed program was:" >&5
1674 sed 's/^/| /' conftest.$ac_ext >&5
1675
1676 ac_retval=1
1677 fi
1678 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1679 as_fn_set_status $ac_retval
1680
1681 } # ac_fn_c_try_cpp
1682
1683 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1684 # -------------------------------------------------------
1685 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1686 # the include files in INCLUDES and setting the cache variable VAR
1687 # accordingly.
1688 ac_fn_c_check_header_mongrel ()
1689 {
1690 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1691 if eval \${$3+:} false; then :
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1693 $as_echo_n "checking for $2... " >&6; }
1694 if eval \${$3+:} false; then :
1695 $as_echo_n "(cached) " >&6
1696 fi
1697 eval ac_res=\$$3
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1699 $as_echo "$ac_res" >&6; }
1700 else
1701 # Is the header compilable?
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1703 $as_echo_n "checking $2 usability... " >&6; }
1704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705 /* end confdefs.h. */
1706 $4
1707 #include <$2>
1708 _ACEOF
1709 if ac_fn_c_try_compile "$LINENO"; then :
1710 ac_header_compiler=yes
1711 else
1712 ac_header_compiler=no
1713 fi
1714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1716 $as_echo "$ac_header_compiler" >&6; }
1717
1718 # Is the header present?
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1720 $as_echo_n "checking $2 presence... " >&6; }
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1722 /* end confdefs.h. */
1723 #include <$2>
1724 _ACEOF
1725 if ac_fn_c_try_cpp "$LINENO"; then :
1726 ac_header_preproc=yes
1727 else
1728 ac_header_preproc=no
1729 fi
1730 rm -f conftest.err conftest.i conftest.$ac_ext
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1732 $as_echo "$ac_header_preproc" >&6; }
1733
1734 # So? What about this header?
1735 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1736 yes:no: )
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1738 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1740 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1741 ;;
1742 no:yes:* )
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1744 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1746 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1748 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1750 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1752 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1753 ( $as_echo "## --------------------------------- ##
1754 ## Report this to dhcp-users@isc.org ##
1755 ## --------------------------------- ##"
1756 ) | sed "s/^/$as_me: WARNING: /" >&2
1757 ;;
1758 esac
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1760 $as_echo_n "checking for $2... " >&6; }
1761 if eval \${$3+:} false; then :
1762 $as_echo_n "(cached) " >&6
1763 else
1764 eval "$3=\$ac_header_compiler"
1765 fi
1766 eval ac_res=\$$3
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1769 fi
1770 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1771
1772 } # ac_fn_c_check_header_mongrel
1773
1774 # ac_fn_c_try_run LINENO
1775 # ----------------------
1776 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1777 # that executables *can* be run.
1778 ac_fn_c_try_run ()
1779 {
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 if { { ac_try="$ac_link"
1782 case "(($ac_try" in
1783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1784 *) ac_try_echo=$ac_try;;
1785 esac
1786 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1787 $as_echo "$ac_try_echo"; } >&5
1788 (eval "$ac_link") 2>&5
1789 ac_status=$?
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1792 { { case "(($ac_try" in
1793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1794 *) ac_try_echo=$ac_try;;
1795 esac
1796 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1797 $as_echo "$ac_try_echo"; } >&5
1798 (eval "$ac_try") 2>&5
1799 ac_status=$?
1800 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1801 test $ac_status = 0; }; }; then :
1802 ac_retval=0
1803 else
1804 $as_echo "$as_me: program exited with status $ac_status" >&5
1805 $as_echo "$as_me: failed program was:" >&5
1806 sed 's/^/| /' conftest.$ac_ext >&5
1807
1808 ac_retval=$ac_status
1809 fi
1810 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1812 as_fn_set_status $ac_retval
1813
1814 } # ac_fn_c_try_run
1815
1816 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1817 # -------------------------------------------------------
1818 # Tests whether HEADER exists and can be compiled using the include files in
1819 # INCLUDES, setting the cache variable VAR accordingly.
1820 ac_fn_c_check_header_compile ()
1821 {
1822 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1824 $as_echo_n "checking for $2... " >&6; }
1825 if eval \${$3+:} false; then :
1826 $as_echo_n "(cached) " >&6
1827 else
1828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1829 /* end confdefs.h. */
1830 $4
1831 #include <$2>
1832 _ACEOF
1833 if ac_fn_c_try_compile "$LINENO"; then :
1834 eval "$3=yes"
1835 else
1836 eval "$3=no"
1837 fi
1838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1839 fi
1840 eval ac_res=\$$3
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1842 $as_echo "$ac_res" >&6; }
1843 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1844
1845 } # ac_fn_c_check_header_compile
1846
1847 # ac_fn_c_find_intX_t LINENO BITS VAR
1848 # -----------------------------------
1849 # Finds a signed integer type with width BITS, setting cache variable VAR
1850 # accordingly.
1851 ac_fn_c_find_intX_t ()
1852 {
1853 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1855 $as_echo_n "checking for int$2_t... " >&6; }
1856 if eval \${$3+:} false; then :
1857 $as_echo_n "(cached) " >&6
1858 else
1859 eval "$3=no"
1860 # Order is important - never check a type that is potentially smaller
1861 # than half of the expected target width.
1862 for ac_type in int$2_t 'int' 'long int' \
1863 'long long int' 'short int' 'signed char'; do
1864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1865 /* end confdefs.h. */
1866 $ac_includes_default
1867 enum { N = $2 / 2 - 1 };
1868 int
1869 main ()
1870 {
1871 static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
1872 test_array [0] = 0;
1873 return test_array [0];
1874
1875 ;
1876 return 0;
1877 }
1878 _ACEOF
1879 if ac_fn_c_try_compile "$LINENO"; then :
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881 /* end confdefs.h. */
1882 $ac_includes_default
1883 enum { N = $2 / 2 - 1 };
1884 int
1885 main ()
1886 {
1887 static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
1888 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
1889 test_array [0] = 0;
1890 return test_array [0];
1891
1892 ;
1893 return 0;
1894 }
1895 _ACEOF
1896 if ac_fn_c_try_compile "$LINENO"; then :
1897
1898 else
1899 case $ac_type in #(
1900 int$2_t) :
1901 eval "$3=yes" ;; #(
1902 *) :
1903 eval "$3=\$ac_type" ;;
1904 esac
1905 fi
1906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1907 fi
1908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1909 if eval test \"x\$"$3"\" = x"no"; then :
1910
1911 else
1912 break
1913 fi
1914 done
1915 fi
1916 eval ac_res=\$$3
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1918 $as_echo "$ac_res" >&6; }
1919 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1920
1921 } # ac_fn_c_find_intX_t
1922
1923 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1924 # -------------------------------------------
1925 # Tests whether TYPE exists after having included INCLUDES, setting cache
1926 # variable VAR accordingly.
1927 ac_fn_c_check_type ()
1928 {
1929 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1931 $as_echo_n "checking for $2... " >&6; }
1932 if eval \${$3+:} false; then :
1933 $as_echo_n "(cached) " >&6
1934 else
1935 eval "$3=no"
1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937 /* end confdefs.h. */
1938 $4
1939 int
1940 main ()
1941 {
1942 if (sizeof ($2))
1943 return 0;
1944 ;
1945 return 0;
1946 }
1947 _ACEOF
1948 if ac_fn_c_try_compile "$LINENO"; then :
1949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950 /* end confdefs.h. */
1951 $4
1952 int
1953 main ()
1954 {
1955 if (sizeof (($2)))
1956 return 0;
1957 ;
1958 return 0;
1959 }
1960 _ACEOF
1961 if ac_fn_c_try_compile "$LINENO"; then :
1962
1963 else
1964 eval "$3=yes"
1965 fi
1966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1967 fi
1968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1969 fi
1970 eval ac_res=\$$3
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1972 $as_echo "$ac_res" >&6; }
1973 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1974
1975 } # ac_fn_c_check_type
1976
1977 # ac_fn_c_find_uintX_t LINENO BITS VAR
1978 # ------------------------------------
1979 # Finds an unsigned integer type with width BITS, setting cache variable VAR
1980 # accordingly.
1981 ac_fn_c_find_uintX_t ()
1982 {
1983 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1985 $as_echo_n "checking for uint$2_t... " >&6; }
1986 if eval \${$3+:} false; then :
1987 $as_echo_n "(cached) " >&6
1988 else
1989 eval "$3=no"
1990 # Order is important - never check a type that is potentially smaller
1991 # than half of the expected target width.
1992 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1993 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h. */
1996 $ac_includes_default
1997 int
1998 main ()
1999 {
2000 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2001 test_array [0] = 0;
2002 return test_array [0];
2003
2004 ;
2005 return 0;
2006 }
2007 _ACEOF
2008 if ac_fn_c_try_compile "$LINENO"; then :
2009 case $ac_type in #(
2010 uint$2_t) :
2011 eval "$3=yes" ;; #(
2012 *) :
2013 eval "$3=\$ac_type" ;;
2014 esac
2015 fi
2016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2017 if eval test \"x\$"$3"\" = x"no"; then :
2018
2019 else
2020 break
2021 fi
2022 done
2023 fi
2024 eval ac_res=\$$3
2025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2026 $as_echo "$ac_res" >&6; }
2027 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2028
2029 } # ac_fn_c_find_uintX_t
2030
2031 # ac_fn_c_try_link LINENO
2032 # -----------------------
2033 # Try to link conftest.$ac_ext, and return whether this succeeded.
2034 ac_fn_c_try_link ()
2035 {
2036 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2037 rm -f conftest.$ac_objext conftest$ac_exeext
2038 if { { ac_try="$ac_link"
2039 case "(($ac_try" in
2040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2041 *) ac_try_echo=$ac_try;;
2042 esac
2043 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2044 $as_echo "$ac_try_echo"; } >&5
2045 (eval "$ac_link") 2>conftest.err
2046 ac_status=$?
2047 if test -s conftest.err; then
2048 grep -v '^ *+' conftest.err >conftest.er1
2049 cat conftest.er1 >&5
2050 mv -f conftest.er1 conftest.err
2051 fi
2052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2053 test $ac_status = 0; } && {
2054 test -z "$ac_c_werror_flag" ||
2055 test ! -s conftest.err
2056 } && test -s conftest$ac_exeext && {
2057 test "$cross_compiling" = yes ||
2058 test -x conftest$ac_exeext
2059 }; then :
2060 ac_retval=0
2061 else
2062 $as_echo "$as_me: failed program was:" >&5
2063 sed 's/^/| /' conftest.$ac_ext >&5
2064
2065 ac_retval=1
2066 fi
2067 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2068 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2069 # interfere with the next link command; also delete a directory that is
2070 # left behind by Apple's compiler. We do this before executing the actions.
2071 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2072 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2073 as_fn_set_status $ac_retval
2074
2075 } # ac_fn_c_try_link
2076
2077 # ac_fn_c_check_func LINENO FUNC VAR
2078 # ----------------------------------
2079 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2080 ac_fn_c_check_func ()
2081 {
2082 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2084 $as_echo_n "checking for $2... " >&6; }
2085 if eval \${$3+:} false; then :
2086 $as_echo_n "(cached) " >&6
2087 else
2088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2089 /* end confdefs.h. */
2090 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2092 #define $2 innocuous_$2
2093
2094 /* System header to define __stub macros and hopefully few prototypes,
2095 which can conflict with char $2 (); below.
2096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2097 <limits.h> exists even on freestanding compilers. */
2098
2099 #ifdef __STDC__
2100 # include <limits.h>
2101 #else
2102 # include <assert.h>
2103 #endif
2104
2105 #undef $2
2106
2107 /* Override any GCC internal prototype to avoid an error.
2108 Use char because int might match the return type of a GCC
2109 builtin and then its argument prototype would still apply. */
2110 #ifdef __cplusplus
2111 extern "C"
2112 #endif
2113 char $2 ();
2114 /* The GNU C library defines this for functions which it implements
2115 to always fail with ENOSYS. Some functions are actually named
2116 something starting with __ and the normal name is an alias. */
2117 #if defined __stub_$2 || defined __stub___$2
2118 choke me
2119 #endif
2120
2121 int
2122 main ()
2123 {
2124 return $2 ();
2125 ;
2126 return 0;
2127 }
2128 _ACEOF
2129 if ac_fn_c_try_link "$LINENO"; then :
2130 eval "$3=yes"
2131 else
2132 eval "$3=no"
2133 fi
2134 rm -f core conftest.err conftest.$ac_objext \
2135 conftest$ac_exeext conftest.$ac_ext
2136 fi
2137 eval ac_res=\$$3
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2139 $as_echo "$ac_res" >&6; }
2140 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2141
2142 } # ac_fn_c_check_func
2143
2144 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2145 # ----------------------------------------------------
2146 # Tries to find if the field MEMBER exists in type AGGR, after including
2147 # INCLUDES, setting cache variable VAR accordingly.
2148 ac_fn_c_check_member ()
2149 {
2150 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2152 $as_echo_n "checking for $2.$3... " >&6; }
2153 if eval \${$4+:} false; then :
2154 $as_echo_n "(cached) " >&6
2155 else
2156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2157 /* end confdefs.h. */
2158 $5
2159 int
2160 main ()
2161 {
2162 static $2 ac_aggr;
2163 if (ac_aggr.$3)
2164 return 0;
2165 ;
2166 return 0;
2167 }
2168 _ACEOF
2169 if ac_fn_c_try_compile "$LINENO"; then :
2170 eval "$4=yes"
2171 else
2172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2173 /* end confdefs.h. */
2174 $5
2175 int
2176 main ()
2177 {
2178 static $2 ac_aggr;
2179 if (sizeof ac_aggr.$3)
2180 return 0;
2181 ;
2182 return 0;
2183 }
2184 _ACEOF
2185 if ac_fn_c_try_compile "$LINENO"; then :
2186 eval "$4=yes"
2187 else
2188 eval "$4=no"
2189 fi
2190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2191 fi
2192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2193 fi
2194 eval ac_res=\$$4
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2196 $as_echo "$ac_res" >&6; }
2197 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2198
2199 } # ac_fn_c_check_member
2200
2201 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2202 # --------------------------------------------
2203 # Tries to find the compile-time value of EXPR in a program that includes
2204 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2205 # computed
2206 ac_fn_c_compute_int ()
2207 {
2208 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2209 if test "$cross_compiling" = yes; then
2210 # Depending upon the size, compute the lo and hi bounds.
2211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2212 /* end confdefs.h. */
2213 $4
2214 int
2215 main ()
2216 {
2217 static int test_array [1 - 2 * !(($2) >= 0)];
2218 test_array [0] = 0;
2219 return test_array [0];
2220
2221 ;
2222 return 0;
2223 }
2224 _ACEOF
2225 if ac_fn_c_try_compile "$LINENO"; then :
2226 ac_lo=0 ac_mid=0
2227 while :; do
2228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2229 /* end confdefs.h. */
2230 $4
2231 int
2232 main ()
2233 {
2234 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2235 test_array [0] = 0;
2236 return test_array [0];
2237
2238 ;
2239 return 0;
2240 }
2241 _ACEOF
2242 if ac_fn_c_try_compile "$LINENO"; then :
2243 ac_hi=$ac_mid; break
2244 else
2245 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2246 if test $ac_lo -le $ac_mid; then
2247 ac_lo= ac_hi=
2248 break
2249 fi
2250 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2251 fi
2252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2253 done
2254 else
2255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2256 /* end confdefs.h. */
2257 $4
2258 int
2259 main ()
2260 {
2261 static int test_array [1 - 2 * !(($2) < 0)];
2262 test_array [0] = 0;
2263 return test_array [0];
2264
2265 ;
2266 return 0;
2267 }
2268 _ACEOF
2269 if ac_fn_c_try_compile "$LINENO"; then :
2270 ac_hi=-1 ac_mid=-1
2271 while :; do
2272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2273 /* end confdefs.h. */
2274 $4
2275 int
2276 main ()
2277 {
2278 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2279 test_array [0] = 0;
2280 return test_array [0];
2281
2282 ;
2283 return 0;
2284 }
2285 _ACEOF
2286 if ac_fn_c_try_compile "$LINENO"; then :
2287 ac_lo=$ac_mid; break
2288 else
2289 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2290 if test $ac_mid -le $ac_hi; then
2291 ac_lo= ac_hi=
2292 break
2293 fi
2294 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2295 fi
2296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2297 done
2298 else
2299 ac_lo= ac_hi=
2300 fi
2301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2302 fi
2303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2304 # Binary search between lo and hi bounds.
2305 while test "x$ac_lo" != "x$ac_hi"; do
2306 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2308 /* end confdefs.h. */
2309 $4
2310 int
2311 main ()
2312 {
2313 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2314 test_array [0] = 0;
2315 return test_array [0];
2316
2317 ;
2318 return 0;
2319 }
2320 _ACEOF
2321 if ac_fn_c_try_compile "$LINENO"; then :
2322 ac_hi=$ac_mid
2323 else
2324 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2325 fi
2326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2327 done
2328 case $ac_lo in #((
2329 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2330 '') ac_retval=1 ;;
2331 esac
2332 else
2333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2334 /* end confdefs.h. */
2335 $4
2336 static long int longval () { return $2; }
2337 static unsigned long int ulongval () { return $2; }
2338 #include <stdio.h>
2339 #include <stdlib.h>
2340 int
2341 main ()
2342 {
2343
2344 FILE *f = fopen ("conftest.val", "w");
2345 if (! f)
2346 return 1;
2347 if (($2) < 0)
2348 {
2349 long int i = longval ();
2350 if (i != ($2))
2351 return 1;
2352 fprintf (f, "%ld", i);
2353 }
2354 else
2355 {
2356 unsigned long int i = ulongval ();
2357 if (i != ($2))
2358 return 1;
2359 fprintf (f, "%lu", i);
2360 }
2361 /* Do not output a trailing newline, as this causes \r\n confusion
2362 on some platforms. */
2363 return ferror (f) || fclose (f) != 0;
2364
2365 ;
2366 return 0;
2367 }
2368 _ACEOF
2369 if ac_fn_c_try_run "$LINENO"; then :
2370 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2371 else
2372 ac_retval=1
2373 fi
2374 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2375 conftest.$ac_objext conftest.beam conftest.$ac_ext
2376 rm -f conftest.val
2377
2378 fi
2379 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2380 as_fn_set_status $ac_retval
2381
2382 } # ac_fn_c_compute_int
2383 cat >config.log <<_ACEOF
2384 This file contains any messages produced by compilers while
2385 running configure, to aid debugging if configure makes a mistake.
2386
2387 It was created by DHCP $as_me 4.4.0-dev, which was
2388 generated by GNU Autoconf 2.69. Invocation command line was
2389
2390 $ $0 $@
2391
2392 _ACEOF
2393 exec 5>>config.log
2394 {
2395 cat <<_ASUNAME
2396 ## --------- ##
2397 ## Platform. ##
2398 ## --------- ##
2399
2400 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2401 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2402 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2403 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2404 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2405
2406 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2407 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2408
2409 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2410 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2411 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2412 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2413 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2414 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2415 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2416
2417 _ASUNAME
2418
2419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2420 for as_dir in $PATH
2421 do
2422 IFS=$as_save_IFS
2423 test -z "$as_dir" && as_dir=.
2424 $as_echo "PATH: $as_dir"
2425 done
2426 IFS=$as_save_IFS
2427
2428 } >&5
2429
2430 cat >&5 <<_ACEOF
2431
2432
2433 ## ----------- ##
2434 ## Core tests. ##
2435 ## ----------- ##
2436
2437 _ACEOF
2438
2439
2440 # Keep a trace of the command line.
2441 # Strip out --no-create and --no-recursion so they do not pile up.
2442 # Strip out --silent because we don't want to record it for future runs.
2443 # Also quote any args containing shell meta-characters.
2444 # Make two passes to allow for proper duplicate-argument suppression.
2445 ac_configure_args=
2446 ac_configure_args0=
2447 ac_configure_args1=
2448 ac_must_keep_next=false
2449 for ac_pass in 1 2
2450 do
2451 for ac_arg
2452 do
2453 case $ac_arg in
2454 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2455 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2456 | -silent | --silent | --silen | --sile | --sil)
2457 continue ;;
2458 *\'*)
2459 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2460 esac
2461 case $ac_pass in
2462 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2463 2)
2464 as_fn_append ac_configure_args1 " '$ac_arg'"
2465 if test $ac_must_keep_next = true; then
2466 ac_must_keep_next=false # Got value, back to normal.
2467 else
2468 case $ac_arg in
2469 *=* | --config-cache | -C | -disable-* | --disable-* \
2470 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2471 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2472 | -with-* | --with-* | -without-* | --without-* | --x)
2473 case "$ac_configure_args0 " in
2474 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2475 esac
2476 ;;
2477 -* ) ac_must_keep_next=true ;;
2478 esac
2479 fi
2480 as_fn_append ac_configure_args " '$ac_arg'"
2481 ;;
2482 esac
2483 done
2484 done
2485 { ac_configure_args0=; unset ac_configure_args0;}
2486 { ac_configure_args1=; unset ac_configure_args1;}
2487
2488 # When interrupted or exit'd, cleanup temporary files, and complete
2489 # config.log. We remove comments because anyway the quotes in there
2490 # would cause problems or look ugly.
2491 # WARNING: Use '\'' to represent an apostrophe within the trap.
2492 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2493 trap 'exit_status=$?
2494 # Save into config.log some information that might help in debugging.
2495 {
2496 echo
2497
2498 $as_echo "## ---------------- ##
2499 ## Cache variables. ##
2500 ## ---------------- ##"
2501 echo
2502 # The following way of writing the cache mishandles newlines in values,
2503 (
2504 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2505 eval ac_val=\$$ac_var
2506 case $ac_val in #(
2507 *${as_nl}*)
2508 case $ac_var in #(
2509 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2510 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2511 esac
2512 case $ac_var in #(
2513 _ | IFS | as_nl) ;; #(
2514 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2515 *) { eval $ac_var=; unset $ac_var;} ;;
2516 esac ;;
2517 esac
2518 done
2519 (set) 2>&1 |
2520 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2521 *${as_nl}ac_space=\ *)
2522 sed -n \
2523 "s/'\''/'\''\\\\'\'''\''/g;
2524 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2525 ;; #(
2526 *)
2527 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2528 ;;
2529 esac |
2530 sort
2531 )
2532 echo
2533
2534 $as_echo "## ----------------- ##
2535 ## Output variables. ##
2536 ## ----------------- ##"
2537 echo
2538 for ac_var in $ac_subst_vars
2539 do
2540 eval ac_val=\$$ac_var
2541 case $ac_val in
2542 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2543 esac
2544 $as_echo "$ac_var='\''$ac_val'\''"
2545 done | sort
2546 echo
2547
2548 if test -n "$ac_subst_files"; then
2549 $as_echo "## ------------------- ##
2550 ## File substitutions. ##
2551 ## ------------------- ##"
2552 echo
2553 for ac_var in $ac_subst_files
2554 do
2555 eval ac_val=\$$ac_var
2556 case $ac_val in
2557 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2558 esac
2559 $as_echo "$ac_var='\''$ac_val'\''"
2560 done | sort
2561 echo
2562 fi
2563
2564 if test -s confdefs.h; then
2565 $as_echo "## ----------- ##
2566 ## confdefs.h. ##
2567 ## ----------- ##"
2568 echo
2569 cat confdefs.h
2570 echo
2571 fi
2572 test "$ac_signal" != 0 &&
2573 $as_echo "$as_me: caught signal $ac_signal"
2574 $as_echo "$as_me: exit $exit_status"
2575 } >&5
2576 rm -f core *.core core.conftest.* &&
2577 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2578 exit $exit_status
2579 ' 0
2580 for ac_signal in 1 2 13 15; do
2581 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2582 done
2583 ac_signal=0
2584
2585 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2586 rm -f -r conftest* confdefs.h
2587
2588 $as_echo "/* confdefs.h */" > confdefs.h
2589
2590 # Predefined preprocessor variables.
2591
2592 cat >>confdefs.h <<_ACEOF
2593 #define PACKAGE_NAME "$PACKAGE_NAME"
2594 _ACEOF
2595
2596 cat >>confdefs.h <<_ACEOF
2597 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2598 _ACEOF
2599
2600 cat >>confdefs.h <<_ACEOF
2601 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2602 _ACEOF
2603
2604 cat >>confdefs.h <<_ACEOF
2605 #define PACKAGE_STRING "$PACKAGE_STRING"
2606 _ACEOF
2607
2608 cat >>confdefs.h <<_ACEOF
2609 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2610 _ACEOF
2611
2612 cat >>confdefs.h <<_ACEOF
2613 #define PACKAGE_URL "$PACKAGE_URL"
2614 _ACEOF
2615
2616
2617 # Let the site file select an alternate cache file if it wants to.
2618 # Prefer an explicitly selected file to automatically selected ones.
2619 ac_site_file1=NONE
2620 ac_site_file2=NONE
2621 if test -n "$CONFIG_SITE"; then
2622 # We do not want a PATH search for config.site.
2623 case $CONFIG_SITE in #((
2624 -*) ac_site_file1=./$CONFIG_SITE;;
2625 */*) ac_site_file1=$CONFIG_SITE;;
2626 *) ac_site_file1=./$CONFIG_SITE;;
2627 esac
2628 elif test "x$prefix" != xNONE; then
2629 ac_site_file1=$prefix/share/config.site
2630 ac_site_file2=$prefix/etc/config.site
2631 else
2632 ac_site_file1=$ac_default_prefix/share/config.site
2633 ac_site_file2=$ac_default_prefix/etc/config.site
2634 fi
2635 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2636 do
2637 test "x$ac_site_file" = xNONE && continue
2638 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2640 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2641 sed 's/^/| /' "$ac_site_file" >&5
2642 . "$ac_site_file" \
2643 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2645 as_fn_error $? "failed to load site script $ac_site_file
2646 See \`config.log' for more details" "$LINENO" 5; }
2647 fi
2648 done
2649
2650 if test -r "$cache_file"; then
2651 # Some versions of bash will fail to source /dev/null (special files
2652 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2653 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2655 $as_echo "$as_me: loading cache $cache_file" >&6;}
2656 case $cache_file in
2657 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2658 *) . "./$cache_file";;
2659 esac
2660 fi
2661 else
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2663 $as_echo "$as_me: creating cache $cache_file" >&6;}
2664 >$cache_file
2665 fi
2666
2667 # Check that the precious variables saved in the cache have kept the same
2668 # value.
2669 ac_cache_corrupted=false
2670 for ac_var in $ac_precious_vars; do
2671 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2672 eval ac_new_set=\$ac_env_${ac_var}_set
2673 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2674 eval ac_new_val=\$ac_env_${ac_var}_value
2675 case $ac_old_set,$ac_new_set in
2676 set,)
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2678 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2679 ac_cache_corrupted=: ;;
2680 ,set)
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2682 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2683 ac_cache_corrupted=: ;;
2684 ,);;
2685 *)
2686 if test "x$ac_old_val" != "x$ac_new_val"; then
2687 # differences in whitespace do not lead to failure.
2688 ac_old_val_w=`echo x $ac_old_val`
2689 ac_new_val_w=`echo x $ac_new_val`
2690 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2692 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2693 ac_cache_corrupted=:
2694 else
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2696 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2697 eval $ac_var=\$ac_old_val
2698 fi
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2700 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2702 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2703 fi;;
2704 esac
2705 # Pass precious variables to config.status.
2706 if test "$ac_new_set" = set; then
2707 case $ac_new_val in
2708 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2709 *) ac_arg=$ac_var=$ac_new_val ;;
2710 esac
2711 case " $ac_configure_args " in
2712 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2713 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2714 esac
2715 fi
2716 done
2717 if $ac_cache_corrupted; then
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2719 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2721 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2722 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2723 fi
2724 ## -------------------- ##
2725 ## Main body of script. ##
2726 ## -------------------- ##
2727
2728 ac_ext=c
2729 ac_cpp='$CPP $CPPFLAGS'
2730 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2731 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2732 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2733
2734
2735
2736
2737 # we specify "foreign" to avoid having to have the GNU mandated files,
2738 # like AUTHORS, COPYING, and such
2739 am__api_version='1.15'
2740
2741 ac_aux_dir=
2742 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2743 if test -f "$ac_dir/install-sh"; then
2744 ac_aux_dir=$ac_dir
2745 ac_install_sh="$ac_aux_dir/install-sh -c"
2746 break
2747 elif test -f "$ac_dir/install.sh"; then
2748 ac_aux_dir=$ac_dir
2749 ac_install_sh="$ac_aux_dir/install.sh -c"
2750 break
2751 elif test -f "$ac_dir/shtool"; then
2752 ac_aux_dir=$ac_dir
2753 ac_install_sh="$ac_aux_dir/shtool install -c"
2754 break
2755 fi
2756 done
2757 if test -z "$ac_aux_dir"; then
2758 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2759 fi
2760
2761 # These three variables are undocumented and unsupported,
2762 # and are intended to be withdrawn in a future Autoconf release.
2763 # They can cause serious problems if a builder's source tree is in a directory
2764 # whose full name contains unusual characters.
2765 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2766 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2767 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2768
2769
2770 # Find a good install program. We prefer a C program (faster),
2771 # so one script is as good as another. But avoid the broken or
2772 # incompatible versions:
2773 # SysV /etc/install, /usr/sbin/install
2774 # SunOS /usr/etc/install
2775 # IRIX /sbin/install
2776 # AIX /bin/install
2777 # AmigaOS /C/install, which installs bootblocks on floppy discs
2778 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2779 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2780 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2781 # OS/2's system install, which has a completely different semantic
2782 # ./install, which can be erroneously created by make from ./install.sh.
2783 # Reject install programs that cannot install multiple files.
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2785 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2786 if test -z "$INSTALL"; then
2787 if ${ac_cv_path_install+:} false; then :
2788 $as_echo_n "(cached) " >&6
2789 else
2790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791 for as_dir in $PATH
2792 do
2793 IFS=$as_save_IFS
2794 test -z "$as_dir" && as_dir=.
2795 # Account for people who put trailing slashes in PATH elements.
2796 case $as_dir/ in #((
2797 ./ | .// | /[cC]/* | \
2798 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2799 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2800 /usr/ucb/* ) ;;
2801 *)
2802 # OSF1 and SCO ODT 3.0 have their own names for install.
2803 # Don't use installbsd from OSF since it installs stuff as root
2804 # by default.
2805 for ac_prog in ginstall scoinst install; do
2806 for ac_exec_ext in '' $ac_executable_extensions; do
2807 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2808 if test $ac_prog = install &&
2809 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2810 # AIX install. It has an incompatible calling convention.
2811 :
2812 elif test $ac_prog = install &&
2813 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2814 # program-specific install script used by HP pwplus--don't use.
2815 :
2816 else
2817 rm -rf conftest.one conftest.two conftest.dir
2818 echo one > conftest.one
2819 echo two > conftest.two
2820 mkdir conftest.dir
2821 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2822 test -s conftest.one && test -s conftest.two &&
2823 test -s conftest.dir/conftest.one &&
2824 test -s conftest.dir/conftest.two
2825 then
2826 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2827 break 3
2828 fi
2829 fi
2830 fi
2831 done
2832 done
2833 ;;
2834 esac
2835
2836 done
2837 IFS=$as_save_IFS
2838
2839 rm -rf conftest.one conftest.two conftest.dir
2840
2841 fi
2842 if test "${ac_cv_path_install+set}" = set; then
2843 INSTALL=$ac_cv_path_install
2844 else
2845 # As a last resort, use the slow shell script. Don't cache a
2846 # value for INSTALL within a source directory, because that will
2847 # break other packages using the cache if that directory is
2848 # removed, or if the value is a relative name.
2849 INSTALL=$ac_install_sh
2850 fi
2851 fi
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2853 $as_echo "$INSTALL" >&6; }
2854
2855 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2856 # It thinks the first close brace ends the variable substitution.
2857 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2858
2859 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2860
2861 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2862
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2864 $as_echo_n "checking whether build environment is sane... " >&6; }
2865 # Reject unsafe characters in $srcdir or the absolute working directory
2866 # name. Accept space and tab only in the latter.
2867 am_lf='
2868 '
2869 case `pwd` in
2870 *[\\\"\#\$\&\'\`$am_lf]*)
2871 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2872 esac
2873 case $srcdir in
2874 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2875 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2876 esac
2877
2878 # Do 'set' in a subshell so we don't clobber the current shell's
2879 # arguments. Must try -L first in case configure is actually a
2880 # symlink; some systems play weird games with the mod time of symlinks
2881 # (eg FreeBSD returns the mod time of the symlink's containing
2882 # directory).
2883 if (
2884 am_has_slept=no
2885 for am_try in 1 2; do
2886 echo "timestamp, slept: $am_has_slept" > conftest.file
2887 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2888 if test "$*" = "X"; then
2889 # -L didn't work.
2890 set X `ls -t "$srcdir/configure" conftest.file`
2891 fi
2892 if test "$*" != "X $srcdir/configure conftest.file" \
2893 && test "$*" != "X conftest.file $srcdir/configure"; then
2894
2895 # If neither matched, then we have a broken ls. This can happen
2896 # if, for instance, CONFIG_SHELL is bash and it inherits a
2897 # broken ls alias from the environment. This has actually
2898 # happened. Such a system could not be considered "sane".
2899 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2900 alias in your environment" "$LINENO" 5
2901 fi
2902 if test "$2" = conftest.file || test $am_try -eq 2; then
2903 break
2904 fi
2905 # Just in case.
2906 sleep 1
2907 am_has_slept=yes
2908 done
2909 test "$2" = conftest.file
2910 )
2911 then
2912 # Ok.
2913 :
2914 else
2915 as_fn_error $? "newly created file is older than distributed files!
2916 Check your system clock" "$LINENO" 5
2917 fi
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2919 $as_echo "yes" >&6; }
2920 # If we didn't sleep, we still need to ensure time stamps of config.status and
2921 # generated files are strictly newer.
2922 am_sleep_pid=
2923 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2924 ( sleep 1 ) &
2925 am_sleep_pid=$!
2926 fi
2927
2928 rm -f conftest.file
2929
2930 test "$program_prefix" != NONE &&
2931 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2932 # Use a double $ so make ignores it.
2933 test "$program_suffix" != NONE &&
2934 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2935 # Double any \ or $.
2936 # By default was `s,x,x', remove it if useless.
2937 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2938 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2939
2940 # Expand $ac_aux_dir to an absolute path.
2941 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2942
2943 if test x"${MISSING+set}" != xset; then
2944 case $am_aux_dir in
2945 *\ * | *\ *)
2946 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2947 *)
2948 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2949 esac
2950 fi
2951 # Use eval to expand $SHELL
2952 if eval "$MISSING --is-lightweight"; then
2953 am_missing_run="$MISSING "
2954 else
2955 am_missing_run=
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2957 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2958 fi
2959
2960 if test x"${install_sh+set}" != xset; then
2961 case $am_aux_dir in
2962 *\ * | *\ *)
2963 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2964 *)
2965 install_sh="\${SHELL} $am_aux_dir/install-sh"
2966 esac
2967 fi
2968
2969 # Installed binaries are usually stripped using 'strip' when the user
2970 # run "make install-strip". However 'strip' might not be the right
2971 # tool to use in cross-compilation environments, therefore Automake
2972 # will honor the 'STRIP' environment variable to overrule this program.
2973 if test "$cross_compiling" != no; then
2974 if test -n "$ac_tool_prefix"; then
2975 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2976 set dummy ${ac_tool_prefix}strip; ac_word=$2
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2978 $as_echo_n "checking for $ac_word... " >&6; }
2979 if ${ac_cv_prog_STRIP+:} false; then :
2980 $as_echo_n "(cached) " >&6
2981 else
2982 if test -n "$STRIP"; then
2983 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2984 else
2985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986 for as_dir in $PATH
2987 do
2988 IFS=$as_save_IFS
2989 test -z "$as_dir" && as_dir=.
2990 for ac_exec_ext in '' $ac_executable_extensions; do
2991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2992 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2994 break 2
2995 fi
2996 done
2997 done
2998 IFS=$as_save_IFS
2999
3000 fi
3001 fi
3002 STRIP=$ac_cv_prog_STRIP
3003 if test -n "$STRIP"; then
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3005 $as_echo "$STRIP" >&6; }
3006 else
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3008 $as_echo "no" >&6; }
3009 fi
3010
3011
3012 fi
3013 if test -z "$ac_cv_prog_STRIP"; then
3014 ac_ct_STRIP=$STRIP
3015 # Extract the first word of "strip", so it can be a program name with args.
3016 set dummy strip; ac_word=$2
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3018 $as_echo_n "checking for $ac_word... " >&6; }
3019 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3020 $as_echo_n "(cached) " >&6
3021 else
3022 if test -n "$ac_ct_STRIP"; then
3023 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3024 else
3025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3026 for as_dir in $PATH
3027 do
3028 IFS=$as_save_IFS
3029 test -z "$as_dir" && as_dir=.
3030 for ac_exec_ext in '' $ac_executable_extensions; do
3031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3032 ac_cv_prog_ac_ct_STRIP="strip"
3033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3034 break 2
3035 fi
3036 done
3037 done
3038 IFS=$as_save_IFS
3039
3040 fi
3041 fi
3042 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3043 if test -n "$ac_ct_STRIP"; then
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3045 $as_echo "$ac_ct_STRIP" >&6; }
3046 else
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3048 $as_echo "no" >&6; }
3049 fi
3050
3051 if test "x$ac_ct_STRIP" = x; then
3052 STRIP=":"
3053 else
3054 case $cross_compiling:$ac_tool_warned in
3055 yes:)
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3057 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3058 ac_tool_warned=yes ;;
3059 esac
3060 STRIP=$ac_ct_STRIP
3061 fi
3062 else
3063 STRIP="$ac_cv_prog_STRIP"
3064 fi
3065
3066 fi
3067 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3068
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3070 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3071 if test -z "$MKDIR_P"; then
3072 if ${ac_cv_path_mkdir+:} false; then :
3073 $as_echo_n "(cached) " >&6
3074 else
3075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3077 do
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_prog in mkdir gmkdir; do
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3083 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3084 'mkdir (GNU coreutils) '* | \
3085 'mkdir (coreutils) '* | \
3086 'mkdir (fileutils) '4.1*)
3087 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3088 break 3;;
3089 esac
3090 done
3091 done
3092 done
3093 IFS=$as_save_IFS
3094
3095 fi
3096
3097 test -d ./--version && rmdir ./--version
3098 if test "${ac_cv_path_mkdir+set}" = set; then
3099 MKDIR_P="$ac_cv_path_mkdir -p"
3100 else
3101 # As a last resort, use the slow shell script. Don't cache a
3102 # value for MKDIR_P within a source directory, because that will
3103 # break other packages using the cache if that directory is
3104 # removed, or if the value is a relative name.
3105 MKDIR_P="$ac_install_sh -d"
3106 fi
3107 fi
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3109 $as_echo "$MKDIR_P" >&6; }
3110
3111 for ac_prog in gawk mawk nawk awk
3112 do
3113 # Extract the first word of "$ac_prog", so it can be a program name with args.
3114 set dummy $ac_prog; ac_word=$2
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3116 $as_echo_n "checking for $ac_word... " >&6; }
3117 if ${ac_cv_prog_AWK+:} false; then :
3118 $as_echo_n "(cached) " >&6
3119 else
3120 if test -n "$AWK"; then
3121 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3122 else
3123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3124 for as_dir in $PATH
3125 do
3126 IFS=$as_save_IFS
3127 test -z "$as_dir" && as_dir=.
3128 for ac_exec_ext in '' $ac_executable_extensions; do
3129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3130 ac_cv_prog_AWK="$ac_prog"
3131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3132 break 2
3133 fi
3134 done
3135 done
3136 IFS=$as_save_IFS
3137
3138 fi
3139 fi
3140 AWK=$ac_cv_prog_AWK
3141 if test -n "$AWK"; then
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3143 $as_echo "$AWK" >&6; }
3144 else
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3146 $as_echo "no" >&6; }
3147 fi
3148
3149
3150 test -n "$AWK" && break
3151 done
3152
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3154 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3155 set x ${MAKE-make}
3156 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3157 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3158 $as_echo_n "(cached) " >&6
3159 else
3160 cat >conftest.make <<\_ACEOF
3161 SHELL = /bin/sh
3162 all:
3163 @echo '@@@%%%=$(MAKE)=@@@%%%'
3164 _ACEOF
3165 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3166 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3167 *@@@%%%=?*=@@@%%%*)
3168 eval ac_cv_prog_make_${ac_make}_set=yes;;
3169 *)
3170 eval ac_cv_prog_make_${ac_make}_set=no;;
3171 esac
3172 rm -f conftest.make
3173 fi
3174 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3176 $as_echo "yes" >&6; }
3177 SET_MAKE=
3178 else
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3180 $as_echo "no" >&6; }
3181 SET_MAKE="MAKE=${MAKE-make}"
3182 fi
3183
3184 rm -rf .tst 2>/dev/null
3185 mkdir .tst 2>/dev/null
3186 if test -d .tst; then
3187 am__leading_dot=.
3188 else
3189 am__leading_dot=_
3190 fi
3191 rmdir .tst 2>/dev/null
3192
3193 # Check whether --enable-silent-rules was given.
3194 if test "${enable_silent_rules+set}" = set; then :
3195 enableval=$enable_silent_rules;
3196 fi
3197
3198 case $enable_silent_rules in # (((
3199 yes) AM_DEFAULT_VERBOSITY=0;;
3200 no) AM_DEFAULT_VERBOSITY=1;;
3201 *) AM_DEFAULT_VERBOSITY=1;;
3202 esac
3203 am_make=${MAKE-make}
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3205 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3206 if ${am_cv_make_support_nested_variables+:} false; then :
3207 $as_echo_n "(cached) " >&6
3208 else
3209 if $as_echo 'TRUE=$(BAR$(V))
3210 BAR0=false
3211 BAR1=true
3212 V=1
3213 am__doit:
3214 @$(TRUE)
3215 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3216 am_cv_make_support_nested_variables=yes
3217 else
3218 am_cv_make_support_nested_variables=no
3219 fi
3220 fi
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3222 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3223 if test $am_cv_make_support_nested_variables = yes; then
3224 AM_V='$(V)'
3225 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3226 else
3227 AM_V=$AM_DEFAULT_VERBOSITY
3228 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3229 fi
3230 AM_BACKSLASH='\'
3231
3232 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3233 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3234 # is not polluted with repeated "-I."
3235 am__isrc=' -I$(srcdir)'
3236 # test to see if srcdir already configured
3237 if test -f $srcdir/config.status; then
3238 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3239 fi
3240 fi
3241
3242 # test whether we have cygpath
3243 if test -z "$CYGPATH_W"; then
3244 if (cygpath --version) >/dev/null 2>/dev/null; then
3245 CYGPATH_W='cygpath -w'
3246 else
3247 CYGPATH_W=echo
3248 fi
3249 fi
3250
3251
3252 # Define the identity of the package.
3253 PACKAGE='dhcp'
3254 VERSION='4.4.0-dev'
3255
3256
3257 cat >>confdefs.h <<_ACEOF
3258 #define PACKAGE "$PACKAGE"
3259 _ACEOF
3260
3261
3262 cat >>confdefs.h <<_ACEOF
3263 #define VERSION "$VERSION"
3264 _ACEOF
3265
3266 # Some tools Automake needs.
3267
3268 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3269
3270
3271 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3272
3273
3274 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3275
3276
3277 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3278
3279
3280 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3281
3282 # For better backward compatibility. To be removed once Automake 1.9.x
3283 # dies out for good. For more background, see:
3284 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3285 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3286 mkdir_p='$(MKDIR_P)'
3287
3288 # We need awk for the "check" target (and possibly the TAP driver). The
3289 # system "awk" is bad on some platforms.
3290 # Always define AMTAR for backward compatibility. Yes, it's still used
3291 # in the wild :-( We should find a proper way to deprecate it ...
3292 AMTAR='$${TAR-tar}'
3293
3294
3295 # We'll loop over all known methods to create a tar archive until one works.
3296 _am_tools='gnutar pax cpio none'
3297
3298 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3299
3300
3301
3302
3303
3304
3305 # POSIX will say in a future version that running "rm -f" with no argument
3306 # is OK; and we want to be able to make that assumption in our Makefile
3307 # recipes. So use an aggressive probe to check that the usage we want is
3308 # actually supported "in the wild" to an acceptable degree.
3309 # See automake bug#10828.
3310 # To make any issue more visible, cause the running configure to be aborted
3311 # by default if the 'rm' program in use doesn't match our expectations; the
3312 # user can still override this though.
3313 if rm -f && rm -fr && rm -rf; then : OK; else
3314 cat >&2 <<'END'
3315 Oops!
3316
3317 Your 'rm' program seems unable to run without file operands specified
3318 on the command line, even when the '-f' option is present. This is contrary
3319 to the behaviour of most rm programs out there, and not conforming with
3320 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3321
3322 Please tell bug-automake@gnu.org about your system, including the value
3323 of your $PATH and any error possibly output before this message. This
3324 can help us improve future automake versions.
3325
3326 END
3327 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3328 echo 'Configuration will proceed anyway, since you have set the' >&2
3329 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3330 echo >&2
3331 else
3332 cat >&2 <<'END'
3333 Aborting the configuration process, to ensure you take notice of the issue.
3334
3335 You can download and install GNU coreutils to get an 'rm' implementation
3336 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3337
3338 If you want to complete the configuration process using your problematic
3339 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3340 to "yes", and re-run configure.
3341
3342 END
3343 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3344 fi
3345 fi
3346
3347
3348 # we specify AM_MAINTAINER_MODE to avoid problems with rebuilding
3349 # the configure and makefiles. Without it users doing things that
3350 # change the timestamps on the code, like checking it into a cvs
3351 # tree, could trigger a rebuild of the infrastructure files which
3352 # might fail if they don't have the correct tools.
3353
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3355 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3356 # Check whether --enable-maintainer-mode was given.
3357 if test "${enable_maintainer_mode+set}" = set; then :
3358 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3359 else
3360 USE_MAINTAINER_MODE=no
3361 fi
3362
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3364 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3365 if test $USE_MAINTAINER_MODE = yes; then
3366 MAINTAINER_MODE_TRUE=
3367 MAINTAINER_MODE_FALSE='#'
3368 else
3369 MAINTAINER_MODE_TRUE='#'
3370 MAINTAINER_MODE_FALSE=
3371 fi
3372
3373 MAINT=$MAINTAINER_MODE_TRUE
3374
3375
3376
3377 # Make sure we can run config.sub.
3378 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3379 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3380
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3382 $as_echo_n "checking build system type... " >&6; }
3383 if ${ac_cv_build+:} false; then :
3384 $as_echo_n "(cached) " >&6
3385 else
3386 ac_build_alias=$build_alias
3387 test "x$ac_build_alias" = x &&
3388 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3389 test "x$ac_build_alias" = x &&
3390 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3391 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3392 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3393
3394 fi
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3396 $as_echo "$ac_cv_build" >&6; }
3397 case $ac_cv_build in
3398 *-*-*) ;;
3399 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3400 esac
3401 build=$ac_cv_build
3402 ac_save_IFS=$IFS; IFS='-'
3403 set x $ac_cv_build
3404 shift
3405 build_cpu=$1
3406 build_vendor=$2
3407 shift; shift
3408 # Remember, the first character of IFS is used to create $*,
3409 # except with old shells:
3410 build_os=$*
3411 IFS=$ac_save_IFS
3412 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3413
3414
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3416 $as_echo_n "checking host system type... " >&6; }
3417 if ${ac_cv_host+:} false; then :
3418 $as_echo_n "(cached) " >&6
3419 else
3420 if test "x$host_alias" = x; then
3421 ac_cv_host=$ac_cv_build
3422 else
3423 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3424 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3425 fi
3426
3427 fi
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3429 $as_echo "$ac_cv_host" >&6; }
3430 case $ac_cv_host in
3431 *-*-*) ;;
3432 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3433 esac
3434 host=$ac_cv_host
3435 ac_save_IFS=$IFS; IFS='-'
3436 set x $ac_cv_host
3437 shift
3438 host_cpu=$1
3439 host_vendor=$2
3440 shift; shift
3441 # Remember, the first character of IFS is used to create $*,
3442 # except with old shells:
3443 host_os=$*
3444 IFS=$ac_save_IFS
3445 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3446
3447
3448
3449 # We want to turn on warnings if we are using gcc and the user did
3450 # not specify CFLAGS. The autoconf check for the C compiler sets the
3451 # CFLAGS if gcc is used, so we will save it before we run that check.
3452 SAVE_CFLAGS="$CFLAGS"
3453
3454 # Now find our C compiler.
3455 ac_ext=c
3456 ac_cpp='$CPP $CPPFLAGS'
3457 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3458 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3459 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3460 if test -n "$ac_tool_prefix"; then
3461 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3462 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3464 $as_echo_n "checking for $ac_word... " >&6; }
3465 if ${ac_cv_prog_CC+:} false; then :
3466 $as_echo_n "(cached) " >&6
3467 else
3468 if test -n "$CC"; then
3469 ac_cv_prog_CC="$CC" # Let the user override the test.
3470 else
3471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3472 for as_dir in $PATH
3473 do
3474 IFS=$as_save_IFS
3475 test -z "$as_dir" && as_dir=.
3476 for ac_exec_ext in '' $ac_executable_extensions; do
3477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3478 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3480 break 2
3481 fi
3482 done
3483 done
3484 IFS=$as_save_IFS
3485
3486 fi
3487 fi
3488 CC=$ac_cv_prog_CC
3489 if test -n "$CC"; then
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3491 $as_echo "$CC" >&6; }
3492 else
3493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3494 $as_echo "no" >&6; }
3495 fi
3496
3497
3498 fi
3499 if test -z "$ac_cv_prog_CC"; then
3500 ac_ct_CC=$CC
3501 # Extract the first word of "gcc", so it can be a program name with args.
3502 set dummy gcc; ac_word=$2
3503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3504 $as_echo_n "checking for $ac_word... " >&6; }
3505 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3506 $as_echo_n "(cached) " >&6
3507 else
3508 if test -n "$ac_ct_CC"; then
3509 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3510 else
3511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3512 for as_dir in $PATH
3513 do
3514 IFS=$as_save_IFS
3515 test -z "$as_dir" && as_dir=.
3516 for ac_exec_ext in '' $ac_executable_extensions; do
3517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3518 ac_cv_prog_ac_ct_CC="gcc"
3519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3520 break 2
3521 fi
3522 done
3523 done
3524 IFS=$as_save_IFS
3525
3526 fi
3527 fi
3528 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3529 if test -n "$ac_ct_CC"; then
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3531 $as_echo "$ac_ct_CC" >&6; }
3532 else
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3534 $as_echo "no" >&6; }
3535 fi
3536
3537 if test "x$ac_ct_CC" = x; then
3538 CC=""
3539 else
3540 case $cross_compiling:$ac_tool_warned in
3541 yes:)
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3543 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3544 ac_tool_warned=yes ;;
3545 esac
3546 CC=$ac_ct_CC
3547 fi
3548 else
3549 CC="$ac_cv_prog_CC"
3550 fi
3551
3552 if test -z "$CC"; then
3553 if test -n "$ac_tool_prefix"; then
3554 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3555 set dummy ${ac_tool_prefix}cc; ac_word=$2
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3557 $as_echo_n "checking for $ac_word... " >&6; }
3558 if ${ac_cv_prog_CC+:} false; then :
3559 $as_echo_n "(cached) " >&6
3560 else
3561 if test -n "$CC"; then
3562 ac_cv_prog_CC="$CC" # Let the user override the test.
3563 else
3564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3565 for as_dir in $PATH
3566 do
3567 IFS=$as_save_IFS
3568 test -z "$as_dir" && as_dir=.
3569 for ac_exec_ext in '' $ac_executable_extensions; do
3570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3571 ac_cv_prog_CC="${ac_tool_prefix}cc"
3572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3573 break 2
3574 fi
3575 done
3576 done
3577 IFS=$as_save_IFS
3578
3579 fi
3580 fi
3581 CC=$ac_cv_prog_CC
3582 if test -n "$CC"; then
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3584 $as_echo "$CC" >&6; }
3585 else
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3587 $as_echo "no" >&6; }
3588 fi
3589
3590
3591 fi
3592 fi
3593 if test -z "$CC"; then
3594 # Extract the first word of "cc", so it can be a program name with args.
3595 set dummy cc; ac_word=$2
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3597 $as_echo_n "checking for $ac_word... " >&6; }
3598 if ${ac_cv_prog_CC+:} false; then :
3599 $as_echo_n "(cached) " >&6
3600 else
3601 if test -n "$CC"; then
3602 ac_cv_prog_CC="$CC" # Let the user override the test.
3603 else
3604 ac_prog_rejected=no
3605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3606 for as_dir in $PATH
3607 do
3608 IFS=$as_save_IFS
3609 test -z "$as_dir" && as_dir=.
3610 for ac_exec_ext in '' $ac_executable_extensions; do
3611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3612 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3613 ac_prog_rejected=yes
3614 continue
3615 fi
3616 ac_cv_prog_CC="cc"
3617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3618 break 2
3619 fi
3620 done
3621 done
3622 IFS=$as_save_IFS
3623
3624 if test $ac_prog_rejected = yes; then
3625 # We found a bogon in the path, so make sure we never use it.
3626 set dummy $ac_cv_prog_CC
3627 shift
3628 if test $# != 0; then
3629 # We chose a different compiler from the bogus one.
3630 # However, it has the same basename, so the bogon will be chosen
3631 # first if we set CC to just the basename; use the full file name.
3632 shift
3633 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3634 fi
3635 fi
3636 fi
3637 fi
3638 CC=$ac_cv_prog_CC
3639 if test -n "$CC"; then
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3641 $as_echo "$CC" >&6; }
3642 else
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3644 $as_echo "no" >&6; }
3645 fi
3646
3647
3648 fi
3649 if test -z "$CC"; then
3650 if test -n "$ac_tool_prefix"; then
3651 for ac_prog in cl.exe
3652 do
3653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3654 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3656 $as_echo_n "checking for $ac_word... " >&6; }
3657 if ${ac_cv_prog_CC+:} false; then :
3658 $as_echo_n "(cached) " >&6
3659 else
3660 if test -n "$CC"; then
3661 ac_cv_prog_CC="$CC" # Let the user override the test.
3662 else
3663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3664 for as_dir in $PATH
3665 do
3666 IFS=$as_save_IFS
3667 test -z "$as_dir" && as_dir=.
3668 for ac_exec_ext in '' $ac_executable_extensions; do
3669 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3670 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3672 break 2
3673 fi
3674 done
3675 done
3676 IFS=$as_save_IFS
3677
3678 fi
3679 fi
3680 CC=$ac_cv_prog_CC
3681 if test -n "$CC"; then
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3683 $as_echo "$CC" >&6; }
3684 else
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3686 $as_echo "no" >&6; }
3687 fi
3688
3689
3690 test -n "$CC" && break
3691 done
3692 fi
3693 if test -z "$CC"; then
3694 ac_ct_CC=$CC
3695 for ac_prog in cl.exe
3696 do
3697 # Extract the first word of "$ac_prog", so it can be a program name with args.
3698 set dummy $ac_prog; ac_word=$2
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3700 $as_echo_n "checking for $ac_word... " >&6; }
3701 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3702 $as_echo_n "(cached) " >&6
3703 else
3704 if test -n "$ac_ct_CC"; then
3705 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3706 else
3707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3708 for as_dir in $PATH
3709 do
3710 IFS=$as_save_IFS
3711 test -z "$as_dir" && as_dir=.
3712 for ac_exec_ext in '' $ac_executable_extensions; do
3713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3714 ac_cv_prog_ac_ct_CC="$ac_prog"
3715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3716 break 2
3717 fi
3718 done
3719 done
3720 IFS=$as_save_IFS
3721
3722 fi
3723 fi
3724 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3725 if test -n "$ac_ct_CC"; then
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3727 $as_echo "$ac_ct_CC" >&6; }
3728 else
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3730 $as_echo "no" >&6; }
3731 fi
3732
3733
3734 test -n "$ac_ct_CC" && break
3735 done
3736
3737 if test "x$ac_ct_CC" = x; then
3738 CC=""
3739 else
3740 case $cross_compiling:$ac_tool_warned in
3741 yes:)
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3743 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3744 ac_tool_warned=yes ;;
3745 esac
3746 CC=$ac_ct_CC
3747 fi
3748 fi
3749
3750 fi
3751
3752
3753 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3754 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3755 as_fn_error $? "no acceptable C compiler found in \$PATH
3756 See \`config.log' for more details" "$LINENO" 5; }
3757
3758 # Provide some information about the compiler.
3759 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3760 set X $ac_compile
3761 ac_compiler=$2
3762 for ac_option in --version -v -V -qversion; do
3763 { { ac_try="$ac_compiler $ac_option >&5"
3764 case "(($ac_try" in
3765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3766 *) ac_try_echo=$ac_try;;
3767 esac
3768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3769 $as_echo "$ac_try_echo"; } >&5
3770 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3771 ac_status=$?
3772 if test -s conftest.err; then
3773 sed '10a\
3774 ... rest of stderr output deleted ...
3775 10q' conftest.err >conftest.er1
3776 cat conftest.er1 >&5
3777 fi
3778 rm -f conftest.er1 conftest.err
3779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3780 test $ac_status = 0; }
3781 done
3782
3783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3784 /* end confdefs.h. */
3785
3786 int
3787 main ()
3788 {
3789
3790 ;
3791 return 0;
3792 }
3793 _ACEOF
3794 ac_clean_files_save=$ac_clean_files
3795 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3796 # Try to create an executable without -o first, disregard a.out.
3797 # It will help us diagnose broken compilers, and finding out an intuition
3798 # of exeext.
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3800 $as_echo_n "checking whether the C compiler works... " >&6; }
3801 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3802
3803 # The possible output files:
3804 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3805
3806 ac_rmfiles=
3807 for ac_file in $ac_files
3808 do
3809 case $ac_file in
3810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3811 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3812 esac
3813 done
3814 rm -f $ac_rmfiles
3815
3816 if { { ac_try="$ac_link_default"
3817 case "(($ac_try" in
3818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3819 *) ac_try_echo=$ac_try;;
3820 esac
3821 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3822 $as_echo "$ac_try_echo"; } >&5
3823 (eval "$ac_link_default") 2>&5
3824 ac_status=$?
3825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3826 test $ac_status = 0; }; then :
3827 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3828 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3829 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3830 # so that the user can short-circuit this test for compilers unknown to
3831 # Autoconf.
3832 for ac_file in $ac_files ''
3833 do
3834 test -f "$ac_file" || continue
3835 case $ac_file in
3836 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3837 ;;
3838 [ab].out )
3839 # We found the default executable, but exeext='' is most
3840 # certainly right.
3841 break;;
3842 *.* )
3843 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3844 then :; else
3845 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3846 fi
3847 # We set ac_cv_exeext here because the later test for it is not
3848 # safe: cross compilers may not add the suffix if given an `-o'
3849 # argument, so we may need to know it at that point already.
3850 # Even if this section looks crufty: it has the advantage of
3851 # actually working.
3852 break;;
3853 * )
3854 break;;
3855 esac
3856 done
3857 test "$ac_cv_exeext" = no && ac_cv_exeext=
3858
3859 else
3860 ac_file=''
3861 fi
3862 if test -z "$ac_file"; then :
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3864 $as_echo "no" >&6; }
3865 $as_echo "$as_me: failed program was:" >&5
3866 sed 's/^/| /' conftest.$ac_ext >&5
3867
3868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3870 as_fn_error 77 "C compiler cannot create executables
3871 See \`config.log' for more details" "$LINENO" 5; }
3872 else
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3874 $as_echo "yes" >&6; }
3875 fi
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3877 $as_echo_n "checking for C compiler default output file name... " >&6; }
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3879 $as_echo "$ac_file" >&6; }
3880 ac_exeext=$ac_cv_exeext
3881
3882 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3883 ac_clean_files=$ac_clean_files_save
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3885 $as_echo_n "checking for suffix of executables... " >&6; }
3886 if { { ac_try="$ac_link"
3887 case "(($ac_try" in
3888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3889 *) ac_try_echo=$ac_try;;
3890 esac
3891 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3892 $as_echo "$ac_try_echo"; } >&5
3893 (eval "$ac_link") 2>&5
3894 ac_status=$?
3895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3896 test $ac_status = 0; }; then :
3897 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3898 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3899 # work properly (i.e., refer to `conftest.exe'), while it won't with
3900 # `rm'.
3901 for ac_file in conftest.exe conftest conftest.*; do
3902 test -f "$ac_file" || continue
3903 case $ac_file in
3904 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3905 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3906 break;;
3907 * ) break;;
3908 esac
3909 done
3910 else
3911 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3912 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3913 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3914 See \`config.log' for more details" "$LINENO" 5; }
3915 fi
3916 rm -f conftest conftest$ac_cv_exeext
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3918 $as_echo "$ac_cv_exeext" >&6; }
3919
3920 rm -f conftest.$ac_ext
3921 EXEEXT=$ac_cv_exeext
3922 ac_exeext=$EXEEXT
3923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3924 /* end confdefs.h. */
3925 #include <stdio.h>
3926 int
3927 main ()
3928 {
3929 FILE *f = fopen ("conftest.out", "w");
3930 return ferror (f) || fclose (f) != 0;
3931
3932 ;
3933 return 0;
3934 }
3935 _ACEOF
3936 ac_clean_files="$ac_clean_files conftest.out"
3937 # Check that the compiler produces executables we can run. If not, either
3938 # the compiler is broken, or we cross compile.
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3940 $as_echo_n "checking whether we are cross compiling... " >&6; }
3941 if test "$cross_compiling" != yes; then
3942 { { ac_try="$ac_link"
3943 case "(($ac_try" in
3944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3945 *) ac_try_echo=$ac_try;;
3946 esac
3947 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3948 $as_echo "$ac_try_echo"; } >&5
3949 (eval "$ac_link") 2>&5
3950 ac_status=$?
3951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3952 test $ac_status = 0; }
3953 if { ac_try='./conftest$ac_cv_exeext'
3954 { { case "(($ac_try" in
3955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3956 *) ac_try_echo=$ac_try;;
3957 esac
3958 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3959 $as_echo "$ac_try_echo"; } >&5
3960 (eval "$ac_try") 2>&5
3961 ac_status=$?
3962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3963 test $ac_status = 0; }; }; then
3964 cross_compiling=no
3965 else
3966 if test "$cross_compiling" = maybe; then
3967 cross_compiling=yes
3968 else
3969 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3971 as_fn_error $? "cannot run C compiled programs.
3972 If you meant to cross compile, use \`--host'.
3973 See \`config.log' for more details" "$LINENO" 5; }
3974 fi
3975 fi
3976 fi
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3978 $as_echo "$cross_compiling" >&6; }
3979
3980 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3981 ac_clean_files=$ac_clean_files_save
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3983 $as_echo_n "checking for suffix of object files... " >&6; }
3984 if ${ac_cv_objext+:} false; then :
3985 $as_echo_n "(cached) " >&6
3986 else
3987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3988 /* end confdefs.h. */
3989
3990 int
3991 main ()
3992 {
3993
3994 ;
3995 return 0;
3996 }
3997 _ACEOF
3998 rm -f conftest.o conftest.obj
3999 if { { ac_try="$ac_compile"
4000 case "(($ac_try" in
4001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4002 *) ac_try_echo=$ac_try;;
4003 esac
4004 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4005 $as_echo "$ac_try_echo"; } >&5
4006 (eval "$ac_compile") 2>&5
4007 ac_status=$?
4008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4009 test $ac_status = 0; }; then :
4010 for ac_file in conftest.o conftest.obj conftest.*; do
4011 test -f "$ac_file" || continue;
4012 case $ac_file in
4013 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4014 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4015 break;;
4016 esac
4017 done
4018 else
4019 $as_echo "$as_me: failed program was:" >&5
4020 sed 's/^/| /' conftest.$ac_ext >&5
4021
4022 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4023 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4024 as_fn_error $? "cannot compute suffix of object files: cannot compile
4025 See \`config.log' for more details" "$LINENO" 5; }
4026 fi
4027 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4028 fi
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4030 $as_echo "$ac_cv_objext" >&6; }
4031 OBJEXT=$ac_cv_objext
4032 ac_objext=$OBJEXT
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4034 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4035 if ${ac_cv_c_compiler_gnu+:} false; then :
4036 $as_echo_n "(cached) " >&6
4037 else
4038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4039 /* end confdefs.h. */
4040
4041 int
4042 main ()
4043 {
4044 #ifndef __GNUC__
4045 choke me
4046 #endif
4047
4048 ;
4049 return 0;
4050 }
4051 _ACEOF
4052 if ac_fn_c_try_compile "$LINENO"; then :
4053 ac_compiler_gnu=yes
4054 else
4055 ac_compiler_gnu=no
4056 fi
4057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4058 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4059
4060 fi
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4062 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4063 if test $ac_compiler_gnu = yes; then
4064 GCC=yes
4065 else
4066 GCC=
4067 fi
4068 ac_test_CFLAGS=${CFLAGS+set}
4069 ac_save_CFLAGS=$CFLAGS
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4071 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4072 if ${ac_cv_prog_cc_g+:} false; then :
4073 $as_echo_n "(cached) " >&6
4074 else
4075 ac_save_c_werror_flag=$ac_c_werror_flag
4076 ac_c_werror_flag=yes
4077 ac_cv_prog_cc_g=no
4078 CFLAGS="-g"
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081
4082 int
4083 main ()
4084 {
4085
4086 ;
4087 return 0;
4088 }
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 ac_cv_prog_cc_g=yes
4092 else
4093 CFLAGS=""
4094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4095 /* end confdefs.h. */
4096
4097 int
4098 main ()
4099 {
4100
4101 ;
4102 return 0;
4103 }
4104 _ACEOF
4105 if ac_fn_c_try_compile "$LINENO"; then :
4106
4107 else
4108 ac_c_werror_flag=$ac_save_c_werror_flag
4109 CFLAGS="-g"
4110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4111 /* end confdefs.h. */
4112
4113 int
4114 main ()
4115 {
4116
4117 ;
4118 return 0;
4119 }
4120 _ACEOF
4121 if ac_fn_c_try_compile "$LINENO"; then :
4122 ac_cv_prog_cc_g=yes
4123 fi
4124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4125 fi
4126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4127 fi
4128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4129 ac_c_werror_flag=$ac_save_c_werror_flag
4130 fi
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4132 $as_echo "$ac_cv_prog_cc_g" >&6; }
4133 if test "$ac_test_CFLAGS" = set; then
4134 CFLAGS=$ac_save_CFLAGS
4135 elif test $ac_cv_prog_cc_g = yes; then
4136 if test "$GCC" = yes; then
4137 CFLAGS="-g -O2"
4138 else
4139 CFLAGS="-g"
4140 fi
4141 else
4142 if test "$GCC" = yes; then
4143 CFLAGS="-O2"
4144 else
4145 CFLAGS=
4146 fi
4147 fi
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4149 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4150 if ${ac_cv_prog_cc_c89+:} false; then :
4151 $as_echo_n "(cached) " >&6
4152 else
4153 ac_cv_prog_cc_c89=no
4154 ac_save_CC=$CC
4155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4156 /* end confdefs.h. */
4157 #include <stdarg.h>
4158 #include <stdio.h>
4159 struct stat;
4160 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4161 struct buf { int x; };
4162 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4163 static char *e (p, i)
4164 char **p;
4165 int i;
4166 {
4167 return p[i];
4168 }
4169 static char *f (char * (*g) (char **, int), char **p, ...)
4170 {
4171 char *s;
4172 va_list v;
4173 va_start (v,p);
4174 s = g (p, va_arg (v,int));
4175 va_end (v);
4176 return s;
4177 }
4178
4179 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4180 function prototypes and stuff, but not '\xHH' hex character constants.
4181 These don't provoke an error unfortunately, instead are silently treated
4182 as 'x'. The following induces an error, until -std is added to get
4183 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4184 array size at least. It's necessary to write '\x00'==0 to get something
4185 that's true only with -std. */
4186 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4187
4188 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4189 inside strings and character constants. */
4190 #define FOO(x) 'x'
4191 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4192
4193 int test (int i, double x);
4194 struct s1 {int (*f) (int a);};
4195 struct s2 {int (*f) (double a);};
4196 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4197 int argc;
4198 char **argv;
4199 int
4200 main ()
4201 {
4202 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4203 ;
4204 return 0;
4205 }
4206 _ACEOF
4207 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4208 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4209 do
4210 CC="$ac_save_CC $ac_arg"
4211 if ac_fn_c_try_compile "$LINENO"; then :
4212 ac_cv_prog_cc_c89=$ac_arg
4213 fi
4214 rm -f core conftest.err conftest.$ac_objext
4215 test "x$ac_cv_prog_cc_c89" != "xno" && break
4216 done
4217 rm -f conftest.$ac_ext
4218 CC=$ac_save_CC
4219
4220 fi
4221 # AC_CACHE_VAL
4222 case "x$ac_cv_prog_cc_c89" in
4223 x)
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4225 $as_echo "none needed" >&6; } ;;
4226 xno)
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4228 $as_echo "unsupported" >&6; } ;;
4229 *)
4230 CC="$CC $ac_cv_prog_cc_c89"
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4232 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4233 esac
4234 if test "x$ac_cv_prog_cc_c89" != xno; then :
4235
4236 fi
4237
4238 ac_ext=c
4239 ac_cpp='$CPP $CPPFLAGS'
4240 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4241 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4242 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4243
4244 ac_ext=c
4245 ac_cpp='$CPP $CPPFLAGS'
4246 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4247 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4248 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4250 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4251 if ${am_cv_prog_cc_c_o+:} false; then :
4252 $as_echo_n "(cached) " >&6
4253 else
4254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4255 /* end confdefs.h. */
4256
4257 int
4258 main ()
4259 {
4260
4261 ;
4262 return 0;
4263 }
4264 _ACEOF
4265 # Make sure it works both with $CC and with simple cc.
4266 # Following AC_PROG_CC_C_O, we do the test twice because some
4267 # compilers refuse to overwrite an existing .o file with -o,
4268 # though they will create one.
4269 am_cv_prog_cc_c_o=yes
4270 for am_i in 1 2; do
4271 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4272 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4273 ac_status=$?
4274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4275 (exit $ac_status); } \
4276 && test -f conftest2.$ac_objext; then
4277 : OK
4278 else
4279 am_cv_prog_cc_c_o=no
4280 break
4281 fi
4282 done
4283 rm -f core conftest*
4284 unset am_i
4285 fi
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4287 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4288 if test "$am_cv_prog_cc_c_o" != yes; then
4289 # Losing compiler, so override with the script.
4290 # FIXME: It is wrong to rewrite CC.
4291 # But if we don't then we get into trouble of one sort or another.
4292 # A longer-term fix would be to have automake use am__CC in this case,
4293 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4294 CC="$am_aux_dir/compile $CC"
4295 fi
4296 ac_ext=c
4297 ac_cpp='$CPP $CPPFLAGS'
4298 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4299 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4300 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4301
4302 DEPDIR="${am__leading_dot}deps"
4303
4304 ac_config_commands="$ac_config_commands depfiles"
4305
4306
4307 am_make=${MAKE-make}
4308 cat > confinc << 'END'
4309 am__doit:
4310 @echo this is the am__doit target
4311 .PHONY: am__doit
4312 END
4313 # If we don't find an include directive, just comment out the code.
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4315 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4316 am__include="#"
4317 am__quote=
4318 _am_result=none
4319 # First try GNU make style include.
4320 echo "include confinc" > confmf
4321 # Ignore all kinds of additional output from 'make'.
4322 case `$am_make -s -f confmf 2> /dev/null` in #(
4323 *the\ am__doit\ target*)
4324 am__include=include
4325 am__quote=
4326 _am_result=GNU
4327 ;;
4328 esac
4329 # Now try BSD make style include.
4330 if test "$am__include" = "#"; then
4331 echo '.include "confinc"' > confmf
4332 case `$am_make -s -f confmf 2> /dev/null` in #(
4333 *the\ am__doit\ target*)
4334 am__include=.include
4335 am__quote="\""
4336 _am_result=BSD
4337 ;;
4338 esac
4339 fi
4340
4341
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4343 $as_echo "$_am_result" >&6; }
4344 rm -f confinc confmf
4345
4346 # Check whether --enable-dependency-tracking was given.
4347 if test "${enable_dependency_tracking+set}" = set; then :
4348 enableval=$enable_dependency_tracking;
4349 fi
4350
4351 if test "x$enable_dependency_tracking" != xno; then
4352 am_depcomp="$ac_aux_dir/depcomp"
4353 AMDEPBACKSLASH='\'
4354 am__nodep='_no'
4355 fi
4356 if test "x$enable_dependency_tracking" != xno; then
4357 AMDEP_TRUE=
4358 AMDEP_FALSE='#'
4359 else
4360 AMDEP_TRUE='#'
4361 AMDEP_FALSE=
4362 fi
4363
4364
4365
4366 depcc="$CC" am_compiler_list=
4367
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4369 $as_echo_n "checking dependency style of $depcc... " >&6; }
4370 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4371 $as_echo_n "(cached) " >&6
4372 else
4373 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4374 # We make a subdir and do the tests there. Otherwise we can end up
4375 # making bogus files that we don't know about and never remove. For
4376 # instance it was reported that on HP-UX the gcc test will end up
4377 # making a dummy file named 'D' -- because '-MD' means "put the output
4378 # in D".
4379 rm -rf conftest.dir
4380 mkdir conftest.dir
4381 # Copy depcomp to subdir because otherwise we won't find it if we're
4382 # using a relative directory.
4383 cp "$am_depcomp" conftest.dir
4384 cd conftest.dir
4385 # We will build objects and dependencies in a subdirectory because
4386 # it helps to detect inapplicable dependency modes. For instance
4387 # both Tru64's cc and ICC support -MD to output dependencies as a
4388 # side effect of compilation, but ICC will put the dependencies in
4389 # the current directory while Tru64 will put them in the object
4390 # directory.
4391 mkdir sub
4392
4393 am_cv_CC_dependencies_compiler_type=none
4394 if test "$am_compiler_list" = ""; then
4395 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4396 fi
4397 am__universal=false
4398 case " $depcc " in #(
4399 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4400 esac
4401
4402 for depmode in $am_compiler_list; do
4403 # Setup a source with many dependencies, because some compilers
4404 # like to wrap large dependency lists on column 80 (with \), and
4405 # we should not choose a depcomp mode which is confused by this.
4406 #
4407 # We need to recreate these files for each test, as the compiler may
4408 # overwrite some of them when testing with obscure command lines.
4409 # This happens at least with the AIX C compiler.
4410 : > sub/conftest.c
4411 for i in 1 2 3 4 5 6; do
4412 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4413 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4414 # Solaris 10 /bin/sh.
4415 echo '/* dummy */' > sub/conftst$i.h
4416 done
4417 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4418
4419 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4420 # mode. It turns out that the SunPro C++ compiler does not properly
4421 # handle '-M -o', and we need to detect this. Also, some Intel
4422 # versions had trouble with output in subdirs.
4423 am__obj=sub/conftest.${OBJEXT-o}
4424 am__minus_obj="-o $am__obj"
4425 case $depmode in
4426 gcc)
4427 # This depmode causes a compiler race in universal mode.
4428 test "$am__universal" = false || continue
4429 ;;
4430 nosideeffect)
4431 # After this tag, mechanisms are not by side-effect, so they'll
4432 # only be used when explicitly requested.
4433 if test "x$enable_dependency_tracking" = xyes; then
4434 continue
4435 else
4436 break
4437 fi
4438 ;;
4439 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4440 # This compiler won't grok '-c -o', but also, the minuso test has
4441 # not run yet. These depmodes are late enough in the game, and
4442 # so weak that their functioning should not be impacted.
4443 am__obj=conftest.${OBJEXT-o}
4444 am__minus_obj=
4445 ;;
4446 none) break ;;
4447 esac
4448 if depmode=$depmode \
4449 source=sub/conftest.c object=$am__obj \
4450 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4451 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4452 >/dev/null 2>conftest.err &&
4453 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4454 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4455 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4456 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4457 # icc doesn't choke on unknown options, it will just issue warnings
4458 # or remarks (even with -Werror). So we grep stderr for any message
4459 # that says an option was ignored or not supported.
4460 # When given -MP, icc 7.0 and 7.1 complain thusly:
4461 # icc: Command line warning: ignoring option '-M'; no argument required
4462 # The diagnosis changed in icc 8.0:
4463 # icc: Command line remark: option '-MP' not supported
4464 if (grep 'ignoring option' conftest.err ||
4465 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4466 am_cv_CC_dependencies_compiler_type=$depmode
4467 break
4468 fi
4469 fi
4470 done
4471
4472 cd ..
4473 rm -rf conftest.dir
4474 else
4475 am_cv_CC_dependencies_compiler_type=none
4476 fi
4477
4478 fi
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4480 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4481 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4482
4483 if
4484 test "x$enable_dependency_tracking" != xno \
4485 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4486 am__fastdepCC_TRUE=
4487 am__fastdepCC_FALSE='#'
4488 else
4489 am__fastdepCC_TRUE='#'
4490 am__fastdepCC_FALSE=
4491 fi
4492
4493
4494
4495 # Suppress warnings about --datarootdir
4496
4497
4498 # If we have gcc, and AC_PROG_CC changed the flags, then we know the
4499 # user did not specify any flags. Add warnings in this case.
4500 if test "$GCC" = "yes"; then
4501 if test "$CFLAGS" != "$SAVE_CFLAGS"; then
4502 STD_CWARNINGS="$STD_CWARNINGS -Wall -Werror -fno-strict-aliasing"
4503 fi
4504 fi
4505
4506 # We can have some flags to pass to bind configure
4507 BINDCONFIG=
4508 if test "$cross_compiling" = "yes"; then
4509 BINDCONFIG="--host=$host"
4510 fi
4511 # Pass CFLAGS and co. $ac_configure_args looks like "'arg1' 'arg2' ..."
4512 # and as there can be a space inside an argument some magic is required.
4513 # This sets $1 ... $N to my_configure_args, arg1 ... argN
4514 eval "set my_configure_args $ac_configure_args"
4515 # remove my_configure_args, i.e., the guard against empty $ac_configure_args
4516 shift
4517 # iterate on arguments and copying 'arg' when it begins by an upper case
4518 for a
4519 do
4520 case $a in
4521 [A-Z]*) BINDCONFIG="$BINDCONFIG '$a'" ;;
4522 esac
4523 done
4524
4525
4526 # POSIX doesn't include the IPv6 Advanced Socket API and glibc hides
4527 # parts of the IPv6 Advanced Socket API as a result. This is stupid
4528 # as it breaks how the two halves (Basic and Advanced) of the IPv6
4529 # Socket API were designed to be used but we have to live with it.
4530 # Use this to define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
4531
4532 ac_ext=c
4533 ac_cpp='$CPP $CPPFLAGS'
4534 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4535 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4536 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4538 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4539 # On Suns, sometimes $CPP names a directory.
4540 if test -n "$CPP" && test -d "$CPP"; then
4541 CPP=
4542 fi
4543 if test -z "$CPP"; then
4544 if ${ac_cv_prog_CPP+:} false; then :
4545 $as_echo_n "(cached) " >&6
4546 else
4547 # Double quotes because CPP needs to be expanded
4548 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4549 do
4550 ac_preproc_ok=false
4551 for ac_c_preproc_warn_flag in '' yes
4552 do
4553 # Use a header file that comes with gcc, so configuring glibc
4554 # with a fresh cross-compiler works.
4555 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4556 # <limits.h> exists even on freestanding compilers.
4557 # On the NeXT, cc -E runs the code through the compiler's parser,
4558 # not just through cpp. "Syntax error" is here to catch this case.
4559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4560 /* end confdefs.h. */
4561 #ifdef __STDC__
4562 # include <limits.h>
4563 #else
4564 # include <assert.h>
4565 #endif
4566 Syntax error
4567 _ACEOF
4568 if ac_fn_c_try_cpp "$LINENO"; then :
4569
4570 else
4571 # Broken: fails on valid input.
4572 continue
4573 fi
4574 rm -f conftest.err conftest.i conftest.$ac_ext
4575
4576 # OK, works on sane cases. Now check whether nonexistent headers
4577 # can be detected and how.
4578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4579 /* end confdefs.h. */
4580 #include <ac_nonexistent.h>
4581 _ACEOF
4582 if ac_fn_c_try_cpp "$LINENO"; then :
4583 # Broken: success on invalid input.
4584 continue
4585 else
4586 # Passes both tests.
4587 ac_preproc_ok=:
4588 break
4589 fi
4590 rm -f conftest.err conftest.i conftest.$ac_ext
4591
4592 done
4593 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4594 rm -f conftest.i conftest.err conftest.$ac_ext
4595 if $ac_preproc_ok; then :
4596 break
4597 fi
4598
4599 done
4600 ac_cv_prog_CPP=$CPP
4601
4602 fi
4603 CPP=$ac_cv_prog_CPP
4604 else
4605 ac_cv_prog_CPP=$CPP
4606 fi
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4608 $as_echo "$CPP" >&6; }
4609 ac_preproc_ok=false
4610 for ac_c_preproc_warn_flag in '' yes
4611 do
4612 # Use a header file that comes with gcc, so configuring glibc
4613 # with a fresh cross-compiler works.
4614 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4615 # <limits.h> exists even on freestanding compilers.
4616 # On the NeXT, cc -E runs the code through the compiler's parser,
4617 # not just through cpp. "Syntax error" is here to catch this case.
4618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4619 /* end confdefs.h. */
4620 #ifdef __STDC__
4621 # include <limits.h>
4622 #else
4623 # include <assert.h>
4624 #endif
4625 Syntax error
4626 _ACEOF
4627 if ac_fn_c_try_cpp "$LINENO"; then :
4628
4629 else
4630 # Broken: fails on valid input.
4631 continue
4632 fi
4633 rm -f conftest.err conftest.i conftest.$ac_ext
4634
4635 # OK, works on sane cases. Now check whether nonexistent headers
4636 # can be detected and how.
4637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4638 /* end confdefs.h. */
4639 #include <ac_nonexistent.h>
4640 _ACEOF
4641 if ac_fn_c_try_cpp "$LINENO"; then :
4642 # Broken: success on invalid input.
4643 continue
4644 else
4645 # Passes both tests.
4646 ac_preproc_ok=:
4647 break
4648 fi
4649 rm -f conftest.err conftest.i conftest.$ac_ext
4650
4651 done
4652 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4653 rm -f conftest.i conftest.err conftest.$ac_ext
4654 if $ac_preproc_ok; then :
4655
4656 else
4657 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4658 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4659 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4660 See \`config.log' for more details" "$LINENO" 5; }
4661 fi
4662
4663 ac_ext=c
4664 ac_cpp='$CPP $CPPFLAGS'
4665 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4666 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4667 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4668
4669
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4671 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4672 if ${ac_cv_path_GREP+:} false; then :
4673 $as_echo_n "(cached) " >&6
4674 else
4675 if test -z "$GREP"; then
4676 ac_path_GREP_found=false
4677 # Loop through the user's path and test for each of PROGNAME-LIST
4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4679 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4680 do
4681 IFS=$as_save_IFS
4682 test -z "$as_dir" && as_dir=.
4683 for ac_prog in grep ggrep; do
4684 for ac_exec_ext in '' $ac_executable_extensions; do
4685 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4686 as_fn_executable_p "$ac_path_GREP" || continue
4687 # Check for GNU ac_path_GREP and select it if it is found.
4688 # Check for GNU $ac_path_GREP
4689 case `"$ac_path_GREP" --version 2>&1` in
4690 *GNU*)
4691 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4692 *)
4693 ac_count=0
4694 $as_echo_n 0123456789 >"conftest.in"
4695 while :
4696 do
4697 cat "conftest.in" "conftest.in" >"conftest.tmp"
4698 mv "conftest.tmp" "conftest.in"
4699 cp "conftest.in" "conftest.nl"
4700 $as_echo 'GREP' >> "conftest.nl"
4701 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4702 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4703 as_fn_arith $ac_count + 1 && ac_count=$as_val
4704 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4705 # Best one so far, save it but keep looking for a better one
4706 ac_cv_path_GREP="$ac_path_GREP"
4707 ac_path_GREP_max=$ac_count
4708 fi
4709 # 10*(2^10) chars as input seems more than enough
4710 test $ac_count -gt 10 && break
4711 done
4712 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4713 esac
4714
4715 $ac_path_GREP_found && break 3
4716 done
4717 done
4718 done
4719 IFS=$as_save_IFS
4720 if test -z "$ac_cv_path_GREP"; then
4721 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4722 fi
4723 else
4724 ac_cv_path_GREP=$GREP
4725 fi
4726
4727 fi
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4729 $as_echo "$ac_cv_path_GREP" >&6; }
4730 GREP="$ac_cv_path_GREP"
4731
4732
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4734 $as_echo_n "checking for egrep... " >&6; }
4735 if ${ac_cv_path_EGREP+:} false; then :
4736 $as_echo_n "(cached) " >&6
4737 else
4738 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4739 then ac_cv_path_EGREP="$GREP -E"
4740 else
4741 if test -z "$EGREP"; then
4742 ac_path_EGREP_found=false
4743 # Loop through the user's path and test for each of PROGNAME-LIST
4744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4746 do
4747 IFS=$as_save_IFS
4748 test -z "$as_dir" && as_dir=.
4749 for ac_prog in egrep; do
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4752 as_fn_executable_p "$ac_path_EGREP" || continue
4753 # Check for GNU ac_path_EGREP and select it if it is found.
4754 # Check for GNU $ac_path_EGREP
4755 case `"$ac_path_EGREP" --version 2>&1` in
4756 *GNU*)
4757 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4758 *)
4759 ac_count=0
4760 $as_echo_n 0123456789 >"conftest.in"
4761 while :
4762 do
4763 cat "conftest.in" "conftest.in" >"conftest.tmp"
4764 mv "conftest.tmp" "conftest.in"
4765 cp "conftest.in" "conftest.nl"
4766 $as_echo 'EGREP' >> "conftest.nl"
4767 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4768 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4769 as_fn_arith $ac_count + 1 && ac_count=$as_val
4770 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4771 # Best one so far, save it but keep looking for a better one
4772 ac_cv_path_EGREP="$ac_path_EGREP"
4773 ac_path_EGREP_max=$ac_count
4774 fi
4775 # 10*(2^10) chars as input seems more than enough
4776 test $ac_count -gt 10 && break
4777 done
4778 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4779 esac
4780
4781 $ac_path_EGREP_found && break 3
4782 done
4783 done
4784 done
4785 IFS=$as_save_IFS
4786 if test -z "$ac_cv_path_EGREP"; then
4787 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4788 fi
4789 else
4790 ac_cv_path_EGREP=$EGREP
4791 fi
4792
4793 fi
4794 fi
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4796 $as_echo "$ac_cv_path_EGREP" >&6; }
4797 EGREP="$ac_cv_path_EGREP"
4798
4799
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4801 $as_echo_n "checking for ANSI C header files... " >&6; }
4802 if ${ac_cv_header_stdc+:} false; then :
4803 $as_echo_n "(cached) " >&6
4804 else
4805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4806 /* end confdefs.h. */
4807 #include <stdlib.h>
4808 #include <stdarg.h>
4809 #include <string.h>
4810 #include <float.h>
4811
4812 int
4813 main ()
4814 {
4815
4816 ;
4817 return 0;
4818 }
4819 _ACEOF
4820 if ac_fn_c_try_compile "$LINENO"; then :
4821 ac_cv_header_stdc=yes
4822 else
4823 ac_cv_header_stdc=no
4824 fi
4825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4826
4827 if test $ac_cv_header_stdc = yes; then
4828 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4830 /* end confdefs.h. */
4831 #include <string.h>
4832
4833 _ACEOF
4834 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4835 $EGREP "memchr" >/dev/null 2>&1; then :
4836
4837 else
4838 ac_cv_header_stdc=no
4839 fi
4840 rm -f conftest*
4841
4842 fi
4843
4844 if test $ac_cv_header_stdc = yes; then
4845 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4847 /* end confdefs.h. */
4848 #include <stdlib.h>
4849
4850 _ACEOF
4851 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4852 $EGREP "free" >/dev/null 2>&1; then :
4853
4854 else
4855 ac_cv_header_stdc=no
4856 fi
4857 rm -f conftest*
4858
4859 fi
4860
4861 if test $ac_cv_header_stdc = yes; then
4862 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4863 if test "$cross_compiling" = yes; then :
4864 :
4865 else
4866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4867 /* end confdefs.h. */
4868 #include <ctype.h>
4869 #include <stdlib.h>
4870 #if ((' ' & 0x0FF) == 0x020)
4871 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4872 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4873 #else
4874 # define ISLOWER(c) \
4875 (('a' <= (c) && (c) <= 'i') \
4876 || ('j' <= (c) && (c) <= 'r') \
4877 || ('s' <= (c) && (c) <= 'z'))
4878 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4879 #endif
4880
4881 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4882 int
4883 main ()
4884 {
4885 int i;
4886 for (i = 0; i < 256; i++)
4887 if (XOR (islower (i), ISLOWER (i))
4888 || toupper (i) != TOUPPER (i))
4889 return 2;
4890 return 0;
4891 }
4892 _ACEOF
4893 if ac_fn_c_try_run "$LINENO"; then :
4894
4895 else
4896 ac_cv_header_stdc=no
4897 fi
4898 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4899 conftest.$ac_objext conftest.beam conftest.$ac_ext
4900 fi
4901
4902 fi
4903 fi
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4905 $as_echo "$ac_cv_header_stdc" >&6; }
4906 if test $ac_cv_header_stdc = yes; then
4907
4908 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4909
4910 fi
4911
4912 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4913 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4914 inttypes.h stdint.h unistd.h
4915 do :
4916 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4917 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4918 "
4919 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4920 cat >>confdefs.h <<_ACEOF
4921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4922 _ACEOF
4923
4924 fi
4925
4926 done
4927
4928
4929
4930 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4931 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4932 MINIX=yes
4933 else
4934 MINIX=
4935 fi
4936
4937
4938 if test "$MINIX" = yes; then
4939
4940 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4941
4942
4943 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4944
4945
4946 $as_echo "#define _MINIX 1" >>confdefs.h
4947
4948 fi
4949
4950
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4952 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4953 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4954 $as_echo_n "(cached) " >&6
4955 else
4956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4957 /* end confdefs.h. */
4958
4959 # define __EXTENSIONS__ 1
4960 $ac_includes_default
4961 int
4962 main ()
4963 {
4964
4965 ;
4966 return 0;
4967 }
4968 _ACEOF
4969 if ac_fn_c_try_compile "$LINENO"; then :
4970 ac_cv_safe_to_define___extensions__=yes
4971 else
4972 ac_cv_safe_to_define___extensions__=no
4973 fi
4974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4975 fi
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4977 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4978 test $ac_cv_safe_to_define___extensions__ = yes &&
4979 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4980
4981 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4982
4983 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4984
4985 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4986
4987 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4988
4989
4990
4991 if test -n "$ac_tool_prefix"; then
4992 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4993 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4995 $as_echo_n "checking for $ac_word... " >&6; }
4996 if ${ac_cv_prog_RANLIB+:} false; then :
4997 $as_echo_n "(cached) " >&6
4998 else
4999 if test -n "$RANLIB"; then
5000 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5001 else
5002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003 for as_dir in $PATH
5004 do
5005 IFS=$as_save_IFS
5006 test -z "$as_dir" && as_dir=.
5007 for ac_exec_ext in '' $ac_executable_extensions; do
5008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5009 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 break 2
5012 fi
5013 done
5014 done
5015 IFS=$as_save_IFS
5016
5017 fi
5018 fi
5019 RANLIB=$ac_cv_prog_RANLIB
5020 if test -n "$RANLIB"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5022 $as_echo "$RANLIB" >&6; }
5023 else
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025 $as_echo "no" >&6; }
5026 fi
5027
5028
5029 fi
5030 if test -z "$ac_cv_prog_RANLIB"; then
5031 ac_ct_RANLIB=$RANLIB
5032 # Extract the first word of "ranlib", so it can be a program name with args.
5033 set dummy ranlib; ac_word=$2
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5035 $as_echo_n "checking for $ac_word... " >&6; }
5036 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5037 $as_echo_n "(cached) " >&6
5038 else
5039 if test -n "$ac_ct_RANLIB"; then
5040 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5041 else
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 for as_dir in $PATH
5044 do
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5049 ac_cv_prog_ac_ct_RANLIB="ranlib"
5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2
5052 fi
5053 done
5054 done
5055 IFS=$as_save_IFS
5056
5057 fi
5058 fi
5059 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5060 if test -n "$ac_ct_RANLIB"; then
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5062 $as_echo "$ac_ct_RANLIB" >&6; }
5063 else
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5065 $as_echo "no" >&6; }
5066 fi
5067
5068 if test "x$ac_ct_RANLIB" = x; then
5069 RANLIB=":"
5070 else
5071 case $cross_compiling:$ac_tool_warned in
5072 yes:)
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5074 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5075 ac_tool_warned=yes ;;
5076 esac
5077 RANLIB=$ac_ct_RANLIB
5078 fi
5079 else
5080 RANLIB="$ac_cv_prog_RANLIB"
5081 fi
5082
5083
5084 # Extract the first word of "ar", so it can be a program name with args.
5085 set dummy ar; ac_word=$2
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5087 $as_echo_n "checking for $ac_word... " >&6; }
5088 if ${ac_cv_path_AR+:} false; then :
5089 $as_echo_n "(cached) " >&6
5090 else
5091 case $AR in
5092 [\\/]* | ?:[\\/]*)
5093 ac_cv_path_AR="$AR" # Let the user override the test with a path.
5094 ;;
5095 *)
5096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5097 for as_dir in $PATH
5098 do
5099 IFS=$as_save_IFS
5100 test -z "$as_dir" && as_dir=.
5101 for ac_exec_ext in '' $ac_executable_extensions; do
5102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5103 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
5104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5105 break 2
5106 fi
5107 done
5108 done
5109 IFS=$as_save_IFS
5110
5111 ;;
5112 esac
5113 fi
5114 AR=$ac_cv_path_AR
5115 if test -n "$AR"; then
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5117 $as_echo "$AR" >&6; }
5118 else
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5120 $as_echo "no" >&6; }
5121 fi
5122
5123
5124
5125
5126 if test "X$AR" = "X"; then
5127 as_fn_error $? "
5128 ar program not found. Please fix your PATH to include the directory in
5129 which ar resides, or set AR in the environment with the full path to ar." "$LINENO" 5
5130 fi
5131
5132 ac_config_headers="$ac_config_headers includes/config.h"
5133
5134
5135 # we sometimes need to know byte order for building packets
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
5137 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
5138 if ${ac_cv_c_bigendian+:} false; then :
5139 $as_echo_n "(cached) " >&6
5140 else
5141 ac_cv_c_bigendian=unknown
5142 # See if we're dealing with a universal compiler.
5143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5144 /* end confdefs.h. */
5145 #ifndef __APPLE_CC__
5146 not a universal capable compiler
5147 #endif
5148 typedef int dummy;
5149
5150 _ACEOF
5151 if ac_fn_c_try_compile "$LINENO"; then :
5152
5153 # Check for potential -arch flags. It is not universal unless
5154 # there are at least two -arch flags with different values.
5155 ac_arch=
5156 ac_prev=
5157 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
5158 if test -n "$ac_prev"; then
5159 case $ac_word in
5160 i?86 | x86_64 | ppc | ppc64)
5161 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
5162 ac_arch=$ac_word
5163 else
5164 ac_cv_c_bigendian=universal
5165 break
5166 fi
5167 ;;
5168 esac
5169 ac_prev=
5170 elif test "x$ac_word" = "x-arch"; then
5171 ac_prev=arch
5172 fi
5173 done
5174 fi
5175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5176 if test $ac_cv_c_bigendian = unknown; then
5177 # See if sys/param.h defines the BYTE_ORDER macro.
5178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5179 /* end confdefs.h. */
5180 #include <sys/types.h>
5181 #include <sys/param.h>
5182
5183 int
5184 main ()
5185 {
5186 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
5187 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
5188 && LITTLE_ENDIAN)
5189 bogus endian macros
5190 #endif
5191
5192 ;
5193 return 0;
5194 }
5195 _ACEOF
5196 if ac_fn_c_try_compile "$LINENO"; then :
5197 # It does; now see whether it defined to BIG_ENDIAN or not.
5198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5199 /* end confdefs.h. */
5200 #include <sys/types.h>
5201 #include <sys/param.h>
5202
5203 int
5204 main ()
5205 {
5206 #if BYTE_ORDER != BIG_ENDIAN
5207 not big endian
5208 #endif
5209
5210 ;
5211 return 0;
5212 }
5213 _ACEOF
5214 if ac_fn_c_try_compile "$LINENO"; then :
5215 ac_cv_c_bigendian=yes
5216 else
5217 ac_cv_c_bigendian=no
5218 fi
5219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5220 fi
5221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5222 fi
5223 if test $ac_cv_c_bigendian = unknown; then
5224 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
5225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5226 /* end confdefs.h. */
5227 #include <limits.h>
5228
5229 int
5230 main ()
5231 {
5232 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
5233 bogus endian macros
5234 #endif
5235
5236 ;
5237 return 0;
5238 }
5239 _ACEOF
5240 if ac_fn_c_try_compile "$LINENO"; then :
5241 # It does; now see whether it defined to _BIG_ENDIAN or not.
5242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5243 /* end confdefs.h. */
5244 #include <limits.h>
5245
5246 int
5247 main ()
5248 {
5249 #ifndef _BIG_ENDIAN
5250 not big endian
5251 #endif
5252
5253 ;
5254 return 0;
5255 }
5256 _ACEOF
5257 if ac_fn_c_try_compile "$LINENO"; then :
5258 ac_cv_c_bigendian=yes
5259 else
5260 ac_cv_c_bigendian=no
5261 fi
5262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5263 fi
5264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5265 fi
5266 if test $ac_cv_c_bigendian = unknown; then
5267 # Compile a test program.
5268 if test "$cross_compiling" = yes; then :
5269 # Try to guess by grepping values from an object file.
5270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5271 /* end confdefs.h. */
5272 short int ascii_mm[] =
5273 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
5274 short int ascii_ii[] =
5275 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
5276 int use_ascii (int i) {
5277 return ascii_mm[i] + ascii_ii[i];
5278 }
5279 short int ebcdic_ii[] =
5280 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
5281 short int ebcdic_mm[] =
5282 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
5283 int use_ebcdic (int i) {
5284 return ebcdic_mm[i] + ebcdic_ii[i];
5285 }
5286 extern int foo;
5287
5288 int
5289 main ()
5290 {
5291 return use_ascii (foo) == use_ebcdic (foo);
5292 ;
5293 return 0;
5294 }
5295 _ACEOF
5296 if ac_fn_c_try_compile "$LINENO"; then :
5297 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
5298 ac_cv_c_bigendian=yes
5299 fi
5300 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
5301 if test "$ac_cv_c_bigendian" = unknown; then
5302 ac_cv_c_bigendian=no
5303 else
5304 # finding both strings is unlikely to happen, but who knows?
5305 ac_cv_c_bigendian=unknown
5306 fi
5307 fi
5308 fi
5309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5310 else
5311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5312 /* end confdefs.h. */
5313 $ac_includes_default
5314 int
5315 main ()
5316 {
5317
5318 /* Are we little or big endian? From Harbison&Steele. */
5319 union
5320 {
5321 long int l;
5322 char c[sizeof (long int)];
5323 } u;
5324 u.l = 1;
5325 return u.c[sizeof (long int) - 1] == 1;
5326
5327 ;
5328 return 0;
5329 }
5330 _ACEOF
5331 if ac_fn_c_try_run "$LINENO"; then :
5332 ac_cv_c_bigendian=no
5333 else
5334 ac_cv_c_bigendian=yes
5335 fi
5336 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5337 conftest.$ac_objext conftest.beam conftest.$ac_ext
5338 fi
5339
5340 fi
5341 fi
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
5343 $as_echo "$ac_cv_c_bigendian" >&6; }
5344 case $ac_cv_c_bigendian in #(
5345 yes)
5346 byte_order=BIG_ENDIAN
5347 ;; #(
5348 no)
5349 byte_order=LITTLE_ENDIAN
5350 ;; #(
5351 universal)
5352
5353 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
5354
5355 ;; #(
5356 *)
5357 as_fn_error $? "unknown endianness
5358 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
5359 esac
5360
5361
5362 cat >>confdefs.h <<_ACEOF
5363 #define DHCP_BYTE_ORDER $byte_order
5364 _ACEOF
5365
5366
5367 # Optional compile-time DEBUGging.
5368 # Check whether --enable-debug was given.
5369 if test "${enable_debug+set}" = set; then :
5370 enableval=$enable_debug; case "${enableval}" in
5371 yes) enable_debug=yes
5372
5373 $as_echo "#define DEBUG 1" >>confdefs.h
5374
5375 # Just override CFLAGS totally to remove optimization.
5376 CFLAGS="-g";;
5377 no) enable_debug=no ;;
5378 *) as_fn_error $? "bad value ${enableval} for --enable-debug" "$LINENO" 5 ;;
5379 esac
5380 else
5381 enable_debug=no
5382 fi
5383
5384
5385 # XXX: there are actually quite a lot more DEBUG_ features we could enable,
5386 # but I don't want to pollute the --help space.
5387 #
5388 #/* #define DEBUG_TOKENS */
5389 #/* #define DEBUG_PACKET */
5390 #/* #define DEBUG_EXPRESSIONS */
5391 #/* #define DEBUG_FIND_LEASE */
5392 #/* #define DEBUG_EXPRESSION_PARSE */
5393 #/* #define DEBUG_CLASS_MATCHING */
5394 #/* #define DEBUG_MEMORY_LEAKAGE */
5395 #/* #define DEBUG_MALLOC_POOL */
5396 #/* #define DEBUG_LEASE_STATE_TRANSITIONS */
5397 #/* #define DEBUG_RC_HISTORY */
5398 #/* #define DEBUG_RC_HISTORY_EXHAUSTIVELY */
5399 #/* #define RC_HISTORY_MAX 10240 */
5400 #/* #define POINTER_DEBUG */
5401 #/* #define DEBUG_FAILOVER_MESSAGES */
5402 #/* #define DEBUG_FAILOVER_TIMING */
5403 #/* #define DEBUG_DUMP_ALL_LEASES */
5404
5405 # Failover optional compile-time feature.
5406 # Check whether --enable-failover was given.
5407 if test "${enable_failover+set}" = set; then :
5408 enableval=$enable_failover;
5409 fi
5410
5411 # Failover is on by default, so define if it is not explicitly disabled.
5412 if test "$enable_failover" != "no"; then
5413 enable_failover="yes"
5414
5415 $as_echo "#define FAILOVER_PROTOCOL 1" >>confdefs.h
5416
5417 fi
5418
5419 # execute() support.
5420 # Check whether --enable-execute was given.
5421 if test "${enable_execute+set}" = set; then :
5422 enableval=$enable_execute;
5423 fi
5424
5425 # execute() is on by default, so define if it is not explicitly disabled.
5426 if test "$enable_execute" != "no" ; then
5427 enable_execute="yes"
5428
5429 $as_echo "#define ENABLE_EXECUTE 1" >>confdefs.h
5430
5431 fi
5432
5433 # Server tracing support.
5434 # Check whether --enable-tracing was given.
5435 if test "${enable_tracing+set}" = set; then :
5436 enableval=$enable_tracing;
5437 fi
5438
5439 # tracing is on by default, so define if it is not explicitly disabled.
5440 if test "$enable_tracing" != "no" ; then
5441
5442 $as_echo "#define TRACING 1" >>confdefs.h
5443
5444 fi
5445
5446 # Delayed-ack feature support (experimental).
5447 # Check whether --enable-delayed_ack was given.
5448 if test "${enable_delayed_ack+set}" = set; then :
5449 enableval=$enable_delayed_ack;
5450 fi
5451
5452 if test "$enable_delayed_ack" = "yes"; then
5453
5454 $as_echo "#define DELAYED_ACK 1" >>confdefs.h
5455
5456 else
5457 enable_delayed_ack="no"
5458 fi
5459
5460 # DHCPv6 optional compile-time feature.
5461 # Check whether --enable-dhcpv6 was given.
5462 if test "${enable_dhcpv6+set}" = set; then :
5463 enableval=$enable_dhcpv6;
5464 fi
5465
5466 # DHCPv6 is on by default, so define if it is not explicitly disabled.
5467 if test "$enable_dhcpv6" != "no"; then
5468 enable_dhcpv6="yes"
5469
5470 $as_echo "#define DHCPv6 1" >>confdefs.h
5471
5472 fi
5473
5474 # DHCPv4o6 optional compile-time feature.
5475 # Check whether --enable-dhcpv4o6 was given.
5476 if test "${enable_dhcpv4o6+set}" = set; then :
5477 enableval=$enable_dhcpv4o6;
5478 fi
5479
5480 # DHCPv4o6 is off by default, so define if it is explicitly enabled.
5481 if test "$enable_dhcpv4o6" = "yes"; then
5482 # DHCPv4o6 requires DHCPv6
5483 if test "$enable_dhcpv6" = "no"; then
5484 as_fn_error $? "dhcpv4o6 requires dhcpv6" "$LINENO" 5
5485 fi
5486 # DHCPv4o6 is not yet compatible with delayed-ack
5487 if test "$enable_delayed_ack" = "yes"; then
5488 as_fn_error $? "dhcpv4o6 is not compatible with delayed-ack" "$LINENO" 5
5489 fi
5490
5491 $as_echo "#define DHCP4o6 1" >>confdefs.h
5492
5493 fi
5494
5495 # PARANOIA is off by default (until we can test it with all features)
5496 # Check whether --enable-paranoia was given.
5497 if test "${enable_paranoia+set}" = set; then :
5498 enableval=$enable_paranoia;
5499 fi
5500
5501 # Check whether --enable-early_chroot was given.
5502 if test "${enable_early_chroot+set}" = set; then :
5503 enableval=$enable_early_chroot;
5504 fi
5505
5506 # If someone enables early chroot, but does not enable paranoia, do so for
5507 # them.
5508 if test "$enable_paranoia" != "yes" && \
5509 test "$enable_early_chroot" = "yes" ; then
5510 enable_paranoia="yes"
5511 fi
5512
5513 if test "$enable_paranoia" = "yes" ; then
5514
5515 $as_echo "#define PARANOIA 1" >>confdefs.h
5516
5517 fi
5518 if test "$enable_early_chroot" = "yes" ; then
5519
5520 $as_echo "#define EARLY_CHROOT 1" >>confdefs.h
5521
5522 fi
5523
5524 # Check whether --enable-ipv4_pktinfo was given.
5525 if test "${enable_ipv4_pktinfo+set}" = set; then :
5526 enableval=$enable_ipv4_pktinfo;
5527 fi
5528
5529
5530 if test "$enable_ipv4_pktinfo" = "yes"; then
5531
5532 $as_echo "#define USE_V4_PKTINFO 1" >>confdefs.h
5533
5534 fi
5535
5536 # Check whether --enable-use_sockets was given.
5537 if test "${enable_use_sockets+set}" = set; then :
5538 enableval=$enable_use_sockets;
5539 fi
5540
5541
5542 if test "$enable_use_sockets" = "yes"; then
5543
5544 $as_echo "#define USE_SOCKETS 1" >>confdefs.h
5545
5546 fi
5547
5548 # Try to hnadle incorrect byte order for secs field
5549 # This is off by default
5550 # Check whether --enable-secs_byteorder was given.
5551 if test "${enable_secs_byteorder+set}" = set; then :
5552 enableval=$enable_secs_byteorder;
5553 fi
5554
5555
5556 if test "$enable_secs_byteorder" = "yes" ; then
5557
5558 $as_echo "#define SECS_BYTEORDER 1" >>confdefs.h
5559
5560 fi
5561
5562 # Include the PID in the log messages. This is useful when there may
5563 # be multiple instances of a program.
5564 # This is off by default
5565 # Check whether --enable-log_pid was given.
5566 if test "${enable_log_pid+set}" = set; then :
5567 enableval=$enable_log_pid;
5568 fi
5569
5570 if test "$enable_log_pid" = "yes" ; then
5571
5572 $as_echo "#define USE_LOG_PID 1" >>confdefs.h
5573
5574 fi
5575
5576 # Allow for binary search when inserting v4 leases into queues
5577 # Check whether --enable-binary_leases was given.
5578 if test "${enable_binary_leases+set}" = set; then :
5579 enableval=$enable_binary_leases;
5580 fi
5581
5582 # binary_leases is off by default.
5583 if test "$enable_binary_leases" = "yes"; then
5584
5585 $as_echo "#define BINARY_LEASES 1" >>confdefs.h
5586
5587 else
5588 enable_binary_leases="no"
5589 fi
5590
5591 # Testing section
5592
5593 DISTCHECK_ATF_CONFIGURE_FLAG=
5594 atf_path="no"
5595
5596 # Check whether --with-atf was given.
5597 if test "${with_atf+set}" = set; then :
5598 withval=$with_atf; atf_path="$withval"
5599 fi
5600
5601 if test "$atf_path" = "bind"; then
5602 BIND_ATF_TRUE=
5603 BIND_ATF_FALSE='#'
5604 else
5605 BIND_ATF_TRUE='#'
5606 BIND_ATF_FALSE=
5607 fi
5608
5609 if test "$atf_path" = "bind" ; then
5610 DISTCHECK_ATF_CONFIGURE_FLAG="--with-atf=bind"
5611 atf_pcp="bind"
5612 atf_path="\${top_srcdir}/bind/atf"
5613 ATF_CFLAGS="-I$atf_path/include -DUNIT_TEST"
5614 ATF_LDFLAGS="-L$atf_path/lib -latf-c"
5615 ATF_BIN=`cd $srcdir; pwd`/bind/atf/bin
5616
5617
5618
5619 BINDCONFIG="$BINDCONFIG --with-atf"
5620 elif test "$atf_path" != "no" ; then
5621 DISTCHECK_ATF_CONFIGURE_FLAG="--with-atf=$atf_path"
5622 # Config path for pkg-config
5623 atf_pcp=""
5624 if test "$atf_path" != "yes" ; then
5625 if test -f $atf_path/lib/pkgconfig/atf-c.pc ; then
5626 atf_pcp=$atf_path/lib/pkgconfig
5627 elif test -f $atf_path/lib64/pkgconfig/atf-c.pc ; then
5628 atf_pcp=$atf_path/lib64/pkgconfig
5629 fi
5630 else
5631 # Not specified, try some common paths
5632 atf_dirs="/usr /usr/local /usr/pkg /opt /opt/local"
5633 for d in $atf_dirs
5634 do
5635 if test -f $d/lib/pkgconfig/atf-c.pc ; then
5636 atf_pcp=$d/lib/pkgconfig
5637 atf_path=$d
5638 elif test -f $d/lib64/pkgconfig/atf-c.pc ; then
5639 atf_pcp=$d/lib64/pkgconfig
5640 atf_path=$d
5641 fi
5642 done
5643 fi
5644
5645 if test "$atf_pcp" = "" ; then
5646 as_fn_error $? "Unable to find atf files in location specified" "$LINENO" 5
5647 else
5648 # Extract the first word of "pkg-config", so it can be a program name with args.
5649 set dummy pkg-config; ac_word=$2
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5651 $as_echo_n "checking for $ac_word... " >&6; }
5652 if ${ac_cv_prog_pkgcfg_found+:} false; then :
5653 $as_echo_n "(cached) " >&6
5654 else
5655 if test -n "$pkgcfg_found"; then
5656 ac_cv_prog_pkgcfg_found="$pkgcfg_found" # Let the user override the test.
5657 else
5658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5659 for as_dir in $PATH
5660 do
5661 IFS=$as_save_IFS
5662 test -z "$as_dir" && as_dir=.
5663 for ac_exec_ext in '' $ac_executable_extensions; do
5664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5665 ac_cv_prog_pkgcfg_found="pkg-config"
5666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5667 break 2
5668 fi
5669 done
5670 done
5671 IFS=$as_save_IFS
5672
5673 fi
5674 fi
5675 pkgcfg_found=$ac_cv_prog_pkgcfg_found
5676 if test -n "$pkgcfg_found"; then
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkgcfg_found" >&5
5678 $as_echo "$pkgcfg_found" >&6; }
5679 else
5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5681 $as_echo "no" >&6; }
5682 fi
5683
5684
5685 if test "$pkgcfg_found" = ""; then
5686 as_fn_error $? "Could not locate ATF, pkg-config not installed" "$LINENO" 5
5687 fi
5688 ATF_CFLAGS="`PKG_CONFIG_PATH=$atf_pcp pkg-config --cflags atf-c` -DUNIT_TEST"
5689 ATF_LDFLAGS="`PKG_CONFIG_PATH=$atf_pcp pkg-config --libs atf-c`"
5690 if test -f $atf_pcp/atf-sh.pc ; then
5691 ATF_BIN="`PKG_CONFIG_PATH=$atf_pcp pkg-config --variable=exec_prefix atf-sh`/bin"
5692 else
5693 # older versions don't have atf-sh, try usual place
5694 ATF_BIN=$atf_path/bin
5695 fi
5696
5697 if test ! -x $ATF_BIN/atf-run -o ! -x $ATF_BIN/atf-report ; then
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: atf-run/atf-report not found, assuming they are in your path" >&5
5699 $as_echo "$as_me: WARNING: atf-run/atf-report not found, assuming they are in your path" >&2;}
5700 fi
5701
5702
5703
5704
5705 fi
5706 fi
5707
5708 if test "$atf_pcp" != ""; then
5709 HAVE_ATF_TRUE=
5710 HAVE_ATF_FALSE='#'
5711 else
5712 HAVE_ATF_TRUE='#'
5713 HAVE_ATF_FALSE=
5714 fi
5715
5716 if test -z "$HAVE_ATF_TRUE"; then :
5717
5718 $as_echo "#define HAVE_ATF 1" >>confdefs.h
5719
5720 fi
5721
5722
5723 ###
5724 ### Path fun. Older versions of DHCP were installed in /usr/sbin, so we
5725 ### need to look there and potentially overwrite by default (but not if
5726 ### the user configures an alternate value). LOCALSTATEDIR is totally
5727 ### braindead. No one uses /usr/local/var/db/ nor /usr/local/var/run, and
5728 ### they would be insane for suggesting it. We need to look in /var/for
5729 ### 'db' and 'state/dhcp' for db files, and /var/run for pid files by
5730 ### default.
5731 ###
5732 if test "x$prefix" = xNONE; then
5733 $as_echo_n "checking for prefix by " >&6
5734 # Extract the first word of "dhcpd", so it can be a program name with args.
5735 set dummy dhcpd; ac_word=$2
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5737 $as_echo_n "checking for $ac_word... " >&6; }
5738 if ${ac_cv_path_ac_prefix_program+:} false; then :
5739 $as_echo_n "(cached) " >&6
5740 else
5741 case $ac_prefix_program in
5742 [\\/]* | ?:[\\/]*)
5743 ac_cv_path_ac_prefix_program="$ac_prefix_program" # Let the user override the test with a path.
5744 ;;
5745 *)
5746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5747 for as_dir in $PATH
5748 do
5749 IFS=$as_save_IFS
5750 test -z "$as_dir" && as_dir=.
5751 for ac_exec_ext in '' $ac_executable_extensions; do
5752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5753 ac_cv_path_ac_prefix_program="$as_dir/$ac_word$ac_exec_ext"
5754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5755 break 2
5756 fi
5757 done
5758 done
5759 IFS=$as_save_IFS
5760
5761 ;;
5762 esac
5763 fi
5764 ac_prefix_program=$ac_cv_path_ac_prefix_program
5765 if test -n "$ac_prefix_program"; then
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prefix_program" >&5
5767 $as_echo "$ac_prefix_program" >&6; }
5768 else
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5770 $as_echo "no" >&6; }
5771 fi
5772
5773
5774 if test -n "$ac_prefix_program"; then
5775 prefix=`$as_dirname -- "$ac_prefix_program" ||
5776 $as_expr X"$ac_prefix_program" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5777 X"$ac_prefix_program" : 'X\(//\)[^/]' \| \
5778 X"$ac_prefix_program" : 'X\(//\)$' \| \
5779 X"$ac_prefix_program" : 'X\(/\)' \| . 2>/dev/null ||
5780 $as_echo X"$ac_prefix_program" |
5781 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5782 s//\1/
5783 q
5784 }
5785 /^X\(\/\/\)[^/].*/{
5786 s//\1/
5787 q
5788 }
5789 /^X\(\/\/\)$/{
5790 s//\1/
5791 q
5792 }
5793 /^X\(\/\).*/{
5794 s//\1/
5795 q
5796 }
5797 s/.*/./; q'`
5798 prefix=`$as_dirname -- "$prefix" ||
5799 $as_expr X"$prefix" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5800 X"$prefix" : 'X\(//\)[^/]' \| \
5801 X"$prefix" : 'X\(//\)$' \| \
5802 X"$prefix" : 'X\(/\)' \| . 2>/dev/null ||
5803 $as_echo X"$prefix" |
5804 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5805 s//\1/
5806 q
5807 }
5808 /^X\(\/\/\)[^/].*/{
5809 s//\1/
5810 q
5811 }
5812 /^X\(\/\/\)$/{
5813 s//\1/
5814 q
5815 }
5816 /^X\(\/\).*/{
5817 s//\1/
5818 q
5819 }
5820 s/.*/./; q'`
5821 fi
5822 fi
5823
5824
5825 # XXX - isn't there SOME WAY to default autoconf to /var instead of
5826 # /usr/local/var/no/one/has/this/please/stop/trying?
5827 case "$localstatedir" in
5828 '${prefix}/var')
5829 localstatedir=/var
5830 ;;
5831 esac
5832
5833 # Default server configuration file.
5834
5835 # Check whether --with-srv-conf-file was given.
5836 if test "${with_srv_conf_file+set}" = set; then :
5837 withval=$with_srv_conf_file;
5838 cat >>confdefs.h <<_ACEOF
5839 #define _PATH_DHCPD_CONF "$withval"
5840 _ACEOF
5841
5842 fi
5843
5844
5845 # Allow specification of alternate state files
5846
5847 # Check whether --with-srv-lease-file was given.
5848 if test "${with_srv_lease_file+set}" = set; then :
5849 withval=$with_srv_lease_file;
5850 cat >>confdefs.h <<_ACEOF
5851 #define _PATH_DHCPD_DB "$withval"
5852 _ACEOF
5853
5854 fi
5855
5856
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dhcpd.leases location" >&5
5858 $as_echo_n "checking for dhcpd.leases location... " >&6; }
5859 if [ "x$with_srv_lease_file" = "x" ] ; then
5860 if [ -d "${localstatedir}/db" ] ; then
5861 with_srv_lease_file="${localstatedir}/db/dhcpd.leases"
5862 elif [ -d "${localstatedir}/state" ] ; then
5863 if [ -d "${localstatedir}/state/dhcp" ] ; then
5864 with_srv_lease_file="${localstatedir}/state/dhcp/dhcpd.leases"
5865 else
5866 with_srv_lease_file="${localstatedir}/state/dhcpd.leases"
5867 fi
5868 elif [ -d "${localstatedir}/lib" ] ; then
5869 if [ -d "${localstatedir}/lib/dhcp" ] ; then
5870 with_srv_lease_file="${localstatedir}/lib/dhcp/dhcpd.leases"
5871 else
5872 with_srv_lease_file="${localstatedir}/lib/dhcpd.leases"
5873 fi
5874 elif [ -d "${localstatedir}/etc" ] ; then
5875 with_srv_lease_file="${localstatedir}/etc/dhcpd.leases"
5876 else
5877 with_srv_lease_file="/etc/dhcpd.leases"
5878 fi
5879 fi
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_srv_lease_file" >&5
5881 $as_echo "$with_srv_lease_file" >&6; }
5882
5883
5884 # Check whether --with-srv6-lease-file was given.
5885 if test "${with_srv6_lease_file+set}" = set; then :
5886 withval=$with_srv6_lease_file;
5887 cat >>confdefs.h <<_ACEOF
5888 #define _PATH_DHCPD6_DB "$withval"
5889 _ACEOF
5890
5891 fi
5892
5893
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dhcpd6.leases location" >&5
5895 $as_echo_n "checking for dhcpd6.leases location... " >&6; }
5896 if [ "x$with_srv6_lease_file" = "x" ] ; then
5897 if [ -d "${localstatedir}/db" ] ; then
5898 with_srv6_lease_file="${localstatedir}/db/dhcpd6.leases"
5899 elif [ -d "${localstatedir}/state" ] ; then
5900 if [ -d "${localstatedir}/state/dhcp" ] ; then
5901 with_srv6_lease_file="${localstatedir}/state/dhcp/dhcpd6.leases"
5902 else
5903 with_srv6_lease_file="${localstatedir}/state/dhcpd6.leases"
5904 fi
5905 elif [ -d "${localstatedir}/lib" ] ; then
5906 if [ -d "${localstatedir}/lib/dhcp" ] ; then
5907 with_srv6_lease_file="${localstatedir}/lib/dhcp/dhcpd6.leases"
5908 else
5909 with_srv6_lease_file="${localstatedir}/lib/dhcpd6.leases"
5910 fi
5911 elif [ -d "${localstatedir}/etc" ] ; then
5912 with_srv6_lease_file="${localstatedir}/etc/dhcpd6.leases"
5913 else
5914 with_srv6_lease_file="/etc/dhcpd6.leases"
5915 fi
5916 fi
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_srv6_lease_file" >&5
5918 $as_echo "$with_srv6_lease_file" >&6; }
5919
5920
5921 # Check whether --with-cli-lease-file was given.
5922 if test "${with_cli_lease_file+set}" = set; then :
5923 withval=$with_cli_lease_file;
5924 cat >>confdefs.h <<_ACEOF
5925 #define _PATH_DHCLIENT_DB "$withval"
5926 _ACEOF
5927
5928 fi
5929
5930
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dhclient.leases location" >&5
5932 $as_echo_n "checking for dhclient.leases location... " >&6; }
5933 if [ "x$with_cli_lease_file" = "x" ] ; then
5934 if [ -d "${localstatedir}/db" ] ; then
5935 with_cli_lease_file="${localstatedir}/db/dhclient.leases"
5936 elif [ -d "${localstatedir}/state" ] ; then
5937 if [ -d "${localstatedir}/state/dhcp" ] ; then
5938 with_cli_lease_file="${localstatedir}/state/dhcp/dhclient.leases"
5939 else
5940 with_cli_lease_file="${localstatedir}/state/dhclient.leases"
5941 fi
5942 elif [ -d "${localstatedir}/lib" ] ; then
5943 if [ -d "${localstatedir}/lib/dhcp" ] ; then
5944 with_cli_lease_file="${localstatedir}/lib/dhcp/dhclient.leases"
5945 else
5946 with_cli_lease_file="${localstatedir}/lib/dhclient.leases"
5947 fi
5948 elif [ -d "${localstatedir}/etc" ] ; then
5949 with_cli_lease_file="${localstatedir}/etc/dhclient.leases"
5950 else
5951 with_cli_lease_file="/etc/dhclient.leases"
5952 fi
5953 fi
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cli_lease_file" >&5
5955 $as_echo "$with_cli_lease_file" >&6; }
5956
5957
5958 # Check whether --with-cli6-lease-file was given.
5959 if test "${with_cli6_lease_file+set}" = set; then :
5960 withval=$with_cli6_lease_file;
5961 cat >>confdefs.h <<_ACEOF
5962 #define _PATH_DHCLIENT6_DB "$withval"
5963 _ACEOF
5964
5965 fi
5966
5967
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dhclient6.leases location" >&5
5969 $as_echo_n "checking for dhclient6.leases location... " >&6; }
5970 if [ "x$with_cli6_lease_file" = "x" ] ; then
5971 if [ -d "${localstatedir}/db" ] ; then
5972 with_cli6_lease_file="${localstatedir}/db/dhclient6.leases"
5973 elif [ -d "${localstatedir}/state" ] ; then
5974 if [ -d "${localstatedir}/state/dhcp" ] ; then
5975 with_cli6_lease_file="${localstatedir}/state/dhcp/dhclient6.leases"
5976 else
5977 with_cli6_lease_file="${localstatedir}/state/dhclient6.leases"
5978 fi
5979 elif [ -d "${localstatedir}/lib" ] ; then
5980 if [ -d "${localstatedir}/lib/dhcp" ] ; then
5981 with_cli6_lease_file="${localstatedir}/lib/dhcp/dhclient6.leases"
5982 else
5983 with_cli6_lease_file="${localstatedir}/lib/dhclient6.leases"
5984 fi
5985 elif [ -d "${localstatedir}/etc" ] ; then
5986 with_cli6_lease_file="${localstatedir}/etc/dhclient6.leases"
5987 else
5988 with_cli6_lease_file="/etc/dhclient6.leases"
5989 fi
5990 fi
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cli6_lease_file" >&5
5992 $as_echo "$with_cli6_lease_file" >&6; }
5993
5994
5995 # Check whether --with-srv-pid-file was given.
5996 if test "${with_srv_pid_file+set}" = set; then :
5997 withval=$with_srv_pid_file;
5998 cat >>confdefs.h <<_ACEOF
5999 #define _PATH_DHCPD_PID "$withval"
6000 _ACEOF
6001
6002 fi
6003
6004
6005 # Check whether --with-srv6-pid-file was given.
6006 if test "${with_srv6_pid_file+set}" = set; then :
6007 withval=$with_srv6_pid_file;
6008 cat >>confdefs.h <<_ACEOF
6009 #define _PATH_DHCPD6_PID "$withval"
6010 _ACEOF
6011
6012 fi
6013
6014
6015 # Check whether --with-cli-pid-file was given.
6016 if test "${with_cli_pid_file+set}" = set; then :
6017 withval=$with_cli_pid_file;
6018 cat >>confdefs.h <<_ACEOF
6019 #define _PATH_DHCLIENT_PID "$withval"
6020 _ACEOF
6021
6022 fi
6023
6024
6025 # Check whether --with-cli6-pid-file was given.
6026 if test "${with_cli6_pid_file+set}" = set; then :
6027 withval=$with_cli6_pid_file;
6028 cat >>confdefs.h <<_ACEOF
6029 #define _PATH_DHCLIENT6_PID "$withval"
6030 _ACEOF
6031
6032 fi
6033
6034
6035 # Check whether --with-relay-pid-file was given.
6036 if test "${with_relay_pid_file+set}" = set; then :
6037 withval=$with_relay_pid_file;
6038 cat >>confdefs.h <<_ACEOF
6039 #define _PATH_DHCRELAY_PID "$withval"
6040 _ACEOF
6041
6042 fi
6043
6044
6045 # Check whether --with-relay6-pid-file was given.
6046 if test "${with_relay6_pid_file+set}" = set; then :
6047 withval=$with_relay6_pid_file;
6048 cat >>confdefs.h <<_ACEOF
6049 #define _PATH_DHCRELAY6_PID "$withval"
6050 _ACEOF
6051
6052 fi
6053
6054
6055 # Check basic types.
6056 ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t"
6057 case $ac_cv_c_int8_t in #(
6058 no|yes) ;; #(
6059 *)
6060
6061 cat >>confdefs.h <<_ACEOF
6062 #define int8_t $ac_cv_c_int8_t
6063 _ACEOF
6064 ;;
6065 esac
6066
6067 ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t"
6068 case $ac_cv_c_int16_t in #(
6069 no|yes) ;; #(
6070 *)
6071
6072 cat >>confdefs.h <<_ACEOF
6073 #define int16_t $ac_cv_c_int16_t
6074 _ACEOF
6075 ;;
6076 esac
6077
6078 ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t"
6079 case $ac_cv_c_int32_t in #(
6080 no|yes) ;; #(
6081 *)
6082
6083 cat >>confdefs.h <<_ACEOF
6084 #define int32_t $ac_cv_c_int32_t
6085 _ACEOF
6086 ;;
6087 esac
6088
6089 ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
6090 case $ac_cv_c_int64_t in #(
6091 no|yes) ;; #(
6092 *)
6093
6094 cat >>confdefs.h <<_ACEOF
6095 #define int64_t $ac_cv_c_int64_t
6096 _ACEOF
6097 ;;
6098 esac
6099
6100
6101 # Some systems need the u_intX_t types defined across.
6102 ac_fn_c_check_type "$LINENO" "u_int8_t" "ac_cv_type_u_int8_t" "$ac_includes_default"
6103 if test "x$ac_cv_type_u_int8_t" = xyes; then :
6104
6105 else
6106
6107 ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
6108 case $ac_cv_c_uint8_t in #(
6109 no|yes) ;; #(
6110 *)
6111
6112 $as_echo "#define _UINT8_T 1" >>confdefs.h
6113
6114
6115 cat >>confdefs.h <<_ACEOF
6116 #define uint8_t $ac_cv_c_uint8_t
6117 _ACEOF
6118 ;;
6119 esac
6120
6121
6122 $as_echo "#define u_int8_t uint8_t" >>confdefs.h
6123
6124
6125 fi
6126
6127 ac_fn_c_check_type "$LINENO" "u_int16_t" "ac_cv_type_u_int16_t" "$ac_includes_default"
6128 if test "x$ac_cv_type_u_int16_t" = xyes; then :
6129
6130 else
6131
6132 ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
6133 case $ac_cv_c_uint16_t in #(
6134 no|yes) ;; #(
6135 *)
6136
6137
6138 cat >>confdefs.h <<_ACEOF
6139 #define uint16_t $ac_cv_c_uint16_t
6140 _ACEOF
6141 ;;
6142 esac
6143
6144
6145 $as_echo "#define u_int16_t uint16_t" >>confdefs.h
6146
6147
6148 fi
6149
6150 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "$ac_includes_default"
6151 if test "x$ac_cv_type_u_int32_t" = xyes; then :
6152
6153 else
6154
6155 ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
6156 case $ac_cv_c_uint32_t in #(
6157 no|yes) ;; #(
6158 *)
6159
6160 $as_echo "#define _UINT32_T 1" >>confdefs.h
6161
6162
6163 cat >>confdefs.h <<_ACEOF
6164 #define uint32_t $ac_cv_c_uint32_t
6165 _ACEOF
6166 ;;
6167 esac
6168
6169
6170 $as_echo "#define u_int32_t uint32_t" >>confdefs.h
6171
6172
6173 fi
6174
6175 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "$ac_includes_default"
6176 if test "x$ac_cv_type_u_int64_t" = xyes; then :
6177
6178 else
6179
6180 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
6181 case $ac_cv_c_uint64_t in #(
6182 no|yes) ;; #(
6183 *)
6184
6185 $as_echo "#define _UINT64_T 1" >>confdefs.h
6186
6187
6188 cat >>confdefs.h <<_ACEOF
6189 #define uint64_t $ac_cv_c_uint64_t
6190 _ACEOF
6191 ;;
6192 esac
6193
6194
6195 $as_echo "#define u_int64_t uint64_t" >>confdefs.h
6196
6197
6198 fi
6199
6200
6201 # see if ifaddrs.h is available
6202 for ac_header in ifaddrs.h
6203 do :
6204 ac_fn_c_check_header_mongrel "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "$ac_includes_default"
6205 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6206 cat >>confdefs.h <<_ACEOF
6207 #define HAVE_IFADDRS_H 1
6208 _ACEOF
6209
6210 fi
6211
6212 done
6213
6214
6215 # figure out what IPv4 interface code to use
6216 for ac_header in linux/types.h
6217 do :
6218 ac_fn_c_check_header_mongrel "$LINENO" "linux/types.h" "ac_cv_header_linux_types_h" "$ac_includes_default"
6219 if test "x$ac_cv_header_linux_types_h" = xyes; then :
6220 cat >>confdefs.h <<_ACEOF
6221 #define HAVE_LINUX_TYPES_H 1
6222 _ACEOF
6223
6224 fi
6225
6226 done
6227 # needed for linux/filter.h on old systems
6228
6229 ac_fn_c_check_header_compile "$LINENO" "linux/filter.h" "ac_cv_header_linux_filter_h" "
6230 #ifdef HAVE_LINUX_TYPES_H
6231 #include <linux/types.h>
6232 #endif
6233
6234 "
6235 if test "x$ac_cv_header_linux_filter_h" = xyes; then :
6236 DO_LPF=1
6237 fi
6238
6239
6240 if test -n "$DO_LPF"
6241 then
6242
6243 $as_echo "#define HAVE_LPF 1" >>confdefs.h
6244
6245 else
6246 ac_fn_c_check_header_mongrel "$LINENO" "sys/dlpi.h" "ac_cv_header_sys_dlpi_h" "$ac_includes_default"
6247 if test "x$ac_cv_header_sys_dlpi_h" = xyes; then :
6248 DO_DLPI=1
6249 fi
6250
6251
6252 if test -n "$DO_DLPI"
6253 then
6254
6255 $as_echo "#define HAVE_DLPI 1" >>confdefs.h
6256
6257 else
6258 ac_fn_c_check_header_mongrel "$LINENO" "net/bpf.h" "ac_cv_header_net_bpf_h" "$ac_includes_default"
6259 if test "x$ac_cv_header_net_bpf_h" = xyes; then :
6260 DO_BPF=1
6261 fi
6262
6263
6264 if test -n "$DO_BPF"
6265 then
6266
6267 $as_echo "#define HAVE_BPF 1" >>confdefs.h
6268
6269 fi
6270 fi
6271 fi
6272
6273 # SIOCGLIFCONF uses some transport structures. Trick is not all platforms
6274 # use the same structures. We like to use 'struct lifconf' and 'struct
6275 # lifreq', but we'll use these other structures if they're present. HPUX
6276 # does not define 'struct lifnum', but does use SIOCGLIFNUM - they use an
6277 # int value.
6278 #
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lifnum" >&5
6280 $as_echo_n "checking for struct lifnum... " >&6; }
6281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6282 /* end confdefs.h. */
6283 #include <sys/types.h>
6284 #include <sys/socket.h>
6285 #include <net/if.h>
6286
6287 int
6288 main ()
6289 {
6290 struct lifnum a;
6291
6292 ;
6293 return 0;
6294 }
6295 _ACEOF
6296 if ac_fn_c_try_compile "$LINENO"; then :
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6298 $as_echo "yes" >&6; }
6299
6300 $as_echo "#define ISC_PLATFORM_HAVELIFNUM 1" >>confdefs.h
6301
6302 else
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6304 $as_echo "no" >&6; }
6305 fi
6306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6307
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct if_laddrconf" >&5
6309 $as_echo_n "checking for struct if_laddrconf... " >&6; }
6310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6311 /* end confdefs.h. */
6312 #include <sys/types.h>
6313 #include <net/if6.h>
6314
6315 int
6316 main ()
6317 {
6318 struct if_laddrconf a;
6319
6320 ;
6321 return 0;
6322 }
6323 _ACEOF
6324 if ac_fn_c_try_compile "$LINENO"; then :
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6326 $as_echo "yes" >&6; }
6327
6328 $as_echo "#define ISC_PLATFORM_HAVEIF_LADDRCONF 1" >>confdefs.h
6329
6330 else
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6332 $as_echo "no" >&6; }
6333 fi
6334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6335
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct if_laddrreq" >&5
6337 $as_echo_n "checking for struct if_laddrreq... " >&6; }
6338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6339 /* end confdefs.h. */
6340 #include <sys/types.h>
6341 #include <net/if6.h>
6342
6343 int
6344 main ()
6345 {
6346 struct if_laddrreq a;
6347
6348 ;
6349 return 0;
6350 }
6351 _ACEOF
6352 if ac_fn_c_try_link "$LINENO"; then :
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6354 $as_echo "yes" >&6; }
6355
6356 $as_echo "#define ISC_PLATFORM_HAVEIF_LADDRREQ 1" >>confdefs.h
6357
6358 else
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6361 fi
6362 rm -f core conftest.err conftest.$ac_objext \
6363 conftest$ac_exeext conftest.$ac_ext
6364
6365 #
6366 # check for GCC noreturn attribute
6367 #
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GCC noreturn attribute" >&5
6369 $as_echo_n "checking for GCC noreturn attribute... " >&6; }
6370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6371 /* end confdefs.h. */
6372
6373 int
6374 main ()
6375 {
6376 void foo() __attribute__((noreturn));
6377 ;
6378 return 0;
6379 }
6380 _ACEOF
6381 if ac_fn_c_try_compile "$LINENO"; then :
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6383 $as_echo "yes" >&6; }
6384
6385 $as_echo "#define ISC_DHCP_NORETURN __attribute__((noreturn))" >>confdefs.h
6386
6387 else
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6389 $as_echo "no" >&6; }
6390
6391 $as_echo "#define ISC_DHCP_NORETURN /**/" >>confdefs.h
6392
6393 fi
6394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6395
6396 # Look for optional headers.
6397 for ac_header in sys/socket.h net/if_dl.h net/if6.h regex.h
6398 do :
6399 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6400 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6401 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6402 cat >>confdefs.h <<_ACEOF
6403 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6404 _ACEOF
6405
6406 fi
6407
6408 done
6409
6410
6411 # Solaris needs some libraries for functions
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
6413 $as_echo_n "checking for library containing socket... " >&6; }
6414 if ${ac_cv_search_socket+:} false; then :
6415 $as_echo_n "(cached) " >&6
6416 else
6417 ac_func_search_save_LIBS=$LIBS
6418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6419 /* end confdefs.h. */
6420
6421 /* Override any GCC internal prototype to avoid an error.
6422 Use char because int might match the return type of a GCC
6423 builtin and then its argument prototype would still apply. */
6424 #ifdef __cplusplus
6425 extern "C"
6426 #endif
6427 char socket ();
6428 int
6429 main ()
6430 {
6431 return socket ();
6432 ;
6433 return 0;
6434 }
6435 _ACEOF
6436 for ac_lib in '' socket; do
6437 if test -z "$ac_lib"; then
6438 ac_res="none required"
6439 else
6440 ac_res=-l$ac_lib
6441 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6442 fi
6443 if ac_fn_c_try_link "$LINENO"; then :
6444 ac_cv_search_socket=$ac_res
6445 fi
6446 rm -f core conftest.err conftest.$ac_objext \
6447 conftest$ac_exeext
6448 if ${ac_cv_search_socket+:} false; then :
6449 break
6450 fi
6451 done
6452 if ${ac_cv_search_socket+:} false; then :
6453
6454 else
6455 ac_cv_search_socket=no
6456 fi
6457 rm conftest.$ac_ext
6458 LIBS=$ac_func_search_save_LIBS
6459 fi
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
6461 $as_echo "$ac_cv_search_socket" >&6; }
6462 ac_res=$ac_cv_search_socket
6463 if test "$ac_res" != no; then :
6464 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6465
6466 fi
6467
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
6469 $as_echo_n "checking for library containing inet_ntoa... " >&6; }
6470 if ${ac_cv_search_inet_ntoa+:} false; then :
6471 $as_echo_n "(cached) " >&6
6472 else
6473 ac_func_search_save_LIBS=$LIBS
6474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6475 /* end confdefs.h. */
6476
6477 /* Override any GCC internal prototype to avoid an error.
6478 Use char because int might match the return type of a GCC
6479 builtin and then its argument prototype would still apply. */
6480 #ifdef __cplusplus
6481 extern "C"
6482 #endif
6483 char inet_ntoa ();
6484 int
6485 main ()
6486 {
6487 return inet_ntoa ();
6488 ;
6489 return 0;
6490 }
6491 _ACEOF
6492 for ac_lib in '' nsl; do
6493 if test -z "$ac_lib"; then
6494 ac_res="none required"
6495 else
6496 ac_res=-l$ac_lib
6497 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6498 fi
6499 if ac_fn_c_try_link "$LINENO"; then :
6500 ac_cv_search_inet_ntoa=$ac_res
6501 fi
6502 rm -f core conftest.err conftest.$ac_objext \
6503 conftest$ac_exeext
6504 if ${ac_cv_search_inet_ntoa+:} false; then :
6505 break
6506 fi
6507 done
6508 if ${ac_cv_search_inet_ntoa+:} false; then :
6509
6510 else
6511 ac_cv_search_inet_ntoa=no
6512 fi
6513 rm conftest.$ac_ext
6514 LIBS=$ac_func_search_save_LIBS
6515 fi
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
6517 $as_echo "$ac_cv_search_inet_ntoa" >&6; }
6518 ac_res=$ac_cv_search_inet_ntoa
6519 if test "$ac_res" != no; then :
6520 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6521
6522 fi
6523
6524
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
6526 $as_echo_n "checking for library containing inet_aton... " >&6; }
6527 if ${ac_cv_search_inet_aton+:} false; then :
6528 $as_echo_n "(cached) " >&6
6529 else
6530 ac_func_search_save_LIBS=$LIBS
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532 /* end confdefs.h. */
6533
6534 /* Override any GCC internal prototype to avoid an error.
6535 Use char because int might match the return type of a GCC
6536 builtin and then its argument prototype would still apply. */
6537 #ifdef __cplusplus
6538 extern "C"
6539 #endif
6540 char inet_aton ();
6541 int
6542 main ()
6543 {
6544 return inet_aton ();
6545 ;
6546 return 0;
6547 }
6548 _ACEOF
6549 for ac_lib in '' socket nsl; do
6550 if test -z "$ac_lib"; then
6551 ac_res="none required"
6552 else
6553 ac_res=-l$ac_lib
6554 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6555 fi
6556 if ac_fn_c_try_link "$LINENO"; then :
6557 ac_cv_search_inet_aton=$ac_res
6558 fi
6559 rm -f core conftest.err conftest.$ac_objext \
6560 conftest$ac_exeext
6561 if ${ac_cv_search_inet_aton+:} false; then :
6562 break
6563 fi
6564 done
6565 if ${ac_cv_search_inet_aton+:} false; then :
6566
6567 else
6568 ac_cv_search_inet_aton=no
6569 fi
6570 rm conftest.$ac_ext
6571 LIBS=$ac_func_search_save_LIBS
6572 fi
6573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
6574 $as_echo "$ac_cv_search_inet_aton" >&6; }
6575 ac_res=$ac_cv_search_inet_aton
6576 if test "$ac_res" != no; then :
6577 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6578
6579 else
6580
6581 $as_echo "#define NEED_INET_ATON 1" >>confdefs.h
6582
6583 fi
6584
6585
6586 # Check for a standalone regex library.
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing regcomp" >&5
6588 $as_echo_n "checking for library containing regcomp... " >&6; }
6589 if ${ac_cv_search_regcomp+:} false; then :
6590 $as_echo_n "(cached) " >&6
6591 else
6592 ac_func_search_save_LIBS=$LIBS
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594 /* end confdefs.h. */
6595
6596 /* Override any GCC internal prototype to avoid an error.
6597 Use char because int might match the return type of a GCC
6598 builtin and then its argument prototype would still apply. */
6599 #ifdef __cplusplus
6600 extern "C"
6601 #endif
6602 char regcomp ();
6603 int
6604 main ()
6605 {
6606 return regcomp ();
6607 ;
6608 return 0;
6609 }
6610 _ACEOF
6611 for ac_lib in '' regex; do
6612 if test -z "$ac_lib"; then
6613 ac_res="none required"
6614 else
6615 ac_res=-l$ac_lib
6616 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6617 fi
6618 if ac_fn_c_try_link "$LINENO"; then :
6619 ac_cv_search_regcomp=$ac_res
6620 fi
6621 rm -f core conftest.err conftest.$ac_objext \
6622 conftest$ac_exeext
6623 if ${ac_cv_search_regcomp+:} false; then :
6624 break
6625 fi
6626 done
6627 if ${ac_cv_search_regcomp+:} false; then :
6628
6629 else
6630 ac_cv_search_regcomp=no
6631 fi
6632 rm conftest.$ac_ext
6633 LIBS=$ac_func_search_save_LIBS
6634 fi
6635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_regcomp" >&5
6636 $as_echo "$ac_cv_search_regcomp" >&6; }
6637 ac_res=$ac_cv_search_regcomp
6638 if test "$ac_res" != no; then :
6639 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6640
6641 fi
6642
6643
6644 for ac_func in strlcat
6645 do :
6646 ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat"
6647 if test "x$ac_cv_func_strlcat" = xyes; then :
6648 cat >>confdefs.h <<_ACEOF
6649 #define HAVE_STRLCAT 1
6650 _ACEOF
6651
6652 fi
6653 done
6654
6655
6656 # For HP/UX we need -lipv6 for if_nametoindex, perhaps others.
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing if_nametoindex" >&5
6658 $as_echo_n "checking for library containing if_nametoindex... " >&6; }
6659 if ${ac_cv_search_if_nametoindex+:} false; then :
6660 $as_echo_n "(cached) " >&6
6661 else
6662 ac_func_search_save_LIBS=$LIBS
6663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6664 /* end confdefs.h. */
6665
6666 /* Override any GCC internal prototype to avoid an error.
6667 Use char because int might match the return type of a GCC
6668 builtin and then its argument prototype would still apply. */
6669 #ifdef __cplusplus
6670 extern "C"
6671 #endif
6672 char if_nametoindex ();
6673 int
6674 main ()
6675 {
6676 return if_nametoindex ();
6677 ;
6678 return 0;
6679 }
6680 _ACEOF
6681 for ac_lib in '' ipv6; do
6682 if test -z "$ac_lib"; then
6683 ac_res="none required"
6684 else
6685 ac_res=-l$ac_lib
6686 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6687 fi
6688 if ac_fn_c_try_link "$LINENO"; then :
6689 ac_cv_search_if_nametoindex=$ac_res
6690 fi
6691 rm -f core conftest.err conftest.$ac_objext \
6692 conftest$ac_exeext
6693 if ${ac_cv_search_if_nametoindex+:} false; then :
6694 break
6695 fi
6696 done
6697 if ${ac_cv_search_if_nametoindex+:} false; then :
6698
6699 else
6700 ac_cv_search_if_nametoindex=no
6701 fi
6702 rm conftest.$ac_ext
6703 LIBS=$ac_func_search_save_LIBS
6704 fi
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_if_nametoindex" >&5
6706 $as_echo "$ac_cv_search_if_nametoindex" >&6; }
6707 ac_res=$ac_cv_search_if_nametoindex
6708 if test "$ac_res" != no; then :
6709 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6710
6711 fi
6712
6713
6714 # For some Solaris nanosleep is found by BIND in librt
6715 have_nanosleep="no"
6716 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
6717 if test "x$ac_cv_func_nanosleep" = xyes; then :
6718 have_nanosleep="yes"
6719 fi
6720
6721 if test "$have_nanosleep" = "no"; then
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
6723 $as_echo_n "checking for nanosleep in -lrt... " >&6; }
6724 if ${ac_cv_lib_rt_nanosleep+:} false; then :
6725 $as_echo_n "(cached) " >&6
6726 else
6727 ac_check_lib_save_LIBS=$LIBS
6728 LIBS="-lrt $LIBS"
6729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6730 /* end confdefs.h. */
6731
6732 /* Override any GCC internal prototype to avoid an error.
6733 Use char because int might match the return type of a GCC
6734 builtin and then its argument prototype would still apply. */
6735 #ifdef __cplusplus
6736 extern "C"
6737 #endif
6738 char nanosleep ();
6739 int
6740 main ()
6741 {
6742 return nanosleep ();
6743 ;
6744 return 0;
6745 }
6746 _ACEOF
6747 if ac_fn_c_try_link "$LINENO"; then :
6748 ac_cv_lib_rt_nanosleep=yes
6749 else
6750 ac_cv_lib_rt_nanosleep=no
6751 fi
6752 rm -f core conftest.err conftest.$ac_objext \
6753 conftest$ac_exeext conftest.$ac_ext
6754 LIBS=$ac_check_lib_save_LIBS
6755 fi
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
6757 $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
6758 if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
6759 have_nanosleep="rt"
6760 fi
6761
6762 fi
6763 if test "$have_nanosleep" = "rt"; then
6764 LIBS="-lrt $LIBS"
6765 fi
6766
6767 # check for /dev/random (declares HAVE_DEV_RANDOM)
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for random device" >&5
6769 $as_echo_n "checking for random device... " >&6; }
6770
6771 # Check whether --with-randomdev was given.
6772 if test "${with_randomdev+set}" = set; then :
6773 withval=$with_randomdev; use_randomdev="$withval"
6774 else
6775 use_randomdev="unspec"
6776 fi
6777
6778 if test "$use_randomdev" = "unspec"; then
6779 if test "$cross_compiling" = "yes"; then
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unspecified" >&5
6781 $as_echo "unspecified" >&6; }
6782 as_fn_error $? " need --with-randomdev=PATH or --with-randomdev=no" "$LINENO" 5
6783 fi
6784 use_randomdev="/dev/random"
6785 elif test "$use_randomdev" = "yes"; then
6786 use_randomdev="/dev/random"
6787 fi
6788 if test "$use_randomdev" = "no"; then
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
6790 $as_echo "disabled" >&6; }
6791 BINDCONFIG="$BINDCONFIG --with-randomdev=no"
6792 else
6793 if test "$cross_compiling" = "yes"; then
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_randomdev (unchecked)" >&5
6795 $as_echo "$use_randomdev (unchecked)" >&6; }
6796 else
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_randomdev" >&5
6798 $as_echo "$use_randomdev" >&6; }
6799 as_ac_File=`$as_echo "ac_cv_file_$use_randomdev" | $as_tr_sh`
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $use_randomdev" >&5
6801 $as_echo_n "checking for $use_randomdev... " >&6; }
6802 if eval \${$as_ac_File+:} false; then :
6803 $as_echo_n "(cached) " >&6
6804 else
6805 test "$cross_compiling" = yes &&
6806 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
6807 if test -r "$use_randomdev"; then
6808 eval "$as_ac_File=yes"
6809 else
6810 eval "$as_ac_File=no"
6811 fi
6812 fi
6813 eval ac_res=\$$as_ac_File
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6815 $as_echo "$ac_res" >&6; }
6816 if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
6817
6818 $as_echo "#define HAVE_DEV_RANDOM 1" >>confdefs.h
6819
6820 else
6821 as_fn_error $? "cannot find $use_randomdev" "$LINENO" 5
6822 fi
6823
6824 fi
6825 BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"
6826 fi
6827
6828 BINDIOMUX="--disable-kqueue --disable-epoll --disable-devpoll"
6829 # check kqueue/epoll/devpoll alternative to select
6830 # Check whether --enable-kqueue was given.
6831 if test "${enable_kqueue+set}" = set; then :
6832 enableval=$enable_kqueue; want_kqueue="$enableval"
6833 else
6834 want_kqueue="no"
6835 fi
6836
6837 if test "$want_kqueue" = "yes"; then
6838 BINDIOMUX="--enable-kqueue"
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-kqueue is not supported: it may lead to issues such as server looping" >&5
6840 $as_echo "$as_me: WARNING: --enable-kqueue is not supported: it may lead to issues such as server looping" >&2;}
6841 fi
6842 # Check whether --enable-epoll was given.
6843 if test "${enable_epoll+set}" = set; then :
6844 enableval=$enable_epoll; want_epoll="$enableval"
6845 else
6846 want_epoll="no"
6847 fi
6848
6849 if test "$want_epoll" = "yes"; then
6850 BINDIOMUX="--enable-epoll"
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-epoll is not supported: it may lead to issues such as server looping" >&5
6852 $as_echo "$as_me: WARNING: --enable-epoll is not supported: it may lead to issues such as server looping" >&2;}
6853 fi
6854 # Check whether --enable-devpoll was given.
6855 if test "${enable_devpoll+set}" = set; then :
6856 enableval=$enable_devpoll; want_devpoll="$enableval"
6857 else
6858 want_devpoll="no"
6859 fi
6860
6861 if test "$want_devpoll" = "yes"; then
6862 BINDIOMUX="--enable-devpoll"
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-devpoll is not supported: it may lead to issues such as server looping" >&5
6864 $as_echo "$as_me: WARNING: --enable-devpoll is not supported: it may lead to issues such as server looping" >&2;}
6865 fi
6866
6867
6868 # general extra bind configure arguments
6869
6870 # Check whether --with-bind-extra-config was given.
6871 if test "${with_bind_extra_config+set}" = set; then :
6872 withval=$with_bind_extra_config; use_xbindconfig="$withval"
6873 else
6874 use_xbindconfig=""
6875 fi
6876
6877 case "$use_xbindconfig" in
6878 yes|no|'')
6879 ;;
6880 *)
6881 BINDCONFIG="$BINDCONFIG $use_xbindconfig"
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Most options to bind configure are not supported when used by ISC DHCP" >&5
6883 $as_echo "$as_me: WARNING: Most options to bind configure are not supported when used by ISC DHCP" >&2;}
6884 ;;
6885 esac
6886
6887 # see if there is a "sa_len" field in our interface information structure
6888 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/socket.h>
6889 "
6890 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
6891
6892 $as_echo "#define HAVE_SA_LEN /**/" >>confdefs.h
6893
6894 fi
6895
6896
6897 # figure out pointer size
6898 SAVE_CFLAGS="$CFLAGS"
6899 CFLAGS="$CFLAGS -I$srcdir"
6900 # The cast to long int works around a bug in the HP C Compiler
6901 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6902 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6903 # This bug is HP SR number 8606223364.
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of struct iaddr *" >&5
6905 $as_echo_n "checking size of struct iaddr *... " >&6; }
6906 if ${ac_cv_sizeof_struct_iaddr_p+:} false; then :
6907 $as_echo_n "(cached) " >&6
6908 else
6909 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct iaddr *))" "ac_cv_sizeof_struct_iaddr_p" "
6910 #include \"includes/inet.h\"
6911 #include <stdio.h>
6912
6913 "; then :
6914
6915 else
6916 if test "$ac_cv_type_struct_iaddr_p" = yes; then
6917 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6919 as_fn_error 77 "cannot compute sizeof (struct iaddr *)
6920 See \`config.log' for more details" "$LINENO" 5; }
6921 else
6922 ac_cv_sizeof_struct_iaddr_p=0
6923 fi
6924 fi
6925
6926 fi
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_iaddr_p" >&5
6928 $as_echo "$ac_cv_sizeof_struct_iaddr_p" >&6; }
6929
6930
6931
6932 cat >>confdefs.h <<_ACEOF
6933 #define SIZEOF_STRUCT_IADDR_P $ac_cv_sizeof_struct_iaddr_p
6934 _ACEOF
6935
6936
6937 CFLAGS="$SAVE_CFLAGS"
6938
6939 # Solaris does not have the msg_control or msg_controlen members
6940 # in the msghdr structure unless you define:
6941 #
6942 # _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, and __EXTENSIONS__
6943 #
6944 # See the "standards" man page for details.
6945 #
6946 # We check for the msg_control member, and if it is not found, we check
6947 # again with the appropriate defines added to the CFLAGS. (In order to
6948 # do this we have to remove the check from the cache, which is what the
6949 # "unset" is for.)
6950 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_control" "ac_cv_member_struct_msghdr_msg_control" "
6951 #include <sys/types.h>
6952 #include <sys/socket.h>
6953
6954 "
6955 if test "x$ac_cv_member_struct_msghdr_msg_control" = xyes; then :
6956
6957 else
6958 CFLAGS="$CFLAGS -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
6959 CFLAGS="$CFLAGS -D__EXTENSIONS__"
6960 unset ac_cv_member_struct_msghdr_msg_control
6961 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_control" "ac_cv_member_struct_msghdr_msg_control" "
6962 #include <sys/types.h>
6963 #include <sys/socket.h>
6964
6965 "
6966 if test "x$ac_cv_member_struct_msghdr_msg_control" = xyes; then :
6967
6968 else
6969 as_fn_error $? "Missing msg_control member in
6970 msg_control structure." "$LINENO" 5
6971 fi
6972
6973
6974 fi
6975
6976
6977 ac_fn_c_check_member "$LINENO" "struct tpacket_auxdata" "tp_vlan_tci" "ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" "#include <linux/if_packet.h>
6978 "
6979 if test "x$ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" = xyes; then :
6980
6981 $as_echo "#define VLAN_TCI_PRESENT 1" >>confdefs.h
6982
6983
6984 fi
6985
6986
6987 # bind/Makefile.in is not from automake so we need 2 variables for bind dir
6988 BINDSUBDIR=
6989 BINDDIR=
6990 BINDSRCDIR=
6991 BINDLIBIRSDIR=
6992 BINDLIBDNSDIR=
6993 BINDLIBISCCFGDIR=
6994 BINDLIBISCDIR=
6995 DISTCHECK_LIBBIND_CONFIGURE_FLAG=
6996
6997 # Check whether --with-libbind was given.
6998 if test "${with_libbind+set}" = set; then :
6999 withval=$with_libbind; use_libbind="$withval"
7000 else
7001 use_libbind="no"
7002 fi
7003
7004 case "$use_libbind" in
7005 yes)
7006 as_fn_error $? "PATH is required in --with-libbind=PATH" "$LINENO" 5
7007 ;;
7008 no)
7009 BINDSUBDIR="\${top_srcdir}/bind"
7010 my_abs_srcdir=`cd $srcdir && pwd`
7011 BINDDIR="${my_abs_srcdir}/bind"
7012 if test ! -d "$srcdir/bind"; then
7013 as_fn_error $? "Where to find or build bind includes and libraries must be specified" "$LINENO" 5
7014 fi
7015 if test -d "$srcdir/bind/bind9"; then
7016 BINDSRCDIR="${my_abs_srcdir}/bind/bind9"
7017 else
7018 if test ! -f "$srcdir/bind/version.tmp"; then
7019 as_fn_error $? "Cannot find $srcdir/bind/version.tmp" "$LINENO" 5
7020 fi
7021 . "$srcdir/bind/version.tmp"
7022 bindversion=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}
7023 BINDSRCDIR="${my_abs_srcdir}/bind/bind-$bindversion"
7024 fi
7025 ac_config_files="$ac_config_files $srcdir/bind/Makefile"
7026
7027
7028 BINDLIBIRSDIR="$BINDSRCDIR/lib/irs"
7029 BINDLIBDNSDIR="$BINDSRCDIR/lib/dns"
7030 BINDLIBISCCFGDIR="$BINDSRCDIR/lib/isccfg"
7031 BINDLIBISCDIR="$BINDSRCDIR/lib/isc"
7032 ;;
7033 *)
7034 if test ! -d "$use_libbind"; then
7035 as_fn_error $? "Cannot find bind directory at $use_libbind" "$LINENO" 5
7036 fi
7037 if test ! -d "$use_libbind/include" -o \
7038 ! -f "$use_libbind/include/isc/buffer.h"
7039 then
7040 as_fn_error $? "Cannot find bind includes at $use_libbind/include" "$LINENO" 5
7041 fi
7042 if test ! -d "$use_libbind/lib" -o \
7043 \( ! -f "$use_libbind/lib/libisc.a" -a \
7044 ! -f "$use_libbind/lib/libisc.la" \)
7045 then
7046 as_fn_error $? "Cannot find bind libraries at $use_libbind/lib" "$LINENO" 5
7047 fi
7048 BINDDIR="$use_libbind"
7049 BINDLIBIRSDIR="$BINDDIR/lib"
7050 BINDLIBDNSDIR="$BINDDIR/lib"
7051 BINDLIBISCCFGDIR="$BINDDIR/lib"
7052 BINDLIBISCDIR="$BINDDIR/lib"
7053 DISTCHECK_LIBBIND_CONFIGURE_FLAG="--with-libbind=$use_libbind"
7054 ;;
7055 esac
7056
7057
7058
7059
7060
7061
7062
7063
7064 if test "$use_libbind" = "no"; then
7065 HAVE_BINDDIR_TRUE=
7066 HAVE_BINDDIR_FALSE='#'
7067 else
7068 HAVE_BINDDIR_TRUE='#'
7069 HAVE_BINDDIR_FALSE=
7070 fi
7071
7072
7073 #
7074 # GNU libtool support
7075 #
7076 case "$build_os" in
7077 sunos*)
7078 # Just set the maximum command line length for sunos
7079 # as it otherwise takes a exceptionally long time to
7080 # work it out. Required for libtool.
7081
7082 lt_cv_sys_max_cmd_len=4096
7083 ;;
7084 esac
7085
7086 want_libtool="no"
7087
7088 BINDLT=
7089 DISTCHECK_LIBTOOL_CONFIGURE_FLAG=
7090 # Check whether --enable-libtool was given.
7091 if test "${enable_libtool+set}" = set; then :
7092 enableval=$enable_libtool; want_libtool="$enableval"
7093 fi
7094
7095
7096 if test "$use_libbind" != "no"; then
7097 if test "$want_libtool" = "yes" -a \
7098 ! -f "$use_libbind/lib/libisc.la"
7099 then
7100 as_fn_error $? "Cannot find dynamic libraries at $use_libbind/lib" "$LINENO" 5
7101 fi
7102 if test "$want_libtool" = "no" -a \
7103 ! -f "$use_libbind/lib/libisc.a"
7104 then
7105 as_fn_error $? "Cannot find static libraries at $use_libbind/lib" "$LINENO" 5
7106 fi
7107 fi
7108
7109
7110 if test "$want_libtool" = "yes"; then
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: legacy configure is used but libtool is enabled. Trying to recover..." >&5
7112 $as_echo "$as_me: WARNING: legacy configure is used but libtool is enabled. Trying to recover..." >&2;}
7113 # expand $ac_configure_args
7114 eval "set my_configure_args $ac_configure_args"
7115 shift
7116 cd $srcdir; exec ./config+lt "$@"
7117 as_fn_error $? "Recovering failed" "$LINENO" 5
7118 fi
7119
7120 DHLIBS=LIBRARIES
7121 A=a
7122
7123
7124
7125
7126
7127
7128 # quoting in Makefile.am.in
7129 Q=@
7130
7131
7132 # install bind includes and libraries
7133
7134 want_install_bind="no"
7135 if test "$want_libtool" = "yes"; then
7136 want_install_bind="yes"
7137 fi
7138 if test "$use_libbind" != "no"; then
7139 want_install_bind="no"
7140 fi
7141 # Check whether --enable-bind_install was given.
7142 if test "${enable_bind_install+set}" = set; then :
7143 enableval=$enable_bind_install; want_install_bind="$enableval"
7144 fi
7145
7146 if test "$want_install_bind" = "yes"; then
7147 if test "$use_libbind" != "no"; then
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-bind-install does nothing when --with-libbind is set" >&5
7149 $as_echo "$as_me: WARNING: --enable-bind-install does nothing when --with-libbind is set" >&2;}
7150 fi
7151 elif test "$want_libtool" = "yes" -a "$use_libbind" = "no"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: embedded dynamic bind libraries must be installed" >&5
7153 $as_echo "$as_me: WARNING: embedded dynamic bind libraries must be installed" >&2;}
7154 fi
7155 if test "$want_install_bind" = "yes"; then
7156 INSTALL_BIND_TRUE=
7157 INSTALL_BIND_FALSE='#'
7158 else
7159 INSTALL_BIND_TRUE='#'
7160 INSTALL_BIND_FALSE=
7161 fi
7162
7163
7164 # OpenLDAP support.
7165
7166 # Check whether --with-ldap was given.
7167 if test "${with_ldap+set}" = set; then :
7168 withval=$with_ldap; ldap=$withval
7169 else
7170 ldap=no
7171 fi
7172
7173
7174 # OpenLDAP with SSL support.
7175
7176 # Check whether --with-ldapcrypto was given.
7177 if test "${with_ldapcrypto+set}" = set; then :
7178 withval=$with_ldapcrypto; ldapcrypto=$withval
7179 else
7180 ldapcrypto=no
7181 fi
7182
7183
7184 # Gssapi to allow LDAP to authenticate with a keytab
7185
7186 # Check whether --with-ldap-gssapi was given.
7187 if test "${with_ldap_gssapi+set}" = set; then :
7188 withval=$with_ldap_gssapi; ldap_gssapi=$withval
7189 else
7190 ldap_gssapi=no
7191 fi
7192
7193
7194
7195 # LDAP CASA auth support.
7196
7197 # Check whether --with-ldapcasa was given.
7198 if test "${with_ldapcasa+set}" = set; then :
7199 withval=$with_ldapcasa; ldapcasa=$withval
7200 else
7201 ldapcasa=no
7202 fi
7203
7204
7205 # OpenLDAP support is disabled by default, if enabled then SSL support is an
7206 # extra optional that is also disabled by default. Enabling LDAP SSL support
7207 # implies enabling LDAP support. Similarly, KRB5 support implies LDAP support,
7208 # but doesn't include SSL. The two are not dependant.
7209 if test x$ldap = xyes || test x$ldapcrypto = xyes || test x$ldap_gssapi = xyes; then
7210 saved_LIBS="$LIBS"
7211 LIBS=""
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ldap_initialize" >&5
7213 $as_echo_n "checking for library containing ldap_initialize... " >&6; }
7214 if ${ac_cv_search_ldap_initialize+:} false; then :
7215 $as_echo_n "(cached) " >&6
7216 else
7217 ac_func_search_save_LIBS=$LIBS
7218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7219 /* end confdefs.h. */
7220
7221 /* Override any GCC internal prototype to avoid an error.
7222 Use char because int might match the return type of a GCC
7223 builtin and then its argument prototype would still apply. */
7224 #ifdef __cplusplus
7225 extern "C"
7226 #endif
7227 char ldap_initialize ();
7228 int
7229 main ()
7230 {
7231 return ldap_initialize ();
7232 ;
7233 return 0;
7234 }
7235 _ACEOF
7236 for ac_lib in '' ldap; do
7237 if test -z "$ac_lib"; then
7238 ac_res="none required"
7239 else
7240 ac_res=-l$ac_lib
7241 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7242 fi
7243 if ac_fn_c_try_link "$LINENO"; then :
7244 ac_cv_search_ldap_initialize=$ac_res
7245 fi
7246 rm -f core conftest.err conftest.$ac_objext \
7247 conftest$ac_exeext
7248 if ${ac_cv_search_ldap_initialize+:} false; then :
7249 break
7250 fi
7251 done
7252 if ${ac_cv_search_ldap_initialize+:} false; then :
7253
7254 else
7255 ac_cv_search_ldap_initialize=no
7256 fi
7257 rm conftest.$ac_ext
7258 LIBS=$ac_func_search_save_LIBS
7259 fi
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ldap_initialize" >&5
7261 $as_echo "$ac_cv_search_ldap_initialize" >&6; }
7262 ac_res=$ac_cv_search_ldap_initialize
7263 if test "$ac_res" != no; then :
7264 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7265
7266 else
7267 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7268 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7269 as_fn_error $? "*** Cannot find ldap_initialize with -lldap - do you need to install an OpenLDAP2 Devel package?
7270 See \`config.log' for more details" "$LINENO" 5; }
7271 fi
7272
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ber_pvt_opt_on" >&5
7274 $as_echo_n "checking for library containing ber_pvt_opt_on... " >&6; }
7275 if ${ac_cv_search_ber_pvt_opt_on+:} false; then :
7276 $as_echo_n "(cached) " >&6
7277 else
7278 ac_func_search_save_LIBS=$LIBS
7279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7280 /* end confdefs.h. */
7281
7282 /* Override any GCC internal prototype to avoid an error.
7283 Use char because int might match the return type of a GCC
7284 builtin and then its argument prototype would still apply. */
7285 #ifdef __cplusplus
7286 extern "C"
7287 #endif
7288 char ber_pvt_opt_on ();
7289 int
7290 main ()
7291 {
7292 return ber_pvt_opt_on ();
7293 ;
7294 return 0;
7295 }
7296 _ACEOF
7297 for ac_lib in '' lber; do
7298 if test -z "$ac_lib"; then
7299 ac_res="none required"
7300 else
7301 ac_res=-l$ac_lib
7302 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7303 fi
7304 if ac_fn_c_try_link "$LINENO"; then :
7305 ac_cv_search_ber_pvt_opt_on=$ac_res
7306 fi
7307 rm -f core conftest.err conftest.$ac_objext \
7308 conftest$ac_exeext
7309 if ${ac_cv_search_ber_pvt_opt_on+:} false; then :
7310 break
7311 fi
7312 done
7313 if ${ac_cv_search_ber_pvt_opt_on+:} false; then :
7314
7315 else
7316 ac_cv_search_ber_pvt_opt_on=no
7317 fi
7318 rm conftest.$ac_ext
7319 LIBS=$ac_func_search_save_LIBS
7320 fi
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ber_pvt_opt_on" >&5
7322 $as_echo "$ac_cv_search_ber_pvt_opt_on" >&6; }
7323 ac_res=$ac_cv_search_ber_pvt_opt_on
7324 if test "$ac_res" != no; then :
7325 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7326
7327 else
7328 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7329 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7330 as_fn_error $? "*** Cannot find ber_pvt_opt_on with -llber - do you need to install an OpenLDAP2 Devel package?
7331 See \`config.log' for more details" "$LINENO" 5; }
7332 fi
7333
7334 if test x$ldap_gssapi = xyes ; then
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing krb5_init_context" >&5
7336 $as_echo_n "checking for library containing krb5_init_context... " >&6; }
7337 if ${ac_cv_search_krb5_init_context+:} false; then :
7338 $as_echo_n "(cached) " >&6
7339 else
7340 ac_func_search_save_LIBS=$LIBS
7341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7342 /* end confdefs.h. */
7343
7344 /* Override any GCC internal prototype to avoid an error.
7345 Use char because int might match the return type of a GCC
7346 builtin and then its argument prototype would still apply. */
7347 #ifdef __cplusplus
7348 extern "C"
7349 #endif
7350 char krb5_init_context ();
7351 int
7352 main ()
7353 {
7354 return krb5_init_context ();
7355 ;
7356 return 0;
7357 }
7358 _ACEOF
7359 for ac_lib in '' krb5; do
7360 if test -z "$ac_lib"; then
7361 ac_res="none required"
7362 else
7363 ac_res=-l$ac_lib
7364 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7365 fi
7366 if ac_fn_c_try_link "$LINENO"; then :
7367 ac_cv_search_krb5_init_context=$ac_res
7368 fi
7369 rm -f core conftest.err conftest.$ac_objext \
7370 conftest$ac_exeext
7371 if ${ac_cv_search_krb5_init_context+:} false; then :
7372 break
7373 fi
7374 done
7375 if ${ac_cv_search_krb5_init_context+:} false; then :
7376
7377 else
7378 ac_cv_search_krb5_init_context=no
7379 fi
7380 rm conftest.$ac_ext
7381 LIBS=$ac_func_search_save_LIBS
7382 fi
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_krb5_init_context" >&5
7384 $as_echo "$ac_cv_search_krb5_init_context" >&6; }
7385 ac_res=$ac_cv_search_krb5_init_context
7386 if test "$ac_res" != no; then :
7387 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7388
7389 else
7390 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7392 as_fn_error $? "*** Cannot find krb5_init_context with -lkrb5 - do you need to install a Kerberos Devel package?
7393 See \`config.log' for more details" "$LINENO" 5; }
7394 fi
7395
7396 fi
7397
7398 # Create LDAP_LIBS which we specify them explicitly rather than lumping them in with LIBS
7399 LDAP_LIBS=$LIBS
7400
7401 LIBS="$saved_LIBS"
7402
7403
7404 for ac_header in ldap.h
7405 do :
7406 ac_fn_c_check_header_mongrel "$LINENO" "ldap.h" "ac_cv_header_ldap_h" "$ac_includes_default"
7407 if test "x$ac_cv_header_ldap_h" = xyes; then :
7408 cat >>confdefs.h <<_ACEOF
7409 #define HAVE_LDAP_H 1
7410 _ACEOF
7411
7412 fi
7413
7414 done
7415
7416 for ac_func in inet_pton inet_ntop
7417 do :
7418 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7419 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
7420 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
7421 cat >>confdefs.h <<_ACEOF
7422 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7423 _ACEOF
7424
7425 fi
7426 done
7427
7428
7429
7430 LDAP_CFLAGS="-DLDAP_CONFIGURATION"
7431
7432 if test x$ldapcasa = xyes ; then
7433 for ac_header in micasa_mgmd.h
7434 do :
7435 ac_fn_c_check_header_mongrel "$LINENO" "micasa_mgmd.h" "ac_cv_header_micasa_mgmd_h" "$ac_includes_default"
7436 if test "x$ac_cv_header_micasa_mgmd_h" = xyes; then :
7437 cat >>confdefs.h <<_ACEOF
7438 #define HAVE_MICASA_MGMD_H 1
7439 _ACEOF
7440
7441 LDAP_CFLAGS="$LDAP_CFLAGS -DLDAP_CASA_AUTH"
7442
7443 else
7444 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7445 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7446 as_fn_error $? "*** Cannot find micasa_mgmd.h for ldap casa auth support
7447 See \`config.log' for more details" "$LINENO" 5; }
7448 fi
7449
7450 done
7451
7452 fi
7453
7454 if test x$ldapcrypto = xyes ; then
7455 LDAP_CFLAGS="$LDAP_CFLAGS -DLDAP_USE_SSL"
7456 fi
7457
7458 if test x$ldap_gssapi = xyes; then
7459 LDAP_CFLAGS="$LDAP_CFLAGS -DLDAP_USE_GSSAPI"
7460 fi
7461
7462 LDAP_CFLAGS=$LDAP_CFLAGS
7463
7464 fi
7465
7466 # Append selected warning levels to CFLAGS before substitution (but after
7467 # AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[],[]) & etc).
7468 CFLAGS="$CFLAGS $STD_CWARNINGS"
7469
7470 # Try to add the bind and dhcp include directories
7471 CFLAGS="$CFLAGS -I\$(top_srcdir)/includes -I$BINDDIR/include"
7472
7473 case "$host" in
7474 *-darwin*)
7475 CFLAGS="$CFLAGS -D__APPLE_USE_RFC_3542";;
7476 *-solaris*)
7477 # As of Solaris 11, ethernet dev files are in /dev/net
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/net" >&5
7479 $as_echo_n "checking for /dev/net... " >&6; }
7480 if ${ac_cv_file__dev_net+:} false; then :
7481 $as_echo_n "(cached) " >&6
7482 else
7483 test "$cross_compiling" = yes &&
7484 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
7485 if test -r "/dev/net"; then
7486 ac_cv_file__dev_net=yes
7487 else
7488 ac_cv_file__dev_net=no
7489 fi
7490 fi
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__dev_net" >&5
7492 $as_echo "$ac_cv_file__dev_net" >&6; }
7493 if test "x$ac_cv_file__dev_net" = xyes; then :
7494
7495 $as_echo "#define USE_DEV_NET 1" >>confdefs.h
7496
7497 fi
7498
7499 ;;
7500 esac
7501
7502
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flexible array members" >&5
7504 $as_echo_n "checking for flexible array members... " >&6; }
7505 if ${ac_cv_c_flexmember+:} false; then :
7506 $as_echo_n "(cached) " >&6
7507 else
7508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7509 /* end confdefs.h. */
7510 #include <stdlib.h>
7511 #include <stdio.h>
7512 #include <stddef.h>
7513 struct s { int n; double d[]; };
7514 int
7515 main ()
7516 {
7517 int m = getchar ();
7518 struct s *p = malloc (offsetof (struct s, d)
7519 + m * sizeof (double));
7520 p->d[0] = 0.0;
7521 return p->d != (double *) NULL;
7522 ;
7523 return 0;
7524 }
7525 _ACEOF
7526 if ac_fn_c_try_compile "$LINENO"; then :
7527 ac_cv_c_flexmember=yes
7528 else
7529 ac_cv_c_flexmember=no
7530 fi
7531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7532 fi
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_flexmember" >&5
7534 $as_echo "$ac_cv_c_flexmember" >&6; }
7535 if test $ac_cv_c_flexmember = yes; then
7536
7537 $as_echo "#define FLEXIBLE_ARRAY_MEMBER /**/" >>confdefs.h
7538
7539 else
7540 $as_echo "#define FLEXIBLE_ARRAY_MEMBER 1" >>confdefs.h
7541
7542 fi
7543
7544
7545 ac_config_files="$ac_config_files Makefile client/Makefile client/tests/Makefile common/Makefile.am common/Makefile common/tests/Makefile dhcpctl/Makefile.am dhcpctl/Makefile includes/Makefile omapip/Makefile.am omapip/Makefile relay/Makefile server/Makefile tests/Makefile.am tests/Makefile tests/unittest.sh server/tests/Makefile doc/devel/doxyfile"
7546
7547 cat >confcache <<\_ACEOF
7548 # This file is a shell script that caches the results of configure
7549 # tests run on this system so they can be shared between configure
7550 # scripts and configure runs, see configure's option --config-cache.
7551 # It is not useful on other systems. If it contains results you don't
7552 # want to keep, you may remove or edit it.
7553 #
7554 # config.status only pays attention to the cache file if you give it
7555 # the --recheck option to rerun configure.
7556 #
7557 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7558 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7559 # following values.
7560
7561 _ACEOF
7562
7563 # The following way of writing the cache mishandles newlines in values,
7564 # but we know of no workaround that is simple, portable, and efficient.
7565 # So, we kill variables containing newlines.
7566 # Ultrix sh set writes to stderr and can't be redirected directly,
7567 # and sets the high bit in the cache file unless we assign to the vars.
7568 (
7569 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7570 eval ac_val=\$$ac_var
7571 case $ac_val in #(
7572 *${as_nl}*)
7573 case $ac_var in #(
7574 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7575 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7576 esac
7577 case $ac_var in #(
7578 _ | IFS | as_nl) ;; #(
7579 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7580 *) { eval $ac_var=; unset $ac_var;} ;;
7581 esac ;;
7582 esac
7583 done
7584
7585 (set) 2>&1 |
7586 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7587 *${as_nl}ac_space=\ *)
7588 # `set' does not quote correctly, so add quotes: double-quote
7589 # substitution turns \\\\ into \\, and sed turns \\ into \.
7590 sed -n \
7591 "s/'/'\\\\''/g;
7592 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7593 ;; #(
7594 *)
7595 # `set' quotes correctly as required by POSIX, so do not add quotes.
7596 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7597 ;;
7598 esac |
7599 sort
7600 ) |
7601 sed '
7602 /^ac_cv_env_/b end
7603 t clear
7604 :clear
7605 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7606 t end
7607 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7608 :end' >>confcache
7609 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7610 if test -w "$cache_file"; then
7611 if test "x$cache_file" != "x/dev/null"; then
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7613 $as_echo "$as_me: updating cache $cache_file" >&6;}
7614 if test ! -f "$cache_file" || test -h "$cache_file"; then
7615 cat confcache >"$cache_file"
7616 else
7617 case $cache_file in #(
7618 */* | ?:*)
7619 mv -f confcache "$cache_file"$$ &&
7620 mv -f "$cache_file"$$ "$cache_file" ;; #(
7621 *)
7622 mv -f confcache "$cache_file" ;;
7623 esac
7624 fi
7625 fi
7626 else
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7628 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7629 fi
7630 fi
7631 rm -f confcache
7632
7633 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7634 # Let make expand exec_prefix.
7635 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7636
7637 DEFS=-DHAVE_CONFIG_H
7638
7639 ac_libobjs=
7640 ac_ltlibobjs=
7641 U=
7642 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7643 # 1. Remove the extension, and $U if already installed.
7644 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7645 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7646 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7647 # will be set to the directory where LIBOBJS objects are built.
7648 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7649 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
7650 done
7651 LIBOBJS=$ac_libobjs
7652
7653 LTLIBOBJS=$ac_ltlibobjs
7654
7655
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
7657 $as_echo_n "checking that generated files are newer than configure... " >&6; }
7658 if test -n "$am_sleep_pid"; then
7659 # Hide warnings about reused PIDs.
7660 wait $am_sleep_pid 2>/dev/null
7661 fi
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
7663 $as_echo "done" >&6; }
7664 if test -n "$EXEEXT"; then
7665 am__EXEEXT_TRUE=
7666 am__EXEEXT_FALSE='#'
7667 else
7668 am__EXEEXT_TRUE='#'
7669 am__EXEEXT_FALSE=
7670 fi
7671
7672 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
7673 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
7674 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7675 fi
7676 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
7677 as_fn_error $? "conditional \"AMDEP\" was never defined.
7678 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7679 fi
7680 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
7681 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
7682 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7683 fi
7684
7685 if test -z "${BIND_ATF_TRUE}" && test -z "${BIND_ATF_FALSE}"; then
7686 as_fn_error $? "conditional \"BIND_ATF\" was never defined.
7687 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7688 fi
7689 if test -z "${HAVE_ATF_TRUE}" && test -z "${HAVE_ATF_FALSE}"; then
7690 as_fn_error $? "conditional \"HAVE_ATF\" was never defined.
7691 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7692 fi
7693 if test -z "${HAVE_BINDDIR_TRUE}" && test -z "${HAVE_BINDDIR_FALSE}"; then
7694 as_fn_error $? "conditional \"HAVE_BINDDIR\" was never defined.
7695 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7696 fi
7697 if test -z "${INSTALL_BIND_TRUE}" && test -z "${INSTALL_BIND_FALSE}"; then
7698 as_fn_error $? "conditional \"INSTALL_BIND\" was never defined.
7699 Usually this means the macro was only invoked conditionally." "$LINENO" 5
7700 fi
7701
7702 : "${CONFIG_STATUS=./config.status}"
7703 ac_write_fail=0
7704 ac_clean_files_save=$ac_clean_files
7705 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7707 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7708 as_write_fail=0
7709 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
7710 #! $SHELL
7711 # Generated by $as_me.
7712 # Run this file to recreate the current configuration.
7713 # Compiler output produced by configure, useful for debugging
7714 # configure, is in config.log if it exists.
7715
7716 debug=false
7717 ac_cs_recheck=false
7718 ac_cs_silent=false
7719
7720 SHELL=\${CONFIG_SHELL-$SHELL}
7721 export SHELL
7722 _ASEOF
7723 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7724 ## -------------------- ##
7725 ## M4sh Initialization. ##
7726 ## -------------------- ##
7727
7728 # Be more Bourne compatible
7729 DUALCASE=1; export DUALCASE # for MKS sh
7730 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
7731 emulate sh
7732 NULLCMD=:
7733 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7734 # is contrary to our usage. Disable this feature.
7735 alias -g '${1+"$@"}'='"$@"'
7736 setopt NO_GLOB_SUBST
7737 else
7738 case `(set -o) 2>/dev/null` in #(
7739 *posix*) :
7740 set -o posix ;; #(
7741 *) :
7742 ;;
7743 esac
7744 fi
7745
7746
7747 as_nl='
7748 '
7749 export as_nl
7750 # Printing a long string crashes Solaris 7 /usr/bin/printf.
7751 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7752 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7753 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7754 # Prefer a ksh shell builtin over an external printf program on Solaris,
7755 # but without wasting forks for bash or zsh.
7756 if test -z "$BASH_VERSION$ZSH_VERSION" \
7757 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7758 as_echo='print -r --'
7759 as_echo_n='print -rn --'
7760 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7761 as_echo='printf %s\n'
7762 as_echo_n='printf %s'
7763 else
7764 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7765 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7766 as_echo_n='/usr/ucb/echo -n'
7767 else
7768 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7769 as_echo_n_body='eval
7770 arg=$1;
7771 case $arg in #(
7772 *"$as_nl"*)
7773 expr "X$arg" : "X\\(.*\\)$as_nl";
7774 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7775 esac;
7776 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7777 '
7778 export as_echo_n_body
7779 as_echo_n='sh -c $as_echo_n_body as_echo'
7780 fi
7781 export as_echo_body
7782 as_echo='sh -c $as_echo_body as_echo'
7783 fi
7784
7785 # The user is always right.
7786 if test "${PATH_SEPARATOR+set}" != set; then
7787 PATH_SEPARATOR=:
7788 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7789 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7790 PATH_SEPARATOR=';'
7791 }
7792 fi
7793
7794
7795 # IFS
7796 # We need space, tab and new line, in precisely that order. Quoting is
7797 # there to prevent editors from complaining about space-tab.
7798 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7799 # splitting by setting IFS to empty value.)
7800 IFS=" "" $as_nl"
7801
7802 # Find who we are. Look in the path if we contain no directory separator.
7803 as_myself=
7804 case $0 in #((
7805 *[\\/]* ) as_myself=$0 ;;
7806 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7807 for as_dir in $PATH
7808 do
7809 IFS=$as_save_IFS
7810 test -z "$as_dir" && as_dir=.
7811 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7812 done
7813 IFS=$as_save_IFS
7814
7815 ;;
7816 esac
7817 # We did not find ourselves, most probably we were run as `sh COMMAND'
7818 # in which case we are not to be found in the path.
7819 if test "x$as_myself" = x; then
7820 as_myself=$0
7821 fi
7822 if test ! -f "$as_myself"; then
7823 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7824 exit 1
7825 fi
7826
7827 # Unset variables that we do not need and which cause bugs (e.g. in
7828 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7829 # suppresses any "Segmentation fault" message there. '((' could
7830 # trigger a bug in pdksh 5.2.14.
7831 for as_var in BASH_ENV ENV MAIL MAILPATH
7832 do eval test x\${$as_var+set} = xset \
7833 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7834 done
7835 PS1='$ '
7836 PS2='> '
7837 PS4='+ '
7838
7839 # NLS nuisances.
7840 LC_ALL=C
7841 export LC_ALL
7842 LANGUAGE=C
7843 export LANGUAGE
7844
7845 # CDPATH.
7846 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7847
7848
7849 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7850 # ----------------------------------------
7851 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7852 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7853 # script with STATUS, using 1 if that was 0.
7854 as_fn_error ()
7855 {
7856 as_status=$1; test $as_status -eq 0 && as_status=1
7857 if test "$4"; then
7858 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7859 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7860 fi
7861 $as_echo "$as_me: error: $2" >&2
7862 as_fn_exit $as_status
7863 } # as_fn_error
7864
7865
7866 # as_fn_set_status STATUS
7867 # -----------------------
7868 # Set $? to STATUS, without forking.
7869 as_fn_set_status ()
7870 {
7871 return $1
7872 } # as_fn_set_status
7873
7874 # as_fn_exit STATUS
7875 # -----------------
7876 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7877 as_fn_exit ()
7878 {
7879 set +e
7880 as_fn_set_status $1
7881 exit $1
7882 } # as_fn_exit
7883
7884 # as_fn_unset VAR
7885 # ---------------
7886 # Portably unset VAR.
7887 as_fn_unset ()
7888 {
7889 { eval $1=; unset $1;}
7890 }
7891 as_unset=as_fn_unset
7892 # as_fn_append VAR VALUE
7893 # ----------------------
7894 # Append the text in VALUE to the end of the definition contained in VAR. Take
7895 # advantage of any shell optimizations that allow amortized linear growth over
7896 # repeated appends, instead of the typical quadratic growth present in naive
7897 # implementations.
7898 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7899 eval 'as_fn_append ()
7900 {
7901 eval $1+=\$2
7902 }'
7903 else
7904 as_fn_append ()
7905 {
7906 eval $1=\$$1\$2
7907 }
7908 fi # as_fn_append
7909
7910 # as_fn_arith ARG...
7911 # ------------------
7912 # Perform arithmetic evaluation on the ARGs, and store the result in the
7913 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7914 # must be portable across $(()) and expr.
7915 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7916 eval 'as_fn_arith ()
7917 {
7918 as_val=$(( $* ))
7919 }'
7920 else
7921 as_fn_arith ()
7922 {
7923 as_val=`expr "$@" || test $? -eq 1`
7924 }
7925 fi # as_fn_arith
7926
7927
7928 if expr a : '\(a\)' >/dev/null 2>&1 &&
7929 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7930 as_expr=expr
7931 else
7932 as_expr=false
7933 fi
7934
7935 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7936 as_basename=basename
7937 else
7938 as_basename=false
7939 fi
7940
7941 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7942 as_dirname=dirname
7943 else
7944 as_dirname=false
7945 fi
7946
7947 as_me=`$as_basename -- "$0" ||
7948 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7949 X"$0" : 'X\(//\)$' \| \
7950 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7951 $as_echo X/"$0" |
7952 sed '/^.*\/\([^/][^/]*\)\/*$/{
7953 s//\1/
7954 q
7955 }
7956 /^X\/\(\/\/\)$/{
7957 s//\1/
7958 q
7959 }
7960 /^X\/\(\/\).*/{
7961 s//\1/
7962 q
7963 }
7964 s/.*/./; q'`
7965
7966 # Avoid depending upon Character Ranges.
7967 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7968 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7969 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7970 as_cr_digits='0123456789'
7971 as_cr_alnum=$as_cr_Letters$as_cr_digits
7972
7973 ECHO_C= ECHO_N= ECHO_T=
7974 case `echo -n x` in #(((((
7975 -n*)
7976 case `echo 'xy\c'` in
7977 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7978 xy) ECHO_C='\c';;
7979 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7980 ECHO_T=' ';;
7981 esac;;
7982 *)
7983 ECHO_N='-n';;
7984 esac
7985
7986 rm -f conf$$ conf$$.exe conf$$.file
7987 if test -d conf$$.dir; then
7988 rm -f conf$$.dir/conf$$.file
7989 else
7990 rm -f conf$$.dir
7991 mkdir conf$$.dir 2>/dev/null
7992 fi
7993 if (echo >conf$$.file) 2>/dev/null; then
7994 if ln -s conf$$.file conf$$ 2>/dev/null; then
7995 as_ln_s='ln -s'
7996 # ... but there are two gotchas:
7997 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7998 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7999 # In both cases, we have to default to `cp -pR'.
8000 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8001 as_ln_s='cp -pR'
8002 elif ln conf$$.file conf$$ 2>/dev/null; then
8003 as_ln_s=ln
8004 else
8005 as_ln_s='cp -pR'
8006 fi
8007 else
8008 as_ln_s='cp -pR'
8009 fi
8010 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8011 rmdir conf$$.dir 2>/dev/null
8012
8013
8014 # as_fn_mkdir_p
8015 # -------------
8016 # Create "$as_dir" as a directory, including parents if necessary.
8017 as_fn_mkdir_p ()
8018 {
8019
8020 case $as_dir in #(
8021 -*) as_dir=./$as_dir;;
8022 esac
8023 test -d "$as_dir" || eval $as_mkdir_p || {
8024 as_dirs=
8025 while :; do
8026 case $as_dir in #(
8027 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8028 *) as_qdir=$as_dir;;
8029 esac
8030 as_dirs="'$as_qdir' $as_dirs"
8031 as_dir=`$as_dirname -- "$as_dir" ||
8032 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8033 X"$as_dir" : 'X\(//\)[^/]' \| \
8034 X"$as_dir" : 'X\(//\)$' \| \
8035 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8036 $as_echo X"$as_dir" |
8037 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8038 s//\1/
8039 q
8040 }
8041 /^X\(\/\/\)[^/].*/{
8042 s//\1/
8043 q
8044 }
8045 /^X\(\/\/\)$/{
8046 s//\1/
8047 q
8048 }
8049 /^X\(\/\).*/{
8050 s//\1/
8051 q
8052 }
8053 s/.*/./; q'`
8054 test -d "$as_dir" && break
8055 done
8056 test -z "$as_dirs" || eval "mkdir $as_dirs"
8057 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
8058
8059
8060 } # as_fn_mkdir_p
8061 if mkdir -p . 2>/dev/null; then
8062 as_mkdir_p='mkdir -p "$as_dir"'
8063 else
8064 test -d ./-p && rmdir ./-p
8065 as_mkdir_p=false
8066 fi
8067
8068
8069 # as_fn_executable_p FILE
8070 # -----------------------
8071 # Test if FILE is an executable regular file.
8072 as_fn_executable_p ()
8073 {
8074 test -f "$1" && test -x "$1"
8075 } # as_fn_executable_p
8076 as_test_x='test -x'
8077 as_executable_p=as_fn_executable_p
8078
8079 # Sed expression to map a string onto a valid CPP name.
8080 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8081
8082 # Sed expression to map a string onto a valid variable name.
8083 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8084
8085
8086 exec 6>&1
8087 ## ----------------------------------- ##
8088 ## Main body of $CONFIG_STATUS script. ##
8089 ## ----------------------------------- ##
8090 _ASEOF
8091 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8092
8093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8094 # Save the log message, to keep $0 and so on meaningful, and to
8095 # report actual input values of CONFIG_FILES etc. instead of their
8096 # values after options handling.
8097 ac_log="
8098 This file was extended by DHCP $as_me 4.4.0-dev, which was
8099 generated by GNU Autoconf 2.69. Invocation command line was
8100
8101 CONFIG_FILES = $CONFIG_FILES
8102 CONFIG_HEADERS = $CONFIG_HEADERS
8103 CONFIG_LINKS = $CONFIG_LINKS
8104 CONFIG_COMMANDS = $CONFIG_COMMANDS
8105 $ $0 $@
8106
8107 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8108 "
8109
8110 _ACEOF
8111
8112 case $ac_config_files in *"
8113 "*) set x $ac_config_files; shift; ac_config_files=$*;;
8114 esac
8115
8116 case $ac_config_headers in *"
8117 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8118 esac
8119
8120
8121 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8122 # Files that config.status was made for.
8123 config_files="$ac_config_files"
8124 config_headers="$ac_config_headers"
8125 config_commands="$ac_config_commands"
8126
8127 _ACEOF
8128
8129 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8130 ac_cs_usage="\
8131 \`$as_me' instantiates files and other configuration actions
8132 from templates according to the current configuration. Unless the files
8133 and actions are specified as TAGs, all are instantiated by default.
8134
8135 Usage: $0 [OPTION]... [TAG]...
8136
8137 -h, --help print this help, then exit
8138 -V, --version print version number and configuration settings, then exit
8139 --config print configuration, then exit
8140 -q, --quiet, --silent
8141 do not print progress messages
8142 -d, --debug don't remove temporary files
8143 --recheck update $as_me by reconfiguring in the same conditions
8144 --file=FILE[:TEMPLATE]
8145 instantiate the configuration file FILE
8146 --header=FILE[:TEMPLATE]
8147 instantiate the configuration header FILE
8148
8149 Configuration files:
8150 $config_files
8151
8152 Configuration headers:
8153 $config_headers
8154
8155 Configuration commands:
8156 $config_commands
8157
8158 Report bugs to <dhcp-users@isc.org>."
8159
8160 _ACEOF
8161 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8162 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8163 ac_cs_version="\\
8164 DHCP config.status 4.4.0-dev
8165 configured by $0, generated by GNU Autoconf 2.69,
8166 with options \\"\$ac_cs_config\\"
8167
8168 Copyright (C) 2012 Free Software Foundation, Inc.
8169 This config.status script is free software; the Free Software Foundation
8170 gives unlimited permission to copy, distribute and modify it."
8171
8172 ac_pwd='$ac_pwd'
8173 srcdir='$srcdir'
8174 INSTALL='$INSTALL'
8175 MKDIR_P='$MKDIR_P'
8176 AWK='$AWK'
8177 test -n "\$AWK" || AWK=awk
8178 _ACEOF
8179
8180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8181 # The default lists apply if the user does not specify any file.
8182 ac_need_defaults=:
8183 while test $# != 0
8184 do
8185 case $1 in
8186 --*=?*)
8187 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8188 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8189 ac_shift=:
8190 ;;
8191 --*=)
8192 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8193 ac_optarg=
8194 ac_shift=:
8195 ;;
8196 *)
8197 ac_option=$1
8198 ac_optarg=$2
8199 ac_shift=shift
8200 ;;
8201 esac
8202
8203 case $ac_option in
8204 # Handling of the options.
8205 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8206 ac_cs_recheck=: ;;
8207 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8208 $as_echo "$ac_cs_version"; exit ;;
8209 --config | --confi | --conf | --con | --co | --c )
8210 $as_echo "$ac_cs_config"; exit ;;
8211 --debug | --debu | --deb | --de | --d | -d )
8212 debug=: ;;
8213 --file | --fil | --fi | --f )
8214 $ac_shift
8215 case $ac_optarg in
8216 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8217 '') as_fn_error $? "missing file argument" ;;
8218 esac
8219 as_fn_append CONFIG_FILES " '$ac_optarg'"
8220 ac_need_defaults=false;;
8221 --header | --heade | --head | --hea )
8222 $ac_shift
8223 case $ac_optarg in
8224 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8225 esac
8226 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8227 ac_need_defaults=false;;
8228 --he | --h)
8229 # Conflict between --help and --header
8230 as_fn_error $? "ambiguous option: \`$1'
8231 Try \`$0 --help' for more information.";;
8232 --help | --hel | -h )
8233 $as_echo "$ac_cs_usage"; exit ;;
8234 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8235 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8236 ac_cs_silent=: ;;
8237
8238 # This is an error.
8239 -*) as_fn_error $? "unrecognized option: \`$1'
8240 Try \`$0 --help' for more information." ;;
8241
8242 *) as_fn_append ac_config_targets " $1"
8243 ac_need_defaults=false ;;
8244
8245 esac
8246 shift
8247 done
8248
8249 ac_configure_extra_args=
8250
8251 if $ac_cs_silent; then
8252 exec 6>/dev/null
8253 ac_configure_extra_args="$ac_configure_extra_args --silent"
8254 fi
8255
8256 _ACEOF
8257 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8258 if \$ac_cs_recheck; then
8259 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8260 shift
8261 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8262 CONFIG_SHELL='$SHELL'
8263 export CONFIG_SHELL
8264 exec "\$@"
8265 fi
8266
8267 _ACEOF
8268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8269 exec 5>>config.log
8270 {
8271 echo
8272 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8273 ## Running $as_me. ##
8274 _ASBOX
8275 $as_echo "$ac_log"
8276 } >&5
8277
8278 _ACEOF
8279 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8280 #
8281 # INIT-COMMANDS
8282 #
8283 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
8284
8285 _ACEOF
8286
8287 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8288
8289 # Handling of arguments.
8290 for ac_config_target in $ac_config_targets
8291 do
8292 case $ac_config_target in
8293 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
8294 "includes/config.h") CONFIG_HEADERS="$CONFIG_HEADERS includes/config.h" ;;
8295 "$srcdir/bind/Makefile") CONFIG_FILES="$CONFIG_FILES $srcdir/bind/Makefile" ;;
8296 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8297 "client/Makefile") CONFIG_FILES="$CONFIG_FILES client/Makefile" ;;
8298 "client/tests/Makefile") CONFIG_FILES="$CONFIG_FILES client/tests/Makefile" ;;
8299 "common/Makefile.am") CONFIG_FILES="$CONFIG_FILES common/Makefile.am" ;;
8300 "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
8301 "common/tests/Makefile") CONFIG_FILES="$CONFIG_FILES common/tests/Makefile" ;;
8302 "dhcpctl/Makefile.am") CONFIG_FILES="$CONFIG_FILES dhcpctl/Makefile.am" ;;
8303 "dhcpctl/Makefile") CONFIG_FILES="$CONFIG_FILES dhcpctl/Makefile" ;;
8304 "includes/Makefile") CONFIG_FILES="$CONFIG_FILES includes/Makefile" ;;
8305 "omapip/Makefile.am") CONFIG_FILES="$CONFIG_FILES omapip/Makefile.am" ;;
8306 "omapip/Makefile") CONFIG_FILES="$CONFIG_FILES omapip/Makefile" ;;
8307 "relay/Makefile") CONFIG_FILES="$CONFIG_FILES relay/Makefile" ;;
8308 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
8309 "tests/Makefile.am") CONFIG_FILES="$CONFIG_FILES tests/Makefile.am" ;;
8310 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
8311 "tests/unittest.sh") CONFIG_FILES="$CONFIG_FILES tests/unittest.sh" ;;
8312 "server/tests/Makefile") CONFIG_FILES="$CONFIG_FILES server/tests/Makefile" ;;
8313 "doc/devel/doxyfile") CONFIG_FILES="$CONFIG_FILES doc/devel/doxyfile" ;;
8314
8315 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8316 esac
8317 done
8318
8319
8320 # If the user did not use the arguments to specify the items to instantiate,
8321 # then the envvar interface is used. Set only those that are not.
8322 # We use the long form for the default assignment because of an extremely
8323 # bizarre bug on SunOS 4.1.3.
8324 if $ac_need_defaults; then
8325 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8326 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8327 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8328 fi
8329
8330 # Have a temporary directory for convenience. Make it in the build tree
8331 # simply because there is no reason against having it here, and in addition,
8332 # creating and moving files from /tmp can sometimes cause problems.
8333 # Hook for its removal unless debugging.
8334 # Note that there is a small window in which the directory will not be cleaned:
8335 # after its creation but before its name has been assigned to `$tmp'.
8336 $debug ||
8337 {
8338 tmp= ac_tmp=
8339 trap 'exit_status=$?
8340 : "${ac_tmp:=$tmp}"
8341 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8342 ' 0
8343 trap 'as_fn_exit 1' 1 2 13 15
8344 }
8345 # Create a (secure) tmp directory for tmp files.
8346
8347 {
8348 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8349 test -d "$tmp"
8350 } ||
8351 {
8352 tmp=./conf$$-$RANDOM
8353 (umask 077 && mkdir "$tmp")
8354 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8355 ac_tmp=$tmp
8356
8357 # Set up the scripts for CONFIG_FILES section.
8358 # No need to generate them if there are no CONFIG_FILES.
8359 # This happens for instance with `./config.status config.h'.
8360 if test -n "$CONFIG_FILES"; then
8361
8362
8363 ac_cr=`echo X | tr X '\015'`
8364 # On cygwin, bash can eat \r inside `` if the user requested igncr.
8365 # But we know of no other shell where ac_cr would be empty at this
8366 # point, so we can use a bashism as a fallback.
8367 if test "x$ac_cr" = x; then
8368 eval ac_cr=\$\'\\r\'
8369 fi
8370 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8371 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8372 ac_cs_awk_cr='\\r'
8373 else
8374 ac_cs_awk_cr=$ac_cr
8375 fi
8376
8377 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8378 _ACEOF
8379
8380
8381 {
8382 echo "cat >conf$$subs.awk <<_ACEOF" &&
8383 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8384 echo "_ACEOF"
8385 } >conf$$subs.sh ||
8386 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8387 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8388 ac_delim='%!_!# '
8389 for ac_last_try in false false false false false :; do
8390 . ./conf$$subs.sh ||
8391 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8392
8393 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8394 if test $ac_delim_n = $ac_delim_num; then
8395 break
8396 elif $ac_last_try; then
8397 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8398 else
8399 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8400 fi
8401 done
8402 rm -f conf$$subs.sh
8403
8404 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8405 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8406 _ACEOF
8407 sed -n '
8408 h
8409 s/^/S["/; s/!.*/"]=/
8410 p
8411 g
8412 s/^[^!]*!//
8413 :repl
8414 t repl
8415 s/'"$ac_delim"'$//
8416 t delim
8417 :nl
8418 h
8419 s/\(.\{148\}\)..*/\1/
8420 t more1
8421 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8422 p
8423 n
8424 b repl
8425 :more1
8426 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8427 p
8428 g
8429 s/.\{148\}//
8430 t nl
8431 :delim
8432 h
8433 s/\(.\{148\}\)..*/\1/
8434 t more2
8435 s/["\\]/\\&/g; s/^/"/; s/$/"/
8436 p
8437 b
8438 :more2
8439 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8440 p
8441 g
8442 s/.\{148\}//
8443 t delim
8444 ' <conf$$subs.awk | sed '
8445 /^[^""]/{
8446 N
8447 s/\n//
8448 }
8449 ' >>$CONFIG_STATUS || ac_write_fail=1
8450 rm -f conf$$subs.awk
8451 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8452 _ACAWK
8453 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8454 for (key in S) S_is_set[key] = 1
8455 FS = "\a"
8456
8457 }
8458 {
8459 line = $ 0
8460 nfields = split(line, field, "@")
8461 substed = 0
8462 len = length(field[1])
8463 for (i = 2; i < nfields; i++) {
8464 key = field[i]
8465 keylen = length(key)
8466 if (S_is_set[key]) {
8467 value = S[key]
8468 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8469 len += length(value) + length(field[++i])
8470 substed = 1
8471 } else
8472 len += 1 + keylen
8473 }
8474
8475 print line
8476 }
8477
8478 _ACAWK
8479 _ACEOF
8480 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8481 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8482 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8483 else
8484 cat
8485 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8486 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8487 _ACEOF
8488
8489 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8490 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8491 # trailing colons and then remove the whole line if VPATH becomes empty
8492 # (actually we leave an empty line to preserve line numbers).
8493 if test "x$srcdir" = x.; then
8494 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8495 h
8496 s///
8497 s/^/:/
8498 s/[ ]*$/:/
8499 s/:\$(srcdir):/:/g
8500 s/:\${srcdir}:/:/g
8501 s/:@srcdir@:/:/g
8502 s/^:*//
8503 s/:*$//
8504 x
8505 s/\(=[ ]*\).*/\1/
8506 G
8507 s/\n//
8508 s/^[^=]*=[ ]*$//
8509 }'
8510 fi
8511
8512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8513 fi # test -n "$CONFIG_FILES"
8514
8515 # Set up the scripts for CONFIG_HEADERS section.
8516 # No need to generate them if there are no CONFIG_HEADERS.
8517 # This happens for instance with `./config.status Makefile'.
8518 if test -n "$CONFIG_HEADERS"; then
8519 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8520 BEGIN {
8521 _ACEOF
8522
8523 # Transform confdefs.h into an awk script `defines.awk', embedded as
8524 # here-document in config.status, that substitutes the proper values into
8525 # config.h.in to produce config.h.
8526
8527 # Create a delimiter string that does not exist in confdefs.h, to ease
8528 # handling of long lines.
8529 ac_delim='%!_!# '
8530 for ac_last_try in false false :; do
8531 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8532 if test -z "$ac_tt"; then
8533 break
8534 elif $ac_last_try; then
8535 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8536 else
8537 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8538 fi
8539 done
8540
8541 # For the awk script, D is an array of macro values keyed by name,
8542 # likewise P contains macro parameters if any. Preserve backslash
8543 # newline sequences.
8544
8545 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8546 sed -n '
8547 s/.\{148\}/&'"$ac_delim"'/g
8548 t rset
8549 :rset
8550 s/^[ ]*#[ ]*define[ ][ ]*/ /
8551 t def
8552 d
8553 :def
8554 s/\\$//
8555 t bsnl
8556 s/["\\]/\\&/g
8557 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8558 D["\1"]=" \3"/p
8559 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8560 d
8561 :bsnl
8562 s/["\\]/\\&/g
8563 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8564 D["\1"]=" \3\\\\\\n"\\/p
8565 t cont
8566 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8567 t cont
8568 d
8569 :cont
8570 n
8571 s/.\{148\}/&'"$ac_delim"'/g
8572 t clear
8573 :clear
8574 s/\\$//
8575 t bsnlc
8576 s/["\\]/\\&/g; s/^/"/; s/$/"/p
8577 d
8578 :bsnlc
8579 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8580 b cont
8581 ' <confdefs.h | sed '
8582 s/'"$ac_delim"'/"\\\
8583 "/g' >>$CONFIG_STATUS || ac_write_fail=1
8584
8585 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8586 for (key in D) D_is_set[key] = 1
8587 FS = "\a"
8588 }
8589 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8590 line = \$ 0
8591 split(line, arg, " ")
8592 if (arg[1] == "#") {
8593 defundef = arg[2]
8594 mac1 = arg[3]
8595 } else {
8596 defundef = substr(arg[1], 2)
8597 mac1 = arg[2]
8598 }
8599 split(mac1, mac2, "(") #)
8600 macro = mac2[1]
8601 prefix = substr(line, 1, index(line, defundef) - 1)
8602 if (D_is_set[macro]) {
8603 # Preserve the white space surrounding the "#".
8604 print prefix "define", macro P[macro] D[macro]
8605 next
8606 } else {
8607 # Replace #undef with comments. This is necessary, for example,
8608 # in the case of _POSIX_SOURCE, which is predefined and required
8609 # on some systems where configure will not decide to define it.
8610 if (defundef == "undef") {
8611 print "/*", prefix defundef, macro, "*/"
8612 next
8613 }
8614 }
8615 }
8616 { print }
8617 _ACAWK
8618 _ACEOF
8619 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8620 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8621 fi # test -n "$CONFIG_HEADERS"
8622
8623
8624 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
8625 shift
8626 for ac_tag
8627 do
8628 case $ac_tag in
8629 :[FHLC]) ac_mode=$ac_tag; continue;;
8630 esac
8631 case $ac_mode$ac_tag in
8632 :[FHL]*:*);;
8633 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8634 :[FH]-) ac_tag=-:-;;
8635 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8636 esac
8637 ac_save_IFS=$IFS
8638 IFS=:
8639 set x $ac_tag
8640 IFS=$ac_save_IFS
8641 shift
8642 ac_file=$1
8643 shift
8644
8645 case $ac_mode in
8646 :L) ac_source=$1;;
8647 :[FH])
8648 ac_file_inputs=
8649 for ac_f
8650 do
8651 case $ac_f in
8652 -) ac_f="$ac_tmp/stdin";;
8653 *) # Look for the file first in the build tree, then in the source tree
8654 # (if the path is not absolute). The absolute path cannot be DOS-style,
8655 # because $ac_f cannot contain `:'.
8656 test -f "$ac_f" ||
8657 case $ac_f in
8658 [\\/$]*) false;;
8659 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8660 esac ||
8661 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8662 esac
8663 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8664 as_fn_append ac_file_inputs " '$ac_f'"
8665 done
8666
8667 # Let's still pretend it is `configure' which instantiates (i.e., don't
8668 # use $as_me), people would be surprised to read:
8669 # /* config.h. Generated by config.status. */
8670 configure_input='Generated from '`
8671 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8672 `' by configure.'
8673 if test x"$ac_file" != x-; then
8674 configure_input="$ac_file. $configure_input"
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8676 $as_echo "$as_me: creating $ac_file" >&6;}
8677 fi
8678 # Neutralize special characters interpreted by sed in replacement strings.
8679 case $configure_input in #(
8680 *\&* | *\|* | *\\* )
8681 ac_sed_conf_input=`$as_echo "$configure_input" |
8682 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8683 *) ac_sed_conf_input=$configure_input;;
8684 esac
8685
8686 case $ac_tag in
8687 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8688 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8689 esac
8690 ;;
8691 esac
8692
8693 ac_dir=`$as_dirname -- "$ac_file" ||
8694 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8695 X"$ac_file" : 'X\(//\)[^/]' \| \
8696 X"$ac_file" : 'X\(//\)$' \| \
8697 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8698 $as_echo X"$ac_file" |
8699 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8700 s//\1/
8701 q
8702 }
8703 /^X\(\/\/\)[^/].*/{
8704 s//\1/
8705 q
8706 }
8707 /^X\(\/\/\)$/{
8708 s//\1/
8709 q
8710 }
8711 /^X\(\/\).*/{
8712 s//\1/
8713 q
8714 }
8715 s/.*/./; q'`
8716 as_dir="$ac_dir"; as_fn_mkdir_p
8717 ac_builddir=.
8718
8719 case "$ac_dir" in
8720 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8721 *)
8722 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8723 # A ".." for each directory in $ac_dir_suffix.
8724 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8725 case $ac_top_builddir_sub in
8726 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8727 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8728 esac ;;
8729 esac
8730 ac_abs_top_builddir=$ac_pwd
8731 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8732 # for backward compatibility:
8733 ac_top_builddir=$ac_top_build_prefix
8734
8735 case $srcdir in
8736 .) # We are building in place.
8737 ac_srcdir=.
8738 ac_top_srcdir=$ac_top_builddir_sub
8739 ac_abs_top_srcdir=$ac_pwd ;;
8740 [\\/]* | ?:[\\/]* ) # Absolute name.
8741 ac_srcdir=$srcdir$ac_dir_suffix;
8742 ac_top_srcdir=$srcdir
8743 ac_abs_top_srcdir=$srcdir ;;
8744 *) # Relative name.
8745 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8746 ac_top_srcdir=$ac_top_build_prefix$srcdir
8747 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8748 esac
8749 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8750
8751
8752 case $ac_mode in
8753 :F)
8754 #
8755 # CONFIG_FILE
8756 #
8757
8758 case $INSTALL in
8759 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8760 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
8761 esac
8762 ac_MKDIR_P=$MKDIR_P
8763 case $MKDIR_P in
8764 [\\/$]* | ?:[\\/]* ) ;;
8765 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
8766 esac
8767 _ACEOF
8768
8769
8770 # Neutralize VPATH when `$srcdir' = `.'.
8771 # Shell code in configure.ac might set extrasub.
8772 # FIXME: do we really want to maintain this feature?
8773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8774 ac_sed_extra="$ac_vpsub
8775 $extrasub
8776 _ACEOF
8777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8778 :t
8779 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8780 s|@configure_input@|$ac_sed_conf_input|;t t
8781 s&@top_builddir@&$ac_top_builddir_sub&;t t
8782 s&@top_build_prefix@&$ac_top_build_prefix&;t t
8783 s&@srcdir@&$ac_srcdir&;t t
8784 s&@abs_srcdir@&$ac_abs_srcdir&;t t
8785 s&@top_srcdir@&$ac_top_srcdir&;t t
8786 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8787 s&@builddir@&$ac_builddir&;t t
8788 s&@abs_builddir@&$ac_abs_builddir&;t t
8789 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8790 s&@INSTALL@&$ac_INSTALL&;t t
8791 s&@MKDIR_P@&$ac_MKDIR_P&;t t
8792 "
8793 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8794 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8795
8796
8797 rm -f "$ac_tmp/stdin"
8798 case $ac_file in
8799 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8800 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8801 esac \
8802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8803 ;;
8804 :H)
8805 #
8806 # CONFIG_HEADER
8807 #
8808 if test x"$ac_file" != x-; then
8809 {
8810 $as_echo "/* $configure_input */" \
8811 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8812 } >"$ac_tmp/config.h" \
8813 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8814 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8816 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8817 else
8818 rm -f "$ac_file"
8819 mv "$ac_tmp/config.h" "$ac_file" \
8820 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8821 fi
8822 else
8823 $as_echo "/* $configure_input */" \
8824 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8825 || as_fn_error $? "could not create -" "$LINENO" 5
8826 fi
8827 # Compute "$ac_file"'s index in $config_headers.
8828 _am_arg="$ac_file"
8829 _am_stamp_count=1
8830 for _am_header in $config_headers :; do
8831 case $_am_header in
8832 $_am_arg | $_am_arg:* )
8833 break ;;
8834 * )
8835 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8836 esac
8837 done
8838 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
8839 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8840 X"$_am_arg" : 'X\(//\)[^/]' \| \
8841 X"$_am_arg" : 'X\(//\)$' \| \
8842 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
8843 $as_echo X"$_am_arg" |
8844 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8845 s//\1/
8846 q
8847 }
8848 /^X\(\/\/\)[^/].*/{
8849 s//\1/
8850 q
8851 }
8852 /^X\(\/\/\)$/{
8853 s//\1/
8854 q
8855 }
8856 /^X\(\/\).*/{
8857 s//\1/
8858 q
8859 }
8860 s/.*/./; q'`/stamp-h$_am_stamp_count
8861 ;;
8862
8863 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8864 $as_echo "$as_me: executing $ac_file commands" >&6;}
8865 ;;
8866 esac
8867
8868
8869 case $ac_file$ac_mode in
8870 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
8871 # Older Autoconf quotes --file arguments for eval, but not when files
8872 # are listed without --file. Let's play safe and only enable the eval
8873 # if we detect the quoting.
8874 case $CONFIG_FILES in
8875 *\'*) eval set x "$CONFIG_FILES" ;;
8876 *) set x $CONFIG_FILES ;;
8877 esac
8878 shift
8879 for mf
8880 do
8881 # Strip MF so we end up with the name of the file.
8882 mf=`echo "$mf" | sed -e 's/:.*$//'`
8883 # Check whether this is an Automake generated Makefile or not.
8884 # We used to match only the files named 'Makefile.in', but
8885 # some people rename them; so instead we look at the file content.
8886 # Grep'ing the first line is not enough: some people post-process
8887 # each Makefile.in and add a new line on top of each file to say so.
8888 # Grep'ing the whole file is not good either: AIX grep has a line
8889 # limit of 2048, but all sed's we know have understand at least 4000.
8890 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
8891 dirpart=`$as_dirname -- "$mf" ||
8892 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8893 X"$mf" : 'X\(//\)[^/]' \| \
8894 X"$mf" : 'X\(//\)$' \| \
8895 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
8896 $as_echo X"$mf" |
8897 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8898 s//\1/
8899 q
8900 }
8901 /^X\(\/\/\)[^/].*/{
8902 s//\1/
8903 q
8904 }
8905 /^X\(\/\/\)$/{
8906 s//\1/
8907 q
8908 }
8909 /^X\(\/\).*/{
8910 s//\1/
8911 q
8912 }
8913 s/.*/./; q'`
8914 else
8915 continue
8916 fi
8917 # Extract the definition of DEPDIR, am__include, and am__quote
8918 # from the Makefile without running 'make'.
8919 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8920 test -z "$DEPDIR" && continue
8921 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8922 test -z "$am__include" && continue
8923 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8924 # Find all dependency output files, they are included files with
8925 # $(DEPDIR) in their names. We invoke sed twice because it is the
8926 # simplest approach to changing $(DEPDIR) to its actual value in the
8927 # expansion.
8928 for file in `sed -n "
8929 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8930 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
8931 # Make sure the directory exists.
8932 test -f "$dirpart/$file" && continue
8933 fdir=`$as_dirname -- "$file" ||
8934 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8935 X"$file" : 'X\(//\)[^/]' \| \
8936 X"$file" : 'X\(//\)$' \| \
8937 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
8938 $as_echo X"$file" |
8939 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8940 s//\1/
8941 q
8942 }
8943 /^X\(\/\/\)[^/].*/{
8944 s//\1/
8945 q
8946 }
8947 /^X\(\/\/\)$/{
8948 s//\1/
8949 q
8950 }
8951 /^X\(\/\).*/{
8952 s//\1/
8953 q
8954 }
8955 s/.*/./; q'`
8956 as_dir=$dirpart/$fdir; as_fn_mkdir_p
8957 # echo "creating $dirpart/$file"
8958 echo '# dummy' > "$dirpart/$file"
8959 done
8960 done
8961 }
8962 ;;
8963
8964 esac
8965 done # for ac_tag
8966
8967
8968 as_fn_exit 0
8969 _ACEOF
8970 ac_clean_files=$ac_clean_files_save
8971
8972 test $ac_write_fail = 0 ||
8973 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8974
8975
8976 # configure is writing to config.log, and then calls config.status.
8977 # config.status does its own redirection, appending to config.log.
8978 # Unfortunately, on DOS this fails, as config.log is still kept open
8979 # by configure, so config.status won't be able to write to it; its
8980 # output is simply discarded. So we exec the FD to /dev/null,
8981 # effectively closing config.log, so it can be properly (re)opened and
8982 # appended to by config.status. When coming back to configure, we
8983 # need to make the FD available again.
8984 if test "$no_create" != yes; then
8985 ac_cs_success=:
8986 ac_config_status_args=
8987 test "$silent" = yes &&
8988 ac_config_status_args="$ac_config_status_args --quiet"
8989 exec 5>/dev/null
8990 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8991 exec 5>>config.log
8992 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8993 # would make configure fail if this is the last instruction.
8994 $ac_cs_success || as_fn_exit 1
8995 fi
8996 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8998 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8999 fi
9000
9001
9002
9003 if test "$enable_dhcpv4o6" = "yes"; then
9004 DHCP_VERSIONS="DHCPv4, DHCPv6 and DHCPv4-over-DHCPv6"
9005 elif test "$enable_dhcpv6" != "no"; then
9006 DHCP_VERSIONS="DHCPv4 and DHCPv6"
9007 else
9008 DHCP_VERSIONS="DHCPv4"
9009 fi
9010
9011 cat > config.report << END
9012
9013 ISC DHCP source configure results:
9014 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
9015
9016 Package:
9017 Name: $PACKAGE_NAME
9018 Version: $PACKAGE_VERSION
9019
9020 C Compiler: $CC
9021
9022 Flags:
9023 DEFS: $DEFS
9024 CFLAGS: $CFLAGS
9025
9026 DHCP versions: $DHCP_VERSIONS
9027
9028 Features:
9029 debug: $enable_debug
9030 failover: $enable_failover
9031 execute: $enable_execute
9032 binary-leases: $enable_binary_leases
9033 dhcpv6: $enable_dhcpv6
9034 delayed-ack: $enable_delayed_ack
9035
9036 Developer:
9037 ATF unittests : $atf_path
9038
9039 END
9040 # TODO: Add Perl system tests
9041
9042 if test "$atf_path" != "no"
9043 then
9044 echo "ATF_CFLAGS : $ATF_CFLAGS" >> config.report
9045 echo "ATF_LDFLAGS : $ATF_LDFLAGS" >> config.report
9046 echo "ATF_BIN : $ATF_BIN" >> config.report
9047 echo
9048 fi
9049
9050 cat config.report
9051
9052 echo
9053 echo Now you can type "make" to build ISC DHCP
9054 echo