]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Libobj tests: do not use `##' automake comments in-line.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Dec 2010 22:11:54 +0000 (23:11 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Dec 2010 23:12:36 +0000 (00:12 +0100)
* 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
tests/libobj19.test
tests/libobj20c.test

index 59635e2005bd7c7b8179c8b94b36bc55d2283a79..1848edf94b766c8f3b3d868db3adc2e72530de43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        Extend tests on AC_LIBOBJ and friends.
index 4fd150b98a486a8b73e453c9029bb1b0982d6533..e19a7591ef623f6f7065ee84d05234047b050df3 100755 (executable)
@@ -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)
index 4884359d8e6a43cec38004b2858d5fec61dc22b9..463518369a55998bf006e7c9aae1290c7404adbf 100755 (executable)
@@ -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)