From 3a239c7a13ab6bf399ac3d714218d545b2fe3325 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Fri, 29 Oct 2004 02:37:26 +0000 Subject: [PATCH] Depend on autoconf 2.50 since we use new macros like AC_LINK_IFELSE and AC_LANG_PROGRAM. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1260 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a143e5..75b689f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-28 Michael Poole + + * 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 * ircd/m_invite.c (m_invite, ms_invite): Fix INVITE forwarding diff --git a/configure.in b/configure.in index 3244abc..9ed97ed 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.20.1