From: Enrico Scholz Date: Tue, 7 Sep 2004 20:27:25 +0000 (+0000) Subject: added an explicit requirement for version 1.9 of automake X-Git-Tag: IPSENTINEL_VERSION_0_12~305 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bc10c7c010c2fb9ea8c778f9c5ae944e7663cc;p=util-vserver.git added an explicit requirement for version 1.9 of automake git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1687 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index d317ca4..a5a0499 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -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!")