X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=t%2Fsubobj7.sh;h=de73cc2dce6d52645762dd80d6728afa96dd1aa9;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=1ce58aeca6b2aaff7b0dafc9ec1a62181e7f5457;hpb=c49475046c64789daf647f2b566be8fe49aced72;p=platform%2Fupstream%2Fautomake.git diff --git a/t/subobj7.sh b/t/subobj7.sh old mode 100755 new mode 100644 index 1ce58ae..de73cc2 --- a/t/subobj7.sh +++ b/t/subobj7.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 @@ -17,15 +17,15 @@ # Test to make sure AM_CFLAGS appears in subdir compilation rule. # Report from Steve M. Robbins. -. ./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 = wish wish_SOURCES = foo.c generic/a.c END