From 5b0d29bb526b0d6b9ece984d07af7047d707157e Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 23 Nov 2001 14:19:09 +0000 Subject: [PATCH] * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@. --- ChangeLog | 4 ++++ lib/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 05cedb31..6bb43074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-23 Akim Demaille + + * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@. + 2001-11-23 Akim Demaille * src/system.h: Include alloca.h. diff --git a/lib/Makefile.am b/lib/Makefile.am index 4dbe1978..24b22c75 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -19,5 +19,5 @@ libbison_a_SOURCES = \ quote.h quote.c quotearg.h quotearg.c \ xalloc.h xmalloc.c xstrdup.c -libbison_a_LIBADD = @LIBOBJS@ +libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@ libbison_a_DEPENDENCIES = $(libbison_a_LIBADD) -- 2.45.2