From 16e3a07e9cdfe050819cc4fdd5061486cb48767d Mon Sep 17 00:00:00 2001 From: germeier Date: Mon, 21 Apr 2003 20:29:40 +0000 Subject: added AC_PREREQ(2.50) because we need autoconf 2.50 or better as found by crunchy --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index c41bf86..8a15282 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,9 @@ dnl -*- shell-script -*- dnl Process this file with autoconf to produce a configure script. + +dnl we need autoconf >= 2.50 +AC_PREREQ(2.50) + AC_INIT(kernel/mpio.c) dnl AM_CONFIG_HEADER(src/config.h) -- cgit v1.2.3