automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] Tests: do not use `##' automake comments in-line


From: Stefano Lattarini
Subject: [FYI] Tests: do not use `##' automake comments in-line
Date: Mon, 13 Dec 2010 23:14:00 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* 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  <address@hidden>
+
+       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  <address@hidden>
 
        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

[Prev in Thread] Current Thread [Next in Thread]