[svn-commits] rizzo: trunk r44251 - /trunk/configure.ac

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Oct 3 08:48:58 MST 2006


Author: rizzo
Date: Tue Oct  3 10:48:57 2006
New Revision: 44251

URL: http://svn.digium.com/view/asterisk?rev=44251&view=rev
Log:
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.


Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?rev=44251&r1=44250&r2=44251&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Oct  3 10:48:57 2006
@@ -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)
 



More information about the svn-commits mailing list