automake 1.4 and libtool 1.2d notices. (maybe I'll write an actual test

Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>

    * autogen.sh: automake 1.4 and libtool 1.2d notices.
    (maybe I'll write an actual test for automake 1.4 later)
This commit is contained in:
EST 1999 Mandrake 1999-01-21 01:37:23 +00:00 committed by Geoff Harrison
parent c01596714f
commit 5f6fea52c9
9 changed files with 42 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -1,3 +1,8 @@
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file

View File

@ -23,7 +23,7 @@ DIE=0
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $PROJECT."
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2b.tar.gz"
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2d.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
}
@ -31,7 +31,7 @@ DIE=0
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have automake installed to compile $PROJECT."
echo "Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz"
echo "Get ftp://sourceware.cygnus.com/pub/automake/automake-1.4.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
}