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

Comparing gvpe/configure (file contents):
Revision 1.15 by pcg, Thu Jan 29 19:22:05 2004 UTC vs.
Revision 1.22 by pcg, Fri Jun 11 15:56:03 2004 UTC

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 LDFLAGS_DAEMON 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
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd" 874 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875 "tincd/darwin" "native/cygwin"; Untested 875 "tincd/darwin" "native/cygwin"; Untested
876 combinations are: "tincd/netbsd" "tincd/solaris" 876 combinations are: "tincd/netbsd" "tincd/solaris"
877 "tincd/mingw"; Broken combinations are: 877 "tincd/mingw"; Broken combinations are:
878 "tincd/cygwin"; The default is to autodetect. 878 "tincd/cygwin"; The default is to autodetect.
879 --enable-static-daemon enable statically linked daemon.
879 --enable-rohc enable robust header compression (rfc3095). 880 --enable-rohc enable robust header compression (rfc3095).
880 --enable-icmp enable icmp protocol support (default disabled). 881 --enable-icmp enable icmp protocol support (default disabled).
881 --enable-tcp enable tcp protocol support (default disabled). 882 --enable-tcp enable tcp protocol support (default disabled).
883 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
882 --enable-http-proxy enable http proxy connect support (default 884 --enable-http-proxy enable http proxy connect support (default
883 disabled). 885 disabled).
884 --enable-hmac-length=BYTES 886 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 12). 887 use a hmac of length BYTES bytes (default 12).
886 Allowed values are 4, 8, 12, 16. 888 Allowed values are 4, 8, 12, 16.
1358 1360
1359 1361
1360 1362
1361 1363
1362 1364
1365
1363ac_aux_dir= 1366ac_aux_dir=
1364for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1367for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1365 if test -f $ac_dir/install-sh; then 1368 if test -f $ac_dir/install-sh; then
1366 ac_aux_dir=$ac_dir 1369 ac_aux_dir=$ac_dir
1367 ac_install_sh="$ac_aux_dir/install-sh -c" 1370 ac_install_sh="$ac_aux_dir/install-sh -c"
1714 fi 1717 fi
1715fi 1718fi
1716 1719
1717 1720
1718# Define the identity of the package. 1721# Define the identity of the package.
1719 PACKAGE=vpe 1722 PACKAGE=gvpe
1720 VERSION=1.5 1723 VERSION=1.7
1721 1724
1722 1725
1723cat >>confdefs.h <<_ACEOF 1726cat >>confdefs.h <<_ACEOF
1724#define PACKAGE "$PACKAGE" 1727#define PACKAGE "$PACKAGE"
1725_ACEOF 1728_ACEOF
9675 9678
9676if test "x$openssl_include" != x; then 9679if test "x$openssl_include" != x; then
9677 CXXFLAGS="$CXXFLAGS -I$openssl_include" 9680 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9678fi 9681fi
9679 9682
9683# Check whether --enable-static-daemon or --disable-static-daemon was given.
9684if test "${enable_static_daemon+set}" = set; then
9685 enableval="$enable_static_daemon"
9686 LDFLAGS_DAEMON=-static
9687
9688fi;
9689
9690
9680# Check whether --enable-rohc or --disable-rohc was given. 9691# Check whether --enable-rohc or --disable-rohc was given.
9681if test "${enable_rohc+set}" = set; then 9692if test "${enable_rohc+set}" = set; then
9682 enableval="$enable_rohc" 9693 enableval="$enable_rohc"
9683 9694
9684 echo 9695 echo
9685 echo "**********************************************************************" 9696 echo "**********************************************************************"
9686 echo "**********************************************************************" 9697 echo "**********************************************************************"
9687 echo "**** --enable-rohc not yet implemented *******************************" 9698 echo "**** --enable-rohc is highly experimental, do not use ****************"
9688 echo "**********************************************************************"
9689 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9690 echo "**** implementation to be used in GPL code on the web."
9691 echo "**** so this option is just a fake. Please implement one and send it"
9692 echo "**** to me ;)"
9693 echo "**********************************************************************"
9694 echo "**********************************************************************"
9695 echo "**********************************************************************" 9699 echo "**********************************************************************"
9696 echo "**********************************************************************" 9700 echo "**********************************************************************"
9697 echo 9701 echo
9702 rohc=true
9703
9704cat >>confdefs.h <<_ACEOF
9705#define ENABLE_ROHC 1
9706_ACEOF
9707
9698 9708
9699 9709
9700fi; 9710fi;
9711
9712
9713
9714if test x$rohc = xtrue; then
9715 ROHC_TRUE=
9716 ROHC_FALSE='#'
9717else
9718 ROHC_TRUE='#'
9719 ROHC_FALSE=
9720fi
9721
9701 9722
9702# Check whether --enable-icmp or --disable-icmp was given. 9723# Check whether --enable-icmp or --disable-icmp was given.
9703if test "${enable_icmp+set}" = set; then 9724if test "${enable_icmp+set}" = set; then
9704 enableval="$enable_icmp" 9725 enableval="$enable_icmp"
9705 9726
9719_ACEOF 9740_ACEOF
9720 9741
9721 9742
9722fi; 9743fi;
9723 9744
9745# Check whether --enable-dns or --disable-dns was given.
9746if test "${enable_dns+set}" = set; then
9747 enableval="$enable_dns"
9748
9749cat >>confdefs.h <<_ACEOF
9750#define ENABLE_DNS 1
9751_ACEOF
9752
9753
9754fi;
9755
9724# Check whether --enable-http-proxy or --disable-http-proxy was given. 9756# Check whether --enable-http-proxy or --disable-http-proxy was given.
9725if test "${enable_http_proxy+set}" = set; then 9757if test "${enable_http_proxy+set}" = set; then
9726 enableval="$enable_http_proxy" 9758 enableval="$enable_http_proxy"
9727 9759
9728cat >>confdefs.h <<_ACEOF 9760cat >>confdefs.h <<_ACEOF
9730_ACEOF 9762_ACEOF
9731 9763
9732 9764
9733fi; 9765fi;
9734 9766
9767HMAC=12
9735HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9768# Check whether --enable-hmac-length or --disable-hmac-length was given.
9736if test "${enable_hmac_length+set}" = set; then 9769if test "${enable_hmac_length+set}" = set; then
9737 enableval="$enable_hmac_length" 9770 enableval="$enable_hmac_length"
9738 HMAC=$enableval 9771 HMAC=$enableval
9739 9772
9740fi; 9773fi;
9742cat >>confdefs.h <<_ACEOF 9775cat >>confdefs.h <<_ACEOF
9743#define HMACLENGTH $HMAC 9776#define HMACLENGTH $HMAC
9744_ACEOF 9777_ACEOF
9745 9778
9746 9779
9780RAND=8
9747RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given. 9781# Check whether --enable-rand-length or --disable-rand-length was given.
9748if test "${enable_rand_length+set}" = set; then 9782if test "${enable_rand_length+set}" = set; then
9749 enableval="$enable_rand_length" 9783 enableval="$enable_rand_length"
9750 RAND=$enableval 9784 RAND=$enableval
9751 9785
9752fi; 9786fi;
9754cat >>confdefs.h <<_ACEOF 9788cat >>confdefs.h <<_ACEOF
9755#define RAND_SIZE $RAND 9789#define RAND_SIZE $RAND
9756_ACEOF 9790_ACEOF
9757 9791
9758 9792
9793MTU=1500
9759MTU=1500 # Check whether --enable-mtu or --disable-mtu was given. 9794# Check whether --enable-mtu or --disable-mtu was given.
9760if test "${enable_mtu+set}" = set; then 9795if test "${enable_mtu+set}" = set; then
9761 enableval="$enable_mtu" 9796 enableval="$enable_mtu"
9762 MTU=$enableval 9797 MTU=$enableval
9763 9798
9764fi; 9799fi;
9826 9861
9827 9862
9828 9863
9829 9864
9830 9865
9831 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile" 9866 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9867
9832cat >confcache <<\_ACEOF 9868cat >confcache <<\_ACEOF
9833# This file is a shell script that caches the results of configure 9869# This file is a shell script that caches the results of configure
9834# tests run on this system so they can be shared between configure 9870# tests run on this system so they can be shared between configure
9835# scripts and configure runs, see configure's option --config-cache. 9871# scripts and configure runs, see configure's option --config-cache.
9836# It is not useful on other systems. If it contains results you don't 9872# It is not useful on other systems. If it contains results you don't
9950fi 9986fi
9951if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 9987if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9952 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 9988 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9953Usually this means the macro was only invoked conditionally." >&5 9989Usually this means the macro was only invoked conditionally." >&5
9954echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 9990echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9991Usually this means the macro was only invoked conditionally." >&2;}
9992 { (exit 1); exit 1; }; }
9993fi
9994if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
9995 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
9996Usually this means the macro was only invoked conditionally." >&5
9997echo "$as_me: error: conditional \"ROHC\" was never defined.
9955Usually this means the macro was only invoked conditionally." >&2;} 9998Usually this means the macro was only invoked conditionally." >&2;}
9956 { (exit 1); exit 1; }; } 9999 { (exit 1); exit 1; }; }
9957fi 10000fi
9958 10001
9959: ${CONFIG_STATUS=./config.status} 10002: ${CONFIG_STATUS=./config.status}
10407 case "$ac_config_target" in 10450 case "$ac_config_target" in
10408 # Handling of arguments. 10451 # Handling of arguments.
10409 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 10452 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10410 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 10453 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10411 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 10454 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10455 "src/rohc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rohc/Makefile" ;;
10412 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 10456 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10413 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 10457 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10414 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 10458 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10415 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 10459 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10416 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 10460 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10577s,@IFSUBTYPE@,$IFSUBTYPE,;t t 10621s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10578s,@CXXCPP@,$CXXCPP,;t t 10622s,@CXXCPP@,$CXXCPP,;t t
10579s,@ALLOCA@,$ALLOCA,;t t 10623s,@ALLOCA@,$ALLOCA,;t t
10580s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t 10624s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10581s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t 10625s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10626s,@LDFLAGS_DAEMON@,$LDFLAGS_DAEMON,;t t
10627s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10628s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10582s,@INCLUDES@,$INCLUDES,;t t 10629s,@INCLUDES@,$INCLUDES,;t t
10583s,@LIBOBJS@,$LIBOBJS,;t t 10630s,@LIBOBJS@,$LIBOBJS,;t t
10584s,@LTLIBOBJS@,$LTLIBOBJS,;t t 10631s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10585CEOF 10632CEOF
10586 10633
11397echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 11444echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11398fi 11445fi
11399 11446
11400if test "$HMAC" -lt 12; then 11447if test "$HMAC" -lt 12; then
11401echo "***" 11448echo "***"
11402echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure" 11449echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11403fi 11450fi
11404 11451
11405if test "$RAND" -lt 8; then 11452if test "$RAND" -lt 8; then
11406echo "***" 11453echo "***"
11407echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure" 11454echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11408fi 11455fi
11409 11456
11410echo "***" 11457echo "***"
11411 11458
11412echo 11459echo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines