From 12cf69ebc08277cddec64083b5d016099d16d688 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 13 Dec 2010 23:11:54 +0100 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ tests/libobj19.test | 2 +- tests/libobj20c.test | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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) -- 2.47.2