diff options
author | Jaroslav Kysela <perex@perex.cz> | 2004-04-03 08:40:16 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2004-04-03 08:40:16 +0000 |
commit | cb79106ecdd562488610891e8bbbe34e76dabd5e (patch) | |
tree | 2b8255138ee6d3d688341746f41868d89a51ff25 | |
parent | 033fb96b00a894d7617ab55b8cf09c4fb9abffaf (diff) |
Added AC_PREREQ(2.53) for autoconf
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 566e3a62..d1ac494b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.53) AC_INIT(src/control/control.c) dnl ************************************************* dnl current:revision:age |