mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
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:
parent
c01596714f
commit
5f6fea52c9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user