]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-configure.patch
- add pam support. Please test works without pam using when pam support is enabled.
[packages/postgresql.git] / postgresql-configure.patch
1 diff -urN postgresql-7.1.org/configure.in postgresql-7.1/configure.in
2 --- postgresql-7.1.org/configure.in     Wed Apr 18 14:00:58 2001
3 +++ postgresql-7.1/configure.in Wed Apr 18 14:07:04 2001
4 @@ -17,9 +17,7 @@
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".
7  define([info], [doc])
8 -define([infodir], [docdir])
9  AC_INIT(src/backend/access/common/heaptuple.c)
10 -undefine([infodir])
11  undefine([info])
12  
13  AC_PREFIX_DEFAULT(/usr/local/pgsql)
14 @@ -31,6 +29,9 @@
15  VERSION='7.1'
16  AC_SUBST(VERSION)
17  AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
18 +
19 +docdir=$infodir
20 +AC_SUBST(docdir)
21  
22  unset CDPATH
23  
This page took 0.072444 seconds and 3 git commands to generate.