ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.46 by root, Sun Mar 6 13:49:49 2011 UTC vs.
Revision 1.58 by root, Wed Nov 2 07:06:38 2016 UTC

1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.67. 3# Generated by GNU Autoconf 2.69.
4# 4#
5# 5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8# Foundation, Inc.
9# 7#
10# 8#
11# This configure script is free software; the Free Software Foundation 9# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it. 10# gives unlimited permission to copy, distribute and modify it.
13## -------------------- ## 11## -------------------- ##
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word 85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.) 86# splitting by setting IFS to empty value.)
89IFS=" "" $as_nl" 87IFS=" "" $as_nl"
90 88
91# Find who we are. Look in the path if we contain no directory separator. 89# Find who we are. Look in the path if we contain no directory separator.
90as_myself=
92case $0 in #(( 91case $0 in #((
93 *[\\/]* ) as_myself=$0 ;; 92 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95for as_dir in $PATH 94for as_dir in $PATH
96do 95do
131export LANGUAGE 130export LANGUAGE
132 131
133# CDPATH. 132# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135 134
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
136if test "x$CONFIG_SHELL" = x; then 160if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh 162 emulate sh
139 NULLCMD=: 163 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 189
166else 190else
167 exitcode=1; echo positional parameters were not saved. 191 exitcode=1; echo positional parameters were not saved.
168fi 192fi
169test x\$exitcode = x0 || exit 1" 193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174test \$(( 1 + 1 )) = 2 || exit 1" 199test \$(( 1 + 1 )) = 2 || exit 1"
209fi; } 234fi; }
210IFS=$as_save_IFS 235IFS=$as_save_IFS
211 236
212 237
213 if test "x$CONFIG_SHELL" != x; then : 238 if test "x$CONFIG_SHELL" != x; then :
239 export CONFIG_SHELL
214 # We cannot yet assume a decent shell, so we have to provide a 240 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also 241# neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables. 242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
217 BASH_ENV=/dev/null 244BASH_ENV=/dev/null
218 ENV=/dev/null 245ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL 247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
222fi 258fi
223 259
224 if test x$as_have_required = xno; then : 260 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all" 261 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system." 262 $as_echo "$0: the shells that I found on your system."
318 test -z "$as_dirs" || eval "mkdir $as_dirs" 354 test -z "$as_dirs" || eval "mkdir $as_dirs"
319 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320 356
321 357
322} # as_fn_mkdir_p 358} # as_fn_mkdir_p
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365 test -f "$1" && test -x "$1"
366} # as_fn_executable_p
323# as_fn_append VAR VALUE 367# as_fn_append VAR VALUE
324# ---------------------- 368# ----------------------
325# Append the text in VALUE to the end of the definition contained in VAR. Take 369# Append the text in VALUE to the end of the definition contained in VAR. Take
326# advantage of any shell optimizations that allow amortized linear growth over 370# advantage of any shell optimizations that allow amortized linear growth over
327# repeated appends, instead of the typical quadratic growth present in naive 371# repeated appends, instead of the typical quadratic growth present in naive
439 s/-\n.*// 483 s/-\n.*//
440 ' >$as_me.lineno && 484 ' >$as_me.lineno &&
441 chmod +x "$as_me.lineno" || 485 chmod +x "$as_me.lineno" ||
442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
443 487
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
444 # Don't try to exec as it changes $[0], causing all sort of problems 492 # Don't try to exec as it changes $[0], causing all sort of problems
445 # (the dirname of $[0] is not the place where we might find the 493 # (the dirname of $[0] is not the place where we might find the
446 # original and so on. Autoconf is especially sensitive to this). 494 # original and so on. Autoconf is especially sensitive to this).
447 . "./$as_me.lineno" 495 . "./$as_me.lineno"
448 # Exit status is that of the last command. 496 # Exit status is that of the last command.
473 if ln -s conf$$.file conf$$ 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; then
474 as_ln_s='ln -s' 522 as_ln_s='ln -s'
475 # ... but there are two gotchas: 523 # ... but there are two gotchas:
476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478 # In both cases, we have to default to `cp -p'. 526 # In both cases, we have to default to `cp -pR'.
479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480 as_ln_s='cp -p' 528 as_ln_s='cp -pR'
481 elif ln conf$$.file conf$$ 2>/dev/null; then 529 elif ln conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s=ln 530 as_ln_s=ln
483 else 531 else
484 as_ln_s='cp -p' 532 as_ln_s='cp -pR'
485 fi 533 fi
486else 534else
487 as_ln_s='cp -p' 535 as_ln_s='cp -pR'
488fi 536fi
489rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490rmdir conf$$.dir 2>/dev/null 538rmdir conf$$.dir 2>/dev/null
491 539
492if mkdir -p . 2>/dev/null; then 540if mkdir -p . 2>/dev/null; then
494else 542else
495 test -d ./-p && rmdir ./-p 543 test -d ./-p && rmdir ./-p
496 as_mkdir_p=false 544 as_mkdir_p=false
497fi 545fi
498 546
499if test -x / >/dev/null 2>&1; then
500 as_test_x='test -x' 547as_test_x='test -x'
501else 548as_executable_p=as_fn_executable_p
502 if ls -dL / >/dev/null 2>&1; then
503 as_ls_L_option=L
504 else
505 as_ls_L_option=
506 fi
507 as_test_x='
508 eval sh -c '\''
509 if test -d "$1"; then
510 test -d "$1/.";
511 else
512 case $1 in #(
513 -*)set "./$1";;
514 esac;
515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
516 ???[sx]*):;;*)false;;esac;fi
517 '\'' sh
518 '
519fi
520as_executable_p=$as_test_x
521 549
522# Sed expression to map a string onto a valid CPP name. 550# Sed expression to map a string onto a valid CPP name.
523as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524 552
525# Sed expression to map a string onto a valid variable name. 553# Sed expression to map a string onto a valid variable name.
589#endif 617#endif
590#ifdef HAVE_UNISTD_H 618#ifdef HAVE_UNISTD_H
591# include <unistd.h> 619# include <unistd.h>
592#endif" 620#endif"
593 621
594ac_subst_vars='am__EXEEXT_FALSE 622ac_subst_vars='LTLIBOBJS
595am__EXEEXT_TRUE
596LTLIBOBJS
597LIBOBJS 623LIBOBJS
598INCLUDES 624INCLUDES
599ROHC_FALSE 625ROHC_FALSE
600ROHC_TRUE 626ROHC_TRUE
601LDFLAGS_DAEMON 627LDFLAGS_DAEMON
645MSGFMT 671MSGFMT
646MKINSTALLDIRS 672MKINSTALLDIRS
647MAINT 673MAINT
648MAINTAINER_MODE_FALSE 674MAINTAINER_MODE_FALSE
649MAINTAINER_MODE_TRUE 675MAINTAINER_MODE_TRUE
650am__untar
651am__tar
652AMTAR
653am__leading_dot 676am__leading_dot
654SET_MAKE 677SET_MAKE
655AWK 678AWK
656mkdir_p
657MKDIR_P
658INSTALL_STRIP_PROGRAM 679INSTALL_STRIP_PROGRAM
659STRIP 680STRIP
660install_sh 681install_sh
682AMTAR
661MAKEINFO 683MAKEINFO
662AUTOHEADER 684AUTOHEADER
663AUTOMAKE 685AUTOMAKE
664AUTOCONF 686AUTOCONF
665ACLOCAL 687ACLOCAL
666VERSION 688VERSION
667PACKAGE 689PACKAGE
668CYGPATH_W 690CYGPATH_W
669am__isrc
670INSTALL_DATA 691INSTALL_DATA
671INSTALL_SCRIPT 692INSTALL_SCRIPT
672INSTALL_PROGRAM 693INSTALL_PROGRAM
673target_os 694target_os
674target_vendor 695target_vendor
699htmldir 720htmldir
700infodir 721infodir
701docdir 722docdir
702oldincludedir 723oldincludedir
703includedir 724includedir
725runstatedir
704localstatedir 726localstatedir
705sharedstatedir 727sharedstatedir
706sysconfdir 728sysconfdir
707datadir 729datadir
708datarootdir 730datarootdir
732with_libintl_prefix 754with_libintl_prefix
733enable_iftype 755enable_iftype
734with_kernel 756with_kernel
735with_openssl_include 757with_openssl_include
736with_openssl_lib 758with_openssl_lib
759enable_threads
737enable_static_daemon 760enable_static_daemon
738enable_icmp 761enable_icmp
739enable_tcp 762enable_tcp
740enable_http_proxy 763enable_http_proxy
741enable_dns 764enable_dns
765enable_rsa_length
742enable_hmac_length 766enable_hmac_length
743enable_rand_length
744enable_max_mtu 767enable_max_mtu
745enable_compression 768enable_compression
746enable_cipher 769enable_cipher
747enable_digest 770enable_hmac_digest
771enable_auth_digest
748' 772'
749 ac_precious_vars='build_alias 773 ac_precious_vars='build_alias
750host_alias 774host_alias
751target_alias 775target_alias
752CC 776CC
795datarootdir='${prefix}/share' 819datarootdir='${prefix}/share'
796datadir='${datarootdir}' 820datadir='${datarootdir}'
797sysconfdir='${prefix}/etc' 821sysconfdir='${prefix}/etc'
798sharedstatedir='${prefix}/com' 822sharedstatedir='${prefix}/com'
799localstatedir='${prefix}/var' 823localstatedir='${prefix}/var'
824runstatedir='${localstatedir}/run'
800includedir='${prefix}/include' 825includedir='${prefix}/include'
801oldincludedir='/usr/include' 826oldincludedir='/usr/include'
802docdir='${datarootdir}/doc/${PACKAGE}' 827docdir='${datarootdir}/doc/${PACKAGE}'
803infodir='${datarootdir}/info' 828infodir='${datarootdir}/info'
804htmldir='${docdir}' 829htmldir='${docdir}'
1047 1072
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil) 1074 | -silent | --silent | --silen | --sile | --sil)
1050 silent=yes ;; 1075 silent=yes ;;
1051 1076
1077 -runstatedir | --runstatedir | --runstatedi | --runstated \
1078 | --runstate | --runstat | --runsta | --runst | --runs \
1079 | --run | --ru | --r)
1080 ac_prev=runstatedir ;;
1081 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1082 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1083 | --run=* | --ru=* | --r=*)
1084 runstatedir=$ac_optarg ;;
1085
1052 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1053 ac_prev=sbindir ;; 1087 ac_prev=sbindir ;;
1054 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1055 | --sbi=* | --sb=*) 1089 | --sbi=* | --sb=*)
1056 sbindir=$ac_optarg ;; 1090 sbindir=$ac_optarg ;;
1161 *) 1195 *)
1162 # FIXME: should be removed in autoconf 3.0. 1196 # FIXME: should be removed in autoconf 3.0.
1163 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1164 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1165 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1166 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1200 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1167 ;; 1201 ;;
1168 1202
1169 esac 1203 esac
1170done 1204done
1171 1205
1184 1218
1185# Check all directory arguments for consistency. 1219# Check all directory arguments for consistency.
1186for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1220for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1187 datadir sysconfdir sharedstatedir localstatedir includedir \ 1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1188 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1189 libdir localedir mandir 1223 libdir localedir mandir runstatedir
1190do 1224do
1191 eval ac_val=\$$ac_var 1225 eval ac_val=\$$ac_var
1192 # Remove trailing slashes. 1226 # Remove trailing slashes.
1193 case $ac_val in 1227 case $ac_val in
1194 */ ) 1228 */ )
1212 1246
1213# FIXME: To remove some day. 1247# FIXME: To remove some day.
1214if test "x$host_alias" != x; then 1248if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then 1249 if test "x$build_alias" = x; then
1216 cross_compiling=maybe 1250 cross_compiling=maybe
1217 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used" >&2
1219 elif test "x$build_alias" != "x$host_alias"; then 1251 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes 1252 cross_compiling=yes
1221 fi 1253 fi
1222fi 1254fi
1223 1255
1339 --sbindir=DIR system admin executables [EPREFIX/sbin] 1371 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec] 1372 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1373 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1374 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1375 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1376 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1344 --libdir=DIR object code libraries [EPREFIX/lib] 1377 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include] 1378 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1379 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1380 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1381 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1376 1409
1377Optional Features: 1410Optional Features:
1378 --disable-option-checking ignore unrecognized --enable/--with options 1411 --disable-option-checking ignore unrecognized --enable/--with options
1379 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1380 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1381 --enable-maintainer-mode enable make rules and dependencies not useful 1414 --enable-maintainer-mode enable make rules and dependencies not useful
1382 (and sometimes confusing) to the casual installer 1415 (and sometimes confusing) to the casual installer
1383 --disable-dependency-tracking speeds up one-time build 1416 --disable-dependency-tracking Speeds up one-time builds
1384 --enable-dependency-tracking do not reject slow dependency extractors 1417 --enable-dependency-tracking Do not reject slow dependency extractors
1385 --disable-rpath do not hardcode runtime library paths 1418 --disable-rpath do not hardcode runtime library paths
1386 --disable-nls do not use Native Language Support 1419 --disable-nls do not use Native Language Support
1387 --enable-iftype=TYPE/SUBTYPE 1420 --enable-iftype=TYPE/SUBTYPE
1388 Use kernel/net device interface TYPE/SUBTYPE. 1421 Use kernel/net device interface TYPE/SUBTYPE.
1389 Working combinations are (see doc/gvpe.osdep.5.pod): 1422 Working combinations are (see doc/gvpe.osdep.5.pod):
1392 "tincd/darwin" "native/cygwin"; Untested 1425 "tincd/darwin" "native/cygwin"; Untested
1393 combinations are: "tincd/bsd" "tincd/solaris" 1426 combinations are: "tincd/bsd" "tincd/solaris"
1394 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket"; 1427 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket";
1395 Broken combinations are: "tincd/cygwin"; The default 1428 Broken combinations are: "tincd/cygwin"; The default
1396 is to autodetect. 1429 is to autodetect.
1430 --enable-threads try to use threads for long-running asynchronous
1431 operations (default enabled).
1397 --enable-static-daemon enable statically linked daemon. 1432 --enable-static-daemon enable statically linked daemon.
1398 --disable-icmp enable icmp protocol support (default enabled). 1433 --disable-icmp enable icmp protocol support (default enabled).
1399 --disable-tcp enable tcp protocol support (default enabled). 1434 --disable-tcp enable tcp protocol support (default enabled).
1400 --disable-http-proxy enable http proxy connect support (default enabled). 1435 --disable-http-proxy enable http proxy connect support (default enabled).
1401 --enable-dns enable dns tunnel protocol support (default 1436 --enable-dns enable dns tunnel protocol support (default
1402 disabled). 1437 disabled).
1438 --enable-rsa-length=BITS
1439 use BITS rsa keys (default 3072). Allowed values are
1440 2048-10240.
1403 --enable-hmac-length=BYTES 1441 --enable-hmac-length=BYTES
1404 use a hmac of length BYTES bytes (default 12). 1442 use a hmac of length BYTES bytes (default 12).
1405 Allowed values are 4, 8, 12, 16. 1443 Allowed values are 4, 8, 12, 16.
1406 --enable-rand-length=BYTES
1407 use BYTES bytes of extra randomness (default 8).
1408 Allowed values are 0, 4, 8.
1409 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500). 1444 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
1410 Use 9100 for jumbogram support. 1445 Use 9100 for jumbogram support.
1411 --disable-compression Disable compression support. 1446 --disable-compression Disable compression support.
1412 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128"). 1447 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1413 Must be one of "bf" (blowfish), "aes-128" 1448 Must be one of "aes-128" (rijndael), "aes-192", or
1414 (rijndael), "aes-192" or "aes-256". 1449 "aes-256".
1415 --enable-digest=CIPHER Select the digest algorithm to use (default 1450 --enable-hmac-digest=HMAC
1451 Select the HMAC digest algorithm to use (default
1416 "ripemd160"). Must be one of "sha512", "sha256", 1452 "sha1"). Must be one of "sha512", "sha256", "sha1",
1417 "sha1" (somewhat insecure), "ripemd160", "md5" 1453 "ripemd160", "whirlpool".
1418 (insecure) or "md4" (insecure). 1454 --enable-auth-digest=DIGEST
1455 Select the hmac algorithm to use (default "sha512").
1456 Must be one of "sha512", "sha256", "whirlpool".
1419 1457
1420Optional Packages: 1458Optional Packages:
1421 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1422 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1423 --with-gnu-ld assume the C compiler uses GNU ld default=no 1461 --with-gnu-ld assume the C compiler uses GNU ld default=no
1508 1546
1509test -n "$ac_init_help" && exit $ac_status 1547test -n "$ac_init_help" && exit $ac_status
1510if $ac_init_version; then 1548if $ac_init_version; then
1511 cat <<\_ACEOF 1549 cat <<\_ACEOF
1512configure 1550configure
1513generated by GNU Autoconf 2.67 1551generated by GNU Autoconf 2.69
1514 1552
1515Copyright (C) 2010 Free Software Foundation, Inc. 1553Copyright (C) 2012 Free Software Foundation, Inc.
1516This configure script is free software; the Free Software Foundation 1554This configure script is free software; the Free Software Foundation
1517gives unlimited permission to copy, distribute and modify it. 1555gives unlimited permission to copy, distribute and modify it.
1518_ACEOF 1556_ACEOF
1519 exit 1557 exit
1520fi 1558fi
1554 $as_echo "$as_me: failed program was:" >&5 1592 $as_echo "$as_me: failed program was:" >&5
1555sed 's/^/| /' conftest.$ac_ext >&5 1593sed 's/^/| /' conftest.$ac_ext >&5
1556 1594
1557 ac_retval=1 1595 ac_retval=1
1558fi 1596fi
1559 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1597 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1560 as_fn_set_status $ac_retval 1598 as_fn_set_status $ac_retval
1561 1599
1562} # ac_fn_c_try_compile 1600} # ac_fn_c_try_compile
1563 1601
1564# ac_fn_c_try_link LINENO 1602# ac_fn_c_try_link LINENO
1586 test $ac_status = 0; } && { 1624 test $ac_status = 0; } && {
1587 test -z "$ac_c_werror_flag" || 1625 test -z "$ac_c_werror_flag" ||
1588 test ! -s conftest.err 1626 test ! -s conftest.err
1589 } && test -s conftest$ac_exeext && { 1627 } && test -s conftest$ac_exeext && {
1590 test "$cross_compiling" = yes || 1628 test "$cross_compiling" = yes ||
1591 $as_test_x conftest$ac_exeext 1629 test -x conftest$ac_exeext
1592 }; then : 1630 }; then :
1593 ac_retval=0 1631 ac_retval=0
1594else 1632else
1595 $as_echo "$as_me: failed program was:" >&5 1633 $as_echo "$as_me: failed program was:" >&5
1596sed 's/^/| /' conftest.$ac_ext >&5 1634sed 's/^/| /' conftest.$ac_ext >&5
1600 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1638 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1601 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1639 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1602 # interfere with the next link command; also delete a directory that is 1640 # interfere with the next link command; also delete a directory that is
1603 # left behind by Apple's compiler. We do this before executing the actions. 1641 # left behind by Apple's compiler. We do this before executing the actions.
1604 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1642 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1605 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1643 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1606 as_fn_set_status $ac_retval 1644 as_fn_set_status $ac_retval
1607 1645
1608} # ac_fn_c_try_link 1646} # ac_fn_c_try_link
1609 1647
1610# ac_fn_c_try_cpp LINENO 1648# ac_fn_c_try_cpp LINENO
1637 $as_echo "$as_me: failed program was:" >&5 1675 $as_echo "$as_me: failed program was:" >&5
1638sed 's/^/| /' conftest.$ac_ext >&5 1676sed 's/^/| /' conftest.$ac_ext >&5
1639 1677
1640 ac_retval=1 1678 ac_retval=1
1641fi 1679fi
1642 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1643 as_fn_set_status $ac_retval 1681 as_fn_set_status $ac_retval
1644 1682
1645} # ac_fn_c_try_cpp 1683} # ac_fn_c_try_cpp
1646 1684
1647# ac_fn_cxx_try_compile LINENO 1685# ac_fn_cxx_try_compile LINENO
1675 $as_echo "$as_me: failed program was:" >&5 1713 $as_echo "$as_me: failed program was:" >&5
1676sed 's/^/| /' conftest.$ac_ext >&5 1714sed 's/^/| /' conftest.$ac_ext >&5
1677 1715
1678 ac_retval=1 1716 ac_retval=1
1679fi 1717fi
1680 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1681 as_fn_set_status $ac_retval 1719 as_fn_set_status $ac_retval
1682 1720
1683} # ac_fn_cxx_try_compile 1721} # ac_fn_cxx_try_compile
1684 1722
1685# ac_fn_cxx_try_cpp LINENO 1723# ac_fn_cxx_try_cpp LINENO
1712 $as_echo "$as_me: failed program was:" >&5 1750 $as_echo "$as_me: failed program was:" >&5
1713sed 's/^/| /' conftest.$ac_ext >&5 1751sed 's/^/| /' conftest.$ac_ext >&5
1714 1752
1715 ac_retval=1 1753 ac_retval=1
1716fi 1754fi
1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1718 as_fn_set_status $ac_retval 1756 as_fn_set_status $ac_retval
1719 1757
1720} # ac_fn_cxx_try_cpp 1758} # ac_fn_cxx_try_cpp
1721 1759
1722# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 1760# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1725# the include files in INCLUDES and setting the cache variable VAR 1763# the include files in INCLUDES and setting the cache variable VAR
1726# accordingly. 1764# accordingly.
1727ac_fn_cxx_check_header_mongrel () 1765ac_fn_cxx_check_header_mongrel ()
1728{ 1766{
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if eval "test \"\${$3+set}\"" = set; then : 1768 if eval \${$3+:} false; then :
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732$as_echo_n "checking for $2... " >&6; } 1770$as_echo_n "checking for $2... " >&6; }
1733if eval "test \"\${$3+set}\"" = set; then : 1771if eval \${$3+:} false; then :
1734 $as_echo_n "(cached) " >&6 1772 $as_echo_n "(cached) " >&6
1735fi 1773fi
1736eval ac_res=\$$3 1774eval ac_res=\$$3
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1738$as_echo "$ac_res" >&6; } 1776$as_echo "$ac_res" >&6; }
1791$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1829$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1792 ;; 1830 ;;
1793esac 1831esac
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1795$as_echo_n "checking for $2... " >&6; } 1833$as_echo_n "checking for $2... " >&6; }
1796if eval "test \"\${$3+set}\"" = set; then : 1834if eval \${$3+:} false; then :
1797 $as_echo_n "(cached) " >&6 1835 $as_echo_n "(cached) " >&6
1798else 1836else
1799 eval "$3=\$ac_header_compiler" 1837 eval "$3=\$ac_header_compiler"
1800fi 1838fi
1801eval ac_res=\$$3 1839eval ac_res=\$$3
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1803$as_echo "$ac_res" >&6; } 1841$as_echo "$ac_res" >&6; }
1804fi 1842fi
1805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1843 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1806 1844
1807} # ac_fn_cxx_check_header_mongrel 1845} # ac_fn_cxx_check_header_mongrel
1808 1846
1809# ac_fn_cxx_try_run LINENO 1847# ac_fn_cxx_try_run LINENO
1810# ------------------------ 1848# ------------------------
1841sed 's/^/| /' conftest.$ac_ext >&5 1879sed 's/^/| /' conftest.$ac_ext >&5
1842 1880
1843 ac_retval=$ac_status 1881 ac_retval=$ac_status
1844fi 1882fi
1845 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1883 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1846 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1847 as_fn_set_status $ac_retval 1885 as_fn_set_status $ac_retval
1848 1886
1849} # ac_fn_cxx_try_run 1887} # ac_fn_cxx_try_run
1850 1888
1851# ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES 1889# ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
1855ac_fn_cxx_check_header_compile () 1893ac_fn_cxx_check_header_compile ()
1856{ 1894{
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1859$as_echo_n "checking for $2... " >&6; } 1897$as_echo_n "checking for $2... " >&6; }
1860if eval "test \"\${$3+set}\"" = set; then : 1898if eval \${$3+:} false; then :
1861 $as_echo_n "(cached) " >&6 1899 $as_echo_n "(cached) " >&6
1862else 1900else
1863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1864/* end confdefs.h. */ 1902/* end confdefs.h. */
1865$4 1903$4
1873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1911rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1874fi 1912fi
1875eval ac_res=\$$3 1913eval ac_res=\$$3
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1877$as_echo "$ac_res" >&6; } 1915$as_echo "$ac_res" >&6; }
1878 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1916 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1879 1917
1880} # ac_fn_cxx_check_header_compile 1918} # ac_fn_cxx_check_header_compile
1881 1919
1882# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES 1920# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
1883# --------------------------------------------- 1921# ---------------------------------------------
1886ac_fn_cxx_check_type () 1924ac_fn_cxx_check_type ()
1887{ 1925{
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1926 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1890$as_echo_n "checking for $2... " >&6; } 1928$as_echo_n "checking for $2... " >&6; }
1891if eval "test \"\${$3+set}\"" = set; then : 1929if eval \${$3+:} false; then :
1892 $as_echo_n "(cached) " >&6 1930 $as_echo_n "(cached) " >&6
1893else 1931else
1894 eval "$3=no" 1932 eval "$3=no"
1895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1896/* end confdefs.h. */ 1934/* end confdefs.h. */
1927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1928fi 1966fi
1929eval ac_res=\$$3 1967eval ac_res=\$$3
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1931$as_echo "$ac_res" >&6; } 1969$as_echo "$ac_res" >&6; }
1932 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1970 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1933 1971
1934} # ac_fn_cxx_check_type 1972} # ac_fn_cxx_check_type
1935 1973
1936# ac_fn_c_try_run LINENO 1974# ac_fn_c_try_run LINENO
1937# ---------------------- 1975# ----------------------
1968sed 's/^/| /' conftest.$ac_ext >&5 2006sed 's/^/| /' conftest.$ac_ext >&5
1969 2007
1970 ac_retval=$ac_status 2008 ac_retval=$ac_status
1971fi 2009fi
1972 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2010 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1973 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2011 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1974 as_fn_set_status $ac_retval 2012 as_fn_set_status $ac_retval
1975 2013
1976} # ac_fn_c_try_run 2014} # ac_fn_c_try_run
1977 2015
1978# ac_fn_c_check_func LINENO FUNC VAR 2016# ac_fn_c_check_func LINENO FUNC VAR
1981ac_fn_c_check_func () 2019ac_fn_c_check_func ()
1982{ 2020{
1983 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2021 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1985$as_echo_n "checking for $2... " >&6; } 2023$as_echo_n "checking for $2... " >&6; }
1986if eval "test \"\${$3+set}\"" = set; then : 2024if eval \${$3+:} false; then :
1987 $as_echo_n "(cached) " >&6 2025 $as_echo_n "(cached) " >&6
1988else 2026else
1989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1990/* end confdefs.h. */ 2028/* end confdefs.h. */
1991/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 2029/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2036 conftest$ac_exeext conftest.$ac_ext 2074 conftest$ac_exeext conftest.$ac_ext
2037fi 2075fi
2038eval ac_res=\$$3 2076eval ac_res=\$$3
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2040$as_echo "$ac_res" >&6; } 2078$as_echo "$ac_res" >&6; }
2041 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2079 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2042 2080
2043} # ac_fn_c_check_func 2081} # ac_fn_c_check_func
2044 2082
2045# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 2083# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2046# ------------------------------------------------------- 2084# -------------------------------------------------------
2048# the include files in INCLUDES and setting the cache variable VAR 2086# the include files in INCLUDES and setting the cache variable VAR
2049# accordingly. 2087# accordingly.
2050ac_fn_c_check_header_mongrel () 2088ac_fn_c_check_header_mongrel ()
2051{ 2089{
2052 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2090 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053 if eval "test \"\${$3+set}\"" = set; then : 2091 if eval \${$3+:} false; then :
2054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2055$as_echo_n "checking for $2... " >&6; } 2093$as_echo_n "checking for $2... " >&6; }
2056if eval "test \"\${$3+set}\"" = set; then : 2094if eval \${$3+:} false; then :
2057 $as_echo_n "(cached) " >&6 2095 $as_echo_n "(cached) " >&6
2058fi 2096fi
2059eval ac_res=\$$3 2097eval ac_res=\$$3
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2061$as_echo "$ac_res" >&6; } 2099$as_echo "$ac_res" >&6; }
2114$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 2152$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2115 ;; 2153 ;;
2116esac 2154esac
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2118$as_echo_n "checking for $2... " >&6; } 2156$as_echo_n "checking for $2... " >&6; }
2119if eval "test \"\${$3+set}\"" = set; then : 2157if eval \${$3+:} false; then :
2120 $as_echo_n "(cached) " >&6 2158 $as_echo_n "(cached) " >&6
2121else 2159else
2122 eval "$3=\$ac_header_compiler" 2160 eval "$3=\$ac_header_compiler"
2123fi 2161fi
2124eval ac_res=\$$3 2162eval ac_res=\$$3
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2126$as_echo "$ac_res" >&6; } 2164$as_echo "$ac_res" >&6; }
2127fi 2165fi
2128 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2166 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2129 2167
2130} # ac_fn_c_check_header_mongrel 2168} # ac_fn_c_check_header_mongrel
2131 2169
2132# ac_fn_cxx_try_link LINENO 2170# ac_fn_cxx_try_link LINENO
2133# ------------------------- 2171# -------------------------
2154 test $ac_status = 0; } && { 2192 test $ac_status = 0; } && {
2155 test -z "$ac_cxx_werror_flag" || 2193 test -z "$ac_cxx_werror_flag" ||
2156 test ! -s conftest.err 2194 test ! -s conftest.err
2157 } && test -s conftest$ac_exeext && { 2195 } && test -s conftest$ac_exeext && {
2158 test "$cross_compiling" = yes || 2196 test "$cross_compiling" = yes ||
2159 $as_test_x conftest$ac_exeext 2197 test -x conftest$ac_exeext
2160 }; then : 2198 }; then :
2161 ac_retval=0 2199 ac_retval=0
2162else 2200else
2163 $as_echo "$as_me: failed program was:" >&5 2201 $as_echo "$as_me: failed program was:" >&5
2164sed 's/^/| /' conftest.$ac_ext >&5 2202sed 's/^/| /' conftest.$ac_ext >&5
2168 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 2206 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2169 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 2207 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2170 # interfere with the next link command; also delete a directory that is 2208 # interfere with the next link command; also delete a directory that is
2171 # left behind by Apple's compiler. We do this before executing the actions. 2209 # left behind by Apple's compiler. We do this before executing the actions.
2172 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2210 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2173 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2211 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2174 as_fn_set_status $ac_retval 2212 as_fn_set_status $ac_retval
2175 2213
2176} # ac_fn_cxx_try_link 2214} # ac_fn_cxx_try_link
2177 2215
2178# ac_fn_cxx_check_func LINENO FUNC VAR 2216# ac_fn_cxx_check_func LINENO FUNC VAR
2181ac_fn_cxx_check_func () 2219ac_fn_cxx_check_func ()
2182{ 2220{
2183 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2221 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2185$as_echo_n "checking for $2... " >&6; } 2223$as_echo_n "checking for $2... " >&6; }
2186if eval "test \"\${$3+set}\"" = set; then : 2224if eval \${$3+:} false; then :
2187 $as_echo_n "(cached) " >&6 2225 $as_echo_n "(cached) " >&6
2188else 2226else
2189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2190/* end confdefs.h. */ 2228/* end confdefs.h. */
2191/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 2229/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2236 conftest$ac_exeext conftest.$ac_ext 2274 conftest$ac_exeext conftest.$ac_ext
2237fi 2275fi
2238eval ac_res=\$$3 2276eval ac_res=\$$3
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2240$as_echo "$ac_res" >&6; } 2278$as_echo "$ac_res" >&6; }
2241 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2279 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2242 2280
2243} # ac_fn_cxx_check_func 2281} # ac_fn_cxx_check_func
2244cat >config.log <<_ACEOF 2282cat >config.log <<_ACEOF
2245This file contains any messages produced by compilers while 2283This file contains any messages produced by compilers while
2246running configure, to aid debugging if configure makes a mistake. 2284running configure, to aid debugging if configure makes a mistake.
2247 2285
2248It was created by $as_me, which was 2286It was created by $as_me, which was
2249generated by GNU Autoconf 2.67. Invocation command line was 2287generated by GNU Autoconf 2.69. Invocation command line was
2250 2288
2251 $ $0 $@ 2289 $ $0 $@
2252 2290
2253_ACEOF 2291_ACEOF
2254exec 5>>config.log 2292exec 5>>config.log
2502 sed 's/^/| /' "$ac_site_file" >&5 2540 sed 's/^/| /' "$ac_site_file" >&5
2503 . "$ac_site_file" \ 2541 . "$ac_site_file" \
2504 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2542 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2505$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2543$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2506as_fn_error $? "failed to load site script $ac_site_file 2544as_fn_error $? "failed to load site script $ac_site_file
2507See \`config.log' for more details" "$LINENO" 5 ; } 2545See \`config.log' for more details" "$LINENO" 5; }
2508 fi 2546 fi
2509done 2547done
2510 2548
2511if test -r "$cache_file"; then 2549if test -r "$cache_file"; then
2512 # Some versions of bash will fail to source /dev/null (special files 2550 # Some versions of bash will fail to source /dev/null (special files
2627$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2665$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2628 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2666 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2629 2667
2630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2631$as_echo_n "checking build system type... " >&6; } 2669$as_echo_n "checking build system type... " >&6; }
2632if test "${ac_cv_build+set}" = set; then : 2670if ${ac_cv_build+:} false; then :
2633 $as_echo_n "(cached) " >&6 2671 $as_echo_n "(cached) " >&6
2634else 2672else
2635 ac_build_alias=$build_alias 2673 ac_build_alias=$build_alias
2636test "x$ac_build_alias" = x && 2674test "x$ac_build_alias" = x &&
2637 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2675 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2643fi 2681fi
2644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2645$as_echo "$ac_cv_build" >&6; } 2683$as_echo "$ac_cv_build" >&6; }
2646case $ac_cv_build in 2684case $ac_cv_build in
2647*-*-*) ;; 2685*-*-*) ;;
2648*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 2686*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2649esac 2687esac
2650build=$ac_cv_build 2688build=$ac_cv_build
2651ac_save_IFS=$IFS; IFS='-' 2689ac_save_IFS=$IFS; IFS='-'
2652set x $ac_cv_build 2690set x $ac_cv_build
2653shift 2691shift
2661case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2699case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2662 2700
2663 2701
2664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2665$as_echo_n "checking host system type... " >&6; } 2703$as_echo_n "checking host system type... " >&6; }
2666if test "${ac_cv_host+set}" = set; then : 2704if ${ac_cv_host+:} false; then :
2667 $as_echo_n "(cached) " >&6 2705 $as_echo_n "(cached) " >&6
2668else 2706else
2669 if test "x$host_alias" = x; then 2707 if test "x$host_alias" = x; then
2670 ac_cv_host=$ac_cv_build 2708 ac_cv_host=$ac_cv_build
2671else 2709else
2676fi 2714fi
2677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2678$as_echo "$ac_cv_host" >&6; } 2716$as_echo "$ac_cv_host" >&6; }
2679case $ac_cv_host in 2717case $ac_cv_host in
2680*-*-*) ;; 2718*-*-*) ;;
2681*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 2719*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2682esac 2720esac
2683host=$ac_cv_host 2721host=$ac_cv_host
2684ac_save_IFS=$IFS; IFS='-' 2722ac_save_IFS=$IFS; IFS='-'
2685set x $ac_cv_host 2723set x $ac_cv_host
2686shift 2724shift
2694case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2732case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2695 2733
2696 2734
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2698$as_echo_n "checking target system type... " >&6; } 2736$as_echo_n "checking target system type... " >&6; }
2699if test "${ac_cv_target+set}" = set; then : 2737if ${ac_cv_target+:} false; then :
2700 $as_echo_n "(cached) " >&6 2738 $as_echo_n "(cached) " >&6
2701else 2739else
2702 if test "x$target_alias" = x; then 2740 if test "x$target_alias" = x; then
2703 ac_cv_target=$ac_cv_host 2741 ac_cv_target=$ac_cv_host
2704else 2742else
2709fi 2747fi
2710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2711$as_echo "$ac_cv_target" >&6; } 2749$as_echo "$ac_cv_target" >&6; }
2712case $ac_cv_target in 2750case $ac_cv_target in
2713*-*-*) ;; 2751*-*-*) ;;
2714*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; 2752*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2715esac 2753esac
2716target=$ac_cv_target 2754target=$ac_cv_target
2717ac_save_IFS=$IFS; IFS='-' 2755ac_save_IFS=$IFS; IFS='-'
2718set x $ac_cv_target 2756set x $ac_cv_target
2719shift 2757shift
2731# will get canonicalized. 2769# will get canonicalized.
2732test -n "$target_alias" && 2770test -n "$target_alias" &&
2733 test "$program_prefix$program_suffix$program_transform_name" = \ 2771 test "$program_prefix$program_suffix$program_transform_name" = \
2734 NONENONEs,x,x, && 2772 NONENONEs,x,x, &&
2735 program_prefix=${target_alias}- 2773 program_prefix=${target_alias}-
2736am__api_version='1.11' 2774am__api_version="1.7"
2737
2738# Find a good install program. We prefer a C program (faster), 2775# Find a good install program. We prefer a C program (faster),
2739# so one script is as good as another. But avoid the broken or 2776# so one script is as good as another. But avoid the broken or
2740# incompatible versions: 2777# incompatible versions:
2741# SysV /etc/install, /usr/sbin/install 2778# SysV /etc/install, /usr/sbin/install
2742# SunOS /usr/etc/install 2779# SunOS /usr/etc/install
2750# ./install, which can be erroneously created by make from ./install.sh. 2787# ./install, which can be erroneously created by make from ./install.sh.
2751# Reject install programs that cannot install multiple files. 2788# Reject install programs that cannot install multiple files.
2752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2753$as_echo_n "checking for a BSD-compatible install... " >&6; } 2790$as_echo_n "checking for a BSD-compatible install... " >&6; }
2754if test -z "$INSTALL"; then 2791if test -z "$INSTALL"; then
2755if test "${ac_cv_path_install+set}" = set; then : 2792if ${ac_cv_path_install+:} false; then :
2756 $as_echo_n "(cached) " >&6 2793 $as_echo_n "(cached) " >&6
2757else 2794else
2758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2759for as_dir in $PATH 2796for as_dir in $PATH
2760do 2797do
2770 # OSF1 and SCO ODT 3.0 have their own names for install. 2807 # OSF1 and SCO ODT 3.0 have their own names for install.
2771 # Don't use installbsd from OSF since it installs stuff as root 2808 # Don't use installbsd from OSF since it installs stuff as root
2772 # by default. 2809 # by default.
2773 for ac_prog in ginstall scoinst install; do 2810 for ac_prog in ginstall scoinst install; do
2774 for ac_exec_ext in '' $ac_executable_extensions; do 2811 for ac_exec_ext in '' $ac_executable_extensions; do
2775 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2812 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2776 if test $ac_prog = install && 2813 if test $ac_prog = install &&
2777 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2814 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2778 # AIX install. It has an incompatible calling convention. 2815 # AIX install. It has an incompatible calling convention.
2779 : 2816 :
2780 elif test $ac_prog = install && 2817 elif test $ac_prog = install &&
2831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2832$as_echo_n "checking whether build environment is sane... " >&6; } 2869$as_echo_n "checking whether build environment is sane... " >&6; }
2833# Just in case 2870# Just in case
2834sleep 1 2871sleep 1
2835echo timestamp > conftest.file 2872echo timestamp > conftest.file
2836# Reject unsafe characters in $srcdir or the absolute working directory
2837# name. Accept space and tab only in the latter.
2838am_lf='
2839'
2840case `pwd` in
2841 *[\\\"\#\$\&\'\`$am_lf]*)
2842 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2843esac
2844case $srcdir in
2845 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2846 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2847esac
2848
2849# Do `set' in a subshell so we don't clobber the current shell's 2873# Do `set' in a subshell so we don't clobber the current shell's
2850# arguments. Must try -L first in case configure is actually a 2874# arguments. Must try -L first in case configure is actually a
2851# symlink; some systems play weird games with the mod time of symlinks 2875# symlink; some systems play weird games with the mod time of symlinks
2852# (eg FreeBSD returns the mod time of the symlink's containing 2876# (eg FreeBSD returns the mod time of the symlink's containing
2853# directory). 2877# directory).
2854if ( 2878if (
2855 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2879 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2856 if test "$*" = "X"; then 2880 if test "$*" = "X"; then
2857 # -L didn't work. 2881 # -L didn't work.
2858 set X `ls -t "$srcdir/configure" conftest.file` 2882 set X `ls -t $srcdir/configure conftest.file`
2859 fi 2883 fi
2860 rm -f conftest.file 2884 rm -f conftest.file
2861 if test "$*" != "X $srcdir/configure conftest.file" \ 2885 if test "$*" != "X $srcdir/configure conftest.file" \
2862 && test "$*" != "X conftest.file $srcdir/configure"; then 2886 && test "$*" != "X conftest.file $srcdir/configure"; then
2863 2887
2888# Double any \ or $. 2912# Double any \ or $.
2889# By default was `s,x,x', remove it if useless. 2913# By default was `s,x,x', remove it if useless.
2890ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2914ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2891program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2915program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2892 2916
2917
2893# expand $ac_aux_dir to an absolute path 2918# expand $ac_aux_dir to an absolute path
2894am_aux_dir=`cd $ac_aux_dir && pwd` 2919am_aux_dir=`cd $ac_aux_dir && pwd`
2895 2920
2896if test x"${MISSING+set}" != xset; then 2921test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2897 case $am_aux_dir in
2898 *\ * | *\ *)
2899 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2900 *)
2901 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2902 esac
2903fi
2904# Use eval to expand $SHELL 2922# Use eval to expand $SHELL
2905if eval "$MISSING --run true"; then 2923if eval "$MISSING --run true"; then
2906 am_missing_run="$MISSING --run " 2924 am_missing_run="$MISSING --run "
2907else 2925else
2908 am_missing_run= 2926 am_missing_run=
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2910$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2928$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2911fi 2929fi
2912 2930
2913if test x"${install_sh}" != xset; then 2931for ac_prog in gawk mawk nawk awk
2914 case $am_aux_dir in 2932do
2915 *\ * | *\ *) 2933 # Extract the first word of "$ac_prog", so it can be a program name with args.
2916 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2934set dummy $ac_prog; ac_word=$2
2935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2936$as_echo_n "checking for $ac_word... " >&6; }
2937if ${ac_cv_prog_AWK+:} false; then :
2938 $as_echo_n "(cached) " >&6
2939else
2940 if test -n "$AWK"; then
2941 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2942else
2943as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2944for as_dir in $PATH
2945do
2946 IFS=$as_save_IFS
2947 test -z "$as_dir" && as_dir=.
2948 for ac_exec_ext in '' $ac_executable_extensions; do
2949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2950 ac_cv_prog_AWK="$ac_prog"
2951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2952 break 2
2953 fi
2954done
2955 done
2956IFS=$as_save_IFS
2957
2958fi
2959fi
2960AWK=$ac_cv_prog_AWK
2961if test -n "$AWK"; then
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2963$as_echo "$AWK" >&6; }
2964else
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2966$as_echo "no" >&6; }
2967fi
2968
2969
2970 test -n "$AWK" && break
2971done
2972
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2974$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2975set x ${MAKE-make}
2976ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2977if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2978 $as_echo_n "(cached) " >&6
2979else
2980 cat >conftest.make <<\_ACEOF
2981SHELL = /bin/sh
2982all:
2983 @echo '@@@%%%=$(MAKE)=@@@%%%'
2984_ACEOF
2985# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2986case `${MAKE-make} -f conftest.make 2>/dev/null` in
2987 *@@@%%%=?*=@@@%%%*)
2988 eval ac_cv_prog_make_${ac_make}_set=yes;;
2917 *) 2989 *)
2918 install_sh="\${SHELL} $am_aux_dir/install-sh" 2990 eval ac_cv_prog_make_${ac_make}_set=no;;
2919 esac 2991esac
2992rm -f conftest.make
2920fi 2993fi
2994if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2996$as_echo "yes" >&6; }
2997 SET_MAKE=
2998else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000$as_echo "no" >&6; }
3001 SET_MAKE="MAKE=${MAKE-make}"
3002fi
3003
3004rm -rf .tst 2>/dev/null
3005mkdir .tst 2>/dev/null
3006if test -d .tst; then
3007 am__leading_dot=.
3008else
3009 am__leading_dot=_
3010fi
3011rmdir .tst 2>/dev/null
3012
3013 # test to see if srcdir already configured
3014if test "`cd $srcdir && pwd`" != "`pwd`" &&
3015 test -f $srcdir/config.status; then
3016 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3017fi
3018
3019# test whether we have cygpath
3020if test -z "$CYGPATH_W"; then
3021 if (cygpath --version) >/dev/null 2>/dev/null; then
3022 CYGPATH_W='cygpath -w'
3023 else
3024 CYGPATH_W=echo
3025 fi
3026fi
3027
3028
3029# Define the identity of the package.
3030 PACKAGE=gvpe
3031 VERSION=3.0
3032
3033
3034cat >>confdefs.h <<_ACEOF
3035#define PACKAGE "$PACKAGE"
3036_ACEOF
3037
3038
3039cat >>confdefs.h <<_ACEOF
3040#define VERSION "$VERSION"
3041_ACEOF
3042
3043# Some tools Automake needs.
3044
3045ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3046
3047
3048AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3049
3050
3051AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3052
3053
3054AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3055
3056
3057MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3058
3059
3060AMTAR=${AMTAR-"${am_missing_run}tar"}
3061
3062install_sh=${install_sh-"$am_aux_dir/install-sh"}
2921 3063
2922# Installed binaries are usually stripped using `strip' when the user 3064# Installed binaries are usually stripped using `strip' when the user
2923# run `make install-strip'. However `strip' might not be the right 3065# run `make install-strip'. However `strip' might not be the right
2924# tool to use in cross-compilation environments, therefore Automake 3066# tool to use in cross-compilation environments, therefore Automake
2925# will honor the `STRIP' environment variable to overrule this program. 3067# will honor the `STRIP' environment variable to overrule this program.
2927 if test -n "$ac_tool_prefix"; then 3069 if test -n "$ac_tool_prefix"; then
2928 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 3070 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2929set dummy ${ac_tool_prefix}strip; ac_word=$2 3071set dummy ${ac_tool_prefix}strip; ac_word=$2
2930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2931$as_echo_n "checking for $ac_word... " >&6; } 3073$as_echo_n "checking for $ac_word... " >&6; }
2932if test "${ac_cv_prog_STRIP+set}" = set; then : 3074if ${ac_cv_prog_STRIP+:} false; then :
2933 $as_echo_n "(cached) " >&6 3075 $as_echo_n "(cached) " >&6
2934else 3076else
2935 if test -n "$STRIP"; then 3077 if test -n "$STRIP"; then
2936 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3078 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2937else 3079else
2939for as_dir in $PATH 3081for as_dir in $PATH
2940do 3082do
2941 IFS=$as_save_IFS 3083 IFS=$as_save_IFS
2942 test -z "$as_dir" && as_dir=. 3084 test -z "$as_dir" && as_dir=.
2943 for ac_exec_ext in '' $ac_executable_extensions; do 3085 for ac_exec_ext in '' $ac_executable_extensions; do
2944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3086 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2945 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 3087 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2947 break 2 3089 break 2
2948 fi 3090 fi
2949done 3091done
2967 ac_ct_STRIP=$STRIP 3109 ac_ct_STRIP=$STRIP
2968 # Extract the first word of "strip", so it can be a program name with args. 3110 # Extract the first word of "strip", so it can be a program name with args.
2969set dummy strip; ac_word=$2 3111set dummy strip; ac_word=$2
2970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971$as_echo_n "checking for $ac_word... " >&6; } 3113$as_echo_n "checking for $ac_word... " >&6; }
2972if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3114if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2973 $as_echo_n "(cached) " >&6 3115 $as_echo_n "(cached) " >&6
2974else 3116else
2975 if test -n "$ac_ct_STRIP"; then 3117 if test -n "$ac_ct_STRIP"; then
2976 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 3118 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2977else 3119else
2979for as_dir in $PATH 3121for as_dir in $PATH
2980do 3122do
2981 IFS=$as_save_IFS 3123 IFS=$as_save_IFS
2982 test -z "$as_dir" && as_dir=. 3124 test -z "$as_dir" && as_dir=.
2983 for ac_exec_ext in '' $ac_executable_extensions; do 3125 for ac_exec_ext in '' $ac_executable_extensions; do
2984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2985 ac_cv_prog_ac_ct_STRIP="strip" 3127 ac_cv_prog_ac_ct_STRIP="strip"
2986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987 break 2 3129 break 2
2988 fi 3130 fi
2989done 3131done
3015else 3157else
3016 STRIP="$ac_cv_prog_STRIP" 3158 STRIP="$ac_cv_prog_STRIP"
3017fi 3159fi
3018 3160
3019fi 3161fi
3020INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3162INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3021
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3023$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3024if test -z "$MKDIR_P"; then
3025 if test "${ac_cv_path_mkdir+set}" = set; then :
3026 $as_echo_n "(cached) " >&6
3027else
3028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3030do
3031 IFS=$as_save_IFS
3032 test -z "$as_dir" && as_dir=.
3033 for ac_prog in mkdir gmkdir; do
3034 for ac_exec_ext in '' $ac_executable_extensions; do
3035 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3036 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3037 'mkdir (GNU coreutils) '* | \
3038 'mkdir (coreutils) '* | \
3039 'mkdir (fileutils) '4.1*)
3040 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3041 break 3;;
3042 esac
3043 done
3044 done
3045 done
3046IFS=$as_save_IFS
3047
3048fi
3049
3050 test -d ./--version && rmdir ./--version
3051 if test "${ac_cv_path_mkdir+set}" = set; then
3052 MKDIR_P="$ac_cv_path_mkdir -p"
3053 else
3054 # As a last resort, use the slow shell script. Don't cache a
3055 # value for MKDIR_P within a source directory, because that will
3056 # break other packages using the cache if that directory is
3057 # removed, or if the value is a relative name.
3058 MKDIR_P="$ac_install_sh -d"
3059 fi
3060fi
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3062$as_echo "$MKDIR_P" >&6; }
3063
3064mkdir_p="$MKDIR_P"
3065case $mkdir_p in
3066 [\\/$]* | ?:[\\/]*) ;;
3067 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3068esac
3069
3070for ac_prog in gawk mawk nawk awk
3071do
3072 # Extract the first word of "$ac_prog", so it can be a program name with args.
3073set dummy $ac_prog; ac_word=$2
3074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3075$as_echo_n "checking for $ac_word... " >&6; }
3076if test "${ac_cv_prog_AWK+set}" = set; then :
3077 $as_echo_n "(cached) " >&6
3078else
3079 if test -n "$AWK"; then
3080 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3081else
3082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3083for as_dir in $PATH
3084do
3085 IFS=$as_save_IFS
3086 test -z "$as_dir" && as_dir=.
3087 for ac_exec_ext in '' $ac_executable_extensions; do
3088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3089 ac_cv_prog_AWK="$ac_prog"
3090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3091 break 2
3092 fi
3093done
3094 done
3095IFS=$as_save_IFS
3096
3097fi
3098fi
3099AWK=$ac_cv_prog_AWK
3100if test -n "$AWK"; then
3101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3102$as_echo "$AWK" >&6; }
3103else
3104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3105$as_echo "no" >&6; }
3106fi
3107
3108
3109 test -n "$AWK" && break
3110done
3111
3112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3113$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3114set x ${MAKE-make}
3115ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3116if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3117 $as_echo_n "(cached) " >&6
3118else
3119 cat >conftest.make <<\_ACEOF
3120SHELL = /bin/sh
3121all:
3122 @echo '@@@%%%=$(MAKE)=@@@%%%'
3123_ACEOF
3124# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3125case `${MAKE-make} -f conftest.make 2>/dev/null` in
3126 *@@@%%%=?*=@@@%%%*)
3127 eval ac_cv_prog_make_${ac_make}_set=yes;;
3128 *)
3129 eval ac_cv_prog_make_${ac_make}_set=no;;
3130esac
3131rm -f conftest.make
3132fi
3133if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3135$as_echo "yes" >&6; }
3136 SET_MAKE=
3137else
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3139$as_echo "no" >&6; }
3140 SET_MAKE="MAKE=${MAKE-make}"
3141fi
3142
3143rm -rf .tst 2>/dev/null
3144mkdir .tst 2>/dev/null
3145if test -d .tst; then
3146 am__leading_dot=.
3147else
3148 am__leading_dot=_
3149fi
3150rmdir .tst 2>/dev/null
3151
3152if test "`cd $srcdir && pwd`" != "`pwd`"; then
3153 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3154 # is not polluted with repeated "-I."
3155 am__isrc=' -I$(srcdir)'
3156 # test to see if srcdir already configured
3157 if test -f $srcdir/config.status; then
3158 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3159 fi
3160fi
3161
3162# test whether we have cygpath
3163if test -z "$CYGPATH_W"; then
3164 if (cygpath --version) >/dev/null 2>/dev/null; then
3165 CYGPATH_W='cygpath -w'
3166 else
3167 CYGPATH_W=echo
3168 fi
3169fi
3170
3171
3172# Define the identity of the package.
3173 PACKAGE=gvpe
3174 VERSION=2.24
3175
3176
3177cat >>confdefs.h <<_ACEOF
3178#define PACKAGE "$PACKAGE"
3179_ACEOF
3180
3181
3182cat >>confdefs.h <<_ACEOF
3183#define VERSION "$VERSION"
3184_ACEOF
3185
3186# Some tools Automake needs.
3187
3188ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3189
3190
3191AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3192
3193
3194AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3195
3196
3197AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3198
3199
3200MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3201 3163
3202# We need awk for the "check" target. The system "awk" is bad on 3164# We need awk for the "check" target. The system "awk" is bad on
3203# some platforms. 3165# some platforms.
3204# Always define AMTAR for backward compatibility.
3205
3206AMTAR=${AMTAR-"${am_missing_run}tar"}
3207
3208am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3209
3210
3211 3166
3212 3167
3213 3168
3214ac_config_headers="$ac_config_headers config.h" 3169ac_config_headers="$ac_config_headers config.h"
3215
3216 3170
3217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 3171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3218$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 3172$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3219 # Check whether --enable-maintainer-mode was given. 3173 # Check whether --enable-maintainer-mode was given.
3220if test "${enable_maintainer_mode+set}" = set; then : 3174if test "${enable_maintainer_mode+set}" = set; then :
3223 USE_MAINTAINER_MODE=no 3177 USE_MAINTAINER_MODE=no
3224fi 3178fi
3225 3179
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 3180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3227$as_echo "$USE_MAINTAINER_MODE" >&6; } 3181$as_echo "$USE_MAINTAINER_MODE" >&6; }
3182
3183
3228 if test $USE_MAINTAINER_MODE = yes; then 3184if test $USE_MAINTAINER_MODE = yes; then
3229 MAINTAINER_MODE_TRUE= 3185 MAINTAINER_MODE_TRUE=
3230 MAINTAINER_MODE_FALSE='#' 3186 MAINTAINER_MODE_FALSE='#'
3231else 3187else
3232 MAINTAINER_MODE_TRUE='#' 3188 MAINTAINER_MODE_TRUE='#'
3233 MAINTAINER_MODE_FALSE= 3189 MAINTAINER_MODE_FALSE=
3237 3193
3238 3194
3239 3195
3240 3196
3241 3197
3242
3243
3244
3245 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
3246
3247 for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
3248 3198
3249 3199
3250 3200
3251 MKINSTALLDIRS= 3201 MKINSTALLDIRS=
3252 if test -n "$ac_aux_dir"; then 3202 if test -n "$ac_aux_dir"; then
3262 3212
3263 # Extract the first word of "msgfmt", so it can be a program name with args. 3213 # Extract the first word of "msgfmt", so it can be a program name with args.
3264set dummy msgfmt; ac_word=$2 3214set dummy msgfmt; ac_word=$2
3265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3266$as_echo_n "checking for $ac_word... " >&6; } 3216$as_echo_n "checking for $ac_word... " >&6; }
3267if test "${ac_cv_path_MSGFMT+set}" = set; then : 3217if ${ac_cv_path_MSGFMT+:} false; then :
3268 $as_echo_n "(cached) " >&6 3218 $as_echo_n "(cached) " >&6
3269else 3219else
3270 case "$MSGFMT" in 3220 case "$MSGFMT" in
3271 /*) 3221 /*)
3272 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 3222 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3299 3249
3300 # Extract the first word of "gmsgfmt", so it can be a program name with args. 3250 # Extract the first word of "gmsgfmt", so it can be a program name with args.
3301set dummy gmsgfmt; ac_word=$2 3251set dummy gmsgfmt; ac_word=$2
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3303$as_echo_n "checking for $ac_word... " >&6; } 3253$as_echo_n "checking for $ac_word... " >&6; }
3304if test "${ac_cv_path_GMSGFMT+set}" = set; then : 3254if ${ac_cv_path_GMSGFMT+:} false; then :
3305 $as_echo_n "(cached) " >&6 3255 $as_echo_n "(cached) " >&6
3306else 3256else
3307 case $GMSGFMT in 3257 case $GMSGFMT in
3308 [\\/]* | ?:[\\/]*) 3258 [\\/]* | ?:[\\/]*)
3309 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3259 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3313for as_dir in $PATH 3263for as_dir in $PATH
3314do 3264do
3315 IFS=$as_save_IFS 3265 IFS=$as_save_IFS
3316 test -z "$as_dir" && as_dir=. 3266 test -z "$as_dir" && as_dir=.
3317 for ac_exec_ext in '' $ac_executable_extensions; do 3267 for ac_exec_ext in '' $ac_executable_extensions; do
3318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3319 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 3269 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
3320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3321 break 2 3271 break 2
3322 fi 3272 fi
3323done 3273done
3341 3291
3342 # Extract the first word of "xgettext", so it can be a program name with args. 3292 # Extract the first word of "xgettext", so it can be a program name with args.
3343set dummy xgettext; ac_word=$2 3293set dummy xgettext; ac_word=$2
3344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3345$as_echo_n "checking for $ac_word... " >&6; } 3295$as_echo_n "checking for $ac_word... " >&6; }
3346if test "${ac_cv_path_XGETTEXT+set}" = set; then : 3296if ${ac_cv_path_XGETTEXT+:} false; then :
3347 $as_echo_n "(cached) " >&6 3297 $as_echo_n "(cached) " >&6
3348else 3298else
3349 case "$XGETTEXT" in 3299 case "$XGETTEXT" in
3350 /*) 3300 /*)
3351 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 3301 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
3380 3330
3381 # Extract the first word of "msgmerge", so it can be a program name with args. 3331 # Extract the first word of "msgmerge", so it can be a program name with args.
3382set dummy msgmerge; ac_word=$2 3332set dummy msgmerge; ac_word=$2
3383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3384$as_echo_n "checking for $ac_word... " >&6; } 3334$as_echo_n "checking for $ac_word... " >&6; }
3385if test "${ac_cv_path_MSGMERGE+set}" = set; then : 3335if ${ac_cv_path_MSGMERGE+:} false; then :
3386 $as_echo_n "(cached) " >&6 3336 $as_echo_n "(cached) " >&6
3387else 3337else
3388 case "$MSGMERGE" in 3338 case "$MSGMERGE" in
3389 /*) 3339 /*)
3390 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. 3340 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
3464 3414
3465 3415
3466am_make=${MAKE-make} 3416am_make=${MAKE-make}
3467cat > confinc << 'END' 3417cat > confinc << 'END'
3468am__doit: 3418am__doit:
3469 @echo this is the am__doit target 3419 @echo done
3470.PHONY: am__doit 3420.PHONY: am__doit
3471END 3421END
3472# If we don't find an include directive, just comment out the code. 3422# If we don't find an include directive, just comment out the code.
3473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3474$as_echo_n "checking for style of include used by $am_make... " >&6; } 3424$as_echo_n "checking for style of include used by $am_make... " >&6; }
3475am__include="#" 3425am__include="#"
3476am__quote= 3426am__quote=
3477_am_result=none 3427_am_result=none
3478# First try GNU make style include. 3428# First try GNU make style include.
3479echo "include confinc" > confmf 3429echo "include confinc" > confmf
3480# Ignore all kinds of additional output from `make'. 3430# We grep out `Entering directory' and `Leaving directory'
3481case `$am_make -s -f confmf 2> /dev/null` in #( 3431# messages which can occur if `w' ends up in MAKEFLAGS.
3482*the\ am__doit\ target*) 3432# In particular we don't look at `^make:' because GNU make might
3433# be invoked under some other name (usually "gmake"), in which
3434# case it prints its new name instead of `make'.
3435if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3483 am__include=include 3436 am__include=include
3484 am__quote= 3437 am__quote=
3485 _am_result=GNU 3438 _am_result=GNU
3486 ;; 3439fi
3487esac
3488# Now try BSD make style include. 3440# Now try BSD make style include.
3489if test "$am__include" = "#"; then 3441if test "$am__include" = "#"; then
3490 echo '.include "confinc"' > confmf 3442 echo '.include "confinc"' > confmf
3491 case `$am_make -s -f confmf 2> /dev/null` in #( 3443 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3492 *the\ am__doit\ target*)
3493 am__include=.include 3444 am__include=.include
3494 am__quote="\"" 3445 am__quote="\""
3495 _am_result=BSD 3446 _am_result=BSD
3496 ;; 3447 fi
3497 esac
3498fi 3448fi
3499 3449
3500 3450
3501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3502$as_echo "$_am_result" >&6; } 3452$as_echo "$_am_result" >&6; }
3509 3459
3510if test "x$enable_dependency_tracking" != xno; then 3460if test "x$enable_dependency_tracking" != xno; then
3511 am_depcomp="$ac_aux_dir/depcomp" 3461 am_depcomp="$ac_aux_dir/depcomp"
3512 AMDEPBACKSLASH='\' 3462 AMDEPBACKSLASH='\'
3513fi 3463fi
3464
3465
3514 if test "x$enable_dependency_tracking" != xno; then 3466if test "x$enable_dependency_tracking" != xno; then
3515 AMDEP_TRUE= 3467 AMDEP_TRUE=
3516 AMDEP_FALSE='#' 3468 AMDEP_FALSE='#'
3517else 3469else
3518 AMDEP_TRUE='#' 3470 AMDEP_TRUE='#'
3519 AMDEP_FALSE= 3471 AMDEP_FALSE=
3520fi 3472fi
3473
3521 3474
3522 3475
3523ac_ext=c 3476ac_ext=c
3524ac_cpp='$CPP $CPPFLAGS' 3477ac_cpp='$CPP $CPPFLAGS'
3525ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3478ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3528if test -n "$ac_tool_prefix"; then 3481if test -n "$ac_tool_prefix"; then
3529 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3482 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3530set dummy ${ac_tool_prefix}gcc; ac_word=$2 3483set dummy ${ac_tool_prefix}gcc; ac_word=$2
3531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3532$as_echo_n "checking for $ac_word... " >&6; } 3485$as_echo_n "checking for $ac_word... " >&6; }
3533if test "${ac_cv_prog_CC+set}" = set; then : 3486if ${ac_cv_prog_CC+:} false; then :
3534 $as_echo_n "(cached) " >&6 3487 $as_echo_n "(cached) " >&6
3535else 3488else
3536 if test -n "$CC"; then 3489 if test -n "$CC"; then
3537 ac_cv_prog_CC="$CC" # Let the user override the test. 3490 ac_cv_prog_CC="$CC" # Let the user override the test.
3538else 3491else
3540for as_dir in $PATH 3493for as_dir in $PATH
3541do 3494do
3542 IFS=$as_save_IFS 3495 IFS=$as_save_IFS
3543 test -z "$as_dir" && as_dir=. 3496 test -z "$as_dir" && as_dir=.
3544 for ac_exec_ext in '' $ac_executable_extensions; do 3497 for ac_exec_ext in '' $ac_executable_extensions; do
3545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3498 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3546 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3499 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3548 break 2 3501 break 2
3549 fi 3502 fi
3550done 3503done
3568 ac_ct_CC=$CC 3521 ac_ct_CC=$CC
3569 # Extract the first word of "gcc", so it can be a program name with args. 3522 # Extract the first word of "gcc", so it can be a program name with args.
3570set dummy gcc; ac_word=$2 3523set dummy gcc; ac_word=$2
3571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3572$as_echo_n "checking for $ac_word... " >&6; } 3525$as_echo_n "checking for $ac_word... " >&6; }
3573if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3526if ${ac_cv_prog_ac_ct_CC+:} false; then :
3574 $as_echo_n "(cached) " >&6 3527 $as_echo_n "(cached) " >&6
3575else 3528else
3576 if test -n "$ac_ct_CC"; then 3529 if test -n "$ac_ct_CC"; then
3577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3530 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3578else 3531else
3580for as_dir in $PATH 3533for as_dir in $PATH
3581do 3534do
3582 IFS=$as_save_IFS 3535 IFS=$as_save_IFS
3583 test -z "$as_dir" && as_dir=. 3536 test -z "$as_dir" && as_dir=.
3584 for ac_exec_ext in '' $ac_executable_extensions; do 3537 for ac_exec_ext in '' $ac_executable_extensions; do
3585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3586 ac_cv_prog_ac_ct_CC="gcc" 3539 ac_cv_prog_ac_ct_CC="gcc"
3587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3588 break 2 3541 break 2
3589 fi 3542 fi
3590done 3543done
3621 if test -n "$ac_tool_prefix"; then 3574 if test -n "$ac_tool_prefix"; then
3622 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3575 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3623set dummy ${ac_tool_prefix}cc; ac_word=$2 3576set dummy ${ac_tool_prefix}cc; ac_word=$2
3624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3625$as_echo_n "checking for $ac_word... " >&6; } 3578$as_echo_n "checking for $ac_word... " >&6; }
3626if test "${ac_cv_prog_CC+set}" = set; then : 3579if ${ac_cv_prog_CC+:} false; then :
3627 $as_echo_n "(cached) " >&6 3580 $as_echo_n "(cached) " >&6
3628else 3581else
3629 if test -n "$CC"; then 3582 if test -n "$CC"; then
3630 ac_cv_prog_CC="$CC" # Let the user override the test. 3583 ac_cv_prog_CC="$CC" # Let the user override the test.
3631else 3584else
3633for as_dir in $PATH 3586for as_dir in $PATH
3634do 3587do
3635 IFS=$as_save_IFS 3588 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=. 3589 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do 3590 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3639 ac_cv_prog_CC="${ac_tool_prefix}cc" 3592 ac_cv_prog_CC="${ac_tool_prefix}cc"
3640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3641 break 2 3594 break 2
3642 fi 3595 fi
3643done 3596done
3661if test -z "$CC"; then 3614if test -z "$CC"; then
3662 # Extract the first word of "cc", so it can be a program name with args. 3615 # Extract the first word of "cc", so it can be a program name with args.
3663set dummy cc; ac_word=$2 3616set dummy cc; ac_word=$2
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3665$as_echo_n "checking for $ac_word... " >&6; } 3618$as_echo_n "checking for $ac_word... " >&6; }
3666if test "${ac_cv_prog_CC+set}" = set; then : 3619if ${ac_cv_prog_CC+:} false; then :
3667 $as_echo_n "(cached) " >&6 3620 $as_echo_n "(cached) " >&6
3668else 3621else
3669 if test -n "$CC"; then 3622 if test -n "$CC"; then
3670 ac_cv_prog_CC="$CC" # Let the user override the test. 3623 ac_cv_prog_CC="$CC" # Let the user override the test.
3671else 3624else
3674for as_dir in $PATH 3627for as_dir in $PATH
3675do 3628do
3676 IFS=$as_save_IFS 3629 IFS=$as_save_IFS
3677 test -z "$as_dir" && as_dir=. 3630 test -z "$as_dir" && as_dir=.
3678 for ac_exec_ext in '' $ac_executable_extensions; do 3631 for ac_exec_ext in '' $ac_executable_extensions; do
3679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3680 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3633 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3681 ac_prog_rejected=yes 3634 ac_prog_rejected=yes
3682 continue 3635 continue
3683 fi 3636 fi
3684 ac_cv_prog_CC="cc" 3637 ac_cv_prog_CC="cc"
3720 do 3673 do
3721 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3674 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3722set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3675set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3724$as_echo_n "checking for $ac_word... " >&6; } 3677$as_echo_n "checking for $ac_word... " >&6; }
3725if test "${ac_cv_prog_CC+set}" = set; then : 3678if ${ac_cv_prog_CC+:} false; then :
3726 $as_echo_n "(cached) " >&6 3679 $as_echo_n "(cached) " >&6
3727else 3680else
3728 if test -n "$CC"; then 3681 if test -n "$CC"; then
3729 ac_cv_prog_CC="$CC" # Let the user override the test. 3682 ac_cv_prog_CC="$CC" # Let the user override the test.
3730else 3683else
3732for as_dir in $PATH 3685for as_dir in $PATH
3733do 3686do
3734 IFS=$as_save_IFS 3687 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=. 3688 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do 3689 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3738 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3691 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2 3693 break 2
3741 fi 3694 fi
3742done 3695done
3764do 3717do
3765 # Extract the first word of "$ac_prog", so it can be a program name with args. 3718 # Extract the first word of "$ac_prog", so it can be a program name with args.
3766set dummy $ac_prog; ac_word=$2 3719set dummy $ac_prog; ac_word=$2
3767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3768$as_echo_n "checking for $ac_word... " >&6; } 3721$as_echo_n "checking for $ac_word... " >&6; }
3769if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3722if ${ac_cv_prog_ac_ct_CC+:} false; then :
3770 $as_echo_n "(cached) " >&6 3723 $as_echo_n "(cached) " >&6
3771else 3724else
3772 if test -n "$ac_ct_CC"; then 3725 if test -n "$ac_ct_CC"; then
3773 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3726 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3774else 3727else
3776for as_dir in $PATH 3729for as_dir in $PATH
3777do 3730do
3778 IFS=$as_save_IFS 3731 IFS=$as_save_IFS
3779 test -z "$as_dir" && as_dir=. 3732 test -z "$as_dir" && as_dir=.
3780 for ac_exec_ext in '' $ac_executable_extensions; do 3733 for ac_exec_ext in '' $ac_executable_extensions; do
3781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3734 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3782 ac_cv_prog_ac_ct_CC="$ac_prog" 3735 ac_cv_prog_ac_ct_CC="$ac_prog"
3783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3784 break 2 3737 break 2
3785 fi 3738 fi
3786done 3739done
3819 3772
3820 3773
3821test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3774test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3822$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3775$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3823as_fn_error $? "no acceptable C compiler found in \$PATH 3776as_fn_error $? "no acceptable C compiler found in \$PATH
3824See \`config.log' for more details" "$LINENO" 5 ; } 3777See \`config.log' for more details" "$LINENO" 5; }
3825 3778
3826# Provide some information about the compiler. 3779# Provide some information about the compiler.
3827$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3780$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3828set X $ac_compile 3781set X $ac_compile
3829ac_compiler=$2 3782ac_compiler=$2
3934sed 's/^/| /' conftest.$ac_ext >&5 3887sed 's/^/| /' conftest.$ac_ext >&5
3935 3888
3936{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3889{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3937$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3890$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3938as_fn_error 77 "C compiler cannot create executables 3891as_fn_error 77 "C compiler cannot create executables
3939See \`config.log' for more details" "$LINENO" 5 ; } 3892See \`config.log' for more details" "$LINENO" 5; }
3940else 3893else
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3942$as_echo "yes" >&6; } 3895$as_echo "yes" >&6; }
3943fi 3896fi
3944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3977done 3930done
3978else 3931else
3979 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3932 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3980$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3933$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3981as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3934as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3982See \`config.log' for more details" "$LINENO" 5 ; } 3935See \`config.log' for more details" "$LINENO" 5; }
3983fi 3936fi
3984rm -f conftest conftest$ac_cv_exeext 3937rm -f conftest conftest$ac_cv_exeext
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3986$as_echo "$ac_cv_exeext" >&6; } 3939$as_echo "$ac_cv_exeext" >&6; }
3987 3940
4036 else 3989 else
4037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3990 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4038$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3991$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4039as_fn_error $? "cannot run C compiled programs. 3992as_fn_error $? "cannot run C compiled programs.
4040If you meant to cross compile, use \`--host'. 3993If you meant to cross compile, use \`--host'.
4041See \`config.log' for more details" "$LINENO" 5 ; } 3994See \`config.log' for more details" "$LINENO" 5; }
4042 fi 3995 fi
4043 fi 3996 fi
4044fi 3997fi
4045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4046$as_echo "$cross_compiling" >&6; } 3999$as_echo "$cross_compiling" >&6; }
4047 4000
4048rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 4001rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4049ac_clean_files=$ac_clean_files_save 4002ac_clean_files=$ac_clean_files_save
4050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 4003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4051$as_echo_n "checking for suffix of object files... " >&6; } 4004$as_echo_n "checking for suffix of object files... " >&6; }
4052if test "${ac_cv_objext+set}" = set; then : 4005if ${ac_cv_objext+:} false; then :
4053 $as_echo_n "(cached) " >&6 4006 $as_echo_n "(cached) " >&6
4054else 4007else
4055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4056/* end confdefs.h. */ 4009/* end confdefs.h. */
4057 4010
4088sed 's/^/| /' conftest.$ac_ext >&5 4041sed 's/^/| /' conftest.$ac_ext >&5
4089 4042
4090{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4043{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4044$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092as_fn_error $? "cannot compute suffix of object files: cannot compile 4045as_fn_error $? "cannot compute suffix of object files: cannot compile
4093See \`config.log' for more details" "$LINENO" 5 ; } 4046See \`config.log' for more details" "$LINENO" 5; }
4094fi 4047fi
4095rm -f conftest.$ac_cv_objext conftest.$ac_ext 4048rm -f conftest.$ac_cv_objext conftest.$ac_ext
4096fi 4049fi
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 4050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4098$as_echo "$ac_cv_objext" >&6; } 4051$as_echo "$ac_cv_objext" >&6; }
4099OBJEXT=$ac_cv_objext 4052OBJEXT=$ac_cv_objext
4100ac_objext=$OBJEXT 4053ac_objext=$OBJEXT
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4102$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4055$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4103if test "${ac_cv_c_compiler_gnu+set}" = set; then : 4056if ${ac_cv_c_compiler_gnu+:} false; then :
4104 $as_echo_n "(cached) " >&6 4057 $as_echo_n "(cached) " >&6
4105else 4058else
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4107/* end confdefs.h. */ 4060/* end confdefs.h. */
4108 4061
4135fi 4088fi
4136ac_test_CFLAGS=${CFLAGS+set} 4089ac_test_CFLAGS=${CFLAGS+set}
4137ac_save_CFLAGS=$CFLAGS 4090ac_save_CFLAGS=$CFLAGS
4138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4139$as_echo_n "checking whether $CC accepts -g... " >&6; } 4092$as_echo_n "checking whether $CC accepts -g... " >&6; }
4140if test "${ac_cv_prog_cc_g+set}" = set; then : 4093if ${ac_cv_prog_cc_g+:} false; then :
4141 $as_echo_n "(cached) " >&6 4094 $as_echo_n "(cached) " >&6
4142else 4095else
4143 ac_save_c_werror_flag=$ac_c_werror_flag 4096 ac_save_c_werror_flag=$ac_c_werror_flag
4144 ac_c_werror_flag=yes 4097 ac_c_werror_flag=yes
4145 ac_cv_prog_cc_g=no 4098 ac_cv_prog_cc_g=no
4213 CFLAGS= 4166 CFLAGS=
4214 fi 4167 fi
4215fi 4168fi
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4217$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4170$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4218if test "${ac_cv_prog_cc_c89+set}" = set; then : 4171if ${ac_cv_prog_cc_c89+:} false; then :
4219 $as_echo_n "(cached) " >&6 4172 $as_echo_n "(cached) " >&6
4220else 4173else
4221 ac_cv_prog_cc_c89=no 4174 ac_cv_prog_cc_c89=no
4222ac_save_CC=$CC 4175ac_save_CC=$CC
4223cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4176cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4224/* end confdefs.h. */ 4177/* end confdefs.h. */
4225#include <stdarg.h> 4178#include <stdarg.h>
4226#include <stdio.h> 4179#include <stdio.h>
4227#include <sys/types.h> 4180struct stat;
4228#include <sys/stat.h>
4229/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4181/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4230struct buf { int x; }; 4182struct buf { int x; };
4231FILE * (*rcsopen) (struct buf *, struct stat *, int); 4183FILE * (*rcsopen) (struct buf *, struct stat *, int);
4232static char *e (p, i) 4184static char *e (p, i)
4233 char **p; 4185 char **p;
4312 4264
4313depcc="$CC" am_compiler_list= 4265depcc="$CC" am_compiler_list=
4314 4266
4315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4316$as_echo_n "checking dependency style of $depcc... " >&6; } 4268$as_echo_n "checking dependency style of $depcc... " >&6; }
4317if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4269if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4318 $as_echo_n "(cached) " >&6 4270 $as_echo_n "(cached) " >&6
4319else 4271else
4320 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4272 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4321 # We make a subdir and do the tests there. Otherwise we can end up 4273 # We make a subdir and do the tests there. Otherwise we can end up
4322 # making bogus files that we don't know about and never remove. For 4274 # making bogus files that we don't know about and never remove. For
4338 4290
4339 am_cv_CC_dependencies_compiler_type=none 4291 am_cv_CC_dependencies_compiler_type=none
4340 if test "$am_compiler_list" = ""; then 4292 if test "$am_compiler_list" = ""; then
4341 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 4293 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4342 fi 4294 fi
4343 am__universal=false
4344 case " $depcc " in #(
4345 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4346 esac
4347
4348 for depmode in $am_compiler_list; do 4295 for depmode in $am_compiler_list; do
4349 # Setup a source with many dependencies, because some compilers 4296 # Setup a source with many dependencies, because some compilers
4350 # like to wrap large dependency lists on column 80 (with \), and 4297 # like to wrap large dependency lists on column 80 (with \), and
4351 # we should not choose a depcomp mode which is confused by this. 4298 # we should not choose a depcomp mode which is confused by this.
4352 # 4299 #
4354 # overwrite some of them when testing with obscure command lines. 4301 # overwrite some of them when testing with obscure command lines.
4355 # This happens at least with the AIX C compiler. 4302 # This happens at least with the AIX C compiler.
4356 : > sub/conftest.c 4303 : > sub/conftest.c
4357 for i in 1 2 3 4 5 6; do 4304 for i in 1 2 3 4 5 6; do
4358 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4305 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4359 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4360 # Solaris 8's {/usr,}/bin/sh.
4361 touch sub/conftst$i.h 4306 : > sub/conftst$i.h
4362 done 4307 done
4363 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4308 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4364 4309
4365 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4366 # mode. It turns out that the SunPro C++ compiler does not properly
4367 # handle `-M -o', and we need to detect this. Also, some Intel
4368 # versions had trouble with output in subdirs
4369 am__obj=sub/conftest.${OBJEXT-o}
4370 am__minus_obj="-o $am__obj"
4371 case $depmode in 4310 case $depmode in
4372 gcc)
4373 # This depmode causes a compiler race in universal mode.
4374 test "$am__universal" = false || continue
4375 ;;
4376 nosideeffect) 4311 nosideeffect)
4377 # after this tag, mechanisms are not by side-effect, so they'll 4312 # after this tag, mechanisms are not by side-effect, so they'll
4378 # only be used when explicitly requested 4313 # only be used when explicitly requested
4379 if test "x$enable_dependency_tracking" = xyes; then 4314 if test "x$enable_dependency_tracking" = xyes; then
4380 continue 4315 continue
4381 else 4316 else
4382 break 4317 break
4383 fi 4318 fi
4384 ;; 4319 ;;
4385 msvisualcpp | msvcmsys)
4386 # This compiler won't grok `-c -o', but also, the minuso test has
4387 # not run yet. These depmodes are late enough in the game, and
4388 # so weak that their functioning should not be impacted.
4389 am__obj=conftest.${OBJEXT-o}
4390 am__minus_obj=
4391 ;;
4392 none) break ;; 4320 none) break ;;
4393 esac 4321 esac
4322 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4323 # mode. It turns out that the SunPro C++ compiler does not properly
4324 # handle `-M -o', and we need to detect this.
4394 if depmode=$depmode \ 4325 if depmode=$depmode \
4395 source=sub/conftest.c object=$am__obj \ 4326 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4396 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4327 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4397 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4328 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4398 >/dev/null 2>conftest.err && 4329 >/dev/null 2>conftest.err &&
4399 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4400 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4330 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4401 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 4331 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4402 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4332 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4403 # icc doesn't choke on unknown options, it will just issue warnings 4333 # icc doesn't choke on unknown options, it will just issue warnings
4404 # or remarks (even with -Werror). So we grep stderr for any message 4334 # (even with -Werror). So we grep stderr for any message
4405 # that says an option was ignored or not supported. 4335 # that says an option was ignored.
4406 # When given -MP, icc 7.0 and 7.1 complain thusly:
4407 # icc: Command line warning: ignoring option '-M'; no argument required
4408 # The diagnosis changed in icc 8.0:
4409 # icc: Command line remark: option '-MP' not supported
4410 if (grep 'ignoring option' conftest.err ||
4411 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 4336 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
4412 am_cv_CC_dependencies_compiler_type=$depmode 4337 am_cv_CC_dependencies_compiler_type=$depmode
4413 break 4338 break
4414 fi 4339 fi
4415 fi 4340 fi
4416 done 4341 done
4424fi 4349fi
4425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 4350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4426$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4351$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4427CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4352CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4428 4353
4354
4355
4429 if 4356if
4430 test "x$enable_dependency_tracking" != xno \ 4357 test "x$enable_dependency_tracking" != xno \
4431 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4358 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4432 am__fastdepCC_TRUE= 4359 am__fastdepCC_TRUE=
4433 am__fastdepCC_FALSE='#' 4360 am__fastdepCC_FALSE='#'
4434else 4361else
4482$as_echo_n "checking for GNU ld... " >&6; } 4409$as_echo_n "checking for GNU ld... " >&6; }
4483else 4410else
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 4411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4485$as_echo_n "checking for non-GNU ld... " >&6; } 4412$as_echo_n "checking for non-GNU ld... " >&6; }
4486fi 4413fi
4487if test "${acl_cv_path_LD+set}" = set; then : 4414if ${acl_cv_path_LD+:} false; then :
4488 $as_echo_n "(cached) " >&6 4415 $as_echo_n "(cached) " >&6
4489else 4416else
4490 if test -z "$LD"; then 4417 if test -z "$LD"; then
4491 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4418 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4492 for ac_dir in $PATH; do 4419 for ac_dir in $PATH; do
4518$as_echo "no" >&6; } 4445$as_echo "no" >&6; }
4519fi 4446fi
4520test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 4447test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 4448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4522$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4449$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4523if test "${acl_cv_prog_gnu_ld+set}" = set; then : 4450if ${acl_cv_prog_gnu_ld+:} false; then :
4524 $as_echo_n "(cached) " >&6 4451 $as_echo_n "(cached) " >&6
4525else 4452else
4526 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4453 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4527if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 4454if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4528 acl_cv_prog_gnu_ld=yes 4455 acl_cv_prog_gnu_ld=yes
4536 4463
4537 4464
4538 4465
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 4466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
4540$as_echo_n "checking for shared library run path origin... " >&6; } 4467$as_echo_n "checking for shared library run path origin... " >&6; }
4541if test "${acl_cv_rpath+set}" = set; then : 4468if ${acl_cv_rpath+:} false; then :
4542 $as_echo_n "(cached) " >&6 4469 $as_echo_n "(cached) " >&6
4543else 4470else
4544 4471
4545 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ 4472 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
4546 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 4473 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
4993 4920
4994 4921
4995 4922
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 4923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
4997$as_echo_n "checking for GNU gettext in libc... " >&6; } 4924$as_echo_n "checking for GNU gettext in libc... " >&6; }
4998if test "${gt_cv_func_gnugettext1_libc+set}" = set; then : 4925if ${gt_cv_func_gnugettext1_libc+:} false; then :
4999 $as_echo_n "(cached) " >&6 4926 $as_echo_n "(cached) " >&6
5000else 4927else
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5002/* end confdefs.h. */ 4929/* end confdefs.h. */
5003#include <libintl.h> 4930#include <libintl.h>
5054 done 4981 done
5055 4982
5056 4983
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
5058$as_echo_n "checking for iconv... " >&6; } 4985$as_echo_n "checking for iconv... " >&6; }
5059if test "${am_cv_func_iconv+set}" = set; then : 4986if ${am_cv_func_iconv+:} false; then :
5060 $as_echo_n "(cached) " >&6 4987 $as_echo_n "(cached) " >&6
5061else 4988else
5062 4989
5063 am_cv_func_iconv="no, consider installing GNU libiconv" 4990 am_cv_func_iconv="no, consider installing GNU libiconv"
5064 am_cv_lib_iconv=no 4991 am_cv_lib_iconv=no
5507 done 5434 done
5508 fi 5435 fi
5509 5436
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 5437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
5511$as_echo_n "checking for GNU gettext in libintl... " >&6; } 5438$as_echo_n "checking for GNU gettext in libintl... " >&6; }
5512if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then : 5439if ${gt_cv_func_gnugettext1_libintl+:} false; then :
5513 $as_echo_n "(cached) " >&6 5440 $as_echo_n "(cached) " >&6
5514else 5441else
5515 gt_save_CPPFLAGS="$CPPFLAGS" 5442 gt_save_CPPFLAGS="$CPPFLAGS"
5516 CPPFLAGS="$CPPFLAGS $INCINTL" 5443 CPPFLAGS="$CPPFLAGS $INCINTL"
5517 gt_save_LIBS="$LIBS" 5444 gt_save_LIBS="$LIBS"
5675# On Suns, sometimes $CPP names a directory. 5602# On Suns, sometimes $CPP names a directory.
5676if test -n "$CPP" && test -d "$CPP"; then 5603if test -n "$CPP" && test -d "$CPP"; then
5677 CPP= 5604 CPP=
5678fi 5605fi
5679if test -z "$CPP"; then 5606if test -z "$CPP"; then
5680 if test "${ac_cv_prog_CPP+set}" = set; then : 5607 if ${ac_cv_prog_CPP+:} false; then :
5681 $as_echo_n "(cached) " >&6 5608 $as_echo_n "(cached) " >&6
5682else 5609else
5683 # Double quotes because CPP needs to be expanded 5610 # Double quotes because CPP needs to be expanded
5684 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 5611 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5685 do 5612 do
5791 5718
5792else 5719else
5793 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5720 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5794$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5721$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5795as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 5722as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5796See \`config.log' for more details" "$LINENO" 5 ; } 5723See \`config.log' for more details" "$LINENO" 5; }
5797fi 5724fi
5798 5725
5799ac_ext=c 5726ac_ext=c
5800ac_cpp='$CPP $CPPFLAGS' 5727ac_cpp='$CPP $CPPFLAGS'
5801ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5728ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5816 do 5743 do
5817 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5744 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5818set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5745set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5820$as_echo_n "checking for $ac_word... " >&6; } 5747$as_echo_n "checking for $ac_word... " >&6; }
5821if test "${ac_cv_prog_CXX+set}" = set; then : 5748if ${ac_cv_prog_CXX+:} false; then :
5822 $as_echo_n "(cached) " >&6 5749 $as_echo_n "(cached) " >&6
5823else 5750else
5824 if test -n "$CXX"; then 5751 if test -n "$CXX"; then
5825 ac_cv_prog_CXX="$CXX" # Let the user override the test. 5752 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5826else 5753else
5828for as_dir in $PATH 5755for as_dir in $PATH
5829do 5756do
5830 IFS=$as_save_IFS 5757 IFS=$as_save_IFS
5831 test -z "$as_dir" && as_dir=. 5758 test -z "$as_dir" && as_dir=.
5832 for ac_exec_ext in '' $ac_executable_extensions; do 5759 for ac_exec_ext in '' $ac_executable_extensions; do
5833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5760 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5834 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 5761 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5836 break 2 5763 break 2
5837 fi 5764 fi
5838done 5765done
5860do 5787do
5861 # Extract the first word of "$ac_prog", so it can be a program name with args. 5788 # Extract the first word of "$ac_prog", so it can be a program name with args.
5862set dummy $ac_prog; ac_word=$2 5789set dummy $ac_prog; ac_word=$2
5863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5864$as_echo_n "checking for $ac_word... " >&6; } 5791$as_echo_n "checking for $ac_word... " >&6; }
5865if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 5792if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5866 $as_echo_n "(cached) " >&6 5793 $as_echo_n "(cached) " >&6
5867else 5794else
5868 if test -n "$ac_ct_CXX"; then 5795 if test -n "$ac_ct_CXX"; then
5869 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 5796 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5870else 5797else
5872for as_dir in $PATH 5799for as_dir in $PATH
5873do 5800do
5874 IFS=$as_save_IFS 5801 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=. 5802 test -z "$as_dir" && as_dir=.
5876 for ac_exec_ext in '' $ac_executable_extensions; do 5803 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5878 ac_cv_prog_ac_ct_CXX="$ac_prog" 5805 ac_cv_prog_ac_ct_CXX="$ac_prog"
5879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5880 break 2 5807 break 2
5881 fi 5808 fi
5882done 5809done
5938 test $ac_status = 0; } 5865 test $ac_status = 0; }
5939done 5866done
5940 5867
5941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 5868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5942$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 5869$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5943if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 5870if ${ac_cv_cxx_compiler_gnu+:} false; then :
5944 $as_echo_n "(cached) " >&6 5871 $as_echo_n "(cached) " >&6
5945else 5872else
5946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5947/* end confdefs.h. */ 5874/* end confdefs.h. */
5948 5875
5975fi 5902fi
5976ac_test_CXXFLAGS=${CXXFLAGS+set} 5903ac_test_CXXFLAGS=${CXXFLAGS+set}
5977ac_save_CXXFLAGS=$CXXFLAGS 5904ac_save_CXXFLAGS=$CXXFLAGS
5978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 5905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5979$as_echo_n "checking whether $CXX accepts -g... " >&6; } 5906$as_echo_n "checking whether $CXX accepts -g... " >&6; }
5980if test "${ac_cv_prog_cxx_g+set}" = set; then : 5907if ${ac_cv_prog_cxx_g+:} false; then :
5981 $as_echo_n "(cached) " >&6 5908 $as_echo_n "(cached) " >&6
5982else 5909else
5983 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 5910 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5984 ac_cxx_werror_flag=yes 5911 ac_cxx_werror_flag=yes
5985 ac_cv_prog_cxx_g=no 5912 ac_cv_prog_cxx_g=no
6061 5988
6062depcc="$CXX" am_compiler_list= 5989depcc="$CXX" am_compiler_list=
6063 5990
6064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6065$as_echo_n "checking dependency style of $depcc... " >&6; } 5992$as_echo_n "checking dependency style of $depcc... " >&6; }
6066if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then : 5993if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
6067 $as_echo_n "(cached) " >&6 5994 $as_echo_n "(cached) " >&6
6068else 5995else
6069 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5996 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6070 # We make a subdir and do the tests there. Otherwise we can end up 5997 # We make a subdir and do the tests there. Otherwise we can end up
6071 # making bogus files that we don't know about and never remove. For 5998 # making bogus files that we don't know about and never remove. For
6087 6014
6088 am_cv_CXX_dependencies_compiler_type=none 6015 am_cv_CXX_dependencies_compiler_type=none
6089 if test "$am_compiler_list" = ""; then 6016 if test "$am_compiler_list" = ""; then
6090 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 6017 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6091 fi 6018 fi
6092 am__universal=false
6093 case " $depcc " in #(
6094 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6095 esac
6096
6097 for depmode in $am_compiler_list; do 6019 for depmode in $am_compiler_list; do
6098 # Setup a source with many dependencies, because some compilers 6020 # Setup a source with many dependencies, because some compilers
6099 # like to wrap large dependency lists on column 80 (with \), and 6021 # like to wrap large dependency lists on column 80 (with \), and
6100 # we should not choose a depcomp mode which is confused by this. 6022 # we should not choose a depcomp mode which is confused by this.
6101 # 6023 #
6103 # overwrite some of them when testing with obscure command lines. 6025 # overwrite some of them when testing with obscure command lines.
6104 # This happens at least with the AIX C compiler. 6026 # This happens at least with the AIX C compiler.
6105 : > sub/conftest.c 6027 : > sub/conftest.c
6106 for i in 1 2 3 4 5 6; do 6028 for i in 1 2 3 4 5 6; do
6107 echo '#include "conftst'$i'.h"' >> sub/conftest.c 6029 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6108 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6109 # Solaris 8's {/usr,}/bin/sh.
6110 touch sub/conftst$i.h 6030 : > sub/conftst$i.h
6111 done 6031 done
6112 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 6032 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6113 6033
6114 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6115 # mode. It turns out that the SunPro C++ compiler does not properly
6116 # handle `-M -o', and we need to detect this. Also, some Intel
6117 # versions had trouble with output in subdirs
6118 am__obj=sub/conftest.${OBJEXT-o}
6119 am__minus_obj="-o $am__obj"
6120 case $depmode in 6034 case $depmode in
6121 gcc)
6122 # This depmode causes a compiler race in universal mode.
6123 test "$am__universal" = false || continue
6124 ;;
6125 nosideeffect) 6035 nosideeffect)
6126 # after this tag, mechanisms are not by side-effect, so they'll 6036 # after this tag, mechanisms are not by side-effect, so they'll
6127 # only be used when explicitly requested 6037 # only be used when explicitly requested
6128 if test "x$enable_dependency_tracking" = xyes; then 6038 if test "x$enable_dependency_tracking" = xyes; then
6129 continue 6039 continue
6130 else 6040 else
6131 break 6041 break
6132 fi 6042 fi
6133 ;; 6043 ;;
6134 msvisualcpp | msvcmsys)
6135 # This compiler won't grok `-c -o', but also, the minuso test has
6136 # not run yet. These depmodes are late enough in the game, and
6137 # so weak that their functioning should not be impacted.
6138 am__obj=conftest.${OBJEXT-o}
6139 am__minus_obj=
6140 ;;
6141 none) break ;; 6044 none) break ;;
6142 esac 6045 esac
6046 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6047 # mode. It turns out that the SunPro C++ compiler does not properly
6048 # handle `-M -o', and we need to detect this.
6143 if depmode=$depmode \ 6049 if depmode=$depmode \
6144 source=sub/conftest.c object=$am__obj \ 6050 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6145 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6051 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6146 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 6052 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6147 >/dev/null 2>conftest.err && 6053 >/dev/null 2>conftest.err &&
6148 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6149 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6054 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6150 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 6055 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6151 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6056 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6152 # icc doesn't choke on unknown options, it will just issue warnings 6057 # icc doesn't choke on unknown options, it will just issue warnings
6153 # or remarks (even with -Werror). So we grep stderr for any message 6058 # (even with -Werror). So we grep stderr for any message
6154 # that says an option was ignored or not supported. 6059 # that says an option was ignored.
6155 # When given -MP, icc 7.0 and 7.1 complain thusly:
6156 # icc: Command line warning: ignoring option '-M'; no argument required
6157 # The diagnosis changed in icc 8.0:
6158 # icc: Command line remark: option '-MP' not supported
6159 if (grep 'ignoring option' conftest.err ||
6160 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 6060 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6161 am_cv_CXX_dependencies_compiler_type=$depmode 6061 am_cv_CXX_dependencies_compiler_type=$depmode
6162 break 6062 break
6163 fi 6063 fi
6164 fi 6064 fi
6165 done 6065 done
6173fi 6073fi
6174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 6074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
6175$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 6075$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
6176CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6076CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6177 6077
6078
6079
6178 if 6080if
6179 test "x$enable_dependency_tracking" != xno \ 6081 test "x$enable_dependency_tracking" != xno \
6180 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 6082 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6181 am__fastdepCXX_TRUE= 6083 am__fastdepCXX_TRUE=
6182 am__fastdepCXX_FALSE='#' 6084 am__fastdepCXX_FALSE='#'
6183else 6085else
6187 6089
6188 6090
6189 6091
6190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 6092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6191$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 6093$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6192if test "${ac_cv_path_GREP+set}" = set; then : 6094if ${ac_cv_path_GREP+:} false; then :
6193 $as_echo_n "(cached) " >&6 6095 $as_echo_n "(cached) " >&6
6194else 6096else
6195 if test -z "$GREP"; then 6097 if test -z "$GREP"; then
6196 ac_path_GREP_found=false 6098 ac_path_GREP_found=false
6197 # Loop through the user's path and test for each of PROGNAME-LIST 6099 # Loop through the user's path and test for each of PROGNAME-LIST
6201 IFS=$as_save_IFS 6103 IFS=$as_save_IFS
6202 test -z "$as_dir" && as_dir=. 6104 test -z "$as_dir" && as_dir=.
6203 for ac_prog in grep ggrep; do 6105 for ac_prog in grep ggrep; do
6204 for ac_exec_ext in '' $ac_executable_extensions; do 6106 for ac_exec_ext in '' $ac_executable_extensions; do
6205 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 6107 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6206 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 6108 as_fn_executable_p "$ac_path_GREP" || continue
6207# Check for GNU ac_path_GREP and select it if it is found. 6109# Check for GNU ac_path_GREP and select it if it is found.
6208 # Check for GNU $ac_path_GREP 6110 # Check for GNU $ac_path_GREP
6209case `"$ac_path_GREP" --version 2>&1` in 6111case `"$ac_path_GREP" --version 2>&1` in
6210*GNU*) 6112*GNU*)
6211 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 6113 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6250 GREP="$ac_cv_path_GREP" 6152 GREP="$ac_cv_path_GREP"
6251 6153
6252 6154
6253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 6155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6254$as_echo_n "checking for egrep... " >&6; } 6156$as_echo_n "checking for egrep... " >&6; }
6255if test "${ac_cv_path_EGREP+set}" = set; then : 6157if ${ac_cv_path_EGREP+:} false; then :
6256 $as_echo_n "(cached) " >&6 6158 $as_echo_n "(cached) " >&6
6257else 6159else
6258 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 6160 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6259 then ac_cv_path_EGREP="$GREP -E" 6161 then ac_cv_path_EGREP="$GREP -E"
6260 else 6162 else
6267 IFS=$as_save_IFS 6169 IFS=$as_save_IFS
6268 test -z "$as_dir" && as_dir=. 6170 test -z "$as_dir" && as_dir=.
6269 for ac_prog in egrep; do 6171 for ac_prog in egrep; do
6270 for ac_exec_ext in '' $ac_executable_extensions; do 6172 for ac_exec_ext in '' $ac_executable_extensions; do
6271 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 6173 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6272 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 6174 as_fn_executable_p "$ac_path_EGREP" || continue
6273# Check for GNU ac_path_EGREP and select it if it is found. 6175# Check for GNU ac_path_EGREP and select it if it is found.
6274 # Check for GNU $ac_path_EGREP 6176 # Check for GNU $ac_path_EGREP
6275case `"$ac_path_EGREP" --version 2>&1` in 6177case `"$ac_path_EGREP" --version 2>&1` in
6276*GNU*) 6178*GNU*)
6277 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 6179 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6318 6220
6319 6221
6320if test $ac_cv_c_compiler_gnu = yes; then 6222if test $ac_cv_c_compiler_gnu = yes; then
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5 6223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
6322$as_echo_n "checking whether $CC needs -traditional... " >&6; } 6224$as_echo_n "checking whether $CC needs -traditional... " >&6; }
6323if test "${ac_cv_prog_gcc_traditional+set}" = set; then : 6225if ${ac_cv_prog_gcc_traditional+:} false; then :
6324 $as_echo_n "(cached) " >&6 6226 $as_echo_n "(cached) " >&6
6325else 6227else
6326 ac_pattern="Autoconf.*'x'" 6228 ac_pattern="Autoconf.*'x'"
6327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6328/* end confdefs.h. */ 6230/* end confdefs.h. */
6363do 6265do
6364 # Extract the first word of "$ac_prog", so it can be a program name with args. 6266 # Extract the first word of "$ac_prog", so it can be a program name with args.
6365set dummy $ac_prog; ac_word=$2 6267set dummy $ac_prog; ac_word=$2
6366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6367$as_echo_n "checking for $ac_word... " >&6; } 6269$as_echo_n "checking for $ac_word... " >&6; }
6368if test "${ac_cv_prog_AWK+set}" = set; then : 6270if ${ac_cv_prog_AWK+:} false; then :
6369 $as_echo_n "(cached) " >&6 6271 $as_echo_n "(cached) " >&6
6370else 6272else
6371 if test -n "$AWK"; then 6273 if test -n "$AWK"; then
6372 ac_cv_prog_AWK="$AWK" # Let the user override the test. 6274 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6373else 6275else
6375for as_dir in $PATH 6277for as_dir in $PATH
6376do 6278do
6377 IFS=$as_save_IFS 6279 IFS=$as_save_IFS
6378 test -z "$as_dir" && as_dir=. 6280 test -z "$as_dir" && as_dir=.
6379 for ac_exec_ext in '' $ac_executable_extensions; do 6281 for ac_exec_ext in '' $ac_executable_extensions; do
6380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6381 ac_cv_prog_AWK="$ac_prog" 6283 ac_cv_prog_AWK="$ac_prog"
6382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6383 break 2 6285 break 2
6384 fi 6286 fi
6385done 6287done
6415 6317
6416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 6318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6417$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 6319$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
6418set x ${MAKE-make} 6320set x ${MAKE-make}
6419ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 6321ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6420if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 6322if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
6421 $as_echo_n "(cached) " >&6 6323 $as_echo_n "(cached) " >&6
6422else 6324else
6423 cat >conftest.make <<\_ACEOF 6325 cat >conftest.make <<\_ACEOF
6424SHELL = /bin/sh 6326SHELL = /bin/sh
6425all: 6327all:
6447if test -n "$ac_tool_prefix"; then 6349if test -n "$ac_tool_prefix"; then
6448 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6350 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6449set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6351set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451$as_echo_n "checking for $ac_word... " >&6; } 6353$as_echo_n "checking for $ac_word... " >&6; }
6452if test "${ac_cv_prog_RANLIB+set}" = set; then : 6354if ${ac_cv_prog_RANLIB+:} false; then :
6453 $as_echo_n "(cached) " >&6 6355 $as_echo_n "(cached) " >&6
6454else 6356else
6455 if test -n "$RANLIB"; then 6357 if test -n "$RANLIB"; then
6456 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6358 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6457else 6359else
6459for as_dir in $PATH 6361for as_dir in $PATH
6460do 6362do
6461 IFS=$as_save_IFS 6363 IFS=$as_save_IFS
6462 test -z "$as_dir" && as_dir=. 6364 test -z "$as_dir" && as_dir=.
6463 for ac_exec_ext in '' $ac_executable_extensions; do 6365 for ac_exec_ext in '' $ac_executable_extensions; do
6464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6465 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6367 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6467 break 2 6369 break 2
6468 fi 6370 fi
6469done 6371done
6487 ac_ct_RANLIB=$RANLIB 6389 ac_ct_RANLIB=$RANLIB
6488 # Extract the first word of "ranlib", so it can be a program name with args. 6390 # Extract the first word of "ranlib", so it can be a program name with args.
6489set dummy ranlib; ac_word=$2 6391set dummy ranlib; ac_word=$2
6490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6491$as_echo_n "checking for $ac_word... " >&6; } 6393$as_echo_n "checking for $ac_word... " >&6; }
6492if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6394if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6493 $as_echo_n "(cached) " >&6 6395 $as_echo_n "(cached) " >&6
6494else 6396else
6495 if test -n "$ac_ct_RANLIB"; then 6397 if test -n "$ac_ct_RANLIB"; then
6496 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6398 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6497else 6399else
6499for as_dir in $PATH 6401for as_dir in $PATH
6500do 6402do
6501 IFS=$as_save_IFS 6403 IFS=$as_save_IFS
6502 test -z "$as_dir" && as_dir=. 6404 test -z "$as_dir" && as_dir=.
6503 for ac_exec_ext in '' $ac_executable_extensions; do 6405 for ac_exec_ext in '' $ac_executable_extensions; do
6504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6505 ac_cv_prog_ac_ct_RANLIB="ranlib" 6407 ac_cv_prog_ac_ct_RANLIB="ranlib"
6506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6507 break 2 6409 break 2
6508 fi 6410 fi
6509done 6411done
6685 t end 6587 t end
6686 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 6588 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6687 :end' >>confcache 6589 :end' >>confcache
6688if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 6590if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6689 if test -w "$cache_file"; then 6591 if test -w "$cache_file"; then
6690 test "x$cache_file" != "x/dev/null" && 6592 if test "x$cache_file" != "x/dev/null"; then
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 6593 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6692$as_echo "$as_me: updating cache $cache_file" >&6;} 6594$as_echo "$as_me: updating cache $cache_file" >&6;}
6595 if test ! -f "$cache_file" || test -h "$cache_file"; then
6693 cat confcache >$cache_file 6596 cat confcache >"$cache_file"
6597 else
6598 case $cache_file in #(
6599 */* | ?:*)
6600 mv -f confcache "$cache_file"$$ &&
6601 mv -f "$cache_file"$$ "$cache_file" ;; #(
6602 *)
6603 mv -f confcache "$cache_file" ;;
6604 esac
6605 fi
6606 fi
6694 else 6607 else
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 6608 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6696$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 6609$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6697 fi 6610 fi
6698fi 6611fi
6712ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6713ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 6627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
6715$as_echo_n "checking how to run the C++ preprocessor... " >&6; } 6628$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
6716if test -z "$CXXCPP"; then 6629if test -z "$CXXCPP"; then
6717 if test "${ac_cv_prog_CXXCPP+set}" = set; then : 6630 if ${ac_cv_prog_CXXCPP+:} false; then :
6718 $as_echo_n "(cached) " >&6 6631 $as_echo_n "(cached) " >&6
6719else 6632else
6720 # Double quotes because CXXCPP needs to be expanded 6633 # Double quotes because CXXCPP needs to be expanded
6721 for CXXCPP in "$CXX -E" "/lib/cpp" 6634 for CXXCPP in "$CXX -E" "/lib/cpp"
6722 do 6635 do
6828 6741
6829else 6742else
6830 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6743 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6831$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6744$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6832as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 6745as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
6833See \`config.log' for more details" "$LINENO" 5 ; } 6746See \`config.log' for more details" "$LINENO" 5; }
6834fi 6747fi
6835 6748
6836ac_ext=cpp 6749ac_ext=cpp
6837ac_cpp='$CXXCPP $CPPFLAGS' 6750ac_cpp='$CXXCPP $CPPFLAGS'
6838ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6751ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6840ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6753ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6841 6754
6842 6755
6843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 6756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6844$as_echo_n "checking for ANSI C header files... " >&6; } 6757$as_echo_n "checking for ANSI C header files... " >&6; }
6845if test "${ac_cv_header_stdc+set}" = set; then : 6758if ${ac_cv_header_stdc+:} false; then :
6846 $as_echo_n "(cached) " >&6 6759 $as_echo_n "(cached) " >&6
6847else 6760else
6848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6849/* end confdefs.h. */ 6762/* end confdefs.h. */
6850#include <stdlib.h> 6763#include <stdlib.h>
7025done 6938done
7026 6939
7027 6940
7028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 6941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
7029$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 6942$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
7030if test "${ac_cv_c_const+set}" = set; then : 6943if ${ac_cv_c_const+:} false; then :
7031 $as_echo_n "(cached) " >&6 6944 $as_echo_n "(cached) " >&6
7032else 6945else
7033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7034/* end confdefs.h. */ 6947/* end confdefs.h. */
7035 6948
7036int 6949int
7037main () 6950main ()
7038{ 6951{
7039/* FIXME: Include the comments suggested by Paul. */ 6952
7040#ifndef __cplusplus 6953#ifndef __cplusplus
7041 /* Ultrix mips cc rejects this. */ 6954 /* Ultrix mips cc rejects this sort of thing. */
7042 typedef int charset[2]; 6955 typedef int charset[2];
7043 const charset cs; 6956 const charset cs = { 0, 0 };
7044 /* SunOS 4.1.1 cc rejects this. */ 6957 /* SunOS 4.1.1 cc rejects this. */
7045 char const *const *pcpcc; 6958 char const *const *pcpcc;
7046 char **ppc; 6959 char **ppc;
7047 /* NEC SVR4.0.2 mips cc rejects this. */ 6960 /* NEC SVR4.0.2 mips cc rejects this. */
7048 struct point {int x, y;}; 6961 struct point {int x, y;};
7055 pcpcc = &g + (g ? g-g : 0); 6968 pcpcc = &g + (g ? g-g : 0);
7056 /* HPUX 7.0 cc rejects these. */ 6969 /* HPUX 7.0 cc rejects these. */
7057 ++pcpcc; 6970 ++pcpcc;
7058 ppc = (char**) pcpcc; 6971 ppc = (char**) pcpcc;
7059 pcpcc = (char const *const *) ppc; 6972 pcpcc = (char const *const *) ppc;
7060 { /* SCO 3.2v4 cc rejects this. */ 6973 { /* SCO 3.2v4 cc rejects this sort of thing. */
7061 char *t; 6974 char tx;
6975 char *t = &tx;
7062 char const *s = 0 ? (char *) 0 : (char const *) 0; 6976 char const *s = 0 ? (char *) 0 : (char const *) 0;
7063 6977
7064 *t++ = 0; 6978 *t++ = 0;
7065 if (s) return 0; 6979 if (s) return 0;
7066 } 6980 }
7072 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 6986 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7073 typedef const int *iptr; 6987 typedef const int *iptr;
7074 iptr p = 0; 6988 iptr p = 0;
7075 ++p; 6989 ++p;
7076 } 6990 }
7077 { /* AIX XL C 1.02.0.0 rejects this saying 6991 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
7078 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 6992 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7079 struct s { int j; const int *ap[3]; }; 6993 struct s { int j; const int *ap[3]; } bx;
7080 struct s *b; b->j = 5; 6994 struct s *b = &bx; b->j = 5;
7081 } 6995 }
7082 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 6996 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7083 const int foo = 10; 6997 const int foo = 10;
7084 if (!foo) return 0; 6998 if (!foo) return 0;
7085 } 6999 }
7104$as_echo "#define const /**/" >>confdefs.h 7018$as_echo "#define const /**/" >>confdefs.h
7105 7019
7106fi 7020fi
7107 7021
7108ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 7022ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
7109if test "x$ac_cv_type_pid_t" = x""yes; then : 7023if test "x$ac_cv_type_pid_t" = xyes; then :
7110 7024
7111else 7025else
7112 7026
7113cat >>confdefs.h <<_ACEOF 7027cat >>confdefs.h <<_ACEOF
7114#define pid_t int 7028#define pid_t int
7115_ACEOF 7029_ACEOF
7116 7030
7117fi 7031fi
7118 7032
7119ac_fn_cxx_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 7033ac_fn_cxx_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
7120if test "x$ac_cv_type_size_t" = x""yes; then : 7034if test "x$ac_cv_type_size_t" = xyes; then :
7121 7035
7122else 7036else
7123 7037
7124cat >>confdefs.h <<_ACEOF 7038cat >>confdefs.h <<_ACEOF
7125#define size_t unsigned int 7039#define size_t unsigned int
7127 7041
7128fi 7042fi
7129 7043
7130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 7044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
7131$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 7045$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
7132if test "${ac_cv_header_time+set}" = set; then : 7046if ${ac_cv_header_time+:} false; then :
7133 $as_echo_n "(cached) " >&6 7047 $as_echo_n "(cached) " >&6
7134else 7048else
7135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7136/* end confdefs.h. */ 7050/* end confdefs.h. */
7137#include <sys/types.h> 7051#include <sys/types.h>
7162 7076
7163fi 7077fi
7164 7078
7165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 7079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
7166$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 7080$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
7167if test "${ac_cv_struct_tm+set}" = set; then : 7081if ${ac_cv_struct_tm+:} false; then :
7168 $as_echo_n "(cached) " >&6 7082 $as_echo_n "(cached) " >&6
7169else 7083else
7170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7171/* end confdefs.h. */ 7085/* end confdefs.h. */
7172#include <sys/types.h> 7086#include <sys/types.h>
7198fi 7112fi
7199 7113
7200 7114
7201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5 7115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5
7202$as_echo_n "checking for socklen_t... " >&6; } 7116$as_echo_n "checking for socklen_t... " >&6; }
7203if test "${ac_cv_type_socklen_t+set}" = set; then : 7117if ${ac_cv_type_socklen_t+:} false; then :
7204 $as_echo_n "(cached) " >&6 7118 $as_echo_n "(cached) " >&6
7205else 7119else
7206 7120
7207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7208/* end confdefs.h. */ 7122/* end confdefs.h. */
7232 7146
7233fi 7147fi
7234 7148
7235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct addrinfo" >&5 7149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct addrinfo" >&5
7236$as_echo_n "checking for struct addrinfo... " >&6; } 7150$as_echo_n "checking for struct addrinfo... " >&6; }
7237if test "${ac_cv_struct_addrinfo+set}" = set; then : 7151if ${ac_cv_struct_addrinfo+:} false; then :
7238 $as_echo_n "(cached) " >&6 7152 $as_echo_n "(cached) " >&6
7239else 7153else
7240 7154
7241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7242/* end confdefs.h. */ 7156/* end confdefs.h. */
7267 7181
7268fi 7182fi
7269 7183
7270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 7184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
7271$as_echo_n "checking return type of signal handlers... " >&6; } 7185$as_echo_n "checking return type of signal handlers... " >&6; }
7272if test "${ac_cv_type_signal+set}" = set; then : 7186if ${ac_cv_type_signal+:} false; then :
7273 $as_echo_n "(cached) " >&6 7187 $as_echo_n "(cached) " >&6
7274else 7188else
7275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7276/* end confdefs.h. */ 7190/* end confdefs.h. */
7277#include <sys/types.h> 7191#include <sys/types.h>
7308ac_compiler_gnu=$ac_cv_c_compiler_gnu 7222ac_compiler_gnu=$ac_cv_c_compiler_gnu
7309 7223
7310 7224
7311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 7225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7312$as_echo_n "checking for ANSI C header files... " >&6; } 7226$as_echo_n "checking for ANSI C header files... " >&6; }
7313if test "${ac_cv_header_stdc+set}" = set; then : 7227if ${ac_cv_header_stdc+:} false; then :
7314 $as_echo_n "(cached) " >&6 7228 $as_echo_n "(cached) " >&6
7315else 7229else
7316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7317/* end confdefs.h. */ 7231/* end confdefs.h. */
7318#include <stdlib.h> 7232#include <stdlib.h>
7436 7350
7437# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7351# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7438# for constant arguments. Useless! 7352# for constant arguments. Useless!
7439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 7353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
7440$as_echo_n "checking for working alloca.h... " >&6; } 7354$as_echo_n "checking for working alloca.h... " >&6; }
7441if test "${ac_cv_working_alloca_h+set}" = set; then : 7355if ${ac_cv_working_alloca_h+:} false; then :
7442 $as_echo_n "(cached) " >&6 7356 $as_echo_n "(cached) " >&6
7443else 7357else
7444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7445/* end confdefs.h. */ 7359/* end confdefs.h. */
7446#include <alloca.h> 7360#include <alloca.h>
7469 7383
7470fi 7384fi
7471 7385
7472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 7386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
7473$as_echo_n "checking for alloca... " >&6; } 7387$as_echo_n "checking for alloca... " >&6; }
7474if test "${ac_cv_func_alloca_works+set}" = set; then : 7388if ${ac_cv_func_alloca_works+:} false; then :
7475 $as_echo_n "(cached) " >&6 7389 $as_echo_n "(cached) " >&6
7476else 7390else
7477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7478/* end confdefs.h. */ 7392/* end confdefs.h. */
7479#ifdef __GNUC__ 7393#ifdef __GNUC__
7488# else 7402# else
7489# ifdef _AIX 7403# ifdef _AIX
7490 #pragma alloca 7404 #pragma alloca
7491# else 7405# else
7492# ifndef alloca /* predefined by HP cc +Olibcalls */ 7406# ifndef alloca /* predefined by HP cc +Olibcalls */
7493char *alloca (); 7407void *alloca (size_t);
7494# endif 7408# endif
7495# endif 7409# endif
7496# endif 7410# endif
7497# endif 7411# endif
7498#endif 7412#endif
7532$as_echo "#define C_ALLOCA 1" >>confdefs.h 7446$as_echo "#define C_ALLOCA 1" >>confdefs.h
7533 7447
7534 7448
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 7449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
7536$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 7450$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
7537if test "${ac_cv_os_cray+set}" = set; then : 7451if ${ac_cv_os_cray+:} false; then :
7538 $as_echo_n "(cached) " >&6 7452 $as_echo_n "(cached) " >&6
7539else 7453else
7540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7541/* end confdefs.h. */ 7455/* end confdefs.h. */
7542#if defined CRAY && ! defined CRAY2 7456#if defined CRAY && ! defined CRAY2
7573 done 7487 done
7574fi 7488fi
7575 7489
7576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 7490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
7577$as_echo_n "checking stack direction for C alloca... " >&6; } 7491$as_echo_n "checking stack direction for C alloca... " >&6; }
7578if test "${ac_cv_c_stack_direction+set}" = set; then : 7492if ${ac_cv_c_stack_direction+:} false; then :
7579 $as_echo_n "(cached) " >&6 7493 $as_echo_n "(cached) " >&6
7580else 7494else
7581 if test "$cross_compiling" = yes; then : 7495 if test "$cross_compiling" = yes; then :
7582 ac_cv_c_stack_direction=0 7496 ac_cv_c_stack_direction=0
7583else 7497else
7584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7585/* end confdefs.h. */ 7499/* end confdefs.h. */
7586$ac_includes_default 7500$ac_includes_default
7587int 7501int
7588find_stack_direction () 7502find_stack_direction (int *addr, int depth)
7589{ 7503{
7590 static char *addr = 0; 7504 int dir, dummy = 0;
7591 auto char dummy;
7592 if (addr == 0) 7505 if (! addr)
7593 {
7594 addr = &dummy; 7506 addr = &dummy;
7595 return find_stack_direction (); 7507 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
7596 } 7508 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
7597 else 7509 return dir + dummy;
7598 return (&dummy > addr) ? 1 : -1;
7599} 7510}
7600 7511
7601int 7512int
7602main () 7513main (int argc, char **argv)
7603{ 7514{
7604 return find_stack_direction () < 0; 7515 return find_stack_direction (0, argc + !argv + 20) < 0;
7605} 7516}
7606_ACEOF 7517_ACEOF
7607if ac_fn_c_try_run "$LINENO"; then : 7518if ac_fn_c_try_run "$LINENO"; then :
7608 ac_cv_c_stack_direction=1 7519 ac_cv_c_stack_direction=1
7609else 7520else
7624fi 7535fi
7625 7536
7626 7537
7627 7538
7628ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 7539ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
7629if test "x$ac_cv_func_socket" = x""yes; then : 7540if test "x$ac_cv_func_socket" = xyes; then :
7630 7541
7631else 7542else
7632 7543
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 7544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7634$as_echo_n "checking for connect in -lsocket... " >&6; } 7545$as_echo_n "checking for connect in -lsocket... " >&6; }
7635if test "${ac_cv_lib_socket_connect+set}" = set; then : 7546if ${ac_cv_lib_socket_connect+:} false; then :
7636 $as_echo_n "(cached) " >&6 7547 $as_echo_n "(cached) " >&6
7637else 7548else
7638 ac_check_lib_save_LIBS=$LIBS 7549 ac_check_lib_save_LIBS=$LIBS
7639LIBS="-lsocket $LIBS" 7550LIBS="-lsocket $LIBS"
7640cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7551cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7664 conftest$ac_exeext conftest.$ac_ext 7575 conftest$ac_exeext conftest.$ac_ext
7665LIBS=$ac_check_lib_save_LIBS 7576LIBS=$ac_check_lib_save_LIBS
7666fi 7577fi
7667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 7578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7668$as_echo "$ac_cv_lib_socket_connect" >&6; } 7579$as_echo "$ac_cv_lib_socket_connect" >&6; }
7669if test "x$ac_cv_lib_socket_connect" = x""yes; then : 7580if test "x$ac_cv_lib_socket_connect" = xyes; then :
7670 cat >>confdefs.h <<_ACEOF 7581 cat >>confdefs.h <<_ACEOF
7671#define HAVE_LIBSOCKET 1 7582#define HAVE_LIBSOCKET 1
7672_ACEOF 7583_ACEOF
7673 7584
7674 LIBS="-lsocket $LIBS" 7585 LIBS="-lsocket $LIBS"
7677 7588
7678 7589
7679fi 7590fi
7680 7591
7681ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 7592ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7682if test "x$ac_cv_func_gethostbyname" = x""yes; then : 7593if test "x$ac_cv_func_gethostbyname" = xyes; then :
7683 7594
7684else 7595else
7685 7596
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 7597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7687$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 7598$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7688if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then : 7599if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7689 $as_echo_n "(cached) " >&6 7600 $as_echo_n "(cached) " >&6
7690else 7601else
7691 ac_check_lib_save_LIBS=$LIBS 7602 ac_check_lib_save_LIBS=$LIBS
7692LIBS="-lnsl $LIBS" 7603LIBS="-lnsl $LIBS"
7693cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7604cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7717 conftest$ac_exeext conftest.$ac_ext 7628 conftest$ac_exeext conftest.$ac_ext
7718LIBS=$ac_check_lib_save_LIBS 7629LIBS=$ac_check_lib_save_LIBS
7719fi 7630fi
7720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 7631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7721$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 7632$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7722if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then : 7633if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7723 cat >>confdefs.h <<_ACEOF 7634 cat >>confdefs.h <<_ACEOF
7724#define HAVE_LIBNSL 1 7635#define HAVE_LIBNSL 1
7725_ACEOF 7636_ACEOF
7726 7637
7727 LIBS="-lnsl $LIBS" 7638 LIBS="-lnsl $LIBS"
7761 7672
7762 7673
7763for ac_func in clock_gettime 7674for ac_func in clock_gettime
7764do : 7675do :
7765 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 7676 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
7766if test "x$ac_cv_func_clock_gettime" = x""yes; then : 7677if test "x$ac_cv_func_clock_gettime" = xyes; then :
7767 cat >>confdefs.h <<_ACEOF 7678 cat >>confdefs.h <<_ACEOF
7768#define HAVE_CLOCK_GETTIME 1 7679#define HAVE_CLOCK_GETTIME 1
7769_ACEOF 7680_ACEOF
7770 7681
7771else 7682else
7801 conftest$ac_exeext conftest.$ac_ext 7712 conftest$ac_exeext conftest.$ac_ext
7802 fi 7713 fi
7803 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then 7714 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 7715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
7805$as_echo_n "checking for clock_gettime in -lrt... " >&6; } 7716$as_echo_n "checking for clock_gettime in -lrt... " >&6; }
7806if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then : 7717if ${ac_cv_lib_rt_clock_gettime+:} false; then :
7807 $as_echo_n "(cached) " >&6 7718 $as_echo_n "(cached) " >&6
7808else 7719else
7809 ac_check_lib_save_LIBS=$LIBS 7720 ac_check_lib_save_LIBS=$LIBS
7810LIBS="-lrt $LIBS" 7721LIBS="-lrt $LIBS"
7811cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7722cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7835 conftest$ac_exeext conftest.$ac_ext 7746 conftest$ac_exeext conftest.$ac_ext
7836LIBS=$ac_check_lib_save_LIBS 7747LIBS=$ac_check_lib_save_LIBS
7837fi 7748fi
7838{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5 7749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
7839$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } 7750$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
7840if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then : 7751if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then :
7841 cat >>confdefs.h <<_ACEOF 7752 cat >>confdefs.h <<_ACEOF
7842#define HAVE_LIBRT 1 7753#define HAVE_LIBRT 1
7843_ACEOF 7754_ACEOF
7844 7755
7845 LIBS="-lrt $LIBS" 7756 LIBS="-lrt $LIBS"
7848 7759
7849 unset ac_cv_func_clock_gettime 7760 unset ac_cv_func_clock_gettime
7850 for ac_func in clock_gettime 7761 for ac_func in clock_gettime
7851do : 7762do :
7852 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 7763 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
7853if test "x$ac_cv_func_clock_gettime" = x""yes; then : 7764if test "x$ac_cv_func_clock_gettime" = xyes; then :
7854 cat >>confdefs.h <<_ACEOF 7765 cat >>confdefs.h <<_ACEOF
7855#define HAVE_CLOCK_GETTIME 1 7766#define HAVE_CLOCK_GETTIME 1
7856_ACEOF 7767_ACEOF
7857 7768
7858fi 7769fi
7865 7776
7866 7777
7867for ac_func in nanosleep 7778for ac_func in nanosleep
7868do : 7779do :
7869 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 7780 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
7870if test "x$ac_cv_func_nanosleep" = x""yes; then : 7781if test "x$ac_cv_func_nanosleep" = xyes; then :
7871 cat >>confdefs.h <<_ACEOF 7782 cat >>confdefs.h <<_ACEOF
7872#define HAVE_NANOSLEEP 1 7783#define HAVE_NANOSLEEP 1
7873_ACEOF 7784_ACEOF
7874 7785
7875else 7786else
7876 7787
7877 if test -z "$LIBEV_M4_AVOID_LIBRT"; then 7788 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5 7789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
7879$as_echo_n "checking for nanosleep in -lrt... " >&6; } 7790$as_echo_n "checking for nanosleep in -lrt... " >&6; }
7880if test "${ac_cv_lib_rt_nanosleep+set}" = set; then : 7791if ${ac_cv_lib_rt_nanosleep+:} false; then :
7881 $as_echo_n "(cached) " >&6 7792 $as_echo_n "(cached) " >&6
7882else 7793else
7883 ac_check_lib_save_LIBS=$LIBS 7794 ac_check_lib_save_LIBS=$LIBS
7884LIBS="-lrt $LIBS" 7795LIBS="-lrt $LIBS"
7885cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7796cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7909 conftest$ac_exeext conftest.$ac_ext 7820 conftest$ac_exeext conftest.$ac_ext
7910LIBS=$ac_check_lib_save_LIBS 7821LIBS=$ac_check_lib_save_LIBS
7911fi 7822fi
7912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5 7823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
7913$as_echo "$ac_cv_lib_rt_nanosleep" >&6; } 7824$as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
7914if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then : 7825if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
7915 cat >>confdefs.h <<_ACEOF 7826 cat >>confdefs.h <<_ACEOF
7916#define HAVE_LIBRT 1 7827#define HAVE_LIBRT 1
7917_ACEOF 7828_ACEOF
7918 7829
7919 LIBS="-lrt $LIBS" 7830 LIBS="-lrt $LIBS"
7922 7833
7923 unset ac_cv_func_nanosleep 7834 unset ac_cv_func_nanosleep
7924 for ac_func in nanosleep 7835 for ac_func in nanosleep
7925do : 7836do :
7926 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 7837 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
7927if test "x$ac_cv_func_nanosleep" = x""yes; then : 7838if test "x$ac_cv_func_nanosleep" = xyes; then :
7928 cat >>confdefs.h <<_ACEOF 7839 cat >>confdefs.h <<_ACEOF
7929#define HAVE_NANOSLEEP 1 7840#define HAVE_NANOSLEEP 1
7930_ACEOF 7841_ACEOF
7931 7842
7932fi 7843fi
7941if test -z "$LIBEV_M4_AVOID_LIBM"; then 7852if test -z "$LIBEV_M4_AVOID_LIBM"; then
7942 LIBM=m 7853 LIBM=m
7943fi 7854fi
7944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5 7855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
7945$as_echo_n "checking for library containing floor... " >&6; } 7856$as_echo_n "checking for library containing floor... " >&6; }
7946if test "${ac_cv_search_floor+set}" = set; then : 7857if ${ac_cv_search_floor+:} false; then :
7947 $as_echo_n "(cached) " >&6 7858 $as_echo_n "(cached) " >&6
7948else 7859else
7949 ac_func_search_save_LIBS=$LIBS 7860 ac_func_search_save_LIBS=$LIBS
7950cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7861cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7951/* end confdefs.h. */ 7862/* end confdefs.h. */
7975 if ac_fn_c_try_link "$LINENO"; then : 7886 if ac_fn_c_try_link "$LINENO"; then :
7976 ac_cv_search_floor=$ac_res 7887 ac_cv_search_floor=$ac_res
7977fi 7888fi
7978rm -f core conftest.err conftest.$ac_objext \ 7889rm -f core conftest.err conftest.$ac_objext \
7979 conftest$ac_exeext 7890 conftest$ac_exeext
7980 if test "${ac_cv_search_floor+set}" = set; then : 7891 if ${ac_cv_search_floor+:} false; then :
7981 break 7892 break
7982fi 7893fi
7983done 7894done
7984if test "${ac_cv_search_floor+set}" = set; then : 7895if ${ac_cv_search_floor+:} false; then :
7985 7896
7986else 7897else
7987 ac_cv_search_floor=no 7898 ac_cv_search_floor=no
7988fi 7899fi
7989rm conftest.$ac_ext 7900rm conftest.$ac_ext
8072 t end 7983 t end
8073 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 7984 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8074 :end' >>confcache 7985 :end' >>confcache
8075if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 7986if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8076 if test -w "$cache_file"; then 7987 if test -w "$cache_file"; then
8077 test "x$cache_file" != "x/dev/null" && 7988 if test "x$cache_file" != "x/dev/null"; then
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 7989 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8079$as_echo "$as_me: updating cache $cache_file" >&6;} 7990$as_echo "$as_me: updating cache $cache_file" >&6;}
7991 if test ! -f "$cache_file" || test -h "$cache_file"; then
8080 cat confcache >$cache_file 7992 cat confcache >"$cache_file"
7993 else
7994 case $cache_file in #(
7995 */* | ?:*)
7996 mv -f confcache "$cache_file"$$ &&
7997 mv -f "$cache_file"$$ "$cache_file" ;; #(
7998 *)
7999 mv -f confcache "$cache_file" ;;
8000 esac
8001 fi
8002 fi
8081 else 8003 else
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 8004 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8083$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8005$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8084 fi 8006 fi
8085fi 8007fi
8096fi 8018fi
8097 8019
8098 8020
8099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for linux/if_tun.h" >&5 8021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for linux/if_tun.h" >&5
8100$as_echo_n "checking for linux/if_tun.h... " >&6; } 8022$as_echo_n "checking for linux/if_tun.h... " >&6; }
8101if test "${tinc_cv_linux_if_tun_h+set}" = set; then : 8023if ${tinc_cv_linux_if_tun_h+:} false; then :
8102 $as_echo_n "(cached) " >&6 8024 $as_echo_n "(cached) " >&6
8103else 8025else
8104 8026
8105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8106/* end confdefs.h. */ 8028/* end confdefs.h. */
8194 cat >>confdefs.h <<_ACEOF 8116 cat >>confdefs.h <<_ACEOF
8195#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 8117#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8196_ACEOF 8118_ACEOF
8197 8119
8198else 8120else
8199 as_fn_error $? "OpenSSL header files not found." "$LINENO" 5 ; break 8121 as_fn_error $? "OpenSSL header files not found." "$LINENO" 5; break
8200 8122
8201fi 8123fi
8202 8124
8203done 8125done
8204 8126
8205 8127
8206 CPPFLAGS="$tinc_ac_save_CPPFLAGS" 8128 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
8207 8129
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SHA1_version in -lcrypto" >&5 8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SHA1_Init in -lcrypto" >&5
8209$as_echo_n "checking for SHA1_version in -lcrypto... " >&6; } 8131$as_echo_n "checking for SHA1_Init in -lcrypto... " >&6; }
8210if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then : 8132if ${ac_cv_lib_crypto_SHA1_Init+:} false; then :
8211 $as_echo_n "(cached) " >&6 8133 $as_echo_n "(cached) " >&6
8212else 8134else
8213 ac_check_lib_save_LIBS=$LIBS 8135 ac_check_lib_save_LIBS=$LIBS
8214LIBS="-lcrypto $LIBS" 8136LIBS="-lcrypto $LIBS"
8215cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8137cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8219 Use char because int might match the return type of a GCC 8141 Use char because int might match the return type of a GCC
8220 builtin and then its argument prototype would still apply. */ 8142 builtin and then its argument prototype would still apply. */
8221#ifdef __cplusplus 8143#ifdef __cplusplus
8222extern "C" 8144extern "C"
8223#endif 8145#endif
8224char SHA1_version (); 8146char SHA1_Init ();
8225int 8147int
8226main () 8148main ()
8227{ 8149{
8228return SHA1_version (); 8150return SHA1_Init ();
8229 ; 8151 ;
8230 return 0; 8152 return 0;
8231} 8153}
8232_ACEOF 8154_ACEOF
8233if ac_fn_cxx_try_link "$LINENO"; then : 8155if ac_fn_cxx_try_link "$LINENO"; then :
8234 ac_cv_lib_crypto_SHA1_version=yes 8156 ac_cv_lib_crypto_SHA1_Init=yes
8235else 8157else
8236 ac_cv_lib_crypto_SHA1_version=no 8158 ac_cv_lib_crypto_SHA1_Init=no
8237fi 8159fi
8238rm -f core conftest.err conftest.$ac_objext \ 8160rm -f core conftest.err conftest.$ac_objext \
8239 conftest$ac_exeext conftest.$ac_ext 8161 conftest$ac_exeext conftest.$ac_ext
8240LIBS=$ac_check_lib_save_LIBS 8162LIBS=$ac_check_lib_save_LIBS
8241fi 8163fi
8242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_SHA1_version" >&5 8164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_SHA1_Init" >&5
8243$as_echo "$ac_cv_lib_crypto_SHA1_version" >&6; } 8165$as_echo "$ac_cv_lib_crypto_SHA1_Init" >&6; }
8244if test "x$ac_cv_lib_crypto_SHA1_version" = x""yes; then : 8166if test "x$ac_cv_lib_crypto_SHA1_Init" = xyes; then :
8245 LIBS="$LIBS -lcrypto" 8167 LIBS="$LIBS -lcrypto"
8246else 8168else
8247 as_fn_error $? "OpenSSL libraries not found." "$LINENO" 5 8169 as_fn_error $? "OpenSSL libraries not found." "$LINENO" 5
8248 8170
8249fi 8171fi
8261fi 8183fi
8262done 8184done
8263 8185
8264 8186
8265 ac_fn_cxx_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 8187 ac_fn_cxx_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
8266if test "x$ac_cv_func_dlopen" = x""yes; then : 8188if test "x$ac_cv_func_dlopen" = xyes; then :
8267 8189
8268else 8190else
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
8270$as_echo_n "checking for dlopen in -ldl... " >&6; } 8192$as_echo_n "checking for dlopen in -ldl... " >&6; }
8271if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 8193if ${ac_cv_lib_dl_dlopen+:} false; then :
8272 $as_echo_n "(cached) " >&6 8194 $as_echo_n "(cached) " >&6
8273else 8195else
8274 ac_check_lib_save_LIBS=$LIBS 8196 ac_check_lib_save_LIBS=$LIBS
8275LIBS="-ldl $LIBS" 8197LIBS="-ldl $LIBS"
8276cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8198cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8300 conftest$ac_exeext conftest.$ac_ext 8222 conftest$ac_exeext conftest.$ac_ext
8301LIBS=$ac_check_lib_save_LIBS 8223LIBS=$ac_check_lib_save_LIBS
8302fi 8224fi
8303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 8225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
8304$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 8226$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
8305if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 8227if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
8306 LIBS="$LIBS -ldl" 8228 LIBS="$LIBS -ldl"
8307else 8229else
8308 as_fn_error $? "OpenSSL depends on libdl." "$LINENO" 5 8230 as_fn_error $? "OpenSSL depends on libdl." "$LINENO" 5
8309 8231
8310fi 8232fi
8312 8234
8313fi 8235fi
8314 8236
8315 8237
8316 ac_fn_cxx_check_func "$LINENO" "inflate" "ac_cv_func_inflate" 8238 ac_fn_cxx_check_func "$LINENO" "inflate" "ac_cv_func_inflate"
8317if test "x$ac_cv_func_inflate" = x""yes; then : 8239if test "x$ac_cv_func_inflate" = xyes; then :
8318 8240
8319else 8241else
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5 8242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
8321$as_echo_n "checking for inflate in -lz... " >&6; } 8243$as_echo_n "checking for inflate in -lz... " >&6; }
8322if test "${ac_cv_lib_z_inflate+set}" = set; then : 8244if ${ac_cv_lib_z_inflate+:} false; then :
8323 $as_echo_n "(cached) " >&6 8245 $as_echo_n "(cached) " >&6
8324else 8246else
8325 ac_check_lib_save_LIBS=$LIBS 8247 ac_check_lib_save_LIBS=$LIBS
8326LIBS="-lz $LIBS" 8248LIBS="-lz $LIBS"
8327cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8249cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8351 conftest$ac_exeext conftest.$ac_ext 8273 conftest$ac_exeext conftest.$ac_ext
8352LIBS=$ac_check_lib_save_LIBS 8274LIBS=$ac_check_lib_save_LIBS
8353fi 8275fi
8354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5 8276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
8355$as_echo "$ac_cv_lib_z_inflate" >&6; } 8277$as_echo "$ac_cv_lib_z_inflate" >&6; }
8356if test "x$ac_cv_lib_z_inflate" = x""yes; then : 8278if test "x$ac_cv_lib_z_inflate" = xyes; then :
8357 LIBS="$LIBS -lz" 8279 LIBS="$LIBS -lz"
8358else 8280else
8359 as_fn_error $? "OpenSSL depends on libz." "$LINENO" 5 8281 as_fn_error $? "OpenSSL depends on libz." "$LINENO" 5
8360 8282
8361fi 8283fi
8364fi 8286fi
8365 8287
8366 8288
8367if test "x$openssl_include" != x; then 8289if test "x$openssl_include" != x; then
8368 CXXFLAGS="$CXXFLAGS -I$openssl_include" 8290 CXXFLAGS="$CXXFLAGS -I$openssl_include"
8291fi
8292
8293# Check whether --enable-threads was given.
8294if test "${enable_threads+set}" = set; then :
8295 enableval=$enable_threads; try_threads=$enableval
8296else
8297 try_threads=yes
8298
8299fi
8300
8301
8302if test "x$try_threads" = xyes; then
8303 ac_fn_cxx_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
8304if test "x$ac_cv_header_pthread_h" = xyes; then :
8305
8306 LIBS="$LIBS -lpthread"
8307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8308/* end confdefs.h. */
8309#include <pthread.h>
8310int
8311main ()
8312{
8313pthread_t id; pthread_create (&id, 0, 0, 0);
8314 ;
8315 return 0;
8316}
8317_ACEOF
8318if ac_fn_cxx_try_compile "$LINENO"; then :
8319
8320cat >>confdefs.h <<_ACEOF
8321#define ENABLE_PTHREADS 1
8322_ACEOF
8323
8324
8325fi
8326rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8327
8328fi
8329
8330
8369fi 8331fi
8370 8332
8371# Check whether --enable-static-daemon was given. 8333# Check whether --enable-static-daemon was given.
8372if test "${enable_static_daemon+set}" = set; then : 8334if test "${enable_static_daemon+set}" = set; then :
8373 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static 8335 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static
8375fi 8337fi
8376 8338
8377 8339
8378 8340
8379 8341
8342
8343
8380 if test x$rohc = xtrue; then 8344if test x$rohc = xtrue; then
8381 ROHC_TRUE= 8345 ROHC_TRUE=
8382 ROHC_FALSE='#' 8346 ROHC_FALSE='#'
8383else 8347else
8384 ROHC_TRUE='#' 8348 ROHC_TRUE='#'
8385 ROHC_FALSE= 8349 ROHC_FALSE=
8440 8404
8441# Check whether --enable-dns was given. 8405# Check whether --enable-dns was given.
8442if test "${enable_dns+set}" = set; then : 8406if test "${enable_dns+set}" = set; then :
8443 enableval=$enable_dns; 8407 enableval=$enable_dns;
8444 ac_fn_cxx_check_header_mongrel "$LINENO" "gmp.h" "ac_cv_header_gmp_h" "$ac_includes_default" 8408 ac_fn_cxx_check_header_mongrel "$LINENO" "gmp.h" "ac_cv_header_gmp_h" "$ac_includes_default"
8445if test "x$ac_cv_header_gmp_h" = x""yes; then : 8409if test "x$ac_cv_header_gmp_h" = xyes; then :
8446 8410
8447else 8411else
8448 as_fn_error $? "gmp.h not found, required for --enable-dns" "$LINENO" 5 8412 as_fn_error $? "gmp.h not found, required for --enable-dns" "$LINENO" 5
8449fi 8413fi
8450 8414
8451 8415
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5 8416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5
8453$as_echo_n "checking for main in -lgmp... " >&6; } 8417$as_echo_n "checking for main in -lgmp... " >&6; }
8454if test "${ac_cv_lib_gmp_main+set}" = set; then : 8418if ${ac_cv_lib_gmp_main+:} false; then :
8455 $as_echo_n "(cached) " >&6 8419 $as_echo_n "(cached) " >&6
8456else 8420else
8457 ac_check_lib_save_LIBS=$LIBS 8421 ac_check_lib_save_LIBS=$LIBS
8458LIBS="-lgmp $LIBS" 8422LIBS="-lgmp $LIBS"
8459cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8423cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8477 conftest$ac_exeext conftest.$ac_ext 8441 conftest$ac_exeext conftest.$ac_ext
8478LIBS=$ac_check_lib_save_LIBS 8442LIBS=$ac_check_lib_save_LIBS
8479fi 8443fi
8480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_main" >&5 8444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_main" >&5
8481$as_echo "$ac_cv_lib_gmp_main" >&6; } 8445$as_echo "$ac_cv_lib_gmp_main" >&6; }
8482if test "x$ac_cv_lib_gmp_main" = x""yes; then : 8446if test "x$ac_cv_lib_gmp_main" = xyes; then :
8483 cat >>confdefs.h <<_ACEOF 8447 cat >>confdefs.h <<_ACEOF
8484#define HAVE_LIBGMP 1 8448#define HAVE_LIBGMP 1
8485_ACEOF 8449_ACEOF
8486 8450
8487 LIBS="-lgmp $LIBS" 8451 LIBS="-lgmp $LIBS"
8499 8463
8500 8464
8501fi 8465fi
8502 8466
8503 8467
8468RSA=3072
8469# Check whether --enable-rsa-length was given.
8470if test "${enable_rsa_length+set}" = set; then :
8471 enableval=$enable_rsa_length; RSA=$enableval
8472
8473fi
8474
8475
8476cat >>confdefs.h <<_ACEOF
8477#define RSABITS $RSA
8478_ACEOF
8479
8480
8504HMAC=12 8481HMACSIZE=12
8505# Check whether --enable-hmac-length was given. 8482# Check whether --enable-hmac-length was given.
8506if test "${enable_hmac_length+set}" = set; then : 8483if test "${enable_hmac_length+set}" = set; then :
8507 enableval=$enable_hmac_length; HMAC=$enableval 8484 enableval=$enable_hmac_length; HMACSIZE=$enableval
8508 8485
8509fi 8486fi
8510 8487
8511 8488
8512cat >>confdefs.h <<_ACEOF 8489cat >>confdefs.h <<_ACEOF
8513#define HMACLENGTH $HMAC 8490#define HMACLENGTH $HMACSIZE
8514_ACEOF
8515
8516
8517RAND=8
8518# Check whether --enable-rand-length was given.
8519if test "${enable_rand_length+set}" = set; then :
8520 enableval=$enable_rand_length; RAND=$enableval
8521
8522fi
8523
8524
8525cat >>confdefs.h <<_ACEOF
8526#define RAND_SIZE $RAND
8527_ACEOF 8491_ACEOF
8528 8492
8529 8493
8530MTU=1500 8494MTU=1500
8531# Check whether --enable-max-mtu was given. 8495# Check whether --enable-max-mtu was given.
8534 8498
8535fi 8499fi
8536 8500
8537 8501
8538cat >>confdefs.h <<_ACEOF 8502cat >>confdefs.h <<_ACEOF
8539#define MAX_MTU $MTU + 14 8503#define MAX_MTU ($MTU + 14)
8540_ACEOF 8504_ACEOF
8541 8505
8542 8506
8543COMPRESS=1 8507COMPRESS=1
8544# Check whether --enable-compression was given. 8508# Check whether --enable-compression was given.
8553cat >>confdefs.h <<_ACEOF 8517cat >>confdefs.h <<_ACEOF
8554#define ENABLE_COMPRESSION $COMPRESS 8518#define ENABLE_COMPRESSION $COMPRESS
8555_ACEOF 8519_ACEOF
8556 8520
8557 8521
8558CIPHER=aes_128_cbc 8522CIPHER=aes_128_ctr
8559# Check whether --enable-cipher was given. 8523# Check whether --enable-cipher was given.
8560if test "${enable_cipher+set}" = set; then : 8524if test "${enable_cipher+set}" = set; then :
8561 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi 8525 enableval=$enable_cipher; #if test "x$enableval" = xbf ; then CIPHER=bf_ctr ; fi
8562 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi 8526 if test "x$enableval" = xaes-128 ; then CIPHER=aes_128_ctr ; fi
8563 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi 8527 if test "x$enableval" = xaes-192 ; then CIPHER=aes_192_ctr ; fi
8564 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi 8528 if test "x$enableval" = xaes-256 ; then CIPHER=aes_256_ctr ; fi
8529 #if test "x$enableval" = xcamellia-128; then CIPHER=camellia_128_ctr; fi
8530 #if test "x$enableval" = xcamellia-256; then CIPHER=camellia_256_ctr; fi
8565 8531
8566fi 8532fi
8567 8533
8568 8534
8569cat >>confdefs.h <<_ACEOF 8535cat >>confdefs.h <<_ACEOF
8570#define ENABLE_CIPHER EVP_${CIPHER} 8536#define ENABLE_CIPHER EVP_${CIPHER}
8571_ACEOF 8537_ACEOF
8572 8538
8573 8539
8574DIGEST=ripemd160 8540HMAC=sha1
8575# Check whether --enable-digest was given. 8541# Check whether --enable-hmac-digest was given.
8576if test "${enable_digest+set}" = set; then : 8542if test "${enable_hmac_digest+set}" = set; then :
8543 enableval=$enable_hmac_digest; if test "x$enableval" = xwhirlpool; then HMAC=whirlpool; fi
8577 enableval=$enable_digest; if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi 8544 if test "x$enableval" = xsha512 ; then HMAC=sha512 ; fi
8578 if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi 8545 if test "x$enableval" = xsha256 ; then HMAC=sha256 ; fi
8579 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi 8546 if test "x$enableval" = xsha1 ; then HMAC=sha1 ; fi
8580 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi 8547 if test "x$enableval" = xripemd160; then HMAC=ripemd160; fi
8581 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
8582 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
8583 8548
8584fi 8549fi
8585 8550
8586 8551
8587cat >>confdefs.h <<_ACEOF 8552cat >>confdefs.h <<_ACEOF
8553#define ENABLE_HMAC EVP_${HMAC}
8554_ACEOF
8555
8556
8557AUTH=sha512
8558# Check whether --enable-auth-digest was given.
8559if test "${enable_auth_digest+set}" = set; then :
8560 enableval=$enable_auth_digest; if test "x$enableval" = xwhirlpool; then AUTH=whirlpool; fi
8561 if test "x$enableval" = xsha512 ; then AUTH=sha512 ; fi
8562 if test "x$enableval" = xsha256 ; then AUTH=sha256 ; fi
8563
8564fi
8565
8566
8567cat >>confdefs.h <<_ACEOF
8588#define ENABLE_DIGEST EVP_${DIGEST} 8568#define ENABLE_AUTH EVP_${AUTH}
8589_ACEOF 8569_ACEOF
8590 8570
8591 8571
8592if $CXX -v --help 2>&1 | grep -q fno-rtti; then 8572if $CXX -v --help 2>&1 | grep -q fno-rtti; then
8593 CXXFLAGS="$CXXFLAGS -fno-rtti" 8573 CXXFLAGS="$CXXFLAGS -fno-rtti"
8666 t end 8646 t end
8667 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8647 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8668 :end' >>confcache 8648 :end' >>confcache
8669if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8649if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8670 if test -w "$cache_file"; then 8650 if test -w "$cache_file"; then
8671 test "x$cache_file" != "x/dev/null" && 8651 if test "x$cache_file" != "x/dev/null"; then
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 8652 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8673$as_echo "$as_me: updating cache $cache_file" >&6;} 8653$as_echo "$as_me: updating cache $cache_file" >&6;}
8654 if test ! -f "$cache_file" || test -h "$cache_file"; then
8674 cat confcache >$cache_file 8655 cat confcache >"$cache_file"
8656 else
8657 case $cache_file in #(
8658 */* | ?:*)
8659 mv -f confcache "$cache_file"$$ &&
8660 mv -f "$cache_file"$$ "$cache_file" ;; #(
8661 *)
8662 mv -f confcache "$cache_file" ;;
8663 esac
8664 fi
8665 fi
8675 else 8666 else
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 8667 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8677$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8668$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8678 fi 8669 fi
8679fi 8670fi
8700LIBOBJS=$ac_libobjs 8691LIBOBJS=$ac_libobjs
8701 8692
8702LTLIBOBJS=$ac_ltlibobjs 8693LTLIBOBJS=$ac_ltlibobjs
8703 8694
8704 8695
8705 if test -n "$EXEEXT"; then
8706 am__EXEEXT_TRUE=
8707 am__EXEEXT_FALSE='#'
8708else
8709 am__EXEEXT_TRUE='#'
8710 am__EXEEXT_FALSE=
8711fi
8712
8713if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 8696if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8714 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 8697 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
8715Usually this means the macro was only invoked conditionally." "$LINENO" 5 8698Usually this means the macro was only invoked conditionally." "$LINENO" 5
8716fi 8699fi
8717if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 8700if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
8729if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then 8712if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
8730 as_fn_error $? "conditional \"ROHC\" was never defined. 8713 as_fn_error $? "conditional \"ROHC\" was never defined.
8731Usually this means the macro was only invoked conditionally." "$LINENO" 5 8714Usually this means the macro was only invoked conditionally." "$LINENO" 5
8732fi 8715fi
8733 8716
8734: ${CONFIG_STATUS=./config.status} 8717: "${CONFIG_STATUS=./config.status}"
8735ac_write_fail=0 8718ac_write_fail=0
8736ac_clean_files_save=$ac_clean_files 8719ac_clean_files_save=$ac_clean_files
8737ac_clean_files="$ac_clean_files $CONFIG_STATUS" 8720ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8738{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 8721{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8739$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 8722$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8830# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8813# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8831# splitting by setting IFS to empty value.) 8814# splitting by setting IFS to empty value.)
8832IFS=" "" $as_nl" 8815IFS=" "" $as_nl"
8833 8816
8834# Find who we are. Look in the path if we contain no directory separator. 8817# Find who we are. Look in the path if we contain no directory separator.
8818as_myself=
8835case $0 in #(( 8819case $0 in #((
8836 *[\\/]* ) as_myself=$0 ;; 8820 *[\\/]* ) as_myself=$0 ;;
8837 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8821 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8838for as_dir in $PATH 8822for as_dir in $PATH
8839do 8823do
9025 if ln -s conf$$.file conf$$ 2>/dev/null; then 9009 if ln -s conf$$.file conf$$ 2>/dev/null; then
9026 as_ln_s='ln -s' 9010 as_ln_s='ln -s'
9027 # ... but there are two gotchas: 9011 # ... but there are two gotchas:
9028 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 9012 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9029 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 9013 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9030 # In both cases, we have to default to `cp -p'. 9014 # In both cases, we have to default to `cp -pR'.
9031 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 9015 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9032 as_ln_s='cp -p' 9016 as_ln_s='cp -pR'
9033 elif ln conf$$.file conf$$ 2>/dev/null; then 9017 elif ln conf$$.file conf$$ 2>/dev/null; then
9034 as_ln_s=ln 9018 as_ln_s=ln
9035 else 9019 else
9036 as_ln_s='cp -p' 9020 as_ln_s='cp -pR'
9037 fi 9021 fi
9038else 9022else
9039 as_ln_s='cp -p' 9023 as_ln_s='cp -pR'
9040fi 9024fi
9041rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 9025rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
9042rmdir conf$$.dir 2>/dev/null 9026rmdir conf$$.dir 2>/dev/null
9043 9027
9044 9028
9094else 9078else
9095 test -d ./-p && rmdir ./-p 9079 test -d ./-p && rmdir ./-p
9096 as_mkdir_p=false 9080 as_mkdir_p=false
9097fi 9081fi
9098 9082
9099if test -x / >/dev/null 2>&1; then 9083
9084# as_fn_executable_p FILE
9085# -----------------------
9086# Test if FILE is an executable regular file.
9087as_fn_executable_p ()
9088{
9089 test -f "$1" && test -x "$1"
9090} # as_fn_executable_p
9100 as_test_x='test -x' 9091as_test_x='test -x'
9101else 9092as_executable_p=as_fn_executable_p
9102 if ls -dL / >/dev/null 2>&1; then
9103 as_ls_L_option=L
9104 else
9105 as_ls_L_option=
9106 fi
9107 as_test_x='
9108 eval sh -c '\''
9109 if test -d "$1"; then
9110 test -d "$1/.";
9111 else
9112 case $1 in #(
9113 -*)set "./$1";;
9114 esac;
9115 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
9116 ???[sx]*):;;*)false;;esac;fi
9117 '\'' sh
9118 '
9119fi
9120as_executable_p=$as_test_x
9121 9093
9122# Sed expression to map a string onto a valid CPP name. 9094# Sed expression to map a string onto a valid CPP name.
9123as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 9095as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9124 9096
9125# Sed expression to map a string onto a valid variable name. 9097# Sed expression to map a string onto a valid variable name.
9137# Save the log message, to keep $0 and so on meaningful, and to 9109# Save the log message, to keep $0 and so on meaningful, and to
9138# report actual input values of CONFIG_FILES etc. instead of their 9110# report actual input values of CONFIG_FILES etc. instead of their
9139# values after options handling. 9111# values after options handling.
9140ac_log=" 9112ac_log="
9141This file was extended by $as_me, which was 9113This file was extended by $as_me, which was
9142generated by GNU Autoconf 2.67. Invocation command line was 9114generated by GNU Autoconf 2.69. Invocation command line was
9143 9115
9144 CONFIG_FILES = $CONFIG_FILES 9116 CONFIG_FILES = $CONFIG_FILES
9145 CONFIG_HEADERS = $CONFIG_HEADERS 9117 CONFIG_HEADERS = $CONFIG_HEADERS
9146 CONFIG_LINKS = $CONFIG_LINKS 9118 CONFIG_LINKS = $CONFIG_LINKS
9147 CONFIG_COMMANDS = $CONFIG_COMMANDS 9119 CONFIG_COMMANDS = $CONFIG_COMMANDS
9203_ACEOF 9175_ACEOF
9204cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9176cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9205ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 9177ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
9206ac_cs_version="\\ 9178ac_cs_version="\\
9207config.status 9179config.status
9208configured by $0, generated by GNU Autoconf 2.67, 9180configured by $0, generated by GNU Autoconf 2.69,
9209 with options \\"\$ac_cs_config\\" 9181 with options \\"\$ac_cs_config\\"
9210 9182
9211Copyright (C) 2010 Free Software Foundation, Inc. 9183Copyright (C) 2012 Free Software Foundation, Inc.
9212This config.status script is free software; the Free Software Foundation 9184This config.status script is free software; the Free Software Foundation
9213gives unlimited permission to copy, distribute and modify it." 9185gives unlimited permission to copy, distribute and modify it."
9214 9186
9215ac_pwd='$ac_pwd' 9187ac_pwd='$ac_pwd'
9216srcdir='$srcdir' 9188srcdir='$srcdir'
9217INSTALL='$INSTALL' 9189INSTALL='$INSTALL'
9218MKDIR_P='$MKDIR_P'
9219AWK='$AWK' 9190AWK='$AWK'
9220test -n "\$AWK" || AWK=awk 9191test -n "\$AWK" || AWK=awk
9221_ACEOF 9192_ACEOF
9222 9193
9223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9194cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9297fi 9268fi
9298 9269
9299_ACEOF 9270_ACEOF
9300cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9271cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9301if \$ac_cs_recheck; then 9272if \$ac_cs_recheck; then
9302 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 9273 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9303 shift 9274 shift
9304 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 9275 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
9305 CONFIG_SHELL='$SHELL' 9276 CONFIG_SHELL='$SHELL'
9306 export CONFIG_SHELL 9277 export CONFIG_SHELL
9307 exec "\$@" 9278 exec "\$@"
9348 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 9319 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
9349 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 9320 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
9350 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 9321 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
9351 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 9322 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
9352 9323
9353 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 9324 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9354 esac 9325 esac
9355done 9326done
9356 9327
9357 9328
9358# If the user did not use the arguments to specify the items to instantiate, 9329# If the user did not use the arguments to specify the items to instantiate,
9371# Hook for its removal unless debugging. 9342# Hook for its removal unless debugging.
9372# Note that there is a small window in which the directory will not be cleaned: 9343# Note that there is a small window in which the directory will not be cleaned:
9373# after its creation but before its name has been assigned to `$tmp'. 9344# after its creation but before its name has been assigned to `$tmp'.
9374$debug || 9345$debug ||
9375{ 9346{
9376 tmp= 9347 tmp= ac_tmp=
9377 trap 'exit_status=$? 9348 trap 'exit_status=$?
9349 : "${ac_tmp:=$tmp}"
9378 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 9350 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
9379' 0 9351' 0
9380 trap 'as_fn_exit 1' 1 2 13 15 9352 trap 'as_fn_exit 1' 1 2 13 15
9381} 9353}
9382# Create a (secure) tmp directory for tmp files. 9354# Create a (secure) tmp directory for tmp files.
9383 9355
9384{ 9356{
9385 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 9357 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
9386 test -n "$tmp" && test -d "$tmp" 9358 test -d "$tmp"
9387} || 9359} ||
9388{ 9360{
9389 tmp=./conf$$-$RANDOM 9361 tmp=./conf$$-$RANDOM
9390 (umask 077 && mkdir "$tmp") 9362 (umask 077 && mkdir "$tmp")
9391} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 9363} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
9364ac_tmp=$tmp
9392 9365
9393# Set up the scripts for CONFIG_FILES section. 9366# Set up the scripts for CONFIG_FILES section.
9394# No need to generate them if there are no CONFIG_FILES. 9367# No need to generate them if there are no CONFIG_FILES.
9395# This happens for instance with `./config.status config.h'. 9368# This happens for instance with `./config.status config.h'.
9396if test -n "$CONFIG_FILES"; then 9369if test -n "$CONFIG_FILES"; then
9408 ac_cs_awk_cr='\\r' 9381 ac_cs_awk_cr='\\r'
9409else 9382else
9410 ac_cs_awk_cr=$ac_cr 9383 ac_cs_awk_cr=$ac_cr
9411fi 9384fi
9412 9385
9413echo 'BEGIN {' >"$tmp/subs1.awk" && 9386echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
9414_ACEOF 9387_ACEOF
9415 9388
9416 9389
9417{ 9390{
9418 echo "cat >conf$$subs.awk <<_ACEOF" && 9391 echo "cat >conf$$subs.awk <<_ACEOF" &&
9436 fi 9409 fi
9437done 9410done
9438rm -f conf$$subs.sh 9411rm -f conf$$subs.sh
9439 9412
9440cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9413cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9441cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 9414cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
9442_ACEOF 9415_ACEOF
9443sed -n ' 9416sed -n '
9444h 9417h
9445s/^/S["/; s/!.*/"]=/ 9418s/^/S["/; s/!.*/"]=/
9446p 9419p
9484} 9457}
9485' >>$CONFIG_STATUS || ac_write_fail=1 9458' >>$CONFIG_STATUS || ac_write_fail=1
9486rm -f conf$$subs.awk 9459rm -f conf$$subs.awk
9487cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9488_ACAWK 9461_ACAWK
9489cat >>"\$tmp/subs1.awk" <<_ACAWK && 9462cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
9490 for (key in S) S_is_set[key] = 1 9463 for (key in S) S_is_set[key] = 1
9491 FS = "" 9464 FS = ""
9492 9465
9493} 9466}
9494{ 9467{
9516cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9489cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9517if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 9490if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9518 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 9491 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9519else 9492else
9520 cat 9493 cat
9521fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 9494fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
9522 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 9495 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
9523_ACEOF 9496_ACEOF
9524 9497
9525# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 9498# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
9526# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 9499# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
9550 9523
9551# Set up the scripts for CONFIG_HEADERS section. 9524# Set up the scripts for CONFIG_HEADERS section.
9552# No need to generate them if there are no CONFIG_HEADERS. 9525# No need to generate them if there are no CONFIG_HEADERS.
9553# This happens for instance with `./config.status Makefile'. 9526# This happens for instance with `./config.status Makefile'.
9554if test -n "$CONFIG_HEADERS"; then 9527if test -n "$CONFIG_HEADERS"; then
9555cat >"$tmp/defines.awk" <<\_ACAWK || 9528cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
9556BEGIN { 9529BEGIN {
9557_ACEOF 9530_ACEOF
9558 9531
9559# Transform confdefs.h into an awk script `defines.awk', embedded as 9532# Transform confdefs.h into an awk script `defines.awk', embedded as
9560# here-document in config.status, that substitutes the proper values into 9533# here-document in config.status, that substitutes the proper values into
9562 9535
9563# Create a delimiter string that does not exist in confdefs.h, to ease 9536# Create a delimiter string that does not exist in confdefs.h, to ease
9564# handling of long lines. 9537# handling of long lines.
9565ac_delim='%!_!# ' 9538ac_delim='%!_!# '
9566for ac_last_try in false false :; do 9539for ac_last_try in false false :; do
9567 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 9540 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
9568 if test -z "$ac_t"; then 9541 if test -z "$ac_tt"; then
9569 break 9542 break
9570 elif $ac_last_try; then 9543 elif $ac_last_try; then
9571 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 9544 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
9572 else 9545 else
9573 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 9546 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9664 case $ac_tag in 9637 case $ac_tag in
9665 :[FHLC]) ac_mode=$ac_tag; continue;; 9638 :[FHLC]) ac_mode=$ac_tag; continue;;
9666 esac 9639 esac
9667 case $ac_mode$ac_tag in 9640 case $ac_mode$ac_tag in
9668 :[FHL]*:*);; 9641 :[FHL]*:*);;
9669 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 9642 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
9670 :[FH]-) ac_tag=-:-;; 9643 :[FH]-) ac_tag=-:-;;
9671 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 9644 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9672 esac 9645 esac
9673 ac_save_IFS=$IFS 9646 ac_save_IFS=$IFS
9674 IFS=: 9647 IFS=:
9683 :[FH]) 9656 :[FH])
9684 ac_file_inputs= 9657 ac_file_inputs=
9685 for ac_f 9658 for ac_f
9686 do 9659 do
9687 case $ac_f in 9660 case $ac_f in
9688 -) ac_f="$tmp/stdin";; 9661 -) ac_f="$ac_tmp/stdin";;
9689 *) # Look for the file first in the build tree, then in the source tree 9662 *) # Look for the file first in the build tree, then in the source tree
9690 # (if the path is not absolute). The absolute path cannot be DOS-style, 9663 # (if the path is not absolute). The absolute path cannot be DOS-style,
9691 # because $ac_f cannot contain `:'. 9664 # because $ac_f cannot contain `:'.
9692 test -f "$ac_f" || 9665 test -f "$ac_f" ||
9693 case $ac_f in 9666 case $ac_f in
9694 [\\/$]*) false;; 9667 [\\/$]*) false;;
9695 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 9668 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9696 esac || 9669 esac ||
9697 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 9670 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9698 esac 9671 esac
9699 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 9672 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9700 as_fn_append ac_file_inputs " '$ac_f'" 9673 as_fn_append ac_file_inputs " '$ac_f'"
9701 done 9674 done
9702 9675
9718 sed 's/[\\\\&|]/\\\\&/g'`;; #( 9691 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9719 *) ac_sed_conf_input=$configure_input;; 9692 *) ac_sed_conf_input=$configure_input;;
9720 esac 9693 esac
9721 9694
9722 case $ac_tag in 9695 case $ac_tag in
9723 *:-:* | *:-) cat >"$tmp/stdin" \ 9696 *:-:* | *:-) cat >"$ac_tmp/stdin" \
9724 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9697 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9725 esac 9698 esac
9726 ;; 9699 ;;
9727 esac 9700 esac
9728 9701
9729 ac_dir=`$as_dirname -- "$ac_file" || 9702 ac_dir=`$as_dirname -- "$ac_file" ||
9793 9766
9794 case $INSTALL in 9767 case $INSTALL in
9795 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9768 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9796 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9769 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9797 esac 9770 esac
9798 ac_MKDIR_P=$MKDIR_P
9799 case $MKDIR_P in
9800 [\\/$]* | ?:[\\/]* ) ;;
9801 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9802 esac
9803_ACEOF 9771_ACEOF
9804 9772
9805cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9773cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9806# If the template does not know about datarootdir, expand it. 9774# If the template does not know about datarootdir, expand it.
9807# FIXME: This hack should be removed a few years after 2.60. 9775# FIXME: This hack should be removed a few years after 2.60.
9852s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9820s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9853s&@builddir@&$ac_builddir&;t t 9821s&@builddir@&$ac_builddir&;t t
9854s&@abs_builddir@&$ac_abs_builddir&;t t 9822s&@abs_builddir@&$ac_abs_builddir&;t t
9855s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9823s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9856s&@INSTALL@&$ac_INSTALL&;t t 9824s&@INSTALL@&$ac_INSTALL&;t t
9857s&@MKDIR_P@&$ac_MKDIR_P&;t t
9858$ac_datarootdir_hack 9825$ac_datarootdir_hack
9859" 9826"
9860eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 9827eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
9861 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9828 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9862 9829
9863test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9830test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9864 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 9831 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
9865 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 9832 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
9833 "$ac_tmp/out"`; test -z "$ac_out"; } &&
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9867which seems to be undefined. Please make sure it is defined" >&5 9835which seems to be undefined. Please make sure it is defined" >&5
9868$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9836$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9869which seems to be undefined. Please make sure it is defined" >&2;} 9837which seems to be undefined. Please make sure it is defined" >&2;}
9870 9838
9871 rm -f "$tmp/stdin" 9839 rm -f "$ac_tmp/stdin"
9872 case $ac_file in 9840 case $ac_file in
9873 -) cat "$tmp/out" && rm -f "$tmp/out";; 9841 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
9874 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 9842 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
9875 esac \ 9843 esac \
9876 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9844 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9877 ;; 9845 ;;
9878 :H) 9846 :H)
9879 # 9847 #
9880 # CONFIG_HEADER 9848 # CONFIG_HEADER
9881 # 9849 #
9882 if test x"$ac_file" != x-; then 9850 if test x"$ac_file" != x-; then
9883 { 9851 {
9884 $as_echo "/* $configure_input */" \ 9852 $as_echo "/* $configure_input */" \
9885 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 9853 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
9886 } >"$tmp/config.h" \ 9854 } >"$ac_tmp/config.h" \
9887 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9855 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9888 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 9856 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
9889 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 9857 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9890$as_echo "$as_me: $ac_file is unchanged" >&6;} 9858$as_echo "$as_me: $ac_file is unchanged" >&6;}
9891 else 9859 else
9892 rm -f "$ac_file" 9860 rm -f "$ac_file"
9893 mv "$tmp/config.h" "$ac_file" \ 9861 mv "$ac_tmp/config.h" "$ac_file" \
9894 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9862 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9895 fi 9863 fi
9896 else 9864 else
9897 $as_echo "/* $configure_input */" \ 9865 $as_echo "/* $configure_input */" \
9898 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 9866 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
9899 || as_fn_error $? "could not create -" "$LINENO" 5 9867 || as_fn_error $? "could not create -" "$LINENO" 5
9900 fi 9868 fi
9901# Compute "$ac_file"'s index in $config_headers. 9869# Compute "$ac_file"'s index in $config_headers.
9902_am_arg="$ac_file"
9903_am_stamp_count=1 9870_am_stamp_count=1
9904for _am_header in $config_headers :; do 9871for _am_header in $config_headers :; do
9905 case $_am_header in 9872 case $_am_header in
9906 $_am_arg | $_am_arg:* ) 9873 "$ac_file" | "$ac_file":* )
9907 break ;; 9874 break ;;
9908 * ) 9875 * )
9909 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 9876 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9910 esac 9877 esac
9911done 9878done
9912echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 9879echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
9913$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9880$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9914 X"$_am_arg" : 'X\(//\)[^/]' \| \ 9881 X"$ac_file" : 'X\(//\)[^/]' \| \
9915 X"$_am_arg" : 'X\(//\)$' \| \ 9882 X"$ac_file" : 'X\(//\)$' \| \
9916 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 9883 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9917$as_echo X"$_am_arg" | 9884$as_echo X"$ac_file" |
9918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 9885 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9919 s//\1/ 9886 s//\1/
9920 q 9887 q
9921 } 9888 }
9922 /^X\(\/\/\)[^/].*/{ 9889 /^X\(\/\/\)[^/].*/{
10035 done 10002 done
10036 fi 10003 fi
10037 ;; 10004 ;;
10038 esac 10005 esac
10039 done ;; 10006 done ;;
10040 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 10007 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10041 # Autoconf 2.62 quotes --file arguments for eval, but not when files
10042 # are listed without --file. Let's play safe and only enable the eval
10043 # if we detect the quoting.
10044 case $CONFIG_FILES in
10045 *\'*) eval set x "$CONFIG_FILES" ;;
10046 *) set x $CONFIG_FILES ;;
10047 esac
10048 shift
10049 for mf
10050 do
10051 # Strip MF so we end up with the name of the file. 10008 # Strip MF so we end up with the name of the file.
10052 mf=`echo "$mf" | sed -e 's/:.*$//'` 10009 mf=`echo "$mf" | sed -e 's/:.*$//'`
10053 # Check whether this is an Automake generated Makefile or not. 10010 # Check whether this is an Automake generated Makefile or not.
10054 # We used to match only the files named `Makefile.in', but 10011 # We used to match only the files named `Makefile.in', but
10055 # some people rename them; so instead we look at the file content. 10012 # some people rename them; so instead we look at the file content.
10056 # Grep'ing the first line is not enough: some people post-process 10013 # Grep'ing the first line is not enough: some people post-process
10057 # each Makefile.in and add a new line on top of each file to say so. 10014 # each Makefile.in and add a new line on top of each file to say so.
10058 # Grep'ing the whole file is not good either: AIX grep has a line 10015 # So let's grep whole file.
10059 # limit of 2048, but all sed's we know have understand at least 4000.
10060 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 10016 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10061 dirpart=`$as_dirname -- "$mf" || 10017 dirpart=`$as_dirname -- "$mf" ||
10062$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10018$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10063 X"$mf" : 'X\(//\)[^/]' \| \ 10019 X"$mf" : 'X\(//\)[^/]' \| \
10064 X"$mf" : 'X\(//\)$' \| \ 10020 X"$mf" : 'X\(//\)$' \| \
10065 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 10021 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
10066$as_echo X"$mf" | 10022$as_echo X"$mf" |
10079 /^X\(\/\).*/{ 10035 /^X\(\/\).*/{
10080 s//\1/ 10036 s//\1/
10081 q 10037 q
10082 } 10038 }
10083 s/.*/./; q'` 10039 s/.*/./; q'`
10084 else 10040 else
10085 continue 10041 continue
10086 fi 10042 fi
10087 # Extract the definition of DEPDIR, am__include, and am__quote 10043 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10088 # from the Makefile without running `make'. 10044 # Extract the definition of DEP_FILES from the Makefile without
10045 # running `make'.
10089 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 10046 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10090 test -z "$DEPDIR" && continue 10047 test -z "$DEPDIR" && continue
10091 am__include=`sed -n 's/^am__include = //p' < "$mf"`
10092 test -z "am__include" && continue
10093 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
10094 # When using ansi2knr, U may be empty or an underscore; expand it 10048 # When using ansi2knr, U may be empty or an underscore; expand it
10095 U=`sed -n 's/^U = //p' < "$mf"` 10049 U=`sed -n -e '/^U = / s///p' < "$mf"`
10096 # Find all dependency output files, they are included files with 10050 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10097 # $(DEPDIR) in their names. We invoke sed twice because it is the 10051 # We invoke sed twice because it is the simplest approach to
10098 # simplest approach to changing $(DEPDIR) to its actual value in the 10052 # changing $(DEPDIR) to its actual value in the expansion.
10099 # expansion.
10100 for file in `sed -n " 10053 for file in `sed -n -e '
10101 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 10054 /^DEP_FILES = .*\\\\$/ {
10055 s/^DEP_FILES = //
10056 :loop
10057 s/\\\\$//
10058 p
10059 n
10060 /\\\\$/ b loop
10061 p
10062 }
10063 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10102 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 10064 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10103 # Make sure the directory exists. 10065 # Make sure the directory exists.
10104 test -f "$dirpart/$file" && continue 10066 test -f "$dirpart/$file" && continue
10105 fdir=`$as_dirname -- "$file" || 10067 fdir=`$as_dirname -- "$file" ||
10106$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10068$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10107 X"$file" : 'X\(//\)[^/]' \| \ 10069 X"$file" : 'X\(//\)[^/]' \| \
10108 X"$file" : 'X\(//\)$' \| \ 10070 X"$file" : 'X\(//\)$' \| \
10109 X"$file" : 'X\(/\)' \| . 2>/dev/null || 10071 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
10110$as_echo X"$file" | 10072$as_echo X"$file" |
10123 /^X\(\/\).*/{ 10085 /^X\(\/\).*/{
10124 s//\1/ 10086 s//\1/
10125 q 10087 q
10126 } 10088 }
10127 s/.*/./; q'` 10089 s/.*/./; q'`
10128 as_dir=$dirpart/$fdir; as_fn_mkdir_p 10090 as_dir=$dirpart/$fdir; as_fn_mkdir_p
10129 # echo "creating $dirpart/$file" 10091 # echo "creating $dirpart/$file"
10130 echo '# dummy' > "$dirpart/$file" 10092 echo '# dummy' > "$dirpart/$file"
10131 done
10132 done 10093 done
10133} 10094done
10134 ;; 10095 ;;
10135 10096
10136 esac 10097 esac
10137done # for ac_tag 10098done # for ac_tag
10138 10099
10174echo 10135echo
10175echo "***" 10136echo "***"
10176echo "*** Configuration Summary" 10137echo "*** Configuration Summary"
10177echo "***" 10138echo "***"
10178echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE" 10139echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
10140echo "*** RSA size: $RSA"
10179echo "*** Cipher used: $CIPHER" 10141echo "*** Cipher used: $CIPHER"
10180echo "*** Digest used: $DIGEST" 10142echo "*** Digest used: $DIGEST"
10143echo "*** Authdigest: $AUTH"
10181echo "*** HMAC length: $HMAC" 10144echo "*** HMAC length: $HMAC"
10182echo "*** RAND used: $RAND"
10183echo "*** Max. MTU: $MTU" 10145echo "*** Max. MTU: $MTU"
10184 10146
10185echo "***" 10147echo "***"
10186echo "*** Enable options:" 10148echo "*** Enable options:"
10187grep ENABLE_ config.h | sed -e 's/^/*** /' 10149grep ENABLE_ config.h | sed -e 's/^/*** /'
10188 10150
10189if test "x$DIGEST" = xmd4; then 10151if test "$HMACSIZE" -lt 12; then
10190echo "***" 10152echo "***"
10191echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
10192fi
10193
10194if test "$HMAC" -lt 12; then
10195echo "***"
10196echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure" 10153echo "*** WARNING: The hmac length you have chosen ($HMACSIZE) is quite insecure"
10197fi
10198
10199if test "$RAND" -lt 8; then
10200echo "***"
10201echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
10202fi 10154fi
10203 10155
10204echo "***" 10156echo "***"
10205echo 10157echo
10206 10158

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines