Depend on autoconf 2.50 since we use new macros like AC_LINK_IFELSE
authorMichael Poole <mdpoole@troilus.org>
Fri, 29 Oct 2004 02:37:26 +0000 (02:37 +0000)
committerMichael Poole <mdpoole@troilus.org>
Fri, 29 Oct 2004 02:37:26 +0000 (02:37 +0000)
and AC_LANG_PROGRAM.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1260 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
configure.in

index 0a143e5da7a57ef9b79d2d20d2190468014ef07d..75b689fb1c8a6181a698f54398fd730f94d494a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-28  Michael Poole <mdpoole@troilus.org>
+
+       * configure.in (AC_PREREQ): Depend on autoconf 2.50 since we use
+       new macros like AC_LINK_IFELSE and AC_LANG_PROGRAM.
+
 2004-10-22  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_invite.c (m_invite, ms_invite): Fix INVITE forwarding
index 3244abcaee63f9fec2789dbc102dcdcab2b3064a..9ed97eda297708e5fde34b9c0d5fb95b53535e82 100644 (file)
@@ -41,8 +41,8 @@ ac_default_prefix=$unet_cv_prefix
 dnl Define the input and output configuration header file.
 AC_CONFIG_HEADER([config.h])
 
-dnl Demand at least version 2.13 of autoconf
-AC_PREREQ(2.13)
+dnl Demand at least version 2.50 of autoconf
+AC_PREREQ(2.50)
 
 dnl Find out what type of system we are
 AC_CANONICAL_HOST