From 17e62ad64ea62a4fd0c74a44ab5b8b18e8c1bcd2 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 21 Nov 2003 03:52:54 +0000 Subject: [PATCH] version 0.25.90 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@437 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]) -- 1.8.1.5