summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-01-28 08:03:16 -0700
committerEric Blake <ebb9@byu.net>2008-01-28 08:03:16 -0700
commit71c6a7d82b7519b73b43671187419c9d5d0a7676 (patch)
tree5d1de16fb208bcf223091c9f5b736132ba8db681 /configure.ac
parentccc250d2238b57b313c54921b57fc078e5bb8220 (diff)
downloadm4-71c6a7d82b7519b73b43671187419c9d5d0a7676.tar.gz
Depend on newer autoconf, for testsuite -C dir.
* Makefile.am (CD_TESTDIR): Delete, no longer required. (check-local, installcheck-local, clean-local-tests): Use new -C option from autotest. * configure.ac (AC_PREREQ): Bump to 2.61a.347. * bootstrap: Mention new dependency. * HACKING: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 05c5c9a3..4523dbc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ([2.60])
+dnl We depend on autotest's ./testsuite -C.
+AC_PREREQ([2.61a.347])
## ------------------------ ##
## Autoconf initialization. ##