summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-01-20 23:53:15 +0000
committerTim Janik <timj@src.gnome.org>1998-01-20 23:53:15 +0000
commit275d8a26968ff19315d5b96581ee47d7f60f7129 (patch)
tree9a8f0973c3840896a411bd3605ddd5225c59b3f8 /HACKING
parent0dae051ddde13717f5eb4c7c01908591bb360230 (diff)
downloadgdk-pixbuf-275d8a26968ff19315d5b96581ee47d7f60f7129.tar.gz
glib aclocal stuff -timj
glib aclocal stuff -timj
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ab52d90a9..c1871c083 100644
--- 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