From e946f4259e492a46b6f49e9d1218727a3b11cb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Tue, 22 Aug 2006 15:41:28 +0000 Subject: [PATCH] centericq: fixed the autoconf problems; thanks to Tilman! --- centericq/Pkgfile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/centericq/Pkgfile b/centericq/Pkgfile index f31483da7..9166ab9a7 100644 --- a/centericq/Pkgfile +++ b/centericq/Pkgfile @@ -6,7 +6,7 @@ name=centericq version=4.21.0 -release=2 +release=3 source=(http://thekonst.net/download/$name-$version.tar.bz2) build() { @@ -15,12 +15,20 @@ build() { for dir in \ connwrap-0.1 firetalk-0.1 kkconsui-0.1 \ kkstrtext-0.1 kksystr-0.1 libgadu-0.1 \ - libicq2000-0.1 libjabber-0.1 libmsn-0.1 libyahoo2-0.1 + libjabber-0.1 libyahoo2-0.1 do cd $dir autoconf cd .. done + + for dir in \ + libicq2000-0.1 libmsn-0.1 + do + cd $dir + autoreconf --install --force + cd .. + done ./configure --prefix=/usr --disable-nls --mandir=/usr/man make