summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-11 16:16:45 -0600
committerEric Blake <ebb9@byu.net>2008-04-11 16:16:45 -0600
commitfb04a26fa6ac38cbe5517372b1a984af0c851876 (patch)
tree488ccee49b107f59f90325122a05130522a6b935
parent7541b497e801dc872e8034cddba77c5fa29b110f (diff)
downloadm4-fb04a26fa6ac38cbe5517372b1a984af0c851876.tar.gz
Ensure --program-prefix doesn't regress.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enforce change from 2008-03-10 by testing it at 'make distcheck' time. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5685ab8..8501d11c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-11 Eric Blake <ebb9@byu.net>
+ Ensure --program-prefix doesn't regress.
+ * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enforce change from
+ 2008-03-10 by testing it at 'make distcheck' time.
+
Improve OS/2+emx build.
* src/m4.h [__EMX__]: OS/2 does not have a Unix-compatible
system(3), no matter what other macros it pre-defined.
diff --git a/Makefile.am b/Makefile.am
index a67b4159..7d123e55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,9 @@ MAINTAINERCLEANFILES = COPYING INSTALL Makefile.in aclocal.m4 \
m4/gnulib-tool.m4 missing stamp-h.in
ACLOCAL_AMFLAGS = -I m4
-DISTCHECK_CONFIGURE_FLAGS = --enable-changeword
+## Enough users install GNU M4 as gm4 that we make sure 'make installcheck'
+## will handle that, prior to making a release.
+DISTCHECK_CONFIGURE_FLAGS = --enable-changeword --program-prefix=g
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version: