X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fcond43.sh;h=dd48f6949a0036b2ae5739938c930f3aa0766fd3;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=ff336756de0f3b52b52e78317074c065a9daa29d;hpb=cb6a19d9d0c46ddf03b2494333bed2c3d7dc1e15;p=platform%2Fupstream%2Fautomake.git diff --git a/t/cond43.sh b/t/cond43.sh old mode 100755 new mode 100644 index ff33675..dd48f69 --- a/t/cond43.sh +++ b/t/cond43.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2008-2012 Free Software Foundation, Inc. +# Copyright (C) 2008-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 @@ -36,8 +36,8 @@ $EGREP '^configure\.ac:7:.* missing m4 quoting.*macro depth 2( |$)' stderr sed '/.AM_COND_IF/{ s/^/[/ s/$/]/ - }' < configure.ac > configure.int -mv -f configure.int configure.ac + }' < configure.ac > configure.tmp +mv -f configure.tmp configure.ac rm -rf autom4te*.cache $AUTOMAKE