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.18 by pcg, Wed May 12 13:32:12 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 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
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-rohc enable robust header compression (rfc3095). 879 --enable-rohc enable robust header compression (rfc3095).
880 --enable-icmp enable icmp protocol support (default disabled). 880 --enable-icmp enable icmp protocol support (default disabled).
881 --enable-tcp enable tcp protocol support (default disabled). 881 --enable-tcp enable tcp protocol support (default disabled).
882 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
882 --enable-http-proxy enable http proxy connect support (default 883 --enable-http-proxy enable http proxy connect support (default
883 disabled). 884 disabled).
884 --enable-hmac-length=BYTES 885 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 12). 886 use a hmac of length BYTES bytes (default 12).
886 Allowed values are 4, 8, 12, 16. 887 Allowed values are 4, 8, 12, 16.
1715fi 1716fi
1716 1717
1717 1718
1718# Define the identity of the package. 1719# Define the identity of the package.
1719 PACKAGE=vpe 1720 PACKAGE=vpe
1720 VERSION=1.5 1721 VERSION=1.6.1
1721 1722
1722 1723
1723cat >>confdefs.h <<_ACEOF 1724cat >>confdefs.h <<_ACEOF
1724#define PACKAGE "$PACKAGE" 1725#define PACKAGE "$PACKAGE"
1725_ACEOF 1726_ACEOF
9682 enableval="$enable_rohc" 9683 enableval="$enable_rohc"
9683 9684
9684 echo 9685 echo
9685 echo "**********************************************************************" 9686 echo "**********************************************************************"
9686 echo "**********************************************************************" 9687 echo "**********************************************************************"
9687 echo "**** --enable-rohc not yet implemented *******************************" 9688 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 "**********************************************************************" 9689 echo "**********************************************************************"
9696 echo "**********************************************************************" 9690 echo "**********************************************************************"
9697 echo 9691 echo
9692 rohc=true
9693
9694cat >>confdefs.h <<_ACEOF
9695#define ENABLE_ROHC 1
9696_ACEOF
9697
9698 9698
9699 9699
9700fi; 9700fi;
9701
9702
9703
9704if test x$rohc = xtrue; then
9705 ROHC_TRUE=
9706 ROHC_FALSE='#'
9707else
9708 ROHC_TRUE='#'
9709 ROHC_FALSE=
9710fi
9711
9701 9712
9702# Check whether --enable-icmp or --disable-icmp was given. 9713# Check whether --enable-icmp or --disable-icmp was given.
9703if test "${enable_icmp+set}" = set; then 9714if test "${enable_icmp+set}" = set; then
9704 enableval="$enable_icmp" 9715 enableval="$enable_icmp"
9705 9716
9719_ACEOF 9730_ACEOF
9720 9731
9721 9732
9722fi; 9733fi;
9723 9734
9735# Check whether --enable-dns or --disable-dns was given.
9736if test "${enable_dns+set}" = set; then
9737 enableval="$enable_dns"
9738
9739cat >>confdefs.h <<_ACEOF
9740#define ENABLE_DNS 1
9741_ACEOF
9742
9743
9744fi;
9745
9724# Check whether --enable-http-proxy or --disable-http-proxy was given. 9746# Check whether --enable-http-proxy or --disable-http-proxy was given.
9725if test "${enable_http_proxy+set}" = set; then 9747if test "${enable_http_proxy+set}" = set; then
9726 enableval="$enable_http_proxy" 9748 enableval="$enable_http_proxy"
9727 9749
9728cat >>confdefs.h <<_ACEOF 9750cat >>confdefs.h <<_ACEOF
9730_ACEOF 9752_ACEOF
9731 9753
9732 9754
9733fi; 9755fi;
9734 9756
9735HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9757HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9736if test "${enable_hmac_length+set}" = set; then 9758if test "${enable_hmac_length+set}" = set; then
9737 enableval="$enable_hmac_length" 9759 enableval="$enable_hmac_length"
9738 HMAC=$enableval 9760 HMAC=$enableval
9739 9761
9740fi; 9762fi;
9826 9848
9827 9849
9828 9850
9829 9851
9830 9852
9831 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile" 9853 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9832cat >confcache <<\_ACEOF 9854cat >confcache <<\_ACEOF
9833# This file is a shell script that caches the results of configure 9855# 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 9856# tests run on this system so they can be shared between configure
9835# scripts and configure runs, see configure's option --config-cache. 9857# 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 9858# It is not useful on other systems. If it contains results you don't
9950fi 9972fi
9951if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 9973if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9952 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 9974 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9953Usually this means the macro was only invoked conditionally." >&5 9975Usually this means the macro was only invoked conditionally." >&5
9954echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 9976echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9977Usually this means the macro was only invoked conditionally." >&2;}
9978 { (exit 1); exit 1; }; }
9979fi
9980if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
9981 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
9982Usually this means the macro was only invoked conditionally." >&5
9983echo "$as_me: error: conditional \"ROHC\" was never defined.
9955Usually this means the macro was only invoked conditionally." >&2;} 9984Usually this means the macro was only invoked conditionally." >&2;}
9956 { (exit 1); exit 1; }; } 9985 { (exit 1); exit 1; }; }
9957fi 9986fi
9958 9987
9959: ${CONFIG_STATUS=./config.status} 9988: ${CONFIG_STATUS=./config.status}
10407 case "$ac_config_target" in 10436 case "$ac_config_target" in
10408 # Handling of arguments. 10437 # Handling of arguments.
10409 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 10438 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10410 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 10439 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10411 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 10440 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10441 "src/rohc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rohc/Makefile" ;;
10412 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 10442 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10413 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 10443 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10414 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 10444 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10415 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 10445 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10416 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 10446 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10577s,@IFSUBTYPE@,$IFSUBTYPE,;t t 10607s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10578s,@CXXCPP@,$CXXCPP,;t t 10608s,@CXXCPP@,$CXXCPP,;t t
10579s,@ALLOCA@,$ALLOCA,;t t 10609s,@ALLOCA@,$ALLOCA,;t t
10580s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t 10610s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10581s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t 10611s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10612s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10613s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10582s,@INCLUDES@,$INCLUDES,;t t 10614s,@INCLUDES@,$INCLUDES,;t t
10583s,@LIBOBJS@,$LIBOBJS,;t t 10615s,@LIBOBJS@,$LIBOBJS,;t t
10584s,@LTLIBOBJS@,$LTLIBOBJS,;t t 10616s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10585CEOF 10617CEOF
10586 10618
11397echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 11429echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11398fi 11430fi
11399 11431
11400if test "$HMAC" -lt 12; then 11432if test "$HMAC" -lt 12; then
11401echo "***" 11433echo "***"
11402echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure" 11434echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11403fi 11435fi
11404 11436
11405if test "$RAND" -lt 8; then 11437if test "$RAND" -lt 8; then
11406echo "***" 11438echo "***"
11407echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure" 11439echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11408fi 11440fi
11409 11441
11410echo "***" 11442echo "***"
11411 11443
11412echo 11444echo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines