From: Stefano Lattarini Date: Sun, 22 Jan 2012 16:46:53 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~27^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc940cb035d1ab2eac1b3c353c0516516c145b79;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: tests: fix spurious failure due to autom4te caching vala: fix name of temporary file used in vala rules vala tests: add missing 'valac' requirement, and other minor fixlets news: fix grammaro --- bc940cb035d1ab2eac1b3c353c0516516c145b79 diff --cc tests/lzma.test index 28b419885,bf65aeae5..f0c284b52 --- a/tests/lzma.test +++ b/tests/lzma.test @@@ -1,5 -1,5 +1,5 @@@ #! /bin/sh --# Copyright (C) 2003, 2007, 2011 Free Software Foundation, Inc. ++# Copyright (C) 2003, 2007, 2011, 2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@@ -31,10 -33,24 +31,11 @@@ AM_INIT_AUTOMAKE([no-dist-gzip dist-lzm AC_CONFIG_FILES([Makefile]) AC_OUTPUT END - -cat > Makefile.am << 'END' -test: distcheck - test $(DIST_ARCHIVES) = lzma-1.0.tar.lzma - test -f $(DIST_ARCHIVES) -END +: > Makefile.am - $ACLOCAL --force + rm -rf autom4te*.cache + $ACLOCAL -AUTOMAKE_fails +AUTOMAKE_fails -Wnone -Wno-error grep "^configure\\.in:2:.*$errmsg" stderr -$AUTOMAKE -Wno-obsolete - -lzma --version || skip_ "lzma compressor required for the rest of the test" - -$AUTOCONF -./configure -$MAKE test - :