From 9bd1a920de677be1bfd87700f8b367a92814ae26 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Mar 2002 10:55:47 +0000 Subject: [PATCH] * Makefile.am (AUTOMAKE_OPTIONS): 1.6. * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove. * Makefile.in, aclocal.m4, config.hin, configure, config/Makefile.in, config/depcomp, config/install-sh, doc/Makefile.am, lib/Makefile.in, m4/Makefile.in, src/Makefile.in, tests/Makefile.in: Regenerate using Automake 1.6. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c67dbd9..8694feee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-03-19 Paul Eggert + + * Makefile.am (AUTOMAKE_OPTIONS): 1.6. + * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove. + * Makefile.in, aclocal.m4, config.hin, configure, + config/Makefile.in, config/depcomp, config/install-sh, + doc/Makefile.am, lib/Makefile.in, m4/Makefile.in, src/Makefile.in, + tests/Makefile.in: Regenerate using Automake 1.6. + 2002-03-18 Paul Eggert Fix the problem with union yyalloc and C++.