diff options
author | Tim Janik <timj@src.gnome.org> | 1998-01-20 23:53:15 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-01-20 23:53:15 +0000 |
commit | 275d8a26968ff19315d5b96581ee47d7f60f7129 (patch) | |
tree | 9a8f0973c3840896a411bd3605ddd5225c59b3f8 /HACKING | |
parent | 0dae051ddde13717f5eb4c7c01908591bb360230 (diff) | |
download | gdk-pixbuf-275d8a26968ff19315d5b96581ee47d7f60f7129.tar.gz |
glib aclocal stuff -timj
glib aclocal stuff
-timj
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |