don't overwrite user installed GNU auto* files

autoreconf -f overwrites user installed GNU auto* files like config.sub and config.guess
v2.8-utf8proc
Ørjan Malde 2018-07-27 21:32:27 +02:00 committed by GitHub
parent 9fb8ca649e
commit ea4aad0b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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