Commit f0fc6352 authored by Peter Eisentraut's avatar Peter Eisentraut

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

parent 6b75942c
...@@ -8323,7 +8323,7 @@ EOF ...@@ -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
......
...@@ -1140,5 +1140,5 @@ AC_OUTPUT( ...@@ -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
]) ])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment