X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fyacc-subdir.sh;h=95788ec8a7e48d485d771a11e8930e6ea795647d;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=3f12c54373598634ca294723439030c71dafd214;hpb=88c20167092e716ddf51affdd0d632c014ec009c;p=platform%2Fupstream%2Fautomake.git diff --git a/t/yacc-subdir.sh b/t/yacc-subdir.sh old mode 100755 new mode 100644 index 3f12c54..95788ec --- a/t/yacc-subdir.sh +++ b/t/yacc-subdir.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 @@ -18,11 +18,10 @@ required='cc yacc' -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC -AM_PROG_CC_C_O AC_PROG_YACC AC_OUTPUT END