From c5213441ccd6d98c76fd515142867e9f26a91d84 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sun, 21 Aug 2005 22:31:33 +0000 Subject: [PATCH] - FC2 doesn't have automake-1.9, only automake-1.8.3; hope this is okay --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0