From 7c5b959d9262540b1d2a4ec8c05b0c6fd159ca08 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 15 Jul 2009 23:04:02 +0300 Subject: [PATCH] util-linux-ng: hacked to avoid an spontaneous aclocal call --- base/util-linux-ng/util-linux-ng.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/util-linux-ng/util-linux-ng.conf b/base/util-linux-ng/util-linux-ng.conf index cb5af0c2d..d4a40613c 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -21,3 +21,6 @@ fi hook_add premake 5 'touch aclocal.m4' var_append extraconfopt ' ' '--disable-mount' + +# HACK: avoid spontaneous aclocal call +hook_add preconf 5 'touch aclocal.m4'