X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsubstref.sh;h=1079a0906f99ff0946a68bf1888c240dfa33535f;hb=0164f83126647476cfb3112441185accdcb157fb;hp=7183a9146a2aeb391db3b9b992d7ebdcc9f3fcd4;hpb=76f0605a6dd790ab43cc608db11ac2141ddf46c0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/substref.sh b/t/substref.sh old mode 100755 new mode 100644 index 7183a91..1079a09 --- a/t/substref.sh +++ b/t/substref.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-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,7 +18,7 @@ # pattern is null. # Report from Richard Boulton. -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_SUBST([CC], [whocares]) @@ -48,7 +48,7 @@ $MAKE test # This is unrelated to the rest of this test. But while we are # at it, make sure we don't use am__helldl_SOURCES_DIST here, since # it's not needed. DIST_SOURCES should contain $(helldl_SOURCES). -grep am__helldl_SOURCES_DIST Makefile && Exit 1 +grep am__helldl_SOURCES_DIST Makefile && exit 1 grep 'DIST_SOURCES.*\$(helldl_SOURCES)' Makefile :