From: Reinhard Pfau Date: Sun, 29 Mar 2009 17:36:42 +0000 (+0200) Subject: added PREREQ macro to ensure suitable version of autoconf X-Git-Tag: v0.3~64 X-Git-Url: http://developer.intra2net.com/git/?p=libasyncio;a=commitdiff_plain;h=c29811ea319945212d1769c399bc8062096fe019 added PREREQ macro to ensure suitable version of autoconf --- diff --git a/configure.in b/configure.in index 9b47fc6..5354fb5 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,5 @@ AC_INIT(libasyncio, 0.2) +AC_PREREQ([2.50]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(asyncio_config.hpp)