X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fyacc-nodist.sh;h=7dab305a144565ff1fd3b6588dcb64344e944ecd;hb=eada7ef7dfdee457c7e773ae96f435de81c2f0ce;hp=53d9bb675946929f8ad8389581c36edd5572287d;hpb=c2a52bf0e8e87b8f347ca22b9ab2da7613bc4336;p=platform%2Fupstream%2Fautomake.git diff --git a/t/yacc-nodist.sh b/t/yacc-nodist.sh index 53d9bb6..7dab305 100755 --- a/t/yacc-nodist.sh +++ b/t/yacc-nodist.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-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 @@ -15,13 +15,13 @@ # along with this program. If not, see . # Checks for .c and .h files derived from non-distributed yacc sources. -# The test 'yacc-pr204.test' does similar check with AM_MAINTAINER_MODE +# The test 'yacc-pr204.sh' does similar check with AM_MAINTAINER_MODE # enabled. -# The tests 'lex-nodist.test' and 'lex-pr204.test' does similar checks +# The tests 'lex-nodist.sh' and 'lex-pr204.sh' does similar checks # for lex-generated .c files. required='cc yacc' -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC @@ -96,9 +96,6 @@ $MAKE $MAKE test-build $MAKE test-dist -# But the distribution must work correctly, assuming the user has -# the proper tools to process yacc files. Do this check only with -# GNU make, to avoid tripping on automake bug#7884. -if using_gmake; then $MAKE distcheck; fi +yl_distcheck :