]> Pileus Git - ~andy/gtk/commitdiff
HACKING we need libtool 1.2b now
authorManish Singh <yosh@src.gnome.org>
Sat, 10 Oct 1998 07:51:50 +0000 (07:51 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 10 Oct 1998 07:51:50 +0000 (07:51 +0000)
* HACKING
* autogen.sh: we need libtool 1.2b now

-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
autogen.sh

index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
index a6336ee93c2cac40a17d27533b4fd41467fa1b23..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
diff --git a/HACKING b/HACKING
index 5b90b08635c2c111486f9a2a8c09efff06c99bb0..642e4c35ce21f14956a436939e54caeac7a44bdb 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -4,7 +4,7 @@ to have the following packages installed:
        - GNU autoconf 2.12
        - GNU automake 1.3
                (Beta releases are at ftp://ftp.cygnus.com/pub/tromey)
-       - GNU libtool 1.2
+       - GNU libtool 1.2b
        - indent (GNU indent 1.9.1 is known good)
 
 These should be available by ftp from ftp.gnu.org or any of the
index 71ddbe5d3793a4b6007db0d22dc8a14cda216fb7..003e043aba86c8fc56263c385849aa4c53d7884c 100755 (executable)
@@ -18,7 +18,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.0h.tar.gz"
+       echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2b.tar.gz"
        echo "(or a newer version if it is available)"
        DIE=1
 }