* 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-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.
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)
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)