Diff for /pgsql/configure.in between versions 1.203 and 1.204

version 1.203, 2002/09/04 07:23:04 version 1.204, 2002/09/04 08:08:29
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.3], [[email protected]])  AC_INIT([PostgreSQL], [7.3b1], [[email protected]])
 m4_undefine([infodir])  m4_undefine([infodir])
 m4_undefine([info])  m4_undefine([info])
 AC_SUBST(docdir)  AC_SUBST(docdir)

Removed from v.1.203  
changed lines
  Added in v.1.204


PostgreSQL CVSweb <[email protected]>