Add AC_PREREQ.

We need a fairly recent autoconf; this'll make it obvious if a user's got an
older one.
This commit is contained in:
Adam Sampson 2008-04-26 19:58:52 +00:00
parent 298c71ad8f
commit f3ca84c2b9

View File

@ -1,4 +1,5 @@
AC_INIT([Tock],[0.0.1],[tock-discuss@kent.ac.uk],[tock]) AC_INIT([Tock],[0.0.1],[tock-discuss@kent.ac.uk],[tock])
AC_PREREQ([2.60])
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE