On 14 August 2012 15:47, Lucas Saliés Brum <[email protected]> wrote: > Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ? > > Thanks in advance. > -- > Lucas Saliés Brum > http://sistematico.org
It's an upstream problem in tarball. But that doesn't mean it can be fixed in the PKGBUILD. To make it work, add the following lines before the ./configure line in your PKGBUILD: cp /usr/share/automake-1.12/config.sub . cp /usr/share/automake-1.12/config.guess . sed -i 's|#\(AC_CONFIG_HEADER.*\)|\1|' configure.in autoconf -f Lukas
