From 8e1ca45d909404c95ccccfbe383aacbb3dd8f4a4 Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 20 Dec 2001 13:32:42 +0000 Subject: autotools police: don't hardcode aclocal, use variable ACLOCAL --- net-im/licq-qt-gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/licq-qt-gui') diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 60b424cf6d5e..24bca022a96c 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -26,7 +26,7 @@ post-patch: ${WRKSRC}/src/Makefile.in pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/aclocal) + @(cd ${WRKSRC} && ${ACLOCAL}) post-configure: @(cd ${WRKSRC} && ${PERL5} am_edit) -- cgit