From db401d8e0af7fe6e3ca83afc502ed8ca0cae550e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 31 Jul 2003 13:04:32 +0000 Subject: Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1. Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail. --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 06d2df1..9e05683 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # This is a -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.7.3 dist-bzip2 check-news ansi2knr +AUTOMAKE_OPTIONS = dist-bzip2 check-news ansi2knr ACLOCAL_AMFLAGS = -I config SUBDIRS = glob config po doc @@ -61,6 +61,13 @@ html: localedir = $(datadir)/locale +# We need this due to a bug in gettext 0.12.1 Makefile.in.in: without this I +# can't run distcheck because this file is created but not removed during +# distclean. + +distclean-local: + test "$(srcdir)" = . || rm -f po/stamp-po + # --------------- Local INSTALL Section # If necessary, change the gid of the app and turn on the setgid flag. -- cgit v1.2.3