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

Comparing gvpe/configure (file contents):
Revision 1.11 by pcg, Sat Jan 17 01:18:36 2004 UTC vs.
Revision 1.19 by pcg, Thu May 13 13:09:16 2004 UTC

1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.58. 3# Generated by GNU Autoconf 2.59.
4# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc. 5# Copyright (C) 2003 Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ## 8## --------------------- ##
307#endif 307#endif
308#if HAVE_UNISTD_H 308#if HAVE_UNISTD_H
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP INCLUDES LIBOBJS LTLIBOBJS' 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS'
313ac_subst_files='' 313ac_subst_files=''
314 314
315# Initialize some variables set by options. 315# Initialize some variables set by options.
316ac_init_help= 316ac_init_help=
317ac_init_version=false 317ac_init_version=false
867 --disable-dependency-tracking Speeds up one-time builds 867 --disable-dependency-tracking Speeds up one-time builds
868 --enable-dependency-tracking Do not reject slow dependency extractors 868 --enable-dependency-tracking Do not reject slow dependency extractors
869 --disable-rpath do not hardcode runtime library paths 869 --disable-rpath do not hardcode runtime library paths
870 --disable-nls do not use Native Language Support 870 --disable-nls do not use Native Language Support
871 --enable-iftype=TYPE/SUBTYPE 871 --enable-iftype=TYPE/SUBTYPE
872 Use kernel/net device interface TYPE/SUBTYPE. Working combinations are: 872 Use kernel/net device interface TYPE/SUBTYPE.
873 "native/linux" "tincd/linux" "tincd/freebsd" "tincd/openbsd" "tincd/darwin" "native/cygwin"; Untested 873 Working combinations are: "native/linux"
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875 "tincd/darwin" "native/cygwin"; Untested
874 combinations are: "tincd/netbsd" "tincd/solaris" "tincd/mingw"; Broken combinations are: 876 combinations are: "tincd/netbsd" "tincd/solaris"
877 "tincd/mingw"; Broken combinations are:
875 "tincd/cygwin"; The default is to autodetect. 878 "tincd/cygwin"; The default is to autodetect.
876 --enable-rohc 879 --enable-rohc enable robust header compression (rfc3095).
877 enable robust header compression (rfc3095). 880 --enable-icmp enable icmp protocol support (default disabled).
878 --enable-icmp 881 --enable-tcp enable tcp protocol support (default disabled).
879 enable icmp protocol support (default disabled). 882 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
880 --enable-tcp 883 --enable-http-proxy enable http proxy connect support (default
881 enable tcp protocol support (default disabled). 884 disabled).
882 --enable-http-proxy
883 enable http proxy connect support (default disabled).
884 --enable-hmac-length=BYTES 885 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 8868use a hmac of length BYTES bytes (default 12). Allowed values are 4
886 12). Allowed values are 4, 8, 12, 16.
887 --enable-rand-length=BYTES 887 --enable-rand-length=BYTES
888 use BYTES bytes of extra randomness (default 8). 8884use BYTES bytes of extra randomness (default 8). Allowed values are 0
889 Allowed values are 0, 4, 8. 889 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
890 --enable-max-mtu=BYTES
891 enable mtu sizes upto BYTES bytes (default 1500).
892 Use 9100 for jumbogram support. 890 Use 9100 for jumbogram support.
893 --disable-compression 891 --disable-compression Disable compression support.
894 Disable compression support. 892 --enable-cipher Select the symmetric cipher (default "bf"). Must be one of
895 --enable-cipher 893"aes-128" (rijndael)"bf" (blowfish)
896 Select the symmetric cipher (default "bf"). Must be
897 one of "bf" (blowfish), "aes-128" (rijndael), "aes-192" or "aes-256".
898 --enable-digest 894 --enable-digest
899 Select the digets algorithm to use (default "sha1"). 895"ripemd160"Select the digets algorithm to use (default "sha1"). Must be one of
900 Must be one of "sha1", "ripemd160", "md5" or "md4" 896"ripemd160""sha1"
901 (insecure).
902 897
903Optional Packages: 898Optional Packages:
904 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 899 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
905 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 900 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
906 --with-gnu-ld assume the C compiler uses GNU ld default=no 901 --with-gnu-ld assume the C compiler uses GNU ld default=no
912 (default: /usr/src/linux) 907 (default: /usr/src/linux)
913 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl) 908 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
914 --with-openssl-lib=DIR OpenSSL library directory 909 --with-openssl-lib=DIR OpenSSL library directory
915 910
916Some influential environment variables: 911Some influential environment variables:
917 CC 912 CC C compiler command
918 C compiler command 913 CFLAGS C compiler flags
919 CFLAGS
920 C compiler flags
921 LDFLAGS
922 linker flags, e.g. -L<lib dir> if you have 914 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
923 libraries in a nonstandard directory <lib dir> 915 nonstandard directory <lib dir>
924 CPPFLAGS
925 C/C++ preprocessor flags, e.g. -I<include dir> if you 916 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
926 have headers in a nonstandard directory <include dir> 917 headers in a nonstandard directory <include dir>
927 CPP 918 CPP C preprocessor
928 C preprocessor
929 CXX
930 C++ compiler command 919 CXX C++ compiler command
931 CXXFLAGS
932 C++ compiler flags 920 CXXFLAGS C++ compiler flags
933 CXXCPP
934 C++ preprocessor 921 CXXCPP C++ preprocessor
935 922
936Use these variables to override the choices made by `configure' or to help 923Use these variables to override the choices made by `configure' or to help
937it to find libraries and programs with nonstandard names/locations. 924it to find libraries and programs with nonstandard names/locations.
938 925
939_ACEOF 926_ACEOF
1042cat >&5 <<_ACEOF 1029cat >&5 <<_ACEOF
1043This file contains any messages produced by compilers while 1030This file contains any messages produced by compilers while
1044running configure, to aid debugging if configure makes a mistake. 1031running configure, to aid debugging if configure makes a mistake.
1045 1032
1046It was created by $as_me, which was 1033It was created by $as_me, which was
1047generated by GNU Autoconf 2.58. Invocation command line was 1034generated by GNU Autoconf 2.59. Invocation command line was
1048 1035
1049 $ $0 $@ 1036 $ $0 $@
1050 1037
1051_ACEOF 1038_ACEOF
1052{ 1039{
1369 1356
1370 1357
1371 1358
1372 1359
1373 1360
1361
1374ac_aux_dir= 1362ac_aux_dir=
1375for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1363for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1376 if test -f $ac_dir/install-sh; then 1364 if test -f $ac_dir/install-sh; then
1377 ac_aux_dir=$ac_dir 1365 ac_aux_dir=$ac_dir
1378 ac_install_sh="$ac_aux_dir/install-sh -c" 1366 ac_install_sh="$ac_aux_dir/install-sh -c"
1726fi 1714fi
1727 1715
1728 1716
1729# Define the identity of the package. 1717# Define the identity of the package.
1730 PACKAGE=vpe 1718 PACKAGE=vpe
1731 VERSION=1.2 1719 VERSION=1.6.1
1732 1720
1733 1721
1734cat >>confdefs.h <<_ACEOF 1722cat >>confdefs.h <<_ACEOF
1735#define PACKAGE "$PACKAGE" 1723#define PACKAGE "$PACKAGE"
1736_ACEOF 1724_ACEOF
4566cat >>confdefs.h <<\_ACEOF 4554cat >>confdefs.h <<\_ACEOF
4567#define _GNU_SOURCE 1 4555#define _GNU_SOURCE 1
4568_ACEOF 4556_ACEOF
4569 4557
4570 4558
4571cat >>confdefs.h <<\_ACEOF 4559# do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4572#define __USE_BSD 1
4573_ACEOF
4574
4575 4560
4576ALL_LINGUAS="" 4561ALL_LINGUAS=""
4577 4562
4578ac_ext=c 4563ac_ext=c
4579ac_cpp='$CPP $CPPFLAGS' 4564ac_cpp='$CPP $CPPFLAGS'
6391else 6376else
6392 RANLIB="$ac_cv_prog_RANLIB" 6377 RANLIB="$ac_cv_prog_RANLIB"
6393fi 6378fi
6394 6379
6395 6380
6396
6397 echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
6398echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
6399if test "${ac_cv_lib_cposix_strerror+set}" = set; then
6400 echo $ECHO_N "(cached) $ECHO_C" >&6
6401else
6402 ac_check_lib_save_LIBS=$LIBS
6403LIBS="-lcposix $LIBS"
6404cat >conftest.$ac_ext <<_ACEOF
6405/* confdefs.h. */
6406_ACEOF
6407cat confdefs.h >>conftest.$ac_ext
6408cat >>conftest.$ac_ext <<_ACEOF
6409/* end confdefs.h. */
6410
6411/* Override any gcc2 internal prototype to avoid an error. */
6412#ifdef __cplusplus
6413extern "C"
6414#endif
6415/* We use char because int might match the return type of a gcc2
6416 builtin and then its argument prototype would still apply. */
6417char strerror ();
6418int
6419main ()
6420{
6421strerror ();
6422 ;
6423 return 0;
6424}
6425_ACEOF
6426rm -f conftest.$ac_objext conftest$ac_exeext
6427if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6428 (eval $ac_link) 2>conftest.er1
6429 ac_status=$?
6430 grep -v '^ *+' conftest.er1 >conftest.err
6431 rm -f conftest.er1
6432 cat conftest.err >&5
6433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6434 (exit $ac_status); } &&
6435 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6437 (eval $ac_try) 2>&5
6438 ac_status=$?
6439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6440 (exit $ac_status); }; } &&
6441 { ac_try='test -s conftest$ac_exeext'
6442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6443 (eval $ac_try) 2>&5
6444 ac_status=$?
6445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); }; }; then
6447 ac_cv_lib_cposix_strerror=yes
6448else
6449 echo "$as_me: failed program was:" >&5
6450sed 's/^/| /' conftest.$ac_ext >&5
6451
6452ac_cv_lib_cposix_strerror=no
6453fi
6454rm -f conftest.err conftest.$ac_objext \
6455 conftest$ac_exeext conftest.$ac_ext
6456LIBS=$ac_check_lib_save_LIBS
6457fi
6458echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
6459echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
6460if test $ac_cv_lib_cposix_strerror = yes; then
6461 LIBS="$LIBS -lcposix"
6462fi
6463
6464
6465
6466
6467# Check whether --enable-iftype or --disable-iftype was given. 6381# Check whether --enable-iftype or --disable-iftype was given.
6468if test "${enable_iftype+set}" = set; then 6382if test "${enable_iftype+set}" = set; then
6469 enableval="$enable_iftype" 6383 enableval="$enable_iftype"
6470 6384
6471 IFTYPE=`echo $enableval | sed s%/.*%%` 6385 IFTYPE=`echo $enableval | sed s%/.*%%`
7260 7174
7261 7175
7262 7176
7263 7177
7264 7178
7265
7266for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \ 7179for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7267 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h arpa/inet.h \ 7180 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7268 sys/mman.h netinet/in.h 7181 sys/mman.h netinet/in.h
7269do 7182do
7270as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7183as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7271if eval "test \"\${$as_ac_Header+set}\" = set"; then 7184if eval "test \"\${$as_ac_Header+set}\" = set"; then
7272 echo "$as_me:$LINENO: checking for $ac_header" >&5 7185 echo "$as_me:$LINENO: checking for $ac_header" >&5
7416 7329
7417 7330
7418 7331
7419 7332
7420 7333
7334
7421for ac_header in net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h 7335for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7422do 7336do
7423as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7337as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7424echo "$as_me:$LINENO: checking for $ac_header" >&5 7338echo "$as_me:$LINENO: checking for $ac_header" >&5
7425echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7339echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7426if eval "test \"\${$as_ac_Header+set}\" = set"; then 7340if eval "test \"\${$as_ac_Header+set}\" = set"; then
9767 enableval="$enable_rohc" 9681 enableval="$enable_rohc"
9768 9682
9769 echo 9683 echo
9770 echo "**********************************************************************" 9684 echo "**********************************************************************"
9771 echo "**********************************************************************" 9685 echo "**********************************************************************"
9772 echo "**** --enable-rohc not yet implemented *******************************" 9686 echo "**** --enable-rohc is highly experimental, do not use ****************"
9773 echo "**********************************************************************"
9774 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9775 echo "**** implementation to be used in GPL code on the web."
9776 echo "**** so this option is just a fake. Please implement one and send it"
9777 echo "**** to me ;)"
9778 echo "**********************************************************************"
9779 echo "**********************************************************************"
9780 echo "**********************************************************************" 9687 echo "**********************************************************************"
9781 echo "**********************************************************************" 9688 echo "**********************************************************************"
9782 echo 9689 echo
9690 rohc=true
9691
9692cat >>confdefs.h <<_ACEOF
9693#define ENABLE_ROHC 1
9694_ACEOF
9695
9783 9696
9784 9697
9785fi; 9698fi;
9699
9700
9701
9702if test x$rohc = xtrue; then
9703 ROHC_TRUE=
9704 ROHC_FALSE='#'
9705else
9706 ROHC_TRUE='#'
9707 ROHC_FALSE=
9708fi
9709
9786 9710
9787# Check whether --enable-icmp or --disable-icmp was given. 9711# Check whether --enable-icmp or --disable-icmp was given.
9788if test "${enable_icmp+set}" = set; then 9712if test "${enable_icmp+set}" = set; then
9789 enableval="$enable_icmp" 9713 enableval="$enable_icmp"
9790 9714
9804_ACEOF 9728_ACEOF
9805 9729
9806 9730
9807fi; 9731fi;
9808 9732
9733# Check whether --enable-dns or --disable-dns was given.
9734if test "${enable_dns+set}" = set; then
9735 enableval="$enable_dns"
9736
9737cat >>confdefs.h <<_ACEOF
9738#define ENABLE_DNS 1
9739_ACEOF
9740
9741
9742fi;
9743
9809# Check whether --enable-http-proxy or --disable-http-proxy was given. 9744# Check whether --enable-http-proxy or --disable-http-proxy was given.
9810if test "${enable_http_proxy+set}" = set; then 9745if test "${enable_http_proxy+set}" = set; then
9811 enableval="$enable_http_proxy" 9746 enableval="$enable_http_proxy"
9812 9747
9813cat >>confdefs.h <<_ACEOF 9748cat >>confdefs.h <<_ACEOF
9815_ACEOF 9750_ACEOF
9816 9751
9817 9752
9818fi; 9753fi;
9819 9754
9820HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9755HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9821if test "${enable_hmac_length+set}" = set; then 9756if test "${enable_hmac_length+set}" = set; then
9822 enableval="$enable_hmac_length" 9757 enableval="$enable_hmac_length"
9823 HMAC=$enableval 9758 HMAC=$enableval
9824 9759
9825fi; 9760fi;
9911 9846
9912 9847
9913 9848
9914 9849
9915 9850
9916 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile" 9851 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9852
9917cat >confcache <<\_ACEOF 9853cat >confcache <<\_ACEOF
9918# This file is a shell script that caches the results of configure 9854# This file is a shell script that caches the results of configure
9919# tests run on this system so they can be shared between configure 9855# tests run on this system so they can be shared between configure
9920# scripts and configure runs, see configure's option --config-cache. 9856# scripts and configure runs, see configure's option --config-cache.
9921# It is not useful on other systems. If it contains results you don't 9857# It is not useful on other systems. If it contains results you don't
10035fi 9971fi
10036if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 9972if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10037 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 9973 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10038Usually this means the macro was only invoked conditionally." >&5 9974Usually this means the macro was only invoked conditionally." >&5
10039echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 9975echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9976Usually this means the macro was only invoked conditionally." >&2;}
9977 { (exit 1); exit 1; }; }
9978fi
9979if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
9980 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
9981Usually this means the macro was only invoked conditionally." >&5
9982echo "$as_me: error: conditional \"ROHC\" was never defined.
10040Usually this means the macro was only invoked conditionally." >&2;} 9983Usually this means the macro was only invoked conditionally." >&2;}
10041 { (exit 1); exit 1; }; } 9984 { (exit 1); exit 1; }; }
10042fi 9985fi
10043 9986
10044: ${CONFIG_STATUS=./config.status} 9987: ${CONFIG_STATUS=./config.status}
10310_ASBOX 10253_ASBOX
10311} >&5 10254} >&5
10312cat >&5 <<_CSEOF 10255cat >&5 <<_CSEOF
10313 10256
10314This file was extended by $as_me, which was 10257This file was extended by $as_me, which was
10315generated by GNU Autoconf 2.58. Invocation command line was 10258generated by GNU Autoconf 2.59. Invocation command line was
10316 10259
10317 CONFIG_FILES = $CONFIG_FILES 10260 CONFIG_FILES = $CONFIG_FILES
10318 CONFIG_HEADERS = $CONFIG_HEADERS 10261 CONFIG_HEADERS = $CONFIG_HEADERS
10319 CONFIG_LINKS = $CONFIG_LINKS 10262 CONFIG_LINKS = $CONFIG_LINKS
10320 CONFIG_COMMANDS = $CONFIG_COMMANDS 10263 CONFIG_COMMANDS = $CONFIG_COMMANDS
10373_ACEOF 10316_ACEOF
10374 10317
10375cat >>$CONFIG_STATUS <<_ACEOF 10318cat >>$CONFIG_STATUS <<_ACEOF
10376ac_cs_version="\\ 10319ac_cs_version="\\
10377config.status 10320config.status
10378configured by $0, generated by GNU Autoconf 2.58, 10321configured by $0, generated by GNU Autoconf 2.59,
10379 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 10322 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10380 10323
10381Copyright (C) 2003 Free Software Foundation, Inc. 10324Copyright (C) 2003 Free Software Foundation, Inc.
10382This config.status script is free software; the Free Software Foundation 10325This config.status script is free software; the Free Software Foundation
10383gives unlimited permission to copy, distribute and modify it." 10326gives unlimited permission to copy, distribute and modify it."
10492 case "$ac_config_target" in 10435 case "$ac_config_target" in
10493 # Handling of arguments. 10436 # Handling of arguments.
10494 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 10437 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10495 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 10438 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10496 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 10439 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10440 "src/rohc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rohc/Makefile" ;;
10497 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 10441 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10498 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 10442 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10499 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 10443 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10500 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 10444 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10501 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 10445 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10662s,@IFSUBTYPE@,$IFSUBTYPE,;t t 10606s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10663s,@CXXCPP@,$CXXCPP,;t t 10607s,@CXXCPP@,$CXXCPP,;t t
10664s,@ALLOCA@,$ALLOCA,;t t 10608s,@ALLOCA@,$ALLOCA,;t t
10665s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t 10609s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10666s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t 10610s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10611s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10612s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10667s,@INCLUDES@,$INCLUDES,;t t 10613s,@INCLUDES@,$INCLUDES,;t t
10668s,@LIBOBJS@,$LIBOBJS,;t t 10614s,@LIBOBJS@,$LIBOBJS,;t t
10669s,@LTLIBOBJS@,$LTLIBOBJS,;t t 10615s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10670CEOF 10616CEOF
10671 10617
11474echo "*** Digest used: $DIGEST" 11420echo "*** Digest used: $DIGEST"
11475echo "*** HMAC length: $HMAC" 11421echo "*** HMAC length: $HMAC"
11476echo "*** RAND used: $RAND" 11422echo "*** RAND used: $RAND"
11477echo "*** Max. MTU: $MTU" 11423echo "*** Max. MTU: $MTU"
11478echo "*** Compression: $COMPRESS" 11424echo "*** Compression: $COMPRESS"
11425
11426if test "x$DIGEST" = xmd4; then
11479echo "***" 11427echo "***"
11480
11481if test "x$DIGEST" = xmd4; then
11482echo "*** WARNING"
11483echo "*** The digest you have chosen ($DIGEST) is known to be insecure" 11428echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11429fi
11430
11431if test "$HMAC" -lt 12; then
11484echo "***" 11432echo "***"
11433echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11485fi 11434fi
11435
11436if test "$RAND" -lt 8; then
11437echo "***"
11438echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11439fi
11440
11441echo "***"
11486 11442
11487echo 11443echo
11488 11444
11489 11445
11490 11446

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines