summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-09 21:01:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-09 21:01:37 +0000
commitc56722465164697caf63f7f32084aa01783e0051 (patch)
tree4c106f9604decaf74e578e195e469e78cd1adfca /Makefile.am
parentdee725cb841513540c259236f3f3b7b37e085694 (diff)
downloadautoconf-c56722465164697caf63f7f32084aa01783e0051.tar.gz
* lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'. Join
PATH members so as to not prepend an empty element. Move a comment. * Makefile.am (SUBDIRS): Build in `tests' last. * tests/Makefile.am (installcheck-local): Add check-local dependencies.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 40da19f0..8e4081b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,9 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-# bin/ and tests/ must be run first, as they build the tests executables
-# (tests/autom4te etc.), that we happen to use here.
-SUBDIRS = bin tests . lib config man doc
+# bin/ must be run first, as it builds executables needed for tests.
+# autom4te uses autotest.m4f to generate `testsuite', so build tests last.
+SUBDIRS = bin . lib config man doc tests
ACLOCAL_AMFLAGS = -I config