From: Paul Eggert Date: Tue, 30 Sep 2003 16:45:13 +0000 (+0000) Subject: Include local.at, not input.at, fixing a typo in the 2003-08-25 patch. X-Git-Tag: BISON-2_0~207 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7f41b888214850deb3a2563cb07a4925f8b62bf5?hp=62b6aef925259b8d513d36e581e6757e19ea437e Include local.at, not input.at, fixing a typo in the 2003-08-25 patch. --- diff --git a/tests/testsuite.at b/tests/testsuite.at index cdf27918..a7510021 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -21,7 +21,7 @@ # Initializes Autotest, imports macros etc. It will trigger a warning # with Autoconf 2.58, because it includes this file automatically, but # it causes no real problem. -m4_include([input.at]) +m4_include([local.at]) # Testing resistance to user bugs.