Use testsuite -C.

* tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
	Solves problems when top_srcdir is an absolute path.
	Suggested by Eric Blake.
	* configure.ac: Require Autoconf 2.62.
This commit is contained in:
Akim Demaille
2008-12-11 01:00:53 +01:00
parent eeb2942237
commit 2cd1af957a
3 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
2008-12-11 Akim Demaille <demaille@gostai.com>
Use testsuite -C.
* tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
Solves problems when top_srcdir is an absolute path.
Suggested by Eric Blake.
* configure.ac: Require Autoconf 2.62.
2008-12-11 Akim Demaille <demaille@gostai.com>
Simplify the i18n of the error messages.