X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Faclocal-autoconf-version-check.sh;h=64910d04acb2a30f3c930b591d6a5598c3b8af63;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=f5d8101659b7464f3bcf999c4229300448a96d79;hpb=18143e7cfe66eaddffa481211ad4e340a11a22f4;p=platform%2Fupstream%2Fautomake.git diff --git a/t/aclocal-autoconf-version-check.sh b/t/aclocal-autoconf-version-check.sh old mode 100755 new mode 100644 index f5d8101..64910d0 --- a/t/aclocal-autoconf-version-check.sh +++ b/t/aclocal-autoconf-version-check.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 @@ -43,8 +43,7 @@ sed 's/^dnl!! //' < configure.ac > configure.tmp cmp configure.ac configure.tmp && fatal_ 'failed to edit configure.ac' mv -f configure.tmp configure.ac -$MAKE 2>stderr || { cat stderr >&2; exit 1; } -cat stderr >&2 +run_make -E grep 'You have another version of autoconf' stderr grep 'aclocal.m4:.*this file was generated for autoconf 9999a' stderr