--- lynx2-8-7/aclocal.m4~ 2009-02-02 02:41:02.000000000 +0100 +++ lynx2-8-7/aclocal.m4 2009-07-06 13:56:14.000000000 +0200 @@ -50,7 +50,6 @@ AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_C_CONST])dnl AC_REQUIRE([AC_C_INLINE])dnl - AC_REQUIRE([AC_TYPE_OFF_T])dnl AC_REQUIRE([AC_TYPE_SIZE_T])dnl AC_REQUIRE([AC_FUNC_ALLOCA])dnl AC_REQUIRE([AC_FUNC_MMAP])dnl @@ -2884,9 +2883,7 @@ dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23 dnl --------------- dnl Insert text into the help-message, for readability, from AC_ARG_WITH. -AC_DEFUN([CF_HELP_MESSAGE], -[AC_DIVERT_HELP([$1])dnl -])dnl +AC_DEFUN([CF_HELP_MESSAGE],[]) dnl --------------------------------------------------------------------------- dnl CF_INET_ADDR version: 4 updated: 1999/03/30 12:24:31 dnl ------------ --- lynx2-8-7/configure.in~ 2009-04-26 18:24:31.000000000 +0200 +++ lynx2-8-7/configure.in 2009-07-06 13:59:02.000000000 +0200 @@ -40,7 +40,6 @@ # run to the next, as well as with tests that are order-dependent. rm -f config.cache -AC_PREREQ(2.13.20020210) AC_INIT(userdefs.h) # autoconf 2.5x defaults to no cache file; we need the cache file's information @@ -118,9 +117,6 @@ dnl Debug/development/test dnl -------------------------------------------------------------------------- -CF_HELP_MESSAGE( -Development Options:) - CF_DISABLE_ECHO # special case for WWW/* @@ -357,9 +353,6 @@ dnl -------------------------------------------------------------------------- dnl -------------------------------------------------------------------------- -CF_HELP_MESSAGE( -Basic Configuration Options:) - CF_LARGEFILE dnl -------------------------------------------------------------------------- @@ -822,9 +815,6 @@ dnl Experimental options that don't need to test system features dnl -------------------------------------------------------------------------- -CF_HELP_MESSAGE( -Experimental Options:) - AC_MSG_CHECKING(if bibp: URLs should be supported) CF_ARG_DISABLE(bibp-urls, [ --disable-bibp-urls disable support for bibp: URLs], @@ -982,9 +972,6 @@ dnl Miscellaneous options that don't need to test system features dnl -------------------------------------------------------------------------- -CF_HELP_MESSAGE( -Miscellaneous Options:) - dnl -------------------------------------------------------------------------- AC_MSG_CHECKING(if alternative line-edit bindings should be used) CF_ARG_ENABLE(alt-bindings, @@ -1223,9 +1210,6 @@ fi dnl -------------------------------------------------------------------------- -CF_HELP_MESSAGE( -Other Network Services:) - dnl -------------------------------------------------------------------------- AC_MSG_CHECKING(if you want to exclude FINGER code) CF_ARG_DISABLE(finger, @@ -1266,9 +1250,6 @@ dnl DirEd (directory-editor) options dnl -------------------------------------------------------------------------- -CF_HELP_MESSAGE( -Directory Editor Options:) - # All DirEd functions that were enabled on compilation can be disabled # or modified at run time via DIRED_MENU symbols in lynx.cfg. AC_MSG_CHECKING(if directory-editor code should be used) @@ -1392,7 +1373,6 @@ AC_SUBST(COMPRESS_EXT) if test $cf_cv_screen = pdcurses ; then - CF_HELP_MESSAGE(Special Libraries for PDCurses X11:) CF_PDCURSES_X11 else CF_TERMIO_AND_CURSES(LYCurses.h)