projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e49d536
)
Require a specific Autoconf version, instead of a lower bound only.
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 26 Nov 2007 12:25:34 +0000
(12:25 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 26 Nov 2007 12:25:34 +0000
(12:25 +0000)
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index 21811dbe18391237cef3b52c5b9c696f9c056840..829c50798f7065857212d92f030f61a1256ce6d1 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-19,7
+19,7
@@
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [8.0.14], [pgsql-bugs@postgresql.org])
-
AC_PREREQ(2.53
)
+
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.53 is required])]
)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)