diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rwxr-xr-x | autogen.sh | 4 |
6 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com> + + * autogen.sh (have_automake): Fix version in complaint + message about automake. (#104366, Rich Burridge) + 2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: fixed configure output which was wrong in case diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 1cb56ca8..a453b920 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com> + + * autogen.sh (have_automake): Fix version in complaint + message about automake. (#104366, Rich Burridge) + 2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: fixed configure output which was wrong in case diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 1cb56ca8..a453b920 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com> + + * autogen.sh (have_automake): Fix version in complaint + message about automake. (#104366, Rich Burridge) + 2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: fixed configure output which was wrong in case diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 1cb56ca8..a453b920 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com> + + * autogen.sh (have_automake): Fix version in complaint + message about automake. (#104366, Rich Burridge) + 2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: fixed configure output which was wrong in case diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 1cb56ca8..a453b920 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com> + + * autogen.sh (have_automake): Fix version in complaint + message about automake. (#104366, Rich Burridge) + 2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: fixed configure output which was wrong in case @@ -50,8 +50,8 @@ if automake-1.4 --version < /dev/null > /dev/null 2>&1 ; then fi if $have_automake ; then : ; else echo - echo "You must have automake 1.4-p1 installed to compile $PROJECT." - echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.4-p1.tar.gz" + echo "You must have automake 1.4-p6 installed to compile $PROJECT." + echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.4-p6.tar.gz" echo "(or a newer version if it is available)" DIE=1 fi |