X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fspecflg9.sh;h=4f3d3b0c2b79ea5e9657221fc04039944a659a53;hb=63fe125a2e835955b8d0ba0d658208ebf63285f2;hp=c8cde9e0f89b418adadfe3c14d4c5fa566b74acd;hpb=d25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/specflg9.sh b/t/specflg9.sh index c8cde9e..4f3d3b0 100755 --- a/t/specflg9.sh +++ b/t/specflg9.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-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 @@ -16,15 +16,15 @@ # Another check for per-target flag substitutions. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC -AM_PROG_CC_C_O AC_OUTPUT END cat > Makefile.am << 'END' +AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = zzfoo zzbar zzfoo_SOURCES = sub/foo.c zzbar_SOURCES = bar.c