[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: local.at
From: |
Paul Eggert |
Subject: |
Re: FYI: local.at |
Date: |
29 Sep 2003 16:42:35 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
The ChangeLog for the local.at patch disagrees with the code.
<http://mail.gnu.org/archive/html/bison-patches/2003-08/msg00009.html> says:
* tests/testsuite.at: Move the initialization, Autotest version
requirement, and AT_TESTED invocation into...
* tests/local.at: here.
* tests/testsuite.at: Include it for compatibility with Autoconf
2.57.
But testsuite.at actually includes input.at, not local.at.
Shouldn't this patch be installed?
2003-09-29 Paul Eggert <address@hidden>
* tests/testsuite.at: Include local.at, not input.at, fixing
a typo in the 2003-08-25 patch.
--- testsuite.at.~1.24.~ Mon Sep 29 14:36:40 2003
+++ testsuite.at Mon Sep 29 16:31:43 2003
@@ -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.
- Re: FYI: local.at,
Paul Eggert <=