diff options
| author | Ulrich Drepper <[email protected]> | 2008-12-30 21:49:41 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-12-30 21:49:41 -0800 |
| commit | bb3424b014fbd3a18cd97789d5f97b0def5df8ef (patch) | |
| tree | 0f76e7e9bb617c70fbbc42f3462112a668bd9edc | |
| parent | 0ec30d21fd5025d27d63584053f95f6285d1e23d (diff) | |
We now need automake 1.8 for no-dist-gzip.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-12-30 Ulrich Drepper <[email protected]> + + * configure.ac: We need automake 1.8 now. + 2008-12-24 Roland McGrath <[email protected]> * configure.ac: Use automake flags dist-bzip2 no-dist-gzip, diff --git a/configure.ac b/configure.ac index 5c0049c6..25804a8b 100644 --- a/configure.ac +++ b/configure.ac @@ -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. |
