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=2231a48eb7d4a068eae671542ae256f850a60c01 The branch, master has been updated via 2231a48eb7d4a068eae671542ae256f850a60c01 (commit) from acb5619a320c331d846e1a4ad51cf9b72829e5c9 (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 2231a48eb7d4a068eae671542ae256f850a60c01 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 b94dbe0..d002918 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-03 Eric Blake <[EMAIL PROTECTED]> Stage 26: Allow embedded NUL in macro definitions. diff --git a/Makefile.am b/Makefile.am index fb8d1b8..f6a2b68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ config_aux_dir = build-aux config_macro_dir= ltdl/m4 -SUBDIRS = po gnu tests/gnu . +SUBDIRS = po gnu . tests/gnu ACLOCAL_AMFLAGS = -I ltdl/m4 AUTOMAKE_OPTIONS = nostdinc hooks/post-receive -- GNU M4 source repository
