]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
We now need automake 1.8 for no-dist-gzip.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Dec 2008 05:49:41 +0000 (21:49 -0800)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Dec 2008 05:49:41 +0000 (21:49 -0800)
ChangeLog
configure.ac

index f27a7050d38eacc04d6f72d4fbf074237ac35307..9a90de7bc7dbf8a62d3f6518b3806a7db30fc9c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-30  Ulrich Drepper  <drepper@redhat.com>
+
+       * configure.ac: We need automake 1.8 now.
+
 2008-12-24  Roland McGrath  <roland@redhat.com>
 
        * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
index 5c0049c683aab10a82c160669c71410498e39986..25804a8baaa02446b05e3fa52a8dd6a4b44b721e 100644 (file)
@@ -26,7 +26,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2007, 2008 Red Hat, Inc.])
 AC_PREREQ(2.59)                        dnl Minimum Autoconf version required.
 
 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.
-AM_INIT_AUTOMAKE([gnits 1.7 -Wno-portability dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([gnits 1.8 -Wno-portability dist-bzip2 no-dist-gzip])
 AM_MAINTAINER_MODE
 
 dnl Unique ID for this build.