From: Luigi Rizzo Date: Tue, 3 Oct 2006 15:48:57 +0000 (+0000) Subject: comment the fact that autoconf2.59 is ok to process this file, but we want to X-Git-Tag: 1.6.0-beta1~3^2~4539 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ef55bbf811dd47ebd0a6c2d3c09276385014de3;p=thirdparty%2Fasterisk.git comment the fact that autoconf2.59 is ok to process this file, but we want to use 2.60 in case the generated "configure" file must me committed back to the repository, so we keep differences to a minimum. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44251 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure.ac b/configure.ac index 598f57364d..5cbe361605 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,10 @@ # Process this file with autoconf to produce a configure script. +# +# Make sure we use autoconf 2.60 to generate the "configure" script, +# in case we want to commit it. Other than that, version 2.59 is +# perfectly fine for our purposes, so people who want to modify +# this file just have to remember to set the AC_PREREQ argument +# to something that suits their needs. AC_PREREQ(2.60)