1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

commit before tag ...

This commit is contained in:
PostgreSQL Daemon
2007-01-06 06:40:31 +00:00
parent 230ae1a106
commit 2ece6917e8
2 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.22 2006/10/12 19:42:03 tgl Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.23 2007/01/06 06:40:31 pgsql Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -21,7 +21,7 @@ dnl The GNU folks apparently haven't heard that some people don't use
dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
m4_define([info], [doc])
m4_define([infodir], [docdir])
AC_INIT([PostgreSQL], [7.4.14], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [7.4.15], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)