From 969e0521a36ec1bd01fda0b5d021a5e28fb3d1f7 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 17 Jan 2001 09:03:36 +0000 Subject: [PATCH] adjusted version numbers, added warning 2001-01-17 Sven Neumann * INSTALL: adjusted version numbers, added warning * configure.in: changed .gimp to .gimp-1.3 --- ChangeLog | 6 ++++++ INSTALL | 15 +++++++++------ configure.in | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a83c27ff3..525732991e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-01-17 Sven Neumann + + * INSTALL: adjusted version numbers, added warning + + * configure.in: changed .gimp to .gimp-1.3 + 2001-01-17 Michael Natterer * app/gimprc.c: factored the color parsing code out to the new diff --git a/INSTALL b/INSTALL index 9514cbbc4b..bf25566431 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,8 @@ -There are six basic steps to building and installing the -GIMP: +THIS IS A DEVELOPMENT VERSION OF THE GIMP !! YOU SHOULD BE USING THE +STABLE VERSION 1.2 INSTEAD !! YOU HAVE BEEN WARNED! + + +There are six basic steps to building and installing the GIMP: 1. You need to have installed GTK version 1.2.8 or better. Do not try to use the unstable GTK+ versions 1.3.x, it will not work. @@ -24,8 +27,8 @@ packages are included below. Here is an illustration of commands that might be used to build and install the GIMP. The actual configuration, compilation and installation output is not shown. - % tar xvfz gimp-1.2.0.tar.gz # unpack the sources - % cd gimp-1.2.0 # change to the toplevel directory + % tar xvfz gimp-1.3.0.tar.gz # unpack the sources + % cd gimp-1.3.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build the GIMP % make install # install the GIMP @@ -56,8 +59,8 @@ recognizes. These are: is intended primarily as a convenience for developers. 4. --enable-gimpdir=DIR. This option changes the default directory - the gimp uses to search for its configuration files from ~/.gimp (the - directory .gimp in the users home directory) to DIR. + the gimp uses to search for its configuration files from ~/.gimp-1.3 + (the directory .gimp-1.3 in the users home directory) to DIR. 5. --enable-perl and --disable-perl. The perl extension does not build on all systems. If you experience problems use --disable-perl diff --git a/configure.in b/configure.in index b834b55361..68b9708bc8 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_ARG_ENABLE(ansi, [ --enable-ansi turn on strict ansi [default=no]] dnl Possibly change default gimpdir from .gimp gimpdir=.$PACKAGE-$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -AC_ARG_ENABLE(gimpdir, [ --enable-gimpdir=DIR change default gimpdir from .gimp to DIR], +AC_ARG_ENABLE(gimpdir, [ --enable-gimpdir=DIR change default gimpdir from .gimp-1.3 to DIR], if eval "test x$enable_gimpdir != x"; then if eval "test x$enable_gimpdir != xyes"; then gimpdir=$enable_gimpdir