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:
@@ -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
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user