8000 Require a specific Autoconf version, instead of a lower bound only. · danielcode/postgres@70777be · GitHub
[go: up one dir, main page]

Skip to content

Commit 70777be

Browse files
committed
Require a specific Autoconf version, instead of a lower bound only.
1 parent a6b6e71 commit 70777be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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 $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.30 2007/11/26 12:04:54 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -26,7 +26,7 @@ m4_undefine([infodir])
2626
m4_undefine([info])
2727
AC_SUBST(docdir)
2828

29-
AC_PREREQ(2.53)
29+
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.53 is required])])
3030
AC_COPYRIGHT([Copyright 2002 PostgreSQL Global Development Group])
3131
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
3232
AC_CONFIG_AUX_DIR(config)

0 commit comments

Comments
 (0)
0