diff --git a/ChangeLog b/ChangeLog index 0240c00a5695f420f57beb1aef1d74752217ee2d..10403a7ea6f9a1974402ee9a3d3de2da9ec0d97c 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 f947fb0499b182d408820d300921dbb9352a04f3..3fcd1a208a829a7a1927b7fac6c5c63a9533bbf5 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