]> git.saurik.com Git - bison.git/commitdiff
* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
authorAkim Demaille <akim@epita.fr>
Thu, 14 Feb 2002 11:51:42 +0000 (11:51 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 14 Feb 2002 11:51:42 +0000 (11:51 +0000)
ChangeLog
lib/Makefile.am

index 32f37fb2e299166349a7a29a0457cfa91149780a..d6f828cc69cdceec64acb4776fe80186be12d73f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-14  Akim Demaille  <akim@epita.fr>
+
+       * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
+
 2002-02-13  Andreas Schwab  <schwab@suse.de>
 
        * src/output.c (output_rule_data): Don't output NULL, it might
index be318511a1d4d9275f81632171b3eb9088425a32..99ec8c8e451686bfb4a6273b259e9ffb5572239c 100644 (file)
@@ -30,9 +30,9 @@ INCLUDES = -I$(top_builddir)/intl \
            -I$(top_srcdir)/lib
 
 # Heck, we are still using an old version of Automake which does not
-# understand LIBOBJ additions using $objext...
-
-EXTRA_DIST = malloc.c realloc.c
+# understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
+# configure.in).
+EXTRA_DIST = malloc.c realloc.c strnlen.c
 
 libbison_a_SOURCES = \
   basename.c dirname.h dirname.c \