From: Enrico Scholz Date: Fri, 21 Nov 2003 03:52:54 +0000 (+0000) Subject: version 0.25.90 X-Git-Tag: version_0_25_90~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e62ad64ea62a4fd0c74a44ab5b8b18e8c1bcd2;p=util-vserver.git version 0.25.90 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@437 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index fdf57c3..136f68b 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -25,7 +25,7 @@ dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.25.1, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.25.90, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -49,7 +49,7 @@ ENSC_KERNEL_HEADERS(kernelincludedir) ENSC_UV_VROOTDIR(vserverdir) ENSC_CHANGELOG([SYSCALL_SWITCH]) -dnl Check if to enable linuxconf +dnl Check whether to enable linuxconf AC_MSG_CHECKING([whether to enable linuxconf modules]) AC_ARG_ENABLE([linuxconf], [AC_HELP_STRING([--enable-linuxconf], @@ -64,7 +64,7 @@ AM_CONDITIONAL(ENSC_ENABLE_LINUXCONF, [test x"$enable_linuxconf" = xyes]) AC_MSG_RESULT($enable_linuxconf) -dnl Check if to use external kernel headers +dnl Check whether to use external kernel headers AC_MSG_CHECKING([whether to use internal kernel headers]) AC_ARG_ENABLE([internal-headers], [AC_HELP_STRING([--disable-internal-headers], @@ -83,7 +83,7 @@ dnl Check for the APIs to be used AC_MSG_CHECKING([for supported APIs]) AC_ARG_ENABLE([apis], [AC_HELP_STRING([--enable-apis=APIS], - [enable support for the given apis; possible values are: legacy,compat,ALL (default: ALL)])], + [enable support for the given apis; possible values are: legacy,compat,v11,ALL (default: ALL)])], [], [supported_apis=ALL])