using old 2.13 era autoconf (or an autoconf-version-guessing wrapper).
+2005-11-06 Peter Maydell <pmaydell@chiark.greenend.org.uk>
+
+ * configure.in: add an AC_PREREQ() so autoconf 2.13 gives a helpful
+ error message and the Debian autoconf-version-guessing wrapper
+ doesn't guess wrongly.
+
2005-11-02 Oliver Kiddle <okiddle@yahoo.co.uk>
* Debian Bug# 320069: Nick Rusnov: uip/popsbr.c: fail when
dnl $Id$
dnl
+dnl 2.13 definitely chokes; 2.53 is the earliest version I've tested.
+dnl 2.50 is the major breakpoint between the old autoconf and the new,
+dnl so require that. If there are bug reports about 2.50-2.52 not working
+dnl we can always move this up a little.
+AC_PREREQ(2.50)
+
AC_INIT(h/nmh.h)
AC_CONFIG_HEADER(config.h)