Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0fc635

Browse files
committed
Only update stamp-h if config.status actually looks at config.h.
1 parent6b75942 commitf0fc635

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)

[8]ページ先頭

©2009-2025 Movatter.jp