X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fcond36.sh;h=896dbfa991b77eaa42ca7c89e8a359c560b09b74;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=d9b06990875e126c2b6440cb12b6f64479e18524;hpb=6e713425a0dcede167924e7691e95ab5e54e399c;p=platform%2Fupstream%2Fautomake.git diff --git a/t/cond36.sh b/t/cond36.sh old mode 100755 new mode 100644 index d9b0699..896dbfa --- a/t/cond36.sh +++ b/t/cond36.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-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,7 +16,7 @@ # Check rules output for parser defined conditionally. -. ./defs || Exit 1 +. test-init.sh cat >>configure.ac <<'EOF' AM_CONDITIONAL([CASE_A], [test -z "$case_B"])