X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fextra2.sh;h=f3c3f5bdb70db3d57f7b41844394fe979b80ad07;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=e5576a53ef8979c0ec3d1c368f7fb4d1ca9df640;hpb=c2a52bf0e8e87b8f347ca22b9ab2da7613bc4336;p=platform%2Fupstream%2Fautomake.git diff --git a/t/extra2.sh b/t/extra2.sh old mode 100755 new mode 100644 index e5576a5..f3c3f5b --- a/t/extra2.sh +++ b/t/extra2.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-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 @@ -14,9 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Check to make sure EXTRA_foo_SOURCES not defined unnecessarily. +# Check to make sure EXTRA_foo_SOURCES are not defined unnecessarily. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC @@ -30,4 +30,5 @@ $ACLOCAL $AUTOMAKE grep EXTRA_foo_SOURCES Makefile.in && exit 1 -exit 0 + +: