diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-12-06 14:49:30 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-12-06 14:49:30 +0100 |
commit | e68510cf3ab2cdc7276c1c857d9a44dd28ebc20a (patch) | |
tree | 954393b0707772c0574f2757e0a41d445f6960d3 /tests/Makefile.am | |
parent | 72df7f09ecb0dc0bb6352aa9ec30728ba896341d (diff) |
tests: Remove the missing and use it from $(top_srcdir)0.0.6.2
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ae9b4dd..d005e7b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac echo ' [$(PACKAGE_URL)])'; \ } >'$(srcdir)/package.m4' -EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) missing +EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) TESTSUITE = $(srcdir)/testsuite check-local: atconfig $(TESTSUITE) @@ -33,7 +33,7 @@ clean-local: $(SHELL) '$(TESTSUITE)' --clean $(RM) -f atconfig -AUTOM4TE = $(SHELL) $(srcdir)/missing --run autom4te +AUTOM4TE = $(SHELL) $(top_srcdir)/missing --run autom4te AUTOTEST = $(AUTOM4TE) --language=autotest $(TESTSUITE): $(srcdir)/testsuite.at $(srcdir)/package.m4 $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at |