* 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 59635e2..b98aa53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-13  Stefano Lattarini  <stefano.lattar...@gmail.com>
+
+       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  <stefano.lattar...@gmail.com>
 
        Extend tests on AC_LIBOBJ and friends.
diff --git a/tests/libobj19.test b/tests/libobj19.test
index 4fd150b..e19a759 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 4884359..4635183 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)
-- 
1.7.1


Reply via email to