[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-165-g85848c0
"Eric Blake" <[email protected]> Wed, 22 Oct 2008 11:50:56 +0000
| Newsgroups | gmane.comp.gnu.m4.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=85848c00f2f6547c1f6416b0441c749e7658471c
The branch, master has been updated
via 85848c00f2f6547c1f6416b0441c749e7658471c (commit)
from e21aa9fbd79d2080084ce108b8d5e3569f19756f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 85848c00f2f6547c1f6416b0441c749e7658471c
Author: Eric Blake <[email protected]>
Date: Wed Oct 22 05:49:47 2008 -0600
Give nicer error if user modifies testsuite but lacks autoconf.
* Makefile.am (AUTOM4TE): Use missing in the definition.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 38a37b4..cdfcc3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-22 Eric Blake <[email protected]>
+
+ Give nicer error if user modifies testsuite but lacks autoconf.
+ * Makefile.am (AUTOM4TE): Use missing in the definition.
+
2008-10-09 Eric Blake <[email protected]>
Allow user to choose which sed to use in testsuite.
diff --git a/Makefile.am b/Makefile.am
index 35b555b..92c6745 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -380,7 +380,7 @@ $(srcdir)/tests/generated.at: tests/generate.awk $(m4_texinfo)
$(generate) $(m4_texinfo) >$@t
mv $@t $@
-AUTOM4TE = autom4te
+AUTOM4TE = $(SHELL) $(srcdir)/$(config_aux_dir)/missing --run autom4te
AUTOTEST = $(AUTOM4TE) --language=autotest
$(TESTSUITE): $(srcdir)/tests/package.m4 $(TESTSUITE_AT)
$(AUTOTEST) -I '$(srcdir)/tests' -o [email protected] [email protected]
hooks/post-receive
--
GNU M4 source repository