From: Paul Eggert Date: Sun, 27 Apr 2003 05:28:21 +0000 (+0000) Subject: * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR invokes it. X-Git-Tag: BISON-2_0~328 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/acda9df6f90bd49238422722be5ff691a355b93b * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR invokes it. --- diff --git a/ChangeLog b/ChangeLog index fd5aa78b..48a1afc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-04-26 Paul Eggert + + * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR + invokes it. We shouldn't invoke it twice because it will attempt + to put error.o in the archive twice. This fixes a glitch reported + by Martin Mokrejs in + . + 2003-04-21 Paul Eggert * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch