We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta6b6e71 commit70777beCopy full SHA for 70777be
configure.in
@@ -1,5 +1,5 @@
1
dnl Process this file with autoconf to produce a configure script.
2
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.29 2007/09/15 00:26:05 scrappy Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.30 2007/11/26 12:04:54 petere Exp $
3
dnl
4
dnl Developers, please strive to achieve this order:
5
@@ -26,7 +26,7 @@ m4_undefine([infodir])
26
m4_undefine([info])
27
AC_SUBST(docdir)
28
29
-AC_PREREQ(2.53)
+m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.53 is required])])
30
AC_COPYRIGHT([Copyright 2002 PostgreSQL Global Development Group])
31
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
32
AC_CONFIG_AUX_DIR(config)