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:
parent
298c71ad8f
commit
f3ca84c2b9
|
@ -1,4 +1,5 @@
|
|||
AC_INIT([Tock],[0.0.1],[tock-discuss@kent.ac.uk],[tock])
|
||||
AC_PREREQ([2.60])
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user