1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.30 2007/11/26 12:04:54 petere Exp $
2
+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.31 2007/12/31 17:27:48 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -26,7 +26,10 @@ m4_undefine([infodir])
26
26
m4_undefine([info])
27
27
AC_SUBST(docdir)
28
28
29
- m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.53 is required])])
29
+ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.59 is required.
30
+ Untested combinations of 'autoconf' and PostgreSQL versions are not
31
+ recommended. You can remove the check from 'configure.in' but it is then
32
+ your responsibility whether the result works or not.])])
30
33
AC_COPYRIGHT([Copyright 2002 PostgreSQL Global Development Group])
31
34
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
32
35
AC_CONFIG_AUX_DIR(config)