1
0
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:
Peter Eisentraut
2000-12-16 13:03:25 +00:00
parent ad4fd77a5f
commit 2a81896a2a
3 changed files with 9 additions and 5 deletions

4
configure vendored
View File

@ -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