m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-165


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-165-g85848c0
Date: Wed, 22 Oct 2008 11:50:56 +0000

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 <address@hidden>
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 <address@hidden>

-----------------------------------------------------------------------

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  <address@hidden>
+
+       Give nicer error if user modifies testsuite but lacks autoconf.
+       * Makefile.am (AUTOM4TE): Use missing in the definition.
+
 2008-10-09  Eric Blake  <address@hidden>
 
        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) >address@hidden
        mv address@hidden $@
 
-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 address@hidden address@hidden


hooks/post-receive
--
GNU M4 source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]