From 592ed4d5009ea90a8367ed33aecd997b51fbf24e Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 13 Jul 2018 11:23:44 +0300 Subject: [PATCH] gnome-latex: Wokaround problem running autoreconf --- mingw-w64-gnome-latex/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gnome-latex/PKGBUILD b/mingw-w64-gnome-latex/PKGBUILD index f695b17355..d8b84b3ee5 100644 --- a/mingw-w64-gnome-latex/PKGBUILD +++ b/mingw-w64-gnome-latex/PKGBUILD @@ -31,7 +31,7 @@ prepare() { patch -p1 -b -V simple -i ${srcdir}/001-win.patch - autoreconf -sf + autoreconf -sf -I m4 } build() {