Only update stamp-h if config.status actually looks at config.h.

REL7_1_STABLE
Peter Eisentraut 25 years ago
parent 6b75942c72
commit f0fc635220
  1. 2
      configure
  2. 2
      configure.in

2
configure vendored

@ -8323,7 +8323,7 @@ EOF
cat >> $CONFIG_STATUS <<\EOF
# Update timestamp for config.h (see Makefile.global)
echo >src/include/stamp-h
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
exit 0
EOF

@ -1140,5 +1140,5 @@ AC_OUTPUT(
],
[
# Update timestamp for config.h (see Makefile.global)
echo >src/include/stamp-h
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
])

Loading…
Cancel
Save