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

Comparing gvpe/configure (file contents):
Revision 1.52 by root, Tue Jul 16 16:44:36 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
773enable_hmac_length 765enable_hmac_length
774enable_rand_length 766enable_rand_length
775enable_max_mtu 767enable_max_mtu
776enable_compression 768enable_compression
777enable_cipher 769enable_cipher
778enable_digest 770enable_hmac_digest
779enable_auth_digest 771enable_auth_digest
780' 772'
781 ac_precious_vars='build_alias 773 ac_precious_vars='build_alias
782host_alias 774host_alias
783target_alias 775target_alias
1406 1398
1407Optional Features: 1399Optional Features:
1408 --disable-option-checking ignore unrecognized --enable/--with options 1400 --disable-option-checking ignore unrecognized --enable/--with options
1409 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1401 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1410 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1402 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1411 --enable-maintainer-mode enable make rules and dependencies not useful 1403 --enable-maintainer-mode enable make rules and dependencies not useful
1412 (and sometimes confusing) to the casual installer 1404 (and sometimes confusing) to the casual installer
1413 --disable-dependency-tracking speeds up one-time build 1405 --disable-dependency-tracking Speeds up one-time builds
1414 --enable-dependency-tracking do not reject slow dependency extractors 1406 --enable-dependency-tracking Do not reject slow dependency extractors
1415 --disable-rpath do not hardcode runtime library paths 1407 --disable-rpath do not hardcode runtime library paths
1416 --disable-nls do not use Native Language Support 1408 --disable-nls do not use Native Language Support
1417 --enable-iftype=TYPE/SUBTYPE 1409 --enable-iftype=TYPE/SUBTYPE
1418 Use kernel/net device interface TYPE/SUBTYPE. 1410 Use kernel/net device interface TYPE/SUBTYPE.
1419 Working combinations are (see doc/gvpe.osdep.5.pod): 1411 Working combinations are (see doc/gvpe.osdep.5.pod):
1432 --disable-http-proxy enable http proxy connect support (default enabled). 1424 --disable-http-proxy enable http proxy connect support (default enabled).
1433 --enable-dns enable dns tunnel protocol support (default 1425 --enable-dns enable dns tunnel protocol support (default
1434 disabled). 1426 disabled).
1435 --enable-rsa-length=BITS 1427 --enable-rsa-length=BITS
1436 use BITS rsa keys (default 3072). Allowed values are 1428 use BITS rsa keys (default 3072). Allowed values are
1437 1536-10240. 1429 2048-10240.
1438 --enable-hmac-length=BYTES 1430 --enable-hmac-length=BYTES
1439 use a hmac of length BYTES bytes (default 12). 1431 use a hmac of length BYTES bytes (default 12).
1440 Allowed values are 4, 8, 12, 16. 1432 Allowed values are 4, 8, 12, 16.
1441 --enable-rand-length=BYTES 1433 --enable-rand-length=BYTES
1442 use BYTES bytes of extra randomness (default 8). 1434 use BYTES bytes of extra randomness (default 12).
1443 Allowed values are 0, 4, 8. 1435 Allowed values are 0, 4, 8, 12.
1444 --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).
1445 Use 9100 for jumbogram support. 1437 Use 9100 for jumbogram support.
1446 --disable-compression Disable compression support. 1438 --disable-compression Disable compression support.
1447 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128"). 1439 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1448 Must be one of "bf" (blowfish), "aes-128" 1440 Must be one of "bf" (blowfish), "aes-128"
1449 (rijndael), "aes-192", "aes-256", "camellia-128" or 1441 (rijndael), "aes-192", "aes-256", "camellia-128" or
1450 "camellia-256". 1442 "camellia-256".
1451 --enable-digest=DIGEST Select the digest algorithm to use (default "sha1"). 1443 --enable-hmac-digest=HMAC
1444 Select the HMAC digest algorithm to use (default
1452 Must be one of "sha512", "sha256", "sha1", 1445 "sha1"). Must be one of "sha512", "sha256", "sha1",
1453 "ripemd160", "whirlpool". 1446 "ripemd160", "whirlpool".
1454 --enable-auth-digest=DIGEST 1447 --enable-auth-digest=DIGEST
1455 Select the hmac algorithm to use (default "sha512"). 1448 Select the hmac algorithm to use (default "sha512").
1456 Must be one of "sha512", "sha256", "whirlpool". 1449 Must be one of "sha512", "sha256", "whirlpool".
1457 1450
2769# will get canonicalized. 2762# will get canonicalized.
2770test -n "$target_alias" && 2763test -n "$target_alias" &&
2771 test "$program_prefix$program_suffix$program_transform_name" = \ 2764 test "$program_prefix$program_suffix$program_transform_name" = \
2772 NONENONEs,x,x, && 2765 NONENONEs,x,x, &&
2773 program_prefix=${target_alias}- 2766 program_prefix=${target_alias}-
2774am__api_version='1.11' 2767am__api_version="1.7"
2775
2776# Find a good install program. We prefer a C program (faster), 2768# Find a good install program. We prefer a C program (faster),
2777# 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
2778# incompatible versions: 2770# incompatible versions:
2779# SysV /etc/install, /usr/sbin/install 2771# SysV /etc/install, /usr/sbin/install
2780# SunOS /usr/etc/install 2772# SunOS /usr/etc/install
2869{ $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
2870$as_echo_n "checking whether build environment is sane... " >&6; } 2862$as_echo_n "checking whether build environment is sane... " >&6; }
2871# Just in case 2863# Just in case
2872sleep 1 2864sleep 1
2873echo timestamp > conftest.file 2865echo timestamp > conftest.file
2874# Reject unsafe characters in $srcdir or the absolute working directory
2875# name. Accept space and tab only in the latter.
2876am_lf='
2877'
2878case `pwd` in
2879 *[\\\"\#\$\&\'\`$am_lf]*)
2880 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2881esac
2882case $srcdir in
2883 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2884 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2885esac
2886
2887# 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
2888# arguments. Must try -L first in case configure is actually a 2867# arguments. Must try -L first in case configure is actually a
2889# 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
2890# (eg FreeBSD returns the mod time of the symlink's containing 2869# (eg FreeBSD returns the mod time of the symlink's containing
2891# directory). 2870# directory).
2892if ( 2871if (
2893 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2872 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2894 if test "$*" = "X"; then 2873 if test "$*" = "X"; then
2895 # -L didn't work. 2874 # -L didn't work.
2896 set X `ls -t "$srcdir/configure" conftest.file` 2875 set X `ls -t $srcdir/configure conftest.file`
2897 fi 2876 fi
2898 rm -f conftest.file 2877 rm -f conftest.file
2899 if test "$*" != "X $srcdir/configure conftest.file" \ 2878 if test "$*" != "X $srcdir/configure conftest.file" \
2900 && test "$*" != "X conftest.file $srcdir/configure"; then 2879 && test "$*" != "X conftest.file $srcdir/configure"; then
2901 2880
2926# Double any \ or $. 2905# Double any \ or $.
2927# By default was `s,x,x', remove it if useless. 2906# By default was `s,x,x', remove it if useless.
2928ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2907ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2929program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2908program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2930 2909
2910
2931# expand $ac_aux_dir to an absolute path 2911# expand $ac_aux_dir to an absolute path
2932am_aux_dir=`cd $ac_aux_dir && pwd` 2912am_aux_dir=`cd $ac_aux_dir && pwd`
2933 2913
2934if test x"${MISSING+set}" != xset; then 2914test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2935 case $am_aux_dir in
2936 *\ * | *\ *)
2937 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2938 *)
2939 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2940 esac
2941fi
2942# Use eval to expand $SHELL 2915# Use eval to expand $SHELL
2943if eval "$MISSING --run true"; then 2916if eval "$MISSING --run true"; then
2944 am_missing_run="$MISSING --run " 2917 am_missing_run="$MISSING --run "
2945else 2918else
2946 am_missing_run= 2919 am_missing_run=
2947 { $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
2948$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;}
2949fi 2922fi
2950 2923
2951if test x"${install_sh}" != xset; then 2924for ac_prog in gawk mawk nawk awk
2952 case $am_aux_dir in 2925do
2953 *\ * | *\ *) 2926 # Extract the first word of "$ac_prog", so it can be a program name with args.
2954 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;;
2955 *) 2982 *)
2956 install_sh="\${SHELL} $am_aux_dir/install-sh" 2983 eval ac_cv_prog_make_${ac_make}_set=no;;
2957 esac 2984esac
2985rm -f conftest.make
2958fi 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"}
2959 3056
2960# Installed binaries are usually stripped using `strip' when the user 3057# Installed binaries are usually stripped using `strip' when the user
2961# run `make install-strip'. However `strip' might not be the right 3058# run `make install-strip'. However `strip' might not be the right
2962# tool to use in cross-compilation environments, therefore Automake 3059# tool to use in cross-compilation environments, therefore Automake
2963# will honor the `STRIP' environment variable to overrule this program. 3060# will honor the `STRIP' environment variable to overrule this program.
3053else 3150else
3054 STRIP="$ac_cv_prog_STRIP" 3151 STRIP="$ac_cv_prog_STRIP"
3055fi 3152fi
3056 3153
3057fi 3154fi
3058INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3155INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3059
3060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3061$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3062if test -z "$MKDIR_P"; then
3063 if ${ac_cv_path_mkdir+:} false; then :
3064 $as_echo_n "(cached) " >&6
3065else
3066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3067for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3068do
3069 IFS=$as_save_IFS
3070 test -z "$as_dir" && as_dir=.
3071 for ac_prog in mkdir gmkdir; do
3072 for ac_exec_ext in '' $ac_executable_extensions; do
3073 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3074 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3075 'mkdir (GNU coreutils) '* | \
3076 'mkdir (coreutils) '* | \
3077 'mkdir (fileutils) '4.1*)
3078 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3079 break 3;;
3080 esac
3081 done
3082 done
3083 done
3084IFS=$as_save_IFS
3085
3086fi
3087
3088 test -d ./--version && rmdir ./--version
3089 if test "${ac_cv_path_mkdir+set}" = set; then
3090 MKDIR_P="$ac_cv_path_mkdir -p"
3091 else
3092 # As a last resort, use the slow shell script. Don't cache a
3093 # value for MKDIR_P within a source directory, because that will
3094 # break other packages using the cache if that directory is
3095 # removed, or if the value is a relative name.
3096 MKDIR_P="$ac_install_sh -d"
3097 fi
3098fi
3099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3100$as_echo "$MKDIR_P" >&6; }
3101
3102mkdir_p="$MKDIR_P"
3103case $mkdir_p in
3104 [\\/$]* | ?:[\\/]*) ;;
3105 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3106esac
3107
3108for ac_prog in gawk mawk nawk awk
3109do
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111set dummy $ac_prog; ac_word=$2
3112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113$as_echo_n "checking for $ac_word... " >&6; }
3114if ${ac_cv_prog_AWK+:} false; then :
3115 $as_echo_n "(cached) " >&6
3116else
3117 if test -n "$AWK"; then
3118 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3119else
3120as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121for as_dir in $PATH
3122do
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3127 ac_cv_prog_AWK="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3130 fi
3131done
3132 done
3133IFS=$as_save_IFS
3134
3135fi
3136fi
3137AWK=$ac_cv_prog_AWK
3138if test -n "$AWK"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3140$as_echo "$AWK" >&6; }
3141else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143$as_echo "no" >&6; }
3144fi
3145
3146
3147 test -n "$AWK" && break
3148done
3149
3150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3151$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3152set x ${MAKE-make}
3153ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3154if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3155 $as_echo_n "(cached) " >&6
3156else
3157 cat >conftest.make <<\_ACEOF
3158SHELL = /bin/sh
3159all:
3160 @echo '@@@%%%=$(MAKE)=@@@%%%'
3161_ACEOF
3162# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3163case `${MAKE-make} -f conftest.make 2>/dev/null` in
3164 *@@@%%%=?*=@@@%%%*)
3165 eval ac_cv_prog_make_${ac_make}_set=yes;;
3166 *)
3167 eval ac_cv_prog_make_${ac_make}_set=no;;
3168esac
3169rm -f conftest.make
3170fi
3171if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3173$as_echo "yes" >&6; }
3174 SET_MAKE=
3175else
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3177$as_echo "no" >&6; }
3178 SET_MAKE="MAKE=${MAKE-make}"
3179fi
3180
3181rm -rf .tst 2>/dev/null
3182mkdir .tst 2>/dev/null
3183if test -d .tst; then
3184 am__leading_dot=.
3185else
3186 am__leading_dot=_
3187fi
3188rmdir .tst 2>/dev/null
3189
3190if test "`cd $srcdir && pwd`" != "`pwd`"; then
3191 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3192 # is not polluted with repeated "-I."
3193 am__isrc=' -I$(srcdir)'
3194 # test to see if srcdir already configured
3195 if test -f $srcdir/config.status; then
3196 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3197 fi
3198fi
3199
3200# test whether we have cygpath
3201if test -z "$CYGPATH_W"; then
3202 if (cygpath --version) >/dev/null 2>/dev/null; then
3203 CYGPATH_W='cygpath -w'
3204 else
3205 CYGPATH_W=echo
3206 fi
3207fi
3208
3209
3210# Define the identity of the package.
3211 PACKAGE=gvpe
3212 VERSION=2.25
3213
3214
3215cat >>confdefs.h <<_ACEOF
3216#define PACKAGE "$PACKAGE"
3217_ACEOF
3218
3219
3220cat >>confdefs.h <<_ACEOF
3221#define VERSION "$VERSION"
3222_ACEOF
3223
3224# Some tools Automake needs.
3225
3226ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3227
3228
3229AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3230
3231
3232AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3233
3234
3235AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3236
3237
3238MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3239 3156
3240# 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
3241# some platforms. 3158# some platforms.
3242# Always define AMTAR for backward compatibility. Yes, it's still used
3243# in the wild :-( We should find a proper way to deprecate it ...
3244AMTAR='$${TAR-tar}'
3245
3246am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3247
3248
3249 3159
3250 3160
3251 3161
3252ac_config_headers="$ac_config_headers config.h" 3162ac_config_headers="$ac_config_headers config.h"
3253
3254 3163
3255{ $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
3256$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; }
3257 # Check whether --enable-maintainer-mode was given. 3166 # Check whether --enable-maintainer-mode was given.
3258if test "${enable_maintainer_mode+set}" = set; then : 3167if test "${enable_maintainer_mode+set}" = set; then :
3261 USE_MAINTAINER_MODE=no 3170 USE_MAINTAINER_MODE=no
3262fi 3171fi
3263 3172
3264 { $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
3265$as_echo "$USE_MAINTAINER_MODE" >&6; } 3174$as_echo "$USE_MAINTAINER_MODE" >&6; }
3175
3176
3266 if test $USE_MAINTAINER_MODE = yes; then 3177if test $USE_MAINTAINER_MODE = yes; then
3267 MAINTAINER_MODE_TRUE= 3178 MAINTAINER_MODE_TRUE=
3268 MAINTAINER_MODE_FALSE='#' 3179 MAINTAINER_MODE_FALSE='#'
3269else 3180else
3270 MAINTAINER_MODE_TRUE='#' 3181 MAINTAINER_MODE_TRUE='#'
3271 MAINTAINER_MODE_FALSE= 3182 MAINTAINER_MODE_FALSE=
3496 3407
3497 3408
3498am_make=${MAKE-make} 3409am_make=${MAKE-make}
3499cat > confinc << 'END' 3410cat > confinc << 'END'
3500am__doit: 3411am__doit:
3501 @echo this is the am__doit target 3412 @echo done
3502.PHONY: am__doit 3413.PHONY: am__doit
3503END 3414END
3504# 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.
3505{ $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
3506$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; }
3507am__include="#" 3418am__include="#"
3508am__quote= 3419am__quote=
3509_am_result=none 3420_am_result=none
3510# First try GNU make style include. 3421# First try GNU make style include.
3511echo "include confinc" > confmf 3422echo "include confinc" > confmf
3512# Ignore all kinds of additional output from `make'. 3423# We grep out `Entering directory' and `Leaving directory'
3513case `$am_make -s -f confmf 2> /dev/null` in #( 3424# messages which can occur if `w' ends up in MAKEFLAGS.
3514*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
3515 am__include=include 3429 am__include=include
3516 am__quote= 3430 am__quote=
3517 _am_result=GNU 3431 _am_result=GNU
3518 ;; 3432fi
3519esac
3520# Now try BSD make style include. 3433# Now try BSD make style include.
3521if test "$am__include" = "#"; then 3434if test "$am__include" = "#"; then
3522 echo '.include "confinc"' > confmf 3435 echo '.include "confinc"' > confmf
3523 case `$am_make -s -f confmf 2> /dev/null` in #( 3436 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3524 *the\ am__doit\ target*)
3525 am__include=.include 3437 am__include=.include
3526 am__quote="\"" 3438 am__quote="\""
3527 _am_result=BSD 3439 _am_result=BSD
3528 ;; 3440 fi
3529 esac
3530fi 3441fi
3531 3442
3532 3443
3533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3534$as_echo "$_am_result" >&6; } 3445$as_echo "$_am_result" >&6; }
3540fi 3451fi
3541 3452
3542if test "x$enable_dependency_tracking" != xno; then 3453if test "x$enable_dependency_tracking" != xno; then
3543 am_depcomp="$ac_aux_dir/depcomp" 3454 am_depcomp="$ac_aux_dir/depcomp"
3544 AMDEPBACKSLASH='\' 3455 AMDEPBACKSLASH='\'
3545 am__nodep='_no'
3546fi 3456fi
3457
3458
3547 if test "x$enable_dependency_tracking" != xno; then 3459if test "x$enable_dependency_tracking" != xno; then
3548 AMDEP_TRUE= 3460 AMDEP_TRUE=
3549 AMDEP_FALSE='#' 3461 AMDEP_FALSE='#'
3550else 3462else
3551 AMDEP_TRUE='#' 3463 AMDEP_TRUE='#'
3552 AMDEP_FALSE= 3464 AMDEP_FALSE=
3553fi 3465fi
3466
3554 3467
3555 3468
3556ac_ext=c 3469ac_ext=c
3557ac_cpp='$CPP $CPPFLAGS' 3470ac_cpp='$CPP $CPPFLAGS'
3558ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3471ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4353 # 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
4354 # 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
4355 # 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
4356 # 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
4357 # in D'. 4270 # in D'.
4358 rm -rf conftest.dir
4359 mkdir conftest.dir 4271 mkdir conftest.dir
4360 # 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
4361 # using a relative directory. 4273 # using a relative directory.
4362 cp "$am_depcomp" conftest.dir 4274 cp "$am_depcomp" conftest.dir
4363 cd conftest.dir 4275 cd conftest.dir
4371 4283
4372 am_cv_CC_dependencies_compiler_type=none 4284 am_cv_CC_dependencies_compiler_type=none
4373 if test "$am_compiler_list" = ""; then 4285 if test "$am_compiler_list" = ""; then
4374 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`
4375 fi 4287 fi
4376 am__universal=false
4377 case " $depcc " in #(
4378 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4379 esac
4380
4381 for depmode in $am_compiler_list; do 4288 for depmode in $am_compiler_list; do
4382 # Setup a source with many dependencies, because some compilers 4289 # Setup a source with many dependencies, because some compilers
4383 # like to wrap large dependency lists on column 80 (with \), and 4290 # like to wrap large dependency lists on column 80 (with \), and
4384 # 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.
4385 # 4292 #
4387 # overwrite some of them when testing with obscure command lines. 4294 # overwrite some of them when testing with obscure command lines.
4388 # This happens at least with the AIX C compiler. 4295 # This happens at least with the AIX C compiler.
4389 : > sub/conftest.c 4296 : > sub/conftest.c
4390 for i in 1 2 3 4 5 6; do 4297 for i in 1 2 3 4 5 6; do
4391 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4298 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4392 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4393 # Solaris 8's {/usr,}/bin/sh.
4394 touch sub/conftst$i.h 4299 : > sub/conftst$i.h
4395 done 4300 done
4396 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4301 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4397 4302
4398 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4399 # mode. It turns out that the SunPro C++ compiler does not properly
4400 # handle `-M -o', and we need to detect this. Also, some Intel
4401 # versions had trouble with output in subdirs
4402 am__obj=sub/conftest.${OBJEXT-o}
4403 am__minus_obj="-o $am__obj"
4404 case $depmode in 4303 case $depmode in
4405 gcc)
4406 # This depmode causes a compiler race in universal mode.
4407 test "$am__universal" = false || continue
4408 ;;
4409 nosideeffect) 4304 nosideeffect)
4410 # 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
4411 # only be used when explicitly requested 4306 # only be used when explicitly requested
4412 if test "x$enable_dependency_tracking" = xyes; then 4307 if test "x$enable_dependency_tracking" = xyes; then
4413 continue 4308 continue
4414 else 4309 else
4415 break 4310 break
4416 fi 4311 fi
4417 ;; 4312 ;;
4418 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4419 # This compiler won't grok `-c -o', but also, the minuso test has
4420 # not run yet. These depmodes are late enough in the game, and
4421 # so weak that their functioning should not be impacted.
4422 am__obj=conftest.${OBJEXT-o}
4423 am__minus_obj=
4424 ;;
4425 none) break ;; 4313 none) break ;;
4426 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.
4427 if depmode=$depmode \ 4318 if depmode=$depmode \
4428 source=sub/conftest.c object=$am__obj \ 4319 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4429 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4320 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4430 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4321 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4431 >/dev/null 2>conftest.err && 4322 >/dev/null 2>conftest.err &&
4432 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4433 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4323 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4434 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 4324 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4435 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4325 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4436 # 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
4437 # or remarks (even with -Werror). So we grep stderr for any message 4327 # (even with -Werror). So we grep stderr for any message
4438 # that says an option was ignored or not supported. 4328 # that says an option was ignored.
4439 # When given -MP, icc 7.0 and 7.1 complain thusly:
4440 # icc: Command line warning: ignoring option '-M'; no argument required
4441 # The diagnosis changed in icc 8.0:
4442 # icc: Command line remark: option '-MP' not supported
4443 if (grep 'ignoring option' conftest.err ||
4444 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 4329 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
4445 am_cv_CC_dependencies_compiler_type=$depmode 4330 am_cv_CC_dependencies_compiler_type=$depmode
4446 break 4331 break
4447 fi 4332 fi
4448 fi 4333 fi
4449 done 4334 done
4457fi 4342fi
4458{ $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
4459$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4344$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4460CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4345CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4461 4346
4347
4348
4462 if 4349if
4463 test "x$enable_dependency_tracking" != xno \ 4350 test "x$enable_dependency_tracking" != xno \
4464 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4351 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4465 am__fastdepCC_TRUE= 4352 am__fastdepCC_TRUE=
4466 am__fastdepCC_FALSE='#' 4353 am__fastdepCC_FALSE='#'
4467else 4354else
6103 # 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
6104 # 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
6105 # 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
6106 # 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
6107 # in D'. 5994 # in D'.
6108 rm -rf conftest.dir
6109 mkdir conftest.dir 5995 mkdir conftest.dir
6110 # 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
6111 # using a relative directory. 5997 # using a relative directory.
6112 cp "$am_depcomp" conftest.dir 5998 cp "$am_depcomp" conftest.dir
6113 cd conftest.dir 5999 cd conftest.dir
6121 6007
6122 am_cv_CXX_dependencies_compiler_type=none 6008 am_cv_CXX_dependencies_compiler_type=none
6123 if test "$am_compiler_list" = ""; then 6009 if test "$am_compiler_list" = ""; then
6124 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`
6125 fi 6011 fi
6126 am__universal=false
6127 case " $depcc " in #(
6128 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6129 esac
6130
6131 for depmode in $am_compiler_list; do 6012 for depmode in $am_compiler_list; do
6132 # Setup a source with many dependencies, because some compilers 6013 # Setup a source with many dependencies, because some compilers
6133 # like to wrap large dependency lists on column 80 (with \), and 6014 # like to wrap large dependency lists on column 80 (with \), and
6134 # 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.
6135 # 6016 #
6137 # overwrite some of them when testing with obscure command lines. 6018 # overwrite some of them when testing with obscure command lines.
6138 # This happens at least with the AIX C compiler. 6019 # This happens at least with the AIX C compiler.
6139 : > sub/conftest.c 6020 : > sub/conftest.c
6140 for i in 1 2 3 4 5 6; do 6021 for i in 1 2 3 4 5 6; do
6141 echo '#include "conftst'$i'.h"' >> sub/conftest.c 6022 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6142 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6143 # Solaris 8's {/usr,}/bin/sh.
6144 touch sub/conftst$i.h 6023 : > sub/conftst$i.h
6145 done 6024 done
6146 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 6025 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6147 6026
6148 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6149 # mode. It turns out that the SunPro C++ compiler does not properly
6150 # handle `-M -o', and we need to detect this. Also, some Intel
6151 # versions had trouble with output in subdirs
6152 am__obj=sub/conftest.${OBJEXT-o}
6153 am__minus_obj="-o $am__obj"
6154 case $depmode in 6027 case $depmode in
6155 gcc)
6156 # This depmode causes a compiler race in universal mode.
6157 test "$am__universal" = false || continue
6158 ;;
6159 nosideeffect) 6028 nosideeffect)
6160 # 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
6161 # only be used when explicitly requested 6030 # only be used when explicitly requested
6162 if test "x$enable_dependency_tracking" = xyes; then 6031 if test "x$enable_dependency_tracking" = xyes; then
6163 continue 6032 continue
6164 else 6033 else
6165 break 6034 break
6166 fi 6035 fi
6167 ;; 6036 ;;
6168 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
6169 # This compiler won't grok `-c -o', but also, the minuso test has
6170 # not run yet. These depmodes are late enough in the game, and
6171 # so weak that their functioning should not be impacted.
6172 am__obj=conftest.${OBJEXT-o}
6173 am__minus_obj=
6174 ;;
6175 none) break ;; 6037 none) break ;;
6176 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.
6177 if depmode=$depmode \ 6042 if depmode=$depmode \
6178 source=sub/conftest.c object=$am__obj \ 6043 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6179 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6044 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6180 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 6045 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6181 >/dev/null 2>conftest.err && 6046 >/dev/null 2>conftest.err &&
6182 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6183 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6047 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6184 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 6048 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6185 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6049 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6186 # 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
6187 # or remarks (even with -Werror). So we grep stderr for any message 6051 # (even with -Werror). So we grep stderr for any message
6188 # that says an option was ignored or not supported. 6052 # that says an option was ignored.
6189 # When given -MP, icc 7.0 and 7.1 complain thusly:
6190 # icc: Command line warning: ignoring option '-M'; no argument required
6191 # The diagnosis changed in icc 8.0:
6192 # icc: Command line remark: option '-MP' not supported
6193 if (grep 'ignoring option' conftest.err ||
6194 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 6053 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6195 am_cv_CXX_dependencies_compiler_type=$depmode 6054 am_cv_CXX_dependencies_compiler_type=$depmode
6196 break 6055 break
6197 fi 6056 fi
6198 fi 6057 fi
6199 done 6058 done
6207fi 6066fi
6208{ $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
6209$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 6068$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
6210CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6069CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6211 6070
6071
6072
6212 if 6073if
6213 test "x$enable_dependency_tracking" != xno \ 6074 test "x$enable_dependency_tracking" != xno \
6214 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 6075 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6215 am__fastdepCXX_TRUE= 6076 am__fastdepCXX_TRUE=
6216 am__fastdepCXX_FALSE='#' 6077 am__fastdepCXX_FALSE='#'
6217else 6078else
8469fi 8330fi
8470 8331
8471 8332
8472 8333
8473 8334
8335
8336
8474 if test x$rohc = xtrue; then 8337if test x$rohc = xtrue; then
8475 ROHC_TRUE= 8338 ROHC_TRUE=
8476 ROHC_FALSE='#' 8339 ROHC_FALSE='#'
8477else 8340else
8478 ROHC_TRUE='#' 8341 ROHC_TRUE='#'
8479 ROHC_FALSE= 8342 ROHC_FALSE=
8606cat >>confdefs.h <<_ACEOF 8469cat >>confdefs.h <<_ACEOF
8607#define RSABITS $RSA 8470#define RSABITS $RSA
8608_ACEOF 8471_ACEOF
8609 8472
8610 8473
8611HMAC=12 8474HMACSIZE=12
8612# Check whether --enable-hmac-length was given. 8475# Check whether --enable-hmac-length was given.
8613if test "${enable_hmac_length+set}" = set; then : 8476if test "${enable_hmac_length+set}" = set; then :
8614 enableval=$enable_hmac_length; HMAC=$enableval 8477 enableval=$enable_hmac_length; HMACSIZE=$enableval
8615 8478
8616fi 8479fi
8617 8480
8618 8481
8619cat >>confdefs.h <<_ACEOF 8482cat >>confdefs.h <<_ACEOF
8620#define HMACLENGTH $HMAC 8483#define HMACLENGTH $HMACSIZE
8621_ACEOF 8484_ACEOF
8622 8485
8623 8486
8624RAND=8 8487RANDSIZE=12
8625# Check whether --enable-rand-length was given. 8488# Check whether --enable-rand-length was given.
8626if test "${enable_rand_length+set}" = set; then : 8489if test "${enable_rand_length+set}" = set; then :
8627 enableval=$enable_rand_length; RAND=$enableval 8490 enableval=$enable_rand_length; RANDSIZE=$enableval
8628 8491
8629fi 8492fi
8630 8493
8631 8494
8632cat >>confdefs.h <<_ACEOF 8495cat >>confdefs.h <<_ACEOF
8633#define RAND_SIZE $RAND 8496#define RAND_SIZE $RANDSIZE
8634_ACEOF 8497_ACEOF
8635 8498
8636 8499
8637MTU=1500 8500MTU=1500
8638# Check whether --enable-max-mtu was given. 8501# Check whether --enable-max-mtu was given.
8678cat >>confdefs.h <<_ACEOF 8541cat >>confdefs.h <<_ACEOF
8679#define ENABLE_CIPHER EVP_${CIPHER} 8542#define ENABLE_CIPHER EVP_${CIPHER}
8680_ACEOF 8543_ACEOF
8681 8544
8682 8545
8683DIGEST=sha1 8546HMAC=sha1
8684# Check whether --enable-digest was given. 8547# Check whether --enable-hmac-digest was given.
8685if test "${enable_digest+set}" = set; then : 8548if test "${enable_hmac_digest+set}" = set; then :
8686 enableval=$enable_digest; if test "x$enableval" = xwhirlpool; then DIGEST=whirlpool; fi 8549 enableval=$enable_hmac_digest; if test "x$enableval" = xwhirlpool; then HMAC=whirlpool; fi
8687 if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi 8550 if test "x$enableval" = xsha512 ; then HMAC=sha512 ; fi
8688 if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi 8551 if test "x$enableval" = xsha256 ; then HMAC=sha256 ; fi
8689 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi 8552 if test "x$enableval" = xsha1 ; then HMAC=sha1 ; fi
8690 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi 8553 if test "x$enableval" = xripemd160; then HMAC=ripemd160; fi
8691 8554
8692fi 8555fi
8693 8556
8694 8557
8695cat >>confdefs.h <<_ACEOF 8558cat >>confdefs.h <<_ACEOF
8696#define ENABLE_DIGEST EVP_${DIGEST} 8559#define ENABLE_HMAC EVP_${HMAC}
8697_ACEOF 8560_ACEOF
8698 8561
8699 8562
8700AUTH=sha512 8563AUTH=sha512
8701# Check whether --enable-auth-digest was given. 8564# Check whether --enable-auth-digest was given.
8834LIBOBJS=$ac_libobjs 8697LIBOBJS=$ac_libobjs
8835 8698
8836LTLIBOBJS=$ac_ltlibobjs 8699LTLIBOBJS=$ac_ltlibobjs
8837 8700
8838 8701
8839 if test -n "$EXEEXT"; then
8840 am__EXEEXT_TRUE=
8841 am__EXEEXT_FALSE='#'
8842else
8843 am__EXEEXT_TRUE='#'
8844 am__EXEEXT_FALSE=
8845fi
8846
8847if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 8702if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8848 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 8703 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
8849Usually this means the macro was only invoked conditionally." "$LINENO" 5 8704Usually this means the macro was only invoked conditionally." "$LINENO" 5
8850fi 8705fi
8851if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 8706if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9336gives unlimited permission to copy, distribute and modify it." 9191gives unlimited permission to copy, distribute and modify it."
9337 9192
9338ac_pwd='$ac_pwd' 9193ac_pwd='$ac_pwd'
9339srcdir='$srcdir' 9194srcdir='$srcdir'
9340INSTALL='$INSTALL' 9195INSTALL='$INSTALL'
9341MKDIR_P='$MKDIR_P'
9342AWK='$AWK' 9196AWK='$AWK'
9343test -n "\$AWK" || AWK=awk 9197test -n "\$AWK" || AWK=awk
9344_ACEOF 9198_ACEOF
9345 9199
9346cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9200cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9918 9772
9919 case $INSTALL in 9773 case $INSTALL in
9920 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9774 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9921 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9775 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9922 esac 9776 esac
9923 ac_MKDIR_P=$MKDIR_P
9924 case $MKDIR_P in
9925 [\\/$]* | ?:[\\/]* ) ;;
9926 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9927 esac
9928_ACEOF 9777_ACEOF
9929 9778
9930cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9779cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9931# If the template does not know about datarootdir, expand it. 9780# If the template does not know about datarootdir, expand it.
9932# 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.
9977s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9826s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9978s&@builddir@&$ac_builddir&;t t 9827s&@builddir@&$ac_builddir&;t t
9979s&@abs_builddir@&$ac_abs_builddir&;t t 9828s&@abs_builddir@&$ac_abs_builddir&;t t
9980s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9829s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9981s&@INSTALL@&$ac_INSTALL&;t t 9830s&@INSTALL@&$ac_INSTALL&;t t
9982s&@MKDIR_P@&$ac_MKDIR_P&;t t
9983$ac_datarootdir_hack 9831$ac_datarootdir_hack
9984" 9832"
9985eval 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" \
9986 >$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
9987 9835
10023 $as_echo "/* $configure_input */" \ 9871 $as_echo "/* $configure_input */" \
10024 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 9872 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
10025 || as_fn_error $? "could not create -" "$LINENO" 5 9873 || as_fn_error $? "could not create -" "$LINENO" 5
10026 fi 9874 fi
10027# Compute "$ac_file"'s index in $config_headers. 9875# Compute "$ac_file"'s index in $config_headers.
10028_am_arg="$ac_file"
10029_am_stamp_count=1 9876_am_stamp_count=1
10030for _am_header in $config_headers :; do 9877for _am_header in $config_headers :; do
10031 case $_am_header in 9878 case $_am_header in
10032 $_am_arg | $_am_arg:* ) 9879 "$ac_file" | "$ac_file":* )
10033 break ;; 9880 break ;;
10034 * ) 9881 * )
10035 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 9882 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
10036 esac 9883 esac
10037done 9884done
10038echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 9885echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
10039$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9886$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10040 X"$_am_arg" : 'X\(//\)[^/]' \| \ 9887 X"$ac_file" : 'X\(//\)[^/]' \| \
10041 X"$_am_arg" : 'X\(//\)$' \| \ 9888 X"$ac_file" : 'X\(//\)$' \| \
10042 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 9889 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
10043$as_echo X"$_am_arg" | 9890$as_echo X"$ac_file" |
10044 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 9891 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10045 s//\1/ 9892 s//\1/
10046 q 9893 q
10047 } 9894 }
10048 /^X\(\/\/\)[^/].*/{ 9895 /^X\(\/\/\)[^/].*/{
10161 done 10008 done
10162 fi 10009 fi
10163 ;; 10010 ;;
10164 esac 10011 esac
10165 done ;; 10012 done ;;
10166 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 10013 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10167 # Autoconf 2.62 quotes --file arguments for eval, but not when files
10168 # are listed without --file. Let's play safe and only enable the eval
10169 # if we detect the quoting.
10170 case $CONFIG_FILES in
10171 *\'*) eval set x "$CONFIG_FILES" ;;
10172 *) set x $CONFIG_FILES ;;
10173 esac
10174 shift
10175 for mf
10176 do
10177 # 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.
10178 mf=`echo "$mf" | sed -e 's/:.*$//'` 10015 mf=`echo "$mf" | sed -e 's/:.*$//'`
10179 # Check whether this is an Automake generated Makefile or not. 10016 # Check whether this is an Automake generated Makefile or not.
10180 # We used to match only the files named `Makefile.in', but 10017 # We used to match only the files named `Makefile.in', but
10181 # 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.
10182 # 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
10183 # 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.
10184 # Grep'ing the whole file is not good either: AIX grep has a line 10021 # So let's grep whole file.
10185 # limit of 2048, but all sed's we know have understand at least 4000.
10186 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
10187 dirpart=`$as_dirname -- "$mf" || 10023 dirpart=`$as_dirname -- "$mf" ||
10188$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10024$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10189 X"$mf" : 'X\(//\)[^/]' \| \ 10025 X"$mf" : 'X\(//\)[^/]' \| \
10190 X"$mf" : 'X\(//\)$' \| \ 10026 X"$mf" : 'X\(//\)$' \| \
10191 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 10027 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
10192$as_echo X"$mf" | 10028$as_echo X"$mf" |
10205 /^X\(\/\).*/{ 10041 /^X\(\/\).*/{
10206 s//\1/ 10042 s//\1/
10207 q 10043 q
10208 } 10044 }
10209 s/.*/./; q'` 10045 s/.*/./; q'`
10210 else 10046 else
10211 continue 10047 continue
10212 fi 10048 fi
10213 # Extract the definition of DEPDIR, am__include, and am__quote 10049 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10214 # from the Makefile without running `make'. 10050 # Extract the definition of DEP_FILES from the Makefile without
10051 # running `make'.
10215 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 10052 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10216 test -z "$DEPDIR" && continue 10053 test -z "$DEPDIR" && continue
10217 am__include=`sed -n 's/^am__include = //p' < "$mf"`
10218 test -z "am__include" && continue
10219 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
10220 # 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
10221 U=`sed -n 's/^U = //p' < "$mf"` 10055 U=`sed -n -e '/^U = / s///p' < "$mf"`
10222 # Find all dependency output files, they are included files with 10056 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10223 # $(DEPDIR) in their names. We invoke sed twice because it is the 10057 # We invoke sed twice because it is the simplest approach to
10224 # simplest approach to changing $(DEPDIR) to its actual value in the 10058 # changing $(DEPDIR) to its actual value in the expansion.
10225 # expansion.
10226 for file in `sed -n " 10059 for file in `sed -n -e '
10227 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" | \
10228 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
10229 # Make sure the directory exists. 10071 # Make sure the directory exists.
10230 test -f "$dirpart/$file" && continue 10072 test -f "$dirpart/$file" && continue
10231 fdir=`$as_dirname -- "$file" || 10073 fdir=`$as_dirname -- "$file" ||
10232$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10074$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10233 X"$file" : 'X\(//\)[^/]' \| \ 10075 X"$file" : 'X\(//\)[^/]' \| \
10234 X"$file" : 'X\(//\)$' \| \ 10076 X"$file" : 'X\(//\)$' \| \
10235 X"$file" : 'X\(/\)' \| . 2>/dev/null || 10077 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
10236$as_echo X"$file" | 10078$as_echo X"$file" |
10249 /^X\(\/\).*/{ 10091 /^X\(\/\).*/{
10250 s//\1/ 10092 s//\1/
10251 q 10093 q
10252 } 10094 }
10253 s/.*/./; q'` 10095 s/.*/./; q'`
10254 as_dir=$dirpart/$fdir; as_fn_mkdir_p 10096 as_dir=$dirpart/$fdir; as_fn_mkdir_p
10255 # echo "creating $dirpart/$file" 10097 # echo "creating $dirpart/$file"
10256 echo '# dummy' > "$dirpart/$file" 10098 echo '# dummy' > "$dirpart/$file"
10257 done
10258 done 10099 done
10259} 10100done
10260 ;; 10101 ;;
10261 10102
10262 esac 10103 esac
10263done # for ac_tag 10104done # for ac_tag
10264 10105
10312 10153
10313echo "***" 10154echo "***"
10314echo "*** Enable options:" 10155echo "*** Enable options:"
10315grep ENABLE_ config.h | sed -e 's/^/*** /' 10156grep ENABLE_ config.h | sed -e 's/^/*** /'
10316 10157
10317if test "$HMAC" -lt 12; then 10158if test "$HMACSIZE" -lt 12; then
10318echo "***" 10159echo "***"
10319echo "*** WARNING: The hmac length you have chosen ($HMAC) is quite insecure" 10160echo "*** WARNING: The hmac length you have chosen ($HMACSIZE) is quite insecure"
10320fi 10161fi
10321 10162
10322if test "$RAND" -lt 8; then 10163if test "$RANDSIZE" -lt 12; then
10323echo "***" 10164echo "***"
10324echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure" 10165echo "*** WARNING: The random prefix you have chosen ($RANDSIZE) is probably insecure"
10325fi 10166fi
10326 10167
10327echo "***" 10168echo "***"
10328echo 10169echo
10329 10170

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines