From 8e3fbb5cf1995956c898c5b0b807d2827082d822 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Wed, 12 Sep 2012 22:26:57 +0100 Subject: [PATCH] Note relocation of m4 when packaging source distribution. --- ChangeLog | 6 ++++++ Makefile.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ebb5a3..bbfb799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-09-12 Keith Marshall + + Note relocation of m4 when packaging source distribution. + + * Makefile.in (SRCDIST_SUBDIRS): Refer to build-aux/m4, not m4. + 2012-09-09 Keith Marshall Fix typo, and update licensing terms for embedded getopt.c diff --git a/Makefile.in b/Makefile.in index 66a90c0..b660144 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,8 +175,8 @@ LICENCE_FILES = README COPYING SRCDIST_FILES = $(LICENCE_FILES) ChangeLog NEWS INSTALL \ aclocal.m4 configure.ac configure Makefile.in version.c.in -SRCDIST_SUBDIRS = build-aux icons m4 src src/pkginfo srcdist-doc \ - scripts/libexec tinyxml xml +SRCDIST_SUBDIRS = build-aux build-aux/m4 icons src src/pkginfo \ + srcdist-doc scripts/libexec tinyxml xml # The names of distributed pacakge archive files incorporate version # information, derived from PACKAGE_VERSION; this is decomposed, so that -- 2.11.0