From 708bc7ffd076f3e93b22b425ff562aec8d38564a Mon Sep 17 00:00:00 2001 From: Alexpux Date: Wed, 23 Jul 2014 17:29:07 +0400 Subject: [PATCH] gedit: Rebuild configure to get fixed macros from yelp.m4 --- mingw-w64-gedit/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gedit/PKGBUILD b/mingw-w64-gedit/PKGBUILD index ffbedf4451..0621aff993 100644 --- a/mingw-w64-gedit/PKGBUILD +++ b/mingw-w64-gedit/PKGBUILD @@ -30,7 +30,7 @@ sha256sums=('6184f6282d360460f6dbe7c19d7c8f49c10cb03e9cb4681d3832561598b834e2') prepare() { cd "${srcdir}"/${_realname}-${pkgver} #autopoint --force - #AUTOPOINT='intltoolize --automake --copy' autoreconf -f -i + AUTOPOINT='intltoolize --automake --copy' autoreconf -f -i } build() {