diff options
author | Tom Tromey <tromey@redhat.com> | 2000-01-08 19:14:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2000-01-08 19:14:57 +0000 |
commit | d846af7c88e9a252bd38745494336bf026749d56 (patch) | |
tree | 3efae3079fd35afba97a4553101158c202d7cc37 /tests/depend3.test | |
parent | 31299c75ade5369ce96f95b335ea4d0f3adf6c44 (diff) | |
download | automake-d846af7c88e9a252bd38745494336bf026749d56.tar.gz |
* ansi.test, texinfo.test, empty.test, insh2.test, texinfo8.test:
Remove @SET_MAKE@ before using Makefile.
* backsl2.test: Don't add AC_PROG_MAKE_SET in configure.in;
already done.
* defs: Put AC_PROG_MAKE_SET in configure.in.
* acoutnoq.test, acoutput.test, acoutqnl.test, acouttbs.test,
acouttbs2.test, colon.test, colon2.test, colon3.test, colon4.test,
colon5.test, colon6.test, colon7.test, conf2.test, confh.test,
confh2.test, confh3.test, confh4.test, config.test, depend3.test,
discover.test, fpinst2.test, gnits.test, ldadd.test, libobj.test,
libobj10.test, libobj2.test, libobj6.test, libobj7.test,
libobj8.test, libobj9.test, output.test, output2.test,
output3.test, output4.test, output5.test, package.test,
parse.test, pr2.test, remake.test, remake2.test, scripts.test,
stamph.test, texinfo8.test: Likewise.
Diffstat (limited to 'tests/depend3.test')
-rwxr-xr-x | tests/depend3.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/depend3.test b/tests/depend3.test index 7ff4909ce..c047d34de 100755 --- a/tests/depend3.test +++ b/tests/depend3.test @@ -10,6 +10,7 @@ VERSION=nonesuch AC_ARG_PROGRAM AC_PROG_INSTALL AC_PROG_CC +AC_PROG_MAKE_SET AC_SUBST(DEPS) AC_OUTPUT(Makefile) END |