* tests/calc.at, tests/output.at, tests/regression.at,

* tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
now the tests are run in private dirs, therefore AC_CLEANUP and
family can be simplified to 0-ary.
* tests/atlocal.in: Now that we run `elsewhere' than in tests/,
use abs. path to find config.h.
This commit is contained in:
Akim Demaille
2001-11-14 15:16:40 +00:00
parent 3e85a00236
commit efcff8cd5c
23 changed files with 279 additions and 253 deletions

6
NEWS
View File

@@ -1,6 +1,12 @@
Bison News
----------
Changes in version 1.30c:
* Fixed a few warnings.
* Some portability issues.
Changes in version 1.30b:
* Fixed parser memory leaks.