From 90154e2c463c3d8ac2d3b5ebed730cb300762899 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 21 Sep 2005 20:30:27 +0000 Subject: [PATCH] minor update. 2005-09-21 Sven Neumann * HACKING: minor update. --- ChangeLog | 4 ++++ HACKING | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0240c00a56..10403a7ea6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-21 Sven Neumann + + * HACKING: minor update. + 2005-09-21 Sven Neumann * plug-ins/common/spheredesigner.c: update the preview from an diff --git a/HACKING b/HACKING index f947fb0499..3fcd1a208a 100644 --- a/HACKING +++ b/HACKING @@ -5,7 +5,7 @@ to have the following packages (or newer versions) installed: * GNU autoconf 2.54 - ftp://ftp.gnu.org/gnu/autoconf/ - * GNU automake 1.8 (automake 1.9 should work as well) + * GNU automake 1.9 (automake 1.8 should also work) - ftp://ftp.gnu.org/gnu/automake/ * GNU libtool 1.4 (libtool 1.5 if you are compiling on Win32) - ftp://ftp.gnu.org/gnu/libtool/ @@ -13,7 +13,7 @@ to have the following packages (or newer versions) installed: Fine GNU mirrors are listed at http://www.gnu.org/prep/ftp.html Beta software can be found at alpha.gnu.org. - * pkg-config 0.7.0 (or preferably a newer version) + * pkg-config 0.15.0 (or preferably a newer version) - http://www.freedesktop.org/software/pkgconfig/ * intltoolize 0.31.1 (or preferably a newer version) @@ -39,7 +39,7 @@ by running: Basically this does the following for you: - cvsroot/gimp$ aclocal-1.7; libtoolize; automake-1.7 -a; + cvsroot/gimp$ aclocal-1.9; libtoolize; automake-1.9 -a; cvsroot/gimp$ autoconf; glib-gettextize; intltoolize The above commands create the "configure" script. Now you can run the -- GitLab