From: Stefano Lattarini Date: Wed, 12 Jan 2011 22:36:16 +0000 (+0100) Subject: Merge branch 'yacc-work' X-Git-Tag: ng-0.5a~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a9b5f6de49d54651700afd5846016f8a85cb42;p=thirdparty%2Fautomake.git Merge branch 'yacc-work' --- 38a9b5f6de49d54651700afd5846016f8a85cb42 diff --cc ChangeLog index cb4b3af2e,31adec7a7..b432d4935 --- a/ChangeLog +++ b/ChangeLog @@@ -1,17 -1,12 +1,26 @@@ + 2011-01-12 Stefano Lattarini + + docs: clustered '-d' not recognized in YFLAGS + This change fixes automake bug#7828. + * doc/automake.texi (Yacc and Lex): Document that automake + recognizes '-d' in AM_YFLAGS only if it's not clustered with + other options. + From a report by Юрий Пухальский. + +2011-01-10 Stefano Lattarini + + tests: add checks on automatically-distributed files + Related to automake bug#7819. + * tests/autodist.test: New test. + * tests/autodist-subdir.test: Likewise. + * tests/autodist-acconfig.test: Likewise. + * tests/autodist-acconfig-no-subdir.test: Likewise. + * tests/autodist-aclocal-m4.test: Likewise. + * tests/autodist-config-headers.test: Likewise. + * tests/autodist-configure-no-subdir.test: Likewise. + * tests/autodist-stamp-vti.test: Likewise. + * tests/Makefile.am (TESTS): Update. + 2011-01-11 Stefano Lattarini tests: do not force yacc-requiring tests to use bison