summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-04 06:15:34 +0200
committerEric Blake <ebb9@byu.net>2008-08-07 09:05:26 -0600
commit2231a48eb7d4a068eae671542ae256f850a60c01 (patch)
treef6d5cbc7096c1ba08274ce2aa9cc7e2799e41478
parentacb5619a320c331d846e1a4ad51cf9b72829e5c9 (diff)
downloadm4-2231a48eb7d4a068eae671542ae256f850a60c01.tar.gz
Run m4 tests prior to gnulib unit tests.
* Makefile.am (SUBDIRS): Swap order of directories. (cherry picked from commit 22598a89aca89a390cfdc8fb5cca3bfbc1c380ef)
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b94dbe07..d002918d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-07 Bruno Haible <bruno@clisp.org> (tiny change)
+
+ Run m4 tests prior to gnulib unit tests.
+ * Makefile.am (SUBDIRS): Swap order of directories.
+
2008-08-03 Eric Blake <ebb9@byu.net>
Stage 26: Allow embedded NUL in macro definitions.
diff --git a/Makefile.am b/Makefile.am
index fb8d1b8a..f6a2b68d 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