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

Comparing gvpe/configure.ac (file contents):
Revision 1.3 by pcg, Mon Apr 7 01:12:56 2003 UTC vs.
Revision 1.7 by pcg, Sat Oct 4 13:20:06 2003 UTC

1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2 2
3AC_PREREQ(2.57) 3AC_PREREQ(2.57)
4AC_INIT(src/vped.C) 4AC_INIT(src/vped.C)
5AC_CANONICAL_TARGET 5AC_CANONICAL_TARGET
6AM_INIT_AUTOMAKE(vpe, 0.1) 6AM_INIT_AUTOMAKE(vpe, 1.0)
7AM_CONFIG_HEADER(config.h) 7AM_CONFIG_HEADER(config.h)
8AM_MAINTAINER_MODE 8AM_MAINTAINER_MODE
9 9
10AH_TOP([ 10AH_TOP([
11#ifndef CONFIG_H__ 11#ifndef CONFIG_H__
180 180
181dnl These are defined in files in m4/ 181dnl These are defined in files in m4/
182tinc_TUNTAP 182tinc_TUNTAP
183tinc_OPENSSL 183tinc_OPENSSL
184dnl tinc_ZLIB 184dnl tinc_ZLIB
185
186AC_ARG_ENABLE(rohc,
187 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])],
188 [
189 echo
190 echo "**********************************************************************"
191 echo "**********************************************************************"
192 echo "**** --enable-rohc not yet implemented *******************************"
193 echo "**********************************************************************"
194 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
195 echo "**** implementation to be used in GPL code on the web."
196 echo "**** so this option is just a fake. Please implement one and send it"
197 echo "**** to me ;)"
198 echo "**********************************************************************"
199 echo "**********************************************************************"
200 echo "**********************************************************************"
201 echo "**********************************************************************"
202 echo
203 ]
204)
205
206AC_ARG_ENABLE(icmp,
207 [AC_HELP_STRING(--enable-icmp, [enable icmp protocol support.])],
208 AC_DEFINE_UNQUOTED(ENABLE_ICMP, 1, [ICMP protocol support.])
209)
185 210
186AC_ARG_ENABLE(tcp, 211AC_ARG_ENABLE(tcp,
187 [AC_HELP_STRING(--enable-tcp, [enable tcp protocol support.])], 212 [AC_HELP_STRING(--enable-tcp, [enable tcp protocol support.])],
188 AC_DEFINE_UNQUOTED(ENABLE_TCP, 1, [TCP protocol support.]) 213 AC_DEFINE_UNQUOTED(ENABLE_TCP, 1, [TCP protocol support.])
189) 214)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines