added an explicit requirement for version 1.9 of automake
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 7 Sep 2004 20:27:25 +0000 (20:27 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 7 Sep 2004 20:27:25 +0000 (20:27 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1687 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/configure.ac

index d317ca4..a5a0499 100644 (file)
@@ -24,11 +24,11 @@ dnl distribution terms that you use for the rest of that program.
 dnl  
 
 AC_PREREQ(2.57)
-AC_INIT(util-vserver, 0.30.193, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.30.194, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE([gnits dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2 subdir-objects])
 AM_MAINTAINER_MODE
 
 AC_SUBST(GPG_KEY, "0x7AE5D4B5922F7AF9!")