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

This commit is contained in:
Peter Eisentraut 2001-01-02 22:13:05 +00:00
parent 6b75942c72
commit f0fc635220
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -8323,7 +8323,7 @@ EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
# Update timestamp for config.h (see Makefile.global) # 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 exit 0
EOF EOF

View File

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