Diff for /pgsql/configure.in between versions 1.210 and 1.211

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)

Removed from v.1.210  
changed lines
  Added in v.1.211


PostgreSQL CVSweb <[email protected]>