X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f16b08196c780556cbf50691e2944960aebc46f6..6bbb2ed5efc60128f52a542f0b8fb8337aa694fe:/tests/Makefile.am diff --git a/tests/Makefile.am b/tests/Makefile.am index d6a9c5a4..f686fdbf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,8 +2,8 @@ ## Makefile for Bison testsuite. -## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software -## Foundation, Inc. +## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) ## package.m4. ## ## ------------ ## -$(srcdir)/package.m4: $(top_srcdir)/configure.ac +$(srcdir)/package.m4: $(top_srcdir)/configure { \ echo '# Signature of the current package.'; \ echo 'm4_define([AT_PACKAGE_NAME], [$(PACKAGE_NAME)])'; \ @@ -97,3 +97,7 @@ maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-ch .PHONY: maintainer-push-check maintainer-push-check: BISON_USE_PUSH_FOR_PULL=1 $(MAKE) $(AM_MAKEFLAGS) maintainer-check + +.PHONY: maintainer-xml-check +maintainer-xml-check: + BISON_TEST_XML=1 $(MAKE) $(AM_MAKEFLAGS) maintainer-check