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

stamp-h needs to be made by config.status, not elsewhere, per recipe in

Autoconf manual.  In particular, touching it before creating config.status
is guaranteed to lose.
This commit is contained in:
Tom Lane
2000-12-29 20:39:09 +00:00
parent b3c4f03c9c
commit b05b981924
3 changed files with 14 additions and 11 deletions

View File

@@ -1128,13 +1128,14 @@ if test x"$abs_top_srcdir" != x"$abs_top_builddir"; then
AC_MSG_RESULT(done)
fi
# (see Makefile.global)
echo >src/include/stamp-h
AC_OUTPUT(
[
GNUmakefile
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
],
[
# Update timestamp for config.h (see Makefile.global)
echo >src/include/stamp-h
])