added PREREQ macro to ensure suitable version of autoconf
authorReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 29 Mar 2009 17:36:42 +0000 (19:36 +0200)
committerReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 29 Mar 2009 17:36:42 +0000 (19:36 +0200)
configure.in

index 9b47fc6..5354fb5 100644 (file)
@@ -1,4 +1,5 @@
 AC_INIT(libasyncio, 0.2)
+AC_PREREQ([2.50])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(asyncio_config.hpp)