X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fdepacl2.sh;h=4d7912a86f36ad81e3b1ea1030910ff91b6f8d45;hb=7df8b28cb170a6e67df30bd30f1753a43cf315aa;hp=897a5a226e6a6b106d598a41cd353a51f26ab3c1;hpb=d25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/depacl2.sh b/t/depacl2.sh index 897a5a2..4d7912a 100755 --- a/t/depacl2.sh +++ b/t/depacl2.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 @@ -17,7 +17,7 @@ # Test to make sure dependencies work when required macro is part of # autoconf. -. ./defs || exit 1 +. test-init.sh echo 'AM_FOO' >> configure.ac echo 'AC_DEFUN([AM_FOO], [AC_REQUIRE([AC_HEADER_STDC])])' > AM_FOO.m4