summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-09-23 16:25:45 +0200
committerAkim Demaille <demaille@gostai.com>2008-11-15 11:20:20 +0100
commitd4977ce3e795d009defba84796c2e57861d7e715 (patch)
treeb76fef1dc0629e4345c259eca23c0f35a54e7996 /configure.ac
parent87f1149ae2b62d1ff644b765a490015f24e15ea6 (diff)
downloadbison-d4977ce3e795d009defba84796c2e57861d7e715.tar.gz
Remove tests/Makefile.am.
* tests/Makefile.am: Rename as... * tests/local.mk: this. * Makefile.am, configure.ac: Adjust. * Makefile.am (DISTCLEANFILES): Define. (maintainer-check, maintainer-xml-check, maintainer-push-check): Remove, we no longer need to bounce to the real targets.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d1a9f03d..83d2e69d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,7 +134,7 @@ AC_CONFIG_FILES([etc/bench.pl], [chmod +x etc/bench.pl])
# Initialize the test suite.
AC_CONFIG_TESTDIR(tests)
-AC_CONFIG_FILES([tests/Makefile tests/atlocal])
+AC_CONFIG_FILES([tests/atlocal])
AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])
AC_CHECK_PROGS([VALGRIND], [valgrind])
AC_PROG_CXX