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

Comparing gvpe/configure (file contents):
Revision 1.47 by root, Tue Mar 8 17:33:30 2011 UTC vs.
Revision 1.60 by root, Thu Oct 25 07:31:58 2018 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 for gvpe 3.1.
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.
545subdirs= 573subdirs=
546MFLAGS= 574MFLAGS=
547MAKEFLAGS= 575MAKEFLAGS=
548 576
549# Identity of this package. 577# Identity of this package.
550PACKAGE_NAME= 578PACKAGE_NAME='gvpe'
551PACKAGE_TARNAME= 579PACKAGE_TARNAME='gvpe'
552PACKAGE_VERSION= 580PACKAGE_VERSION='3.1'
553PACKAGE_STRING= 581PACKAGE_STRING='gvpe 3.1'
554PACKAGE_BUGREPORT= 582PACKAGE_BUGREPORT=''
555PACKAGE_URL= 583PACKAGE_URL=''
556 584
557ac_unique_file="src/gvpe.C" 585ac_unique_file="src/gvpe.C"
558# Factoring default headers for most tests. 586# Factoring default headers for most tests.
559ac_includes_default="\ 587ac_includes_default="\
560#include <stdio.h> 588#include <stdio.h>
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 624AM_CPPFLAGS
599ROHC_FALSE 625ROHC_FALSE
600ROHC_TRUE 626ROHC_TRUE
601LDFLAGS_DAEMON 627LDFLAGS_DAEMON
628LIBCRYPTO_LIBS
629LIBCRYPTO_CFLAGS
630PKG_CONFIG_LIBDIR
631PKG_CONFIG_PATH
632PKG_CONFIG
602HAVE_TUNTAP 633HAVE_TUNTAP
603LINUX_IF_TUN_H 634LINUX_IF_TUN_H
604ALLOCA 635ALLOCA
605CXXCPP 636CXXCPP
606IFSUBTYPE 637IFSUBTYPE
645MSGFMT 676MSGFMT
646MKINSTALLDIRS 677MKINSTALLDIRS
647MAINT 678MAINT
648MAINTAINER_MODE_FALSE 679MAINTAINER_MODE_FALSE
649MAINTAINER_MODE_TRUE 680MAINTAINER_MODE_TRUE
650am__untar
651am__tar
652AMTAR
653am__leading_dot 681am__leading_dot
654SET_MAKE 682SET_MAKE
655AWK 683AWK
656mkdir_p
657MKDIR_P
658INSTALL_STRIP_PROGRAM 684INSTALL_STRIP_PROGRAM
659STRIP 685STRIP
660install_sh 686install_sh
687AMTAR
661MAKEINFO 688MAKEINFO
662AUTOHEADER 689AUTOHEADER
663AUTOMAKE 690AUTOMAKE
664AUTOCONF 691AUTOCONF
665ACLOCAL 692ACLOCAL
666VERSION 693VERSION
667PACKAGE 694PACKAGE
668CYGPATH_W 695CYGPATH_W
669am__isrc
670INSTALL_DATA 696INSTALL_DATA
671INSTALL_SCRIPT 697INSTALL_SCRIPT
672INSTALL_PROGRAM 698INSTALL_PROGRAM
673target_os 699target_os
674target_vendor 700target_vendor
699htmldir 725htmldir
700infodir 726infodir
701docdir 727docdir
702oldincludedir 728oldincludedir
703includedir 729includedir
730runstatedir
704localstatedir 731localstatedir
705sharedstatedir 732sharedstatedir
706sysconfdir 733sysconfdir
707datadir 734datadir
708datarootdir 735datarootdir
730with_libiconv_prefix 757with_libiconv_prefix
731enable_nls 758enable_nls
732with_libintl_prefix 759with_libintl_prefix
733enable_iftype 760enable_iftype
734with_kernel 761with_kernel
735with_openssl_include
736with_openssl_lib
737enable_threads 762enable_threads
738enable_static_daemon 763enable_static_daemon
739enable_icmp 764enable_icmp
740enable_tcp 765enable_tcp
741enable_http_proxy 766enable_http_proxy
742enable_dns 767enable_dns
768enable_rsa_length
743enable_hmac_length 769enable_hmac_length
744enable_rand_length
745enable_max_mtu 770enable_max_mtu
746enable_compression 771enable_compression
747enable_cipher 772enable_cipher
748enable_digest 773enable_hmac_digest
774enable_auth_digest
749' 775'
750 ac_precious_vars='build_alias 776 ac_precious_vars='build_alias
751host_alias 777host_alias
752target_alias 778target_alias
753CC 779CC
757CPPFLAGS 783CPPFLAGS
758CPP 784CPP
759CXX 785CXX
760CXXFLAGS 786CXXFLAGS
761CCC 787CCC
762CXXCPP' 788CXXCPP
789PKG_CONFIG
790PKG_CONFIG_PATH
791PKG_CONFIG_LIBDIR
792LIBCRYPTO_CFLAGS
793LIBCRYPTO_LIBS'
763 794
764 795
765# Initialize some variables set by options. 796# Initialize some variables set by options.
766ac_init_help= 797ac_init_help=
767ac_init_version=false 798ac_init_version=false
796datarootdir='${prefix}/share' 827datarootdir='${prefix}/share'
797datadir='${datarootdir}' 828datadir='${datarootdir}'
798sysconfdir='${prefix}/etc' 829sysconfdir='${prefix}/etc'
799sharedstatedir='${prefix}/com' 830sharedstatedir='${prefix}/com'
800localstatedir='${prefix}/var' 831localstatedir='${prefix}/var'
832runstatedir='${localstatedir}/run'
801includedir='${prefix}/include' 833includedir='${prefix}/include'
802oldincludedir='/usr/include' 834oldincludedir='/usr/include'
803docdir='${datarootdir}/doc/${PACKAGE}' 835docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
804infodir='${datarootdir}/info' 836infodir='${datarootdir}/info'
805htmldir='${docdir}' 837htmldir='${docdir}'
806dvidir='${docdir}' 838dvidir='${docdir}'
807pdfdir='${docdir}' 839pdfdir='${docdir}'
808psdir='${docdir}' 840psdir='${docdir}'
1048 1080
1049 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1050 | -silent | --silent | --silen | --sile | --sil) 1082 | -silent | --silent | --silen | --sile | --sil)
1051 silent=yes ;; 1083 silent=yes ;;
1052 1084
1085 -runstatedir | --runstatedir | --runstatedi | --runstated \
1086 | --runstate | --runstat | --runsta | --runst | --runs \
1087 | --run | --ru | --r)
1088 ac_prev=runstatedir ;;
1089 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1090 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1091 | --run=* | --ru=* | --r=*)
1092 runstatedir=$ac_optarg ;;
1093
1053 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1094 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1054 ac_prev=sbindir ;; 1095 ac_prev=sbindir ;;
1055 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1096 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1056 | --sbi=* | --sb=*) 1097 | --sbi=* | --sb=*)
1057 sbindir=$ac_optarg ;; 1098 sbindir=$ac_optarg ;;
1162 *) 1203 *)
1163 # FIXME: should be removed in autoconf 3.0. 1204 # FIXME: should be removed in autoconf 3.0.
1164 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1205 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1165 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1206 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1166 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1207 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1167 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1208 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1168 ;; 1209 ;;
1169 1210
1170 esac 1211 esac
1171done 1212done
1172 1213
1185 1226
1186# Check all directory arguments for consistency. 1227# Check all directory arguments for consistency.
1187for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1228for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1188 datadir sysconfdir sharedstatedir localstatedir includedir \ 1229 datadir sysconfdir sharedstatedir localstatedir includedir \
1189 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1230 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1190 libdir localedir mandir 1231 libdir localedir mandir runstatedir
1191do 1232do
1192 eval ac_val=\$$ac_var 1233 eval ac_val=\$$ac_var
1193 # Remove trailing slashes. 1234 # Remove trailing slashes.
1194 case $ac_val in 1235 case $ac_val in
1195 */ ) 1236 */ )
1213 1254
1214# FIXME: To remove some day. 1255# FIXME: To remove some day.
1215if test "x$host_alias" != x; then 1256if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then 1257 if test "x$build_alias" = x; then
1217 cross_compiling=maybe 1258 cross_compiling=maybe
1218 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used" >&2
1220 elif test "x$build_alias" != "x$host_alias"; then 1259 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes 1260 cross_compiling=yes
1222 fi 1261 fi
1223fi 1262fi
1224 1263
1300# 1339#
1301if test "$ac_init_help" = "long"; then 1340if test "$ac_init_help" = "long"; then
1302 # Omit some internal or obsolete options to make the list less imposing. 1341 # Omit some internal or obsolete options to make the list less imposing.
1303 # This message is too long to be a string in the A/UX 3.1 sh. 1342 # This message is too long to be a string in the A/UX 3.1 sh.
1304 cat <<_ACEOF 1343 cat <<_ACEOF
1305\`configure' configures this package to adapt to many kinds of systems. 1344\`configure' configures gvpe 3.1 to adapt to many kinds of systems.
1306 1345
1307Usage: $0 [OPTION]... [VAR=VALUE]... 1346Usage: $0 [OPTION]... [VAR=VALUE]...
1308 1347
1309To assign environment variables (e.g., CC, CFLAGS...), specify them as 1348To assign environment variables (e.g., CC, CFLAGS...), specify them as
1310VAR=VALUE. See below for descriptions of some of the useful variables. 1349VAR=VALUE. See below for descriptions of some of the useful variables.
1340 --sbindir=DIR system admin executables [EPREFIX/sbin] 1379 --sbindir=DIR system admin executables [EPREFIX/sbin]
1341 --libexecdir=DIR program executables [EPREFIX/libexec] 1380 --libexecdir=DIR program executables [EPREFIX/libexec]
1342 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1381 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1343 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1382 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1344 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1383 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1384 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1345 --libdir=DIR object code libraries [EPREFIX/lib] 1385 --libdir=DIR object code libraries [EPREFIX/lib]
1346 --includedir=DIR C header files [PREFIX/include] 1386 --includedir=DIR C header files [PREFIX/include]
1347 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1387 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1348 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1388 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1349 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1389 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1350 --infodir=DIR info documentation [DATAROOTDIR/info] 1390 --infodir=DIR info documentation [DATAROOTDIR/info]
1351 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1391 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1352 --mandir=DIR man documentation [DATAROOTDIR/man] 1392 --mandir=DIR man documentation [DATAROOTDIR/man]
1353 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1393 --docdir=DIR documentation root [DATAROOTDIR/doc/gvpe]
1354 --htmldir=DIR html documentation [DOCDIR] 1394 --htmldir=DIR html documentation [DOCDIR]
1355 --dvidir=DIR dvi documentation [DOCDIR] 1395 --dvidir=DIR dvi documentation [DOCDIR]
1356 --pdfdir=DIR pdf documentation [DOCDIR] 1396 --pdfdir=DIR pdf documentation [DOCDIR]
1357 --psdir=DIR ps documentation [DOCDIR] 1397 --psdir=DIR ps documentation [DOCDIR]
1358_ACEOF 1398_ACEOF
1370 --target=TARGET configure for building compilers for TARGET [HOST] 1410 --target=TARGET configure for building compilers for TARGET [HOST]
1371_ACEOF 1411_ACEOF
1372fi 1412fi
1373 1413
1374if test -n "$ac_init_help"; then 1414if test -n "$ac_init_help"; then
1375 1415 case $ac_init_help in
1416 short | recursive ) echo "Configuration of gvpe 3.1:";;
1417 esac
1376 cat <<\_ACEOF 1418 cat <<\_ACEOF
1377 1419
1378Optional Features: 1420Optional Features:
1379 --disable-option-checking ignore unrecognized --enable/--with options 1421 --disable-option-checking ignore unrecognized --enable/--with options
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1422 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1423 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1382 --enable-maintainer-mode enable make rules and dependencies not useful 1424 --enable-maintainer-mode enable make rules and dependencies not useful
1383 (and sometimes confusing) to the casual installer 1425 (and sometimes confusing) to the casual installer
1384 --disable-dependency-tracking speeds up one-time build 1426 --disable-dependency-tracking Speeds up one-time builds
1385 --enable-dependency-tracking do not reject slow dependency extractors 1427 --enable-dependency-tracking Do not reject slow dependency extractors
1386 --disable-rpath do not hardcode runtime library paths 1428 --disable-rpath do not hardcode runtime library paths
1387 --disable-nls do not use Native Language Support 1429 --disable-nls do not use Native Language Support
1388 --enable-iftype=TYPE/SUBTYPE 1430 --enable-iftype=TYPE/SUBTYPE
1389 Use kernel/net device interface TYPE/SUBTYPE. 1431 Use kernel/net device interface TYPE/SUBTYPE.
1390 Working combinations are (see doc/gvpe.osdep.5.pod): 1432 Working combinations are (see doc/gvpe.osdep.5.pod):
1401 --disable-icmp enable icmp protocol support (default enabled). 1443 --disable-icmp enable icmp protocol support (default enabled).
1402 --disable-tcp enable tcp protocol support (default enabled). 1444 --disable-tcp enable tcp protocol support (default enabled).
1403 --disable-http-proxy enable http proxy connect support (default enabled). 1445 --disable-http-proxy enable http proxy connect support (default enabled).
1404 --enable-dns enable dns tunnel protocol support (default 1446 --enable-dns enable dns tunnel protocol support (default
1405 disabled). 1447 disabled).
1448 --enable-rsa-length=BITS
1449 use BITS rsa keys (default 3072). Allowed values are
1450 2048-10240.
1406 --enable-hmac-length=BYTES 1451 --enable-hmac-length=BYTES
1407 use a hmac of length BYTES bytes (default 12). 1452 use a hmac of length BYTES bytes (default 12).
1408 Allowed values are 4, 8, 12, 16. 1453 Allowed values are 4, 8, 12, 16.
1409 --enable-rand-length=BYTES
1410 use BYTES bytes of extra randomness (default 8).
1411 Allowed values are 0, 4, 8.
1412 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500). 1454 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
1413 Use 9100 for jumbogram support. 1455 Use 9100 for jumbogram support.
1414 --disable-compression Disable compression support. 1456 --disable-compression Disable compression support.
1415 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128"). 1457 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1416 Must be one of "bf" (blowfish), "aes-128" 1458 Must be one of "aes-128" (rijndael), "aes-192", or
1417 (rijndael), "aes-192" or "aes-256". 1459 "aes-256".
1418 --enable-digest=CIPHER Select the digest algorithm to use (default 1460 --enable-hmac-digest=HMAC
1461 Select the HMAC digest algorithm to use (default
1419 "ripemd160"). Must be one of "sha512", "sha256", 1462 "sha1"). Must be one of "sha512", "sha256", "sha1",
1420 "sha1" (somewhat insecure), "ripemd160", "md5" 1463 "ripemd160", "whirlpool".
1421 (insecure) or "md4" (insecure). 1464 --enable-auth-digest=DIGEST
1465 Select the hmac algorithm to use (default "sha512").
1466 Must be one of "sha512", "sha256", "whirlpool".
1422 1467
1423Optional Packages: 1468Optional Packages:
1424 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1469 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1425 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1470 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1426 --with-gnu-ld assume the C compiler uses GNU ld default=no 1471 --with-gnu-ld assume the C compiler uses GNU ld default=no
1428 --without-libiconv-prefix don't search for libiconv in includedir and libdir 1473 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1429 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib 1474 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
1430 --without-libintl-prefix don't search for libintl in includedir and libdir 1475 --without-libintl-prefix don't search for libintl in includedir and libdir
1431 --with-kernel=dir give the directory with kernel sources 1476 --with-kernel=dir give the directory with kernel sources
1432 (default: /usr/src/linux) 1477 (default: /usr/src/linux)
1433 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
1434 --with-openssl-lib=DIR OpenSSL library directory
1435 1478
1436Some influential environment variables: 1479Some influential environment variables:
1437 CC C compiler command 1480 CC C compiler command
1438 CFLAGS C compiler flags 1481 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1482 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1443 you have headers in a nonstandard directory <include dir> 1486 you have headers in a nonstandard directory <include dir>
1444 CPP C preprocessor 1487 CPP C preprocessor
1445 CXX C++ compiler command 1488 CXX C++ compiler command
1446 CXXFLAGS C++ compiler flags 1489 CXXFLAGS C++ compiler flags
1447 CXXCPP C++ preprocessor 1490 CXXCPP C++ preprocessor
1491 PKG_CONFIG path to pkg-config utility
1492 PKG_CONFIG_PATH
1493 directories to add to pkg-config's search path
1494 PKG_CONFIG_LIBDIR
1495 path overriding pkg-config's built-in search path
1496 LIBCRYPTO_CFLAGS
1497 C compiler flags for LIBCRYPTO, overriding pkg-config
1498 LIBCRYPTO_LIBS
1499 linker flags for LIBCRYPTO, overriding pkg-config
1448 1500
1449Use these variables to override the choices made by `configure' or to help 1501Use these variables to override the choices made by `configure' or to help
1450it to find libraries and programs with nonstandard names/locations. 1502it to find libraries and programs with nonstandard names/locations.
1451 1503
1452Report bugs to the package provider. 1504Report bugs to the package provider.
1510fi 1562fi
1511 1563
1512test -n "$ac_init_help" && exit $ac_status 1564test -n "$ac_init_help" && exit $ac_status
1513if $ac_init_version; then 1565if $ac_init_version; then
1514 cat <<\_ACEOF 1566 cat <<\_ACEOF
1515configure 1567gvpe configure 3.1
1516generated by GNU Autoconf 2.67 1568generated by GNU Autoconf 2.69
1517 1569
1518Copyright (C) 2010 Free Software Foundation, Inc. 1570Copyright (C) 2012 Free Software Foundation, Inc.
1519This configure script is free software; the Free Software Foundation 1571This configure script is free software; the Free Software Foundation
1520gives unlimited permission to copy, distribute and modify it. 1572gives unlimited permission to copy, distribute and modify it.
1521_ACEOF 1573_ACEOF
1522 exit 1574 exit
1523fi 1575fi
1557 $as_echo "$as_me: failed program was:" >&5 1609 $as_echo "$as_me: failed program was:" >&5
1558sed 's/^/| /' conftest.$ac_ext >&5 1610sed 's/^/| /' conftest.$ac_ext >&5
1559 1611
1560 ac_retval=1 1612 ac_retval=1
1561fi 1613fi
1562 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1614 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1563 as_fn_set_status $ac_retval 1615 as_fn_set_status $ac_retval
1564 1616
1565} # ac_fn_c_try_compile 1617} # ac_fn_c_try_compile
1566 1618
1567# ac_fn_c_try_link LINENO 1619# ac_fn_c_try_link LINENO
1589 test $ac_status = 0; } && { 1641 test $ac_status = 0; } && {
1590 test -z "$ac_c_werror_flag" || 1642 test -z "$ac_c_werror_flag" ||
1591 test ! -s conftest.err 1643 test ! -s conftest.err
1592 } && test -s conftest$ac_exeext && { 1644 } && test -s conftest$ac_exeext && {
1593 test "$cross_compiling" = yes || 1645 test "$cross_compiling" = yes ||
1594 $as_test_x conftest$ac_exeext 1646 test -x conftest$ac_exeext
1595 }; then : 1647 }; then :
1596 ac_retval=0 1648 ac_retval=0
1597else 1649else
1598 $as_echo "$as_me: failed program was:" >&5 1650 $as_echo "$as_me: failed program was:" >&5
1599sed 's/^/| /' conftest.$ac_ext >&5 1651sed 's/^/| /' conftest.$ac_ext >&5
1603 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1655 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1604 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1656 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1605 # interfere with the next link command; also delete a directory that is 1657 # interfere with the next link command; also delete a directory that is
1606 # left behind by Apple's compiler. We do this before executing the actions. 1658 # left behind by Apple's compiler. We do this before executing the actions.
1607 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1659 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1608 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1660 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1609 as_fn_set_status $ac_retval 1661 as_fn_set_status $ac_retval
1610 1662
1611} # ac_fn_c_try_link 1663} # ac_fn_c_try_link
1612 1664
1613# ac_fn_c_try_cpp LINENO 1665# ac_fn_c_try_cpp LINENO
1640 $as_echo "$as_me: failed program was:" >&5 1692 $as_echo "$as_me: failed program was:" >&5
1641sed 's/^/| /' conftest.$ac_ext >&5 1693sed 's/^/| /' conftest.$ac_ext >&5
1642 1694
1643 ac_retval=1 1695 ac_retval=1
1644fi 1696fi
1645 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1646 as_fn_set_status $ac_retval 1698 as_fn_set_status $ac_retval
1647 1699
1648} # ac_fn_c_try_cpp 1700} # ac_fn_c_try_cpp
1649 1701
1650# ac_fn_cxx_try_compile LINENO 1702# ac_fn_cxx_try_compile LINENO
1678 $as_echo "$as_me: failed program was:" >&5 1730 $as_echo "$as_me: failed program was:" >&5
1679sed 's/^/| /' conftest.$ac_ext >&5 1731sed 's/^/| /' conftest.$ac_ext >&5
1680 1732
1681 ac_retval=1 1733 ac_retval=1
1682fi 1734fi
1683 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1735 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1684 as_fn_set_status $ac_retval 1736 as_fn_set_status $ac_retval
1685 1737
1686} # ac_fn_cxx_try_compile 1738} # ac_fn_cxx_try_compile
1687 1739
1688# ac_fn_cxx_try_cpp LINENO 1740# ac_fn_cxx_try_cpp LINENO
1715 $as_echo "$as_me: failed program was:" >&5 1767 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5 1768sed 's/^/| /' conftest.$ac_ext >&5
1717 1769
1718 ac_retval=1 1770 ac_retval=1
1719fi 1771fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1772 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1721 as_fn_set_status $ac_retval 1773 as_fn_set_status $ac_retval
1722 1774
1723} # ac_fn_cxx_try_cpp 1775} # ac_fn_cxx_try_cpp
1724 1776
1725# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 1777# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1728# the include files in INCLUDES and setting the cache variable VAR 1780# the include files in INCLUDES and setting the cache variable VAR
1729# accordingly. 1781# accordingly.
1730ac_fn_cxx_check_header_mongrel () 1782ac_fn_cxx_check_header_mongrel ()
1731{ 1783{
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1784 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if eval "test \"\${$3+set}\"" = set; then : 1785 if eval \${$3+:} false; then :
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1735$as_echo_n "checking for $2... " >&6; } 1787$as_echo_n "checking for $2... " >&6; }
1736if eval "test \"\${$3+set}\"" = set; then : 1788if eval \${$3+:} false; then :
1737 $as_echo_n "(cached) " >&6 1789 $as_echo_n "(cached) " >&6
1738fi 1790fi
1739eval ac_res=\$$3 1791eval ac_res=\$$3
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1741$as_echo "$ac_res" >&6; } 1793$as_echo "$ac_res" >&6; }
1794$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1846$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1795 ;; 1847 ;;
1796esac 1848esac
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1798$as_echo_n "checking for $2... " >&6; } 1850$as_echo_n "checking for $2... " >&6; }
1799if eval "test \"\${$3+set}\"" = set; then : 1851if eval \${$3+:} false; then :
1800 $as_echo_n "(cached) " >&6 1852 $as_echo_n "(cached) " >&6
1801else 1853else
1802 eval "$3=\$ac_header_compiler" 1854 eval "$3=\$ac_header_compiler"
1803fi 1855fi
1804eval ac_res=\$$3 1856eval ac_res=\$$3
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1806$as_echo "$ac_res" >&6; } 1858$as_echo "$ac_res" >&6; }
1807fi 1859fi
1808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1860 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1809 1861
1810} # ac_fn_cxx_check_header_mongrel 1862} # ac_fn_cxx_check_header_mongrel
1811 1863
1812# ac_fn_cxx_try_run LINENO 1864# ac_fn_cxx_try_run LINENO
1813# ------------------------ 1865# ------------------------
1844sed 's/^/| /' conftest.$ac_ext >&5 1896sed 's/^/| /' conftest.$ac_ext >&5
1845 1897
1846 ac_retval=$ac_status 1898 ac_retval=$ac_status
1847fi 1899fi
1848 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1900 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1849 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1850 as_fn_set_status $ac_retval 1902 as_fn_set_status $ac_retval
1851 1903
1852} # ac_fn_cxx_try_run 1904} # ac_fn_cxx_try_run
1853 1905
1854# ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES 1906# ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
1858ac_fn_cxx_check_header_compile () 1910ac_fn_cxx_check_header_compile ()
1859{ 1911{
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1912 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1862$as_echo_n "checking for $2... " >&6; } 1914$as_echo_n "checking for $2... " >&6; }
1863if eval "test \"\${$3+set}\"" = set; then : 1915if eval \${$3+:} false; then :
1864 $as_echo_n "(cached) " >&6 1916 $as_echo_n "(cached) " >&6
1865else 1917else
1866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1867/* end confdefs.h. */ 1919/* end confdefs.h. */
1868$4 1920$4
1876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1928rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1877fi 1929fi
1878eval ac_res=\$$3 1930eval ac_res=\$$3
1879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1880$as_echo "$ac_res" >&6; } 1932$as_echo "$ac_res" >&6; }
1881 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1933 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1882 1934
1883} # ac_fn_cxx_check_header_compile 1935} # ac_fn_cxx_check_header_compile
1884 1936
1885# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES 1937# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
1886# --------------------------------------------- 1938# ---------------------------------------------
1889ac_fn_cxx_check_type () 1941ac_fn_cxx_check_type ()
1890{ 1942{
1891 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1943 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1893$as_echo_n "checking for $2... " >&6; } 1945$as_echo_n "checking for $2... " >&6; }
1894if eval "test \"\${$3+set}\"" = set; then : 1946if eval \${$3+:} false; then :
1895 $as_echo_n "(cached) " >&6 1947 $as_echo_n "(cached) " >&6
1896else 1948else
1897 eval "$3=no" 1949 eval "$3=no"
1898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1899/* end confdefs.h. */ 1951/* end confdefs.h. */
1930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1931fi 1983fi
1932eval ac_res=\$$3 1984eval ac_res=\$$3
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1934$as_echo "$ac_res" >&6; } 1986$as_echo "$ac_res" >&6; }
1935 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1987 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1936 1988
1937} # ac_fn_cxx_check_type 1989} # ac_fn_cxx_check_type
1938 1990
1939# ac_fn_c_try_run LINENO 1991# ac_fn_c_try_run LINENO
1940# ---------------------- 1992# ----------------------
1971sed 's/^/| /' conftest.$ac_ext >&5 2023sed 's/^/| /' conftest.$ac_ext >&5
1972 2024
1973 ac_retval=$ac_status 2025 ac_retval=$ac_status
1974fi 2026fi
1975 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2027 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1976 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2028 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1977 as_fn_set_status $ac_retval 2029 as_fn_set_status $ac_retval
1978 2030
1979} # ac_fn_c_try_run 2031} # ac_fn_c_try_run
1980 2032
1981# ac_fn_c_check_func LINENO FUNC VAR 2033# ac_fn_c_check_func LINENO FUNC VAR
1984ac_fn_c_check_func () 2036ac_fn_c_check_func ()
1985{ 2037{
1986 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2038 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1988$as_echo_n "checking for $2... " >&6; } 2040$as_echo_n "checking for $2... " >&6; }
1989if eval "test \"\${$3+set}\"" = set; then : 2041if eval \${$3+:} false; then :
1990 $as_echo_n "(cached) " >&6 2042 $as_echo_n "(cached) " >&6
1991else 2043else
1992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993/* end confdefs.h. */ 2045/* end confdefs.h. */
1994/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 2046/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2039 conftest$ac_exeext conftest.$ac_ext 2091 conftest$ac_exeext conftest.$ac_ext
2040fi 2092fi
2041eval ac_res=\$$3 2093eval ac_res=\$$3
2042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2043$as_echo "$ac_res" >&6; } 2095$as_echo "$ac_res" >&6; }
2044 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2096 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2045 2097
2046} # ac_fn_c_check_func 2098} # ac_fn_c_check_func
2047 2099
2048# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 2100# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2049# ------------------------------------------------------- 2101# -------------------------------------------------------
2051# the include files in INCLUDES and setting the cache variable VAR 2103# the include files in INCLUDES and setting the cache variable VAR
2052# accordingly. 2104# accordingly.
2053ac_fn_c_check_header_mongrel () 2105ac_fn_c_check_header_mongrel ()
2054{ 2106{
2055 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2107 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2056 if eval "test \"\${$3+set}\"" = set; then : 2108 if eval \${$3+:} false; then :
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2058$as_echo_n "checking for $2... " >&6; } 2110$as_echo_n "checking for $2... " >&6; }
2059if eval "test \"\${$3+set}\"" = set; then : 2111if eval \${$3+:} false; then :
2060 $as_echo_n "(cached) " >&6 2112 $as_echo_n "(cached) " >&6
2061fi 2113fi
2062eval ac_res=\$$3 2114eval ac_res=\$$3
2063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2064$as_echo "$ac_res" >&6; } 2116$as_echo "$ac_res" >&6; }
2117$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 2169$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2118 ;; 2170 ;;
2119esac 2171esac
2120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2121$as_echo_n "checking for $2... " >&6; } 2173$as_echo_n "checking for $2... " >&6; }
2122if eval "test \"\${$3+set}\"" = set; then : 2174if eval \${$3+:} false; then :
2123 $as_echo_n "(cached) " >&6 2175 $as_echo_n "(cached) " >&6
2124else 2176else
2125 eval "$3=\$ac_header_compiler" 2177 eval "$3=\$ac_header_compiler"
2126fi 2178fi
2127eval ac_res=\$$3 2179eval ac_res=\$$3
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2129$as_echo "$ac_res" >&6; } 2181$as_echo "$ac_res" >&6; }
2130fi 2182fi
2131 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2183 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2132 2184
2133} # ac_fn_c_check_header_mongrel 2185} # ac_fn_c_check_header_mongrel
2134 2186
2135# ac_fn_cxx_try_link LINENO 2187# ac_fn_cxx_try_link LINENO
2136# ------------------------- 2188# -------------------------
2157 test $ac_status = 0; } && { 2209 test $ac_status = 0; } && {
2158 test -z "$ac_cxx_werror_flag" || 2210 test -z "$ac_cxx_werror_flag" ||
2159 test ! -s conftest.err 2211 test ! -s conftest.err
2160 } && test -s conftest$ac_exeext && { 2212 } && test -s conftest$ac_exeext && {
2161 test "$cross_compiling" = yes || 2213 test "$cross_compiling" = yes ||
2162 $as_test_x conftest$ac_exeext 2214 test -x conftest$ac_exeext
2163 }; then : 2215 }; then :
2164 ac_retval=0 2216 ac_retval=0
2165else 2217else
2166 $as_echo "$as_me: failed program was:" >&5 2218 $as_echo "$as_me: failed program was:" >&5
2167sed 's/^/| /' conftest.$ac_ext >&5 2219sed 's/^/| /' conftest.$ac_ext >&5
2171 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 2223 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2172 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 2224 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2173 # interfere with the next link command; also delete a directory that is 2225 # interfere with the next link command; also delete a directory that is
2174 # left behind by Apple's compiler. We do this before executing the actions. 2226 # left behind by Apple's compiler. We do this before executing the actions.
2175 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2227 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2176 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2228 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2177 as_fn_set_status $ac_retval 2229 as_fn_set_status $ac_retval
2178 2230
2179} # ac_fn_cxx_try_link 2231} # ac_fn_cxx_try_link
2180
2181# ac_fn_cxx_check_func LINENO FUNC VAR
2182# ------------------------------------
2183# Tests whether FUNC exists, setting the cache variable VAR accordingly
2184ac_fn_cxx_check_func ()
2185{
2186 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2188$as_echo_n "checking for $2... " >&6; }
2189if eval "test \"\${$3+set}\"" = set; then :
2190 $as_echo_n "(cached) " >&6
2191else
2192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2193/* end confdefs.h. */
2194/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2195 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2196#define $2 innocuous_$2
2197
2198/* System header to define __stub macros and hopefully few prototypes,
2199 which can conflict with char $2 (); below.
2200 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2201 <limits.h> exists even on freestanding compilers. */
2202
2203#ifdef __STDC__
2204# include <limits.h>
2205#else
2206# include <assert.h>
2207#endif
2208
2209#undef $2
2210
2211/* Override any GCC internal prototype to avoid an error.
2212 Use char because int might match the return type of a GCC
2213 builtin and then its argument prototype would still apply. */
2214#ifdef __cplusplus
2215extern "C"
2216#endif
2217char $2 ();
2218/* The GNU C library defines this for functions which it implements
2219 to always fail with ENOSYS. Some functions are actually named
2220 something starting with __ and the normal name is an alias. */
2221#if defined __stub_$2 || defined __stub___$2
2222choke me
2223#endif
2224
2225int
2226main ()
2227{
2228return $2 ();
2229 ;
2230 return 0;
2231}
2232_ACEOF
2233if ac_fn_cxx_try_link "$LINENO"; then :
2234 eval "$3=yes"
2235else
2236 eval "$3=no"
2237fi
2238rm -f core conftest.err conftest.$ac_objext \
2239 conftest$ac_exeext conftest.$ac_ext
2240fi
2241eval ac_res=\$$3
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2243$as_echo "$ac_res" >&6; }
2244 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2245
2246} # ac_fn_cxx_check_func
2247cat >config.log <<_ACEOF 2232cat >config.log <<_ACEOF
2248This file contains any messages produced by compilers while 2233This file contains any messages produced by compilers while
2249running configure, to aid debugging if configure makes a mistake. 2234running configure, to aid debugging if configure makes a mistake.
2250 2235
2251It was created by $as_me, which was 2236It was created by gvpe $as_me 3.1, which was
2252generated by GNU Autoconf 2.67. Invocation command line was 2237generated by GNU Autoconf 2.69. Invocation command line was
2253 2238
2254 $ $0 $@ 2239 $ $0 $@
2255 2240
2256_ACEOF 2241_ACEOF
2257exec 5>>config.log 2242exec 5>>config.log
2505 sed 's/^/| /' "$ac_site_file" >&5 2490 sed 's/^/| /' "$ac_site_file" >&5
2506 . "$ac_site_file" \ 2491 . "$ac_site_file" \
2507 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2492 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2508$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2493$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2509as_fn_error $? "failed to load site script $ac_site_file 2494as_fn_error $? "failed to load site script $ac_site_file
2510See \`config.log' for more details" "$LINENO" 5 ; } 2495See \`config.log' for more details" "$LINENO" 5; }
2511 fi 2496 fi
2512done 2497done
2513 2498
2514if test -r "$cache_file"; then 2499if test -r "$cache_file"; then
2515 # Some versions of bash will fail to source /dev/null (special files 2500 # Some versions of bash will fail to source /dev/null (special files
2630$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2615$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2631 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2616 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2632 2617
2633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2634$as_echo_n "checking build system type... " >&6; } 2619$as_echo_n "checking build system type... " >&6; }
2635if test "${ac_cv_build+set}" = set; then : 2620if ${ac_cv_build+:} false; then :
2636 $as_echo_n "(cached) " >&6 2621 $as_echo_n "(cached) " >&6
2637else 2622else
2638 ac_build_alias=$build_alias 2623 ac_build_alias=$build_alias
2639test "x$ac_build_alias" = x && 2624test "x$ac_build_alias" = x &&
2640 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2625 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2646fi 2631fi
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2648$as_echo "$ac_cv_build" >&6; } 2633$as_echo "$ac_cv_build" >&6; }
2649case $ac_cv_build in 2634case $ac_cv_build in
2650*-*-*) ;; 2635*-*-*) ;;
2651*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 2636*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2652esac 2637esac
2653build=$ac_cv_build 2638build=$ac_cv_build
2654ac_save_IFS=$IFS; IFS='-' 2639ac_save_IFS=$IFS; IFS='-'
2655set x $ac_cv_build 2640set x $ac_cv_build
2656shift 2641shift
2664case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2649case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2665 2650
2666 2651
2667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2668$as_echo_n "checking host system type... " >&6; } 2653$as_echo_n "checking host system type... " >&6; }
2669if test "${ac_cv_host+set}" = set; then : 2654if ${ac_cv_host+:} false; then :
2670 $as_echo_n "(cached) " >&6 2655 $as_echo_n "(cached) " >&6
2671else 2656else
2672 if test "x$host_alias" = x; then 2657 if test "x$host_alias" = x; then
2673 ac_cv_host=$ac_cv_build 2658 ac_cv_host=$ac_cv_build
2674else 2659else
2679fi 2664fi
2680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2681$as_echo "$ac_cv_host" >&6; } 2666$as_echo "$ac_cv_host" >&6; }
2682case $ac_cv_host in 2667case $ac_cv_host in
2683*-*-*) ;; 2668*-*-*) ;;
2684*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 2669*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2685esac 2670esac
2686host=$ac_cv_host 2671host=$ac_cv_host
2687ac_save_IFS=$IFS; IFS='-' 2672ac_save_IFS=$IFS; IFS='-'
2688set x $ac_cv_host 2673set x $ac_cv_host
2689shift 2674shift
2697case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2682case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2698 2683
2699 2684
2700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2701$as_echo_n "checking target system type... " >&6; } 2686$as_echo_n "checking target system type... " >&6; }
2702if test "${ac_cv_target+set}" = set; then : 2687if ${ac_cv_target+:} false; then :
2703 $as_echo_n "(cached) " >&6 2688 $as_echo_n "(cached) " >&6
2704else 2689else
2705 if test "x$target_alias" = x; then 2690 if test "x$target_alias" = x; then
2706 ac_cv_target=$ac_cv_host 2691 ac_cv_target=$ac_cv_host
2707else 2692else
2712fi 2697fi
2713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2698{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2714$as_echo "$ac_cv_target" >&6; } 2699$as_echo "$ac_cv_target" >&6; }
2715case $ac_cv_target in 2700case $ac_cv_target in
2716*-*-*) ;; 2701*-*-*) ;;
2717*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; 2702*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2718esac 2703esac
2719target=$ac_cv_target 2704target=$ac_cv_target
2720ac_save_IFS=$IFS; IFS='-' 2705ac_save_IFS=$IFS; IFS='-'
2721set x $ac_cv_target 2706set x $ac_cv_target
2722shift 2707shift
2734# will get canonicalized. 2719# will get canonicalized.
2735test -n "$target_alias" && 2720test -n "$target_alias" &&
2736 test "$program_prefix$program_suffix$program_transform_name" = \ 2721 test "$program_prefix$program_suffix$program_transform_name" = \
2737 NONENONEs,x,x, && 2722 NONENONEs,x,x, &&
2738 program_prefix=${target_alias}- 2723 program_prefix=${target_alias}-
2739am__api_version='1.11' 2724am__api_version="1.7"
2740
2741# Find a good install program. We prefer a C program (faster), 2725# Find a good install program. We prefer a C program (faster),
2742# so one script is as good as another. But avoid the broken or 2726# so one script is as good as another. But avoid the broken or
2743# incompatible versions: 2727# incompatible versions:
2744# SysV /etc/install, /usr/sbin/install 2728# SysV /etc/install, /usr/sbin/install
2745# SunOS /usr/etc/install 2729# SunOS /usr/etc/install
2753# ./install, which can be erroneously created by make from ./install.sh. 2737# ./install, which can be erroneously created by make from ./install.sh.
2754# Reject install programs that cannot install multiple files. 2738# Reject install programs that cannot install multiple files.
2755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2756$as_echo_n "checking for a BSD-compatible install... " >&6; } 2740$as_echo_n "checking for a BSD-compatible install... " >&6; }
2757if test -z "$INSTALL"; then 2741if test -z "$INSTALL"; then
2758if test "${ac_cv_path_install+set}" = set; then : 2742if ${ac_cv_path_install+:} false; then :
2759 $as_echo_n "(cached) " >&6 2743 $as_echo_n "(cached) " >&6
2760else 2744else
2761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2762for as_dir in $PATH 2746for as_dir in $PATH
2763do 2747do
2773 # OSF1 and SCO ODT 3.0 have their own names for install. 2757 # OSF1 and SCO ODT 3.0 have their own names for install.
2774 # Don't use installbsd from OSF since it installs stuff as root 2758 # Don't use installbsd from OSF since it installs stuff as root
2775 # by default. 2759 # by default.
2776 for ac_prog in ginstall scoinst install; do 2760 for ac_prog in ginstall scoinst install; do
2777 for ac_exec_ext in '' $ac_executable_extensions; do 2761 for ac_exec_ext in '' $ac_executable_extensions; do
2778 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2762 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2779 if test $ac_prog = install && 2763 if test $ac_prog = install &&
2780 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2764 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2781 # AIX install. It has an incompatible calling convention. 2765 # AIX install. It has an incompatible calling convention.
2782 : 2766 :
2783 elif test $ac_prog = install && 2767 elif test $ac_prog = install &&
2834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2835$as_echo_n "checking whether build environment is sane... " >&6; } 2819$as_echo_n "checking whether build environment is sane... " >&6; }
2836# Just in case 2820# Just in case
2837sleep 1 2821sleep 1
2838echo timestamp > conftest.file 2822echo timestamp > conftest.file
2839# Reject unsafe characters in $srcdir or the absolute working directory
2840# name. Accept space and tab only in the latter.
2841am_lf='
2842'
2843case `pwd` in
2844 *[\\\"\#\$\&\'\`$am_lf]*)
2845 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2846esac
2847case $srcdir in
2848 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2849 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2850esac
2851
2852# Do `set' in a subshell so we don't clobber the current shell's 2823# Do `set' in a subshell so we don't clobber the current shell's
2853# arguments. Must try -L first in case configure is actually a 2824# arguments. Must try -L first in case configure is actually a
2854# symlink; some systems play weird games with the mod time of symlinks 2825# symlink; some systems play weird games with the mod time of symlinks
2855# (eg FreeBSD returns the mod time of the symlink's containing 2826# (eg FreeBSD returns the mod time of the symlink's containing
2856# directory). 2827# directory).
2857if ( 2828if (
2858 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2829 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2859 if test "$*" = "X"; then 2830 if test "$*" = "X"; then
2860 # -L didn't work. 2831 # -L didn't work.
2861 set X `ls -t "$srcdir/configure" conftest.file` 2832 set X `ls -t $srcdir/configure conftest.file`
2862 fi 2833 fi
2863 rm -f conftest.file 2834 rm -f conftest.file
2864 if test "$*" != "X $srcdir/configure conftest.file" \ 2835 if test "$*" != "X $srcdir/configure conftest.file" \
2865 && test "$*" != "X conftest.file $srcdir/configure"; then 2836 && test "$*" != "X conftest.file $srcdir/configure"; then
2866 2837
2891# Double any \ or $. 2862# Double any \ or $.
2892# By default was `s,x,x', remove it if useless. 2863# By default was `s,x,x', remove it if useless.
2893ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2864ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2894program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2865program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2895 2866
2867
2896# expand $ac_aux_dir to an absolute path 2868# expand $ac_aux_dir to an absolute path
2897am_aux_dir=`cd $ac_aux_dir && pwd` 2869am_aux_dir=`cd $ac_aux_dir && pwd`
2898 2870
2899if test x"${MISSING+set}" != xset; then 2871test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2900 case $am_aux_dir in
2901 *\ * | *\ *)
2902 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2903 *)
2904 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2905 esac
2906fi
2907# Use eval to expand $SHELL 2872# Use eval to expand $SHELL
2908if eval "$MISSING --run true"; then 2873if eval "$MISSING --run true"; then
2909 am_missing_run="$MISSING --run " 2874 am_missing_run="$MISSING --run "
2910else 2875else
2911 am_missing_run= 2876 am_missing_run=
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2877 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2913$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2878$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2914fi 2879fi
2915 2880
2916if test x"${install_sh}" != xset; then 2881for ac_prog in gawk mawk nawk awk
2917 case $am_aux_dir in 2882do
2918 *\ * | *\ *) 2883 # Extract the first word of "$ac_prog", so it can be a program name with args.
2919 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2884set dummy $ac_prog; ac_word=$2
2885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2886$as_echo_n "checking for $ac_word... " >&6; }
2887if ${ac_cv_prog_AWK+:} false; then :
2888 $as_echo_n "(cached) " >&6
2889else
2890 if test -n "$AWK"; then
2891 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2892else
2893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2894for as_dir in $PATH
2895do
2896 IFS=$as_save_IFS
2897 test -z "$as_dir" && as_dir=.
2898 for ac_exec_ext in '' $ac_executable_extensions; do
2899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2900 ac_cv_prog_AWK="$ac_prog"
2901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2902 break 2
2903 fi
2904done
2905 done
2906IFS=$as_save_IFS
2907
2908fi
2909fi
2910AWK=$ac_cv_prog_AWK
2911if test -n "$AWK"; then
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2913$as_echo "$AWK" >&6; }
2914else
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2916$as_echo "no" >&6; }
2917fi
2918
2919
2920 test -n "$AWK" && break
2921done
2922
2923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2924$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2925set x ${MAKE-make}
2926ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2927if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2928 $as_echo_n "(cached) " >&6
2929else
2930 cat >conftest.make <<\_ACEOF
2931SHELL = /bin/sh
2932all:
2933 @echo '@@@%%%=$(MAKE)=@@@%%%'
2934_ACEOF
2935# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2936case `${MAKE-make} -f conftest.make 2>/dev/null` in
2937 *@@@%%%=?*=@@@%%%*)
2938 eval ac_cv_prog_make_${ac_make}_set=yes;;
2920 *) 2939 *)
2921 install_sh="\${SHELL} $am_aux_dir/install-sh" 2940 eval ac_cv_prog_make_${ac_make}_set=no;;
2922 esac 2941esac
2942rm -f conftest.make
2923fi 2943fi
2944if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2946$as_echo "yes" >&6; }
2947 SET_MAKE=
2948else
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2950$as_echo "no" >&6; }
2951 SET_MAKE="MAKE=${MAKE-make}"
2952fi
2953
2954rm -rf .tst 2>/dev/null
2955mkdir .tst 2>/dev/null
2956if test -d .tst; then
2957 am__leading_dot=.
2958else
2959 am__leading_dot=_
2960fi
2961rmdir .tst 2>/dev/null
2962
2963 # test to see if srcdir already configured
2964if test "`cd $srcdir && pwd`" != "`pwd`" &&
2965 test -f $srcdir/config.status; then
2966 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2967fi
2968
2969# test whether we have cygpath
2970if test -z "$CYGPATH_W"; then
2971 if (cygpath --version) >/dev/null 2>/dev/null; then
2972 CYGPATH_W='cygpath -w'
2973 else
2974 CYGPATH_W=echo
2975 fi
2976fi
2977
2978
2979# Define the identity of the package.
2980 PACKAGE='gvpe'
2981 VERSION='3.1'
2982
2983
2984cat >>confdefs.h <<_ACEOF
2985#define PACKAGE "$PACKAGE"
2986_ACEOF
2987
2988
2989cat >>confdefs.h <<_ACEOF
2990#define VERSION "$VERSION"
2991_ACEOF
2992
2993# Some tools Automake needs.
2994
2995ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2996
2997
2998AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2999
3000
3001AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3002
3003
3004AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3005
3006
3007MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3008
3009
3010AMTAR=${AMTAR-"${am_missing_run}tar"}
3011
3012install_sh=${install_sh-"$am_aux_dir/install-sh"}
2924 3013
2925# Installed binaries are usually stripped using `strip' when the user 3014# Installed binaries are usually stripped using `strip' when the user
2926# run `make install-strip'. However `strip' might not be the right 3015# run `make install-strip'. However `strip' might not be the right
2927# tool to use in cross-compilation environments, therefore Automake 3016# tool to use in cross-compilation environments, therefore Automake
2928# will honor the `STRIP' environment variable to overrule this program. 3017# will honor the `STRIP' environment variable to overrule this program.
2930 if test -n "$ac_tool_prefix"; then 3019 if test -n "$ac_tool_prefix"; then
2931 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 3020 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2932set dummy ${ac_tool_prefix}strip; ac_word=$2 3021set dummy ${ac_tool_prefix}strip; ac_word=$2
2933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2934$as_echo_n "checking for $ac_word... " >&6; } 3023$as_echo_n "checking for $ac_word... " >&6; }
2935if test "${ac_cv_prog_STRIP+set}" = set; then : 3024if ${ac_cv_prog_STRIP+:} false; then :
2936 $as_echo_n "(cached) " >&6 3025 $as_echo_n "(cached) " >&6
2937else 3026else
2938 if test -n "$STRIP"; then 3027 if test -n "$STRIP"; then
2939 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3028 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2940else 3029else
2942for as_dir in $PATH 3031for as_dir in $PATH
2943do 3032do
2944 IFS=$as_save_IFS 3033 IFS=$as_save_IFS
2945 test -z "$as_dir" && as_dir=. 3034 test -z "$as_dir" && as_dir=.
2946 for ac_exec_ext in '' $ac_executable_extensions; do 3035 for ac_exec_ext in '' $ac_executable_extensions; do
2947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3036 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2948 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 3037 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2950 break 2 3039 break 2
2951 fi 3040 fi
2952done 3041done
2970 ac_ct_STRIP=$STRIP 3059 ac_ct_STRIP=$STRIP
2971 # Extract the first word of "strip", so it can be a program name with args. 3060 # Extract the first word of "strip", so it can be a program name with args.
2972set dummy strip; ac_word=$2 3061set dummy strip; ac_word=$2
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2974$as_echo_n "checking for $ac_word... " >&6; } 3063$as_echo_n "checking for $ac_word... " >&6; }
2975if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3064if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2976 $as_echo_n "(cached) " >&6 3065 $as_echo_n "(cached) " >&6
2977else 3066else
2978 if test -n "$ac_ct_STRIP"; then 3067 if test -n "$ac_ct_STRIP"; then
2979 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 3068 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2980else 3069else
2982for as_dir in $PATH 3071for as_dir in $PATH
2983do 3072do
2984 IFS=$as_save_IFS 3073 IFS=$as_save_IFS
2985 test -z "$as_dir" && as_dir=. 3074 test -z "$as_dir" && as_dir=.
2986 for ac_exec_ext in '' $ac_executable_extensions; do 3075 for ac_exec_ext in '' $ac_executable_extensions; do
2987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3076 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2988 ac_cv_prog_ac_ct_STRIP="strip" 3077 ac_cv_prog_ac_ct_STRIP="strip"
2989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2990 break 2 3079 break 2
2991 fi 3080 fi
2992done 3081done
3018else 3107else
3019 STRIP="$ac_cv_prog_STRIP" 3108 STRIP="$ac_cv_prog_STRIP"
3020fi 3109fi
3021 3110
3022fi 3111fi
3023INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3112INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3024
3025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3026$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3027if test -z "$MKDIR_P"; then
3028 if test "${ac_cv_path_mkdir+set}" = set; then :
3029 $as_echo_n "(cached) " >&6
3030else
3031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3032for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3033do
3034 IFS=$as_save_IFS
3035 test -z "$as_dir" && as_dir=.
3036 for ac_prog in mkdir gmkdir; do
3037 for ac_exec_ext in '' $ac_executable_extensions; do
3038 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3039 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3040 'mkdir (GNU coreutils) '* | \
3041 'mkdir (coreutils) '* | \
3042 'mkdir (fileutils) '4.1*)
3043 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3044 break 3;;
3045 esac
3046 done
3047 done
3048 done
3049IFS=$as_save_IFS
3050
3051fi
3052
3053 test -d ./--version && rmdir ./--version
3054 if test "${ac_cv_path_mkdir+set}" = set; then
3055 MKDIR_P="$ac_cv_path_mkdir -p"
3056 else
3057 # As a last resort, use the slow shell script. Don't cache a
3058 # value for MKDIR_P within a source directory, because that will
3059 # break other packages using the cache if that directory is
3060 # removed, or if the value is a relative name.
3061 MKDIR_P="$ac_install_sh -d"
3062 fi
3063fi
3064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3065$as_echo "$MKDIR_P" >&6; }
3066
3067mkdir_p="$MKDIR_P"
3068case $mkdir_p in
3069 [\\/$]* | ?:[\\/]*) ;;
3070 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3071esac
3072
3073for ac_prog in gawk mawk nawk awk
3074do
3075 # Extract the first word of "$ac_prog", so it can be a program name with args.
3076set dummy $ac_prog; ac_word=$2
3077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3078$as_echo_n "checking for $ac_word... " >&6; }
3079if test "${ac_cv_prog_AWK+set}" = set; then :
3080 $as_echo_n "(cached) " >&6
3081else
3082 if test -n "$AWK"; then
3083 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3084else
3085as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3086for as_dir in $PATH
3087do
3088 IFS=$as_save_IFS
3089 test -z "$as_dir" && as_dir=.
3090 for ac_exec_ext in '' $ac_executable_extensions; do
3091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3092 ac_cv_prog_AWK="$ac_prog"
3093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3094 break 2
3095 fi
3096done
3097 done
3098IFS=$as_save_IFS
3099
3100fi
3101fi
3102AWK=$ac_cv_prog_AWK
3103if test -n "$AWK"; then
3104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3105$as_echo "$AWK" >&6; }
3106else
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3108$as_echo "no" >&6; }
3109fi
3110
3111
3112 test -n "$AWK" && break
3113done
3114
3115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3116$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3117set x ${MAKE-make}
3118ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3119if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3120 $as_echo_n "(cached) " >&6
3121else
3122 cat >conftest.make <<\_ACEOF
3123SHELL = /bin/sh
3124all:
3125 @echo '@@@%%%=$(MAKE)=@@@%%%'
3126_ACEOF
3127# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3128case `${MAKE-make} -f conftest.make 2>/dev/null` in
3129 *@@@%%%=?*=@@@%%%*)
3130 eval ac_cv_prog_make_${ac_make}_set=yes;;
3131 *)
3132 eval ac_cv_prog_make_${ac_make}_set=no;;
3133esac
3134rm -f conftest.make
3135fi
3136if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3138$as_echo "yes" >&6; }
3139 SET_MAKE=
3140else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142$as_echo "no" >&6; }
3143 SET_MAKE="MAKE=${MAKE-make}"
3144fi
3145
3146rm -rf .tst 2>/dev/null
3147mkdir .tst 2>/dev/null
3148if test -d .tst; then
3149 am__leading_dot=.
3150else
3151 am__leading_dot=_
3152fi
3153rmdir .tst 2>/dev/null
3154
3155if test "`cd $srcdir && pwd`" != "`pwd`"; then
3156 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3157 # is not polluted with repeated "-I."
3158 am__isrc=' -I$(srcdir)'
3159 # test to see if srcdir already configured
3160 if test -f $srcdir/config.status; then
3161 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3162 fi
3163fi
3164
3165# test whether we have cygpath
3166if test -z "$CYGPATH_W"; then
3167 if (cygpath --version) >/dev/null 2>/dev/null; then
3168 CYGPATH_W='cygpath -w'
3169 else
3170 CYGPATH_W=echo
3171 fi
3172fi
3173
3174
3175# Define the identity of the package.
3176 PACKAGE=gvpe
3177 VERSION=2.24
3178
3179
3180cat >>confdefs.h <<_ACEOF
3181#define PACKAGE "$PACKAGE"
3182_ACEOF
3183
3184
3185cat >>confdefs.h <<_ACEOF
3186#define VERSION "$VERSION"
3187_ACEOF
3188
3189# Some tools Automake needs.
3190
3191ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3192
3193
3194AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3195
3196
3197AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3198
3199
3200AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3201
3202
3203MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3204 3113
3205# We need awk for the "check" target. The system "awk" is bad on 3114# We need awk for the "check" target. The system "awk" is bad on
3206# some platforms. 3115# some platforms.
3207# Always define AMTAR for backward compatibility.
3208
3209AMTAR=${AMTAR-"${am_missing_run}tar"}
3210
3211am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3212
3213
3214 3116
3215 3117
3216 3118
3217ac_config_headers="$ac_config_headers config.h" 3119ac_config_headers="$ac_config_headers config.h"
3218
3219 3120
3220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 3121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3221$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 3122$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3222 # Check whether --enable-maintainer-mode was given. 3123 # Check whether --enable-maintainer-mode was given.
3223if test "${enable_maintainer_mode+set}" = set; then : 3124if test "${enable_maintainer_mode+set}" = set; then :
3226 USE_MAINTAINER_MODE=no 3127 USE_MAINTAINER_MODE=no
3227fi 3128fi
3228 3129
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3230$as_echo "$USE_MAINTAINER_MODE" >&6; } 3131$as_echo "$USE_MAINTAINER_MODE" >&6; }
3132
3133
3231 if test $USE_MAINTAINER_MODE = yes; then 3134if test $USE_MAINTAINER_MODE = yes; then
3232 MAINTAINER_MODE_TRUE= 3135 MAINTAINER_MODE_TRUE=
3233 MAINTAINER_MODE_FALSE='#' 3136 MAINTAINER_MODE_FALSE='#'
3234else 3137else
3235 MAINTAINER_MODE_TRUE='#' 3138 MAINTAINER_MODE_TRUE='#'
3236 MAINTAINER_MODE_FALSE= 3139 MAINTAINER_MODE_FALSE=
3240 3143
3241 3144
3242 3145
3243 3146
3244 3147
3245
3246
3247
3248 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
3249
3250 for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
3251 3148
3252 3149
3253 3150
3254 MKINSTALLDIRS= 3151 MKINSTALLDIRS=
3255 if test -n "$ac_aux_dir"; then 3152 if test -n "$ac_aux_dir"; then
3265 3162
3266 # Extract the first word of "msgfmt", so it can be a program name with args. 3163 # Extract the first word of "msgfmt", so it can be a program name with args.
3267set dummy msgfmt; ac_word=$2 3164set dummy msgfmt; ac_word=$2
3268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3269$as_echo_n "checking for $ac_word... " >&6; } 3166$as_echo_n "checking for $ac_word... " >&6; }
3270if test "${ac_cv_path_MSGFMT+set}" = set; then : 3167if ${ac_cv_path_MSGFMT+:} false; then :
3271 $as_echo_n "(cached) " >&6 3168 $as_echo_n "(cached) " >&6
3272else 3169else
3273 case "$MSGFMT" in 3170 case "$MSGFMT" in
3274 /*) 3171 /*)
3275 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 3172 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3302 3199
3303 # Extract the first word of "gmsgfmt", so it can be a program name with args. 3200 # Extract the first word of "gmsgfmt", so it can be a program name with args.
3304set dummy gmsgfmt; ac_word=$2 3201set dummy gmsgfmt; ac_word=$2
3305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3306$as_echo_n "checking for $ac_word... " >&6; } 3203$as_echo_n "checking for $ac_word... " >&6; }
3307if test "${ac_cv_path_GMSGFMT+set}" = set; then : 3204if ${ac_cv_path_GMSGFMT+:} false; then :
3308 $as_echo_n "(cached) " >&6 3205 $as_echo_n "(cached) " >&6
3309else 3206else
3310 case $GMSGFMT in 3207 case $GMSGFMT in
3311 [\\/]* | ?:[\\/]*) 3208 [\\/]* | ?:[\\/]*)
3312 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3209 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3316for as_dir in $PATH 3213for as_dir in $PATH
3317do 3214do
3318 IFS=$as_save_IFS 3215 IFS=$as_save_IFS
3319 test -z "$as_dir" && as_dir=. 3216 test -z "$as_dir" && as_dir=.
3320 for ac_exec_ext in '' $ac_executable_extensions; do 3217 for ac_exec_ext in '' $ac_executable_extensions; do
3321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3322 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 3219 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
3323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3324 break 2 3221 break 2
3325 fi 3222 fi
3326done 3223done
3344 3241
3345 # Extract the first word of "xgettext", so it can be a program name with args. 3242 # Extract the first word of "xgettext", so it can be a program name with args.
3346set dummy xgettext; ac_word=$2 3243set dummy xgettext; ac_word=$2
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3348$as_echo_n "checking for $ac_word... " >&6; } 3245$as_echo_n "checking for $ac_word... " >&6; }
3349if test "${ac_cv_path_XGETTEXT+set}" = set; then : 3246if ${ac_cv_path_XGETTEXT+:} false; then :
3350 $as_echo_n "(cached) " >&6 3247 $as_echo_n "(cached) " >&6
3351else 3248else
3352 case "$XGETTEXT" in 3249 case "$XGETTEXT" in
3353 /*) 3250 /*)
3354 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 3251 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
3383 3280
3384 # Extract the first word of "msgmerge", so it can be a program name with args. 3281 # Extract the first word of "msgmerge", so it can be a program name with args.
3385set dummy msgmerge; ac_word=$2 3282set dummy msgmerge; ac_word=$2
3386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3387$as_echo_n "checking for $ac_word... " >&6; } 3284$as_echo_n "checking for $ac_word... " >&6; }
3388if test "${ac_cv_path_MSGMERGE+set}" = set; then : 3285if ${ac_cv_path_MSGMERGE+:} false; then :
3389 $as_echo_n "(cached) " >&6 3286 $as_echo_n "(cached) " >&6
3390else 3287else
3391 case "$MSGMERGE" in 3288 case "$MSGMERGE" in
3392 /*) 3289 /*)
3393 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. 3290 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
3467 3364
3468 3365
3469am_make=${MAKE-make} 3366am_make=${MAKE-make}
3470cat > confinc << 'END' 3367cat > confinc << 'END'
3471am__doit: 3368am__doit:
3472 @echo this is the am__doit target 3369 @echo done
3473.PHONY: am__doit 3370.PHONY: am__doit
3474END 3371END
3475# If we don't find an include directive, just comment out the code. 3372# If we don't find an include directive, just comment out the code.
3476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3477$as_echo_n "checking for style of include used by $am_make... " >&6; } 3374$as_echo_n "checking for style of include used by $am_make... " >&6; }
3478am__include="#" 3375am__include="#"
3479am__quote= 3376am__quote=
3480_am_result=none 3377_am_result=none
3481# First try GNU make style include. 3378# First try GNU make style include.
3482echo "include confinc" > confmf 3379echo "include confinc" > confmf
3483# Ignore all kinds of additional output from `make'. 3380# We grep out `Entering directory' and `Leaving directory'
3484case `$am_make -s -f confmf 2> /dev/null` in #( 3381# messages which can occur if `w' ends up in MAKEFLAGS.
3485*the\ am__doit\ target*) 3382# In particular we don't look at `^make:' because GNU make might
3383# be invoked under some other name (usually "gmake"), in which
3384# case it prints its new name instead of `make'.
3385if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3486 am__include=include 3386 am__include=include
3487 am__quote= 3387 am__quote=
3488 _am_result=GNU 3388 _am_result=GNU
3489 ;; 3389fi
3490esac
3491# Now try BSD make style include. 3390# Now try BSD make style include.
3492if test "$am__include" = "#"; then 3391if test "$am__include" = "#"; then
3493 echo '.include "confinc"' > confmf 3392 echo '.include "confinc"' > confmf
3494 case `$am_make -s -f confmf 2> /dev/null` in #( 3393 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3495 *the\ am__doit\ target*)
3496 am__include=.include 3394 am__include=.include
3497 am__quote="\"" 3395 am__quote="\""
3498 _am_result=BSD 3396 _am_result=BSD
3499 ;; 3397 fi
3500 esac
3501fi 3398fi
3502 3399
3503 3400
3504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3505$as_echo "$_am_result" >&6; } 3402$as_echo "$_am_result" >&6; }
3512 3409
3513if test "x$enable_dependency_tracking" != xno; then 3410if test "x$enable_dependency_tracking" != xno; then
3514 am_depcomp="$ac_aux_dir/depcomp" 3411 am_depcomp="$ac_aux_dir/depcomp"
3515 AMDEPBACKSLASH='\' 3412 AMDEPBACKSLASH='\'
3516fi 3413fi
3414
3415
3517 if test "x$enable_dependency_tracking" != xno; then 3416if test "x$enable_dependency_tracking" != xno; then
3518 AMDEP_TRUE= 3417 AMDEP_TRUE=
3519 AMDEP_FALSE='#' 3418 AMDEP_FALSE='#'
3520else 3419else
3521 AMDEP_TRUE='#' 3420 AMDEP_TRUE='#'
3522 AMDEP_FALSE= 3421 AMDEP_FALSE=
3523fi 3422fi
3423
3524 3424
3525 3425
3526ac_ext=c 3426ac_ext=c
3527ac_cpp='$CPP $CPPFLAGS' 3427ac_cpp='$CPP $CPPFLAGS'
3528ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3428ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3531if test -n "$ac_tool_prefix"; then 3431if test -n "$ac_tool_prefix"; then
3532 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3432 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3533set dummy ${ac_tool_prefix}gcc; ac_word=$2 3433set dummy ${ac_tool_prefix}gcc; ac_word=$2
3534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3535$as_echo_n "checking for $ac_word... " >&6; } 3435$as_echo_n "checking for $ac_word... " >&6; }
3536if test "${ac_cv_prog_CC+set}" = set; then : 3436if ${ac_cv_prog_CC+:} false; then :
3537 $as_echo_n "(cached) " >&6 3437 $as_echo_n "(cached) " >&6
3538else 3438else
3539 if test -n "$CC"; then 3439 if test -n "$CC"; then
3540 ac_cv_prog_CC="$CC" # Let the user override the test. 3440 ac_cv_prog_CC="$CC" # Let the user override the test.
3541else 3441else
3543for as_dir in $PATH 3443for as_dir in $PATH
3544do 3444do
3545 IFS=$as_save_IFS 3445 IFS=$as_save_IFS
3546 test -z "$as_dir" && as_dir=. 3446 test -z "$as_dir" && as_dir=.
3547 for ac_exec_ext in '' $ac_executable_extensions; do 3447 for ac_exec_ext in '' $ac_executable_extensions; do
3548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3549 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3449 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3551 break 2 3451 break 2
3552 fi 3452 fi
3553done 3453done
3571 ac_ct_CC=$CC 3471 ac_ct_CC=$CC
3572 # Extract the first word of "gcc", so it can be a program name with args. 3472 # Extract the first word of "gcc", so it can be a program name with args.
3573set dummy gcc; ac_word=$2 3473set dummy gcc; ac_word=$2
3574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3575$as_echo_n "checking for $ac_word... " >&6; } 3475$as_echo_n "checking for $ac_word... " >&6; }
3576if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3476if ${ac_cv_prog_ac_ct_CC+:} false; then :
3577 $as_echo_n "(cached) " >&6 3477 $as_echo_n "(cached) " >&6
3578else 3478else
3579 if test -n "$ac_ct_CC"; then 3479 if test -n "$ac_ct_CC"; then
3580 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3480 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3581else 3481else
3583for as_dir in $PATH 3483for as_dir in $PATH
3584do 3484do
3585 IFS=$as_save_IFS 3485 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=. 3486 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do 3487 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3589 ac_cv_prog_ac_ct_CC="gcc" 3489 ac_cv_prog_ac_ct_CC="gcc"
3590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2 3491 break 2
3592 fi 3492 fi
3593done 3493done
3624 if test -n "$ac_tool_prefix"; then 3524 if test -n "$ac_tool_prefix"; then
3625 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3525 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3626set dummy ${ac_tool_prefix}cc; ac_word=$2 3526set dummy ${ac_tool_prefix}cc; ac_word=$2
3627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3628$as_echo_n "checking for $ac_word... " >&6; } 3528$as_echo_n "checking for $ac_word... " >&6; }
3629if test "${ac_cv_prog_CC+set}" = set; then : 3529if ${ac_cv_prog_CC+:} false; then :
3630 $as_echo_n "(cached) " >&6 3530 $as_echo_n "(cached) " >&6
3631else 3531else
3632 if test -n "$CC"; then 3532 if test -n "$CC"; then
3633 ac_cv_prog_CC="$CC" # Let the user override the test. 3533 ac_cv_prog_CC="$CC" # Let the user override the test.
3634else 3534else
3636for as_dir in $PATH 3536for as_dir in $PATH
3637do 3537do
3638 IFS=$as_save_IFS 3538 IFS=$as_save_IFS
3639 test -z "$as_dir" && as_dir=. 3539 test -z "$as_dir" && as_dir=.
3640 for ac_exec_ext in '' $ac_executable_extensions; do 3540 for ac_exec_ext in '' $ac_executable_extensions; do
3641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3642 ac_cv_prog_CC="${ac_tool_prefix}cc" 3542 ac_cv_prog_CC="${ac_tool_prefix}cc"
3643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3644 break 2 3544 break 2
3645 fi 3545 fi
3646done 3546done
3664if test -z "$CC"; then 3564if test -z "$CC"; then
3665 # Extract the first word of "cc", so it can be a program name with args. 3565 # Extract the first word of "cc", so it can be a program name with args.
3666set dummy cc; ac_word=$2 3566set dummy cc; ac_word=$2
3667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3668$as_echo_n "checking for $ac_word... " >&6; } 3568$as_echo_n "checking for $ac_word... " >&6; }
3669if test "${ac_cv_prog_CC+set}" = set; then : 3569if ${ac_cv_prog_CC+:} false; then :
3670 $as_echo_n "(cached) " >&6 3570 $as_echo_n "(cached) " >&6
3671else 3571else
3672 if test -n "$CC"; then 3572 if test -n "$CC"; then
3673 ac_cv_prog_CC="$CC" # Let the user override the test. 3573 ac_cv_prog_CC="$CC" # Let the user override the test.
3674else 3574else
3677for as_dir in $PATH 3577for as_dir in $PATH
3678do 3578do
3679 IFS=$as_save_IFS 3579 IFS=$as_save_IFS
3680 test -z "$as_dir" && as_dir=. 3580 test -z "$as_dir" && as_dir=.
3681 for ac_exec_ext in '' $ac_executable_extensions; do 3581 for ac_exec_ext in '' $ac_executable_extensions; do
3682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3683 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3583 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3684 ac_prog_rejected=yes 3584 ac_prog_rejected=yes
3685 continue 3585 continue
3686 fi 3586 fi
3687 ac_cv_prog_CC="cc" 3587 ac_cv_prog_CC="cc"
3723 do 3623 do
3724 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3624 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3725set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3625set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3727$as_echo_n "checking for $ac_word... " >&6; } 3627$as_echo_n "checking for $ac_word... " >&6; }
3728if test "${ac_cv_prog_CC+set}" = set; then : 3628if ${ac_cv_prog_CC+:} false; then :
3729 $as_echo_n "(cached) " >&6 3629 $as_echo_n "(cached) " >&6
3730else 3630else
3731 if test -n "$CC"; then 3631 if test -n "$CC"; then
3732 ac_cv_prog_CC="$CC" # Let the user override the test. 3632 ac_cv_prog_CC="$CC" # Let the user override the test.
3733else 3633else
3735for as_dir in $PATH 3635for as_dir in $PATH
3736do 3636do
3737 IFS=$as_save_IFS 3637 IFS=$as_save_IFS
3738 test -z "$as_dir" && as_dir=. 3638 test -z "$as_dir" && as_dir=.
3739 for ac_exec_ext in '' $ac_executable_extensions; do 3639 for ac_exec_ext in '' $ac_executable_extensions; do
3740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3741 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3641 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3743 break 2 3643 break 2
3744 fi 3644 fi
3745done 3645done
3767do 3667do
3768 # Extract the first word of "$ac_prog", so it can be a program name with args. 3668 # Extract the first word of "$ac_prog", so it can be a program name with args.
3769set dummy $ac_prog; ac_word=$2 3669set dummy $ac_prog; ac_word=$2
3770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3771$as_echo_n "checking for $ac_word... " >&6; } 3671$as_echo_n "checking for $ac_word... " >&6; }
3772if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3672if ${ac_cv_prog_ac_ct_CC+:} false; then :
3773 $as_echo_n "(cached) " >&6 3673 $as_echo_n "(cached) " >&6
3774else 3674else
3775 if test -n "$ac_ct_CC"; then 3675 if test -n "$ac_ct_CC"; then
3776 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3676 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3777else 3677else
3779for as_dir in $PATH 3679for as_dir in $PATH
3780do 3680do
3781 IFS=$as_save_IFS 3681 IFS=$as_save_IFS
3782 test -z "$as_dir" && as_dir=. 3682 test -z "$as_dir" && as_dir=.
3783 for ac_exec_ext in '' $ac_executable_extensions; do 3683 for ac_exec_ext in '' $ac_executable_extensions; do
3784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3785 ac_cv_prog_ac_ct_CC="$ac_prog" 3685 ac_cv_prog_ac_ct_CC="$ac_prog"
3786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787 break 2 3687 break 2
3788 fi 3688 fi
3789done 3689done
3822 3722
3823 3723
3824test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3724test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3825$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3725$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3826as_fn_error $? "no acceptable C compiler found in \$PATH 3726as_fn_error $? "no acceptable C compiler found in \$PATH
3827See \`config.log' for more details" "$LINENO" 5 ; } 3727See \`config.log' for more details" "$LINENO" 5; }
3828 3728
3829# Provide some information about the compiler. 3729# Provide some information about the compiler.
3830$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3730$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3831set X $ac_compile 3731set X $ac_compile
3832ac_compiler=$2 3732ac_compiler=$2
3937sed 's/^/| /' conftest.$ac_ext >&5 3837sed 's/^/| /' conftest.$ac_ext >&5
3938 3838
3939{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3839{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3940$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3840$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3941as_fn_error 77 "C compiler cannot create executables 3841as_fn_error 77 "C compiler cannot create executables
3942See \`config.log' for more details" "$LINENO" 5 ; } 3842See \`config.log' for more details" "$LINENO" 5; }
3943else 3843else
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3945$as_echo "yes" >&6; } 3845$as_echo "yes" >&6; }
3946fi 3846fi
3947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3980done 3880done
3981else 3881else
3982 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3882 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3983$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3883$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3984as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3884as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3985See \`config.log' for more details" "$LINENO" 5 ; } 3885See \`config.log' for more details" "$LINENO" 5; }
3986fi 3886fi
3987rm -f conftest conftest$ac_cv_exeext 3887rm -f conftest conftest$ac_cv_exeext
3988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3989$as_echo "$ac_cv_exeext" >&6; } 3889$as_echo "$ac_cv_exeext" >&6; }
3990 3890
4039 else 3939 else
4040 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3940 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4041$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3941$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4042as_fn_error $? "cannot run C compiled programs. 3942as_fn_error $? "cannot run C compiled programs.
4043If you meant to cross compile, use \`--host'. 3943If you meant to cross compile, use \`--host'.
4044See \`config.log' for more details" "$LINENO" 5 ; } 3944See \`config.log' for more details" "$LINENO" 5; }
4045 fi 3945 fi
4046 fi 3946 fi
4047fi 3947fi
4048{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4049$as_echo "$cross_compiling" >&6; } 3949$as_echo "$cross_compiling" >&6; }
4050 3950
4051rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3951rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4052ac_clean_files=$ac_clean_files_save 3952ac_clean_files=$ac_clean_files_save
4053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4054$as_echo_n "checking for suffix of object files... " >&6; } 3954$as_echo_n "checking for suffix of object files... " >&6; }
4055if test "${ac_cv_objext+set}" = set; then : 3955if ${ac_cv_objext+:} false; then :
4056 $as_echo_n "(cached) " >&6 3956 $as_echo_n "(cached) " >&6
4057else 3957else
4058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4059/* end confdefs.h. */ 3959/* end confdefs.h. */
4060 3960
4091sed 's/^/| /' conftest.$ac_ext >&5 3991sed 's/^/| /' conftest.$ac_ext >&5
4092 3992
4093{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3993{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4094$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3994$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4095as_fn_error $? "cannot compute suffix of object files: cannot compile 3995as_fn_error $? "cannot compute suffix of object files: cannot compile
4096See \`config.log' for more details" "$LINENO" 5 ; } 3996See \`config.log' for more details" "$LINENO" 5; }
4097fi 3997fi
4098rm -f conftest.$ac_cv_objext conftest.$ac_ext 3998rm -f conftest.$ac_cv_objext conftest.$ac_ext
4099fi 3999fi
4100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 4000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4101$as_echo "$ac_cv_objext" >&6; } 4001$as_echo "$ac_cv_objext" >&6; }
4102OBJEXT=$ac_cv_objext 4002OBJEXT=$ac_cv_objext
4103ac_objext=$OBJEXT 4003ac_objext=$OBJEXT
4104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4105$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4005$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4106if test "${ac_cv_c_compiler_gnu+set}" = set; then : 4006if ${ac_cv_c_compiler_gnu+:} false; then :
4107 $as_echo_n "(cached) " >&6 4007 $as_echo_n "(cached) " >&6
4108else 4008else
4109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4110/* end confdefs.h. */ 4010/* end confdefs.h. */
4111 4011
4138fi 4038fi
4139ac_test_CFLAGS=${CFLAGS+set} 4039ac_test_CFLAGS=${CFLAGS+set}
4140ac_save_CFLAGS=$CFLAGS 4040ac_save_CFLAGS=$CFLAGS
4141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4142$as_echo_n "checking whether $CC accepts -g... " >&6; } 4042$as_echo_n "checking whether $CC accepts -g... " >&6; }
4143if test "${ac_cv_prog_cc_g+set}" = set; then : 4043if ${ac_cv_prog_cc_g+:} false; then :
4144 $as_echo_n "(cached) " >&6 4044 $as_echo_n "(cached) " >&6
4145else 4045else
4146 ac_save_c_werror_flag=$ac_c_werror_flag 4046 ac_save_c_werror_flag=$ac_c_werror_flag
4147 ac_c_werror_flag=yes 4047 ac_c_werror_flag=yes
4148 ac_cv_prog_cc_g=no 4048 ac_cv_prog_cc_g=no
4216 CFLAGS= 4116 CFLAGS=
4217 fi 4117 fi
4218fi 4118fi
4219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4220$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4120$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4221if test "${ac_cv_prog_cc_c89+set}" = set; then : 4121if ${ac_cv_prog_cc_c89+:} false; then :
4222 $as_echo_n "(cached) " >&6 4122 $as_echo_n "(cached) " >&6
4223else 4123else
4224 ac_cv_prog_cc_c89=no 4124 ac_cv_prog_cc_c89=no
4225ac_save_CC=$CC 4125ac_save_CC=$CC
4226cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4126cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4227/* end confdefs.h. */ 4127/* end confdefs.h. */
4228#include <stdarg.h> 4128#include <stdarg.h>
4229#include <stdio.h> 4129#include <stdio.h>
4230#include <sys/types.h> 4130struct stat;
4231#include <sys/stat.h>
4232/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4131/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4233struct buf { int x; }; 4132struct buf { int x; };
4234FILE * (*rcsopen) (struct buf *, struct stat *, int); 4133FILE * (*rcsopen) (struct buf *, struct stat *, int);
4235static char *e (p, i) 4134static char *e (p, i)
4236 char **p; 4135 char **p;
4315 4214
4316depcc="$CC" am_compiler_list= 4215depcc="$CC" am_compiler_list=
4317 4216
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4319$as_echo_n "checking dependency style of $depcc... " >&6; } 4218$as_echo_n "checking dependency style of $depcc... " >&6; }
4320if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4219if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4321 $as_echo_n "(cached) " >&6 4220 $as_echo_n "(cached) " >&6
4322else 4221else
4323 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4222 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4324 # We make a subdir and do the tests there. Otherwise we can end up 4223 # We make a subdir and do the tests there. Otherwise we can end up
4325 # making bogus files that we don't know about and never remove. For 4224 # making bogus files that we don't know about and never remove. For
4341 4240
4342 am_cv_CC_dependencies_compiler_type=none 4241 am_cv_CC_dependencies_compiler_type=none
4343 if test "$am_compiler_list" = ""; then 4242 if test "$am_compiler_list" = ""; then
4344 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 4243 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4345 fi 4244 fi
4346 am__universal=false
4347 case " $depcc " in #(
4348 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4349 esac
4350
4351 for depmode in $am_compiler_list; do 4245 for depmode in $am_compiler_list; do
4352 # Setup a source with many dependencies, because some compilers 4246 # Setup a source with many dependencies, because some compilers
4353 # like to wrap large dependency lists on column 80 (with \), and 4247 # like to wrap large dependency lists on column 80 (with \), and
4354 # we should not choose a depcomp mode which is confused by this. 4248 # we should not choose a depcomp mode which is confused by this.
4355 # 4249 #
4357 # overwrite some of them when testing with obscure command lines. 4251 # overwrite some of them when testing with obscure command lines.
4358 # This happens at least with the AIX C compiler. 4252 # This happens at least with the AIX C compiler.
4359 : > sub/conftest.c 4253 : > sub/conftest.c
4360 for i in 1 2 3 4 5 6; do 4254 for i in 1 2 3 4 5 6; do
4361 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4255 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4362 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4363 # Solaris 8's {/usr,}/bin/sh.
4364 touch sub/conftst$i.h 4256 : > sub/conftst$i.h
4365 done 4257 done
4366 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4258 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4367 4259
4368 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4369 # mode. It turns out that the SunPro C++ compiler does not properly
4370 # handle `-M -o', and we need to detect this. Also, some Intel
4371 # versions had trouble with output in subdirs
4372 am__obj=sub/conftest.${OBJEXT-o}
4373 am__minus_obj="-o $am__obj"
4374 case $depmode in 4260 case $depmode in
4375 gcc)
4376 # This depmode causes a compiler race in universal mode.
4377 test "$am__universal" = false || continue
4378 ;;
4379 nosideeffect) 4261 nosideeffect)
4380 # after this tag, mechanisms are not by side-effect, so they'll 4262 # after this tag, mechanisms are not by side-effect, so they'll
4381 # only be used when explicitly requested 4263 # only be used when explicitly requested
4382 if test "x$enable_dependency_tracking" = xyes; then 4264 if test "x$enable_dependency_tracking" = xyes; then
4383 continue 4265 continue
4384 else 4266 else
4385 break 4267 break
4386 fi 4268 fi
4387 ;; 4269 ;;
4388 msvisualcpp | msvcmsys)
4389 # This compiler won't grok `-c -o', but also, the minuso test has
4390 # not run yet. These depmodes are late enough in the game, and
4391 # so weak that their functioning should not be impacted.
4392 am__obj=conftest.${OBJEXT-o}
4393 am__minus_obj=
4394 ;;
4395 none) break ;; 4270 none) break ;;
4396 esac 4271 esac
4272 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4273 # mode. It turns out that the SunPro C++ compiler does not properly
4274 # handle `-M -o', and we need to detect this.
4397 if depmode=$depmode \ 4275 if depmode=$depmode \
4398 source=sub/conftest.c object=$am__obj \ 4276 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4399 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4277 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4400 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4278 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4401 >/dev/null 2>conftest.err && 4279 >/dev/null 2>conftest.err &&
4402 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4403 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4280 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4404 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 4281 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4405 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4282 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4406 # icc doesn't choke on unknown options, it will just issue warnings 4283 # icc doesn't choke on unknown options, it will just issue warnings
4407 # or remarks (even with -Werror). So we grep stderr for any message 4284 # (even with -Werror). So we grep stderr for any message
4408 # that says an option was ignored or not supported. 4285 # that says an option was ignored.
4409 # When given -MP, icc 7.0 and 7.1 complain thusly:
4410 # icc: Command line warning: ignoring option '-M'; no argument required
4411 # The diagnosis changed in icc 8.0:
4412 # icc: Command line remark: option '-MP' not supported
4413 if (grep 'ignoring option' conftest.err ||
4414 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 4286 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
4415 am_cv_CC_dependencies_compiler_type=$depmode 4287 am_cv_CC_dependencies_compiler_type=$depmode
4416 break 4288 break
4417 fi 4289 fi
4418 fi 4290 fi
4419 done 4291 done
4427fi 4299fi
4428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 4300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4429$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4301$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4430CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4302CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4431 4303
4304
4305
4432 if 4306if
4433 test "x$enable_dependency_tracking" != xno \ 4307 test "x$enable_dependency_tracking" != xno \
4434 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4308 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4435 am__fastdepCC_TRUE= 4309 am__fastdepCC_TRUE=
4436 am__fastdepCC_FALSE='#' 4310 am__fastdepCC_FALSE='#'
4437else 4311else
4485$as_echo_n "checking for GNU ld... " >&6; } 4359$as_echo_n "checking for GNU ld... " >&6; }
4486else 4360else
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 4361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4488$as_echo_n "checking for non-GNU ld... " >&6; } 4362$as_echo_n "checking for non-GNU ld... " >&6; }
4489fi 4363fi
4490if test "${acl_cv_path_LD+set}" = set; then : 4364if ${acl_cv_path_LD+:} false; then :
4491 $as_echo_n "(cached) " >&6 4365 $as_echo_n "(cached) " >&6
4492else 4366else
4493 if test -z "$LD"; then 4367 if test -z "$LD"; then
4494 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 4368 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4495 for ac_dir in $PATH; do 4369 for ac_dir in $PATH; do
4521$as_echo "no" >&6; } 4395$as_echo "no" >&6; }
4522fi 4396fi
4523test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 4397test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 4398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4525$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4399$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4526if test "${acl_cv_prog_gnu_ld+set}" = set; then : 4400if ${acl_cv_prog_gnu_ld+:} false; then :
4527 $as_echo_n "(cached) " >&6 4401 $as_echo_n "(cached) " >&6
4528else 4402else
4529 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4403 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4530if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 4404if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4531 acl_cv_prog_gnu_ld=yes 4405 acl_cv_prog_gnu_ld=yes
4539 4413
4540 4414
4541 4415
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 4416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
4543$as_echo_n "checking for shared library run path origin... " >&6; } 4417$as_echo_n "checking for shared library run path origin... " >&6; }
4544if test "${acl_cv_rpath+set}" = set; then : 4418if ${acl_cv_rpath+:} false; then :
4545 $as_echo_n "(cached) " >&6 4419 $as_echo_n "(cached) " >&6
4546else 4420else
4547 4421
4548 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ 4422 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
4549 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 4423 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
4996 4870
4997 4871
4998 4872
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
5000$as_echo_n "checking for GNU gettext in libc... " >&6; } 4874$as_echo_n "checking for GNU gettext in libc... " >&6; }
5001if test "${gt_cv_func_gnugettext1_libc+set}" = set; then : 4875if ${gt_cv_func_gnugettext1_libc+:} false; then :
5002 $as_echo_n "(cached) " >&6 4876 $as_echo_n "(cached) " >&6
5003else 4877else
5004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5005/* end confdefs.h. */ 4879/* end confdefs.h. */
5006#include <libintl.h> 4880#include <libintl.h>
5057 done 4931 done
5058 4932
5059 4933
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
5061$as_echo_n "checking for iconv... " >&6; } 4935$as_echo_n "checking for iconv... " >&6; }
5062if test "${am_cv_func_iconv+set}" = set; then : 4936if ${am_cv_func_iconv+:} false; then :
5063 $as_echo_n "(cached) " >&6 4937 $as_echo_n "(cached) " >&6
5064else 4938else
5065 4939
5066 am_cv_func_iconv="no, consider installing GNU libiconv" 4940 am_cv_func_iconv="no, consider installing GNU libiconv"
5067 am_cv_lib_iconv=no 4941 am_cv_lib_iconv=no
5510 done 5384 done
5511 fi 5385 fi
5512 5386
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 5387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
5514$as_echo_n "checking for GNU gettext in libintl... " >&6; } 5388$as_echo_n "checking for GNU gettext in libintl... " >&6; }
5515if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then : 5389if ${gt_cv_func_gnugettext1_libintl+:} false; then :
5516 $as_echo_n "(cached) " >&6 5390 $as_echo_n "(cached) " >&6
5517else 5391else
5518 gt_save_CPPFLAGS="$CPPFLAGS" 5392 gt_save_CPPFLAGS="$CPPFLAGS"
5519 CPPFLAGS="$CPPFLAGS $INCINTL" 5393 CPPFLAGS="$CPPFLAGS $INCINTL"
5520 gt_save_LIBS="$LIBS" 5394 gt_save_LIBS="$LIBS"
5678# On Suns, sometimes $CPP names a directory. 5552# On Suns, sometimes $CPP names a directory.
5679if test -n "$CPP" && test -d "$CPP"; then 5553if test -n "$CPP" && test -d "$CPP"; then
5680 CPP= 5554 CPP=
5681fi 5555fi
5682if test -z "$CPP"; then 5556if test -z "$CPP"; then
5683 if test "${ac_cv_prog_CPP+set}" = set; then : 5557 if ${ac_cv_prog_CPP+:} false; then :
5684 $as_echo_n "(cached) " >&6 5558 $as_echo_n "(cached) " >&6
5685else 5559else
5686 # Double quotes because CPP needs to be expanded 5560 # Double quotes because CPP needs to be expanded
5687 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 5561 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5688 do 5562 do
5794 5668
5795else 5669else
5796 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5670 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5797$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5671$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5798as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 5672as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5799See \`config.log' for more details" "$LINENO" 5 ; } 5673See \`config.log' for more details" "$LINENO" 5; }
5800fi 5674fi
5801 5675
5802ac_ext=c 5676ac_ext=c
5803ac_cpp='$CPP $CPPFLAGS' 5677ac_cpp='$CPP $CPPFLAGS'
5804ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5678ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5819 do 5693 do
5820 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5694 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5821set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5695set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823$as_echo_n "checking for $ac_word... " >&6; } 5697$as_echo_n "checking for $ac_word... " >&6; }
5824if test "${ac_cv_prog_CXX+set}" = set; then : 5698if ${ac_cv_prog_CXX+:} false; then :
5825 $as_echo_n "(cached) " >&6 5699 $as_echo_n "(cached) " >&6
5826else 5700else
5827 if test -n "$CXX"; then 5701 if test -n "$CXX"; then
5828 ac_cv_prog_CXX="$CXX" # Let the user override the test. 5702 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5829else 5703else
5831for as_dir in $PATH 5705for as_dir in $PATH
5832do 5706do
5833 IFS=$as_save_IFS 5707 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=. 5708 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do 5709 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5837 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 5711 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2 5713 break 2
5840 fi 5714 fi
5841done 5715done
5863do 5737do
5864 # Extract the first word of "$ac_prog", so it can be a program name with args. 5738 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865set dummy $ac_prog; ac_word=$2 5739set dummy $ac_prog; ac_word=$2
5866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867$as_echo_n "checking for $ac_word... " >&6; } 5741$as_echo_n "checking for $ac_word... " >&6; }
5868if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 5742if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5869 $as_echo_n "(cached) " >&6 5743 $as_echo_n "(cached) " >&6
5870else 5744else
5871 if test -n "$ac_ct_CXX"; then 5745 if test -n "$ac_ct_CXX"; then
5872 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 5746 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5873else 5747else
5875for as_dir in $PATH 5749for as_dir in $PATH
5876do 5750do
5877 IFS=$as_save_IFS 5751 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=. 5752 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do 5753 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5754 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_ac_ct_CXX="$ac_prog" 5755 ac_cv_prog_ac_ct_CXX="$ac_prog"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2 5757 break 2
5884 fi 5758 fi
5885done 5759done
5941 test $ac_status = 0; } 5815 test $ac_status = 0; }
5942done 5816done
5943 5817
5944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 5818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5945$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 5819$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5946if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 5820if ${ac_cv_cxx_compiler_gnu+:} false; then :
5947 $as_echo_n "(cached) " >&6 5821 $as_echo_n "(cached) " >&6
5948else 5822else
5949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5950/* end confdefs.h. */ 5824/* end confdefs.h. */
5951 5825
5978fi 5852fi
5979ac_test_CXXFLAGS=${CXXFLAGS+set} 5853ac_test_CXXFLAGS=${CXXFLAGS+set}
5980ac_save_CXXFLAGS=$CXXFLAGS 5854ac_save_CXXFLAGS=$CXXFLAGS
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 5855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5982$as_echo_n "checking whether $CXX accepts -g... " >&6; } 5856$as_echo_n "checking whether $CXX accepts -g... " >&6; }
5983if test "${ac_cv_prog_cxx_g+set}" = set; then : 5857if ${ac_cv_prog_cxx_g+:} false; then :
5984 $as_echo_n "(cached) " >&6 5858 $as_echo_n "(cached) " >&6
5985else 5859else
5986 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 5860 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5987 ac_cxx_werror_flag=yes 5861 ac_cxx_werror_flag=yes
5988 ac_cv_prog_cxx_g=no 5862 ac_cv_prog_cxx_g=no
6064 5938
6065depcc="$CXX" am_compiler_list= 5939depcc="$CXX" am_compiler_list=
6066 5940
6067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6068$as_echo_n "checking dependency style of $depcc... " >&6; } 5942$as_echo_n "checking dependency style of $depcc... " >&6; }
6069if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then : 5943if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
6070 $as_echo_n "(cached) " >&6 5944 $as_echo_n "(cached) " >&6
6071else 5945else
6072 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5946 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6073 # We make a subdir and do the tests there. Otherwise we can end up 5947 # We make a subdir and do the tests there. Otherwise we can end up
6074 # making bogus files that we don't know about and never remove. For 5948 # making bogus files that we don't know about and never remove. For
6090 5964
6091 am_cv_CXX_dependencies_compiler_type=none 5965 am_cv_CXX_dependencies_compiler_type=none
6092 if test "$am_compiler_list" = ""; then 5966 if test "$am_compiler_list" = ""; then
6093 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 5967 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6094 fi 5968 fi
6095 am__universal=false
6096 case " $depcc " in #(
6097 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6098 esac
6099
6100 for depmode in $am_compiler_list; do 5969 for depmode in $am_compiler_list; do
6101 # Setup a source with many dependencies, because some compilers 5970 # Setup a source with many dependencies, because some compilers
6102 # like to wrap large dependency lists on column 80 (with \), and 5971 # like to wrap large dependency lists on column 80 (with \), and
6103 # we should not choose a depcomp mode which is confused by this. 5972 # we should not choose a depcomp mode which is confused by this.
6104 # 5973 #
6106 # overwrite some of them when testing with obscure command lines. 5975 # overwrite some of them when testing with obscure command lines.
6107 # This happens at least with the AIX C compiler. 5976 # This happens at least with the AIX C compiler.
6108 : > sub/conftest.c 5977 : > sub/conftest.c
6109 for i in 1 2 3 4 5 6; do 5978 for i in 1 2 3 4 5 6; do
6110 echo '#include "conftst'$i'.h"' >> sub/conftest.c 5979 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6111 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6112 # Solaris 8's {/usr,}/bin/sh.
6113 touch sub/conftst$i.h 5980 : > sub/conftst$i.h
6114 done 5981 done
6115 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 5982 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6116 5983
6117 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6118 # mode. It turns out that the SunPro C++ compiler does not properly
6119 # handle `-M -o', and we need to detect this. Also, some Intel
6120 # versions had trouble with output in subdirs
6121 am__obj=sub/conftest.${OBJEXT-o}
6122 am__minus_obj="-o $am__obj"
6123 case $depmode in 5984 case $depmode in
6124 gcc)
6125 # This depmode causes a compiler race in universal mode.
6126 test "$am__universal" = false || continue
6127 ;;
6128 nosideeffect) 5985 nosideeffect)
6129 # after this tag, mechanisms are not by side-effect, so they'll 5986 # after this tag, mechanisms are not by side-effect, so they'll
6130 # only be used when explicitly requested 5987 # only be used when explicitly requested
6131 if test "x$enable_dependency_tracking" = xyes; then 5988 if test "x$enable_dependency_tracking" = xyes; then
6132 continue 5989 continue
6133 else 5990 else
6134 break 5991 break
6135 fi 5992 fi
6136 ;; 5993 ;;
6137 msvisualcpp | msvcmsys)
6138 # This compiler won't grok `-c -o', but also, the minuso test has
6139 # not run yet. These depmodes are late enough in the game, and
6140 # so weak that their functioning should not be impacted.
6141 am__obj=conftest.${OBJEXT-o}
6142 am__minus_obj=
6143 ;;
6144 none) break ;; 5994 none) break ;;
6145 esac 5995 esac
5996 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5997 # mode. It turns out that the SunPro C++ compiler does not properly
5998 # handle `-M -o', and we need to detect this.
6146 if depmode=$depmode \ 5999 if depmode=$depmode \
6147 source=sub/conftest.c object=$am__obj \ 6000 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6148 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6001 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6149 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 6002 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6150 >/dev/null 2>conftest.err && 6003 >/dev/null 2>conftest.err &&
6151 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6152 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6004 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6153 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 6005 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6154 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6006 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6155 # icc doesn't choke on unknown options, it will just issue warnings 6007 # icc doesn't choke on unknown options, it will just issue warnings
6156 # or remarks (even with -Werror). So we grep stderr for any message 6008 # (even with -Werror). So we grep stderr for any message
6157 # that says an option was ignored or not supported. 6009 # that says an option was ignored.
6158 # When given -MP, icc 7.0 and 7.1 complain thusly:
6159 # icc: Command line warning: ignoring option '-M'; no argument required
6160 # The diagnosis changed in icc 8.0:
6161 # icc: Command line remark: option '-MP' not supported
6162 if (grep 'ignoring option' conftest.err ||
6163 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 6010 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6164 am_cv_CXX_dependencies_compiler_type=$depmode 6011 am_cv_CXX_dependencies_compiler_type=$depmode
6165 break 6012 break
6166 fi 6013 fi
6167 fi 6014 fi
6168 done 6015 done
6176fi 6023fi
6177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 6024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
6178$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 6025$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
6179CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6026CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6180 6027
6028
6029
6181 if 6030if
6182 test "x$enable_dependency_tracking" != xno \ 6031 test "x$enable_dependency_tracking" != xno \
6183 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 6032 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6184 am__fastdepCXX_TRUE= 6033 am__fastdepCXX_TRUE=
6185 am__fastdepCXX_FALSE='#' 6034 am__fastdepCXX_FALSE='#'
6186else 6035else
6190 6039
6191 6040
6192 6041
6193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 6042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6194$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 6043$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6195if test "${ac_cv_path_GREP+set}" = set; then : 6044if ${ac_cv_path_GREP+:} false; then :
6196 $as_echo_n "(cached) " >&6 6045 $as_echo_n "(cached) " >&6
6197else 6046else
6198 if test -z "$GREP"; then 6047 if test -z "$GREP"; then
6199 ac_path_GREP_found=false 6048 ac_path_GREP_found=false
6200 # Loop through the user's path and test for each of PROGNAME-LIST 6049 # Loop through the user's path and test for each of PROGNAME-LIST
6204 IFS=$as_save_IFS 6053 IFS=$as_save_IFS
6205 test -z "$as_dir" && as_dir=. 6054 test -z "$as_dir" && as_dir=.
6206 for ac_prog in grep ggrep; do 6055 for ac_prog in grep ggrep; do
6207 for ac_exec_ext in '' $ac_executable_extensions; do 6056 for ac_exec_ext in '' $ac_executable_extensions; do
6208 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 6057 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6209 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 6058 as_fn_executable_p "$ac_path_GREP" || continue
6210# Check for GNU ac_path_GREP and select it if it is found. 6059# Check for GNU ac_path_GREP and select it if it is found.
6211 # Check for GNU $ac_path_GREP 6060 # Check for GNU $ac_path_GREP
6212case `"$ac_path_GREP" --version 2>&1` in 6061case `"$ac_path_GREP" --version 2>&1` in
6213*GNU*) 6062*GNU*)
6214 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 6063 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6253 GREP="$ac_cv_path_GREP" 6102 GREP="$ac_cv_path_GREP"
6254 6103
6255 6104
6256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 6105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6257$as_echo_n "checking for egrep... " >&6; } 6106$as_echo_n "checking for egrep... " >&6; }
6258if test "${ac_cv_path_EGREP+set}" = set; then : 6107if ${ac_cv_path_EGREP+:} false; then :
6259 $as_echo_n "(cached) " >&6 6108 $as_echo_n "(cached) " >&6
6260else 6109else
6261 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 6110 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6262 then ac_cv_path_EGREP="$GREP -E" 6111 then ac_cv_path_EGREP="$GREP -E"
6263 else 6112 else
6270 IFS=$as_save_IFS 6119 IFS=$as_save_IFS
6271 test -z "$as_dir" && as_dir=. 6120 test -z "$as_dir" && as_dir=.
6272 for ac_prog in egrep; do 6121 for ac_prog in egrep; do
6273 for ac_exec_ext in '' $ac_executable_extensions; do 6122 for ac_exec_ext in '' $ac_executable_extensions; do
6274 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 6123 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6275 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 6124 as_fn_executable_p "$ac_path_EGREP" || continue
6276# Check for GNU ac_path_EGREP and select it if it is found. 6125# Check for GNU ac_path_EGREP and select it if it is found.
6277 # Check for GNU $ac_path_EGREP 6126 # Check for GNU $ac_path_EGREP
6278case `"$ac_path_EGREP" --version 2>&1` in 6127case `"$ac_path_EGREP" --version 2>&1` in
6279*GNU*) 6128*GNU*)
6280 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 6129 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6321 6170
6322 6171
6323if test $ac_cv_c_compiler_gnu = yes; then 6172if test $ac_cv_c_compiler_gnu = yes; then
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5 6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
6325$as_echo_n "checking whether $CC needs -traditional... " >&6; } 6174$as_echo_n "checking whether $CC needs -traditional... " >&6; }
6326if test "${ac_cv_prog_gcc_traditional+set}" = set; then : 6175if ${ac_cv_prog_gcc_traditional+:} false; then :
6327 $as_echo_n "(cached) " >&6 6176 $as_echo_n "(cached) " >&6
6328else 6177else
6329 ac_pattern="Autoconf.*'x'" 6178 ac_pattern="Autoconf.*'x'"
6330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6331/* end confdefs.h. */ 6180/* end confdefs.h. */
6366do 6215do
6367 # Extract the first word of "$ac_prog", so it can be a program name with args. 6216 # Extract the first word of "$ac_prog", so it can be a program name with args.
6368set dummy $ac_prog; ac_word=$2 6217set dummy $ac_prog; ac_word=$2
6369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6370$as_echo_n "checking for $ac_word... " >&6; } 6219$as_echo_n "checking for $ac_word... " >&6; }
6371if test "${ac_cv_prog_AWK+set}" = set; then : 6220if ${ac_cv_prog_AWK+:} false; then :
6372 $as_echo_n "(cached) " >&6 6221 $as_echo_n "(cached) " >&6
6373else 6222else
6374 if test -n "$AWK"; then 6223 if test -n "$AWK"; then
6375 ac_cv_prog_AWK="$AWK" # Let the user override the test. 6224 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6376else 6225else
6378for as_dir in $PATH 6227for as_dir in $PATH
6379do 6228do
6380 IFS=$as_save_IFS 6229 IFS=$as_save_IFS
6381 test -z "$as_dir" && as_dir=. 6230 test -z "$as_dir" && as_dir=.
6382 for ac_exec_ext in '' $ac_executable_extensions; do 6231 for ac_exec_ext in '' $ac_executable_extensions; do
6383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6384 ac_cv_prog_AWK="$ac_prog" 6233 ac_cv_prog_AWK="$ac_prog"
6385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6386 break 2 6235 break 2
6387 fi 6236 fi
6388done 6237done
6418 6267
6419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 6268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6420$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 6269$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
6421set x ${MAKE-make} 6270set x ${MAKE-make}
6422ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 6271ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6423if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 6272if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
6424 $as_echo_n "(cached) " >&6 6273 $as_echo_n "(cached) " >&6
6425else 6274else
6426 cat >conftest.make <<\_ACEOF 6275 cat >conftest.make <<\_ACEOF
6427SHELL = /bin/sh 6276SHELL = /bin/sh
6428all: 6277all:
6450if test -n "$ac_tool_prefix"; then 6299if test -n "$ac_tool_prefix"; then
6451 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6300 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6452set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6301set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6454$as_echo_n "checking for $ac_word... " >&6; } 6303$as_echo_n "checking for $ac_word... " >&6; }
6455if test "${ac_cv_prog_RANLIB+set}" = set; then : 6304if ${ac_cv_prog_RANLIB+:} false; then :
6456 $as_echo_n "(cached) " >&6 6305 $as_echo_n "(cached) " >&6
6457else 6306else
6458 if test -n "$RANLIB"; then 6307 if test -n "$RANLIB"; then
6459 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6308 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6460else 6309else
6462for as_dir in $PATH 6311for as_dir in $PATH
6463do 6312do
6464 IFS=$as_save_IFS 6313 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=. 6314 test -z "$as_dir" && as_dir=.
6466 for ac_exec_ext in '' $ac_executable_extensions; do 6315 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6468 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6317 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6470 break 2 6319 break 2
6471 fi 6320 fi
6472done 6321done
6490 ac_ct_RANLIB=$RANLIB 6339 ac_ct_RANLIB=$RANLIB
6491 # Extract the first word of "ranlib", so it can be a program name with args. 6340 # Extract the first word of "ranlib", so it can be a program name with args.
6492set dummy ranlib; ac_word=$2 6341set dummy ranlib; ac_word=$2
6493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6494$as_echo_n "checking for $ac_word... " >&6; } 6343$as_echo_n "checking for $ac_word... " >&6; }
6495if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6344if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6496 $as_echo_n "(cached) " >&6 6345 $as_echo_n "(cached) " >&6
6497else 6346else
6498 if test -n "$ac_ct_RANLIB"; then 6347 if test -n "$ac_ct_RANLIB"; then
6499 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6348 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6500else 6349else
6502for as_dir in $PATH 6351for as_dir in $PATH
6503do 6352do
6504 IFS=$as_save_IFS 6353 IFS=$as_save_IFS
6505 test -z "$as_dir" && as_dir=. 6354 test -z "$as_dir" && as_dir=.
6506 for ac_exec_ext in '' $ac_executable_extensions; do 6355 for ac_exec_ext in '' $ac_executable_extensions; do
6507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6508 ac_cv_prog_ac_ct_RANLIB="ranlib" 6357 ac_cv_prog_ac_ct_RANLIB="ranlib"
6509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6510 break 2 6359 break 2
6511 fi 6360 fi
6512done 6361done
6688 t end 6537 t end
6689 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 6538 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6690 :end' >>confcache 6539 :end' >>confcache
6691if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 6540if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6692 if test -w "$cache_file"; then 6541 if test -w "$cache_file"; then
6693 test "x$cache_file" != "x/dev/null" && 6542 if test "x$cache_file" != "x/dev/null"; then
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 6543 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6695$as_echo "$as_me: updating cache $cache_file" >&6;} 6544$as_echo "$as_me: updating cache $cache_file" >&6;}
6545 if test ! -f "$cache_file" || test -h "$cache_file"; then
6696 cat confcache >$cache_file 6546 cat confcache >"$cache_file"
6547 else
6548 case $cache_file in #(
6549 */* | ?:*)
6550 mv -f confcache "$cache_file"$$ &&
6551 mv -f "$cache_file"$$ "$cache_file" ;; #(
6552 *)
6553 mv -f confcache "$cache_file" ;;
6554 esac
6555 fi
6556 fi
6697 else 6557 else
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 6558 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6699$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 6559$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6700 fi 6560 fi
6701fi 6561fi
6715ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6575ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6716ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6576ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 6577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
6718$as_echo_n "checking how to run the C++ preprocessor... " >&6; } 6578$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
6719if test -z "$CXXCPP"; then 6579if test -z "$CXXCPP"; then
6720 if test "${ac_cv_prog_CXXCPP+set}" = set; then : 6580 if ${ac_cv_prog_CXXCPP+:} false; then :
6721 $as_echo_n "(cached) " >&6 6581 $as_echo_n "(cached) " >&6
6722else 6582else
6723 # Double quotes because CXXCPP needs to be expanded 6583 # Double quotes because CXXCPP needs to be expanded
6724 for CXXCPP in "$CXX -E" "/lib/cpp" 6584 for CXXCPP in "$CXX -E" "/lib/cpp"
6725 do 6585 do
6831 6691
6832else 6692else
6833 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6834$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6835as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 6695as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
6836See \`config.log' for more details" "$LINENO" 5 ; } 6696See \`config.log' for more details" "$LINENO" 5; }
6837fi 6697fi
6838 6698
6839ac_ext=cpp 6699ac_ext=cpp
6840ac_cpp='$CXXCPP $CPPFLAGS' 6700ac_cpp='$CXXCPP $CPPFLAGS'
6841ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6701ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6843ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6703ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6844 6704
6845 6705
6846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 6706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6847$as_echo_n "checking for ANSI C header files... " >&6; } 6707$as_echo_n "checking for ANSI C header files... " >&6; }
6848if test "${ac_cv_header_stdc+set}" = set; then : 6708if ${ac_cv_header_stdc+:} false; then :
6849 $as_echo_n "(cached) " >&6 6709 $as_echo_n "(cached) " >&6
6850else 6710else
6851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6852/* end confdefs.h. */ 6712/* end confdefs.h. */
6853#include <stdlib.h> 6713#include <stdlib.h>
7028done 6888done
7029 6889
7030 6890
7031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 6891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
7032$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 6892$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
7033if test "${ac_cv_c_const+set}" = set; then : 6893if ${ac_cv_c_const+:} false; then :
7034 $as_echo_n "(cached) " >&6 6894 $as_echo_n "(cached) " >&6
7035else 6895else
7036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7037/* end confdefs.h. */ 6897/* end confdefs.h. */
7038 6898
7039int 6899int
7040main () 6900main ()
7041{ 6901{
7042/* FIXME: Include the comments suggested by Paul. */ 6902
7043#ifndef __cplusplus 6903#ifndef __cplusplus
7044 /* Ultrix mips cc rejects this. */ 6904 /* Ultrix mips cc rejects this sort of thing. */
7045 typedef int charset[2]; 6905 typedef int charset[2];
7046 const charset cs; 6906 const charset cs = { 0, 0 };
7047 /* SunOS 4.1.1 cc rejects this. */ 6907 /* SunOS 4.1.1 cc rejects this. */
7048 char const *const *pcpcc; 6908 char const *const *pcpcc;
7049 char **ppc; 6909 char **ppc;
7050 /* NEC SVR4.0.2 mips cc rejects this. */ 6910 /* NEC SVR4.0.2 mips cc rejects this. */
7051 struct point {int x, y;}; 6911 struct point {int x, y;};
7058 pcpcc = &g + (g ? g-g : 0); 6918 pcpcc = &g + (g ? g-g : 0);
7059 /* HPUX 7.0 cc rejects these. */ 6919 /* HPUX 7.0 cc rejects these. */
7060 ++pcpcc; 6920 ++pcpcc;
7061 ppc = (char**) pcpcc; 6921 ppc = (char**) pcpcc;
7062 pcpcc = (char const *const *) ppc; 6922 pcpcc = (char const *const *) ppc;
7063 { /* SCO 3.2v4 cc rejects this. */ 6923 { /* SCO 3.2v4 cc rejects this sort of thing. */
7064 char *t; 6924 char tx;
6925 char *t = &tx;
7065 char const *s = 0 ? (char *) 0 : (char const *) 0; 6926 char const *s = 0 ? (char *) 0 : (char const *) 0;
7066 6927
7067 *t++ = 0; 6928 *t++ = 0;
7068 if (s) return 0; 6929 if (s) return 0;
7069 } 6930 }
7075 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 6936 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7076 typedef const int *iptr; 6937 typedef const int *iptr;
7077 iptr p = 0; 6938 iptr p = 0;
7078 ++p; 6939 ++p;
7079 } 6940 }
7080 { /* AIX XL C 1.02.0.0 rejects this saying 6941 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
7081 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 6942 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7082 struct s { int j; const int *ap[3]; }; 6943 struct s { int j; const int *ap[3]; } bx;
7083 struct s *b; b->j = 5; 6944 struct s *b = &bx; b->j = 5;
7084 } 6945 }
7085 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 6946 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7086 const int foo = 10; 6947 const int foo = 10;
7087 if (!foo) return 0; 6948 if (!foo) return 0;
7088 } 6949 }
7107$as_echo "#define const /**/" >>confdefs.h 6968$as_echo "#define const /**/" >>confdefs.h
7108 6969
7109fi 6970fi
7110 6971
7111ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 6972ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
7112if test "x$ac_cv_type_pid_t" = x""yes; then : 6973if test "x$ac_cv_type_pid_t" = xyes; then :
7113 6974
7114else 6975else
7115 6976
7116cat >>confdefs.h <<_ACEOF 6977cat >>confdefs.h <<_ACEOF
7117#define pid_t int 6978#define pid_t int
7118_ACEOF 6979_ACEOF
7119 6980
7120fi 6981fi
7121 6982
7122ac_fn_cxx_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 6983ac_fn_cxx_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
7123if test "x$ac_cv_type_size_t" = x""yes; then : 6984if test "x$ac_cv_type_size_t" = xyes; then :
7124 6985
7125else 6986else
7126 6987
7127cat >>confdefs.h <<_ACEOF 6988cat >>confdefs.h <<_ACEOF
7128#define size_t unsigned int 6989#define size_t unsigned int
7130 6991
7131fi 6992fi
7132 6993
7133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 6994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
7134$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 6995$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
7135if test "${ac_cv_header_time+set}" = set; then : 6996if ${ac_cv_header_time+:} false; then :
7136 $as_echo_n "(cached) " >&6 6997 $as_echo_n "(cached) " >&6
7137else 6998else
7138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7139/* end confdefs.h. */ 7000/* end confdefs.h. */
7140#include <sys/types.h> 7001#include <sys/types.h>
7165 7026
7166fi 7027fi
7167 7028
7168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 7029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
7169$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 7030$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
7170if test "${ac_cv_struct_tm+set}" = set; then : 7031if ${ac_cv_struct_tm+:} false; then :
7171 $as_echo_n "(cached) " >&6 7032 $as_echo_n "(cached) " >&6
7172else 7033else
7173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7174/* end confdefs.h. */ 7035/* end confdefs.h. */
7175#include <sys/types.h> 7036#include <sys/types.h>
7201fi 7062fi
7202 7063
7203 7064
7204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5 7065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5
7205$as_echo_n "checking for socklen_t... " >&6; } 7066$as_echo_n "checking for socklen_t... " >&6; }
7206if test "${ac_cv_type_socklen_t+set}" = set; then : 7067if ${ac_cv_type_socklen_t+:} false; then :
7207 $as_echo_n "(cached) " >&6 7068 $as_echo_n "(cached) " >&6
7208else 7069else
7209 7070
7210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7211/* end confdefs.h. */ 7072/* end confdefs.h. */
7235 7096
7236fi 7097fi
7237 7098
7238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct addrinfo" >&5 7099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct addrinfo" >&5
7239$as_echo_n "checking for struct addrinfo... " >&6; } 7100$as_echo_n "checking for struct addrinfo... " >&6; }
7240if test "${ac_cv_struct_addrinfo+set}" = set; then : 7101if ${ac_cv_struct_addrinfo+:} false; then :
7241 $as_echo_n "(cached) " >&6 7102 $as_echo_n "(cached) " >&6
7242else 7103else
7243 7104
7244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7245/* end confdefs.h. */ 7106/* end confdefs.h. */
7270 7131
7271fi 7132fi
7272 7133
7273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 7134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
7274$as_echo_n "checking return type of signal handlers... " >&6; } 7135$as_echo_n "checking return type of signal handlers... " >&6; }
7275if test "${ac_cv_type_signal+set}" = set; then : 7136if ${ac_cv_type_signal+:} false; then :
7276 $as_echo_n "(cached) " >&6 7137 $as_echo_n "(cached) " >&6
7277else 7138else
7278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7279/* end confdefs.h. */ 7140/* end confdefs.h. */
7280#include <sys/types.h> 7141#include <sys/types.h>
7311ac_compiler_gnu=$ac_cv_c_compiler_gnu 7172ac_compiler_gnu=$ac_cv_c_compiler_gnu
7312 7173
7313 7174
7314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 7175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7315$as_echo_n "checking for ANSI C header files... " >&6; } 7176$as_echo_n "checking for ANSI C header files... " >&6; }
7316if test "${ac_cv_header_stdc+set}" = set; then : 7177if ${ac_cv_header_stdc+:} false; then :
7317 $as_echo_n "(cached) " >&6 7178 $as_echo_n "(cached) " >&6
7318else 7179else
7319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7320/* end confdefs.h. */ 7181/* end confdefs.h. */
7321#include <stdlib.h> 7182#include <stdlib.h>
7439 7300
7440# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7301# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7441# for constant arguments. Useless! 7302# for constant arguments. Useless!
7442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 7303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
7443$as_echo_n "checking for working alloca.h... " >&6; } 7304$as_echo_n "checking for working alloca.h... " >&6; }
7444if test "${ac_cv_working_alloca_h+set}" = set; then : 7305if ${ac_cv_working_alloca_h+:} false; then :
7445 $as_echo_n "(cached) " >&6 7306 $as_echo_n "(cached) " >&6
7446else 7307else
7447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7448/* end confdefs.h. */ 7309/* end confdefs.h. */
7449#include <alloca.h> 7310#include <alloca.h>
7472 7333
7473fi 7334fi
7474 7335
7475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 7336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
7476$as_echo_n "checking for alloca... " >&6; } 7337$as_echo_n "checking for alloca... " >&6; }
7477if test "${ac_cv_func_alloca_works+set}" = set; then : 7338if ${ac_cv_func_alloca_works+:} false; then :
7478 $as_echo_n "(cached) " >&6 7339 $as_echo_n "(cached) " >&6
7479else 7340else
7480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7481/* end confdefs.h. */ 7342/* end confdefs.h. */
7482#ifdef __GNUC__ 7343#ifdef __GNUC__
7491# else 7352# else
7492# ifdef _AIX 7353# ifdef _AIX
7493 #pragma alloca 7354 #pragma alloca
7494# else 7355# else
7495# ifndef alloca /* predefined by HP cc +Olibcalls */ 7356# ifndef alloca /* predefined by HP cc +Olibcalls */
7496char *alloca (); 7357void *alloca (size_t);
7497# endif 7358# endif
7498# endif 7359# endif
7499# endif 7360# endif
7500# endif 7361# endif
7501#endif 7362#endif
7535$as_echo "#define C_ALLOCA 1" >>confdefs.h 7396$as_echo "#define C_ALLOCA 1" >>confdefs.h
7536 7397
7537 7398
7538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 7399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
7539$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 7400$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
7540if test "${ac_cv_os_cray+set}" = set; then : 7401if ${ac_cv_os_cray+:} false; then :
7541 $as_echo_n "(cached) " >&6 7402 $as_echo_n "(cached) " >&6
7542else 7403else
7543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7544/* end confdefs.h. */ 7405/* end confdefs.h. */
7545#if defined CRAY && ! defined CRAY2 7406#if defined CRAY && ! defined CRAY2
7576 done 7437 done
7577fi 7438fi
7578 7439
7579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 7440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
7580$as_echo_n "checking stack direction for C alloca... " >&6; } 7441$as_echo_n "checking stack direction for C alloca... " >&6; }
7581if test "${ac_cv_c_stack_direction+set}" = set; then : 7442if ${ac_cv_c_stack_direction+:} false; then :
7582 $as_echo_n "(cached) " >&6 7443 $as_echo_n "(cached) " >&6
7583else 7444else
7584 if test "$cross_compiling" = yes; then : 7445 if test "$cross_compiling" = yes; then :
7585 ac_cv_c_stack_direction=0 7446 ac_cv_c_stack_direction=0
7586else 7447else
7587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7588/* end confdefs.h. */ 7449/* end confdefs.h. */
7589$ac_includes_default 7450$ac_includes_default
7590int 7451int
7591find_stack_direction () 7452find_stack_direction (int *addr, int depth)
7592{ 7453{
7593 static char *addr = 0; 7454 int dir, dummy = 0;
7594 auto char dummy;
7595 if (addr == 0) 7455 if (! addr)
7596 {
7597 addr = &dummy; 7456 addr = &dummy;
7598 return find_stack_direction (); 7457 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
7599 } 7458 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
7600 else 7459 return dir + dummy;
7601 return (&dummy > addr) ? 1 : -1;
7602} 7460}
7603 7461
7604int 7462int
7605main () 7463main (int argc, char **argv)
7606{ 7464{
7607 return find_stack_direction () < 0; 7465 return find_stack_direction (0, argc + !argv + 20) < 0;
7608} 7466}
7609_ACEOF 7467_ACEOF
7610if ac_fn_c_try_run "$LINENO"; then : 7468if ac_fn_c_try_run "$LINENO"; then :
7611 ac_cv_c_stack_direction=1 7469 ac_cv_c_stack_direction=1
7612else 7470else
7627fi 7485fi
7628 7486
7629 7487
7630 7488
7631ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 7489ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
7632if test "x$ac_cv_func_socket" = x""yes; then : 7490if test "x$ac_cv_func_socket" = xyes; then :
7633 7491
7634else 7492else
7635 7493
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 7494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7637$as_echo_n "checking for connect in -lsocket... " >&6; } 7495$as_echo_n "checking for connect in -lsocket... " >&6; }
7638if test "${ac_cv_lib_socket_connect+set}" = set; then : 7496if ${ac_cv_lib_socket_connect+:} false; then :
7639 $as_echo_n "(cached) " >&6 7497 $as_echo_n "(cached) " >&6
7640else 7498else
7641 ac_check_lib_save_LIBS=$LIBS 7499 ac_check_lib_save_LIBS=$LIBS
7642LIBS="-lsocket $LIBS" 7500LIBS="-lsocket $LIBS"
7643cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7501cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7667 conftest$ac_exeext conftest.$ac_ext 7525 conftest$ac_exeext conftest.$ac_ext
7668LIBS=$ac_check_lib_save_LIBS 7526LIBS=$ac_check_lib_save_LIBS
7669fi 7527fi
7670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 7528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7671$as_echo "$ac_cv_lib_socket_connect" >&6; } 7529$as_echo "$ac_cv_lib_socket_connect" >&6; }
7672if test "x$ac_cv_lib_socket_connect" = x""yes; then : 7530if test "x$ac_cv_lib_socket_connect" = xyes; then :
7673 cat >>confdefs.h <<_ACEOF 7531 cat >>confdefs.h <<_ACEOF
7674#define HAVE_LIBSOCKET 1 7532#define HAVE_LIBSOCKET 1
7675_ACEOF 7533_ACEOF
7676 7534
7677 LIBS="-lsocket $LIBS" 7535 LIBS="-lsocket $LIBS"
7680 7538
7681 7539
7682fi 7540fi
7683 7541
7684ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 7542ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7685if test "x$ac_cv_func_gethostbyname" = x""yes; then : 7543if test "x$ac_cv_func_gethostbyname" = xyes; then :
7686 7544
7687else 7545else
7688 7546
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7690$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 7548$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7691if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then : 7549if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7692 $as_echo_n "(cached) " >&6 7550 $as_echo_n "(cached) " >&6
7693else 7551else
7694 ac_check_lib_save_LIBS=$LIBS 7552 ac_check_lib_save_LIBS=$LIBS
7695LIBS="-lnsl $LIBS" 7553LIBS="-lnsl $LIBS"
7696cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7720 conftest$ac_exeext conftest.$ac_ext 7578 conftest$ac_exeext conftest.$ac_ext
7721LIBS=$ac_check_lib_save_LIBS 7579LIBS=$ac_check_lib_save_LIBS
7722fi 7580fi
7723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 7581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7724$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 7582$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7725if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then : 7583if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7726 cat >>confdefs.h <<_ACEOF 7584 cat >>confdefs.h <<_ACEOF
7727#define HAVE_LIBNSL 1 7585#define HAVE_LIBNSL 1
7728_ACEOF 7586_ACEOF
7729 7587
7730 LIBS="-lnsl $LIBS" 7588 LIBS="-lnsl $LIBS"
7764 7622
7765 7623
7766for ac_func in clock_gettime 7624for ac_func in clock_gettime
7767do : 7625do :
7768 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 7626 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
7769if test "x$ac_cv_func_clock_gettime" = x""yes; then : 7627if test "x$ac_cv_func_clock_gettime" = xyes; then :
7770 cat >>confdefs.h <<_ACEOF 7628 cat >>confdefs.h <<_ACEOF
7771#define HAVE_CLOCK_GETTIME 1 7629#define HAVE_CLOCK_GETTIME 1
7772_ACEOF 7630_ACEOF
7773 7631
7774else 7632else
7804 conftest$ac_exeext conftest.$ac_ext 7662 conftest$ac_exeext conftest.$ac_ext
7805 fi 7663 fi
7806 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then 7664 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 7665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
7808$as_echo_n "checking for clock_gettime in -lrt... " >&6; } 7666$as_echo_n "checking for clock_gettime in -lrt... " >&6; }
7809if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then : 7667if ${ac_cv_lib_rt_clock_gettime+:} false; then :
7810 $as_echo_n "(cached) " >&6 7668 $as_echo_n "(cached) " >&6
7811else 7669else
7812 ac_check_lib_save_LIBS=$LIBS 7670 ac_check_lib_save_LIBS=$LIBS
7813LIBS="-lrt $LIBS" 7671LIBS="-lrt $LIBS"
7814cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7672cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7838 conftest$ac_exeext conftest.$ac_ext 7696 conftest$ac_exeext conftest.$ac_ext
7839LIBS=$ac_check_lib_save_LIBS 7697LIBS=$ac_check_lib_save_LIBS
7840fi 7698fi
7841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5 7699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
7842$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } 7700$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
7843if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then : 7701if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then :
7844 cat >>confdefs.h <<_ACEOF 7702 cat >>confdefs.h <<_ACEOF
7845#define HAVE_LIBRT 1 7703#define HAVE_LIBRT 1
7846_ACEOF 7704_ACEOF
7847 7705
7848 LIBS="-lrt $LIBS" 7706 LIBS="-lrt $LIBS"
7851 7709
7852 unset ac_cv_func_clock_gettime 7710 unset ac_cv_func_clock_gettime
7853 for ac_func in clock_gettime 7711 for ac_func in clock_gettime
7854do : 7712do :
7855 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 7713 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
7856if test "x$ac_cv_func_clock_gettime" = x""yes; then : 7714if test "x$ac_cv_func_clock_gettime" = xyes; then :
7857 cat >>confdefs.h <<_ACEOF 7715 cat >>confdefs.h <<_ACEOF
7858#define HAVE_CLOCK_GETTIME 1 7716#define HAVE_CLOCK_GETTIME 1
7859_ACEOF 7717_ACEOF
7860 7718
7861fi 7719fi
7868 7726
7869 7727
7870for ac_func in nanosleep 7728for ac_func in nanosleep
7871do : 7729do :
7872 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 7730 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
7873if test "x$ac_cv_func_nanosleep" = x""yes; then : 7731if test "x$ac_cv_func_nanosleep" = xyes; then :
7874 cat >>confdefs.h <<_ACEOF 7732 cat >>confdefs.h <<_ACEOF
7875#define HAVE_NANOSLEEP 1 7733#define HAVE_NANOSLEEP 1
7876_ACEOF 7734_ACEOF
7877 7735
7878else 7736else
7879 7737
7880 if test -z "$LIBEV_M4_AVOID_LIBRT"; then 7738 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5 7739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
7882$as_echo_n "checking for nanosleep in -lrt... " >&6; } 7740$as_echo_n "checking for nanosleep in -lrt... " >&6; }
7883if test "${ac_cv_lib_rt_nanosleep+set}" = set; then : 7741if ${ac_cv_lib_rt_nanosleep+:} false; then :
7884 $as_echo_n "(cached) " >&6 7742 $as_echo_n "(cached) " >&6
7885else 7743else
7886 ac_check_lib_save_LIBS=$LIBS 7744 ac_check_lib_save_LIBS=$LIBS
7887LIBS="-lrt $LIBS" 7745LIBS="-lrt $LIBS"
7888cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7746cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7912 conftest$ac_exeext conftest.$ac_ext 7770 conftest$ac_exeext conftest.$ac_ext
7913LIBS=$ac_check_lib_save_LIBS 7771LIBS=$ac_check_lib_save_LIBS
7914fi 7772fi
7915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5 7773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
7916$as_echo "$ac_cv_lib_rt_nanosleep" >&6; } 7774$as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
7917if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then : 7775if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
7918 cat >>confdefs.h <<_ACEOF 7776 cat >>confdefs.h <<_ACEOF
7919#define HAVE_LIBRT 1 7777#define HAVE_LIBRT 1
7920_ACEOF 7778_ACEOF
7921 7779
7922 LIBS="-lrt $LIBS" 7780 LIBS="-lrt $LIBS"
7925 7783
7926 unset ac_cv_func_nanosleep 7784 unset ac_cv_func_nanosleep
7927 for ac_func in nanosleep 7785 for ac_func in nanosleep
7928do : 7786do :
7929 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 7787 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
7930if test "x$ac_cv_func_nanosleep" = x""yes; then : 7788if test "x$ac_cv_func_nanosleep" = xyes; then :
7931 cat >>confdefs.h <<_ACEOF 7789 cat >>confdefs.h <<_ACEOF
7932#define HAVE_NANOSLEEP 1 7790#define HAVE_NANOSLEEP 1
7933_ACEOF 7791_ACEOF
7934 7792
7935fi 7793fi
7944if test -z "$LIBEV_M4_AVOID_LIBM"; then 7802if test -z "$LIBEV_M4_AVOID_LIBM"; then
7945 LIBM=m 7803 LIBM=m
7946fi 7804fi
7947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5 7805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
7948$as_echo_n "checking for library containing floor... " >&6; } 7806$as_echo_n "checking for library containing floor... " >&6; }
7949if test "${ac_cv_search_floor+set}" = set; then : 7807if ${ac_cv_search_floor+:} false; then :
7950 $as_echo_n "(cached) " >&6 7808 $as_echo_n "(cached) " >&6
7951else 7809else
7952 ac_func_search_save_LIBS=$LIBS 7810 ac_func_search_save_LIBS=$LIBS
7953cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7811cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7954/* end confdefs.h. */ 7812/* end confdefs.h. */
7978 if ac_fn_c_try_link "$LINENO"; then : 7836 if ac_fn_c_try_link "$LINENO"; then :
7979 ac_cv_search_floor=$ac_res 7837 ac_cv_search_floor=$ac_res
7980fi 7838fi
7981rm -f core conftest.err conftest.$ac_objext \ 7839rm -f core conftest.err conftest.$ac_objext \
7982 conftest$ac_exeext 7840 conftest$ac_exeext
7983 if test "${ac_cv_search_floor+set}" = set; then : 7841 if ${ac_cv_search_floor+:} false; then :
7984 break 7842 break
7985fi 7843fi
7986done 7844done
7987if test "${ac_cv_search_floor+set}" = set; then : 7845if ${ac_cv_search_floor+:} false; then :
7988 7846
7989else 7847else
7990 ac_cv_search_floor=no 7848 ac_cv_search_floor=no
7991fi 7849fi
7992rm conftest.$ac_ext 7850rm conftest.$ac_ext
8075 t end 7933 t end
8076 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 7934 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8077 :end' >>confcache 7935 :end' >>confcache
8078if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 7936if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8079 if test -w "$cache_file"; then 7937 if test -w "$cache_file"; then
8080 test "x$cache_file" != "x/dev/null" && 7938 if test "x$cache_file" != "x/dev/null"; then
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 7939 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8082$as_echo "$as_me: updating cache $cache_file" >&6;} 7940$as_echo "$as_me: updating cache $cache_file" >&6;}
7941 if test ! -f "$cache_file" || test -h "$cache_file"; then
8083 cat confcache >$cache_file 7942 cat confcache >"$cache_file"
7943 else
7944 case $cache_file in #(
7945 */* | ?:*)
7946 mv -f confcache "$cache_file"$$ &&
7947 mv -f "$cache_file"$$ "$cache_file" ;; #(
7948 *)
7949 mv -f confcache "$cache_file" ;;
7950 esac
7951 fi
7952 fi
8084 else 7953 else
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 7954 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8086$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 7955$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8087 fi 7956 fi
8088fi 7957fi
8099fi 7968fi
8100 7969
8101 7970
8102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for linux/if_tun.h" >&5 7971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for linux/if_tun.h" >&5
8103$as_echo_n "checking for linux/if_tun.h... " >&6; } 7972$as_echo_n "checking for linux/if_tun.h... " >&6; }
8104if test "${tinc_cv_linux_if_tun_h+set}" = set; then : 7973if ${tinc_cv_linux_if_tun_h+:} false; then :
8105 $as_echo_n "(cached) " >&6 7974 $as_echo_n "(cached) " >&6
8106else 7975else
8107 7976
8108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8109/* end confdefs.h. */ 7978/* end confdefs.h. */
8166 8035
8167 8036
8168 8037
8169 8038
8170 8039
8171 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
8172 8040
8173 8041
8174# Check whether --with-openssl-include was given.
8175if test "${with_openssl_include+set}" = set; then :
8176 withval=$with_openssl_include; openssl_include="$withval"
8177 CFLAGS="$CFLAGS -I$withval"
8178 CPPFLAGS="$CPPFLAGS -I$withval"
8179 8042
8180fi
8181 8043
8182 8044
8183 8045
8184# Check whether --with-openssl-lib was given. 8046if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
8185if test "${with_openssl_lib+set}" = set; then : 8047 if test -n "$ac_tool_prefix"; then
8186 withval=$with_openssl_lib; openssl_lib="$withval" 8048 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
8187 LIBS="$LIBS -L$withval" 8049set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
8188 8050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8189fi 8051$as_echo_n "checking for $ac_word... " >&6; }
8190 8052if ${ac_cv_path_PKG_CONFIG+:} false; then :
8191 8053 $as_echo_n "(cached) " >&6
8192 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
8193do :
8194 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8195ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8196if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8197 cat >>confdefs.h <<_ACEOF
8198#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8199_ACEOF
8200
8201else 8054else
8202 as_fn_error $? "OpenSSL header files not found." "$LINENO" 5 ; break 8055 case $PKG_CONFIG in
8203 8056 [\\/]* | ?:[\\/]*)
8204fi 8057 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8205 8058 ;;
8059 *)
8060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8061for as_dir in $PATH
8062do
8063 IFS=$as_save_IFS
8064 test -z "$as_dir" && as_dir=.
8065 for ac_exec_ext in '' $ac_executable_extensions; do
8066 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8067 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8069 break 2
8070 fi
8206done 8071done
8072 done
8073IFS=$as_save_IFS
8207 8074
8075 ;;
8076esac
8077fi
8078PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8079if test -n "$PKG_CONFIG"; then
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
8081$as_echo "$PKG_CONFIG" >&6; }
8082else
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8084$as_echo "no" >&6; }
8085fi
8208 8086
8209 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
8210 8087
8088fi
8089if test -z "$ac_cv_path_PKG_CONFIG"; then
8090 ac_pt_PKG_CONFIG=$PKG_CONFIG
8091 # Extract the first word of "pkg-config", so it can be a program name with args.
8092set dummy pkg-config; ac_word=$2
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SHA1_version in -lcrypto" >&5 8093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8212$as_echo_n "checking for SHA1_version in -lcrypto... " >&6; } 8094$as_echo_n "checking for $ac_word... " >&6; }
8213if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then : 8095if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
8214 $as_echo_n "(cached) " >&6 8096 $as_echo_n "(cached) " >&6
8215else 8097else
8216 ac_check_lib_save_LIBS=$LIBS 8098 case $ac_pt_PKG_CONFIG in
8217LIBS="-lcrypto $LIBS" 8099 [\\/]* | ?:[\\/]*)
8218cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8100 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
8219/* end confdefs.h. */
8220
8221/* Override any GCC internal prototype to avoid an error.
8222 Use char because int might match the return type of a GCC
8223 builtin and then its argument prototype would still apply. */
8224#ifdef __cplusplus
8225extern "C"
8226#endif
8227char SHA1_version ();
8228int
8229main ()
8230{
8231return SHA1_version ();
8232 ; 8101 ;;
8233 return 0; 8102 *)
8234} 8103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8235_ACEOF 8104for as_dir in $PATH
8236if ac_fn_cxx_try_link "$LINENO"; then : 8105do
8237 ac_cv_lib_crypto_SHA1_version=yes 8106 IFS=$as_save_IFS
8238else 8107 test -z "$as_dir" && as_dir=.
8239 ac_cv_lib_crypto_SHA1_version=no 8108 for ac_exec_ext in '' $ac_executable_extensions; do
8240fi 8109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8241rm -f core conftest.err conftest.$ac_objext \ 8110 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8242 conftest$ac_exeext conftest.$ac_ext 8111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8243LIBS=$ac_check_lib_save_LIBS 8112 break 2
8244fi 8113 fi
8245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_SHA1_version" >&5
8246$as_echo "$ac_cv_lib_crypto_SHA1_version" >&6; }
8247if test "x$ac_cv_lib_crypto_SHA1_version" = x""yes; then :
8248 LIBS="$LIBS -lcrypto"
8249else
8250 as_fn_error $? "OpenSSL libraries not found." "$LINENO" 5
8251
8252fi
8253
8254
8255 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
8256do :
8257 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8258ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
8259if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8260 cat >>confdefs.h <<_ACEOF
8261#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8262_ACEOF
8263
8264fi
8265done 8114done
8115 done
8116IFS=$as_save_IFS
8266 8117
8118 ;;
8119esac
8120fi
8121ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
8122if test -n "$ac_pt_PKG_CONFIG"; then
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
8124$as_echo "$ac_pt_PKG_CONFIG" >&6; }
8125else
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8127$as_echo "no" >&6; }
8128fi
8267 8129
8268 ac_fn_cxx_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 8130 if test "x$ac_pt_PKG_CONFIG" = x; then
8269if test "x$ac_cv_func_dlopen" = x""yes; then : 8131 PKG_CONFIG=""
8132 else
8133 case $cross_compiling:$ac_tool_warned in
8134yes:)
8135{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8136$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8137ac_tool_warned=yes ;;
8138esac
8139 PKG_CONFIG=$ac_pt_PKG_CONFIG
8140 fi
8141else
8142 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
8143fi
8270 8144
8145fi
8146if test -n "$PKG_CONFIG"; then
8147 _pkg_min_version=0.9.0
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
8149$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
8150 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8152$as_echo "yes" >&6; }
8271else 8153 else
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8155$as_echo "no" >&6; }
8156 PKG_CONFIG=""
8157 fi
8158fi
8159
8160pkg_failed=no
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 8161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBCRYPTO" >&5
8273$as_echo_n "checking for dlopen in -ldl... " >&6; } 8162$as_echo_n "checking for LIBCRYPTO... " >&6; }
8274if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 8163
8275 $as_echo_n "(cached) " >&6 8164if test -n "$LIBCRYPTO_CFLAGS"; then
8165 pkg_cv_LIBCRYPTO_CFLAGS="$LIBCRYPTO_CFLAGS"
8166 elif test -n "$PKG_CONFIG"; then
8167 if test -n "$PKG_CONFIG" && \
8168 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcrypto >= 1\""; } >&5
8169 ($PKG_CONFIG --exists --print-errors "libcrypto >= 1") 2>&5
8170 ac_status=$?
8171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8172 test $ac_status = 0; }; then
8173 pkg_cv_LIBCRYPTO_CFLAGS=`$PKG_CONFIG --cflags "libcrypto >= 1" 2>/dev/null`
8174 test "x$?" != "x0" && pkg_failed=yes
8175else
8176 pkg_failed=yes
8177fi
8276else 8178 else
8277 ac_check_lib_save_LIBS=$LIBS 8179 pkg_failed=untried
8278LIBS="-ldl $LIBS" 8180fi
8279cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8181if test -n "$LIBCRYPTO_LIBS"; then
8280/* end confdefs.h. */ 8182 pkg_cv_LIBCRYPTO_LIBS="$LIBCRYPTO_LIBS"
8281 8183 elif test -n "$PKG_CONFIG"; then
8282/* Override any GCC internal prototype to avoid an error. 8184 if test -n "$PKG_CONFIG" && \
8283 Use char because int might match the return type of a GCC 8185 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcrypto >= 1\""; } >&5
8284 builtin and then its argument prototype would still apply. */ 8186 ($PKG_CONFIG --exists --print-errors "libcrypto >= 1") 2>&5
8285#ifdef __cplusplus 8187 ac_status=$?
8286extern "C" 8188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8287#endif 8189 test $ac_status = 0; }; then
8288char dlopen (); 8190 pkg_cv_LIBCRYPTO_LIBS=`$PKG_CONFIG --libs "libcrypto >= 1" 2>/dev/null`
8289int 8191 test "x$?" != "x0" && pkg_failed=yes
8290main () 8192else
8291{ 8193 pkg_failed=yes
8292return dlopen (); 8194fi
8293 ;
8294 return 0;
8295}
8296_ACEOF
8297if ac_fn_cxx_try_link "$LINENO"; then :
8298 ac_cv_lib_dl_dlopen=yes
8299else 8195 else
8300 ac_cv_lib_dl_dlopen=no 8196 pkg_failed=untried
8301fi 8197fi
8302rm -f core conftest.err conftest.$ac_objext \ 8198
8303 conftest$ac_exeext conftest.$ac_ext 8199
8304LIBS=$ac_check_lib_save_LIBS 8200
8305fi 8201if test $pkg_failed = yes; then
8306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8307$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 8203$as_echo "no" >&6; }
8308if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
8309 LIBS="$LIBS -ldl"
8310else
8311 as_fn_error $? "OpenSSL depends on libdl." "$LINENO" 5
8312 8204
8313fi 8205if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
8314 8206 _pkg_short_errors_supported=yes
8315
8316fi
8317
8318
8319 ac_fn_cxx_check_func "$LINENO" "inflate" "ac_cv_func_inflate"
8320if test "x$ac_cv_func_inflate" = x""yes; then :
8321
8322else 8207else
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5 8208 _pkg_short_errors_supported=no
8324$as_echo_n "checking for inflate in -lz... " >&6; }
8325if test "${ac_cv_lib_z_inflate+set}" = set; then :
8326 $as_echo_n "(cached) " >&6
8327else
8328 ac_check_lib_save_LIBS=$LIBS
8329LIBS="-lz $LIBS"
8330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8331/* end confdefs.h. */
8332
8333/* Override any GCC internal prototype to avoid an error.
8334 Use char because int might match the return type of a GCC
8335 builtin and then its argument prototype would still apply. */
8336#ifdef __cplusplus
8337extern "C"
8338#endif
8339char inflate ();
8340int
8341main ()
8342{
8343return inflate ();
8344 ;
8345 return 0;
8346}
8347_ACEOF
8348if ac_fn_cxx_try_link "$LINENO"; then :
8349 ac_cv_lib_z_inflate=yes
8350else
8351 ac_cv_lib_z_inflate=no
8352fi 8209fi
8353rm -f core conftest.err conftest.$ac_objext \ 8210 if test $_pkg_short_errors_supported = yes; then
8354 conftest$ac_exeext conftest.$ac_ext 8211 LIBCRYPTO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcrypto >= 1" 2>&1`
8355LIBS=$ac_check_lib_save_LIBS 8212 else
8356fi 8213 LIBCRYPTO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcrypto >= 1" 2>&1`
8214 fi
8215 # Put the nasty error message in config.log where it belongs
8216 echo "$LIBCRYPTO_PKG_ERRORS" >&5
8217
8218 as_fn_error $? "Package requirements (libcrypto >= 1) were not met:
8219
8220$LIBCRYPTO_PKG_ERRORS
8221
8222Consider adjusting the PKG_CONFIG_PATH environment variable if you
8223installed software in a non-standard prefix.
8224
8225Alternatively, you may set the environment variables LIBCRYPTO_CFLAGS
8226and LIBCRYPTO_LIBS to avoid the need to call pkg-config.
8227See the pkg-config man page for more details." "$LINENO" 5
8228elif test $pkg_failed = untried; then
8357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5 8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8358$as_echo "$ac_cv_lib_z_inflate" >&6; } 8230$as_echo "no" >&6; }
8359if test "x$ac_cv_lib_z_inflate" = x""yes; then : 8231 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8360 LIBS="$LIBS -lz" 8232$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8361else 8233as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
8362 as_fn_error $? "OpenSSL depends on libz." "$LINENO" 5 8234is in your PATH or set the PKG_CONFIG environment variable to the full
8235path to pkg-config.
8363 8236
8364fi 8237Alternatively, you may set the environment variables LIBCRYPTO_CFLAGS
8238and LIBCRYPTO_LIBS to avoid the need to call pkg-config.
8239See the pkg-config man page for more details.
8365 8240
8241To get pkg-config, see <http://pkg-config.freedesktop.org/>.
8242See \`config.log' for more details" "$LINENO" 5; }
8243else
8244 LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS
8245 LIBCRYPTO_LIBS=$pkg_cv_LIBCRYPTO_LIBS
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8247$as_echo "yes" >&6; }
8366 8248
8367fi
8368
8369
8370if test "x$openssl_include" != x; then
8371 CXXFLAGS="$CXXFLAGS -I$openssl_include"
8372fi 8249fi
8373 8250
8374# Check whether --enable-threads was given. 8251# Check whether --enable-threads was given.
8375if test "${enable_threads+set}" = set; then : 8252if test "${enable_threads+set}" = set; then :
8376 enableval=$enable_threads; try_threads=$enableval 8253 enableval=$enable_threads; try_threads=$enableval
8380fi 8257fi
8381 8258
8382 8259
8383if test "x$try_threads" = xyes; then 8260if test "x$try_threads" = xyes; then
8384 ac_fn_cxx_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 8261 ac_fn_cxx_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
8385if test "x$ac_cv_header_pthread_h" = x""yes; then : 8262if test "x$ac_cv_header_pthread_h" = xyes; then :
8386 8263
8387 LIBS="$LIBS -lpthread" 8264 LIBS="$LIBS -lpthread"
8388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8389/* end confdefs.h. */ 8266/* end confdefs.h. */
8390#include <pthread.h> 8267#include <pthread.h>
8418fi 8295fi
8419 8296
8420 8297
8421 8298
8422 8299
8300
8301
8423 if test x$rohc = xtrue; then 8302if test x$rohc = xtrue; then
8424 ROHC_TRUE= 8303 ROHC_TRUE=
8425 ROHC_FALSE='#' 8304 ROHC_FALSE='#'
8426else 8305else
8427 ROHC_TRUE='#' 8306 ROHC_TRUE='#'
8428 ROHC_FALSE= 8307 ROHC_FALSE=
8483 8362
8484# Check whether --enable-dns was given. 8363# Check whether --enable-dns was given.
8485if test "${enable_dns+set}" = set; then : 8364if test "${enable_dns+set}" = set; then :
8486 enableval=$enable_dns; 8365 enableval=$enable_dns;
8487 ac_fn_cxx_check_header_mongrel "$LINENO" "gmp.h" "ac_cv_header_gmp_h" "$ac_includes_default" 8366 ac_fn_cxx_check_header_mongrel "$LINENO" "gmp.h" "ac_cv_header_gmp_h" "$ac_includes_default"
8488if test "x$ac_cv_header_gmp_h" = x""yes; then : 8367if test "x$ac_cv_header_gmp_h" = xyes; then :
8489 8368
8490else 8369else
8491 as_fn_error $? "gmp.h not found, required for --enable-dns" "$LINENO" 5 8370 as_fn_error $? "gmp.h not found, required for --enable-dns" "$LINENO" 5
8492fi 8371fi
8493 8372
8494 8373
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5 8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5
8496$as_echo_n "checking for main in -lgmp... " >&6; } 8375$as_echo_n "checking for main in -lgmp... " >&6; }
8497if test "${ac_cv_lib_gmp_main+set}" = set; then : 8376if ${ac_cv_lib_gmp_main+:} false; then :
8498 $as_echo_n "(cached) " >&6 8377 $as_echo_n "(cached) " >&6
8499else 8378else
8500 ac_check_lib_save_LIBS=$LIBS 8379 ac_check_lib_save_LIBS=$LIBS
8501LIBS="-lgmp $LIBS" 8380LIBS="-lgmp $LIBS"
8502cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8381cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8520 conftest$ac_exeext conftest.$ac_ext 8399 conftest$ac_exeext conftest.$ac_ext
8521LIBS=$ac_check_lib_save_LIBS 8400LIBS=$ac_check_lib_save_LIBS
8522fi 8401fi
8523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_main" >&5 8402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_main" >&5
8524$as_echo "$ac_cv_lib_gmp_main" >&6; } 8403$as_echo "$ac_cv_lib_gmp_main" >&6; }
8525if test "x$ac_cv_lib_gmp_main" = x""yes; then : 8404if test "x$ac_cv_lib_gmp_main" = xyes; then :
8526 cat >>confdefs.h <<_ACEOF 8405 cat >>confdefs.h <<_ACEOF
8527#define HAVE_LIBGMP 1 8406#define HAVE_LIBGMP 1
8528_ACEOF 8407_ACEOF
8529 8408
8530 LIBS="-lgmp $LIBS" 8409 LIBS="-lgmp $LIBS"
8542 8421
8543 8422
8544fi 8423fi
8545 8424
8546 8425
8426RSA=3072
8427# Check whether --enable-rsa-length was given.
8428if test "${enable_rsa_length+set}" = set; then :
8429 enableval=$enable_rsa_length; RSA=$enableval
8430
8431fi
8432
8433
8434cat >>confdefs.h <<_ACEOF
8435#define RSABITS $RSA
8436_ACEOF
8437
8438
8547HMAC=12 8439HMACSIZE=12
8548# Check whether --enable-hmac-length was given. 8440# Check whether --enable-hmac-length was given.
8549if test "${enable_hmac_length+set}" = set; then : 8441if test "${enable_hmac_length+set}" = set; then :
8550 enableval=$enable_hmac_length; HMAC=$enableval 8442 enableval=$enable_hmac_length; HMACSIZE=$enableval
8551 8443
8552fi 8444fi
8553 8445
8554 8446
8555cat >>confdefs.h <<_ACEOF 8447cat >>confdefs.h <<_ACEOF
8556#define HMACLENGTH $HMAC 8448#define HMACLENGTH $HMACSIZE
8557_ACEOF
8558
8559
8560RAND=8
8561# Check whether --enable-rand-length was given.
8562if test "${enable_rand_length+set}" = set; then :
8563 enableval=$enable_rand_length; RAND=$enableval
8564
8565fi
8566
8567
8568cat >>confdefs.h <<_ACEOF
8569#define RAND_SIZE $RAND
8570_ACEOF 8449_ACEOF
8571 8450
8572 8451
8573MTU=1500 8452MTU=1500
8574# Check whether --enable-max-mtu was given. 8453# Check whether --enable-max-mtu was given.
8577 8456
8578fi 8457fi
8579 8458
8580 8459
8581cat >>confdefs.h <<_ACEOF 8460cat >>confdefs.h <<_ACEOF
8582#define MAX_MTU $MTU + 14 8461#define MAX_MTU ($MTU + 14)
8583_ACEOF 8462_ACEOF
8584 8463
8585 8464
8586COMPRESS=1 8465COMPRESS=1
8587# Check whether --enable-compression was given. 8466# Check whether --enable-compression was given.
8596cat >>confdefs.h <<_ACEOF 8475cat >>confdefs.h <<_ACEOF
8597#define ENABLE_COMPRESSION $COMPRESS 8476#define ENABLE_COMPRESSION $COMPRESS
8598_ACEOF 8477_ACEOF
8599 8478
8600 8479
8601CIPHER=aes_128_cbc 8480CIPHER=aes_128_ctr
8602# Check whether --enable-cipher was given. 8481# Check whether --enable-cipher was given.
8603if test "${enable_cipher+set}" = set; then : 8482if test "${enable_cipher+set}" = set; then :
8604 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi 8483 enableval=$enable_cipher; #if test "x$enableval" = xbf ; then CIPHER=bf_ctr ; fi
8605 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi 8484 if test "x$enableval" = xaes-128 ; then CIPHER=aes_128_ctr ; fi
8606 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi 8485 if test "x$enableval" = xaes-192 ; then CIPHER=aes_192_ctr ; fi
8607 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi 8486 if test "x$enableval" = xaes-256 ; then CIPHER=aes_256_ctr ; fi
8487 #if test "x$enableval" = xcamellia-128; then CIPHER=camellia_128_ctr; fi
8488 #if test "x$enableval" = xcamellia-256; then CIPHER=camellia_256_ctr; fi
8608 8489
8609fi 8490fi
8610 8491
8611 8492
8612cat >>confdefs.h <<_ACEOF 8493cat >>confdefs.h <<_ACEOF
8613#define ENABLE_CIPHER EVP_${CIPHER} 8494#define ENABLE_CIPHER EVP_${CIPHER}
8614_ACEOF 8495_ACEOF
8615 8496
8616 8497
8617DIGEST=ripemd160 8498HMAC=sha1
8618# Check whether --enable-digest was given. 8499# Check whether --enable-hmac-digest was given.
8619if test "${enable_digest+set}" = set; then : 8500if test "${enable_hmac_digest+set}" = set; then :
8501 enableval=$enable_hmac_digest; if test "x$enableval" = xwhirlpool; then HMAC=whirlpool; fi
8620 enableval=$enable_digest; if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi 8502 if test "x$enableval" = xsha512 ; then HMAC=sha512 ; fi
8621 if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi 8503 if test "x$enableval" = xsha256 ; then HMAC=sha256 ; fi
8622 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi 8504 if test "x$enableval" = xsha1 ; then HMAC=sha1 ; fi
8623 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi 8505 if test "x$enableval" = xripemd160; then HMAC=ripemd160; fi
8624 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
8625 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
8626 8506
8627fi 8507fi
8628 8508
8629 8509
8630cat >>confdefs.h <<_ACEOF 8510cat >>confdefs.h <<_ACEOF
8511#define ENABLE_HMAC EVP_${HMAC}
8512_ACEOF
8513
8514
8515AUTH=sha512
8516# Check whether --enable-auth-digest was given.
8517if test "${enable_auth_digest+set}" = set; then :
8518 enableval=$enable_auth_digest; if test "x$enableval" = xwhirlpool; then AUTH=whirlpool; fi
8519 if test "x$enableval" = xsha512 ; then AUTH=sha512 ; fi
8520 if test "x$enableval" = xsha256 ; then AUTH=sha256 ; fi
8521
8522fi
8523
8524
8525cat >>confdefs.h <<_ACEOF
8631#define ENABLE_DIGEST EVP_${DIGEST} 8526#define ENABLE_AUTH EVP_${AUTH}
8632_ACEOF 8527_ACEOF
8633 8528
8634 8529
8635if $CXX -v --help 2>&1 | grep -q fno-rtti; then 8530if $CXX -v --help 2>&1 | grep -q fno-rtti; then
8636 CXXFLAGS="$CXXFLAGS -fno-rtti" 8531 CXXFLAGS="$CXXFLAGS -fno-rtti"
8709 t end 8604 t end
8710 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8605 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8711 :end' >>confcache 8606 :end' >>confcache
8712if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8607if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8713 if test -w "$cache_file"; then 8608 if test -w "$cache_file"; then
8714 test "x$cache_file" != "x/dev/null" && 8609 if test "x$cache_file" != "x/dev/null"; then
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 8610 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8716$as_echo "$as_me: updating cache $cache_file" >&6;} 8611$as_echo "$as_me: updating cache $cache_file" >&6;}
8612 if test ! -f "$cache_file" || test -h "$cache_file"; then
8717 cat confcache >$cache_file 8613 cat confcache >"$cache_file"
8614 else
8615 case $cache_file in #(
8616 */* | ?:*)
8617 mv -f confcache "$cache_file"$$ &&
8618 mv -f "$cache_file"$$ "$cache_file" ;; #(
8619 *)
8620 mv -f confcache "$cache_file" ;;
8621 esac
8622 fi
8623 fi
8718 else 8624 else
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 8625 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8720$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8626$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8721 fi 8627 fi
8722fi 8628fi
8743LIBOBJS=$ac_libobjs 8649LIBOBJS=$ac_libobjs
8744 8650
8745LTLIBOBJS=$ac_ltlibobjs 8651LTLIBOBJS=$ac_ltlibobjs
8746 8652
8747 8653
8748 if test -n "$EXEEXT"; then
8749 am__EXEEXT_TRUE=
8750 am__EXEEXT_FALSE='#'
8751else
8752 am__EXEEXT_TRUE='#'
8753 am__EXEEXT_FALSE=
8754fi
8755
8756if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 8654if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8757 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 8655 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
8758Usually this means the macro was only invoked conditionally." "$LINENO" 5 8656Usually this means the macro was only invoked conditionally." "$LINENO" 5
8759fi 8657fi
8760if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 8658if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
8772if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then 8670if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
8773 as_fn_error $? "conditional \"ROHC\" was never defined. 8671 as_fn_error $? "conditional \"ROHC\" was never defined.
8774Usually this means the macro was only invoked conditionally." "$LINENO" 5 8672Usually this means the macro was only invoked conditionally." "$LINENO" 5
8775fi 8673fi
8776 8674
8777: ${CONFIG_STATUS=./config.status} 8675: "${CONFIG_STATUS=./config.status}"
8778ac_write_fail=0 8676ac_write_fail=0
8779ac_clean_files_save=$ac_clean_files 8677ac_clean_files_save=$ac_clean_files
8780ac_clean_files="$ac_clean_files $CONFIG_STATUS" 8678ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8781{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 8679{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8782$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 8680$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8873# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8771# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8874# splitting by setting IFS to empty value.) 8772# splitting by setting IFS to empty value.)
8875IFS=" "" $as_nl" 8773IFS=" "" $as_nl"
8876 8774
8877# Find who we are. Look in the path if we contain no directory separator. 8775# Find who we are. Look in the path if we contain no directory separator.
8776as_myself=
8878case $0 in #(( 8777case $0 in #((
8879 *[\\/]* ) as_myself=$0 ;; 8778 *[\\/]* ) as_myself=$0 ;;
8880 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8779 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8881for as_dir in $PATH 8780for as_dir in $PATH
8882do 8781do
9068 if ln -s conf$$.file conf$$ 2>/dev/null; then 8967 if ln -s conf$$.file conf$$ 2>/dev/null; then
9069 as_ln_s='ln -s' 8968 as_ln_s='ln -s'
9070 # ... but there are two gotchas: 8969 # ... but there are two gotchas:
9071 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 8970 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9072 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 8971 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9073 # In both cases, we have to default to `cp -p'. 8972 # In both cases, we have to default to `cp -pR'.
9074 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 8973 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9075 as_ln_s='cp -p' 8974 as_ln_s='cp -pR'
9076 elif ln conf$$.file conf$$ 2>/dev/null; then 8975 elif ln conf$$.file conf$$ 2>/dev/null; then
9077 as_ln_s=ln 8976 as_ln_s=ln
9078 else 8977 else
9079 as_ln_s='cp -p' 8978 as_ln_s='cp -pR'
9080 fi 8979 fi
9081else 8980else
9082 as_ln_s='cp -p' 8981 as_ln_s='cp -pR'
9083fi 8982fi
9084rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 8983rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
9085rmdir conf$$.dir 2>/dev/null 8984rmdir conf$$.dir 2>/dev/null
9086 8985
9087 8986
9137else 9036else
9138 test -d ./-p && rmdir ./-p 9037 test -d ./-p && rmdir ./-p
9139 as_mkdir_p=false 9038 as_mkdir_p=false
9140fi 9039fi
9141 9040
9142if test -x / >/dev/null 2>&1; then 9041
9042# as_fn_executable_p FILE
9043# -----------------------
9044# Test if FILE is an executable regular file.
9045as_fn_executable_p ()
9046{
9047 test -f "$1" && test -x "$1"
9048} # as_fn_executable_p
9143 as_test_x='test -x' 9049as_test_x='test -x'
9144else 9050as_executable_p=as_fn_executable_p
9145 if ls -dL / >/dev/null 2>&1; then
9146 as_ls_L_option=L
9147 else
9148 as_ls_L_option=
9149 fi
9150 as_test_x='
9151 eval sh -c '\''
9152 if test -d "$1"; then
9153 test -d "$1/.";
9154 else
9155 case $1 in #(
9156 -*)set "./$1";;
9157 esac;
9158 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
9159 ???[sx]*):;;*)false;;esac;fi
9160 '\'' sh
9161 '
9162fi
9163as_executable_p=$as_test_x
9164 9051
9165# Sed expression to map a string onto a valid CPP name. 9052# Sed expression to map a string onto a valid CPP name.
9166as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 9053as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9167 9054
9168# Sed expression to map a string onto a valid variable name. 9055# Sed expression to map a string onto a valid variable name.
9179cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9066cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9180# Save the log message, to keep $0 and so on meaningful, and to 9067# Save the log message, to keep $0 and so on meaningful, and to
9181# report actual input values of CONFIG_FILES etc. instead of their 9068# report actual input values of CONFIG_FILES etc. instead of their
9182# values after options handling. 9069# values after options handling.
9183ac_log=" 9070ac_log="
9184This file was extended by $as_me, which was 9071This file was extended by gvpe $as_me 3.1, which was
9185generated by GNU Autoconf 2.67. Invocation command line was 9072generated by GNU Autoconf 2.69. Invocation command line was
9186 9073
9187 CONFIG_FILES = $CONFIG_FILES 9074 CONFIG_FILES = $CONFIG_FILES
9188 CONFIG_HEADERS = $CONFIG_HEADERS 9075 CONFIG_HEADERS = $CONFIG_HEADERS
9189 CONFIG_LINKS = $CONFIG_LINKS 9076 CONFIG_LINKS = $CONFIG_LINKS
9190 CONFIG_COMMANDS = $CONFIG_COMMANDS 9077 CONFIG_COMMANDS = $CONFIG_COMMANDS
9245 9132
9246_ACEOF 9133_ACEOF
9247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9134cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9248ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 9135ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
9249ac_cs_version="\\ 9136ac_cs_version="\\
9250config.status 9137gvpe config.status 3.1
9251configured by $0, generated by GNU Autoconf 2.67, 9138configured by $0, generated by GNU Autoconf 2.69,
9252 with options \\"\$ac_cs_config\\" 9139 with options \\"\$ac_cs_config\\"
9253 9140
9254Copyright (C) 2010 Free Software Foundation, Inc. 9141Copyright (C) 2012 Free Software Foundation, Inc.
9255This config.status script is free software; the Free Software Foundation 9142This config.status script is free software; the Free Software Foundation
9256gives unlimited permission to copy, distribute and modify it." 9143gives unlimited permission to copy, distribute and modify it."
9257 9144
9258ac_pwd='$ac_pwd' 9145ac_pwd='$ac_pwd'
9259srcdir='$srcdir' 9146srcdir='$srcdir'
9260INSTALL='$INSTALL' 9147INSTALL='$INSTALL'
9261MKDIR_P='$MKDIR_P'
9262AWK='$AWK' 9148AWK='$AWK'
9263test -n "\$AWK" || AWK=awk 9149test -n "\$AWK" || AWK=awk
9264_ACEOF 9150_ACEOF
9265 9151
9266cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9152cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9340fi 9226fi
9341 9227
9342_ACEOF 9228_ACEOF
9343cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9229cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9344if \$ac_cs_recheck; then 9230if \$ac_cs_recheck; then
9345 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 9231 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9346 shift 9232 shift
9347 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 9233 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
9348 CONFIG_SHELL='$SHELL' 9234 CONFIG_SHELL='$SHELL'
9349 export CONFIG_SHELL 9235 export CONFIG_SHELL
9350 exec "\$@" 9236 exec "\$@"
9391 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 9277 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
9392 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 9278 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
9393 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 9279 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
9394 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 9280 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
9395 9281
9396 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 9282 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9397 esac 9283 esac
9398done 9284done
9399 9285
9400 9286
9401# If the user did not use the arguments to specify the items to instantiate, 9287# If the user did not use the arguments to specify the items to instantiate,
9414# Hook for its removal unless debugging. 9300# Hook for its removal unless debugging.
9415# Note that there is a small window in which the directory will not be cleaned: 9301# Note that there is a small window in which the directory will not be cleaned:
9416# after its creation but before its name has been assigned to `$tmp'. 9302# after its creation but before its name has been assigned to `$tmp'.
9417$debug || 9303$debug ||
9418{ 9304{
9419 tmp= 9305 tmp= ac_tmp=
9420 trap 'exit_status=$? 9306 trap 'exit_status=$?
9307 : "${ac_tmp:=$tmp}"
9421 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 9308 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
9422' 0 9309' 0
9423 trap 'as_fn_exit 1' 1 2 13 15 9310 trap 'as_fn_exit 1' 1 2 13 15
9424} 9311}
9425# Create a (secure) tmp directory for tmp files. 9312# Create a (secure) tmp directory for tmp files.
9426 9313
9427{ 9314{
9428 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 9315 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
9429 test -n "$tmp" && test -d "$tmp" 9316 test -d "$tmp"
9430} || 9317} ||
9431{ 9318{
9432 tmp=./conf$$-$RANDOM 9319 tmp=./conf$$-$RANDOM
9433 (umask 077 && mkdir "$tmp") 9320 (umask 077 && mkdir "$tmp")
9434} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 9321} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
9322ac_tmp=$tmp
9435 9323
9436# Set up the scripts for CONFIG_FILES section. 9324# Set up the scripts for CONFIG_FILES section.
9437# No need to generate them if there are no CONFIG_FILES. 9325# No need to generate them if there are no CONFIG_FILES.
9438# This happens for instance with `./config.status config.h'. 9326# This happens for instance with `./config.status config.h'.
9439if test -n "$CONFIG_FILES"; then 9327if test -n "$CONFIG_FILES"; then
9451 ac_cs_awk_cr='\\r' 9339 ac_cs_awk_cr='\\r'
9452else 9340else
9453 ac_cs_awk_cr=$ac_cr 9341 ac_cs_awk_cr=$ac_cr
9454fi 9342fi
9455 9343
9456echo 'BEGIN {' >"$tmp/subs1.awk" && 9344echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
9457_ACEOF 9345_ACEOF
9458 9346
9459 9347
9460{ 9348{
9461 echo "cat >conf$$subs.awk <<_ACEOF" && 9349 echo "cat >conf$$subs.awk <<_ACEOF" &&
9479 fi 9367 fi
9480done 9368done
9481rm -f conf$$subs.sh 9369rm -f conf$$subs.sh
9482 9370
9483cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9371cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9484cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 9372cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
9485_ACEOF 9373_ACEOF
9486sed -n ' 9374sed -n '
9487h 9375h
9488s/^/S["/; s/!.*/"]=/ 9376s/^/S["/; s/!.*/"]=/
9489p 9377p
9527} 9415}
9528' >>$CONFIG_STATUS || ac_write_fail=1 9416' >>$CONFIG_STATUS || ac_write_fail=1
9529rm -f conf$$subs.awk 9417rm -f conf$$subs.awk
9530cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9418cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9531_ACAWK 9419_ACAWK
9532cat >>"\$tmp/subs1.awk" <<_ACAWK && 9420cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
9533 for (key in S) S_is_set[key] = 1 9421 for (key in S) S_is_set[key] = 1
9534 FS = "" 9422 FS = ""
9535 9423
9536} 9424}
9537{ 9425{
9559cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9447cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9560if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 9448if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9561 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 9449 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9562else 9450else
9563 cat 9451 cat
9564fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 9452fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
9565 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 9453 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
9566_ACEOF 9454_ACEOF
9567 9455
9568# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 9456# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
9569# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 9457# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
9593 9481
9594# Set up the scripts for CONFIG_HEADERS section. 9482# Set up the scripts for CONFIG_HEADERS section.
9595# No need to generate them if there are no CONFIG_HEADERS. 9483# No need to generate them if there are no CONFIG_HEADERS.
9596# This happens for instance with `./config.status Makefile'. 9484# This happens for instance with `./config.status Makefile'.
9597if test -n "$CONFIG_HEADERS"; then 9485if test -n "$CONFIG_HEADERS"; then
9598cat >"$tmp/defines.awk" <<\_ACAWK || 9486cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
9599BEGIN { 9487BEGIN {
9600_ACEOF 9488_ACEOF
9601 9489
9602# Transform confdefs.h into an awk script `defines.awk', embedded as 9490# Transform confdefs.h into an awk script `defines.awk', embedded as
9603# here-document in config.status, that substitutes the proper values into 9491# here-document in config.status, that substitutes the proper values into
9605 9493
9606# Create a delimiter string that does not exist in confdefs.h, to ease 9494# Create a delimiter string that does not exist in confdefs.h, to ease
9607# handling of long lines. 9495# handling of long lines.
9608ac_delim='%!_!# ' 9496ac_delim='%!_!# '
9609for ac_last_try in false false :; do 9497for ac_last_try in false false :; do
9610 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 9498 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
9611 if test -z "$ac_t"; then 9499 if test -z "$ac_tt"; then
9612 break 9500 break
9613 elif $ac_last_try; then 9501 elif $ac_last_try; then
9614 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 9502 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
9615 else 9503 else
9616 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 9504 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9707 case $ac_tag in 9595 case $ac_tag in
9708 :[FHLC]) ac_mode=$ac_tag; continue;; 9596 :[FHLC]) ac_mode=$ac_tag; continue;;
9709 esac 9597 esac
9710 case $ac_mode$ac_tag in 9598 case $ac_mode$ac_tag in
9711 :[FHL]*:*);; 9599 :[FHL]*:*);;
9712 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 9600 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
9713 :[FH]-) ac_tag=-:-;; 9601 :[FH]-) ac_tag=-:-;;
9714 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 9602 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9715 esac 9603 esac
9716 ac_save_IFS=$IFS 9604 ac_save_IFS=$IFS
9717 IFS=: 9605 IFS=:
9726 :[FH]) 9614 :[FH])
9727 ac_file_inputs= 9615 ac_file_inputs=
9728 for ac_f 9616 for ac_f
9729 do 9617 do
9730 case $ac_f in 9618 case $ac_f in
9731 -) ac_f="$tmp/stdin";; 9619 -) ac_f="$ac_tmp/stdin";;
9732 *) # Look for the file first in the build tree, then in the source tree 9620 *) # Look for the file first in the build tree, then in the source tree
9733 # (if the path is not absolute). The absolute path cannot be DOS-style, 9621 # (if the path is not absolute). The absolute path cannot be DOS-style,
9734 # because $ac_f cannot contain `:'. 9622 # because $ac_f cannot contain `:'.
9735 test -f "$ac_f" || 9623 test -f "$ac_f" ||
9736 case $ac_f in 9624 case $ac_f in
9737 [\\/$]*) false;; 9625 [\\/$]*) false;;
9738 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 9626 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9739 esac || 9627 esac ||
9740 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 9628 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9741 esac 9629 esac
9742 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 9630 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9743 as_fn_append ac_file_inputs " '$ac_f'" 9631 as_fn_append ac_file_inputs " '$ac_f'"
9744 done 9632 done
9745 9633
9761 sed 's/[\\\\&|]/\\\\&/g'`;; #( 9649 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9762 *) ac_sed_conf_input=$configure_input;; 9650 *) ac_sed_conf_input=$configure_input;;
9763 esac 9651 esac
9764 9652
9765 case $ac_tag in 9653 case $ac_tag in
9766 *:-:* | *:-) cat >"$tmp/stdin" \ 9654 *:-:* | *:-) cat >"$ac_tmp/stdin" \
9767 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9655 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9768 esac 9656 esac
9769 ;; 9657 ;;
9770 esac 9658 esac
9771 9659
9772 ac_dir=`$as_dirname -- "$ac_file" || 9660 ac_dir=`$as_dirname -- "$ac_file" ||
9836 9724
9837 case $INSTALL in 9725 case $INSTALL in
9838 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9726 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9839 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9727 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9840 esac 9728 esac
9841 ac_MKDIR_P=$MKDIR_P
9842 case $MKDIR_P in
9843 [\\/$]* | ?:[\\/]* ) ;;
9844 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9845 esac
9846_ACEOF 9729_ACEOF
9847 9730
9848cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9731cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9849# If the template does not know about datarootdir, expand it. 9732# If the template does not know about datarootdir, expand it.
9850# FIXME: This hack should be removed a few years after 2.60. 9733# FIXME: This hack should be removed a few years after 2.60.
9895s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9778s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9896s&@builddir@&$ac_builddir&;t t 9779s&@builddir@&$ac_builddir&;t t
9897s&@abs_builddir@&$ac_abs_builddir&;t t 9780s&@abs_builddir@&$ac_abs_builddir&;t t
9898s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9781s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9899s&@INSTALL@&$ac_INSTALL&;t t 9782s&@INSTALL@&$ac_INSTALL&;t t
9900s&@MKDIR_P@&$ac_MKDIR_P&;t t
9901$ac_datarootdir_hack 9783$ac_datarootdir_hack
9902" 9784"
9903eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 9785eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
9904 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9786 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9905 9787
9906test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9788test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9907 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 9789 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
9908 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 9790 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
9791 "$ac_tmp/out"`; test -z "$ac_out"; } &&
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9910which seems to be undefined. Please make sure it is defined" >&5 9793which seems to be undefined. Please make sure it is defined" >&5
9911$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9794$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9912which seems to be undefined. Please make sure it is defined" >&2;} 9795which seems to be undefined. Please make sure it is defined" >&2;}
9913 9796
9914 rm -f "$tmp/stdin" 9797 rm -f "$ac_tmp/stdin"
9915 case $ac_file in 9798 case $ac_file in
9916 -) cat "$tmp/out" && rm -f "$tmp/out";; 9799 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
9917 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 9800 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
9918 esac \ 9801 esac \
9919 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9920 ;; 9803 ;;
9921 :H) 9804 :H)
9922 # 9805 #
9923 # CONFIG_HEADER 9806 # CONFIG_HEADER
9924 # 9807 #
9925 if test x"$ac_file" != x-; then 9808 if test x"$ac_file" != x-; then
9926 { 9809 {
9927 $as_echo "/* $configure_input */" \ 9810 $as_echo "/* $configure_input */" \
9928 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 9811 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
9929 } >"$tmp/config.h" \ 9812 } >"$ac_tmp/config.h" \
9930 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9813 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9931 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 9814 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 9815 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9933$as_echo "$as_me: $ac_file is unchanged" >&6;} 9816$as_echo "$as_me: $ac_file is unchanged" >&6;}
9934 else 9817 else
9935 rm -f "$ac_file" 9818 rm -f "$ac_file"
9936 mv "$tmp/config.h" "$ac_file" \ 9819 mv "$ac_tmp/config.h" "$ac_file" \
9937 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9820 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9938 fi 9821 fi
9939 else 9822 else
9940 $as_echo "/* $configure_input */" \ 9823 $as_echo "/* $configure_input */" \
9941 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 9824 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
9942 || as_fn_error $? "could not create -" "$LINENO" 5 9825 || as_fn_error $? "could not create -" "$LINENO" 5
9943 fi 9826 fi
9944# Compute "$ac_file"'s index in $config_headers. 9827# Compute "$ac_file"'s index in $config_headers.
9945_am_arg="$ac_file"
9946_am_stamp_count=1 9828_am_stamp_count=1
9947for _am_header in $config_headers :; do 9829for _am_header in $config_headers :; do
9948 case $_am_header in 9830 case $_am_header in
9949 $_am_arg | $_am_arg:* ) 9831 "$ac_file" | "$ac_file":* )
9950 break ;; 9832 break ;;
9951 * ) 9833 * )
9952 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 9834 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9953 esac 9835 esac
9954done 9836done
9955echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 9837echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
9956$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9838$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9957 X"$_am_arg" : 'X\(//\)[^/]' \| \ 9839 X"$ac_file" : 'X\(//\)[^/]' \| \
9958 X"$_am_arg" : 'X\(//\)$' \| \ 9840 X"$ac_file" : 'X\(//\)$' \| \
9959 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 9841 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9960$as_echo X"$_am_arg" | 9842$as_echo X"$ac_file" |
9961 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 9843 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9962 s//\1/ 9844 s//\1/
9963 q 9845 q
9964 } 9846 }
9965 /^X\(\/\/\)[^/].*/{ 9847 /^X\(\/\/\)[^/].*/{
10078 done 9960 done
10079 fi 9961 fi
10080 ;; 9962 ;;
10081 esac 9963 esac
10082 done ;; 9964 done ;;
10083 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 9965 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10084 # Autoconf 2.62 quotes --file arguments for eval, but not when files
10085 # are listed without --file. Let's play safe and only enable the eval
10086 # if we detect the quoting.
10087 case $CONFIG_FILES in
10088 *\'*) eval set x "$CONFIG_FILES" ;;
10089 *) set x $CONFIG_FILES ;;
10090 esac
10091 shift
10092 for mf
10093 do
10094 # Strip MF so we end up with the name of the file. 9966 # Strip MF so we end up with the name of the file.
10095 mf=`echo "$mf" | sed -e 's/:.*$//'` 9967 mf=`echo "$mf" | sed -e 's/:.*$//'`
10096 # Check whether this is an Automake generated Makefile or not. 9968 # Check whether this is an Automake generated Makefile or not.
10097 # We used to match only the files named `Makefile.in', but 9969 # We used to match only the files named `Makefile.in', but
10098 # some people rename them; so instead we look at the file content. 9970 # some people rename them; so instead we look at the file content.
10099 # Grep'ing the first line is not enough: some people post-process 9971 # Grep'ing the first line is not enough: some people post-process
10100 # each Makefile.in and add a new line on top of each file to say so. 9972 # each Makefile.in and add a new line on top of each file to say so.
10101 # Grep'ing the whole file is not good either: AIX grep has a line 9973 # So let's grep whole file.
10102 # limit of 2048, but all sed's we know have understand at least 4000.
10103 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 9974 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10104 dirpart=`$as_dirname -- "$mf" || 9975 dirpart=`$as_dirname -- "$mf" ||
10105$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9976$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10106 X"$mf" : 'X\(//\)[^/]' \| \ 9977 X"$mf" : 'X\(//\)[^/]' \| \
10107 X"$mf" : 'X\(//\)$' \| \ 9978 X"$mf" : 'X\(//\)$' \| \
10108 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 9979 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
10109$as_echo X"$mf" | 9980$as_echo X"$mf" |
10122 /^X\(\/\).*/{ 9993 /^X\(\/\).*/{
10123 s//\1/ 9994 s//\1/
10124 q 9995 q
10125 } 9996 }
10126 s/.*/./; q'` 9997 s/.*/./; q'`
10127 else 9998 else
10128 continue 9999 continue
10129 fi 10000 fi
10130 # Extract the definition of DEPDIR, am__include, and am__quote 10001 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10131 # from the Makefile without running `make'. 10002 # Extract the definition of DEP_FILES from the Makefile without
10003 # running `make'.
10132 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 10004 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10133 test -z "$DEPDIR" && continue 10005 test -z "$DEPDIR" && continue
10134 am__include=`sed -n 's/^am__include = //p' < "$mf"`
10135 test -z "am__include" && continue
10136 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
10137 # When using ansi2knr, U may be empty or an underscore; expand it 10006 # When using ansi2knr, U may be empty or an underscore; expand it
10138 U=`sed -n 's/^U = //p' < "$mf"` 10007 U=`sed -n -e '/^U = / s///p' < "$mf"`
10139 # Find all dependency output files, they are included files with 10008 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10140 # $(DEPDIR) in their names. We invoke sed twice because it is the 10009 # We invoke sed twice because it is the simplest approach to
10141 # simplest approach to changing $(DEPDIR) to its actual value in the 10010 # changing $(DEPDIR) to its actual value in the expansion.
10142 # expansion.
10143 for file in `sed -n " 10011 for file in `sed -n -e '
10144 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 10012 /^DEP_FILES = .*\\\\$/ {
10013 s/^DEP_FILES = //
10014 :loop
10015 s/\\\\$//
10016 p
10017 n
10018 /\\\\$/ b loop
10019 p
10020 }
10021 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10145 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 10022 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10146 # Make sure the directory exists. 10023 # Make sure the directory exists.
10147 test -f "$dirpart/$file" && continue 10024 test -f "$dirpart/$file" && continue
10148 fdir=`$as_dirname -- "$file" || 10025 fdir=`$as_dirname -- "$file" ||
10149$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10026$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10150 X"$file" : 'X\(//\)[^/]' \| \ 10027 X"$file" : 'X\(//\)[^/]' \| \
10151 X"$file" : 'X\(//\)$' \| \ 10028 X"$file" : 'X\(//\)$' \| \
10152 X"$file" : 'X\(/\)' \| . 2>/dev/null || 10029 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
10153$as_echo X"$file" | 10030$as_echo X"$file" |
10166 /^X\(\/\).*/{ 10043 /^X\(\/\).*/{
10167 s//\1/ 10044 s//\1/
10168 q 10045 q
10169 } 10046 }
10170 s/.*/./; q'` 10047 s/.*/./; q'`
10171 as_dir=$dirpart/$fdir; as_fn_mkdir_p 10048 as_dir=$dirpart/$fdir; as_fn_mkdir_p
10172 # echo "creating $dirpart/$file" 10049 # echo "creating $dirpart/$file"
10173 echo '# dummy' > "$dirpart/$file" 10050 echo '# dummy' > "$dirpart/$file"
10174 done
10175 done 10051 done
10176} 10052done
10177 ;; 10053 ;;
10178 10054
10179 esac 10055 esac
10180done # for ac_tag 10056done # for ac_tag
10181 10057
10217echo 10093echo
10218echo "***" 10094echo "***"
10219echo "*** Configuration Summary" 10095echo "*** Configuration Summary"
10220echo "***" 10096echo "***"
10221echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE" 10097echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
10098echo "*** RSA size: $RSA"
10222echo "*** Cipher used: $CIPHER" 10099echo "*** Cipher used: $CIPHER"
10223echo "*** Digest used: $DIGEST" 10100echo "*** Digest used: $DIGEST"
10101echo "*** Authdigest: $AUTH"
10224echo "*** HMAC length: $HMAC" 10102echo "*** HMAC length: $HMAC"
10225echo "*** RAND used: $RAND"
10226echo "*** Max. MTU: $MTU" 10103echo "*** Max. MTU: $MTU"
10227 10104
10228echo "***" 10105echo "***"
10229echo "*** Enable options:" 10106echo "*** Enable options:"
10230grep ENABLE_ config.h | sed -e 's/^/*** /' 10107grep ENABLE_ config.h | sed -e 's/^/*** /'
10231 10108
10232if test "x$DIGEST" = xmd4; then 10109if test "$HMACSIZE" -lt 12; then
10233echo "***" 10110echo "***"
10234echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
10235fi
10236
10237if test "x$DIGEST" = xmd5; then
10238echo "***"
10239echo "*** WARNING: The digest you have chosen ($DIGEST) is probably insecure"
10240fi
10241
10242if test "$HMAC" -lt 12; then
10243echo "***"
10244echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure" 10111echo "*** WARNING: The hmac length you have chosen ($HMACSIZE) is quite insecure"
10245fi
10246
10247if test "$RAND" -lt 8; then
10248echo "***"
10249echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
10250fi 10112fi
10251 10113
10252echo "***" 10114echo "***"
10253echo 10115echo
10254 10116
10117if pkg-config --exists 'libcrypto >= 1.1 libcrypto < 2.0'; then
10118 cat <<EOF
10119
10120***
10121*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING
10122***
10123*** You seem to configure gvpe with OpenSSL 1.1 or newer.
10124*** While this probably compiles, please note that this is not only
10125*** unsupported, but also discouraged.
10126***
10127*** It is recommended to use either OpenSSL 1.0, as long as that is still
10128*** supported, or LibreSSL (https://www.libressl.org/).
10129***
10130*** This is not a political issue - while porting GVPE to the newer
10131*** OpenSSL 1.1 API, I encountered two incompatible API changes that were
10132*** not documented, were not caught while compiling but caused security
10133*** issues. When reported, the reaction of the OpenSSL developers was to
10134*** update the documentation.
10135***
10136*** As a result, I lost all confidence in the ability and desire of
10137*** OpenSSL developers to create a safe API, and would highly recommend
10138*** switching to LibreSSL which explicitly avoids such braking changes.
10139***
10140*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING
10141***
10142*** Again, do not use OpenSSL 1.1 and complain if stuff breaks.
10143*** You have been warned, but your choice is respected.
10144***
10145
10255 10146
10147EOF
10148fi
10149
10150

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines