3 # From configure.in Revision: 1.132
65 # Guess values for system-dependent variables and create Makefiles.
66 # Generated automatically using autoconf version 2.13
67 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
69 # This configure script is free software; the Free Software Foundation
70 # gives unlimited permission to copy, distribute and modify it.
74 ac_default_prefix
=/usr
/local
75 # Any additions from configure.in:
77 --without-gcc don't use gcc"
79 --enable-ipv6 enable ipv6 (with ipv4) support
80 --disable-ipv6 disable ipv6 support"
82 --without-crypto disable crypto support"
84 # Initialize some variables set by options.
85 # The variables have the same names as the options, with
86 # dashes changed to underlines.
88 cache_file
=.
/config.cache
97 program_transform_name
=s
,x
,x
,
105 bindir
='${exec_prefix}/bin'
106 sbindir
='${exec_prefix}/sbin'
107 libexecdir
='${exec_prefix}/libexec'
108 datadir
='${prefix}/share'
109 sysconfdir
='${prefix}/etc'
110 sharedstatedir
='${prefix}/com'
111 localstatedir
='${prefix}/var'
112 libdir
='${exec_prefix}/lib'
113 includedir
='${prefix}/include'
114 oldincludedir
='/usr/include'
115 infodir
='${prefix}/info'
116 mandir
='${prefix}/man'
118 # Initialize some other variables.
121 SHELL
=${CONFIG_SHELL-/bin/sh}
122 # Maximum number of lines to put in a shell here document.
129 # If the previous option needs an argument, assign it.
130 if test -n "$ac_prev"; then
131 eval "$ac_prev=\$ac_option"
137 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
141 # Accept the important Cygnus configure options, so we can diagnose typos.
145 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
147 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
148 bindir
="$ac_optarg" ;;
150 -build |
--build |
--buil |
--bui |
--bu)
152 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
153 build
="$ac_optarg" ;;
155 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
156 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
157 ac_prev
=cache_file
;;
158 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
159 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
160 cache_file
="$ac_optarg" ;;
162 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
164 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
166 datadir
="$ac_optarg" ;;
168 -disable-* |
--disable-*)
169 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
170 # Reject names that are not valid shell variable names.
171 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
172 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
174 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
175 eval "enable_${ac_feature}=no" ;;
177 -enable-* |
--enable-*)
178 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
179 # Reject names that are not valid shell variable names.
180 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
181 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
183 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
188 eval "enable_${ac_feature}='$ac_optarg'" ;;
190 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
191 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
192 |
--exec |
--exe |
--ex)
193 ac_prev
=exec_prefix
;;
194 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
195 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
196 |
--exec=* |
--exe=* |
--ex=*)
197 exec_prefix
="$ac_optarg" ;;
199 -gas |
--gas |
--ga |
--g)
200 # Obsolete; use --with-gas.
203 -help |
--help |
--hel |
--he)
204 # Omit some internal or obsolete options to make the list less imposing.
205 # This message is too long to be a string in the A/UX 3.1 sh.
207 Usage: configure [options] [host]
208 Options: [defaults in brackets after descriptions]
210 --cache-file=FILE cache test results in FILE
211 --help print this message
212 --no-create do not create output files
213 --quiet, --silent do not print \`checking...' messages
214 --version print the version of autoconf that created configure
215 Directory and file names:
216 --prefix=PREFIX install architecture-independent files in PREFIX
218 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
220 --bindir=DIR user executables in DIR [EPREFIX/bin]
221 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
222 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
223 --datadir=DIR read-only architecture-independent data in DIR
225 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
226 --sharedstatedir=DIR modifiable architecture-independent data in DIR
228 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
229 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
230 --includedir=DIR C header files in DIR [PREFIX/include]
231 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
232 --infodir=DIR info documentation in DIR [PREFIX/info]
233 --mandir=DIR man documentation in DIR [PREFIX/man]
234 --srcdir=DIR find the sources in DIR [configure dir or ..]
235 --program-prefix=PREFIX prepend PREFIX to installed program names
236 --program-suffix=SUFFIX append SUFFIX to installed program names
237 --program-transform-name=PROGRAM
238 run sed PROGRAM on installed program names
242 --build=BUILD configure for building on BUILD [BUILD=HOST]
243 --host=HOST configure for HOST [guessed]
244 --target=TARGET configure for TARGET [TARGET=HOST]
245 Features and packages:
246 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
247 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
248 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
249 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
250 --x-includes=DIR X include files are in DIR
251 --x-libraries=DIR X library files are in DIR
253 if test -n "$ac_help"; then
254 echo "--enable and --with options recognized:$ac_help"
258 -host |
--host |
--hos |
--ho)
260 -host=* |
--host=* |
--hos=* |
--ho=*)
263 -includedir |
--includedir |
--includedi |
--included |
--include \
264 |
--includ |
--inclu |
--incl |
--inc)
265 ac_prev
=includedir
;;
266 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
267 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
268 includedir
="$ac_optarg" ;;
270 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
272 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
273 infodir
="$ac_optarg" ;;
275 -libdir |
--libdir |
--libdi |
--libd)
277 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
278 libdir
="$ac_optarg" ;;
280 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
281 |
--libexe |
--libex |
--libe)
282 ac_prev
=libexecdir
;;
283 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
284 |
--libexe=* |
--libex=* |
--libe=*)
285 libexecdir
="$ac_optarg" ;;
287 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
288 |
--localstate |
--localstat |
--localsta |
--localst \
289 |
--locals |
--local |
--loca |
--loc |
--lo)
290 ac_prev
=localstatedir
;;
291 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
292 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
293 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
294 localstatedir
="$ac_optarg" ;;
296 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
298 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
299 mandir
="$ac_optarg" ;;
302 # Obsolete; use --without-fp.
305 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
309 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
310 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
313 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
314 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
315 |
--oldin |
--oldi |
--old |
--ol |
--o)
316 ac_prev
=oldincludedir
;;
317 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
318 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
319 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
320 oldincludedir
="$ac_optarg" ;;
322 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
324 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
325 prefix
="$ac_optarg" ;;
327 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
328 |
--program-pre |
--program-pr |
--program-p)
329 ac_prev
=program_prefix
;;
330 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
331 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
332 program_prefix
="$ac_optarg" ;;
334 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
335 |
--program-suf |
--program-su |
--program-s)
336 ac_prev
=program_suffix
;;
337 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
338 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
339 program_suffix
="$ac_optarg" ;;
341 -program-transform-name |
--program-transform-name \
342 |
--program-transform-nam |
--program-transform-na \
343 |
--program-transform-n |
--program-transform- \
344 |
--program-transform |
--program-transfor \
345 |
--program-transfo |
--program-transf \
346 |
--program-trans |
--program-tran \
347 |
--progr-tra |
--program-tr |
--program-t)
348 ac_prev
=program_transform_name
;;
349 -program-transform-name=* |
--program-transform-name=* \
350 |
--program-transform-nam=* |
--program-transform-na=* \
351 |
--program-transform-n=* |
--program-transform-=* \
352 |
--program-transform=* |
--program-transfor=* \
353 |
--program-transfo=* |
--program-transf=* \
354 |
--program-trans=* |
--program-tran=* \
355 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
356 program_transform_name
="$ac_optarg" ;;
358 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
359 |
-silent |
--silent |
--silen |
--sile |
--sil)
362 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
364 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
366 sbindir
="$ac_optarg" ;;
368 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
369 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
370 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
372 ac_prev
=sharedstatedir
;;
373 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
374 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
375 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
377 sharedstatedir
="$ac_optarg" ;;
379 -site |
--site |
--sit)
381 -site=* |
--site=* |
--sit=*)
384 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
386 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
387 srcdir
="$ac_optarg" ;;
389 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
390 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
391 ac_prev
=sysconfdir
;;
392 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
393 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
394 sysconfdir
="$ac_optarg" ;;
396 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
398 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
399 target
="$ac_optarg" ;;
401 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
404 -version |
--version |
--versio |
--versi |
--vers)
405 echo "configure generated by autoconf version 2.13"
409 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
410 # Reject names that are not valid shell variable names.
411 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
412 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
414 ac_package
=`echo $ac_package| sed 's/-/_/g'`
419 eval "with_${ac_package}='$ac_optarg'" ;;
421 -without-* |
--without-*)
422 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
423 # Reject names that are not valid shell variable names.
424 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
425 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
427 ac_package
=`echo $ac_package| sed 's/-/_/g'`
428 eval "with_${ac_package}=no" ;;
431 # Obsolete; use --with-x.
434 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
435 |
--x-incl |
--x-inc |
--x-in |
--x-i)
436 ac_prev
=x_includes
;;
437 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
438 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
439 x_includes
="$ac_optarg" ;;
441 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
442 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
443 ac_prev
=x_libraries
;;
444 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
445 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
446 x_libraries
="$ac_optarg" ;;
448 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
452 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
453 echo "configure: warning: $ac_option: invalid host type" 1>&2
455 if test "x$nonopt" != xNONE
; then
456 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
464 if test -n "$ac_prev"; then
465 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
468 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
470 # File descriptor usage:
473 # 2 errors and warnings
474 # 3 some systems may open it to /dev/tty
475 # 4 used on the Kubota Titan
476 # 6 checking for... messages and results
477 # 5 compiler messages saved in config.log
478 if test "$silent" = yes; then
486 This file contains any messages produced by compilers while
487 running configure, to aid debugging if configure makes a mistake.
490 # Strip out --no-create and --no-recursion so they do not pile up.
491 # Also quote any args containing shell metacharacters.
496 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
497 |
--no-cr |
--no-c) ;;
498 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
499 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
500 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
501 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
502 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
507 # Only set these to C if already set. These must not be set unconditionally
508 # because not all systems understand e.g. LANG=C (notably SCO).
509 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
510 # Non-C LC_CTYPE values break the ctype check.
511 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
512 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
513 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
514 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
516 # confdefs.h avoids OS command line length limits that DEFS can exceed.
517 rm -rf conftest
* confdefs.h
518 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
521 # A filename unique to this package, relative to the directory that
522 # configure is in, which we can look for to find out if srcdir is correct.
523 ac_unique_file
=tcpdump.c
525 # Find the source files, if location was not specified.
526 if test -z "$srcdir"; then
527 ac_srcdir_defaulted
=yes
528 # Try the directory containing this script, then its parent.
530 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
531 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
533 if test ! -r $srcdir/$ac_unique_file; then
537 ac_srcdir_defaulted
=no
539 if test ! -r $srcdir/$ac_unique_file; then
540 if test "$ac_srcdir_defaulted" = yes; then
541 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
543 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
546 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
548 # Prefer explicitly selected file to automatically selected ones.
549 if test -z "$CONFIG_SITE"; then
550 if test "x$prefix" != xNONE
; then
551 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
553 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
556 for ac_site_file
in $CONFIG_SITE; do
557 if test -r "$ac_site_file"; then
558 echo "loading site script $ac_site_file"
563 if test -r "$cache_file"; then
564 echo "loading cache $cache_file"
567 echo "creating cache $cache_file"
572 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
573 ac_cpp
='$CPP $CPPFLAGS'
574 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
575 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
576 cross_compiling
=$ac_cv_prog_cc_cross
580 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
581 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
582 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
589 ac_n
= ac_c
='\c' ac_t
=
595 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
596 if test -f $ac_dir/install-sh
; then
598 ac_install_sh
="$ac_aux_dir/install-sh -c"
600 elif test -f $ac_dir/install.sh
; then
602 ac_install_sh
="$ac_aux_dir/install.sh -c"
606 if test -z "$ac_aux_dir"; then
607 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
609 ac_config_guess
=$ac_aux_dir/config.guess
610 ac_config_sub
=$ac_aux_dir/config.sub
611 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
614 # Do some error checking and defaulting for the host and target type.
616 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
619 # 1. You are not allowed to specify --host, --target, and nonopt at the
621 # 2. Host defaults to nonopt.
622 # 3. If nonopt is not specified, then host defaults to the current host,
623 # as determined by config.guess.
624 # 4. Target and build default to nonopt.
625 # 5. If nonopt is not specified, then target and build default to host.
627 # The aliases save the names the user supplied, while $host etc.
628 # will get canonicalized.
629 case $host---$target---$nonopt in
630 NONE---
*---* |
*---NONE---* |
*---*---NONE) ;;
631 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
635 # Make sure we can run config.sub.
636 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
637 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
640 echo $ac_n "checking host system type""... $ac_c" 1>&6
641 echo "configure:642: checking host system type" >&5
644 case "$host_alias" in
648 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
649 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
651 *) host_alias
=$nonopt ;;
655 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
656 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
657 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
658 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
659 echo "$ac_t""$host" 1>&6
661 echo $ac_n "checking target system type""... $ac_c" 1>&6
662 echo "configure:663: checking target system type" >&5
665 case "$target_alias" in
668 NONE
) target_alias
=$host_alias ;;
669 *) target_alias
=$nonopt ;;
673 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
674 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
675 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
676 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
677 echo "$ac_t""$target" 1>&6
679 echo $ac_n "checking build system type""... $ac_c" 1>&6
680 echo "configure:681: checking build system type" >&5
683 case "$build_alias" in
686 NONE
) build_alias
=$host_alias ;;
687 *) build_alias
=$nonopt ;;
691 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
692 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
693 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
694 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
695 echo "$ac_t""$build" 1>&6
697 test "$host_alias" != "$target_alias" &&
698 test "$program_prefix$program_suffix$program_transform_name" = \
700 program_prefix
=${target_alias}-
707 # Check whether --with-gcc or --without-gcc was given.
708 if test "${with_gcc+set}" = set; then
715 if test "${srcdir}" != "." ; then
716 V_INCLS
="-I\$(srcdir)"
718 if test "${CFLAGS+set}" = set; then
721 if test -z "$CC" ; then
725 # Extract the first word of "shlicc2", so it can be a program name with args.
726 set dummy shlicc2
; ac_word
=$2
727 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
728 echo "configure:729: checking for $ac_word" >&5
729 if eval "test \"`echo '$''{'ac_cv_prog_SHLICC2'+set}'`\" = set"; then
730 echo $ac_n "(cached) $ac_c" 1>&6
732 if test -n "$SHLICC2"; then
733 ac_cv_prog_SHLICC2
="$SHLICC2" # Let the user override the test.
735 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
737 for ac_dir
in $ac_dummy; do
738 test -z "$ac_dir" && ac_dir
=.
739 if test -f $ac_dir/$ac_word; then
740 ac_cv_prog_SHLICC2
="yes"
745 test -z "$ac_cv_prog_SHLICC2" && ac_cv_prog_SHLICC2
="no"
748 SHLICC2
="$ac_cv_prog_SHLICC2"
749 if test -n "$SHLICC2"; then
750 echo "$ac_t""$SHLICC2" 1>&6
752 echo "$ac_t""no" 1>&6
755 if test $SHLICC2 = yes ; then
762 if test -z "$CC" -a "$with_gcc" = no
; then
766 # Extract the first word of "gcc", so it can be a program name with args.
767 set dummy gcc
; ac_word
=$2
768 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
769 echo "configure:770: checking for $ac_word" >&5
770 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
771 echo $ac_n "(cached) $ac_c" 1>&6
773 if test -n "$CC"; then
774 ac_cv_prog_CC
="$CC" # Let the user override the test.
776 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
778 for ac_dir
in $ac_dummy; do
779 test -z "$ac_dir" && ac_dir
=.
780 if test -f $ac_dir/$ac_word; then
789 if test -n "$CC"; then
790 echo "$ac_t""$CC" 1>&6
792 echo "$ac_t""no" 1>&6
795 if test -z "$CC"; then
796 # Extract the first word of "cc", so it can be a program name with args.
797 set dummy cc
; ac_word
=$2
798 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
799 echo "configure:800: checking for $ac_word" >&5
800 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
801 echo $ac_n "(cached) $ac_c" 1>&6
803 if test -n "$CC"; then
804 ac_cv_prog_CC
="$CC" # Let the user override the test.
806 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
809 for ac_dir
in $ac_dummy; do
810 test -z "$ac_dir" && ac_dir
=.
811 if test -f $ac_dir/$ac_word; then
812 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
821 if test $ac_prog_rejected = yes; then
822 # We found a bogon in the path, so make sure we never use it.
823 set dummy
$ac_cv_prog_CC
825 if test $# -gt 0; then
826 # We chose a different compiler from the bogus one.
827 # However, it has the same basename, so the bogon will be chosen
828 # first if we set CC to just the basename; use the full file name.
830 set dummy
"$ac_dir/$ac_word" "$@"
838 if test -n "$CC"; then
839 echo "$ac_t""$CC" 1>&6
841 echo "$ac_t""no" 1>&6
844 if test -z "$CC"; then
847 # Extract the first word of "cl", so it can be a program name with args.
848 set dummy cl
; ac_word
=$2
849 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
850 echo "configure:851: checking for $ac_word" >&5
851 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
852 echo $ac_n "(cached) $ac_c" 1>&6
854 if test -n "$CC"; then
855 ac_cv_prog_CC
="$CC" # Let the user override the test.
857 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
859 for ac_dir
in $ac_dummy; do
860 test -z "$ac_dir" && ac_dir
=.
861 if test -f $ac_dir/$ac_word; then
870 if test -n "$CC"; then
871 echo "$ac_t""$CC" 1>&6
873 echo "$ac_t""no" 1>&6
878 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
881 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
882 echo "configure:883: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
885 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
886 ac_cpp
='$CPP $CPPFLAGS'
887 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
888 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
889 cross_compiling
=$ac_cv_prog_cc_cross
891 cat > conftest.
$ac_ext << EOF
893 #line 894 "configure"
894 #include "confdefs.h"
898 if { (eval echo configure
:899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
899 ac_cv_prog_cc_works
=yes
900 # If we can't run a trivial program, we are probably using a cross compiler.
901 if (.
/conftest
; exit) 2>/dev
/null
; then
902 ac_cv_prog_cc_cross
=no
904 ac_cv_prog_cc_cross
=yes
907 echo "configure: failed program was:" >&5
908 cat conftest.
$ac_ext >&5
909 ac_cv_prog_cc_works
=no
913 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
914 ac_cpp
='$CPP $CPPFLAGS'
915 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
916 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
917 cross_compiling
=$ac_cv_prog_cc_cross
919 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
920 if test $ac_cv_prog_cc_works = no
; then
921 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
923 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
924 echo "configure:925: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
925 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
926 cross_compiling
=$ac_cv_prog_cc_cross
928 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
929 echo "configure:930: checking whether we are using GNU C" >&5
930 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
931 echo $ac_n "(cached) $ac_c" 1>&6
933 cat > conftest.c
<<EOF
938 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
945 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
947 if test $ac_cv_prog_gcc = yes; then
953 ac_test_CFLAGS
="${CFLAGS+set}"
954 ac_save_CFLAGS
="$CFLAGS"
956 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
957 echo "configure:958: checking whether ${CC-cc} accepts -g" >&5
958 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
959 echo $ac_n "(cached) $ac_c" 1>&6
961 echo 'void f(){}' > conftest.c
962 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
971 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
972 if test "$ac_test_CFLAGS" = set; then
973 CFLAGS
="$ac_save_CFLAGS"
974 elif test $ac_cv_prog_cc_g = yes; then
975 if test "$GCC" = yes; then
981 if test "$GCC" = yes; then
988 if test "$GCC" = yes ; then
989 if test "$SHLICC2" = yes ; then
993 echo $ac_n "checking gcc version""... $ac_c" 1>&6
994 echo "configure:995: checking gcc version" >&5
995 if eval "test \"`echo '$''{'ac_cv_lbl_gcc_vers'+set}'`\" = set"; then
996 echo $ac_n "(cached) $ac_c" 1>&6
998 ac_cv_lbl_gcc_vers
=`$CC -v 2>&1 | \
999 sed -e '/^gcc version /!d' \
1000 -e 's/^gcc version //' \
1001 -e 's/ .*//' -e 's/^[^0-9]*//' \
1005 echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6
1006 if test $ac_cv_lbl_gcc_vers -gt 1 ; then
1011 echo $ac_n "checking that $CC handles ansi prototypes""... $ac_c" 1>&6
1012 echo "configure:1013: checking that $CC handles ansi prototypes" >&5
1013 if eval "test \"`echo '$''{'ac_cv_lbl_cc_ansi_prototypes'+set}'`\" = set"; then
1014 echo $ac_n "(cached) $ac_c" 1>&6
1016 cat > conftest.
$ac_ext <<EOF
1017 #line 1018 "configure"
1018 #include "confdefs.h"
1019 #include <sys/types.h>
1021 int frob(int, char *)
1024 if { (eval echo configure
:1025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1026 ac_cv_lbl_cc_ansi_prototypes
=yes
1028 echo "configure: failed program was:" >&5
1029 cat conftest.
$ac_ext >&5
1031 ac_cv_lbl_cc_ansi_prototypes
=no
1036 echo "$ac_t""$ac_cv_lbl_cc_ansi_prototypes" 1>&6
1037 if test $ac_cv_lbl_cc_ansi_prototypes = no
; then
1038 case "$target_os" in
1041 echo $ac_n "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)""... $ac_c" 1>&6
1042 echo "configure:1043: checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)" >&5
1043 savedcflags
="$CFLAGS"
1044 CFLAGS
="-Aa -D_HPUX_SOURCE $CFLAGS"
1045 if eval "test \"`echo '$''{'ac_cv_lbl_cc_hpux_cc_aa'+set}'`\" = set"; then
1046 echo $ac_n "(cached) $ac_c" 1>&6
1048 cat > conftest.
$ac_ext <<EOF
1049 #line 1050 "configure"
1050 #include "confdefs.h"
1051 #include <sys/types.h>
1053 int frob(int, char *)
1056 if { (eval echo configure
:1057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1058 ac_cv_lbl_cc_hpux_cc_aa
=yes
1060 echo "configure: failed program was:" >&5
1061 cat conftest.
$ac_ext >&5
1063 ac_cv_lbl_cc_hpux_cc_aa
=no
1068 echo "$ac_t""$ac_cv_lbl_cc_hpux_cc_aa" 1>&6
1069 if test $ac_cv_lbl_cc_hpux_cc_aa = no
; then
1070 { echo "configure: error: see the INSTALL doc for more info" 1>&2; exit 1; }
1072 CFLAGS
="$savedcflags"
1073 V_CCOPT
="-Aa $V_CCOPT"
1074 cat >> confdefs.h
<<\EOF
1075 #define _HPUX_SOURCE 1
1081 { echo "configure: error: see the INSTALL doc for more info" 1>&2; exit 1; }
1085 V_INCLS
="$V_INCLS -I/usr/local/include"
1086 LDFLAGS
="$LDFLAGS -L/usr/local/lib"
1088 case "$target_os" in
1091 V_CCOPT
="$V_CCOPT -xansi -signed -g3"
1095 V_CCOPT
="$V_CCOPT -std1 -g3"
1099 echo $ac_n "checking that Ultrix $CC hacks const in prototypes""... $ac_c" 1>&6
1100 echo "configure:1101: checking that Ultrix $CC hacks const in prototypes" >&5
1101 if eval "test \"`echo '$''{'ac_cv_lbl_cc_const_proto'+set}'`\" = set"; then
1102 echo $ac_n "(cached) $ac_c" 1>&6
1104 cat > conftest.
$ac_ext <<EOF
1105 #line 1106 "configure"
1106 #include "confdefs.h"
1107 #include <sys/types.h>
1109 struct a { int b; };
1110 void c(const struct a *)
1113 if { (eval echo configure
:1114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1115 ac_cv_lbl_cc_const_proto
=yes
1117 echo "configure: failed program was:" >&5
1118 cat conftest.
$ac_ext >&5
1120 ac_cv_lbl_cc_const_proto
=no
1125 echo "$ac_t""$ac_cv_lbl_cc_const_proto" 1>&6
1126 if test $ac_cv_lbl_cc_const_proto = no
; then
1127 cat >> confdefs.h
<<\EOF
1136 echo $ac_n "checking for inline""... $ac_c" 1>&6
1137 echo "configure:1138: checking for inline" >&5
1138 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1139 echo $ac_n "(cached) $ac_c" 1>&6
1142 for ac_kw
in inline __inline__ __inline
; do
1143 cat > conftest.
$ac_ext <<EOF
1144 #line 1145 "configure"
1145 #include "confdefs.h"
1151 if { (eval echo configure
:1152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1153 ac_cv_c_inline
=$ac_kw; break
1155 echo "configure: failed program was:" >&5
1156 cat conftest.
$ac_ext >&5
1163 echo "$ac_t""$ac_cv_c_inline" 1>&6
1164 case "$ac_cv_c_inline" in
1166 no
) cat >> confdefs.h
<<\EOF
1170 *) cat >> confdefs.h
<<EOF
1171 #define inline $ac_cv_c_inline
1177 echo $ac_n "checking for __attribute__""... $ac_c" 1>&6
1178 echo "configure:1179: checking for __attribute__" >&5
1179 if eval "test \"`echo '$''{'ac_cv___attribute__'+set}'`\" = set"; then
1180 echo $ac_n "(cached) $ac_c" 1>&6
1183 cat > conftest.
$ac_ext <<EOF
1184 #line 1185 "configure"
1185 #include "confdefs.h"
1191 static void foo(void) __attribute__ ((noreturn));
1201 if { (eval echo configure
:1202: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1203 ac_cv___attribute__
=yes
1205 echo "configure: failed program was:" >&5
1206 cat conftest.
$ac_ext >&5
1208 ac_cv___attribute__
=no
1213 if test "$ac_cv___attribute__" = "yes"; then
1214 cat >> confdefs.h
<<\EOF
1215 #define HAVE___ATTRIBUTE__ 1
1219 echo "$ac_t""$ac_cv___attribute__" 1>&6
1222 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1223 echo "configure:1224: checking how to run the C preprocessor" >&5
1224 # On Suns, sometimes $CPP names a directory.
1225 if test -n "$CPP" && test -d "$CPP"; then
1228 if test -z "$CPP"; then
1229 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1230 echo $ac_n "(cached) $ac_c" 1>&6
1232 # This must be in double quotes, not single quotes, because CPP may get
1233 # substituted into the Makefile and "${CC-cc}" will confuse make.
1235 # On the NeXT, cc -E runs the code through the compiler's parser,
1236 # not just through cpp.
1237 cat > conftest.
$ac_ext <<EOF
1238 #line 1239 "configure"
1239 #include "confdefs.h"
1243 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1244 { (eval echo configure
:1245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1245 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1246 if test -z "$ac_err"; then
1250 echo "configure: failed program was:" >&5
1251 cat conftest.
$ac_ext >&5
1253 CPP
="${CC-cc} -E -traditional-cpp"
1254 cat > conftest.
$ac_ext <<EOF
1255 #line 1256 "configure"
1256 #include "confdefs.h"
1260 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1261 { (eval echo configure
:1262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1262 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1263 if test -z "$ac_err"; then
1267 echo "configure: failed program was:" >&5
1268 cat conftest.
$ac_ext >&5
1270 CPP
="${CC-cc} -nologo -E"
1271 cat > conftest.
$ac_ext <<EOF
1272 #line 1273 "configure"
1273 #include "confdefs.h"
1277 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1278 { (eval echo configure
:1279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1279 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1280 if test -z "$ac_err"; then
1284 echo "configure: failed program was:" >&5
1285 cat conftest.
$ac_ext >&5
1294 ac_cv_prog_CPP
="$CPP"
1296 CPP
="$ac_cv_prog_CPP"
1298 ac_cv_prog_CPP
="$CPP"
1300 echo "$ac_t""$CPP" 1>&6
1302 for ac_hdr
in fcntl.h rpc
/rpcent.h
1304 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1305 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1306 echo "configure:1307: checking for $ac_hdr" >&5
1307 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1308 echo $ac_n "(cached) $ac_c" 1>&6
1310 cat > conftest.
$ac_ext <<EOF
1311 #line 1312 "configure"
1312 #include "confdefs.h"
1315 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1316 { (eval echo configure
:1317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1317 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1318 if test -z "$ac_err"; then
1320 eval "ac_cv_header_$ac_safe=yes"
1323 echo "configure: failed program was:" >&5
1324 cat conftest.
$ac_ext >&5
1326 eval "ac_cv_header_$ac_safe=no"
1330 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1331 echo "$ac_t""yes" 1>&6
1332 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1333 cat >> confdefs.h
<<EOF
1334 #define $ac_tr_hdr 1
1338 echo "$ac_t""no" 1>&6
1342 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
1343 echo "configure:1344: checking whether time.h and sys/time.h may both be included" >&5
1344 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
1345 echo $ac_n "(cached) $ac_c" 1>&6
1347 cat > conftest.
$ac_ext <<EOF
1348 #line 1349 "configure"
1349 #include "confdefs.h"
1350 #include <sys/types.h>
1351 #include <sys/time.h>
1357 if { (eval echo configure
:1358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1359 ac_cv_header_time
=yes
1361 echo "configure: failed program was:" >&5
1362 cat conftest.
$ac_ext >&5
1364 ac_cv_header_time
=no
1369 echo "$ac_t""$ac_cv_header_time" 1>&6
1370 if test $ac_cv_header_time = yes; then
1371 cat >> confdefs.h
<<\EOF
1372 #define TIME_WITH_SYS_TIME 1
1378 case "$target_os" in
1381 echo $ac_n "checking Linux kernel version""... $ac_c" 1>&6
1382 echo "configure:1383: checking Linux kernel version" >&5
1383 if test "$cross_compiling" = yes; then
1384 if eval "test \"`echo '$''{'ac_cv_linux_vers'+set}'`\" = set"; then
1385 echo $ac_n "(cached) $ac_c" 1>&6
1387 ac_cv_linux_vers
=unknown
1391 if eval "test \"`echo '$''{'ac_cv_linux_vers'+set}'`\" = set"; then
1392 echo $ac_n "(cached) $ac_c" 1>&6
1394 ac_cv_linux_vers
=`uname -r 2>&1 | \
1395 sed -n -e '$s/.* //' -e '$s/\..*//p'`
1399 echo "$ac_t""$ac_cv_linux_vers" 1>&6
1400 if test $ac_cv_linux_vers = unknown
; then
1401 { echo "configure: error: cannot determine linux version when cross-compiling" 1>&2; exit 1; }
1403 if test $ac_cv_linux_vers -lt 2 ; then
1404 { echo "configure: error: version 2 or higher required; see the INSTALL doc for more info" 1>&2; exit 1; }
1415 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1416 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1417 echo "configure:1418: checking for $ac_hdr" >&5
1418 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1419 echo $ac_n "(cached) $ac_c" 1>&6
1421 cat > conftest.
$ac_ext <<EOF
1422 #line 1423 "configure"
1423 #include "confdefs.h"
1426 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1427 { (eval echo configure
:1428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1428 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1429 if test -z "$ac_err"; then
1431 eval "ac_cv_header_$ac_safe=yes"
1434 echo "configure: failed program was:" >&5
1435 cat conftest.
$ac_ext >&5
1437 eval "ac_cv_header_$ac_safe=no"
1441 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1442 echo "$ac_t""yes" 1>&6
1443 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1444 cat >> confdefs.h
<<EOF
1445 #define $ac_tr_hdr 1
1449 echo "$ac_t""no" 1>&6
1453 echo $ac_n "checking for smiInit in -lsmi""... $ac_c" 1>&6
1454 echo "configure:1455: checking for smiInit in -lsmi" >&5
1455 ac_lib_var
=`echo smi'_'smiInit | sed 'y%./+-%__p_%'`
1456 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1457 echo $ac_n "(cached) $ac_c" 1>&6
1459 ac_save_LIBS
="$LIBS"
1461 cat > conftest.
$ac_ext <<EOF
1462 #line 1463 "configure"
1463 #include "confdefs.h"
1464 /* Override any gcc2 internal prototype to avoid an error. */
1465 /* We use char because int might match the return type of a gcc2
1466 builtin and then its argument prototype would still apply. */
1473 if { (eval echo configure
:1474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1475 eval "ac_cv_lib_$ac_lib_var=yes"
1477 echo "configure: failed program was:" >&5
1478 cat conftest.
$ac_ext >&5
1480 eval "ac_cv_lib_$ac_lib_var=no"
1483 LIBS
="$ac_save_LIBS"
1486 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1487 echo "$ac_t""yes" 1>&6
1488 ac_tr_lib
=HAVE_LIB
`echo smi | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1489 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1490 cat >> confdefs.h
<<EOF
1491 #define $ac_tr_lib 1
1497 echo "$ac_t""no" 1>&6
1500 echo $ac_n "checking whether to enable libsmi""... $ac_c" 1>&6
1501 echo "configure:1502: checking whether to enable libsmi" >&5
1502 if test "$cross_compiling" = yes; then
1503 echo "$ac_t""not when cross-compiling" 1>&6
1507 cat > conftest.
$ac_ext <<EOF
1508 #line 1509 "configure"
1509 #include "confdefs.h"
1510 /* libsmi available check */
1514 int current, revision, age, n;
1515 const int required = 2;
1518 if (strcmp(SMI_LIBRARY_VERSION, smi_library_version))
1520 n = sscanf(smi_library_version, "%d:%d:%d", ¤t, &revision, &age);
1523 if (required < current - age || required > current)
1529 if { (eval echo configure
:1530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
1531 echo "$ac_t""yes" 1>&6
1532 cat >> confdefs.h
<<\EOF
1538 echo "configure: failed program was:" >&5
1539 cat conftest.
$ac_ext >&5
1541 echo "$ac_t""no" 1>&6
1549 CFLAGS
="$CFLAGS -Dss_family=__ss_family -Dss_len=__ss_len"
1550 echo $ac_n "checking whether to enable ipv6""... $ac_c" 1>&6
1551 echo "configure:1552: checking whether to enable ipv6" >&5
1552 # Check whether --enable-ipv6 or --disable-ipv6 was given.
1553 if test "${enable_ipv6+set}" = set; then
1554 enableval
="$enable_ipv6"
1555 case "$enableval" in
1556 yes) echo "$ac_t""yes" 1>&6
1557 LOCALSRC
="print-ip6.c print-ip6opts.c print-ripng.c print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c $LOCALSRC"
1558 cat >> confdefs.h
<<\EOF
1565 echo "$ac_t""no" 1>&6
1570 if test "$cross_compiling" = yes; then
1571 echo "$ac_t""no" 1>&6
1575 cat > conftest.
$ac_ext <<EOF
1576 #line 1577 "configure"
1577 #include "confdefs.h"
1578 /* AF_INET6 available check */
1579 #include <sys/types.h>
1580 #include <sys/socket.h>
1583 if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
1590 if { (eval echo configure
:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
1592 echo "$ac_t""yes" 1>&6
1593 LOCALSRC
="print-ip6.c print-ip6opts.c print-ripng.c print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c $LOCALSRC"
1594 cat >> confdefs.h
<<\EOF
1600 echo "configure: failed program was:" >&5
1601 cat conftest.
$ac_ext >&5
1603 echo "$ac_t""no" 1>&6
1616 if test "$ipv6" = "yes"; then
1617 echo $ac_n "checking ipv6 stack type""... $ac_c" 1>&6
1618 echo "configure:1619: checking ipv6 stack type" >&5
1619 for i
in inria kame linux-glibc linux-libinet6 toshiba v6d zeta
; do
1622 cat > conftest.
$ac_ext <<EOF
1623 #line 1624 "configure"
1624 #include "confdefs.h"
1626 #include <netinet/in.h>
1627 #ifdef IPV6_INRIA_VERSION
1631 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1632 egrep "yes" >/dev
/null
2>&1; then
1635 CFLAGS
="-DINET6 $CFLAGS"
1641 cat > conftest.
$ac_ext <<EOF
1642 #line 1643 "configure"
1643 #include "confdefs.h"
1645 #include <netinet/in.h>
1650 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1651 egrep "yes" >/dev
/null
2>&1; then
1655 ipv6libdir
=/usr
/local
/v
6/lib
;
1657 CFLAGS
="-DINET6 $CFLAGS"
1663 cat > conftest.
$ac_ext <<EOF
1664 #line 1665 "configure"
1665 #include "confdefs.h"
1667 #include <features.h>
1668 #if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
1672 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1673 egrep "yes" >/dev
/null
2>&1; then
1676 CFLAGS
="-DINET6 $CFLAGS"
1682 if test -d /usr
/inet6
-o -f /usr
/include
/netinet
/ip6.h
; then
1685 ipv6libdir
=/usr
/inet
6/lib
1687 CFLAGS
="-DINET6 -I/usr/inet6/include $CFLAGS"
1691 cat > conftest.
$ac_ext <<EOF
1692 #line 1693 "configure"
1693 #include "confdefs.h"
1695 #include <sys/param.h>
1696 #ifdef _TOSHIBA_INET6
1700 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1701 egrep "yes" >/dev
/null
2>&1; then
1705 ipv6libdir
=/usr
/local
/v
6/lib
;
1706 CFLAGS
="-DINET6 $CFLAGS"
1712 cat > conftest.
$ac_ext <<EOF
1713 #line 1714 "configure"
1714 #include "confdefs.h"
1716 #include </usr/local/v6/include/sys/v6config.h>
1721 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1722 egrep "yes" >/dev
/null
2>&1; then
1726 ipv6libdir
=/usr
/local
/v
6/lib
;
1727 CFLAGS
="-I/usr/local/v6/include $CFLAGS"
1733 cat > conftest.
$ac_ext <<EOF
1734 #line 1735 "configure"
1735 #include "confdefs.h"
1737 #include <sys/param.h>
1738 #ifdef _ZETA_MINAMI_INET6
1742 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1743 egrep "yes" >/dev
/null
2>&1; then
1747 ipv6libdir
=/usr
/local
/v
6/lib
;
1748 CFLAGS
="-DINET6 $CFLAGS"
1754 if test "$ipv6type" != "unknown"; then
1758 echo "$ac_t""$ipv6type" 1>&6
1761 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
1762 if test -d $ipv6libdir -a -f $ipv6libdir/lib
$ipv6lib.a
; then
1763 LIBS
="-L$ipv6libdir -l$ipv6lib $LIBS"
1764 echo "You have $ipv6lib library, using it"
1766 if test "$ipv6trylibc" = "yes"; then
1767 echo "You do not have $ipv6lib library, using libc"
1769 echo 'Fatal: no $ipv6lib library found. cannot continue.'
1770 echo "You need to fetch lib$ipv6lib.a from appropriate"
1771 echo 'ipv6 kit and compile beforehand.'
1778 if test "$ipv6" = "yes"; then
1780 echo $ac_n "checking for library containing getaddrinfo""... $ac_c" 1>&6
1781 echo "configure:1782: checking for library containing getaddrinfo" >&5
1782 if eval "test \"`echo '$''{'ac_cv_search_getaddrinfo'+set}'`\" = set"; then
1783 echo $ac_n "(cached) $ac_c" 1>&6
1785 ac_func_search_save_LIBS
="$LIBS"
1786 ac_cv_search_getaddrinfo
="no"
1787 cat > conftest.
$ac_ext <<EOF
1788 #line 1789 "configure"
1789 #include "confdefs.h"
1790 /* Override any gcc2 internal prototype to avoid an error. */
1791 /* We use char because int might match the return type of a gcc2
1792 builtin and then its argument prototype would still apply. */
1799 if { (eval echo configure
:1800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1801 ac_cv_search_getaddrinfo
="none required"
1803 echo "configure: failed program was:" >&5
1804 cat conftest.
$ac_ext >&5
1807 test "$ac_cv_search_getaddrinfo" = "no" && for i
in socket
; do
1808 LIBS
="-l$i $ac_func_search_save_LIBS"
1809 cat > conftest.
$ac_ext <<EOF
1810 #line 1811 "configure"
1811 #include "confdefs.h"
1812 /* Override any gcc2 internal prototype to avoid an error. */
1813 /* We use char because int might match the return type of a gcc2
1814 builtin and then its argument prototype would still apply. */
1821 if { (eval echo configure
:1822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1823 ac_cv_search_getaddrinfo
="-l$i"
1826 echo "configure: failed program was:" >&5
1827 cat conftest.
$ac_ext >&5
1831 LIBS
="$ac_func_search_save_LIBS"
1834 echo "$ac_t""$ac_cv_search_getaddrinfo" 1>&6
1835 if test "$ac_cv_search_getaddrinfo" != "no"; then
1836 test "$ac_cv_search_getaddrinfo" = "none required" || LIBS
="$ac_cv_search_getaddrinfo $LIBS"
1837 echo $ac_n "checking getaddrinfo bug""... $ac_c" 1>&6
1838 echo "configure:1839: checking getaddrinfo bug" >&5
1839 if test "$cross_compiling" = yes; then
1840 echo "$ac_t""buggy" 1>&6
1841 buggygetaddrinfo
=yes
1843 cat > conftest.
$ac_ext <<EOF
1844 #line 1845 "configure"
1845 #include "confdefs.h"
1847 #include <sys/types.h>
1850 #include <sys/socket.h>
1851 #include <netinet/in.h>
1855 int passive, gaierr, inet4 = 0, inet6 = 0;
1856 struct addrinfo hints, *ai, *aitop;
1857 char straddr[INET6_ADDRSTRLEN], strport[16];
1859 for (passive = 0; passive <= 1; passive++) {
1860 memset(&hints, 0, sizeof(hints));
1861 hints.ai_family = AF_UNSPEC;
1862 hints.ai_flags = passive ? AI_PASSIVE : 0;
1863 hints.ai_socktype = SOCK_STREAM;
1864 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
1865 (void)gai_strerror(gaierr);
1868 for (ai = aitop; ai; ai = ai->ai_next) {
1869 if (ai->ai_addr == NULL ||
1870 ai->ai_addrlen == 0 ||
1871 getnameinfo(ai->ai_addr, ai->ai_addrlen,
1872 straddr, sizeof(straddr), strport, sizeof(strport),
1873 NI_NUMERICHOST|NI_NUMERICSERV) != 0) {
1876 switch (ai->ai_family) {
1878 if (strcmp(strport, "54321") != 0) {
1882 if (strcmp(straddr, "0.0.0.0") != 0) {
1886 if (strcmp(straddr, "127.0.0.1") != 0) {
1893 if (strcmp(strport, "54321") != 0) {
1897 if (strcmp(straddr, "::") != 0) {
1901 if (strcmp(straddr, "::1") != 0) {
1918 /* another family support? */
1924 /* supported family should be 2, unsupported family should be 0 */
1925 if (!(inet4 == 0 || inet4 == 2))
1927 if (!(inet6 == 0 || inet6 == 2))
1931 freeaddrinfo(aitop);
1936 freeaddrinfo(aitop);
1941 if { (eval echo configure
:1942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
1943 echo "$ac_t""good" 1>&6
1946 echo "configure: failed program was:" >&5
1947 cat conftest.
$ac_ext >&5
1949 echo "$ac_t""buggy" 1>&6
1950 buggygetaddrinfo
=yes
1956 buggygetaddrinfo
=yes
1959 if test "$buggygetaddrinfo" = "yes"; then
1960 if test "$ipv6type" != "linux"; then
1961 echo 'Fatal: You must get working getaddrinfo() function.'
1962 echo ' or you can specify "--disable-ipv6"'.
1965 echo 'Warning: getaddrinfo() implementation on your system seems be buggy.'
1966 echo ' Better upgreade your system library to newest version'
1967 echo ' of GNU C library (aka glibc).'
1970 for ac_func
in getaddrinfo getnameinfo
1972 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1973 echo "configure:1974: checking for $ac_func" >&5
1974 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1975 echo $ac_n "(cached) $ac_c" 1>&6
1977 cat > conftest.
$ac_ext <<EOF
1978 #line 1979 "configure"
1979 #include "confdefs.h"
1980 /* System header to define __stub macros and hopefully few prototypes,
1981 which can conflict with char $ac_func(); below. */
1983 /* Override any gcc2 internal prototype to avoid an error. */
1984 /* We use char because int might match the return type of a gcc2
1985 builtin and then its argument prototype would still apply. */
1990 /* The GNU C library defines this for functions which it implements
1991 to always fail with ENOSYS. Some functions are actually named
1992 something starting with __ and the normal name is an alias. */
1993 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2001 if { (eval echo configure
:2002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2003 eval "ac_cv_func_$ac_func=yes"
2005 echo "configure: failed program was:" >&5
2006 cat conftest.
$ac_ext >&5
2008 eval "ac_cv_func_$ac_func=no"
2013 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2014 echo "$ac_t""yes" 1>&6
2015 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2016 cat >> confdefs.h
<<EOF
2017 #define $ac_tr_func 1
2021 echo "$ac_t""no" 1>&6
2022 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
2028 echo $ac_n "checking for inet_ntop""... $ac_c" 1>&6
2029 echo "configure:2030: checking for inet_ntop" >&5
2030 cat > conftest.
$ac_ext <<EOF
2031 #line 2032 "configure"
2032 #include "confdefs.h"
2033 #include <sys/types.h>
2034 #include <sys/socket.h>
2035 #include <netinet/in.h>
2036 #include <arpa/inet.h>
2038 char src[4], dst[128];
2039 inet_ntop(AF_INET, src, dst, sizeof(dst));
2042 if { (eval echo configure
:2043: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2044 echo "$ac_t""yes" 1>&6
2046 echo "configure: failed program was:" >&5
2047 cat conftest.
$ac_ext >&5
2049 echo "$ac_t""no" 1>&6
2050 for ac_func
in inet_ntop
2052 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2053 echo "configure:2054: checking for $ac_func" >&5
2054 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2055 echo $ac_n "(cached) $ac_c" 1>&6
2057 cat > conftest.
$ac_ext <<EOF
2058 #line 2059 "configure"
2059 #include "confdefs.h"
2060 /* System header to define __stub macros and hopefully few prototypes,
2061 which can conflict with char $ac_func(); below. */
2063 /* Override any gcc2 internal prototype to avoid an error. */
2064 /* We use char because int might match the return type of a gcc2
2065 builtin and then its argument prototype would still apply. */
2070 /* The GNU C library defines this for functions which it implements
2071 to always fail with ENOSYS. Some functions are actually named
2072 something starting with __ and the normal name is an alias. */
2073 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2081 if { (eval echo configure
:2082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2083 eval "ac_cv_func_$ac_func=yes"
2085 echo "configure: failed program was:" >&5
2086 cat conftest.
$ac_ext >&5
2088 eval "ac_cv_func_$ac_func=no"
2093 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2094 echo "$ac_t""yes" 1>&6
2095 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2096 cat >> confdefs.h
<<EOF
2097 #define $ac_tr_func 1
2101 echo "$ac_t""no" 1>&6
2102 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
2109 echo $ac_n "checking for inet_pton""... $ac_c" 1>&6
2110 echo "configure:2111: checking for inet_pton" >&5
2111 cat > conftest.
$ac_ext <<EOF
2112 #line 2113 "configure"
2113 #include "confdefs.h"
2114 #include <sys/types.h>
2115 #include <sys/socket.h>
2116 #include <netinet/in.h>
2117 #include <arpa/inet.h>
2119 char src[128], dst[4];
2120 inet_pton(AF_INET, src, dst);
2123 if { (eval echo configure
:2124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2125 echo "$ac_t""yes" 1>&6
2127 echo "configure: failed program was:" >&5
2128 cat conftest.
$ac_ext >&5
2130 echo "$ac_t""no" 1>&6
2131 for ac_func
in inet_pton
2133 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2134 echo "configure:2135: checking for $ac_func" >&5
2135 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2136 echo $ac_n "(cached) $ac_c" 1>&6
2138 cat > conftest.
$ac_ext <<EOF
2139 #line 2140 "configure"
2140 #include "confdefs.h"
2141 /* System header to define __stub macros and hopefully few prototypes,
2142 which can conflict with char $ac_func(); below. */
2144 /* Override any gcc2 internal prototype to avoid an error. */
2145 /* We use char because int might match the return type of a gcc2
2146 builtin and then its argument prototype would still apply. */
2151 /* The GNU C library defines this for functions which it implements
2152 to always fail with ENOSYS. Some functions are actually named
2153 something starting with __ and the normal name is an alias. */
2154 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2162 if { (eval echo configure
:2163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2164 eval "ac_cv_func_$ac_func=yes"
2166 echo "configure: failed program was:" >&5
2167 cat conftest.
$ac_ext >&5
2169 eval "ac_cv_func_$ac_func=no"
2174 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2175 echo "$ac_t""yes" 1>&6
2176 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2177 cat >> confdefs.h
<<EOF
2178 #define $ac_tr_func 1
2182 echo "$ac_t""no" 1>&6
2183 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
2190 echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
2191 echo "configure:2192: checking for inet_aton" >&5
2192 cat > conftest.
$ac_ext <<EOF
2193 #line 2194 "configure"
2194 #include "confdefs.h"
2195 #include <sys/types.h>
2196 #include <netinet/in.h>
2197 #include <arpa/inet.h>
2201 inet_aton(src, &dst);
2204 if { (eval echo configure
:2205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2206 echo "$ac_t""yes" 1>&6
2208 echo "configure: failed program was:" >&5
2209 cat conftest.
$ac_ext >&5
2211 echo "$ac_t""no" 1>&6
2212 for ac_func
in inet_aton
2214 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2215 echo "configure:2216: checking for $ac_func" >&5
2216 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2217 echo $ac_n "(cached) $ac_c" 1>&6
2219 cat > conftest.
$ac_ext <<EOF
2220 #line 2221 "configure"
2221 #include "confdefs.h"
2222 /* System header to define __stub macros and hopefully few prototypes,
2223 which can conflict with char $ac_func(); below. */
2225 /* Override any gcc2 internal prototype to avoid an error. */
2226 /* We use char because int might match the return type of a gcc2
2227 builtin and then its argument prototype would still apply. */
2232 /* The GNU C library defines this for functions which it implements
2233 to always fail with ENOSYS. Some functions are actually named
2234 something starting with __ and the normal name is an alias. */
2235 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2243 if { (eval echo configure
:2244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2245 eval "ac_cv_func_$ac_func=yes"
2247 echo "configure: failed program was:" >&5
2248 cat conftest.
$ac_ext >&5
2250 eval "ac_cv_func_$ac_func=no"
2255 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2256 echo "$ac_t""yes" 1>&6
2257 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2258 cat >> confdefs.h
<<EOF
2259 #define $ac_tr_func 1
2263 echo "$ac_t""no" 1>&6
2264 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
2273 echo $ac_n "checking if sockaddr struct has sa_len member""... $ac_c" 1>&6
2274 echo "configure:2275: checking if sockaddr struct has sa_len member" >&5
2275 if eval "test \"`echo '$''{'ac_cv_sockaddr_has_sa_len'+set}'`\" = set"; then
2276 echo $ac_n "(cached) $ac_c" 1>&6
2278 cat > conftest.
$ac_ext <<EOF
2279 #line 2280 "configure"
2280 #include "confdefs.h"
2282 # include <sys/types.h>
2283 # include <sys/socket.h>
2285 u_int i = sizeof(((struct sockaddr *)0)->sa_len)
2288 if { (eval echo configure
:2289: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2290 ac_cv_sockaddr_has_sa_len
=yes
2292 echo "configure: failed program was:" >&5
2293 cat conftest.
$ac_ext >&5
2295 ac_cv_sockaddr_has_sa_len
=no
2300 echo "$ac_t""$ac_cv_sockaddr_has_sa_len" 1>&6
2301 if test $ac_cv_sockaddr_has_sa_len = yes ; then
2302 cat >> confdefs.h
<<\EOF
2303 #define HAVE_SOCKADDR_SA_LEN 1
2308 if test "$ac_cv_sockaddr_has_sa_len" = no
; then
2309 missing_includes
=yes
2312 echo $ac_n "checking size of char""... $ac_c" 1>&6
2313 echo "configure:2314: checking size of char" >&5
2314 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
2315 echo $ac_n "(cached) $ac_c" 1>&6
2317 if test "$cross_compiling" = yes; then
2320 cat > conftest.
$ac_ext <<EOF
2321 #line 2322 "configure"
2322 #include "confdefs.h"
2326 FILE *f=fopen("conftestval", "w");
2328 fprintf(f, "%d\n", sizeof(char));
2332 if { (eval echo configure
:2333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
2334 ac_cv_sizeof_char
=`cat conftestval`
2336 echo "configure: failed program was:" >&5
2337 cat conftest.
$ac_ext >&5
2345 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
2346 cat >> confdefs.h
<<EOF
2347 #define SIZEOF_CHAR $ac_cv_sizeof_char
2351 echo $ac_n "checking size of short""... $ac_c" 1>&6
2352 echo "configure:2353: checking size of short" >&5
2353 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
2354 echo $ac_n "(cached) $ac_c" 1>&6
2356 if test "$cross_compiling" = yes; then
2357 ac_cv_sizeof_short
=2
2359 cat > conftest.
$ac_ext <<EOF
2360 #line 2361 "configure"
2361 #include "confdefs.h"
2365 FILE *f=fopen("conftestval", "w");
2367 fprintf(f, "%d\n", sizeof(short));
2371 if { (eval echo configure
:2372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
2373 ac_cv_sizeof_short
=`cat conftestval`
2375 echo "configure: failed program was:" >&5
2376 cat conftest.
$ac_ext >&5
2378 ac_cv_sizeof_short
=0
2384 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
2385 cat >> confdefs.h
<<EOF
2386 #define SIZEOF_SHORT $ac_cv_sizeof_short
2390 echo $ac_n "checking size of int""... $ac_c" 1>&6
2391 echo "configure:2392: checking size of int" >&5
2392 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
2393 echo $ac_n "(cached) $ac_c" 1>&6
2395 if test "$cross_compiling" = yes; then
2398 cat > conftest.
$ac_ext <<EOF
2399 #line 2400 "configure"
2400 #include "confdefs.h"
2404 FILE *f=fopen("conftestval", "w");
2406 fprintf(f, "%d\n", sizeof(int));
2410 if { (eval echo configure
:2411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
2412 ac_cv_sizeof_int
=`cat conftestval`
2414 echo "configure: failed program was:" >&5
2415 cat conftest.
$ac_ext >&5
2423 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
2424 cat >> confdefs.h
<<EOF
2425 #define SIZEOF_INT $ac_cv_sizeof_int
2429 echo $ac_n "checking size of long""... $ac_c" 1>&6
2430 echo "configure:2431: checking size of long" >&5
2431 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
2432 echo $ac_n "(cached) $ac_c" 1>&6
2434 if test "$cross_compiling" = yes; then
2437 cat > conftest.
$ac_ext <<EOF
2438 #line 2439 "configure"
2439 #include "confdefs.h"
2443 FILE *f=fopen("conftestval", "w");
2445 fprintf(f, "%d\n", sizeof(long));
2449 if { (eval echo configure
:2450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
2451 ac_cv_sizeof_long
=`cat conftestval`
2453 echo "configure: failed program was:" >&5
2454 cat conftest.
$ac_ext >&5
2462 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
2463 cat >> confdefs.h
<<EOF
2464 #define SIZEOF_LONG $ac_cv_sizeof_long
2471 echo $ac_n "checking for addrinfo""... $ac_c" 1>&6
2472 echo "configure:2473: checking for addrinfo" >&5
2473 if eval "test \"`echo '$''{'ac_cv_addrinfo'+set}'`\" = set"; then
2474 echo $ac_n "(cached) $ac_c" 1>&6
2476 cat > conftest.
$ac_ext <<EOF
2477 #line 2478 "configure"
2478 #include "confdefs.h"
2485 if { (eval echo configure
:2486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2489 echo "configure: failed program was:" >&5
2490 cat conftest.
$ac_ext >&5
2497 echo "$ac_t""$ac_cv_addrinfo" 1>&6
2498 if test $ac_cv_addrinfo = yes; then
2499 cat >> confdefs.h
<<\EOF
2500 #define HAVE_ADDRINFO 1
2504 cat >> confdefs.h
<<\EOF
2505 #define NEED_ADDRINFO_H 1
2510 if test "$ac_cv_addrinfo" = no
; then
2511 missing_includes
=yes
2515 echo $ac_n "checking for NI_MAXSERV""... $ac_c" 1>&6
2516 echo "configure:2517: checking for NI_MAXSERV" >&5
2517 if eval "test \"`echo '$''{'ac_cv_maxserv'+set}'`\" = set"; then
2518 echo $ac_n "(cached) $ac_c" 1>&6
2520 cat > conftest.
$ac_ext <<EOF
2521 #line 2522 "configure"
2522 #include "confdefs.h"
2528 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2529 egrep "yes" >/dev
/null
2>&1; then
2540 echo "$ac_t""$ac_cv_maxserv" 1>&6
2541 if test $ac_cv_maxserv != yes; then
2542 cat >> confdefs.h
<<\EOF
2543 #define NEED_ADDRINFO_H 1
2548 if test "$ac_cv_maxserv" = no
; then
2549 missing_includes
=yes
2553 echo $ac_n "checking for NI_NAMEREQD""... $ac_c" 1>&6
2554 echo "configure:2555: checking for NI_NAMEREQD" >&5
2555 if eval "test \"`echo '$''{'ac_cv_namereqd'+set}'`\" = set"; then
2556 echo $ac_n "(cached) $ac_c" 1>&6
2558 cat > conftest.
$ac_ext <<EOF
2559 #line 2560 "configure"
2560 #include "confdefs.h"
2566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2567 egrep "yes" >/dev
/null
2>&1; then
2578 echo "$ac_t""$ac_cv_namereqd" 1>&6
2579 if test $ac_cv_namereqd != yes; then
2580 cat >> confdefs.h
<<\EOF
2581 #define NEED_ADDRINFO_H 1
2586 if test "$ac_cv_namereqd" = no
; then
2587 missing_includes
=yes
2591 echo $ac_n "checking for sockaddr_storage""... $ac_c" 1>&6
2592 echo "configure:2593: checking for sockaddr_storage" >&5
2593 if eval "test \"`echo '$''{'ac_cv_sa_storage'+set}'`\" = set"; then
2594 echo $ac_n "(cached) $ac_c" 1>&6
2596 cat > conftest.
$ac_ext <<EOF
2597 #line 2598 "configure"
2598 #include "confdefs.h"
2600 # include <sys/types.h>
2601 # include <sys/socket.h>
2603 struct sockaddr_storage s
2606 if { (eval echo configure
:2607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2608 ac_cv_sa_storage
=yes
2610 echo "configure: failed program was:" >&5
2611 cat conftest.
$ac_ext >&5
2618 echo "$ac_t""$ac_cv_sa_storage" 1>&6
2619 if test $ac_cv_sa_storage = yes; then
2620 cat >> confdefs.h
<<\EOF
2621 #define HAVE_SOCKADDR_STORAGE 1
2626 if test "$ac_cv_sa_storage" = no
; then
2627 missing_includes
=yes
2632 echo $ac_n "checking for INADDRSZ""... $ac_c" 1>&6
2633 echo "configure:2634: checking for INADDRSZ" >&5
2634 if eval "test \"`echo '$''{'ac_cv_inaddrsz'+set}'`\" = set"; then
2635 echo $ac_n "(cached) $ac_c" 1>&6
2637 cat > conftest.
$ac_ext <<EOF
2638 #line 2639 "configure"
2639 #include "confdefs.h"
2641 # include <arpa/nameser.h>
2646 if { (eval echo configure
:2647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2650 echo "configure: failed program was:" >&5
2651 cat conftest.
$ac_ext >&5
2658 echo "$ac_t""$ac_cv_inaddrsz" 1>&6
2659 if test $ac_cv_inaddrsz = yes; then
2660 cat >> confdefs.h
<<\EOF
2661 #define HAVE_INADDRSZ 1
2667 echo $ac_n "checking for IN6ADDRSZ""... $ac_c" 1>&6
2668 echo "configure:2669: checking for IN6ADDRSZ" >&5
2669 if eval "test \"`echo '$''{'ac_cv_in6addrsz'+set}'`\" = set"; then
2670 echo $ac_n "(cached) $ac_c" 1>&6
2672 cat > conftest.
$ac_ext <<EOF
2673 #line 2674 "configure"
2674 #include "confdefs.h"
2676 # include <arpa/nameser.h>
2681 if { (eval echo configure
:2682: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2685 echo "configure: failed program was:" >&5
2686 cat conftest.
$ac_ext >&5
2693 echo "$ac_t""$ac_cv_in6addrsz" 1>&6
2694 if test $ac_cv_in6addrsz = yes; then
2695 cat >> confdefs.h
<<\EOF
2696 #define HAVE_IN6ADDRSZ 1
2703 if test "$ac_cv_addrsz" = no
; then
2704 missing_includes
=yes
2708 echo $ac_n "checking for RES_USE_INET6""... $ac_c" 1>&6
2709 echo "configure:2710: checking for RES_USE_INET6" >&5
2710 if eval "test \"`echo '$''{'ac_cv_res_inet6'+set}'`\" = set"; then
2711 echo $ac_n "(cached) $ac_c" 1>&6
2713 cat > conftest.
$ac_ext <<EOF
2714 #line 2715 "configure"
2715 #include "confdefs.h"
2717 # include <sys/types.h>
2718 # include <netinet/in.h>
2719 # include <resolv.h>
2721 int a = RES_USE_INET6
2724 if { (eval echo configure
:2725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2728 echo "configure: failed program was:" >&5
2729 cat conftest.
$ac_ext >&5
2736 echo "$ac_t""$ac_cv_res_inet6" 1>&6
2737 if test $ac_cv_res_inet6 = yes; then
2738 cat >> confdefs.h
<<\EOF
2739 #define HAVE_RES_USE_INET6 1
2744 if test "$ac_cv_res_inet6" = no
; then
2745 missing_includes
=yes
2749 echo $ac_n "checking for res_state_ext""... $ac_c" 1>&6
2750 echo "configure:2751: checking for res_state_ext" >&5
2751 if eval "test \"`echo '$''{'ac_cv_res_state_ext'+set}'`\" = set"; then
2752 echo $ac_n "(cached) $ac_c" 1>&6
2754 cat > conftest.
$ac_ext <<EOF
2755 #line 2756 "configure"
2756 #include "confdefs.h"
2758 # include <sys/types.h>
2759 # include <netinet/in.h>
2760 # include <netinet6/in6.h>
2761 # include <resolv.h>
2763 struct __res_state_ext e
2766 if { (eval echo configure
:2767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2768 ac_cv_res_state_ext
=yes
2770 echo "configure: failed program was:" >&5
2771 cat conftest.
$ac_ext >&5
2773 ac_cv_res_state_ext
=no
2778 echo "$ac_t""$ac_cv_res_state_ext" 1>&6
2779 if test $ac_cv_res_state_ext = yes; then
2780 cat >> confdefs.h
<<\EOF
2781 #define HAVE_RES_STATE_EXT 1
2786 if test "$ac_cv_res_state_ext" = no
; then
2787 missing_includes
=yes
2791 echo $ac_n "checking for nsort in res_state""... $ac_c" 1>&6
2792 echo "configure:2793: checking for nsort in res_state" >&5
2793 if eval "test \"`echo '$''{'ac_cv_res_state'+set}'`\" = set"; then
2794 echo $ac_n "(cached) $ac_c" 1>&6
2796 cat > conftest.
$ac_ext <<EOF
2797 #line 2798 "configure"
2798 #include "confdefs.h"
2800 # include <sys/types.h>
2801 # include <netinet/in.h>
2802 # include <netinet6/in6.h>
2803 # include <resolv.h>
2805 struct __res_state e; e.nsort = 0
2808 if { (eval echo configure
:2809: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2812 echo "configure: failed program was:" >&5
2813 cat conftest.
$ac_ext >&5
2820 echo "$ac_t""$ac_cv_res_state" 1>&6
2821 if test $ac_cv_res_state = yes; then
2822 cat >> confdefs.h
<<\EOF
2823 #define HAVE_NEW_RES_STATE 1
2829 if test "$missing_includes" = "yes"; then
2830 CPPFLAGS
="$CPPFLAGS -I\$(srcdir)/missing"
2831 V_INCLS
="$V_INCLS -I\$(srcdir)/missing"
2835 for ac_func
in vfprintf strcasecmp strlcat strlcpy
2837 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2838 echo "configure:2839: checking for $ac_func" >&5
2839 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2840 echo $ac_n "(cached) $ac_c" 1>&6
2842 cat > conftest.
$ac_ext <<EOF
2843 #line 2844 "configure"
2844 #include "confdefs.h"
2845 /* System header to define __stub macros and hopefully few prototypes,
2846 which can conflict with char $ac_func(); below. */
2848 /* Override any gcc2 internal prototype to avoid an error. */
2849 /* We use char because int might match the return type of a gcc2
2850 builtin and then its argument prototype would still apply. */
2855 /* The GNU C library defines this for functions which it implements
2856 to always fail with ENOSYS. Some functions are actually named
2857 something starting with __ and the normal name is an alias. */
2858 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2866 if { (eval echo configure
:2867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2868 eval "ac_cv_func_$ac_func=yes"
2870 echo "configure: failed program was:" >&5
2871 cat conftest.
$ac_ext >&5
2873 eval "ac_cv_func_$ac_func=no"
2878 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2879 echo "$ac_t""yes" 1>&6
2880 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2881 cat >> confdefs.h
<<EOF
2882 #define $ac_tr_func 1
2886 echo "$ac_t""no" 1>&6
2887 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
2892 for ac_func
in ether_ntohost setlinebuf
2894 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2895 echo "configure:2896: checking for $ac_func" >&5
2896 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2897 echo $ac_n "(cached) $ac_c" 1>&6
2899 cat > conftest.
$ac_ext <<EOF
2900 #line 2901 "configure"
2901 #include "confdefs.h"
2902 /* System header to define __stub macros and hopefully few prototypes,
2903 which can conflict with char $ac_func(); below. */
2905 /* Override any gcc2 internal prototype to avoid an error. */
2906 /* We use char because int might match the return type of a gcc2
2907 builtin and then its argument prototype would still apply. */
2912 /* The GNU C library defines this for functions which it implements
2913 to always fail with ENOSYS. Some functions are actually named
2914 something starting with __ and the normal name is an alias. */
2915 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2923 if { (eval echo configure
:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2925 eval "ac_cv_func_$ac_func=yes"
2927 echo "configure: failed program was:" >&5
2928 cat conftest.
$ac_ext >&5
2930 eval "ac_cv_func_$ac_func=no"
2935 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2936 echo "$ac_t""yes" 1>&6
2937 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2938 cat >> confdefs.h
<<EOF
2939 #define $ac_tr_func 1
2943 echo "$ac_t""no" 1>&6
2949 for ac_func
in getipnodebyname getipnodebyaddr freeaddrinfo
2951 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2952 echo "configure:2953: checking for $ac_func" >&5
2953 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2954 echo $ac_n "(cached) $ac_c" 1>&6
2956 cat > conftest.
$ac_ext <<EOF
2957 #line 2958 "configure"
2958 #include "confdefs.h"
2959 /* System header to define __stub macros and hopefully few prototypes,
2960 which can conflict with char $ac_func(); below. */
2962 /* Override any gcc2 internal prototype to avoid an error. */
2963 /* We use char because int might match the return type of a gcc2
2964 builtin and then its argument prototype would still apply. */
2969 /* The GNU C library defines this for functions which it implements
2970 to always fail with ENOSYS. Some functions are actually named
2971 something starting with __ and the normal name is an alias. */
2972 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2980 if { (eval echo configure
:2981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2982 eval "ac_cv_func_$ac_func=yes"
2984 echo "configure: failed program was:" >&5
2985 cat conftest.
$ac_ext >&5
2987 eval "ac_cv_func_$ac_func=no"
2992 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2993 echo "$ac_t""yes" 1>&6
2994 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2995 cat >> confdefs.h
<<EOF
2996 #define $ac_tr_func 1
3000 echo "$ac_t""no" 1>&6
3005 if test $usegetipnodeby = yes; then
3006 cat >> confdefs.h
<<\EOF
3007 #define USE_GETIPNODEBY 1
3013 for ac_func
in vsnprintf snprintf
3015 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3016 echo "configure:3017: checking for $ac_func" >&5
3017 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3018 echo $ac_n "(cached) $ac_c" 1>&6
3020 cat > conftest.
$ac_ext <<EOF
3021 #line 3022 "configure"
3022 #include "confdefs.h"
3023 /* System header to define __stub macros and hopefully few prototypes,
3024 which can conflict with char $ac_func(); below. */
3026 /* Override any gcc2 internal prototype to avoid an error. */
3027 /* We use char because int might match the return type of a gcc2
3028 builtin and then its argument prototype would still apply. */
3033 /* The GNU C library defines this for functions which it implements
3034 to always fail with ENOSYS. Some functions are actually named
3035 something starting with __ and the normal name is an alias. */
3036 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3044 if { (eval echo configure
:3045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3046 eval "ac_cv_func_$ac_func=yes"
3048 echo "configure: failed program was:" >&5
3049 cat conftest.
$ac_ext >&5
3051 eval "ac_cv_func_$ac_func=no"
3056 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3057 echo "$ac_t""yes" 1>&6
3058 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3059 cat >> confdefs.h
<<EOF
3060 #define $ac_tr_func 1
3064 echo "$ac_t""no" 1>&6
3069 if test $needsnprintf = yes; then
3070 LIBOBJS
="$LIBOBJS snprintf.o"
3073 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
3074 echo "configure:3075: checking whether byte ordering is bigendian" >&5
3075 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
3076 echo $ac_n "(cached) $ac_c" 1>&6
3078 ac_cv_c_bigendian
=unknown
3079 # See if sys/param.h defines the BYTE_ORDER macro.
3080 cat > conftest.
$ac_ext <<EOF
3081 #line 3082 "configure"
3082 #include "confdefs.h"
3083 #include <sys/types.h>
3084 #include <sys/param.h>
3087 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
3092 if { (eval echo configure
:3093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3094 # It does; now see whether it defined to BIG_ENDIAN or not.
3095 cat > conftest.
$ac_ext <<EOF
3096 #line 3097 "configure"
3097 #include "confdefs.h"
3098 #include <sys/types.h>
3099 #include <sys/param.h>
3102 #if BYTE_ORDER != BIG_ENDIAN
3107 if { (eval echo configure
:3108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3109 ac_cv_c_bigendian
=yes
3111 echo "configure: failed program was:" >&5
3112 cat conftest.
$ac_ext >&5
3114 ac_cv_c_bigendian
=no
3118 echo "configure: failed program was:" >&5
3119 cat conftest.
$ac_ext >&5
3122 if test $ac_cv_c_bigendian = unknown
; then
3123 if test "$cross_compiling" = yes; then
3124 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3126 cat > conftest.
$ac_ext <<EOF
3127 #line 3128 "configure"
3128 #include "confdefs.h"
3130 /* Are we little or big endian? From Harbison&Steele. */
3134 char c[sizeof (long)];
3137 exit (u.c[sizeof (long) - 1] == 1);
3140 if { (eval echo configure
:3141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
3142 ac_cv_c_bigendian
=no
3144 echo "configure: failed program was:" >&5
3145 cat conftest.
$ac_ext >&5
3147 ac_cv_c_bigendian
=yes
3155 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
3156 if test $ac_cv_c_bigendian = yes; then
3157 cat >> confdefs.h
<<\EOF
3158 #define WORDS_BIGENDIAN 1
3164 echo $ac_n "checking for main in -ldnet""... $ac_c" 1>&6
3165 echo "configure:3166: checking for main in -ldnet" >&5
3166 ac_lib_var
=`echo dnet'_'main | sed 'y%./+-%__p_%'`
3167 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3168 echo $ac_n "(cached) $ac_c" 1>&6
3170 ac_save_LIBS
="$LIBS"
3172 cat > conftest.
$ac_ext <<EOF
3173 #line 3174 "configure"
3174 #include "confdefs.h"
3180 if { (eval echo configure
:3181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3182 eval "ac_cv_lib_$ac_lib_var=yes"
3184 echo "configure: failed program was:" >&5
3185 cat conftest.
$ac_ext >&5
3187 eval "ac_cv_lib_$ac_lib_var=no"
3190 LIBS
="$ac_save_LIBS"
3193 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3194 echo "$ac_t""yes" 1>&6
3195 ac_tr_lib
=HAVE_LIB
`echo dnet | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3196 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3197 cat >> confdefs.h
<<EOF
3198 #define $ac_tr_lib 1
3204 echo "$ac_t""no" 1>&6
3207 echo $ac_n "checking for main in -lrpc""... $ac_c" 1>&6
3208 echo "configure:3209: checking for main in -lrpc" >&5
3209 ac_lib_var
=`echo rpc'_'main | sed 'y%./+-%__p_%'`
3210 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3211 echo $ac_n "(cached) $ac_c" 1>&6
3213 ac_save_LIBS
="$LIBS"
3215 cat > conftest.
$ac_ext <<EOF
3216 #line 3217 "configure"
3217 #include "confdefs.h"
3223 if { (eval echo configure
:3224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3225 eval "ac_cv_lib_$ac_lib_var=yes"
3227 echo "configure: failed program was:" >&5
3228 cat conftest.
$ac_ext >&5
3230 eval "ac_cv_lib_$ac_lib_var=no"
3233 LIBS
="$ac_save_LIBS"
3236 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3237 echo "$ac_t""yes" 1>&6
3238 ac_tr_lib
=HAVE_LIB
`echo rpc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3239 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3240 cat >> confdefs.h
<<EOF
3241 #define $ac_tr_lib 1
3247 echo "$ac_t""no" 1>&6
3250 echo $ac_n "checking for getrpcbynumber in -lnsl""... $ac_c" 1>&6
3251 echo "configure:3252: checking for getrpcbynumber in -lnsl" >&5
3252 ac_lib_var
=`echo nsl'_'getrpcbynumber | sed 'y%./+-%__p_%'`
3253 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3254 echo $ac_n "(cached) $ac_c" 1>&6
3256 ac_save_LIBS
="$LIBS"
3258 cat > conftest.
$ac_ext <<EOF
3259 #line 3260 "configure"
3260 #include "confdefs.h"
3261 /* Override any gcc2 internal prototype to avoid an error. */
3262 /* We use char because int might match the return type of a gcc2
3263 builtin and then its argument prototype would still apply. */
3264 char getrpcbynumber();
3270 if { (eval echo configure
:3271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3272 eval "ac_cv_lib_$ac_lib_var=yes"
3274 echo "configure: failed program was:" >&5
3275 cat conftest.
$ac_ext >&5
3277 eval "ac_cv_lib_$ac_lib_var=no"
3280 LIBS
="$ac_save_LIBS"
3283 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3284 echo "$ac_t""yes" 1>&6
3285 ac_tr_lib
=HAVE_LIB
`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3286 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3287 cat >> confdefs.h
<<EOF
3288 #define $ac_tr_lib 1
3294 echo "$ac_t""no" 1>&6
3299 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
3300 echo "configure:3301: checking return type of signal handlers" >&5
3301 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
3302 echo $ac_n "(cached) $ac_c" 1>&6
3304 cat > conftest.
$ac_ext <<EOF
3305 #line 3306 "configure"
3306 #include "confdefs.h"
3307 #include <sys/types.h>
3313 extern "C" void (*signal (int, void (*)(int)))(int);
3315 void (*signal ()) ();
3322 if { (eval echo configure
:3323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3324 ac_cv_type_signal
=void
3326 echo "configure: failed program was:" >&5
3327 cat conftest.
$ac_ext >&5
3329 ac_cv_type_signal
=int
3334 echo "$ac_t""$ac_cv_type_signal" 1>&6
3335 cat >> confdefs.h
<<EOF
3336 #define RETSIGTYPE $ac_cv_type_signal
3340 if test "$ac_cv_type_signal" = void
; then
3341 cat >> confdefs.h
<<\EOF
3346 cat >> confdefs.h
<<\EOF
3347 #define RETSIGVAL (0)
3351 case "$target_os" in
3354 cat >> confdefs.h
<<\EOF
3355 #define _BSD_SIGNALS 1
3361 for ac_func
in sigset
3363 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3364 echo "configure:3365: checking for $ac_func" >&5
3365 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3366 echo $ac_n "(cached) $ac_c" 1>&6
3368 cat > conftest.
$ac_ext <<EOF
3369 #line 3370 "configure"
3370 #include "confdefs.h"
3371 /* System header to define __stub macros and hopefully few prototypes,
3372 which can conflict with char $ac_func(); below. */
3374 /* Override any gcc2 internal prototype to avoid an error. */
3375 /* We use char because int might match the return type of a gcc2
3376 builtin and then its argument prototype would still apply. */
3381 /* The GNU C library defines this for functions which it implements
3382 to always fail with ENOSYS. Some functions are actually named
3383 something starting with __ and the normal name is an alias. */
3384 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3392 if { (eval echo configure
:3393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3394 eval "ac_cv_func_$ac_func=yes"
3396 echo "configure: failed program was:" >&5
3397 cat conftest.
$ac_ext >&5
3399 eval "ac_cv_func_$ac_func=no"
3404 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3405 echo "$ac_t""yes" 1>&6
3406 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3407 cat >> confdefs.h
<<EOF
3408 #define $ac_tr_func 1
3412 echo "$ac_t""no" 1>&6
3416 if test $ac_cv_func_sigset = no
; then
3417 for ac_func
in sigaction
3419 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3420 echo "configure:3421: checking for $ac_func" >&5
3421 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3422 echo $ac_n "(cached) $ac_c" 1>&6
3424 cat > conftest.
$ac_ext <<EOF
3425 #line 3426 "configure"
3426 #include "confdefs.h"
3427 /* System header to define __stub macros and hopefully few prototypes,
3428 which can conflict with char $ac_func(); below. */
3430 /* Override any gcc2 internal prototype to avoid an error. */
3431 /* We use char because int might match the return type of a gcc2
3432 builtin and then its argument prototype would still apply. */
3437 /* The GNU C library defines this for functions which it implements
3438 to always fail with ENOSYS. Some functions are actually named
3439 something starting with __ and the normal name is an alias. */
3440 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3448 if { (eval echo configure
:3449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3450 eval "ac_cv_func_$ac_func=yes"
3452 echo "configure: failed program was:" >&5
3453 cat conftest.
$ac_ext >&5
3455 eval "ac_cv_func_$ac_func=no"
3460 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3461 echo "$ac_t""yes" 1>&6
3462 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3463 cat >> confdefs.h
<<EOF
3464 #define $ac_tr_func 1
3468 echo "$ac_t""no" 1>&6
3477 # Most operating systems have gethostbyname() in the default searched
3478 # libraries (i.e. libc):
3479 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
3480 echo "configure:3481: checking for gethostbyname" >&5
3481 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
3482 echo $ac_n "(cached) $ac_c" 1>&6
3484 cat > conftest.
$ac_ext <<EOF
3485 #line 3486 "configure"
3486 #include "confdefs.h"
3487 /* System header to define __stub macros and hopefully few prototypes,
3488 which can conflict with char gethostbyname(); below. */
3490 /* Override any gcc2 internal prototype to avoid an error. */
3491 /* We use char because int might match the return type of a gcc2
3492 builtin and then its argument prototype would still apply. */
3493 char gethostbyname();
3497 /* The GNU C library defines this for functions which it implements
3498 to always fail with ENOSYS. Some functions are actually named
3499 something starting with __ and the normal name is an alias. */
3500 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3508 if { (eval echo configure
:3509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3510 eval "ac_cv_func_gethostbyname=yes"
3512 echo "configure: failed program was:" >&5
3513 cat conftest.
$ac_ext >&5
3515 eval "ac_cv_func_gethostbyname=no"
3520 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
3521 echo "$ac_t""yes" 1>&6
3524 echo "$ac_t""no" 1>&6
3525 # Some OSes (eg. Solaris) place it in libnsl:
3526 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
3527 echo "configure:3528: checking for gethostbyname in -lnsl" >&5
3528 ac_lib_var
=`echo nsl'_'gethostbyname'_' | sed 'y%./+- %__p__%'`
3529 if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
3530 echo $ac_n "(cached) $ac_c" 1>&6
3532 ac_save_LIBS
="$LIBS"
3534 cat > conftest.
$ac_ext <<EOF
3535 #line 3536 "configure"
3536 #include "confdefs.h"
3537 /* Override any gcc2 internal prototype to avoid an error. */
3538 /* We use char because int might match the return type of a gcc2
3539 builtin and then its argument prototype would still apply. */
3540 char gethostbyname();
3546 if { (eval echo configure
:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3548 eval "ac_cv_lbl_lib_$ac_lib_var=yes"
3550 echo "configure: failed program was:" >&5
3551 cat conftest.
$ac_ext >&5
3553 eval "ac_cv_lbl_lib_$ac_lib_var=no"
3556 LIBS
="$ac_save_LIBS"
3559 if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
3560 echo "$ac_t""yes" 1>&6
3561 ac_tr_lib
=HAVE_LIB
`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \
3562 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3563 cat >> confdefs.h
<<EOF
3564 #define $ac_tr_lib 1
3570 echo "$ac_t""no" 1>&6
3571 # Some strange OSes (SINIX) have it in libsocket:
3572 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
3573 echo "configure:3574: checking for gethostbyname in -lsocket" >&5
3574 ac_lib_var
=`echo socket'_'gethostbyname'_' | sed 'y%./+- %__p__%'`
3575 if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
3576 echo $ac_n "(cached) $ac_c" 1>&6
3578 ac_save_LIBS
="$LIBS"
3579 LIBS
="-lsocket $LIBS"
3580 cat > conftest.
$ac_ext <<EOF
3581 #line 3582 "configure"
3582 #include "confdefs.h"
3583 /* Override any gcc2 internal prototype to avoid an error. */
3584 /* We use char because int might match the return type of a gcc2
3585 builtin and then its argument prototype would still apply. */
3586 char gethostbyname();
3592 if { (eval echo configure
:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3594 eval "ac_cv_lbl_lib_$ac_lib_var=yes"
3596 echo "configure: failed program was:" >&5
3597 cat conftest.
$ac_ext >&5
3599 eval "ac_cv_lbl_lib_$ac_lib_var=no"
3602 LIBS
="$ac_save_LIBS"
3605 if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
3606 echo "$ac_t""yes" 1>&6
3607 ac_tr_lib
=HAVE_LIB
`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
3608 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3609 cat >> confdefs.h
<<EOF
3610 #define $ac_tr_lib 1
3613 LIBS
="-lsocket $LIBS"
3616 echo "$ac_t""no" 1>&6
3617 # Unfortunately libsocket sometimes depends on libnsl.
3618 # AC_CHECK_LIB's API is essentially broken so the
3619 # following ugliness is necessary:
3620 echo $ac_n "checking for gethostbyname in -lsocket""... $ac_c" 1>&6
3621 echo "configure:3622: checking for gethostbyname in -lsocket" >&5
3622 ac_lib_var
=`echo socket'_'gethostbyname'_'-lnsl | sed 'y%./+- %__p__%'`
3623 if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
3624 echo $ac_n "(cached) $ac_c" 1>&6
3626 ac_save_LIBS
="$LIBS"
3627 LIBS
="-lsocket -lnsl $LIBS"
3628 cat > conftest.
$ac_ext <<EOF
3629 #line 3630 "configure"
3630 #include "confdefs.h"
3631 /* Override any gcc2 internal prototype to avoid an error. */
3632 /* We use char because int might match the return type of a gcc2
3633 builtin and then its argument prototype would still apply. */
3634 char gethostbyname();
3640 if { (eval echo configure
:3641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3642 eval "ac_cv_lbl_lib_$ac_lib_var=yes"
3644 echo "configure: failed program was:" >&5
3645 cat conftest.
$ac_ext >&5
3647 eval "ac_cv_lbl_lib_$ac_lib_var=no"
3650 LIBS
="$ac_save_LIBS"
3653 if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
3654 echo "$ac_t""yes" 1>&6
3655 LIBS
="-lsocket -lnsl $LIBS"
3657 echo "$ac_t""no" 1>&6
3658 echo $ac_n "checking for gethostbyname in -lresolv""... $ac_c" 1>&6
3659 echo "configure:3660: checking for gethostbyname in -lresolv" >&5
3660 ac_lib_var
=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
3661 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3662 echo $ac_n "(cached) $ac_c" 1>&6
3664 ac_save_LIBS
="$LIBS"
3665 LIBS
="-lresolv $LIBS"
3666 cat > conftest.
$ac_ext <<EOF
3667 #line 3668 "configure"
3668 #include "confdefs.h"
3669 /* Override any gcc2 internal prototype to avoid an error. */
3670 /* We use char because int might match the return type of a gcc2
3671 builtin and then its argument prototype would still apply. */
3672 char gethostbyname();
3678 if { (eval echo configure
:3679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3680 eval "ac_cv_lib_$ac_lib_var=yes"
3682 echo "configure: failed program was:" >&5
3683 cat conftest.
$ac_ext >&5
3685 eval "ac_cv_lib_$ac_lib_var=no"
3688 LIBS
="$ac_save_LIBS"
3691 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3692 echo "$ac_t""yes" 1>&6
3693 ac_tr_lib
=HAVE_LIB
`echo resolv | sed -e 's/^a-zA-Z0-9_/_/g' \
3694 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3695 cat >> confdefs.h
<<EOF
3696 #define $ac_tr_lib 1
3699 LIBS
="-lresolv $LIBS"
3702 echo "$ac_t""no" 1>&6
3713 echo $ac_n "checking for socket""... $ac_c" 1>&6
3714 echo "configure:3715: checking for socket" >&5
3715 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
3716 echo $ac_n "(cached) $ac_c" 1>&6
3718 cat > conftest.
$ac_ext <<EOF
3719 #line 3720 "configure"
3720 #include "confdefs.h"
3721 /* System header to define __stub macros and hopefully few prototypes,
3722 which can conflict with char socket(); below. */
3724 /* Override any gcc2 internal prototype to avoid an error. */
3725 /* We use char because int might match the return type of a gcc2
3726 builtin and then its argument prototype would still apply. */
3731 /* The GNU C library defines this for functions which it implements
3732 to always fail with ENOSYS. Some functions are actually named
3733 something starting with __ and the normal name is an alias. */
3734 #if defined (__stub_socket) || defined (__stub___socket)
3742 if { (eval echo configure
:3743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3744 eval "ac_cv_func_socket=yes"
3746 echo "configure: failed program was:" >&5
3747 cat conftest.
$ac_ext >&5
3749 eval "ac_cv_func_socket=no"
3754 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
3755 echo "$ac_t""yes" 1>&6
3758 echo "$ac_t""no" 1>&6
3759 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
3760 echo "configure:3761: checking for socket in -lsocket" >&5
3761 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
3762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3763 echo $ac_n "(cached) $ac_c" 1>&6
3765 ac_save_LIBS
="$LIBS"
3766 LIBS
="-lsocket $LIBS"
3767 cat > conftest.
$ac_ext <<EOF
3768 #line 3769 "configure"
3769 #include "confdefs.h"
3770 /* Override any gcc2 internal prototype to avoid an error. */
3771 /* We use char because int might match the return type of a gcc2
3772 builtin and then its argument prototype would still apply. */
3779 if { (eval echo configure
:3780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3781 eval "ac_cv_lib_$ac_lib_var=yes"
3783 echo "configure: failed program was:" >&5
3784 cat conftest.
$ac_ext >&5
3786 eval "ac_cv_lib_$ac_lib_var=no"
3789 LIBS
="$ac_save_LIBS"
3792 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3793 echo "$ac_t""yes" 1>&6
3794 ac_tr_lib
=HAVE_LIB
`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
3795 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3796 cat >> confdefs.h
<<EOF
3797 #define $ac_tr_lib 1
3800 LIBS
="-lsocket $LIBS"
3803 echo "$ac_t""no" 1>&6
3804 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
3805 echo "configure:3806: checking for socket in -lsocket" >&5
3806 ac_lib_var
=`echo socket'_'socket'_'-lnsl | sed 'y%./+- %__p__%'`
3807 if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
3808 echo $ac_n "(cached) $ac_c" 1>&6
3810 ac_save_LIBS
="$LIBS"
3811 LIBS
="-lsocket -lnsl $LIBS"
3812 cat > conftest.
$ac_ext <<EOF
3813 #line 3814 "configure"
3814 #include "confdefs.h"
3815 /* Override any gcc2 internal prototype to avoid an error. */
3816 /* We use char because int might match the return type of a gcc2
3817 builtin and then its argument prototype would still apply. */
3824 if { (eval echo configure
:3825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3826 eval "ac_cv_lbl_lib_$ac_lib_var=yes"
3828 echo "configure: failed program was:" >&5
3829 cat conftest.
$ac_ext >&5
3831 eval "ac_cv_lbl_lib_$ac_lib_var=no"
3834 LIBS
="$ac_save_LIBS"
3837 if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
3838 echo "$ac_t""yes" 1>&6
3839 LIBS
="-lsocket -lnsl $LIBS"
3841 echo "$ac_t""no" 1>&6
3848 # DLPI needs putmsg under HPUX so test for -lstr while we're at it
3849 echo $ac_n "checking for putmsg in -lstr""... $ac_c" 1>&6
3850 echo "configure:3851: checking for putmsg in -lstr" >&5
3851 ac_lib_var
=`echo str'_'putmsg | sed 'y%./+-%__p_%'`
3852 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3853 echo $ac_n "(cached) $ac_c" 1>&6
3855 ac_save_LIBS
="$LIBS"
3857 cat > conftest.
$ac_ext <<EOF
3858 #line 3859 "configure"
3859 #include "confdefs.h"
3860 /* Override any gcc2 internal prototype to avoid an error. */
3861 /* We use char because int might match the return type of a gcc2
3862 builtin and then its argument prototype would still apply. */
3869 if { (eval echo configure
:3870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3871 eval "ac_cv_lib_$ac_lib_var=yes"
3873 echo "configure: failed program was:" >&5
3874 cat conftest.
$ac_ext >&5
3876 eval "ac_cv_lib_$ac_lib_var=no"
3879 LIBS
="$ac_save_LIBS"
3882 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3883 echo "$ac_t""yes" 1>&6
3884 ac_tr_lib
=HAVE_LIB
`echo str | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3885 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3886 cat >> confdefs.h
<<EOF
3887 #define $ac_tr_lib 1
3893 echo "$ac_t""no" 1>&6
3899 pfopen
=/usr
/examples
/packetfilter
/pfopen.c
3900 if test -f $pfopen ; then
3901 for ac_func
in pfopen
3903 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3904 echo "configure:3905: checking for $ac_func" >&5
3905 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3906 echo $ac_n "(cached) $ac_c" 1>&6
3908 cat > conftest.
$ac_ext <<EOF
3909 #line 3910 "configure"
3910 #include "confdefs.h"
3911 /* System header to define __stub macros and hopefully few prototypes,
3912 which can conflict with char $ac_func(); below. */
3914 /* Override any gcc2 internal prototype to avoid an error. */
3915 /* We use char because int might match the return type of a gcc2
3916 builtin and then its argument prototype would still apply. */
3921 /* The GNU C library defines this for functions which it implements
3922 to always fail with ENOSYS. Some functions are actually named
3923 something starting with __ and the normal name is an alias. */
3924 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3932 if { (eval echo configure
:3933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3934 eval "ac_cv_func_$ac_func=yes"
3936 echo "configure: failed program was:" >&5
3937 cat conftest.
$ac_ext >&5
3939 eval "ac_cv_func_$ac_func=no"
3944 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3945 echo "$ac_t""yes" 1>&6
3946 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3947 cat >> confdefs.h
<<EOF
3948 #define $ac_tr_func 1
3952 echo "$ac_t""no" 1>&6
3956 if test $ac_cv_func_pfopen = "no" ; then
3957 echo "$ac_t""Using $pfopen" 1>&6
3958 LIBS
="$LIBS $pfopen"
3961 echo $ac_n "checking for local pcap library""... $ac_c" 1>&6
3962 echo "configure:3963: checking for local pcap library" >&5
3965 places
=`ls .. | sed -e 's,/$,,' -e 's,^,../,' | \
3966 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
3967 for dir
in $places ..
/libpcap libpcap
; do
3968 basedir
=`echo $dir | sed -e 's/[ab][0-9]*$//'`
3969 if test $lastdir = $basedir ; then
3973 if test -r $dir/libpcap.a
; then
3974 libpcap
=$dir/libpcap.a
3978 if test $libpcap = FAIL
; then
3979 echo "$ac_t""not found" 1>&6
3980 echo $ac_n "checking for main in -lpcap""... $ac_c" 1>&6
3981 echo "configure:3982: checking for main in -lpcap" >&5
3982 ac_lib_var
=`echo pcap'_'main | sed 'y%./+-%__p_%'`
3983 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3984 echo $ac_n "(cached) $ac_c" 1>&6
3986 ac_save_LIBS
="$LIBS"
3988 cat > conftest.
$ac_ext <<EOF
3989 #line 3990 "configure"
3990 #include "confdefs.h"
3996 if { (eval echo configure
:3997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3998 eval "ac_cv_lib_$ac_lib_var=yes"
4000 echo "configure: failed program was:" >&5
4001 cat conftest.
$ac_ext >&5
4003 eval "ac_cv_lib_$ac_lib_var=no"
4006 LIBS
="$ac_save_LIBS"
4009 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4010 echo "$ac_t""yes" 1>&6
4013 echo "$ac_t""no" 1>&6
4016 if test $libpcap = FAIL
; then
4017 { echo "configure: error: see the INSTALL doc for more info" 1>&2; exit 1; }
4021 if test -r $d/pcap.h
; then
4022 V_INCLS
="-I$d $V_INCLS"
4023 elif test -r $srcdir/..
/libpcap
/pcap.h
; then
4024 V_INCLS
="-I$d -I$srcdir/../libpcap $V_INCLS"
4026 { echo "configure: error: cannot find pcap.h" 1>&2; exit 1; }
4028 echo "$ac_t""$libpcap" 1>&6
4030 LIBS
="$libpcap $LIBS"
4031 case "$target_os" in
4034 pseexe
="/lib/pse.exp"
4035 echo $ac_n "checking for $pseexe""... $ac_c" 1>&6
4036 echo "configure:4037: checking for $pseexe" >&5
4037 if test -f $pseexe ; then
4038 echo "$ac_t""yes" 1>&6
4039 LIBS
="$LIBS -I:$pseexe"
4044 for ac_func
in bpf_dump
4046 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4047 echo "configure:4048: checking for $ac_func" >&5
4048 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4049 echo $ac_n "(cached) $ac_c" 1>&6
4051 cat > conftest.
$ac_ext <<EOF
4052 #line 4053 "configure"
4053 #include "confdefs.h"
4054 /* System header to define __stub macros and hopefully few prototypes,
4055 which can conflict with char $ac_func(); below. */
4057 /* Override any gcc2 internal prototype to avoid an error. */
4058 /* We use char because int might match the return type of a gcc2
4059 builtin and then its argument prototype would still apply. */
4064 /* The GNU C library defines this for functions which it implements
4065 to always fail with ENOSYS. Some functions are actually named
4066 something starting with __ and the normal name is an alias. */
4067 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4075 if { (eval echo configure
:4076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4077 eval "ac_cv_func_$ac_func=yes"
4079 echo "configure: failed program was:" >&5
4080 cat conftest.
$ac_ext >&5
4082 eval "ac_cv_func_$ac_func=no"
4087 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4088 echo "$ac_t""yes" 1>&6
4089 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4090 cat >> confdefs.h
<<EOF
4091 #define $ac_tr_func 1
4095 echo "$ac_t""no" 1>&6
4096 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
4102 if test -f /etc
/group
-a ! -z "`grep '^wheel:' /etc/group`" ; then
4105 case "$target_os" in
4108 cat >> confdefs.h
<<\EOF
4127 if test -f /dev
/bpf0
; then
4131 echo $ac_n "checking for u_int8_t using $CC""... $ac_c" 1>&6
4132 echo "configure:4133: checking for u_int8_t using $CC" >&5
4133 if eval "test \"`echo '$''{'ac_cv_lbl_have_u_int8_t'+set}'`\" = set"; then
4134 echo $ac_n "(cached) $ac_c" 1>&6
4136 cat > conftest.
$ac_ext <<EOF
4137 #line 4138 "configure"
4138 #include "confdefs.h"
4140 # include "confdefs.h"
4141 # include <sys/types.h>
4143 # include <stdlib.h>
4144 # include <stddef.h>
4150 if { (eval echo configure
:4151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4152 ac_cv_lbl_have_u_int8_t
=yes
4154 echo "configure: failed program was:" >&5
4155 cat conftest.
$ac_ext >&5
4157 ac_cv_lbl_have_u_int8_t
=no
4162 echo "$ac_t""$ac_cv_lbl_have_u_int8_t" 1>&6
4163 if test $ac_cv_lbl_have_u_int8_t = no
; then
4164 cat >> confdefs.h
<<\EOF
4165 #define u_int8_t u_char
4169 echo $ac_n "checking for int16_t using $CC""... $ac_c" 1>&6
4170 echo "configure:4171: checking for int16_t using $CC" >&5
4171 if eval "test \"`echo '$''{'ac_cv_lbl_have_int16_t'+set}'`\" = set"; then
4172 echo $ac_n "(cached) $ac_c" 1>&6
4174 cat > conftest.
$ac_ext <<EOF
4175 #line 4176 "configure"
4176 #include "confdefs.h"
4178 # include "confdefs.h"
4179 # include <sys/types.h>
4181 # include <stdlib.h>
4182 # include <stddef.h>
4188 if { (eval echo configure
:4189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4190 ac_cv_lbl_have_int16_t
=yes
4192 echo "configure: failed program was:" >&5
4193 cat conftest.
$ac_ext >&5
4195 ac_cv_lbl_have_int16_t
=no
4200 echo "$ac_t""$ac_cv_lbl_have_int16_t" 1>&6
4201 if test $ac_cv_lbl_have_int16_t = no
; then
4202 cat >> confdefs.h
<<\EOF
4203 #define int16_t short
4207 echo $ac_n "checking for u_int16_t using $CC""... $ac_c" 1>&6
4208 echo "configure:4209: checking for u_int16_t using $CC" >&5
4209 if eval "test \"`echo '$''{'ac_cv_lbl_have_u_int16_t'+set}'`\" = set"; then
4210 echo $ac_n "(cached) $ac_c" 1>&6
4212 cat > conftest.
$ac_ext <<EOF
4213 #line 4214 "configure"
4214 #include "confdefs.h"
4216 # include "confdefs.h"
4217 # include <sys/types.h>
4219 # include <stdlib.h>
4220 # include <stddef.h>
4226 if { (eval echo configure
:4227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4228 ac_cv_lbl_have_u_int16_t
=yes
4230 echo "configure: failed program was:" >&5
4231 cat conftest.
$ac_ext >&5
4233 ac_cv_lbl_have_u_int16_t
=no
4238 echo "$ac_t""$ac_cv_lbl_have_u_int16_t" 1>&6
4239 if test $ac_cv_lbl_have_u_int16_t = no
; then
4240 cat >> confdefs.h
<<\EOF
4241 #define u_int16_t u_short
4245 echo $ac_n "checking for int32_t using $CC""... $ac_c" 1>&6
4246 echo "configure:4247: checking for int32_t using $CC" >&5
4247 if eval "test \"`echo '$''{'ac_cv_lbl_have_int32_t'+set}'`\" = set"; then
4248 echo $ac_n "(cached) $ac_c" 1>&6
4250 cat > conftest.
$ac_ext <<EOF
4251 #line 4252 "configure"
4252 #include "confdefs.h"
4254 # include "confdefs.h"
4255 # include <sys/types.h>
4257 # include <stdlib.h>
4258 # include <stddef.h>
4264 if { (eval echo configure
:4265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4266 ac_cv_lbl_have_int32_t
=yes
4268 echo "configure: failed program was:" >&5
4269 cat conftest.
$ac_ext >&5
4271 ac_cv_lbl_have_int32_t
=no
4276 echo "$ac_t""$ac_cv_lbl_have_int32_t" 1>&6
4277 if test $ac_cv_lbl_have_int32_t = no
; then
4278 cat >> confdefs.h
<<\EOF
4283 echo $ac_n "checking for u_int32_t using $CC""... $ac_c" 1>&6
4284 echo "configure:4285: checking for u_int32_t using $CC" >&5
4285 if eval "test \"`echo '$''{'ac_cv_lbl_have_u_int32_t'+set}'`\" = set"; then
4286 echo $ac_n "(cached) $ac_c" 1>&6
4288 cat > conftest.
$ac_ext <<EOF
4289 #line 4290 "configure"
4290 #include "confdefs.h"
4292 # include "confdefs.h"
4293 # include <sys/types.h>
4295 # include <stdlib.h>
4296 # include <stddef.h>
4302 if { (eval echo configure
:4303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4304 ac_cv_lbl_have_u_int32_t
=yes
4306 echo "configure: failed program was:" >&5
4307 cat conftest.
$ac_ext >&5
4309 ac_cv_lbl_have_u_int32_t
=no
4314 echo "$ac_t""$ac_cv_lbl_have_u_int32_t" 1>&6
4315 if test $ac_cv_lbl_have_u_int32_t = no
; then
4316 cat >> confdefs.h
<<\EOF
4317 #define u_int32_t u_int
4323 if test "${LBL_CFLAGS+set}" = set; then
4324 V_CCOPT
="$V_CCOPT ${LBL_CFLAGS}"
4326 if test -f .devel
; then
4327 if test "$GCC" = yes ; then
4328 if test "${LBL_CFLAGS+set}" != set; then
4329 if test "$ac_cv_prog_cc_g" = yes ; then
4330 V_CCOPT
="-g $V_CCOPT"
4332 V_CCOPT
="$V_CCOPT -Wall"
4333 if test $ac_cv_lbl_gcc_vers -gt 1 ; then
4334 V_CCOPT
="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
4338 case "$target_os" in
4341 V_CCOPT
="$V_CCOPT -n32"
4348 os
=`echo $target_os | sed -e 's/\([0-9][0-9]*\)[^0-9].*$/\1/'`
4350 if test -f $name ; then
4351 ln -s $name os-proto.h
4352 cat >> confdefs.h
<<\EOF
4353 #define HAVE_OS_PROTO_H 1
4357 echo "configure: warning: can't find $name" 1>&2
4361 echo $ac_n "checking if sockaddr struct has sa_len member""... $ac_c" 1>&6
4362 echo "configure:4363: checking if sockaddr struct has sa_len member" >&5
4363 if eval "test \"`echo '$''{'ac_cv_lbl_sockaddr_has_sa_len'+set}'`\" = set"; then
4364 echo $ac_n "(cached) $ac_c" 1>&6
4366 cat > conftest.
$ac_ext <<EOF
4367 #line 4368 "configure"
4368 #include "confdefs.h"
4370 # include <sys/types.h>
4371 # include <sys/socket.h>
4373 u_int i = sizeof(((struct sockaddr *)0)->sa_len)
4376 if { (eval echo configure
:4377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4378 ac_cv_lbl_sockaddr_has_sa_len
=yes
4380 echo "configure: failed program was:" >&5
4381 cat conftest.
$ac_ext >&5
4383 ac_cv_lbl_sockaddr_has_sa_len
=no
4388 echo "$ac_t""$ac_cv_lbl_sockaddr_has_sa_len" 1>&6
4389 if test $ac_cv_lbl_sockaddr_has_sa_len = yes ; then
4390 cat >> confdefs.h
<<\EOF
4391 #define HAVE_SOCKADDR_SA_LEN 1
4396 echo $ac_n "checking if unaligned accesses fail""... $ac_c" 1>&6
4397 echo "configure:4398: checking if unaligned accesses fail" >&5
4398 if eval "test \"`echo '$''{'ac_cv_lbl_unaligned_fail'+set}'`\" = set"; then
4399 echo $ac_n "(cached) $ac_c" 1>&6
4401 case "$target_cpu" in
4403 # XXX: should also check that they don't do weird things (like on arm)
4404 alpha
*|arm
*|hp
*|mips|sparc
)
4405 ac_cv_lbl_unaligned_fail
=yes
4409 cat >conftest.c
<<EOF
4410 # include <sys/types.h>
4411 # include <sys/wait.h>
4413 unsigned char a[5] = { 1, 2, 3, 4, 5 };
4418 /* avoid "core dumped" message */
4424 pid = waitpid(pid, &status, 0);
4427 exit(!WIFEXITED(status));
4430 i = *(unsigned int *)&a[1];
4435 ${CC-cc} -o conftest
$CFLAGS $CPPFLAGS $LDFLAGS \
4436 conftest.c
$LIBS >/dev
/null
2>&1
4437 if test ! -x conftest
; then
4438 ac_cv_lbl_unaligned_fail
=yes
4440 .
/conftest
>conftest.out
4441 if test ! -s conftest.out
; then
4442 ac_cv_lbl_unaligned_fail
=yes
4444 ac_cv_lbl_unaligned_fail
=no
4447 rm -f conftest
* core core.conftest
4452 echo "$ac_t""$ac_cv_lbl_unaligned_fail" 1>&6
4453 if test $ac_cv_lbl_unaligned_fail = yes ; then
4454 cat >> confdefs.h
<<\EOF
4461 echo $ac_n "checking for h_errno""... $ac_c" 1>&6
4462 echo "configure:4463: checking for h_errno" >&5
4463 if eval "test \"`echo '$''{'ac_cv_var_h_errno'+set}'`\" = set"; then
4464 echo $ac_n "(cached) $ac_c" 1>&6
4466 cat > conftest.
$ac_ext <<EOF
4467 #line 4468 "configure"
4468 #include "confdefs.h"
4470 # include <sys/types.h>
4476 if { (eval echo configure
:4477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4478 ac_cv_var_h_errno
=yes
4480 echo "configure: failed program was:" >&5
4481 cat conftest.
$ac_ext >&5
4483 ac_cv_var_h_errno
=no
4488 echo "$ac_t""$ac_cv_var_h_errno" 1>&6
4489 if test "$ac_cv_var_h_errno" = "yes"; then
4490 cat >> confdefs.h
<<\EOF
4491 #define HAVE_H_ERRNO 1
4497 # Check whether --with-crypto or --without-crypto was given.
4498 if test "${with_crypto+set}" = set; then
4499 withval
="$with_crypto"
4503 echo $ac_n "checking for SSLeay""... $ac_c" 1>&6
4504 echo "configure:4505: checking for SSLeay" >&5
4505 ac_cv_ssleay_path
=no
4507 for dir
in /usr
/usr
/local /usr
/local
/ssl
/usr
/pkg
; do
4508 if test -d $dir/lib
-a -f $dir/lib
/libcrypto.a
; then
4509 ac_cv_ssleay_path
=$dir
4511 if test -d $dir/include
/ssleay
-a -f $dir/include
/ssleay
/des.h
; then
4512 incdir
="-I$dir/include/ssleay"
4513 elif test -d $dir/include
/openssl
-a -f $dir/include
/openssl
/des.h
; then
4514 incdir
="-I$dir/include -I$dir/include/openssl"
4515 elif test -d $dir/include
-a -f $dir/include
/des.h
; then
4516 incdir
="-I$dir/include"
4518 if test "$ac_cv_ssleay_path" != "no" -a "$incdir" != "no"; then
4521 ac_cv_ssleay_path
=no
4525 echo "$ac_t""$ac_cv_ssleay_path" 1>&6
4526 if test "$ac_cv_ssleay_path" != no
; then
4527 V_INCLS
="$V_INCLS $incdir"
4528 LDFLAGS
="-L$dir/lib $LDFLAGS"
4529 if test -f $ac_cv_ssleay_path/lib
/libRSAglue.a
; then
4530 LIBS
="$LIBS -lRSAglue"
4532 if test -f $ac_cv_ssleay_path/lib
/librsaref.a
; then
4533 LIBS
="$LIBS -lrsaref"
4535 echo $ac_n "checking for des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
4536 echo "configure:4537: checking for des_cbc_encrypt in -lcrypto" >&5
4537 ac_lib_var
=`echo crypto'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
4538 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4539 echo $ac_n "(cached) $ac_c" 1>&6
4541 ac_save_LIBS
="$LIBS"
4542 LIBS
="-lcrypto $LIBS"
4543 cat > conftest.
$ac_ext <<EOF
4544 #line 4545 "configure"
4545 #include "confdefs.h"
4546 /* Override any gcc2 internal prototype to avoid an error. */
4547 /* We use char because int might match the return type of a gcc2
4548 builtin and then its argument prototype would still apply. */
4549 char des_cbc_encrypt();
4555 if { (eval echo configure
:4556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4557 eval "ac_cv_lib_$ac_lib_var=yes"
4559 echo "configure: failed program was:" >&5
4560 cat conftest.
$ac_ext >&5
4562 eval "ac_cv_lib_$ac_lib_var=no"
4565 LIBS
="$ac_save_LIBS"
4568 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4569 echo "$ac_t""yes" 1>&6
4570 ac_tr_lib
=HAVE_LIB
`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4571 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4572 cat >> confdefs.h
<<EOF
4573 #define $ac_tr_lib 1
4576 LIBS
="-lcrypto $LIBS"
4579 echo "$ac_t""no" 1>&6
4583 bak_CPPFLAGS
=$CPPFLAGS
4584 CPPFLAGS
="$CPPFLAGS $V_INCLS"
4585 for ac_hdr
in cast.h
4587 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4588 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4589 echo "configure:4590: checking for $ac_hdr" >&5
4590 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4591 echo $ac_n "(cached) $ac_c" 1>&6
4593 cat > conftest.
$ac_ext <<EOF
4594 #line 4595 "configure"
4595 #include "confdefs.h"
4598 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4599 { (eval echo configure
:4600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4600 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4601 if test -z "$ac_err"; then
4603 eval "ac_cv_header_$ac_safe=yes"
4606 echo "configure: failed program was:" >&5
4607 cat conftest.
$ac_ext >&5
4609 eval "ac_cv_header_$ac_safe=no"
4613 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4614 echo "$ac_t""yes" 1>&6
4615 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4616 cat >> confdefs.h
<<EOF
4617 #define $ac_tr_hdr 1
4621 echo "$ac_t""no" 1>&6
4626 if test "$ac_cv_header_cast_h" = "yes"; then
4627 echo $ac_n "checking for buggy CAST128""... $ac_c" 1>&6
4628 echo "configure:4629: checking for buggy CAST128" >&5
4629 if test "$cross_compiling" = yes; then
4630 buggy_cast128
="cross-compiling, assume yes"
4632 cat > conftest.
$ac_ext <<EOF
4633 #line 4634 "configure"
4634 #include "confdefs.h"
4639 unsigned char key[] = {0x01,0x23,0x45,0x67,0x12};
4640 unsigned char in[] = {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF};
4641 unsigned char out[sizeof(in)];
4642 unsigned char ok[] = {0x7A,0xC8,0x16,0xD1,0x6E,0x9B,0x30,0x2E};
4644 CAST_set_key(&ks, sizeof(key), key);
4645 CAST_ecb_encrypt(in, out, &ks, CAST_ENCRYPT);
4646 if (memcmp(out, ok, sizeof(ok)) != 0)
4652 if { (eval echo configure
:4653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4656 echo "configure: failed program was:" >&5
4657 cat conftest.
$ac_ext >&5
4664 echo "$ac_t""$buggy_cast128" 1>&6
4665 if test "$buggy_cast128" != no
; then
4666 echo "NOTE: SSLeay 0.9.0b has a bug in CAST128 en/decoding routine."
4667 echo "disabling CAST128 support."
4668 cat >> confdefs.h
<<\EOF
4669 #define HAVE_BUGGY_CAST128 1
4675 CPPFLAGS
=$bak_CPPFLAGS
4682 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4683 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4684 echo "configure:4685: checking for $ac_hdr" >&5
4685 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4686 echo $ac_n "(cached) $ac_c" 1>&6
4688 cat > conftest.
$ac_ext <<EOF
4689 #line 4690 "configure"
4690 #include "confdefs.h"
4693 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4694 { (eval echo configure
:4695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4695 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4696 if test -z "$ac_err"; then
4698 eval "ac_cv_header_$ac_safe=yes"
4701 echo "configure: failed program was:" >&5
4702 cat conftest.
$ac_ext >&5
4704 eval "ac_cv_header_$ac_safe=no"
4708 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4709 echo "$ac_t""yes" 1>&6
4710 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4711 cat >> confdefs.h
<<EOF
4712 #define $ac_tr_hdr 1
4716 echo "$ac_t""no" 1>&6
4727 # Find a good install program. We prefer a C program (faster),
4728 # so one script is as good as another. But avoid the broken or
4729 # incompatible versions:
4730 # SysV /etc/install, /usr/sbin/install
4731 # SunOS /usr/etc/install
4732 # IRIX /sbin/install
4734 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4735 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4736 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4737 # ./install, which can be erroneously created by make from ./install.sh.
4738 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
4739 echo "configure:4740: checking for a BSD compatible install" >&5
4740 if test -z "$INSTALL"; then
4741 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
4742 echo $ac_n "(cached) $ac_c" 1>&6
4744 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
4745 for ac_dir
in $PATH; do
4746 # Account for people who put trailing slashes in PATH elements.
4748 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
4750 # OSF1 and SCO ODT 3.0 have their own names for install.
4751 # Don't use installbsd from OSF since it installs stuff as root
4753 for ac_prog
in ginstall scoinst
install; do
4754 if test -f $ac_dir/$ac_prog; then
4755 if test $ac_prog = install &&
4756 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
4757 # AIX install. It has an incompatible calling convention.
4760 ac_cv_path_install
="$ac_dir/$ac_prog -c"
4771 if test "${ac_cv_path_install+set}" = set; then
4772 INSTALL
="$ac_cv_path_install"
4774 # As a last resort, use the slow shell script. We don't cache a
4775 # path for INSTALL within a source directory, because that will
4776 # break other packages using the cache if that directory is
4777 # removed, or if the path is relative.
4778 INSTALL
="$ac_install_sh"
4781 echo "$ac_t""$INSTALL" 1>&6
4783 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4784 # It thinks the first close brace ends the variable substitution.
4785 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4787 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
4789 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4796 cat > confcache
<<\EOF
4797 # This file is a shell script that caches the results of configure
4798 # tests run on this system so they can be shared between configure
4799 # scripts and configure runs. It is not useful on other systems.
4800 # If it contains results you don't want to keep, you may remove or edit it.
4802 # By default, configure uses ./config.cache as the cache file,
4803 # creating it if it does not exist already. You can give configure
4804 # the --cache-file=FILE option to use a different cache file; that is
4805 # what configure does when it calls configure scripts in
4806 # subdirectories, so they share the cache.
4807 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4808 # config.status only pays attention to the cache file if you give it the
4809 # --recheck option to rerun configure.
4812 # The following way of writing the cache mishandles newlines in values,
4813 # but we know of no workaround that is simple, portable, and efficient.
4814 # So, don't put newlines in cache variables' values.
4815 # Ultrix sh set writes to stderr and can't be redirected directly,
4816 # and sets the high bit in the cache file unless we assign to the vars.
4818 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4820 # `set' does not quote correctly, so add quotes (double-quote substitution
4821 # turns \\\\ into \\, and sed turns \\ into \).
4823 -e "s/'/'\\\\''/g" \
4824 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4827 # `set' quotes correctly as required by POSIX, so do not add quotes.
4828 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4831 if cmp -s $cache_file confcache
; then
4834 if test -w $cache_file; then
4835 echo "updating cache $cache_file"
4836 cat confcache
> $cache_file
4838 echo "not updating unwritable cache $cache_file"
4843 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4845 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
4846 # Let make expand exec_prefix.
4847 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
4849 # Any assignment to VPATH causes Sun make to only execute
4850 # the first set of double-colon rules, so remove it if not needed.
4851 # If there is a colon in the path, we need to keep it.
4852 if test "x$srcdir" = x.
; then
4853 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
4856 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4858 DEFS
=-DHAVE_CONFIG_H
4860 # Without the "./", some shells look in PATH for config.status.
4861 : ${CONFIG_STATUS=./config.status}
4863 echo creating
$CONFIG_STATUS
4864 rm -f $CONFIG_STATUS
4865 cat > $CONFIG_STATUS <<EOF
4867 # Generated automatically by configure.
4868 # Run this file to recreate the current configuration.
4869 # This directory was configured as follows,
4870 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4872 # $0 $ac_configure_args
4874 # Compiler output produced by configure, useful for debugging
4875 # configure, is in ./config.log if it exists.
4877 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4880 case "\$ac_option" in
4881 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4882 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4883 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4884 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4885 echo "$CONFIG_STATUS generated by autoconf version 2.13"
4887 -help | --help | --hel | --he | --h)
4888 echo "\$ac_cs_usage"; exit 0 ;;
4889 *) echo "\$ac_cs_usage"; exit 1 ;;
4893 ac_given_srcdir=$srcdir
4894 ac_given_INSTALL="$INSTALL"
4896 trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4898 cat >> $CONFIG_STATUS <<EOF
4900 # Protect against being on the right side of a sed subst in config.status.
4901 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4902 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4906 s%@CFLAGS@%$CFLAGS%g
4907 s%@CPPFLAGS@%$CPPFLAGS%g
4908 s%@CXXFLAGS@%$CXXFLAGS%g
4909 s%@FFLAGS@%$FFLAGS%g
4911 s%@LDFLAGS@%$LDFLAGS%g
4913 s%@exec_prefix@%$exec_prefix%g
4914 s%@prefix@%$prefix%g
4915 s%@program_transform_name@%$program_transform_name%g
4916 s%@bindir@%$bindir%g
4917 s%@sbindir@%$sbindir%g
4918 s%@libexecdir@%$libexecdir%g
4919 s%@datadir@%$datadir%g
4920 s%@sysconfdir@%$sysconfdir%g
4921 s%@sharedstatedir@%$sharedstatedir%g
4922 s%@localstatedir@%$localstatedir%g
4923 s%@libdir@%$libdir%g
4924 s%@includedir@%$includedir%g
4925 s%@oldincludedir@%$oldincludedir%g
4926 s%@infodir@%$infodir%g
4927 s%@mandir@%$mandir%g
4929 s%@host_alias@%$host_alias%g
4930 s%@host_cpu@%$host_cpu%g
4931 s%@host_vendor@%$host_vendor%g
4932 s%@host_os@%$host_os%g
4933 s%@target@%$target%g
4934 s%@target_alias@%$target_alias%g
4935 s%@target_cpu@%$target_cpu%g
4936 s%@target_vendor@%$target_vendor%g
4937 s%@target_os@%$target_os%g
4939 s%@build_alias@%$build_alias%g
4940 s%@build_cpu@%$build_cpu%g
4941 s%@build_vendor@%$build_vendor%g
4942 s%@build_os@%$build_os%g
4943 s%@SHLICC2@%$SHLICC2%g
4946 s%@LIBOBJS@%$LIBOBJS%g
4947 s%@V_CCOPT@%$V_CCOPT%g
4948 s%@V_GROUP@%$V_GROUP%g
4949 s%@V_INCLS@%$V_INCLS%g
4950 s%@V_PCAPDEP@%$V_PCAPDEP%g
4951 s%@LOCALSRC@%$LOCALSRC%g
4952 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4953 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4954 s%@INSTALL_DATA@%$INSTALL_DATA%g
4959 cat >> $CONFIG_STATUS <<\EOF
4961 # Split the substitutions into bite-sized pieces for seds with
4962 # small command number limits, like on Digital OSF/1 and HP-UX.
4963 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
4964 ac_file
=1 # Number of current file.
4965 ac_beg
=1 # First line for current file.
4966 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
4969 while $ac_more_lines; do
4970 if test $ac_beg -gt 1; then
4971 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
4973 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
4975 if test ! -s conftest.s
$ac_file; then
4977 rm -f conftest.s
$ac_file
4979 if test -z "$ac_sed_cmds"; then
4980 ac_sed_cmds
="sed -f conftest.s$ac_file"
4982 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
4984 ac_file
=`expr $ac_file + 1`
4986 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
4989 if test -z "$ac_sed_cmds"; then
4994 cat >> $CONFIG_STATUS <<EOF
4996 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
4998 cat >> $CONFIG_STATUS <<\EOF
4999 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
5000 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5002 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
5003 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
5004 *) ac_file_in
="${ac_file}.in" ;;
5007 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5009 # Remove last slash and all that follows it. Not all systems have dirname.
5010 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5011 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
5012 # The file is in a subdirectory.
5013 test ! -d "$ac_dir" && mkdir
"$ac_dir"
5014 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
5015 # A "../" for each directory in $ac_dir_suffix.
5016 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5018 ac_dir_suffix
= ac_dots
=
5021 case "$ac_given_srcdir" in
5023 if test -z "$ac_dots"; then top_srcdir
=.
5024 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5025 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
5027 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5028 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
5031 case "$ac_given_INSTALL" in
5032 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
5033 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
5036 echo creating
"$ac_file"
5038 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5040 *Makefile
*) ac_comsub
="1i\\
5041 # $configure_input" ;;
5045 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5047 s%@configure_input@%$configure_input%g
5048 s%@srcdir@%$srcdir%g
5049 s%@top_srcdir@%$top_srcdir%g
5050 s%@INSTALL@%$INSTALL%g
5051 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
5055 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5056 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5058 # ac_d sets the value in "#define NAME VALUE" lines.
5059 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5060 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
5063 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
5064 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5065 ac_uB
='\([ ]\)%\1#\2define\3'
5068 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5069 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5070 ac_eB
='$%\1#\2define\3'
5074 if test "${CONFIG_HEADERS+set}" != set; then
5076 cat >> $CONFIG_STATUS <<EOF
5077 CONFIG_HEADERS="config.h"
5079 cat >> $CONFIG_STATUS <<\EOF
5081 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
5082 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5084 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
5085 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
5086 *) ac_file_in
="${ac_file}.in" ;;
5089 echo creating
$ac_file
5091 rm -f conftest.frag conftest.
in conftest.out
5092 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5093 cat $ac_file_inputs > conftest.
in
5097 # Transform confdefs.h into a sed script conftest.vals that substitutes
5098 # the proper values into config.h.in to produce config.h. And first:
5099 # Protect against being on the right side of a sed subst in config.status.
5100 # Protect against being in an unquoted here document in config.status.
5102 cat > conftest.hdr
<<\EOF
5105 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
5109 sed -n -f conftest.hdr confdefs.h > conftest.vals
5112 # This sed command replaces #undef with comments. This is necessary, for
5113 # example, in the case of _POSIX_SOURCE, which is predefined and required
5114 # on some systems where configure will not decide to define it.
5115 cat >> conftest.vals <<\EOF
5116 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
5119 # Break up conftest.vals because some shells have a limit on
5120 # the size of here documents, and old seds have small limits too.
5125 ac_lines=`grep -c . conftest.vals
`
5126 # grep -c gives empty output for an empty file on some AIX systems.
5127 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
5128 # Write a limited-size here document to conftest.frag.
5129 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
5130 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
5132 sed -f conftest.frag conftest.in > conftest.out
5134 mv conftest.out conftest.in
5136 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
5138 mv conftest.tail conftest.vals
5142 cat >> $CONFIG_STATUS <<\EOF
5143 rm -f conftest.frag conftest.h
5144 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
5145 cat conftest.in >> conftest.h
5147 if cmp -s $ac_file conftest.h 2>/dev/null; then
5148 echo "$ac_file is unchanged"
5151 # Remove last slash and all that follows it. Not all systems have dirname.
5152 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
5153 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5154 # The file is in a subdirectory.
5155 test ! -d "$ac_dir" && mkdir "$ac_dir"
5158 mv conftest.h $ac_file
5163 cat >> $CONFIG_STATUS <<EOF
5167 cat >> $CONFIG_STATUS <<\EOF
5168 if test -f .devel; then
5169 echo timestamp > stamp-h
5170 cat Makefile-devel-adds >> Makefile
5176 chmod +x $CONFIG_STATUS
5177 rm -fr confdefs* $ac_clean_files
5178 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1