1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

don't overwrite user installed GNU auto* files

autoreconf -f overwrites user installed GNU auto* files like config.sub and config.guess
This commit is contained in:
Ørjan Malde
2018-07-27 21:32:27 +02:00
committed by GitHub
parent 9fb8ca649e
commit ea4aad0b1d
+1 -1
View File
@@ -64,7 +64,7 @@ run "rm -f ABOUT-NLS"
run "rm -rf intl"
# execute autoreconf cmds
run "autoreconf -fvi"
run "autoreconf -vi"
# ending
rm -f $AUTOGEN_LOG