1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Stamp 7.4.4.

This commit is contained in:
Tom Lane
2004-08-15 00:24:04 +00:00
parent d9dda2d737
commit 17663e1aeb
6 changed files with 153 additions and 22 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.9 2004/06/16 03:47:35 momjian Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.10 2004/08/15 00:24:02 tgl 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.3], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [7.4.4], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)