blob: 53b07365dc44e8f206e9418441c95521491e6061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- weechat-1.6/autogen.sh.orig 2016-10-02 09:35:04.000000000 +0200
+++ weechat-1.6/autogen.sh 2016-12-07 21:16:43.722726800 +0100
@@ -64,7 +64,7 @@
run "rm -rf intl"
# execute autoreconf cmds
-run "autoreconf -fvi"
+run "autoreconf -vi"
# ending
rm -f $AUTOGEN_LOG
|