diff options
author | Akim Demaille <akim@epita.fr> | 2001-10-21 18:04:33 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-10-21 18:04:33 +0000 |
commit | 5f0839d8859a3fd3f5372c1d9ff7af6207022fba (patch) | |
tree | f86fed6cb241d29843f88a74e2b354e82e5d848c /tests/nolink.test | |
parent | 14509ba408e4c3bab0b3d5b01d18fbbe8144dffe (diff) | |
download | automake-5f0839d8859a3fd3f5372c1d9ff7af6207022fba.tar.gz |
* tests/subdircond.test: Requires gettext.
* tests/libobj.test, tests/libobj10.test, tests/libobj2.test,
* tests/libobj6.test, tests/libobj9.test, tests/libtool.test,
* tests/libtool2.test, tests/ltdeps.test, tests/ltlibobjs.test,
* tests/nolink.test, tests/obsolete.test, tests/pr72.test,
* tests/sinclude.test, tests/subdircond.test, tests/subobj4.test:
Produce valid configure.in, use aclocal appropriately, declare
when libtool is required.
Diffstat (limited to 'tests/nolink.test')
-rwxr-xr-x | tests/nolink.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/nolink.test b/tests/nolink.test index ed13cfe2d..0a276b722 100755 --- a/tests/nolink.test +++ b/tests/nolink.test @@ -4,12 +4,6 @@ . $srcdir/defs || exit 1 -cat >> configure.in << 'END' -AC_INIT -AM_INIT_AUTOMAKE([meal],[123]) -AC_OUTPUT([Makefile]) -END - cat > Makefile.am << 'END' AUTOMAKE_OPTIONS = no-exeext |