|
|
| version 1.210, 2002/09/20 18:38:57 | version 1.211, 2002/09/25 13:23:15 |
|---|---|
| Line 21 dnl The GNU folks apparently haven't hea | Line 21 dnl The GNU folks apparently haven't hea |
| dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir". | dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir". |
| m4_define([info], [doc]) | m4_define([info], [doc]) |
| m4_define([infodir], [docdir]) | m4_define([infodir], [docdir]) |
| AC_INIT([PostgreSQL], [7.3b1], [[email protected]]) | AC_INIT([PostgreSQL], [7.3b2], [[email protected]]) |
| m4_undefine([infodir]) | m4_undefine([infodir]) |
| m4_undefine([info]) | m4_undefine([info]) |
| AC_SUBST(docdir) | AC_SUBST(docdir) |