From: Stefano Lattarini Date: Mon, 13 Dec 2010 22:11:54 +0000 (+0100) Subject: Libobj tests: do not use `##' automake comments in-line. X-Git-Tag: ng-0.5a~306^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12cf69ebc08277cddec64083b5d016099d16d688;p=thirdparty%2Fautomake.git Libobj tests: do not use `##' automake comments in-line. * tests/libobj19.test (Makefile.am): Do not use inline `##' comments in the definition of AUTOMAKE_OPTIONS. * tests/libobj20c.test: Likewise. Report by Ralf Wildenhues. --- diff --git a/ChangeLog b/ChangeLog index 59635e200..1848edf94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-12-13 Stefano Lattarini + + Libobj tests: do not use `##' automake comments in-line. + * tests/libobj19.test (Makefile.am): Do not use inline `##' + comments in the definition of AUTOMAKE_OPTIONS. + * tests/libobj20c.test: Likewise. + Report by Ralf Wildenhues. + 2010-12-09 Stefano Lattarini Extend tests on AC_LIBOBJ and friends. diff --git a/tests/libobj19.test b/tests/libobj19.test index 4fd150b98..e19a7591e 100755 --- a/tests/libobj19.test +++ b/tests/libobj19.test @@ -29,7 +29,7 @@ AC_OUTPUT END cat > Makefile.am << 'END' -AUTOMAKE_OPTIONS = subdir-objects ## required for our setup to work +AUTOMAKE_OPTIONS = subdir-objects noinst_LIBRARIES = libtu.a libtu_a_SOURCES = libtu_a_LIBADD = $(LIBOBJS) diff --git a/tests/libobj20c.test b/tests/libobj20c.test index 4884359d8..463518369 100755 --- a/tests/libobj20c.test +++ b/tests/libobj20c.test @@ -29,7 +29,7 @@ AC_LIBOBJ([foobar]) END cat > Makefile.am << 'END' -AUTOMAKE_OPTIONS = subdir-objects ## required for our setup to work +AUTOMAKE_OPTIONS = subdir-objects noinst_LIBRARIES = libtu.a libtu_a_SOURCES = libtu_a_LIBADD = $(LIBOBJS)