diff options
author | 2007-07-29 23:01:40 +0000 | |
---|---|---|
committer | 2007-07-29 23:01:40 +0000 | |
commit | cbc508e615b1202fbee1cf85e745e0b41a2ba8d5 (patch) | |
tree | 4132e579d16cc6bf5b99199d58c6555fe57848d5 /dev-db/libpq/files/libpq-7.4.17-autoconf.patch | |
parent | testing/dev-db/{libp,postgresql}-8.0*: eliminate gnuconfig_update as per bug ... (diff) | |
download | testing-cbc508e615b1202fbee1cf85e745e0b41a2ba8d5.tar.gz testing-cbc508e615b1202fbee1cf85e745e0b41a2ba8d5.tar.bz2 testing-cbc508e615b1202fbee1cf85e745e0b41a2ba8d5.zip |
testing/dev-db/{libp,postgresql}-7.4*: eliminate gnuconfig_update as per bug #160178
svn path=/testing/; revision=277
Diffstat (limited to 'dev-db/libpq/files/libpq-7.4.17-autoconf.patch')
-rw-r--r-- | dev-db/libpq/files/libpq-7.4.17-autoconf.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-db/libpq/files/libpq-7.4.17-autoconf.patch b/dev-db/libpq/files/libpq-7.4.17-autoconf.patch new file mode 100644 index 0000000..ac01049 --- /dev/null +++ b/dev-db/libpq/files/libpq-7.4.17-autoconf.patch @@ -0,0 +1,17 @@ +diff --git a/configure.in b/configure.in +index 97a9701..0270800 100644 +--- a/configure.in ++++ b/configure.in +@@ -19,12 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros + dnl + dnl The GNU folks apparently haven't heard that some people don't use + dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir". +-m4_define([info], [doc]) +-m4_define([infodir], [docdir]) + AC_INIT([PostgreSQL], [7.4.17], [pgsql-bugs@postgresql.org]) +-m4_undefine([infodir]) +-m4_undefine([info]) +-AC_SUBST(docdir) + + AC_PREREQ(2.53) + AC_COPYRIGHT([Copyright 2004 PostgreSQL Global Development Group]) |