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) >[EMAIL PROTECTED]
        mv [EMAIL PROTECTED] $@
 
-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


Reply via email to