From 79366edc613f5dca52e83858d17b8fedd42a0054 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 21 Jan 1999 04:49:18 +0000 Subject: [PATCH] updated * HACKING: updated * configure.in: version number bump to 1.1 * plug-ins/deinterlace/Makefile.am: don't list files from other directories -Yosh --- ChangeLog | 9 +++++++++ HACKING | 9 ++++++--- app/Makefile.am | 4 ++-- configure.in | 2 +- plug-ins/deinterlace/Makefile.am | 1 - 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd23bcda5e..c11a267c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Jan 20 20:45:23 PST 1999 Manish Singh + + * HACKING: updated + + * configure.in: version number bump to 1.1 + + * plug-ins/deinterlace/Makefile.am: don't list files from other + directories + 1999-01-20 Raja R Harinath Satisfy a more pedantic `automake'. diff --git a/HACKING b/HACKING index 2119560bfb..ae45635f9e 100644 --- a/HACKING +++ b/HACKING @@ -1,9 +1,12 @@ If you want to hack on the GIMP project, it will make you life easier to have the following packages installed: - - GNU autoconf 2.12 - - GNU automake 1.3 - - GNU libtool 1.2b + - GNU autoconf 2.13 + - GNU automake 1.4 + - GNU libtool 1.2d + - GNU gettext 10.35 + Available in ftp://alpha.gnu.org/gnu + These should be available by ftp from prep.ai.mit.edu or any of the fine GNU mirrors. Beta software can be found at alpha.gnu.org. diff --git a/app/Makefile.am b/app/Makefile.am index c94d286943..5d9db34eff 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -376,8 +376,8 @@ LDADD = \ libgimpim.a \ $(top_builddir)/libgimp/libgimpi.a \ $(GTK_LIBS) \ - $(GIMP_THREAD_LIBS) # \ -# $(INTLLIBS) + $(GIMP_THREAD_LIBS) \ + $(INTLLIBS) DEPS = \ libgimpim.a \ diff --git a/configure.in b/configure.in index 838ca88623..4834885e71 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(gimprc.in) dnl Initialize automake stuff GIMP_MAJOR_VERSION=1 GIMP_MINOR_VERSION=1 -GIMP_MICRO_VERSION=0 +GIMP_MICRO_VERSION=1 GIMP_INTERFACE_AGE=0 GIMP_BINARY_AGE=0 GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION diff --git a/plug-ins/deinterlace/Makefile.am b/plug-ins/deinterlace/Makefile.am index b95ee4baba..f83421453d 100644 --- a/plug-ins/deinterlace/Makefile.am +++ b/plug-ins/deinterlace/Makefile.am @@ -5,7 +5,6 @@ pluginlibdir = $(gimpplugindir)/plug-ins pluginlib_PROGRAMS = deinterlace deinterlace_SOURCES = \ - $(top_srcdir)/plug-ins/megawidget/megawidget.h \ deinterlace.c INCLUDES = \