+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
+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
+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
+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
+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
+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
+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
+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
(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
}
(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
}