From 13a0862db4026194480c234e8f6a2d59efa72127 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 27 Jul 2009 18:00:56 -0400 Subject: [PATCH] util-linux-ng: removed makefile hackery not longer needed --- base/util-linux-ng/util-linux-ng.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/base/util-linux-ng/util-linux-ng.conf b/base/util-linux-ng/util-linux-ng.conf index 9e58f9664..8e3238865 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -16,6 +16,3 @@ if [ $prefix_auto = 1 ] ; then prefix= set_confopt fi - -# HACK: avoid spontaneous aclocal call -hook_add preconf 5 'touch aclocal.m4'