From 9a3d05da03ac82f53ab272d0fbae7fcea9f368b0 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 16 Jan 2004 17:53:50 +0000 Subject: [PATCH] fixed CVS tag git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@604 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 2006eba..106b2e3 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -1,6 +1,6 @@ dnl $Id$ -dnl Copyright (C) 2003 Enrico Scholz +dnl Copyright (C) 2003,2004 Enrico Scholz dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program. dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.27.193, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.27.195, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -85,7 +85,7 @@ ENSC_RELEASE(RELEASE_CPPFLAGS) ENSC_ENABLE_DIETLIBC(USE_DIETLIBC) ENSC_KERNEL_HEADERS(kernelincludedir) ENSC_UV_VROOTDIR(vserverdir) -ENSC_CHANGELOG([MAIN]) +ENSC_CHANGELOG([trunk]) dnl Check whether to use external kernel headers AC_MSG_CHECKING([whether to use internal kernel headers]) -- 1.8.1.5