From 5f0dc04af8dd47f037f09f296282eaed20d01dfb Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Tue, 20 Feb 2007 22:55:19 +0000 Subject: [PATCH] Remove changes that weren't in fact needed: - config.rpath in EXTRA_DIST, in Makefile.am - dummy definition of AM_INTL_SUBDIR, in acinclude.m4. --- ChangeLog | 12 ------------ Makefile.am | 2 +- acinclude.m4 | 2 -- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index c44ca297f..4d72cb3d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,5 @@ 2007-02-18 Neil Jerram - * acinclude.m4 (AM_INTL_SUBDIR): Remove unnecessary dnl. - - * configure.in: Remove AM_GNU_GETTEXT_VERSION again. - - * Makefile.am (EXTRA_DIST): Add config.rpath. - * config.rpath (Module): New (from gettext package). 2007-01-31 Ludovic Courtès @@ -15,12 +9,6 @@ 2007-01-28 Neil Jerram - * configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will - run autopoint. - - * acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work - around current autoconf/automake/gettext bug. - * INSTALL: New upstream version. * ABOUT-NLS: New upstream version. diff --git a/Makefile.am b/Makefile.am index 7ead71f4b..98b1c7e4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ include_HEADERS = libguile.h # automake sometimes forgets to distribute acconfig.h, # apparently depending on the phase of the moon. -EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS config.rpath +EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS TESTS = check-guile diff --git a/acinclude.m4 b/acinclude.m4 index 356c8218a..345e323b3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -308,5 +308,3 @@ else fi AC_LANG_RESTORE ])dnl ACX_PTHREAD - -AC_DEFUN([AM_INTL_SUBDIR], [])