diff configure.in @ 109733:1d404d3a1bdd

* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 09 Aug 2010 13:01:51 -0700
parents 470bed744331
children 6a65d5e52497
line wrap: on
line diff
--- a/configure.in	Mon Aug 09 21:25:41 2010 +0200
+++ b/configure.in	Mon Aug 09 13:01:51 2010 -0700
@@ -23,7 +23,7 @@
 dnl  You should have received a copy of the GNU General Public License
 dnl  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_PREREQ(2.65)
+AC_PREREQ(2.66)
 AC_INIT(emacs, 24.0.50)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)