From: Mark Huang Date: Sun, 21 Aug 2005 22:31:33 +0000 (+0000) Subject: - FC2 doesn't have automake-1.9, only automake-1.8.3; hope this is okay X-Git-Tag: after-util-vserver-0_30_208-revert~131 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c5213441ccd6d98c76fd515142867e9f26a91d84;p=util-vserver.git - FC2 doesn't have automake-1.9, only automake-1.8.3; hope this is okay --- diff --git a/configure.ac b/configure.ac index 1767da3..575e2c9 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_INIT(util-vserver, 0.30.208, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([1.8.3 gnits dist-bzip2 subdir-objects]) AM_MAINTAINER_MODE AC_CANONICAL_BUILD