17 Aug
2012
17 Aug
'12
6:41 p.m.
2012/8/15 Lukas Jirkovsky <l.jirkovsky@gmail.com>
On 14 August 2012 15:47, Lucas Saliés Brum <sistematico@gmail.com> 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
Thank you!! Some progress... http://pastie.org/4539144