]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-configure.patch
- changelog cut
[packages/postgresql.git] / postgresql-configure.patch
CommitLineData
41c88808 1diff -Nur postgresql-7.3rc2.orig/configure.in postgresql-7.3rc2/configure.in
2--- postgresql-7.3rc2.orig/configure.in Mon Nov 18 05:41:14 2002
3+++ postgresql-7.3rc2/configure.in Mon Nov 25 12:03:38 2002
4@@ -20,9 +20,7 @@
74abfaac
AM
5 dnl The GNU folks apparently haven't heard that some people don't use
6 dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
41c88808 7 m4_define([info], [doc])
8-m4_define([infodir], [docdir])
9 AC_INIT([PostgreSQL], [7.3rc2], [pgsql-bugs@postgresql.org])
10-m4_undefine([infodir])
11 m4_undefine([info])
12 AC_SUBST(docdir)
74abfaac 13
41c88808 14@@ -34,6 +32,8 @@
15 AC_SUBST(configure_args, [$ac_configure_args])
16
17 AC_DEFINE_UNQUOTED(PG_VERSION, "$PACKAGE_VERSION", [PostgreSQL version])
74abfaac
AM
18+docdir=$infodir
19+AC_SUBST(docdir)
20
41c88808 21 AC_CANONICAL_HOST
74abfaac 22
This page took 0.032308 seconds and 4 git commands to generate.