Hi,

I realised that configure.in is not compatible with autoconf 2.13. The debian wrapper script uses 2.13 for configure.in by default. By adding the statement "AC_PREREQ(2.62)" the wrapper script chooses 2.62 or newer.

The attached patch adds this statement and updates the comment.

I've choosen 2.62 as this is named in version7.txt.

- Ralf
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
diff -r a0cce15dd2a9 src/configure.in
--- a/src/configure.in	Wed May 26 21:42:54 2010 +0200
+++ b/src/configure.in	Sat May 29 12:46:50 2010 +0200
@@ -1,7 +1,7 @@
 dnl configure.in: autoconf script for Vim
 
-dnl Process this file with autoconf 2.12 or 2.13 to produce "configure".
-dnl Should also work with autoconf 2.54 and later.
+dnl Process this file with autoconf 2.62 or later to produce "configure".
+AC_PREREQ(2.62)
 
 AC_INIT(vim.h)
 AC_CONFIG_HEADER(auto/config.h:config.h.in)

Raspunde prin e-mail lui