From: Stefano Lattarini Date: Fri, 18 May 2012 14:05:25 +0000 (+0200) Subject: Merge branch 'fixup-v1.11b-128-g1588135' into ng/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bd8abbd16ce7d28dd568dbccddf46869bd6e9b;p=thirdparty%2Fautomake.git Merge branch 'fixup-v1.11b-128-g1588135' into ng/master * fixup-v1.11b-128-g1588135: [ng] tests: fix a botched comment (about $(srcdir)/ in TESTS) --- 54bd8abbd16ce7d28dd568dbccddf46869bd6e9b diff --cc t/parallel-tests-srcdir-in-test-name.sh index db81aa6e0,dd3b381cf..f137e9385 --- a/t/parallel-tests-srcdir-in-test-name.sh +++ b/t/parallel-tests-srcdir-in-test-name.sh @@@ -14,15 -14,9 +14,8 @@@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . - # Check parallel-tests features: - # - listing $(srcdir)/ or $(top_srcdir)/ in TESTS doesn't work ATM, - # and is thus diagnosed. - - # TODO: this test should also ensure that the 'make' implementation - # properly adheres to rules in all cases. See the Autoconf - # manual for the ugliness in this area, when VPATH comes into - # play. :-/ + # Check parallel-tests features: listing $(srcdir)/ in TESTS works. -am_parallel_tests=yes . ./defs || Exit 1 echo AC_OUTPUT >> configure.ac