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

Comparing gvpe/configure (file contents):
Revision 1.53 by root, Thu Jul 18 13:35:19 2013 UTC vs.
Revision 1.56 by root, Thu Jan 29 00:21:38 2015 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
769enable_tcp 761enable_tcp
770enable_http_proxy 762enable_http_proxy
771enable_dns 763enable_dns
772enable_rsa_length 764enable_rsa_length
773enable_hmac_length 765enable_hmac_length
774enable_rand_length
775enable_max_mtu 766enable_max_mtu
776enable_compression 767enable_compression
777enable_cipher 768enable_cipher
778enable_hmac_digest 769enable_hmac_digest
779enable_auth_digest 770enable_auth_digest
1406 1397
1407Optional Features: 1398Optional Features:
1408 --disable-option-checking ignore unrecognized --enable/--with options 1399 --disable-option-checking ignore unrecognized --enable/--with options
1409 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1400 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1410 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1401 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1411 --enable-maintainer-mode enable make rules and dependencies not useful 1402 --enable-maintainer-mode enable make rules and dependencies not useful
1412 (and sometimes confusing) to the casual installer 1403 (and sometimes confusing) to the casual installer
1413 --disable-dependency-tracking speeds up one-time build 1404 --disable-dependency-tracking Speeds up one-time builds
1414 --enable-dependency-tracking do not reject slow dependency extractors 1405 --enable-dependency-tracking Do not reject slow dependency extractors
1415 --disable-rpath do not hardcode runtime library paths 1406 --disable-rpath do not hardcode runtime library paths
1416 --disable-nls do not use Native Language Support 1407 --disable-nls do not use Native Language Support
1417 --enable-iftype=TYPE/SUBTYPE 1408 --enable-iftype=TYPE/SUBTYPE
1418 Use kernel/net device interface TYPE/SUBTYPE. 1409 Use kernel/net device interface TYPE/SUBTYPE.
1419 Working combinations are (see doc/gvpe.osdep.5.pod): 1410 Working combinations are (see doc/gvpe.osdep.5.pod):
1436 use BITS rsa keys (default 3072). Allowed values are 1427 use BITS rsa keys (default 3072). Allowed values are
1437 2048-10240. 1428 2048-10240.
1438 --enable-hmac-length=BYTES 1429 --enable-hmac-length=BYTES
1439 use a hmac of length BYTES bytes (default 12). 1430 use a hmac of length BYTES bytes (default 12).
1440 Allowed values are 4, 8, 12, 16. 1431 Allowed values are 4, 8, 12, 16.
1441 --enable-rand-length=BYTES
1442 use BYTES bytes of extra randomness (default 12).
1443 Allowed values are 0, 4, 8, 12.
1444 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500). 1432 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
1445 Use 9100 for jumbogram support. 1433 Use 9100 for jumbogram support.
1446 --disable-compression Disable compression support. 1434 --disable-compression Disable compression support.
1447 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128"). 1435 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1448 Must be one of "bf" (blowfish), "aes-128" 1436 Must be one of "aes-128" (rijndael), "aes-192", or
1449 (rijndael), "aes-192", "aes-256", "camellia-128" or
1450 "camellia-256". 1437 "aes-256".
1451 --enable-hmac-digest=HMAC 1438 --enable-hmac-digest=HMAC
1452 Select the HMAC digest algorithm to use (default 1439 Select the HMAC digest algorithm to use (default
1453 "sha1"). Must be one of "sha512", "sha256", "sha1", 1440 "sha1"). Must be one of "sha512", "sha256", "sha1",
1454 "ripemd160", "whirlpool". 1441 "ripemd160", "whirlpool".
1455 --enable-auth-digest=DIGEST 1442 --enable-auth-digest=DIGEST
2770# will get canonicalized. 2757# will get canonicalized.
2771test -n "$target_alias" && 2758test -n "$target_alias" &&
2772 test "$program_prefix$program_suffix$program_transform_name" = \ 2759 test "$program_prefix$program_suffix$program_transform_name" = \
2773 NONENONEs,x,x, && 2760 NONENONEs,x,x, &&
2774 program_prefix=${target_alias}- 2761 program_prefix=${target_alias}-
2775am__api_version='1.11' 2762am__api_version="1.7"
2776
2777# Find a good install program. We prefer a C program (faster), 2763# Find a good install program. We prefer a C program (faster),
2778# so one script is as good as another. But avoid the broken or 2764# so one script is as good as another. But avoid the broken or
2779# incompatible versions: 2765# incompatible versions:
2780# SysV /etc/install, /usr/sbin/install 2766# SysV /etc/install, /usr/sbin/install
2781# SunOS /usr/etc/install 2767# SunOS /usr/etc/install
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2871$as_echo_n "checking whether build environment is sane... " >&6; } 2857$as_echo_n "checking whether build environment is sane... " >&6; }
2872# Just in case 2858# Just in case
2873sleep 1 2859sleep 1
2874echo timestamp > conftest.file 2860echo timestamp > conftest.file
2875# Reject unsafe characters in $srcdir or the absolute working directory
2876# name. Accept space and tab only in the latter.
2877am_lf='
2878'
2879case `pwd` in
2880 *[\\\"\#\$\&\'\`$am_lf]*)
2881 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2882esac
2883case $srcdir in
2884 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2885 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2886esac
2887
2888# Do `set' in a subshell so we don't clobber the current shell's 2861# Do `set' in a subshell so we don't clobber the current shell's
2889# arguments. Must try -L first in case configure is actually a 2862# arguments. Must try -L first in case configure is actually a
2890# symlink; some systems play weird games with the mod time of symlinks 2863# symlink; some systems play weird games with the mod time of symlinks
2891# (eg FreeBSD returns the mod time of the symlink's containing 2864# (eg FreeBSD returns the mod time of the symlink's containing
2892# directory). 2865# directory).
2893if ( 2866if (
2894 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2867 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2895 if test "$*" = "X"; then 2868 if test "$*" = "X"; then
2896 # -L didn't work. 2869 # -L didn't work.
2897 set X `ls -t "$srcdir/configure" conftest.file` 2870 set X `ls -t $srcdir/configure conftest.file`
2898 fi 2871 fi
2899 rm -f conftest.file 2872 rm -f conftest.file
2900 if test "$*" != "X $srcdir/configure conftest.file" \ 2873 if test "$*" != "X $srcdir/configure conftest.file" \
2901 && test "$*" != "X conftest.file $srcdir/configure"; then 2874 && test "$*" != "X conftest.file $srcdir/configure"; then
2902 2875
2927# Double any \ or $. 2900# Double any \ or $.
2928# By default was `s,x,x', remove it if useless. 2901# By default was `s,x,x', remove it if useless.
2929ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2902ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2930program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2903program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2931 2904
2905
2932# expand $ac_aux_dir to an absolute path 2906# expand $ac_aux_dir to an absolute path
2933am_aux_dir=`cd $ac_aux_dir && pwd` 2907am_aux_dir=`cd $ac_aux_dir && pwd`
2934 2908
2935if test x"${MISSING+set}" != xset; then 2909test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2936 case $am_aux_dir in
2937 *\ * | *\ *)
2938 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2939 *)
2940 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2941 esac
2942fi
2943# Use eval to expand $SHELL 2910# Use eval to expand $SHELL
2944if eval "$MISSING --run true"; then 2911if eval "$MISSING --run true"; then
2945 am_missing_run="$MISSING --run " 2912 am_missing_run="$MISSING --run "
2946else 2913else
2947 am_missing_run= 2914 am_missing_run=
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2949$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2916$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2950fi 2917fi
2951 2918
2952if test x"${install_sh}" != xset; then 2919for ac_prog in gawk mawk nawk awk
2953 case $am_aux_dir in 2920do
2954 *\ * | *\ *) 2921 # Extract the first word of "$ac_prog", so it can be a program name with args.
2955 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2922set dummy $ac_prog; ac_word=$2
2923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2924$as_echo_n "checking for $ac_word... " >&6; }
2925if ${ac_cv_prog_AWK+:} false; then :
2926 $as_echo_n "(cached) " >&6
2927else
2928 if test -n "$AWK"; then
2929 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2930else
2931as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2932for as_dir in $PATH
2933do
2934 IFS=$as_save_IFS
2935 test -z "$as_dir" && as_dir=.
2936 for ac_exec_ext in '' $ac_executable_extensions; do
2937 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2938 ac_cv_prog_AWK="$ac_prog"
2939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2940 break 2
2941 fi
2942done
2943 done
2944IFS=$as_save_IFS
2945
2946fi
2947fi
2948AWK=$ac_cv_prog_AWK
2949if test -n "$AWK"; then
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2951$as_echo "$AWK" >&6; }
2952else
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2954$as_echo "no" >&6; }
2955fi
2956
2957
2958 test -n "$AWK" && break
2959done
2960
2961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2962$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2963set x ${MAKE-make}
2964ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2965if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2966 $as_echo_n "(cached) " >&6
2967else
2968 cat >conftest.make <<\_ACEOF
2969SHELL = /bin/sh
2970all:
2971 @echo '@@@%%%=$(MAKE)=@@@%%%'
2972_ACEOF
2973# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2974case `${MAKE-make} -f conftest.make 2>/dev/null` in
2975 *@@@%%%=?*=@@@%%%*)
2976 eval ac_cv_prog_make_${ac_make}_set=yes;;
2956 *) 2977 *)
2957 install_sh="\${SHELL} $am_aux_dir/install-sh" 2978 eval ac_cv_prog_make_${ac_make}_set=no;;
2958 esac 2979esac
2980rm -f conftest.make
2959fi 2981fi
2982if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2984$as_echo "yes" >&6; }
2985 SET_MAKE=
2986else
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988$as_echo "no" >&6; }
2989 SET_MAKE="MAKE=${MAKE-make}"
2990fi
2991
2992rm -rf .tst 2>/dev/null
2993mkdir .tst 2>/dev/null
2994if test -d .tst; then
2995 am__leading_dot=.
2996else
2997 am__leading_dot=_
2998fi
2999rmdir .tst 2>/dev/null
3000
3001 # test to see if srcdir already configured
3002if test "`cd $srcdir && pwd`" != "`pwd`" &&
3003 test -f $srcdir/config.status; then
3004 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3005fi
3006
3007# test whether we have cygpath
3008if test -z "$CYGPATH_W"; then
3009 if (cygpath --version) >/dev/null 2>/dev/null; then
3010 CYGPATH_W='cygpath -w'
3011 else
3012 CYGPATH_W=echo
3013 fi
3014fi
3015
3016
3017# Define the identity of the package.
3018 PACKAGE=gvpe
3019 VERSION=2.25
3020
3021
3022cat >>confdefs.h <<_ACEOF
3023#define PACKAGE "$PACKAGE"
3024_ACEOF
3025
3026
3027cat >>confdefs.h <<_ACEOF
3028#define VERSION "$VERSION"
3029_ACEOF
3030
3031# Some tools Automake needs.
3032
3033ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3034
3035
3036AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3037
3038
3039AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3040
3041
3042AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3043
3044
3045MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3046
3047
3048AMTAR=${AMTAR-"${am_missing_run}tar"}
3049
3050install_sh=${install_sh-"$am_aux_dir/install-sh"}
2960 3051
2961# Installed binaries are usually stripped using `strip' when the user 3052# Installed binaries are usually stripped using `strip' when the user
2962# run `make install-strip'. However `strip' might not be the right 3053# run `make install-strip'. However `strip' might not be the right
2963# tool to use in cross-compilation environments, therefore Automake 3054# tool to use in cross-compilation environments, therefore Automake
2964# will honor the `STRIP' environment variable to overrule this program. 3055# will honor the `STRIP' environment variable to overrule this program.
3054else 3145else
3055 STRIP="$ac_cv_prog_STRIP" 3146 STRIP="$ac_cv_prog_STRIP"
3056fi 3147fi
3057 3148
3058fi 3149fi
3059INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3150INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3060
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3062$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3063if test -z "$MKDIR_P"; then
3064 if ${ac_cv_path_mkdir+:} false; then :
3065 $as_echo_n "(cached) " >&6
3066else
3067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3069do
3070 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.
3072 for ac_prog in mkdir gmkdir; do
3073 for ac_exec_ext in '' $ac_executable_extensions; do
3074 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3075 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3076 'mkdir (GNU coreutils) '* | \
3077 'mkdir (coreutils) '* | \
3078 'mkdir (fileutils) '4.1*)
3079 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3080 break 3;;
3081 esac
3082 done
3083 done
3084 done
3085IFS=$as_save_IFS
3086
3087fi
3088
3089 test -d ./--version && rmdir ./--version
3090 if test "${ac_cv_path_mkdir+set}" = set; then
3091 MKDIR_P="$ac_cv_path_mkdir -p"
3092 else
3093 # As a last resort, use the slow shell script. Don't cache a
3094 # value for MKDIR_P within a source directory, because that will
3095 # break other packages using the cache if that directory is
3096 # removed, or if the value is a relative name.
3097 MKDIR_P="$ac_install_sh -d"
3098 fi
3099fi
3100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3101$as_echo "$MKDIR_P" >&6; }
3102
3103mkdir_p="$MKDIR_P"
3104case $mkdir_p in
3105 [\\/$]* | ?:[\\/]*) ;;
3106 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3107esac
3108
3109for ac_prog in gawk mawk nawk awk
3110do
3111 # Extract the first word of "$ac_prog", so it can be a program name with args.
3112set dummy $ac_prog; ac_word=$2
3113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114$as_echo_n "checking for $ac_word... " >&6; }
3115if ${ac_cv_prog_AWK+:} false; then :
3116 $as_echo_n "(cached) " >&6
3117else
3118 if test -n "$AWK"; then
3119 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3120else
3121as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122for as_dir in $PATH
3123do
3124 IFS=$as_save_IFS
3125 test -z "$as_dir" && as_dir=.
3126 for ac_exec_ext in '' $ac_executable_extensions; do
3127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3128 ac_cv_prog_AWK="$ac_prog"
3129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130 break 2
3131 fi
3132done
3133 done
3134IFS=$as_save_IFS
3135
3136fi
3137fi
3138AWK=$ac_cv_prog_AWK
3139if test -n "$AWK"; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3141$as_echo "$AWK" >&6; }
3142else
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144$as_echo "no" >&6; }
3145fi
3146
3147
3148 test -n "$AWK" && break
3149done
3150
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3152$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3153set x ${MAKE-make}
3154ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3155if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3156 $as_echo_n "(cached) " >&6
3157else
3158 cat >conftest.make <<\_ACEOF
3159SHELL = /bin/sh
3160all:
3161 @echo '@@@%%%=$(MAKE)=@@@%%%'
3162_ACEOF
3163# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3164case `${MAKE-make} -f conftest.make 2>/dev/null` in
3165 *@@@%%%=?*=@@@%%%*)
3166 eval ac_cv_prog_make_${ac_make}_set=yes;;
3167 *)
3168 eval ac_cv_prog_make_${ac_make}_set=no;;
3169esac
3170rm -f conftest.make
3171fi
3172if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3174$as_echo "yes" >&6; }
3175 SET_MAKE=
3176else
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3178$as_echo "no" >&6; }
3179 SET_MAKE="MAKE=${MAKE-make}"
3180fi
3181
3182rm -rf .tst 2>/dev/null
3183mkdir .tst 2>/dev/null
3184if test -d .tst; then
3185 am__leading_dot=.
3186else
3187 am__leading_dot=_
3188fi
3189rmdir .tst 2>/dev/null
3190
3191if test "`cd $srcdir && pwd`" != "`pwd`"; then
3192 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3193 # is not polluted with repeated "-I."
3194 am__isrc=' -I$(srcdir)'
3195 # test to see if srcdir already configured
3196 if test -f $srcdir/config.status; then
3197 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3198 fi
3199fi
3200
3201# test whether we have cygpath
3202if test -z "$CYGPATH_W"; then
3203 if (cygpath --version) >/dev/null 2>/dev/null; then
3204 CYGPATH_W='cygpath -w'
3205 else
3206 CYGPATH_W=echo
3207 fi
3208fi
3209
3210
3211# Define the identity of the package.
3212 PACKAGE=gvpe
3213 VERSION=2.25
3214
3215
3216cat >>confdefs.h <<_ACEOF
3217#define PACKAGE "$PACKAGE"
3218_ACEOF
3219
3220
3221cat >>confdefs.h <<_ACEOF
3222#define VERSION "$VERSION"
3223_ACEOF
3224
3225# Some tools Automake needs.
3226
3227ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3228
3229
3230AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3231
3232
3233AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3234
3235
3236AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3237
3238
3239MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3240 3151
3241# We need awk for the "check" target. The system "awk" is bad on 3152# We need awk for the "check" target. The system "awk" is bad on
3242# some platforms. 3153# some platforms.
3243# Always define AMTAR for backward compatibility. Yes, it's still used
3244# in the wild :-( We should find a proper way to deprecate it ...
3245AMTAR='$${TAR-tar}'
3246
3247am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3248
3249
3250 3154
3251 3155
3252 3156
3253ac_config_headers="$ac_config_headers config.h" 3157ac_config_headers="$ac_config_headers config.h"
3254
3255 3158
3256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 3159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3257$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 3160$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3258 # Check whether --enable-maintainer-mode was given. 3161 # Check whether --enable-maintainer-mode was given.
3259if test "${enable_maintainer_mode+set}" = set; then : 3162if test "${enable_maintainer_mode+set}" = set; then :
3262 USE_MAINTAINER_MODE=no 3165 USE_MAINTAINER_MODE=no
3263fi 3166fi
3264 3167
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3266$as_echo "$USE_MAINTAINER_MODE" >&6; } 3169$as_echo "$USE_MAINTAINER_MODE" >&6; }
3170
3171
3267 if test $USE_MAINTAINER_MODE = yes; then 3172if test $USE_MAINTAINER_MODE = yes; then
3268 MAINTAINER_MODE_TRUE= 3173 MAINTAINER_MODE_TRUE=
3269 MAINTAINER_MODE_FALSE='#' 3174 MAINTAINER_MODE_FALSE='#'
3270else 3175else
3271 MAINTAINER_MODE_TRUE='#' 3176 MAINTAINER_MODE_TRUE='#'
3272 MAINTAINER_MODE_FALSE= 3177 MAINTAINER_MODE_FALSE=
3497 3402
3498 3403
3499am_make=${MAKE-make} 3404am_make=${MAKE-make}
3500cat > confinc << 'END' 3405cat > confinc << 'END'
3501am__doit: 3406am__doit:
3502 @echo this is the am__doit target 3407 @echo done
3503.PHONY: am__doit 3408.PHONY: am__doit
3504END 3409END
3505# If we don't find an include directive, just comment out the code. 3410# If we don't find an include directive, just comment out the code.
3506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3507$as_echo_n "checking for style of include used by $am_make... " >&6; } 3412$as_echo_n "checking for style of include used by $am_make... " >&6; }
3508am__include="#" 3413am__include="#"
3509am__quote= 3414am__quote=
3510_am_result=none 3415_am_result=none
3511# First try GNU make style include. 3416# First try GNU make style include.
3512echo "include confinc" > confmf 3417echo "include confinc" > confmf
3513# Ignore all kinds of additional output from `make'. 3418# We grep out `Entering directory' and `Leaving directory'
3514case `$am_make -s -f confmf 2> /dev/null` in #( 3419# messages which can occur if `w' ends up in MAKEFLAGS.
3515*the\ am__doit\ target*) 3420# In particular we don't look at `^make:' because GNU make might
3421# be invoked under some other name (usually "gmake"), in which
3422# case it prints its new name instead of `make'.
3423if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3516 am__include=include 3424 am__include=include
3517 am__quote= 3425 am__quote=
3518 _am_result=GNU 3426 _am_result=GNU
3519 ;; 3427fi
3520esac
3521# Now try BSD make style include. 3428# Now try BSD make style include.
3522if test "$am__include" = "#"; then 3429if test "$am__include" = "#"; then
3523 echo '.include "confinc"' > confmf 3430 echo '.include "confinc"' > confmf
3524 case `$am_make -s -f confmf 2> /dev/null` in #( 3431 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3525 *the\ am__doit\ target*)
3526 am__include=.include 3432 am__include=.include
3527 am__quote="\"" 3433 am__quote="\""
3528 _am_result=BSD 3434 _am_result=BSD
3529 ;; 3435 fi
3530 esac
3531fi 3436fi
3532 3437
3533 3438
3534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3535$as_echo "$_am_result" >&6; } 3440$as_echo "$_am_result" >&6; }
3541fi 3446fi
3542 3447
3543if test "x$enable_dependency_tracking" != xno; then 3448if test "x$enable_dependency_tracking" != xno; then
3544 am_depcomp="$ac_aux_dir/depcomp" 3449 am_depcomp="$ac_aux_dir/depcomp"
3545 AMDEPBACKSLASH='\' 3450 AMDEPBACKSLASH='\'
3546 am__nodep='_no'
3547fi 3451fi
3452
3453
3548 if test "x$enable_dependency_tracking" != xno; then 3454if test "x$enable_dependency_tracking" != xno; then
3549 AMDEP_TRUE= 3455 AMDEP_TRUE=
3550 AMDEP_FALSE='#' 3456 AMDEP_FALSE='#'
3551else 3457else
3552 AMDEP_TRUE='#' 3458 AMDEP_TRUE='#'
3553 AMDEP_FALSE= 3459 AMDEP_FALSE=
3554fi 3460fi
3461
3555 3462
3556 3463
3557ac_ext=c 3464ac_ext=c
3558ac_cpp='$CPP $CPPFLAGS' 3465ac_cpp='$CPP $CPPFLAGS'
3559ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3466ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4354 # We make a subdir and do the tests there. Otherwise we can end up 4261 # We make a subdir and do the tests there. Otherwise we can end up
4355 # making bogus files that we don't know about and never remove. For 4262 # making bogus files that we don't know about and never remove. For
4356 # instance it was reported that on HP-UX the gcc test will end up 4263 # instance it was reported that on HP-UX the gcc test will end up
4357 # making a dummy file named `D' -- because `-MD' means `put the output 4264 # making a dummy file named `D' -- because `-MD' means `put the output
4358 # in D'. 4265 # in D'.
4359 rm -rf conftest.dir
4360 mkdir conftest.dir 4266 mkdir conftest.dir
4361 # Copy depcomp to subdir because otherwise we won't find it if we're 4267 # Copy depcomp to subdir because otherwise we won't find it if we're
4362 # using a relative directory. 4268 # using a relative directory.
4363 cp "$am_depcomp" conftest.dir 4269 cp "$am_depcomp" conftest.dir
4364 cd conftest.dir 4270 cd conftest.dir
4372 4278
4373 am_cv_CC_dependencies_compiler_type=none 4279 am_cv_CC_dependencies_compiler_type=none
4374 if test "$am_compiler_list" = ""; then 4280 if test "$am_compiler_list" = ""; then
4375 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 4281 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4376 fi 4282 fi
4377 am__universal=false
4378 case " $depcc " in #(
4379 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4380 esac
4381
4382 for depmode in $am_compiler_list; do 4283 for depmode in $am_compiler_list; do
4383 # Setup a source with many dependencies, because some compilers 4284 # Setup a source with many dependencies, because some compilers
4384 # like to wrap large dependency lists on column 80 (with \), and 4285 # like to wrap large dependency lists on column 80 (with \), and
4385 # we should not choose a depcomp mode which is confused by this. 4286 # we should not choose a depcomp mode which is confused by this.
4386 # 4287 #
4388 # overwrite some of them when testing with obscure command lines. 4289 # overwrite some of them when testing with obscure command lines.
4389 # This happens at least with the AIX C compiler. 4290 # This happens at least with the AIX C compiler.
4390 : > sub/conftest.c 4291 : > sub/conftest.c
4391 for i in 1 2 3 4 5 6; do 4292 for i in 1 2 3 4 5 6; do
4392 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4293 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4393 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4394 # Solaris 8's {/usr,}/bin/sh.
4395 touch sub/conftst$i.h 4294 : > sub/conftst$i.h
4396 done 4295 done
4397 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4296 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4398 4297
4399 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4400 # mode. It turns out that the SunPro C++ compiler does not properly
4401 # handle `-M -o', and we need to detect this. Also, some Intel
4402 # versions had trouble with output in subdirs
4403 am__obj=sub/conftest.${OBJEXT-o}
4404 am__minus_obj="-o $am__obj"
4405 case $depmode in 4298 case $depmode in
4406 gcc)
4407 # This depmode causes a compiler race in universal mode.
4408 test "$am__universal" = false || continue
4409 ;;
4410 nosideeffect) 4299 nosideeffect)
4411 # after this tag, mechanisms are not by side-effect, so they'll 4300 # after this tag, mechanisms are not by side-effect, so they'll
4412 # only be used when explicitly requested 4301 # only be used when explicitly requested
4413 if test "x$enable_dependency_tracking" = xyes; then 4302 if test "x$enable_dependency_tracking" = xyes; then
4414 continue 4303 continue
4415 else 4304 else
4416 break 4305 break
4417 fi 4306 fi
4418 ;; 4307 ;;
4419 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4420 # This compiler won't grok `-c -o', but also, the minuso test has
4421 # not run yet. These depmodes are late enough in the game, and
4422 # so weak that their functioning should not be impacted.
4423 am__obj=conftest.${OBJEXT-o}
4424 am__minus_obj=
4425 ;;
4426 none) break ;; 4308 none) break ;;
4427 esac 4309 esac
4310 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4311 # mode. It turns out that the SunPro C++ compiler does not properly
4312 # handle `-M -o', and we need to detect this.
4428 if depmode=$depmode \ 4313 if depmode=$depmode \
4429 source=sub/conftest.c object=$am__obj \ 4314 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4430 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4315 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4431 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4316 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4432 >/dev/null 2>conftest.err && 4317 >/dev/null 2>conftest.err &&
4433 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4434 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4318 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4435 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 4319 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4436 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4320 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4437 # icc doesn't choke on unknown options, it will just issue warnings 4321 # icc doesn't choke on unknown options, it will just issue warnings
4438 # or remarks (even with -Werror). So we grep stderr for any message 4322 # (even with -Werror). So we grep stderr for any message
4439 # that says an option was ignored or not supported. 4323 # that says an option was ignored.
4440 # When given -MP, icc 7.0 and 7.1 complain thusly:
4441 # icc: Command line warning: ignoring option '-M'; no argument required
4442 # The diagnosis changed in icc 8.0:
4443 # icc: Command line remark: option '-MP' not supported
4444 if (grep 'ignoring option' conftest.err ||
4445 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 4324 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
4446 am_cv_CC_dependencies_compiler_type=$depmode 4325 am_cv_CC_dependencies_compiler_type=$depmode
4447 break 4326 break
4448 fi 4327 fi
4449 fi 4328 fi
4450 done 4329 done
4458fi 4337fi
4459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 4338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4460$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4339$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4461CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4340CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4462 4341
4342
4343
4463 if 4344if
4464 test "x$enable_dependency_tracking" != xno \ 4345 test "x$enable_dependency_tracking" != xno \
4465 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4346 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4466 am__fastdepCC_TRUE= 4347 am__fastdepCC_TRUE=
4467 am__fastdepCC_FALSE='#' 4348 am__fastdepCC_FALSE='#'
4468else 4349else
6104 # We make a subdir and do the tests there. Otherwise we can end up 5985 # We make a subdir and do the tests there. Otherwise we can end up
6105 # making bogus files that we don't know about and never remove. For 5986 # making bogus files that we don't know about and never remove. For
6106 # instance it was reported that on HP-UX the gcc test will end up 5987 # instance it was reported that on HP-UX the gcc test will end up
6107 # making a dummy file named `D' -- because `-MD' means `put the output 5988 # making a dummy file named `D' -- because `-MD' means `put the output
6108 # in D'. 5989 # in D'.
6109 rm -rf conftest.dir
6110 mkdir conftest.dir 5990 mkdir conftest.dir
6111 # Copy depcomp to subdir because otherwise we won't find it if we're 5991 # Copy depcomp to subdir because otherwise we won't find it if we're
6112 # using a relative directory. 5992 # using a relative directory.
6113 cp "$am_depcomp" conftest.dir 5993 cp "$am_depcomp" conftest.dir
6114 cd conftest.dir 5994 cd conftest.dir
6122 6002
6123 am_cv_CXX_dependencies_compiler_type=none 6003 am_cv_CXX_dependencies_compiler_type=none
6124 if test "$am_compiler_list" = ""; then 6004 if test "$am_compiler_list" = ""; then
6125 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 6005 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6126 fi 6006 fi
6127 am__universal=false
6128 case " $depcc " in #(
6129 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6130 esac
6131
6132 for depmode in $am_compiler_list; do 6007 for depmode in $am_compiler_list; do
6133 # Setup a source with many dependencies, because some compilers 6008 # Setup a source with many dependencies, because some compilers
6134 # like to wrap large dependency lists on column 80 (with \), and 6009 # like to wrap large dependency lists on column 80 (with \), and
6135 # we should not choose a depcomp mode which is confused by this. 6010 # we should not choose a depcomp mode which is confused by this.
6136 # 6011 #
6138 # overwrite some of them when testing with obscure command lines. 6013 # overwrite some of them when testing with obscure command lines.
6139 # This happens at least with the AIX C compiler. 6014 # This happens at least with the AIX C compiler.
6140 : > sub/conftest.c 6015 : > sub/conftest.c
6141 for i in 1 2 3 4 5 6; do 6016 for i in 1 2 3 4 5 6; do
6142 echo '#include "conftst'$i'.h"' >> sub/conftest.c 6017 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6143 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6144 # Solaris 8's {/usr,}/bin/sh.
6145 touch sub/conftst$i.h 6018 : > sub/conftst$i.h
6146 done 6019 done
6147 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 6020 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6148 6021
6149 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6150 # mode. It turns out that the SunPro C++ compiler does not properly
6151 # handle `-M -o', and we need to detect this. Also, some Intel
6152 # versions had trouble with output in subdirs
6153 am__obj=sub/conftest.${OBJEXT-o}
6154 am__minus_obj="-o $am__obj"
6155 case $depmode in 6022 case $depmode in
6156 gcc)
6157 # This depmode causes a compiler race in universal mode.
6158 test "$am__universal" = false || continue
6159 ;;
6160 nosideeffect) 6023 nosideeffect)
6161 # after this tag, mechanisms are not by side-effect, so they'll 6024 # after this tag, mechanisms are not by side-effect, so they'll
6162 # only be used when explicitly requested 6025 # only be used when explicitly requested
6163 if test "x$enable_dependency_tracking" = xyes; then 6026 if test "x$enable_dependency_tracking" = xyes; then
6164 continue 6027 continue
6165 else 6028 else
6166 break 6029 break
6167 fi 6030 fi
6168 ;; 6031 ;;
6169 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
6170 # This compiler won't grok `-c -o', but also, the minuso test has
6171 # not run yet. These depmodes are late enough in the game, and
6172 # so weak that their functioning should not be impacted.
6173 am__obj=conftest.${OBJEXT-o}
6174 am__minus_obj=
6175 ;;
6176 none) break ;; 6032 none) break ;;
6177 esac 6033 esac
6034 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6035 # mode. It turns out that the SunPro C++ compiler does not properly
6036 # handle `-M -o', and we need to detect this.
6178 if depmode=$depmode \ 6037 if depmode=$depmode \
6179 source=sub/conftest.c object=$am__obj \ 6038 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6180 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6039 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6181 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 6040 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6182 >/dev/null 2>conftest.err && 6041 >/dev/null 2>conftest.err &&
6183 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6184 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6042 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6185 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 6043 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6186 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6044 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6187 # icc doesn't choke on unknown options, it will just issue warnings 6045 # icc doesn't choke on unknown options, it will just issue warnings
6188 # or remarks (even with -Werror). So we grep stderr for any message 6046 # (even with -Werror). So we grep stderr for any message
6189 # that says an option was ignored or not supported. 6047 # that says an option was ignored.
6190 # When given -MP, icc 7.0 and 7.1 complain thusly:
6191 # icc: Command line warning: ignoring option '-M'; no argument required
6192 # The diagnosis changed in icc 8.0:
6193 # icc: Command line remark: option '-MP' not supported
6194 if (grep 'ignoring option' conftest.err ||
6195 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 6048 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6196 am_cv_CXX_dependencies_compiler_type=$depmode 6049 am_cv_CXX_dependencies_compiler_type=$depmode
6197 break 6050 break
6198 fi 6051 fi
6199 fi 6052 fi
6200 done 6053 done
6208fi 6061fi
6209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 6062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
6210$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 6063$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
6211CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6064CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6212 6065
6066
6067
6213 if 6068if
6214 test "x$enable_dependency_tracking" != xno \ 6069 test "x$enable_dependency_tracking" != xno \
6215 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 6070 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6216 am__fastdepCXX_TRUE= 6071 am__fastdepCXX_TRUE=
6217 am__fastdepCXX_FALSE='#' 6072 am__fastdepCXX_FALSE='#'
6218else 6073else
8470fi 8325fi
8471 8326
8472 8327
8473 8328
8474 8329
8330
8331
8475 if test x$rohc = xtrue; then 8332if test x$rohc = xtrue; then
8476 ROHC_TRUE= 8333 ROHC_TRUE=
8477 ROHC_FALSE='#' 8334 ROHC_FALSE='#'
8478else 8335else
8479 ROHC_TRUE='#' 8336 ROHC_TRUE='#'
8480 ROHC_FALSE= 8337 ROHC_FALSE=
8620cat >>confdefs.h <<_ACEOF 8477cat >>confdefs.h <<_ACEOF
8621#define HMACLENGTH $HMACSIZE 8478#define HMACLENGTH $HMACSIZE
8622_ACEOF 8479_ACEOF
8623 8480
8624 8481
8625RANDSIZE=12
8626# Check whether --enable-rand-length was given.
8627if test "${enable_rand_length+set}" = set; then :
8628 enableval=$enable_rand_length; RANDSIZE=$enableval
8629
8630fi
8631
8632
8633cat >>confdefs.h <<_ACEOF
8634#define RAND_SIZE $RANDSIZE
8635_ACEOF
8636
8637
8638MTU=1500 8482MTU=1500
8639# Check whether --enable-max-mtu was given. 8483# Check whether --enable-max-mtu was given.
8640if test "${enable_max_mtu+set}" = set; then : 8484if test "${enable_max_mtu+set}" = set; then :
8641 enableval=$enable_max_mtu; MTU=$enableval 8485 enableval=$enable_max_mtu; MTU=$enableval
8642 8486
8661cat >>confdefs.h <<_ACEOF 8505cat >>confdefs.h <<_ACEOF
8662#define ENABLE_COMPRESSION $COMPRESS 8506#define ENABLE_COMPRESSION $COMPRESS
8663_ACEOF 8507_ACEOF
8664 8508
8665 8509
8666CIPHER=aes_128_cbc 8510CIPHER=aes_128_ctr
8667# Check whether --enable-cipher was given. 8511# Check whether --enable-cipher was given.
8668if test "${enable_cipher+set}" = set; then : 8512if test "${enable_cipher+set}" = set; then :
8669 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi 8513 enableval=$enable_cipher; #if test "x$enableval" = xbf ; then CIPHER=bf_ctr ; fi
8670 if test "x$enableval" = xaes-128 ; then CIPHER=aes_128_cbc ; fi 8514 if test "x$enableval" = xaes-128 ; then CIPHER=aes_128_ctr ; fi
8671 if test "x$enableval" = xaes-192 ; then CIPHER=aes_192_cbc ; fi 8515 if test "x$enableval" = xaes-192 ; then CIPHER=aes_192_ctr ; fi
8672 if test "x$enableval" = xaes-256 ; then CIPHER=aes_256_cbc ; fi 8516 if test "x$enableval" = xaes-256 ; then CIPHER=aes_256_ctr ; fi
8673 if test "x$enableval" = xcamellia-128; then CIPHER=camellia_128_cbc; fi 8517 #if test "x$enableval" = xcamellia-128; then CIPHER=camellia_128_ctr; fi
8674 if test "x$enableval" = xcamellia-256; then CIPHER=camellia_256_cbc; fi 8518 #if test "x$enableval" = xcamellia-256; then CIPHER=camellia_256_ctr; fi
8675 8519
8676fi 8520fi
8677 8521
8678 8522
8679cat >>confdefs.h <<_ACEOF 8523cat >>confdefs.h <<_ACEOF
8835LIBOBJS=$ac_libobjs 8679LIBOBJS=$ac_libobjs
8836 8680
8837LTLIBOBJS=$ac_ltlibobjs 8681LTLIBOBJS=$ac_ltlibobjs
8838 8682
8839 8683
8840 if test -n "$EXEEXT"; then
8841 am__EXEEXT_TRUE=
8842 am__EXEEXT_FALSE='#'
8843else
8844 am__EXEEXT_TRUE='#'
8845 am__EXEEXT_FALSE=
8846fi
8847
8848if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 8684if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8849 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 8685 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
8850Usually this means the macro was only invoked conditionally." "$LINENO" 5 8686Usually this means the macro was only invoked conditionally." "$LINENO" 5
8851fi 8687fi
8852if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 8688if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9337gives unlimited permission to copy, distribute and modify it." 9173gives unlimited permission to copy, distribute and modify it."
9338 9174
9339ac_pwd='$ac_pwd' 9175ac_pwd='$ac_pwd'
9340srcdir='$srcdir' 9176srcdir='$srcdir'
9341INSTALL='$INSTALL' 9177INSTALL='$INSTALL'
9342MKDIR_P='$MKDIR_P'
9343AWK='$AWK' 9178AWK='$AWK'
9344test -n "\$AWK" || AWK=awk 9179test -n "\$AWK" || AWK=awk
9345_ACEOF 9180_ACEOF
9346 9181
9347cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9182cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9919 9754
9920 case $INSTALL in 9755 case $INSTALL in
9921 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9756 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9922 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9757 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9923 esac 9758 esac
9924 ac_MKDIR_P=$MKDIR_P
9925 case $MKDIR_P in
9926 [\\/$]* | ?:[\\/]* ) ;;
9927 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9928 esac
9929_ACEOF 9759_ACEOF
9930 9760
9931cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9761cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9932# If the template does not know about datarootdir, expand it. 9762# If the template does not know about datarootdir, expand it.
9933# FIXME: This hack should be removed a few years after 2.60. 9763# FIXME: This hack should be removed a few years after 2.60.
9978s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9808s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9979s&@builddir@&$ac_builddir&;t t 9809s&@builddir@&$ac_builddir&;t t
9980s&@abs_builddir@&$ac_abs_builddir&;t t 9810s&@abs_builddir@&$ac_abs_builddir&;t t
9981s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9811s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9982s&@INSTALL@&$ac_INSTALL&;t t 9812s&@INSTALL@&$ac_INSTALL&;t t
9983s&@MKDIR_P@&$ac_MKDIR_P&;t t
9984$ac_datarootdir_hack 9813$ac_datarootdir_hack
9985" 9814"
9986eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 9815eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
9987 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9816 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9988 9817
10024 $as_echo "/* $configure_input */" \ 9853 $as_echo "/* $configure_input */" \
10025 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 9854 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
10026 || as_fn_error $? "could not create -" "$LINENO" 5 9855 || as_fn_error $? "could not create -" "$LINENO" 5
10027 fi 9856 fi
10028# Compute "$ac_file"'s index in $config_headers. 9857# Compute "$ac_file"'s index in $config_headers.
10029_am_arg="$ac_file"
10030_am_stamp_count=1 9858_am_stamp_count=1
10031for _am_header in $config_headers :; do 9859for _am_header in $config_headers :; do
10032 case $_am_header in 9860 case $_am_header in
10033 $_am_arg | $_am_arg:* ) 9861 "$ac_file" | "$ac_file":* )
10034 break ;; 9862 break ;;
10035 * ) 9863 * )
10036 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 9864 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
10037 esac 9865 esac
10038done 9866done
10039echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 9867echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
10040$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9868$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10041 X"$_am_arg" : 'X\(//\)[^/]' \| \ 9869 X"$ac_file" : 'X\(//\)[^/]' \| \
10042 X"$_am_arg" : 'X\(//\)$' \| \ 9870 X"$ac_file" : 'X\(//\)$' \| \
10043 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 9871 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
10044$as_echo X"$_am_arg" | 9872$as_echo X"$ac_file" |
10045 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 9873 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10046 s//\1/ 9874 s//\1/
10047 q 9875 q
10048 } 9876 }
10049 /^X\(\/\/\)[^/].*/{ 9877 /^X\(\/\/\)[^/].*/{
10162 done 9990 done
10163 fi 9991 fi
10164 ;; 9992 ;;
10165 esac 9993 esac
10166 done ;; 9994 done ;;
10167 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 9995 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10168 # Autoconf 2.62 quotes --file arguments for eval, but not when files
10169 # are listed without --file. Let's play safe and only enable the eval
10170 # if we detect the quoting.
10171 case $CONFIG_FILES in
10172 *\'*) eval set x "$CONFIG_FILES" ;;
10173 *) set x $CONFIG_FILES ;;
10174 esac
10175 shift
10176 for mf
10177 do
10178 # Strip MF so we end up with the name of the file. 9996 # Strip MF so we end up with the name of the file.
10179 mf=`echo "$mf" | sed -e 's/:.*$//'` 9997 mf=`echo "$mf" | sed -e 's/:.*$//'`
10180 # Check whether this is an Automake generated Makefile or not. 9998 # Check whether this is an Automake generated Makefile or not.
10181 # We used to match only the files named `Makefile.in', but 9999 # We used to match only the files named `Makefile.in', but
10182 # some people rename them; so instead we look at the file content. 10000 # some people rename them; so instead we look at the file content.
10183 # Grep'ing the first line is not enough: some people post-process 10001 # Grep'ing the first line is not enough: some people post-process
10184 # each Makefile.in and add a new line on top of each file to say so. 10002 # each Makefile.in and add a new line on top of each file to say so.
10185 # Grep'ing the whole file is not good either: AIX grep has a line 10003 # So let's grep whole file.
10186 # limit of 2048, but all sed's we know have understand at least 4000.
10187 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 10004 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10188 dirpart=`$as_dirname -- "$mf" || 10005 dirpart=`$as_dirname -- "$mf" ||
10189$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10006$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10190 X"$mf" : 'X\(//\)[^/]' \| \ 10007 X"$mf" : 'X\(//\)[^/]' \| \
10191 X"$mf" : 'X\(//\)$' \| \ 10008 X"$mf" : 'X\(//\)$' \| \
10192 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 10009 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
10193$as_echo X"$mf" | 10010$as_echo X"$mf" |
10206 /^X\(\/\).*/{ 10023 /^X\(\/\).*/{
10207 s//\1/ 10024 s//\1/
10208 q 10025 q
10209 } 10026 }
10210 s/.*/./; q'` 10027 s/.*/./; q'`
10211 else 10028 else
10212 continue 10029 continue
10213 fi 10030 fi
10214 # Extract the definition of DEPDIR, am__include, and am__quote 10031 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10215 # from the Makefile without running `make'. 10032 # Extract the definition of DEP_FILES from the Makefile without
10033 # running `make'.
10216 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 10034 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10217 test -z "$DEPDIR" && continue 10035 test -z "$DEPDIR" && continue
10218 am__include=`sed -n 's/^am__include = //p' < "$mf"`
10219 test -z "am__include" && continue
10220 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
10221 # When using ansi2knr, U may be empty or an underscore; expand it 10036 # When using ansi2knr, U may be empty or an underscore; expand it
10222 U=`sed -n 's/^U = //p' < "$mf"` 10037 U=`sed -n -e '/^U = / s///p' < "$mf"`
10223 # Find all dependency output files, they are included files with 10038 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10224 # $(DEPDIR) in their names. We invoke sed twice because it is the 10039 # We invoke sed twice because it is the simplest approach to
10225 # simplest approach to changing $(DEPDIR) to its actual value in the 10040 # changing $(DEPDIR) to its actual value in the expansion.
10226 # expansion.
10227 for file in `sed -n " 10041 for file in `sed -n -e '
10228 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 10042 /^DEP_FILES = .*\\\\$/ {
10043 s/^DEP_FILES = //
10044 :loop
10045 s/\\\\$//
10046 p
10047 n
10048 /\\\\$/ b loop
10049 p
10050 }
10051 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10229 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 10052 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10230 # Make sure the directory exists. 10053 # Make sure the directory exists.
10231 test -f "$dirpart/$file" && continue 10054 test -f "$dirpart/$file" && continue
10232 fdir=`$as_dirname -- "$file" || 10055 fdir=`$as_dirname -- "$file" ||
10233$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10056$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10234 X"$file" : 'X\(//\)[^/]' \| \ 10057 X"$file" : 'X\(//\)[^/]' \| \
10235 X"$file" : 'X\(//\)$' \| \ 10058 X"$file" : 'X\(//\)$' \| \
10236 X"$file" : 'X\(/\)' \| . 2>/dev/null || 10059 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
10237$as_echo X"$file" | 10060$as_echo X"$file" |
10250 /^X\(\/\).*/{ 10073 /^X\(\/\).*/{
10251 s//\1/ 10074 s//\1/
10252 q 10075 q
10253 } 10076 }
10254 s/.*/./; q'` 10077 s/.*/./; q'`
10255 as_dir=$dirpart/$fdir; as_fn_mkdir_p 10078 as_dir=$dirpart/$fdir; as_fn_mkdir_p
10256 # echo "creating $dirpart/$file" 10079 # echo "creating $dirpart/$file"
10257 echo '# dummy' > "$dirpart/$file" 10080 echo '# dummy' > "$dirpart/$file"
10258 done
10259 done 10081 done
10260} 10082done
10261 ;; 10083 ;;
10262 10084
10263 esac 10085 esac
10264done # for ac_tag 10086done # for ac_tag
10265 10087
10306echo "*** RSA size: $RSA" 10128echo "*** RSA size: $RSA"
10307echo "*** Cipher used: $CIPHER" 10129echo "*** Cipher used: $CIPHER"
10308echo "*** Digest used: $DIGEST" 10130echo "*** Digest used: $DIGEST"
10309echo "*** Authdigest: $AUTH" 10131echo "*** Authdigest: $AUTH"
10310echo "*** HMAC length: $HMAC" 10132echo "*** HMAC length: $HMAC"
10311echo "*** RAND used: $RAND"
10312echo "*** Max. MTU: $MTU" 10133echo "*** Max. MTU: $MTU"
10313 10134
10314echo "***" 10135echo "***"
10315echo "*** Enable options:" 10136echo "*** Enable options:"
10316grep ENABLE_ config.h | sed -e 's/^/*** /' 10137grep ENABLE_ config.h | sed -e 's/^/*** /'
10318if test "$HMACSIZE" -lt 12; then 10139if test "$HMACSIZE" -lt 12; then
10319echo "***" 10140echo "***"
10320echo "*** WARNING: The hmac length you have chosen ($HMACSIZE) is quite insecure" 10141echo "*** WARNING: The hmac length you have chosen ($HMACSIZE) is quite insecure"
10321fi 10142fi
10322 10143
10323if test "$RANDSIZE" -lt 12; then
10324echo "***"
10325echo "*** WARNING: The random prefix you have chosen ($RANDSIZE) is probably insecure"
10326fi
10327
10328echo "***" 10144echo "***"
10329echo 10145echo
10330 10146
10331 10147

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines