X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsubobj5.sh;h=48514235429be6af67aa59d926e5c19767b3c4c1;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=6736cb1b99d8e0367469afbb35d42b1616095dce;hpb=26c7b8f50a02749e49135cac58c793bde97ec8fc;p=platform%2Fupstream%2Fautomake.git diff --git a/t/subobj5.sh b/t/subobj5.sh old mode 100755 new mode 100644 index 6736cb1..4851423 --- a/t/subobj5.sh +++ b/t/subobj5.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-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 @@ -18,12 +18,11 @@ # From Robert Collins. required=cc -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_CONFIG_FILES([generic/Makefile]) AC_PROG_CC -AM_PROG_CC_C_O AC_OUTPUT END