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

Comparing gvpe/configure.ac (file contents):
Revision 1.24 by pcg, Thu Jan 29 19:22:05 2004 UTC vs.
Revision 1.25 by pcg, Sun Feb 8 07:24:25 2004 UTC

239 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])], 239 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])],
240 [ 240 [
241 echo 241 echo
242 echo "**********************************************************************" 242 echo "**********************************************************************"
243 echo "**********************************************************************" 243 echo "**********************************************************************"
244 echo "**** --enable-rohc not yet implemented *******************************" 244 echo "**** --enable-rohc is highly experimental, do not use ****************"
245 echo "**********************************************************************"
246 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
247 echo "**** implementation to be used in GPL code on the web."
248 echo "**** so this option is just a fake. Please implement one and send it"
249 echo "**** to me ;)"
250 echo "**********************************************************************"
251 echo "**********************************************************************"
252 echo "**********************************************************************" 245 echo "**********************************************************************"
253 echo "**********************************************************************" 246 echo "**********************************************************************"
254 echo 247 echo
248 rohc=true
249 AC_DEFINE_UNQUOTED(ENABLE_ROHC, 1, [ROHC support])
255 ] 250 ]
256) 251)
252
253AM_CONDITIONAL(ROHC, test x$rohc = xtrue)
257 254
258AC_ARG_ENABLE(icmp, 255AC_ARG_ENABLE(icmp,
259 [AC_HELP_STRING(--enable-icmp, [enable icmp protocol support (default disabled).])], 256 [AC_HELP_STRING(--enable-icmp, [enable icmp protocol support (default disabled).])],
260 AC_DEFINE_UNQUOTED(ENABLE_ICMP, 1, [ICMP protocol support.]) 257 AC_DEFINE_UNQUOTED(ENABLE_ICMP, 1, [ICMP protocol support.])
261) 258)
377 374
378AC_SUBST(INCLUDES) 375AC_SUBST(INCLUDES)
379 376
380AC_OUTPUT(Makefile po/Makefile.in 377AC_OUTPUT(Makefile po/Makefile.in
381src/Makefile 378src/Makefile
379src/rohc/Makefile
382doc/Makefile 380doc/Makefile
383lib/Makefile 381lib/Makefile
384m4/Makefile 382m4/Makefile
385) 383)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines