From: Jim Meyering Date: Thu, 18 Dec 2003 10:39:26 +0000 (+0000) Subject: Require automake-1.8. X-Git-Tag: v5.1.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b84fa7c1b17450cee9912c375c9af154e7195b;p=thirdparty%2Fcoreutils.git Require automake-1.8. --- diff --git a/configure.ac b/configure.ac index 51c284aa22..4e0c9b2a27 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADERS([config.h:config.hin]) -AM_INIT_AUTOMAKE([1.7.8 gnits dist-bzip2]) +AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2]) gl_USE_SYSTEM_EXTENSIONS jm_PERL