Skip to content

Commit f0fc635

Browse files
committed
Only update stamp-h if config.status actually looks at config.h.
1 parent 6b75942 commit f0fc635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8323,7 +8323,7 @@ EOF
83238323
cat >> $CONFIG_STATUS <<\EOF
83248324
83258325
# Update timestamp for config.h (see Makefile.global)
8326-
echo >src/include/stamp-h
8326+
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
83278327
83288328
exit 0
83298329
EOF

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,5 +1140,5 @@ AC_OUTPUT(
11401140
],
11411141
[
11421142
# Update timestamp for config.h (see Makefile.global)
1143-
echo >src/include/stamp-h
1143+
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
11441144
])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy