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:
64a94db
)
Require a specific Autoconf version, instead of a lower bound only.
author
Peter Eisentraut
<
[email protected]
>
Mon, 26 Nov 2007 12:29:10 +0000
(12:29 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Mon, 26 Nov 2007 12:29:10 +0000
(12:29 +0000)
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index 80e6f8da8fa37b0ff8c0ac514a847b91119d31b0..566813bea94801684e04a59f4e59742d6c25d3ef 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.2.5], [
[email protected]
])
-
AC_PREREQ(2.59
)
+
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required])]
)
AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)