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

Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does that

usually anyway.
This commit is contained in:
Bruce Momjian
2002-09-04 08:08:29 +00:00
parent 7982fb0a10
commit ba982373dc
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.203 2002/09/04 07:23:04 momjian Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.204 2002/09/04 08:08:29 momjian 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.3], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [7.3b1], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)