X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fyacc-subdir.sh;h=95788ec8a7e48d485d771a11e8930e6ea795647d;hb=e9d79f111a43882d299ca9ee8d4783f4bc17b99a;hp=465f8287f87331a3f24893d82d7cdf074ed65af1;hpb=1efb88cadad61a031d1c297310bc2634562f2e87;p=platform%2Fupstream%2Fautomake.git diff --git a/t/yacc-subdir.sh b/t/yacc-subdir.sh old mode 100755 new mode 100644 index 465f828..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 @@ -22,7 +22,6 @@ required='cc yacc' cat >> configure.ac << 'END' AC_PROG_CC -AM_PROG_CC_C_O AC_PROG_YACC AC_OUTPUT END