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 parent5575826 commit3f398e4Copy full SHA for 3f398e4
configure.in
@@ -1,5 +1,5 @@
1
dnl Process this file with autoconf to produce a configure script.
2
-dnl $PostgreSQL: pgsql/configure.in,v 1.537 2007/11/16 04:29:45 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.538 2007/11/26 12:31:07 petere Exp $
3
dnl
4
dnl Developers, please strive to achieve this order:
5
@@ -19,7 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
19
20
AC_INIT([PostgreSQL], [8.3beta3], [pgsql-bugs@postgresql.org])
21
22
-AC_PREREQ(2.59)
+m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required])])
23
AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group])
24
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
25
AC_CONFIG_AUX_DIR(config)