From ea4aad0b1dd152135554eb1c2f7e35a9948f960e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Fri, 27 Jul 2018 21:32:27 +0200 Subject: [PATCH] don't overwrite user installed GNU auto* files autoreconf -f overwrites user installed GNU auto* files like config.sub and config.guess --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e12f0260c..1ceefea26 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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