[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-48-g298bc91

"Eric Blake" <[email protected]> Thu, 07 Aug 2008 13:53:14 +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=298bc91b80153700951ff8497967979b6e4c39fb

The branch, branch-1.6 has been updated
       via  298bc91b80153700951ff8497967979b6e4c39fb (commit)
      from  e992320ec9cd96ad491309b421e9dcdaeff09971 (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 298bc91b80153700951ff8497967979b6e4c39fb
Author: Bruno Haible <[email protected]>
Date:   Fri Apr 4 06:15:34 2008 +0200

    Run m4 tests prior to gnulib unit tests.
    
    * Makefile.am (SUBDIRS): Swap order of directories.
    (cherry picked from commit 22598a89aca89a390cfdc8fb5cca3bfbc1c380ef)

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

Summary of changes:
 ChangeLog   |    5 +++++
 Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6988291..31a4561 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-07  Bruno Haible  <[email protected]>  (tiny change)
+
+	Run m4 tests prior to gnulib unit tests.
+	* Makefile.am (SUBDIRS): Swap order of directories.
+
 2008-08-04  Eric Blake  <[email protected]>
 
 	Update copyright notice in generated testsuite files.
diff --git a/Makefile.am b/Makefile.am
index 7d123e5..4f4a60b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
 ##
 ## Written by Gary V. Vaughan <[email protected]>
 
-SUBDIRS = . examples lib src doc tests checks
+SUBDIRS = . examples lib src doc checks tests
 EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
 	.version m4/gnulib-cache.m4
 DISTCLEANFILES = stamp-h


hooks/post-receive
--
GNU M4 source repository