--- configure.ac 04 Apr 2004 16:57:09 -0400 1.106 +++ configure.ac 04 Apr 2004 17:04:09 -0400 @@ -20,8 +20,8 @@ # Process this file with autoconf to produce a configure script. # # -AC_PREREQ(2.57) -AC_INIT([GNUnet], [0.6.1d],address@hidden) +AC_PREREQ(2.59) +AC_INIT([GNUnet],[0.6.1d],address@hidden) AM_INIT_AUTOMAKE([GNUnet], [0.6.1d]) AM_CONFIG_HEADER([src/include/config.h]) @@ -578,8 +578,8 @@ ipv6=0 AC_MSG_CHECKING([whether to enable ipv6]) AC_ARG_ENABLE(ipv6, - [AC_HELP_STRING([--enable-ipv6],[Enable ipv6 support]) - AC_HELP_STRING([--disable-ipv6],[Disable ipv6 support])], + [AS_HELP_STRING(--enable-ipv6,Enable ipv6 support) + AS_HELP_STRING(--disable-ipv6,Disable ipv6 support)], [case "$enableval" in no) AC_MSG_RESULT(no) ipv6=0