SOURCES: postgresql-autoconf.patch (NEW) - new; disable strict autoconf-2.5...

adamg adamg at pld-linux.org
Thu Jun 19 10:54:40 CEST 2008


Author: adamg                        Date: Thu Jun 19 08:54:40 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new; disable strict autoconf-2.59 dep

---- Files affected:
SOURCES:
   postgresql-autoconf.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/postgresql-autoconf.patch
diff -u /dev/null SOURCES/postgresql-autoconf.patch:1.1
--- /dev/null	Thu Jun 19 10:54:40 2008
+++ SOURCES/postgresql-autoconf.patch	Thu Jun 19 10:54:34 2008
@@ -0,0 +1,13 @@
+--- postgresql-8.2.9/configure.in~	2008-06-09 02:34:32.000000000 +0200
++++ postgresql-8.2.9/configure.in	2008-06-19 10:07:22.403290650 +0200
+@@ -19,10 +19,6 @@
+ 
+ AC_INIT([PostgreSQL], [8.2.9], [pgsql-bugs at postgresql.org])
+ 
+-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required.
+-Untested combinations of 'autoconf' and PostgreSQL versions are not
+-recommended.  You can remove the check from 'configure.in' but it is then
+-your responsibility whether the result works or not.])])
+ AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group])
+ AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
+ AC_CONFIG_AUX_DIR(config)
================================================================


More information about the pld-cvs-commit mailing list