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

Comparing gvpe/configure (file contents):
Revision 1.50 by root, Wed Jul 10 01:51:40 2013 UTC vs.
Revision 1.55 by root, Wed Jun 18 20:40:51 2014 UTC

617#endif 617#endif
618#ifdef HAVE_UNISTD_H 618#ifdef HAVE_UNISTD_H
619# include <unistd.h> 619# include <unistd.h>
620#endif" 620#endif"
621 621
622ac_subst_vars='am__EXEEXT_FALSE 622ac_subst_vars='LTLIBOBJS
623am__EXEEXT_TRUE
624LTLIBOBJS
625LIBOBJS 623LIBOBJS
626INCLUDES 624INCLUDES
627ROHC_FALSE 625ROHC_FALSE
628ROHC_TRUE 626ROHC_TRUE
629LDFLAGS_DAEMON 627LDFLAGS_DAEMON
652LIBICONV 650LIBICONV
653USE_NLS 651USE_NLS
654am__fastdepCC_FALSE 652am__fastdepCC_FALSE
655am__fastdepCC_TRUE 653am__fastdepCC_TRUE
656CCDEPMODE 654CCDEPMODE
657am__nodep
658AMDEPBACKSLASH 655AMDEPBACKSLASH
659AMDEP_FALSE 656AMDEP_FALSE
660AMDEP_TRUE 657AMDEP_TRUE
661am__quote 658am__quote
662am__include 659am__include
674MSGFMT 671MSGFMT
675MKINSTALLDIRS 672MKINSTALLDIRS
676MAINT 673MAINT
677MAINTAINER_MODE_FALSE 674MAINTAINER_MODE_FALSE
678MAINTAINER_MODE_TRUE 675MAINTAINER_MODE_TRUE
679am__untar
680am__tar
681AMTAR
682am__leading_dot 676am__leading_dot
683SET_MAKE 677SET_MAKE
684AWK 678AWK
685mkdir_p
686MKDIR_P
687INSTALL_STRIP_PROGRAM 679INSTALL_STRIP_PROGRAM
688STRIP 680STRIP
689install_sh 681install_sh
682AMTAR
690MAKEINFO 683MAKEINFO
691AUTOHEADER 684AUTOHEADER
692AUTOMAKE 685AUTOMAKE
693AUTOCONF 686AUTOCONF
694ACLOCAL 687ACLOCAL
695VERSION 688VERSION
696PACKAGE 689PACKAGE
697CYGPATH_W 690CYGPATH_W
698am__isrc
699INSTALL_DATA 691INSTALL_DATA
700INSTALL_SCRIPT 692INSTALL_SCRIPT
701INSTALL_PROGRAM 693INSTALL_PROGRAM
702target_os 694target_os
703target_vendor 695target_vendor
767enable_static_daemon 759enable_static_daemon
768enable_icmp 760enable_icmp
769enable_tcp 761enable_tcp
770enable_http_proxy 762enable_http_proxy
771enable_dns 763enable_dns
764enable_rsa_length
772enable_hmac_length 765enable_hmac_length
773enable_rand_length 766enable_rand_length
774enable_max_mtu 767enable_max_mtu
775enable_compression 768enable_compression
776enable_cipher 769enable_cipher
777enable_digest 770enable_hmac_digest
771enable_auth_digest
778' 772'
779 ac_precious_vars='build_alias 773 ac_precious_vars='build_alias
780host_alias 774host_alias
781target_alias 775target_alias
782CC 776CC
1404 1398
1405Optional Features: 1399Optional Features:
1406 --disable-option-checking ignore unrecognized --enable/--with options 1400 --disable-option-checking ignore unrecognized --enable/--with options
1407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1401 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1402 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1409 --enable-maintainer-mode enable make rules and dependencies not useful 1403 --enable-maintainer-mode enable make rules and dependencies not useful
1410 (and sometimes confusing) to the casual installer 1404 (and sometimes confusing) to the casual installer
1411 --disable-dependency-tracking speeds up one-time build 1405 --disable-dependency-tracking Speeds up one-time builds
1412 --enable-dependency-tracking do not reject slow dependency extractors 1406 --enable-dependency-tracking Do not reject slow dependency extractors
1413 --disable-rpath do not hardcode runtime library paths 1407 --disable-rpath do not hardcode runtime library paths
1414 --disable-nls do not use Native Language Support 1408 --disable-nls do not use Native Language Support
1415 --enable-iftype=TYPE/SUBTYPE 1409 --enable-iftype=TYPE/SUBTYPE
1416 Use kernel/net device interface TYPE/SUBTYPE. 1410 Use kernel/net device interface TYPE/SUBTYPE.
1417 Working combinations are (see doc/gvpe.osdep.5.pod): 1411 Working combinations are (see doc/gvpe.osdep.5.pod):
1428 --disable-icmp enable icmp protocol support (default enabled). 1422 --disable-icmp enable icmp protocol support (default enabled).
1429 --disable-tcp enable tcp protocol support (default enabled). 1423 --disable-tcp enable tcp protocol support (default enabled).
1430 --disable-http-proxy enable http proxy connect support (default enabled). 1424 --disable-http-proxy enable http proxy connect support (default enabled).
1431 --enable-dns enable dns tunnel protocol support (default 1425 --enable-dns enable dns tunnel protocol support (default
1432 disabled). 1426 disabled).
1427 --enable-rsa-length=BITS
1428 use BITS rsa keys (default 3072). Allowed values are
1429 2048-10240.
1433 --enable-hmac-length=BYTES 1430 --enable-hmac-length=BYTES
1434 use a hmac of length BYTES bytes (default 12). 1431 use a hmac of length BYTES bytes (default 12).
1435 Allowed values are 4, 8, 12, 16. 1432 Allowed values are 4, 8, 12, 16.
1436 --enable-rand-length=BYTES 1433 --enable-rand-length=BYTES
1437 use BYTES bytes of extra randomness (default 8). 1434 use BYTES bytes of extra randomness (default 12).
1438 Allowed values are 0, 4, 8. 1435 Allowed values are 0, 4, 8, 12.
1439 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500). 1436 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
1440 Use 9100 for jumbogram support. 1437 Use 9100 for jumbogram support.
1441 --disable-compression Disable compression support. 1438 --disable-compression Disable compression support.
1442 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128"). 1439 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1443 Must be one of "bf" (blowfish), "aes-128" 1440 Must be one of "bf" (blowfish), "aes-128"
1444 (rijndael), "aes-192" or "aes-256". 1441 (rijndael), "aes-192", "aes-256", "camellia-128" or
1445 --enable-digest=CIPHER Select the digest algorithm to use (default 1442 "camellia-256".
1443 --enable-hmac-digest=HMAC
1444 Select the HMAC digest algorithm to use (default
1446 "ripemd160"). Must be one of "sha512", "sha256", 1445 "sha1"). Must be one of "sha512", "sha256", "sha1",
1447 "sha1" (somewhat insecure), "ripemd160", "md5" 1446 "ripemd160", "whirlpool".
1448 (insecure) or "md4" (insecure). 1447 --enable-auth-digest=DIGEST
1448 Select the hmac algorithm to use (default "sha512").
1449 Must be one of "sha512", "sha256", "whirlpool".
1449 1450
1450Optional Packages: 1451Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1453 --with-gnu-ld assume the C compiler uses GNU ld default=no 1454 --with-gnu-ld assume the C compiler uses GNU ld default=no
2761# will get canonicalized. 2762# will get canonicalized.
2762test -n "$target_alias" && 2763test -n "$target_alias" &&
2763 test "$program_prefix$program_suffix$program_transform_name" = \ 2764 test "$program_prefix$program_suffix$program_transform_name" = \
2764 NONENONEs,x,x, && 2765 NONENONEs,x,x, &&
2765 program_prefix=${target_alias}- 2766 program_prefix=${target_alias}-
2766am__api_version='1.11' 2767am__api_version="1.7"
2767
2768# Find a good install program. We prefer a C program (faster), 2768# Find a good install program. We prefer a C program (faster),
2769# so one script is as good as another. But avoid the broken or 2769# so one script is as good as another. But avoid the broken or
2770# incompatible versions: 2770# incompatible versions:
2771# SysV /etc/install, /usr/sbin/install 2771# SysV /etc/install, /usr/sbin/install
2772# SunOS /usr/etc/install 2772# SunOS /usr/etc/install
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2862$as_echo_n "checking whether build environment is sane... " >&6; } 2862$as_echo_n "checking whether build environment is sane... " >&6; }
2863# Just in case 2863# Just in case
2864sleep 1 2864sleep 1
2865echo timestamp > conftest.file 2865echo timestamp > conftest.file
2866# Reject unsafe characters in $srcdir or the absolute working directory
2867# name. Accept space and tab only in the latter.
2868am_lf='
2869'
2870case `pwd` in
2871 *[\\\"\#\$\&\'\`$am_lf]*)
2872 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2873esac
2874case $srcdir in
2875 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2876 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2877esac
2878
2879# Do `set' in a subshell so we don't clobber the current shell's 2866# Do `set' in a subshell so we don't clobber the current shell's
2880# arguments. Must try -L first in case configure is actually a 2867# arguments. Must try -L first in case configure is actually a
2881# symlink; some systems play weird games with the mod time of symlinks 2868# symlink; some systems play weird games with the mod time of symlinks
2882# (eg FreeBSD returns the mod time of the symlink's containing 2869# (eg FreeBSD returns the mod time of the symlink's containing
2883# directory). 2870# directory).
2884if ( 2871if (
2885 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2872 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2886 if test "$*" = "X"; then 2873 if test "$*" = "X"; then
2887 # -L didn't work. 2874 # -L didn't work.
2888 set X `ls -t "$srcdir/configure" conftest.file` 2875 set X `ls -t $srcdir/configure conftest.file`
2889 fi 2876 fi
2890 rm -f conftest.file 2877 rm -f conftest.file
2891 if test "$*" != "X $srcdir/configure conftest.file" \ 2878 if test "$*" != "X $srcdir/configure conftest.file" \
2892 && test "$*" != "X conftest.file $srcdir/configure"; then 2879 && test "$*" != "X conftest.file $srcdir/configure"; then
2893 2880
2918# Double any \ or $. 2905# Double any \ or $.
2919# By default was `s,x,x', remove it if useless. 2906# By default was `s,x,x', remove it if useless.
2920ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2907ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2921program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2908program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2922 2909
2910
2923# expand $ac_aux_dir to an absolute path 2911# expand $ac_aux_dir to an absolute path
2924am_aux_dir=`cd $ac_aux_dir && pwd` 2912am_aux_dir=`cd $ac_aux_dir && pwd`
2925 2913
2926if test x"${MISSING+set}" != xset; then 2914test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2927 case $am_aux_dir in
2928 *\ * | *\ *)
2929 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2930 *)
2931 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2932 esac
2933fi
2934# Use eval to expand $SHELL 2915# Use eval to expand $SHELL
2935if eval "$MISSING --run true"; then 2916if eval "$MISSING --run true"; then
2936 am_missing_run="$MISSING --run " 2917 am_missing_run="$MISSING --run "
2937else 2918else
2938 am_missing_run= 2919 am_missing_run=
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2940$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2921$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2941fi 2922fi
2942 2923
2943if test x"${install_sh}" != xset; then 2924for ac_prog in gawk mawk nawk awk
2944 case $am_aux_dir in 2925do
2945 *\ * | *\ *) 2926 # Extract the first word of "$ac_prog", so it can be a program name with args.
2946 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2927set dummy $ac_prog; ac_word=$2
2928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2929$as_echo_n "checking for $ac_word... " >&6; }
2930if ${ac_cv_prog_AWK+:} false; then :
2931 $as_echo_n "(cached) " >&6
2932else
2933 if test -n "$AWK"; then
2934 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2935else
2936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2937for as_dir in $PATH
2938do
2939 IFS=$as_save_IFS
2940 test -z "$as_dir" && as_dir=.
2941 for ac_exec_ext in '' $ac_executable_extensions; do
2942 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2943 ac_cv_prog_AWK="$ac_prog"
2944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2945 break 2
2946 fi
2947done
2948 done
2949IFS=$as_save_IFS
2950
2951fi
2952fi
2953AWK=$ac_cv_prog_AWK
2954if test -n "$AWK"; then
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2956$as_echo "$AWK" >&6; }
2957else
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2959$as_echo "no" >&6; }
2960fi
2961
2962
2963 test -n "$AWK" && break
2964done
2965
2966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2967$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2968set x ${MAKE-make}
2969ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2970if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2971 $as_echo_n "(cached) " >&6
2972else
2973 cat >conftest.make <<\_ACEOF
2974SHELL = /bin/sh
2975all:
2976 @echo '@@@%%%=$(MAKE)=@@@%%%'
2977_ACEOF
2978# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2979case `${MAKE-make} -f conftest.make 2>/dev/null` in
2980 *@@@%%%=?*=@@@%%%*)
2981 eval ac_cv_prog_make_${ac_make}_set=yes;;
2947 *) 2982 *)
2948 install_sh="\${SHELL} $am_aux_dir/install-sh" 2983 eval ac_cv_prog_make_${ac_make}_set=no;;
2949 esac 2984esac
2985rm -f conftest.make
2950fi 2986fi
2987if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2989$as_echo "yes" >&6; }
2990 SET_MAKE=
2991else
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2993$as_echo "no" >&6; }
2994 SET_MAKE="MAKE=${MAKE-make}"
2995fi
2996
2997rm -rf .tst 2>/dev/null
2998mkdir .tst 2>/dev/null
2999if test -d .tst; then
3000 am__leading_dot=.
3001else
3002 am__leading_dot=_
3003fi
3004rmdir .tst 2>/dev/null
3005
3006 # test to see if srcdir already configured
3007if test "`cd $srcdir && pwd`" != "`pwd`" &&
3008 test -f $srcdir/config.status; then
3009 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3010fi
3011
3012# test whether we have cygpath
3013if test -z "$CYGPATH_W"; then
3014 if (cygpath --version) >/dev/null 2>/dev/null; then
3015 CYGPATH_W='cygpath -w'
3016 else
3017 CYGPATH_W=echo
3018 fi
3019fi
3020
3021
3022# Define the identity of the package.
3023 PACKAGE=gvpe
3024 VERSION=2.25
3025
3026
3027cat >>confdefs.h <<_ACEOF
3028#define PACKAGE "$PACKAGE"
3029_ACEOF
3030
3031
3032cat >>confdefs.h <<_ACEOF
3033#define VERSION "$VERSION"
3034_ACEOF
3035
3036# Some tools Automake needs.
3037
3038ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3039
3040
3041AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3042
3043
3044AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3045
3046
3047AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3048
3049
3050MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3051
3052
3053AMTAR=${AMTAR-"${am_missing_run}tar"}
3054
3055install_sh=${install_sh-"$am_aux_dir/install-sh"}
2951 3056
2952# Installed binaries are usually stripped using `strip' when the user 3057# Installed binaries are usually stripped using `strip' when the user
2953# run `make install-strip'. However `strip' might not be the right 3058# run `make install-strip'. However `strip' might not be the right
2954# tool to use in cross-compilation environments, therefore Automake 3059# tool to use in cross-compilation environments, therefore Automake
2955# will honor the `STRIP' environment variable to overrule this program. 3060# will honor the `STRIP' environment variable to overrule this program.
3045else 3150else
3046 STRIP="$ac_cv_prog_STRIP" 3151 STRIP="$ac_cv_prog_STRIP"
3047fi 3152fi
3048 3153
3049fi 3154fi
3050INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3155INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3051
3052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3053$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3054if test -z "$MKDIR_P"; then
3055 if ${ac_cv_path_mkdir+:} false; then :
3056 $as_echo_n "(cached) " >&6
3057else
3058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3059for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3060do
3061 IFS=$as_save_IFS
3062 test -z "$as_dir" && as_dir=.
3063 for ac_prog in mkdir gmkdir; do
3064 for ac_exec_ext in '' $ac_executable_extensions; do
3065 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3066 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3067 'mkdir (GNU coreutils) '* | \
3068 'mkdir (coreutils) '* | \
3069 'mkdir (fileutils) '4.1*)
3070 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3071 break 3;;
3072 esac
3073 done
3074 done
3075 done
3076IFS=$as_save_IFS
3077
3078fi
3079
3080 test -d ./--version && rmdir ./--version
3081 if test "${ac_cv_path_mkdir+set}" = set; then
3082 MKDIR_P="$ac_cv_path_mkdir -p"
3083 else
3084 # As a last resort, use the slow shell script. Don't cache a
3085 # value for MKDIR_P within a source directory, because that will
3086 # break other packages using the cache if that directory is
3087 # removed, or if the value is a relative name.
3088 MKDIR_P="$ac_install_sh -d"
3089 fi
3090fi
3091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3092$as_echo "$MKDIR_P" >&6; }
3093
3094mkdir_p="$MKDIR_P"
3095case $mkdir_p in
3096 [\\/$]* | ?:[\\/]*) ;;
3097 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3098esac
3099
3100for ac_prog in gawk mawk nawk awk
3101do
3102 # Extract the first word of "$ac_prog", so it can be a program name with args.
3103set dummy $ac_prog; ac_word=$2
3104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3105$as_echo_n "checking for $ac_word... " >&6; }
3106if ${ac_cv_prog_AWK+:} false; then :
3107 $as_echo_n "(cached) " >&6
3108else
3109 if test -n "$AWK"; then
3110 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3111else
3112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3113for as_dir in $PATH
3114do
3115 IFS=$as_save_IFS
3116 test -z "$as_dir" && as_dir=.
3117 for ac_exec_ext in '' $ac_executable_extensions; do
3118 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3119 ac_cv_prog_AWK="$ac_prog"
3120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3121 break 2
3122 fi
3123done
3124 done
3125IFS=$as_save_IFS
3126
3127fi
3128fi
3129AWK=$ac_cv_prog_AWK
3130if test -n "$AWK"; then
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3132$as_echo "$AWK" >&6; }
3133else
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3135$as_echo "no" >&6; }
3136fi
3137
3138
3139 test -n "$AWK" && break
3140done
3141
3142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3143$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3144set x ${MAKE-make}
3145ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3146if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3147 $as_echo_n "(cached) " >&6
3148else
3149 cat >conftest.make <<\_ACEOF
3150SHELL = /bin/sh
3151all:
3152 @echo '@@@%%%=$(MAKE)=@@@%%%'
3153_ACEOF
3154# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3155case `${MAKE-make} -f conftest.make 2>/dev/null` in
3156 *@@@%%%=?*=@@@%%%*)
3157 eval ac_cv_prog_make_${ac_make}_set=yes;;
3158 *)
3159 eval ac_cv_prog_make_${ac_make}_set=no;;
3160esac
3161rm -f conftest.make
3162fi
3163if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3165$as_echo "yes" >&6; }
3166 SET_MAKE=
3167else
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3169$as_echo "no" >&6; }
3170 SET_MAKE="MAKE=${MAKE-make}"
3171fi
3172
3173rm -rf .tst 2>/dev/null
3174mkdir .tst 2>/dev/null
3175if test -d .tst; then
3176 am__leading_dot=.
3177else
3178 am__leading_dot=_
3179fi
3180rmdir .tst 2>/dev/null
3181
3182if test "`cd $srcdir && pwd`" != "`pwd`"; then
3183 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3184 # is not polluted with repeated "-I."
3185 am__isrc=' -I$(srcdir)'
3186 # test to see if srcdir already configured
3187 if test -f $srcdir/config.status; then
3188 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3189 fi
3190fi
3191
3192# test whether we have cygpath
3193if test -z "$CYGPATH_W"; then
3194 if (cygpath --version) >/dev/null 2>/dev/null; then
3195 CYGPATH_W='cygpath -w'
3196 else
3197 CYGPATH_W=echo
3198 fi
3199fi
3200
3201
3202# Define the identity of the package.
3203 PACKAGE=gvpe
3204 VERSION=2.24
3205
3206
3207cat >>confdefs.h <<_ACEOF
3208#define PACKAGE "$PACKAGE"
3209_ACEOF
3210
3211
3212cat >>confdefs.h <<_ACEOF
3213#define VERSION "$VERSION"
3214_ACEOF
3215
3216# Some tools Automake needs.
3217
3218ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3219
3220
3221AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3222
3223
3224AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3225
3226
3227AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3228
3229
3230MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3231 3156
3232# We need awk for the "check" target. The system "awk" is bad on 3157# We need awk for the "check" target. The system "awk" is bad on
3233# some platforms. 3158# some platforms.
3234# Always define AMTAR for backward compatibility. Yes, it's still used
3235# in the wild :-( We should find a proper way to deprecate it ...
3236AMTAR='$${TAR-tar}'
3237
3238am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3239
3240
3241 3159
3242 3160
3243 3161
3244ac_config_headers="$ac_config_headers config.h" 3162ac_config_headers="$ac_config_headers config.h"
3245
3246 3163
3247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 3164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3248$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 3165$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3249 # Check whether --enable-maintainer-mode was given. 3166 # Check whether --enable-maintainer-mode was given.
3250if test "${enable_maintainer_mode+set}" = set; then : 3167if test "${enable_maintainer_mode+set}" = set; then :
3253 USE_MAINTAINER_MODE=no 3170 USE_MAINTAINER_MODE=no
3254fi 3171fi
3255 3172
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3257$as_echo "$USE_MAINTAINER_MODE" >&6; } 3174$as_echo "$USE_MAINTAINER_MODE" >&6; }
3175
3176
3258 if test $USE_MAINTAINER_MODE = yes; then 3177if test $USE_MAINTAINER_MODE = yes; then
3259 MAINTAINER_MODE_TRUE= 3178 MAINTAINER_MODE_TRUE=
3260 MAINTAINER_MODE_FALSE='#' 3179 MAINTAINER_MODE_FALSE='#'
3261else 3180else
3262 MAINTAINER_MODE_TRUE='#' 3181 MAINTAINER_MODE_TRUE='#'
3263 MAINTAINER_MODE_FALSE= 3182 MAINTAINER_MODE_FALSE=
3488 3407
3489 3408
3490am_make=${MAKE-make} 3409am_make=${MAKE-make}
3491cat > confinc << 'END' 3410cat > confinc << 'END'
3492am__doit: 3411am__doit:
3493 @echo this is the am__doit target 3412 @echo done
3494.PHONY: am__doit 3413.PHONY: am__doit
3495END 3414END
3496# If we don't find an include directive, just comment out the code. 3415# If we don't find an include directive, just comment out the code.
3497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3498$as_echo_n "checking for style of include used by $am_make... " >&6; } 3417$as_echo_n "checking for style of include used by $am_make... " >&6; }
3499am__include="#" 3418am__include="#"
3500am__quote= 3419am__quote=
3501_am_result=none 3420_am_result=none
3502# First try GNU make style include. 3421# First try GNU make style include.
3503echo "include confinc" > confmf 3422echo "include confinc" > confmf
3504# Ignore all kinds of additional output from `make'. 3423# We grep out `Entering directory' and `Leaving directory'
3505case `$am_make -s -f confmf 2> /dev/null` in #( 3424# messages which can occur if `w' ends up in MAKEFLAGS.
3506*the\ am__doit\ target*) 3425# In particular we don't look at `^make:' because GNU make might
3426# be invoked under some other name (usually "gmake"), in which
3427# case it prints its new name instead of `make'.
3428if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3507 am__include=include 3429 am__include=include
3508 am__quote= 3430 am__quote=
3509 _am_result=GNU 3431 _am_result=GNU
3510 ;; 3432fi
3511esac
3512# Now try BSD make style include. 3433# Now try BSD make style include.
3513if test "$am__include" = "#"; then 3434if test "$am__include" = "#"; then
3514 echo '.include "confinc"' > confmf 3435 echo '.include "confinc"' > confmf
3515 case `$am_make -s -f confmf 2> /dev/null` in #( 3436 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3516 *the\ am__doit\ target*)
3517 am__include=.include 3437 am__include=.include
3518 am__quote="\"" 3438 am__quote="\""
3519 _am_result=BSD 3439 _am_result=BSD
3520 ;; 3440 fi
3521 esac
3522fi 3441fi
3523 3442
3524 3443
3525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3526$as_echo "$_am_result" >&6; } 3445$as_echo "$_am_result" >&6; }
3532fi 3451fi
3533 3452
3534if test "x$enable_dependency_tracking" != xno; then 3453if test "x$enable_dependency_tracking" != xno; then
3535 am_depcomp="$ac_aux_dir/depcomp" 3454 am_depcomp="$ac_aux_dir/depcomp"
3536 AMDEPBACKSLASH='\' 3455 AMDEPBACKSLASH='\'
3537 am__nodep='_no'
3538fi 3456fi
3457
3458
3539 if test "x$enable_dependency_tracking" != xno; then 3459if test "x$enable_dependency_tracking" != xno; then
3540 AMDEP_TRUE= 3460 AMDEP_TRUE=
3541 AMDEP_FALSE='#' 3461 AMDEP_FALSE='#'
3542else 3462else
3543 AMDEP_TRUE='#' 3463 AMDEP_TRUE='#'
3544 AMDEP_FALSE= 3464 AMDEP_FALSE=
3545fi 3465fi
3466
3546 3467
3547 3468
3548ac_ext=c 3469ac_ext=c
3549ac_cpp='$CPP $CPPFLAGS' 3470ac_cpp='$CPP $CPPFLAGS'
3550ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3471ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4345 # We make a subdir and do the tests there. Otherwise we can end up 4266 # We make a subdir and do the tests there. Otherwise we can end up
4346 # making bogus files that we don't know about and never remove. For 4267 # making bogus files that we don't know about and never remove. For
4347 # instance it was reported that on HP-UX the gcc test will end up 4268 # instance it was reported that on HP-UX the gcc test will end up
4348 # making a dummy file named `D' -- because `-MD' means `put the output 4269 # making a dummy file named `D' -- because `-MD' means `put the output
4349 # in D'. 4270 # in D'.
4350 rm -rf conftest.dir
4351 mkdir conftest.dir 4271 mkdir conftest.dir
4352 # Copy depcomp to subdir because otherwise we won't find it if we're 4272 # Copy depcomp to subdir because otherwise we won't find it if we're
4353 # using a relative directory. 4273 # using a relative directory.
4354 cp "$am_depcomp" conftest.dir 4274 cp "$am_depcomp" conftest.dir
4355 cd conftest.dir 4275 cd conftest.dir
4363 4283
4364 am_cv_CC_dependencies_compiler_type=none 4284 am_cv_CC_dependencies_compiler_type=none
4365 if test "$am_compiler_list" = ""; then 4285 if test "$am_compiler_list" = ""; then
4366 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 4286 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4367 fi 4287 fi
4368 am__universal=false
4369 case " $depcc " in #(
4370 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4371 esac
4372
4373 for depmode in $am_compiler_list; do 4288 for depmode in $am_compiler_list; do
4374 # Setup a source with many dependencies, because some compilers 4289 # Setup a source with many dependencies, because some compilers
4375 # like to wrap large dependency lists on column 80 (with \), and 4290 # like to wrap large dependency lists on column 80 (with \), and
4376 # we should not choose a depcomp mode which is confused by this. 4291 # we should not choose a depcomp mode which is confused by this.
4377 # 4292 #
4379 # overwrite some of them when testing with obscure command lines. 4294 # overwrite some of them when testing with obscure command lines.
4380 # This happens at least with the AIX C compiler. 4295 # This happens at least with the AIX C compiler.
4381 : > sub/conftest.c 4296 : > sub/conftest.c
4382 for i in 1 2 3 4 5 6; do 4297 for i in 1 2 3 4 5 6; do
4383 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4298 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4384 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4385 # Solaris 8's {/usr,}/bin/sh.
4386 touch sub/conftst$i.h 4299 : > sub/conftst$i.h
4387 done 4300 done
4388 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4301 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4389 4302
4390 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4391 # mode. It turns out that the SunPro C++ compiler does not properly
4392 # handle `-M -o', and we need to detect this. Also, some Intel
4393 # versions had trouble with output in subdirs
4394 am__obj=sub/conftest.${OBJEXT-o}
4395 am__minus_obj="-o $am__obj"
4396 case $depmode in 4303 case $depmode in
4397 gcc)
4398 # This depmode causes a compiler race in universal mode.
4399 test "$am__universal" = false || continue
4400 ;;
4401 nosideeffect) 4304 nosideeffect)
4402 # after this tag, mechanisms are not by side-effect, so they'll 4305 # after this tag, mechanisms are not by side-effect, so they'll
4403 # only be used when explicitly requested 4306 # only be used when explicitly requested
4404 if test "x$enable_dependency_tracking" = xyes; then 4307 if test "x$enable_dependency_tracking" = xyes; then
4405 continue 4308 continue
4406 else 4309 else
4407 break 4310 break
4408 fi 4311 fi
4409 ;; 4312 ;;
4410 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4411 # This compiler won't grok `-c -o', but also, the minuso test has
4412 # not run yet. These depmodes are late enough in the game, and
4413 # so weak that their functioning should not be impacted.
4414 am__obj=conftest.${OBJEXT-o}
4415 am__minus_obj=
4416 ;;
4417 none) break ;; 4313 none) break ;;
4418 esac 4314 esac
4315 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4316 # mode. It turns out that the SunPro C++ compiler does not properly
4317 # handle `-M -o', and we need to detect this.
4419 if depmode=$depmode \ 4318 if depmode=$depmode \
4420 source=sub/conftest.c object=$am__obj \ 4319 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4421 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4320 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4422 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4321 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4423 >/dev/null 2>conftest.err && 4322 >/dev/null 2>conftest.err &&
4424 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4425 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4323 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4426 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 4324 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4427 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4325 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4428 # icc doesn't choke on unknown options, it will just issue warnings 4326 # icc doesn't choke on unknown options, it will just issue warnings
4429 # or remarks (even with -Werror). So we grep stderr for any message 4327 # (even with -Werror). So we grep stderr for any message
4430 # that says an option was ignored or not supported. 4328 # that says an option was ignored.
4431 # When given -MP, icc 7.0 and 7.1 complain thusly:
4432 # icc: Command line warning: ignoring option '-M'; no argument required
4433 # The diagnosis changed in icc 8.0:
4434 # icc: Command line remark: option '-MP' not supported
4435 if (grep 'ignoring option' conftest.err ||
4436 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 4329 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
4437 am_cv_CC_dependencies_compiler_type=$depmode 4330 am_cv_CC_dependencies_compiler_type=$depmode
4438 break 4331 break
4439 fi 4332 fi
4440 fi 4333 fi
4441 done 4334 done
4449fi 4342fi
4450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 4343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4451$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4344$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4452CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4345CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4453 4346
4347
4348
4454 if 4349if
4455 test "x$enable_dependency_tracking" != xno \ 4350 test "x$enable_dependency_tracking" != xno \
4456 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4351 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4457 am__fastdepCC_TRUE= 4352 am__fastdepCC_TRUE=
4458 am__fastdepCC_FALSE='#' 4353 am__fastdepCC_FALSE='#'
4459else 4354else
6095 # We make a subdir and do the tests there. Otherwise we can end up 5990 # We make a subdir and do the tests there. Otherwise we can end up
6096 # making bogus files that we don't know about and never remove. For 5991 # making bogus files that we don't know about and never remove. For
6097 # instance it was reported that on HP-UX the gcc test will end up 5992 # instance it was reported that on HP-UX the gcc test will end up
6098 # making a dummy file named `D' -- because `-MD' means `put the output 5993 # making a dummy file named `D' -- because `-MD' means `put the output
6099 # in D'. 5994 # in D'.
6100 rm -rf conftest.dir
6101 mkdir conftest.dir 5995 mkdir conftest.dir
6102 # Copy depcomp to subdir because otherwise we won't find it if we're 5996 # Copy depcomp to subdir because otherwise we won't find it if we're
6103 # using a relative directory. 5997 # using a relative directory.
6104 cp "$am_depcomp" conftest.dir 5998 cp "$am_depcomp" conftest.dir
6105 cd conftest.dir 5999 cd conftest.dir
6113 6007
6114 am_cv_CXX_dependencies_compiler_type=none 6008 am_cv_CXX_dependencies_compiler_type=none
6115 if test "$am_compiler_list" = ""; then 6009 if test "$am_compiler_list" = ""; then
6116 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 6010 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6117 fi 6011 fi
6118 am__universal=false
6119 case " $depcc " in #(
6120 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6121 esac
6122
6123 for depmode in $am_compiler_list; do 6012 for depmode in $am_compiler_list; do
6124 # Setup a source with many dependencies, because some compilers 6013 # Setup a source with many dependencies, because some compilers
6125 # like to wrap large dependency lists on column 80 (with \), and 6014 # like to wrap large dependency lists on column 80 (with \), and
6126 # we should not choose a depcomp mode which is confused by this. 6015 # we should not choose a depcomp mode which is confused by this.
6127 # 6016 #
6129 # overwrite some of them when testing with obscure command lines. 6018 # overwrite some of them when testing with obscure command lines.
6130 # This happens at least with the AIX C compiler. 6019 # This happens at least with the AIX C compiler.
6131 : > sub/conftest.c 6020 : > sub/conftest.c
6132 for i in 1 2 3 4 5 6; do 6021 for i in 1 2 3 4 5 6; do
6133 echo '#include "conftst'$i'.h"' >> sub/conftest.c 6022 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6134 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6135 # Solaris 8's {/usr,}/bin/sh.
6136 touch sub/conftst$i.h 6023 : > sub/conftst$i.h
6137 done 6024 done
6138 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 6025 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6139 6026
6140 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6141 # mode. It turns out that the SunPro C++ compiler does not properly
6142 # handle `-M -o', and we need to detect this. Also, some Intel
6143 # versions had trouble with output in subdirs
6144 am__obj=sub/conftest.${OBJEXT-o}
6145 am__minus_obj="-o $am__obj"
6146 case $depmode in 6027 case $depmode in
6147 gcc)
6148 # This depmode causes a compiler race in universal mode.
6149 test "$am__universal" = false || continue
6150 ;;
6151 nosideeffect) 6028 nosideeffect)
6152 # after this tag, mechanisms are not by side-effect, so they'll 6029 # after this tag, mechanisms are not by side-effect, so they'll
6153 # only be used when explicitly requested 6030 # only be used when explicitly requested
6154 if test "x$enable_dependency_tracking" = xyes; then 6031 if test "x$enable_dependency_tracking" = xyes; then
6155 continue 6032 continue
6156 else 6033 else
6157 break 6034 break
6158 fi 6035 fi
6159 ;; 6036 ;;
6160 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
6161 # This compiler won't grok `-c -o', but also, the minuso test has
6162 # not run yet. These depmodes are late enough in the game, and
6163 # so weak that their functioning should not be impacted.
6164 am__obj=conftest.${OBJEXT-o}
6165 am__minus_obj=
6166 ;;
6167 none) break ;; 6037 none) break ;;
6168 esac 6038 esac
6039 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6040 # mode. It turns out that the SunPro C++ compiler does not properly
6041 # handle `-M -o', and we need to detect this.
6169 if depmode=$depmode \ 6042 if depmode=$depmode \
6170 source=sub/conftest.c object=$am__obj \ 6043 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6171 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6044 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6172 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 6045 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6173 >/dev/null 2>conftest.err && 6046 >/dev/null 2>conftest.err &&
6174 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6175 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6047 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6176 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 6048 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6177 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6049 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6178 # icc doesn't choke on unknown options, it will just issue warnings 6050 # icc doesn't choke on unknown options, it will just issue warnings
6179 # or remarks (even with -Werror). So we grep stderr for any message 6051 # (even with -Werror). So we grep stderr for any message
6180 # that says an option was ignored or not supported. 6052 # that says an option was ignored.
6181 # When given -MP, icc 7.0 and 7.1 complain thusly:
6182 # icc: Command line warning: ignoring option '-M'; no argument required
6183 # The diagnosis changed in icc 8.0:
6184 # icc: Command line remark: option '-MP' not supported
6185 if (grep 'ignoring option' conftest.err ||
6186 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 6053 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6187 am_cv_CXX_dependencies_compiler_type=$depmode 6054 am_cv_CXX_dependencies_compiler_type=$depmode
6188 break 6055 break
6189 fi 6056 fi
6190 fi 6057 fi
6191 done 6058 done
6199fi 6066fi
6200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 6067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
6201$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 6068$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
6202CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6069CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6203 6070
6071
6072
6204 if 6073if
6205 test "x$enable_dependency_tracking" != xno \ 6074 test "x$enable_dependency_tracking" != xno \
6206 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 6075 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6207 am__fastdepCXX_TRUE= 6076 am__fastdepCXX_TRUE=
6208 am__fastdepCXX_FALSE='#' 6077 am__fastdepCXX_FALSE='#'
6209else 6078else
8461fi 8330fi
8462 8331
8463 8332
8464 8333
8465 8334
8335
8336
8466 if test x$rohc = xtrue; then 8337if test x$rohc = xtrue; then
8467 ROHC_TRUE= 8338 ROHC_TRUE=
8468 ROHC_FALSE='#' 8339 ROHC_FALSE='#'
8469else 8340else
8470 ROHC_TRUE='#' 8341 ROHC_TRUE='#'
8471 ROHC_FALSE= 8342 ROHC_FALSE=
8585 8456
8586 8457
8587fi 8458fi
8588 8459
8589 8460
8461RSA=3072
8462# Check whether --enable-rsa-length was given.
8463if test "${enable_rsa_length+set}" = set; then :
8464 enableval=$enable_rsa_length; RSA=$enableval
8465
8466fi
8467
8468
8469cat >>confdefs.h <<_ACEOF
8470#define RSABITS $RSA
8471_ACEOF
8472
8473
8590HMAC=12 8474HMACSIZE=12
8591# Check whether --enable-hmac-length was given. 8475# Check whether --enable-hmac-length was given.
8592if test "${enable_hmac_length+set}" = set; then : 8476if test "${enable_hmac_length+set}" = set; then :
8593 enableval=$enable_hmac_length; HMAC=$enableval 8477 enableval=$enable_hmac_length; HMACSIZE=$enableval
8594 8478
8595fi 8479fi
8596 8480
8597 8481
8598cat >>confdefs.h <<_ACEOF 8482cat >>confdefs.h <<_ACEOF
8599#define HMACLENGTH $HMAC 8483#define HMACLENGTH $HMACSIZE
8600_ACEOF 8484_ACEOF
8601 8485
8602 8486
8603RAND=8 8487RANDSIZE=12
8604# Check whether --enable-rand-length was given. 8488# Check whether --enable-rand-length was given.
8605if test "${enable_rand_length+set}" = set; then : 8489if test "${enable_rand_length+set}" = set; then :
8606 enableval=$enable_rand_length; RAND=$enableval 8490 enableval=$enable_rand_length; RANDSIZE=$enableval
8607 8491
8608fi 8492fi
8609 8493
8610 8494
8611cat >>confdefs.h <<_ACEOF 8495cat >>confdefs.h <<_ACEOF
8612#define RAND_SIZE $RAND 8496#define RAND_SIZE $RANDSIZE
8613_ACEOF 8497_ACEOF
8614 8498
8615 8499
8616MTU=1500 8500MTU=1500
8617# Check whether --enable-max-mtu was given. 8501# Check whether --enable-max-mtu was given.
8642 8526
8643 8527
8644CIPHER=aes_128_cbc 8528CIPHER=aes_128_cbc
8645# Check whether --enable-cipher was given. 8529# Check whether --enable-cipher was given.
8646if test "${enable_cipher+set}" = set; then : 8530if test "${enable_cipher+set}" = set; then :
8647 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi 8531 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
8648 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi 8532 if test "x$enableval" = xaes-128 ; then CIPHER=aes_128_cbc ; fi
8649 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi 8533 if test "x$enableval" = xaes-192 ; then CIPHER=aes_192_cbc ; fi
8650 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi 8534 if test "x$enableval" = xaes-256 ; then CIPHER=aes_256_cbc ; fi
8535 if test "x$enableval" = xcamellia-128; then CIPHER=camellia_128_cbc; fi
8536 if test "x$enableval" = xcamellia-256; then CIPHER=camellia_256_cbc; fi
8651 8537
8652fi 8538fi
8653 8539
8654 8540
8655cat >>confdefs.h <<_ACEOF 8541cat >>confdefs.h <<_ACEOF
8656#define ENABLE_CIPHER EVP_${CIPHER} 8542#define ENABLE_CIPHER EVP_${CIPHER}
8657_ACEOF 8543_ACEOF
8658 8544
8659 8545
8660DIGEST=ripemd160 8546HMAC=sha1
8661# Check whether --enable-digest was given. 8547# Check whether --enable-hmac-digest was given.
8662if test "${enable_digest+set}" = set; then : 8548if test "${enable_hmac_digest+set}" = set; then :
8549 enableval=$enable_hmac_digest; if test "x$enableval" = xwhirlpool; then HMAC=whirlpool; fi
8663 enableval=$enable_digest; if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi 8550 if test "x$enableval" = xsha512 ; then HMAC=sha512 ; fi
8664 if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi 8551 if test "x$enableval" = xsha256 ; then HMAC=sha256 ; fi
8665 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi 8552 if test "x$enableval" = xsha1 ; then HMAC=sha1 ; fi
8666 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi 8553 if test "x$enableval" = xripemd160; then HMAC=ripemd160; fi
8667 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
8668 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
8669 8554
8670fi 8555fi
8671 8556
8672 8557
8673cat >>confdefs.h <<_ACEOF 8558cat >>confdefs.h <<_ACEOF
8559#define ENABLE_HMAC EVP_${HMAC}
8560_ACEOF
8561
8562
8563AUTH=sha512
8564# Check whether --enable-auth-digest was given.
8565if test "${enable_auth_digest+set}" = set; then :
8566 enableval=$enable_auth_digest; if test "x$enableval" = xwhirlpool; then AUTH=whirlpool; fi
8567 if test "x$enableval" = xsha512 ; then AUTH=sha512 ; fi
8568 if test "x$enableval" = xsha256 ; then AUTH=sha256 ; fi
8569
8570fi
8571
8572
8573cat >>confdefs.h <<_ACEOF
8674#define ENABLE_DIGEST EVP_${DIGEST} 8574#define ENABLE_AUTH EVP_${AUTH}
8675_ACEOF 8575_ACEOF
8676 8576
8677 8577
8678if $CXX -v --help 2>&1 | grep -q fno-rtti; then 8578if $CXX -v --help 2>&1 | grep -q fno-rtti; then
8679 CXXFLAGS="$CXXFLAGS -fno-rtti" 8579 CXXFLAGS="$CXXFLAGS -fno-rtti"
8797LIBOBJS=$ac_libobjs 8697LIBOBJS=$ac_libobjs
8798 8698
8799LTLIBOBJS=$ac_ltlibobjs 8699LTLIBOBJS=$ac_ltlibobjs
8800 8700
8801 8701
8802 if test -n "$EXEEXT"; then
8803 am__EXEEXT_TRUE=
8804 am__EXEEXT_FALSE='#'
8805else
8806 am__EXEEXT_TRUE='#'
8807 am__EXEEXT_FALSE=
8808fi
8809
8810if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 8702if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8811 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 8703 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
8812Usually this means the macro was only invoked conditionally." "$LINENO" 5 8704Usually this means the macro was only invoked conditionally." "$LINENO" 5
8813fi 8705fi
8814if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 8706if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9299gives unlimited permission to copy, distribute and modify it." 9191gives unlimited permission to copy, distribute and modify it."
9300 9192
9301ac_pwd='$ac_pwd' 9193ac_pwd='$ac_pwd'
9302srcdir='$srcdir' 9194srcdir='$srcdir'
9303INSTALL='$INSTALL' 9195INSTALL='$INSTALL'
9304MKDIR_P='$MKDIR_P'
9305AWK='$AWK' 9196AWK='$AWK'
9306test -n "\$AWK" || AWK=awk 9197test -n "\$AWK" || AWK=awk
9307_ACEOF 9198_ACEOF
9308 9199
9309cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9200cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9881 9772
9882 case $INSTALL in 9773 case $INSTALL in
9883 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9774 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9884 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9775 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9885 esac 9776 esac
9886 ac_MKDIR_P=$MKDIR_P
9887 case $MKDIR_P in
9888 [\\/$]* | ?:[\\/]* ) ;;
9889 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9890 esac
9891_ACEOF 9777_ACEOF
9892 9778
9893cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9779cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9894# If the template does not know about datarootdir, expand it. 9780# If the template does not know about datarootdir, expand it.
9895# FIXME: This hack should be removed a few years after 2.60. 9781# FIXME: This hack should be removed a few years after 2.60.
9940s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9826s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9941s&@builddir@&$ac_builddir&;t t 9827s&@builddir@&$ac_builddir&;t t
9942s&@abs_builddir@&$ac_abs_builddir&;t t 9828s&@abs_builddir@&$ac_abs_builddir&;t t
9943s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9829s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9944s&@INSTALL@&$ac_INSTALL&;t t 9830s&@INSTALL@&$ac_INSTALL&;t t
9945s&@MKDIR_P@&$ac_MKDIR_P&;t t
9946$ac_datarootdir_hack 9831$ac_datarootdir_hack
9947" 9832"
9948eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 9833eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
9949 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9834 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9950 9835
9986 $as_echo "/* $configure_input */" \ 9871 $as_echo "/* $configure_input */" \
9987 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 9872 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
9988 || as_fn_error $? "could not create -" "$LINENO" 5 9873 || as_fn_error $? "could not create -" "$LINENO" 5
9989 fi 9874 fi
9990# Compute "$ac_file"'s index in $config_headers. 9875# Compute "$ac_file"'s index in $config_headers.
9991_am_arg="$ac_file"
9992_am_stamp_count=1 9876_am_stamp_count=1
9993for _am_header in $config_headers :; do 9877for _am_header in $config_headers :; do
9994 case $_am_header in 9878 case $_am_header in
9995 $_am_arg | $_am_arg:* ) 9879 "$ac_file" | "$ac_file":* )
9996 break ;; 9880 break ;;
9997 * ) 9881 * )
9998 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 9882 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9999 esac 9883 esac
10000done 9884done
10001echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 9885echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
10002$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9886$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10003 X"$_am_arg" : 'X\(//\)[^/]' \| \ 9887 X"$ac_file" : 'X\(//\)[^/]' \| \
10004 X"$_am_arg" : 'X\(//\)$' \| \ 9888 X"$ac_file" : 'X\(//\)$' \| \
10005 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 9889 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
10006$as_echo X"$_am_arg" | 9890$as_echo X"$ac_file" |
10007 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 9891 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10008 s//\1/ 9892 s//\1/
10009 q 9893 q
10010 } 9894 }
10011 /^X\(\/\/\)[^/].*/{ 9895 /^X\(\/\/\)[^/].*/{
10124 done 10008 done
10125 fi 10009 fi
10126 ;; 10010 ;;
10127 esac 10011 esac
10128 done ;; 10012 done ;;
10129 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 10013 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10130 # Autoconf 2.62 quotes --file arguments for eval, but not when files
10131 # are listed without --file. Let's play safe and only enable the eval
10132 # if we detect the quoting.
10133 case $CONFIG_FILES in
10134 *\'*) eval set x "$CONFIG_FILES" ;;
10135 *) set x $CONFIG_FILES ;;
10136 esac
10137 shift
10138 for mf
10139 do
10140 # Strip MF so we end up with the name of the file. 10014 # Strip MF so we end up with the name of the file.
10141 mf=`echo "$mf" | sed -e 's/:.*$//'` 10015 mf=`echo "$mf" | sed -e 's/:.*$//'`
10142 # Check whether this is an Automake generated Makefile or not. 10016 # Check whether this is an Automake generated Makefile or not.
10143 # We used to match only the files named `Makefile.in', but 10017 # We used to match only the files named `Makefile.in', but
10144 # some people rename them; so instead we look at the file content. 10018 # some people rename them; so instead we look at the file content.
10145 # Grep'ing the first line is not enough: some people post-process 10019 # Grep'ing the first line is not enough: some people post-process
10146 # each Makefile.in and add a new line on top of each file to say so. 10020 # each Makefile.in and add a new line on top of each file to say so.
10147 # Grep'ing the whole file is not good either: AIX grep has a line 10021 # So let's grep whole file.
10148 # limit of 2048, but all sed's we know have understand at least 4000.
10149 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 10022 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10150 dirpart=`$as_dirname -- "$mf" || 10023 dirpart=`$as_dirname -- "$mf" ||
10151$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10024$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10152 X"$mf" : 'X\(//\)[^/]' \| \ 10025 X"$mf" : 'X\(//\)[^/]' \| \
10153 X"$mf" : 'X\(//\)$' \| \ 10026 X"$mf" : 'X\(//\)$' \| \
10154 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 10027 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
10155$as_echo X"$mf" | 10028$as_echo X"$mf" |
10168 /^X\(\/\).*/{ 10041 /^X\(\/\).*/{
10169 s//\1/ 10042 s//\1/
10170 q 10043 q
10171 } 10044 }
10172 s/.*/./; q'` 10045 s/.*/./; q'`
10173 else 10046 else
10174 continue 10047 continue
10175 fi 10048 fi
10176 # Extract the definition of DEPDIR, am__include, and am__quote 10049 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10177 # from the Makefile without running `make'. 10050 # Extract the definition of DEP_FILES from the Makefile without
10051 # running `make'.
10178 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 10052 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10179 test -z "$DEPDIR" && continue 10053 test -z "$DEPDIR" && continue
10180 am__include=`sed -n 's/^am__include = //p' < "$mf"`
10181 test -z "am__include" && continue
10182 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
10183 # When using ansi2knr, U may be empty or an underscore; expand it 10054 # When using ansi2knr, U may be empty or an underscore; expand it
10184 U=`sed -n 's/^U = //p' < "$mf"` 10055 U=`sed -n -e '/^U = / s///p' < "$mf"`
10185 # Find all dependency output files, they are included files with 10056 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10186 # $(DEPDIR) in their names. We invoke sed twice because it is the 10057 # We invoke sed twice because it is the simplest approach to
10187 # simplest approach to changing $(DEPDIR) to its actual value in the 10058 # changing $(DEPDIR) to its actual value in the expansion.
10188 # expansion.
10189 for file in `sed -n " 10059 for file in `sed -n -e '
10190 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 10060 /^DEP_FILES = .*\\\\$/ {
10061 s/^DEP_FILES = //
10062 :loop
10063 s/\\\\$//
10064 p
10065 n
10066 /\\\\$/ b loop
10067 p
10068 }
10069 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10191 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 10070 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10192 # Make sure the directory exists. 10071 # Make sure the directory exists.
10193 test -f "$dirpart/$file" && continue 10072 test -f "$dirpart/$file" && continue
10194 fdir=`$as_dirname -- "$file" || 10073 fdir=`$as_dirname -- "$file" ||
10195$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10074$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10196 X"$file" : 'X\(//\)[^/]' \| \ 10075 X"$file" : 'X\(//\)[^/]' \| \
10197 X"$file" : 'X\(//\)$' \| \ 10076 X"$file" : 'X\(//\)$' \| \
10198 X"$file" : 'X\(/\)' \| . 2>/dev/null || 10077 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
10199$as_echo X"$file" | 10078$as_echo X"$file" |
10212 /^X\(\/\).*/{ 10091 /^X\(\/\).*/{
10213 s//\1/ 10092 s//\1/
10214 q 10093 q
10215 } 10094 }
10216 s/.*/./; q'` 10095 s/.*/./; q'`
10217 as_dir=$dirpart/$fdir; as_fn_mkdir_p 10096 as_dir=$dirpart/$fdir; as_fn_mkdir_p
10218 # echo "creating $dirpart/$file" 10097 # echo "creating $dirpart/$file"
10219 echo '# dummy' > "$dirpart/$file" 10098 echo '# dummy' > "$dirpart/$file"
10220 done
10221 done 10099 done
10222} 10100done
10223 ;; 10101 ;;
10224 10102
10225 esac 10103 esac
10226done # for ac_tag 10104done # for ac_tag
10227 10105
10263echo 10141echo
10264echo "***" 10142echo "***"
10265echo "*** Configuration Summary" 10143echo "*** Configuration Summary"
10266echo "***" 10144echo "***"
10267echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE" 10145echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
10146echo "*** RSA size: $RSA"
10268echo "*** Cipher used: $CIPHER" 10147echo "*** Cipher used: $CIPHER"
10269echo "*** Digest used: $DIGEST" 10148echo "*** Digest used: $DIGEST"
10149echo "*** Authdigest: $AUTH"
10270echo "*** HMAC length: $HMAC" 10150echo "*** HMAC length: $HMAC"
10271echo "*** RAND used: $RAND" 10151echo "*** RAND used: $RAND"
10272echo "*** Max. MTU: $MTU" 10152echo "*** Max. MTU: $MTU"
10273 10153
10274echo "***" 10154echo "***"
10275echo "*** Enable options:" 10155echo "*** Enable options:"
10276grep ENABLE_ config.h | sed -e 's/^/*** /' 10156grep ENABLE_ config.h | sed -e 's/^/*** /'
10277 10157
10278if test "x$DIGEST" = xmd4; then 10158if test "$HMACSIZE" -lt 12; then
10279echo "***" 10159echo "***"
10280echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 10160echo "*** WARNING: The hmac length you have chosen ($HMACSIZE) is quite insecure"
10281fi 10161fi
10282 10162
10283if test "x$DIGEST" = xmd5; then 10163if test "$RANDSIZE" -lt 12; then
10284echo "***" 10164echo "***"
10285echo "*** WARNING: The digest you have chosen ($DIGEST) is probably insecure"
10286fi
10287
10288if test "$HMAC" -lt 12; then
10289echo "***"
10290echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
10291fi
10292
10293if test "$RAND" -lt 8; then
10294echo "***"
10295echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure" 10165echo "*** WARNING: The random prefix you have chosen ($RANDSIZE) is probably insecure"
10296fi 10166fi
10297 10167
10298echo "***" 10168echo "***"
10299echo 10169echo
10300 10170

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines