summaryrefslogtreecommitdiff
path: root/tests/colon3.test
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-10-28 14:00:28 +0000
committerAkim Demaille <akim@epita.fr>2001-10-28 14:00:28 +0000
commit6765f660675a2422540f74bfb08372fda794dcb2 (patch)
treece310c247c7a8749fa6b0e5de31aaeac3fe6b7b0 /tests/colon3.test
parentc99ea2f14d7697bd5621b1ec5e5f9f2ca7e823a2 (diff)
downloadautomake-6765f660675a2422540f74bfb08372fda794dcb2.tar.gz
* tests/acoutnoq.test, tests/acoutput.test, tests/acoutqnl.test,
* tests/acouttbs.test, tests/auxdir.test, tests/colon.test, * tests/colon2.test, tests/colon3.test, tests/colon4.test, * tests/colon5.test, tests/colon6.test, tests/colon7.test, * tests/conf2.test, tests/config.test, tests/depcomp.test, * tests/depcomp2.test, tests/discover.test, tests/fpinst2.test, * tests/fpinstall.test, tests/ldadd.test, tests/libobj7.test, * tests/libobj8.test, tests/output.test, tests/output2.test, * tests/output3.test, tests/output4.test, tests/output5.test, * tests/pr2.test, tests/remake.test, tests/remake2.test, * tests/remake3.test, tests/scripts.test, tests/stamph.test, * tests/subdir.test, tests/subdir2.test, tests/subdir4.test, * tests/tagsub.test, tests/texinfo8.test: Remove PACKAGE and VERSION assignments.
Diffstat (limited to 'tests/colon3.test')
-rwxr-xr-xtests/colon3.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/colon3.test b/tests/colon3.test
index 29913dbb8..3e5d6b7c8 100755
--- a/tests/colon3.test
+++ b/tests/colon3.test
@@ -8,8 +8,6 @@
cat > configure.in << 'END'
AC_INIT
AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-PACKAGE=nonesuch
-VERSION=nonesuch
AC_OUTPUT(Makefile:zardoz.in:two.in:three.in)
END