forked from AuroraMiddleware/gtk
Fix version in complaint message about automake. (#104366, Rich Burridge)
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)
This commit is contained in:
parent
d7e98787e1
commit
c631fc658f
@ -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)
|
||||
|
||||
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Remove SOEXT stuff; it doesn't work portably.
|
||||
|
@ -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)
|
||||
|
||||
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Remove SOEXT stuff; it doesn't work portably.
|
||||
|
@ -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)
|
||||
|
||||
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Remove SOEXT stuff; it doesn't work portably.
|
||||
|
@ -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)
|
||||
|
||||
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Remove SOEXT stuff; it doesn't work portably.
|
||||
|
@ -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)
|
||||
|
||||
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Remove SOEXT stuff; it doesn't work portably.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user