mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix rules to re-generate config.h. The examples in the Autoconf manual are
flawed because the timestamp file is already updated when Makefile.global is remade, and the rule for config.h never gets run.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -7761,6 +7761,9 @@ if test x"$abs_top_srcdir" != x"$abs_top_builddir"; then
|
||||
echo "$ac_t""done" 1>&6
|
||||
fi
|
||||
|
||||
# (see Makefile.global)
|
||||
echo >src/include/stamp-h
|
||||
|
||||
trap '' 1 2 15
|
||||
cat > confcache <<\EOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
@ -8242,7 +8245,6 @@ cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
echo "timestamp file" > src/include/stamp-h
|
||||
|
||||
exit 0
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user