1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-12 18:32:08 +02:00

Require automake-1.10.1, for its support of dist-lzma.

* configure.ac (AM_INIT_AUTOMAKE): Require 1.10.1.
This commit is contained in:
Jim Meyering
2008-01-22 23:03:48 +01:00
parent ce0adae571
commit 5983242eef
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2008-01-22 Jim Meyering <meyering@redhat.com>
Require automake-1.10.1, for its support of dist-lzma.
* configure.ac (AM_INIT_AUTOMAKE): Require 1.10.1.
Version 6.10.
* NEWS: Record release date.

View File

@@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
AB_INIT()
AM_INIT_AUTOMAKE([1.10 dist-lzma])
AM_INIT_AUTOMAKE([1.10.1 dist-lzma])
AC_PROG_CC_STDC
AM_PROG_CC_C_O