]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-configure.patch
- updated for ver. 7.3.3 /sync with cvs.pld.org.pl/
[packages/postgresql.git] / postgresql-configure.patch
1 diff -Nur postgresql-7.3.3.orig/configure.in postgresql-7.3.3/configure.in
2 --- postgresql-7.3.3.orig/configure.in  Sun Feb  2 20:56:45 2003
3 +++ postgresql-7.3.3/configure.in       Wed Feb  5 11:25:49 2003
4 @@ -20,9 +20,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  m4_define([info], [doc])
8 -m4_define([infodir], [docdir])
9  AC_INIT([PostgreSQL], [7.3.3], [pgsql-bugs@postgresql.org])
10 -m4_undefine([infodir])
11  m4_undefine([info])
12  AC_SUBST(docdir)
13  
14 @@ -34,6 +32,8 @@
15  AC_SUBST(configure_args, [$ac_configure_args])
16  
17  AC_DEFINE_UNQUOTED(PG_VERSION, "$PACKAGE_VERSION", [PostgreSQL version])
18 +docdir=$infodir
19 +AC_SUBST(docdir)
20  
21  AC_CANONICAL_HOST
22  
This page took 0.041719 seconds and 3 git commands to generate.