X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftxinfo23.sh;h=6c2d9ce3cfa7ef702056537cc2ddb94e1a3e6d1c;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=4ac9e9f022531a7023ee1d0378fba084273b85f7;hpb=b4b6a1a61dd0ee28e3d50869c959dea04e6a6b71;p=platform%2Fupstream%2Fautomake.git diff --git a/t/txinfo23.sh b/t/txinfo23.sh old mode 100755 new mode 100644 index 4ac9e9f..6c2d9ce --- a/t/txinfo23.sh +++ b/t/txinfo23.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 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 @@ -16,11 +16,11 @@ # Check that info files are built in builddir when needed. # Test with subdir Texinfo. -# (Similar to txinfo13.test, plus DISTCLEANFILES). -# (See also txinfo24.test and txinfo25.test). +# (Similar to txinfo13.sh, plus DISTCLEANFILES). +# (See also txinfo24.sh and txinfo25.sh). required='makeinfo tex texi2dvi' -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT @@ -53,14 +53,17 @@ I'm included. END $ACLOCAL -$AUTOMAKE --add-missing $AUTOCONF +AUTOMAKE_run --add-missing -Wno-error +grep "Makefile\.am:.*undocumented.* automake hack" stderr +grep "Makefile\.am:.*'info-in-builddir' automake option" stderr + mkdir build cd build ../configure $MAKE distcheck test -f subdir/main.info -test ! -f ../subdir/main.info +test ! -e ../subdir/main.info :