summaryrefslogtreecommitdiff
path: root/t/backcompat6.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-09-05 14:40:52 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-09-05 14:40:52 +0200
commit076e8fa284c2453099286876684be913512af381 (patch)
treeb7239454ba0a477a9fedadddf187d146aa54ee4a /t/backcompat6.sh
parent23a4376fc462bbe0e36b5515671724b7e3d89fb9 (diff)
parentdb5437316ffeb3ad51c126ce447cde8396108060 (diff)
downloadautomake-076e8fa284c2453099286876684be913512af381.tar.gz
Merge branch 'maint'
* maint: sync: update files from upstream with "make fetch" news: cygnus will be removed in automake 1.13 news: some changes for 1.13 has been "de-planned" news: report that the have seen fixlets after 1.12.3 warns: enable category 'obsolete' by default Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/backcompat6.sh')
-rwxr-xr-xt/backcompat6.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/backcompat6.sh b/t/backcompat6.sh
index 9fc494642..bcfd3dc75 100755
--- a/t/backcompat6.sh
+++ b/t/backcompat6.sh
@@ -15,7 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Backward-compatibility test: try to build and distribute a package
-# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT.
+# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT,
+# and 'configure.in' as autconf input file.
# This script can also serve as mild stress-testing for Automake.
# See also the similar test 'backcompat5.test'.
@@ -77,7 +78,7 @@ int main (void)
}
END
-$ACLOCAL
+$ACLOCAL -Wno-obsolete
$AUTOMAKE -Wno-obsolete --add-missing
$AUTOCONF