(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
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
This commit is contained in:
Paul Eggert
2003-04-27 05:27:15 +00:00
parent b5250f2635
commit b59d8a44df

View File

@@ -101,7 +101,6 @@ AC_CHECK_DECLS([free, getenv, getopt,
stpcpy, strchr, strspn, strnlen, stpcpy, strchr, strspn, strnlen,
malloc, memchr, memrchr]) malloc, memchr, memrchr])
AC_REPLACE_FUNCS(strchr strrchr strspn) AC_REPLACE_FUNCS(strchr strrchr strspn)
AC_FUNC_ERROR_AT_LINE
AM_WITH_DMALLOC AM_WITH_DMALLOC
BISON_PREREQ_SUBPIPE BISON_PREREQ_SUBPIPE
BISON_PREREQ_TIMEVAR BISON_PREREQ_TIMEVAR