From 02ca372d5339c6938f5475844fce63ab3258a5ba 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 8e3238865..9e58f9664 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -16,3 +16,6 @@ if [ $prefix_auto = 1 ] ; then prefix= set_confopt fi + +# HACK: avoid spontaneous aclocal call +hook_add preconf 5 'touch aclocal.m4'