]> Pileus Git - ~andy/gtk/commitdiff
glib aclocal stuff -timj
authorTim Janik <timj@src.gnome.org>
Tue, 20 Jan 1998 23:53:15 +0000 (23:53 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 20 Jan 1998 23:53:15 +0000 (23:53 +0000)
glib aclocal stuff
-timj

HACKING

diff --git a/HACKING b/HACKING
index ab52d90a99175335338c33126bd6ea1d8841603b..c1871c083f1c538f32b0501e16fbd295ba5aad2a 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -14,8 +14,11 @@ If you are accessing gtk+ via CVS, then you will need to take several
 steps to get it to compile.  These are:
 
        cvsroot/gtk+# aclocal; automake; autoconf
+        cvsroot/gtk+/glib# aclocal; automake; autoconf
 
-The "configure" script will not exist until you take these steps.
+The "configure" scripts will not exist until you take these steps.
+you only need to call "configure" i cvsroot/gtk+ as the one in
+glib will be invoked automatically.
 
 Before running configure, make sure you have libtool in your path