summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-08 14:07:29 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-08 14:07:29 +0100
commit5dbb15800ffebaaf056d740fadad9be27828c08e (patch)
treed6598d6122ba4242d5e5110d6642b538cd2eca93
parenteef6905e211c57389e012c48a05132610c922692 (diff)
downloadattr-5dbb15800ffebaaf056d740fadad9be27828c08e.tar.gz
Remove redundant AC_PROG_LIBTOOL invocation
-rw-r--r--m4/package_utilies.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/package_utilies.m4 b/m4/package_utilies.m4
index ed406cf..ce6a212 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -32,8 +32,6 @@ AC_DEFUN([AC_PACKAGE_UTILITIES],
AC_SUBST(make)
AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make])
- AC_PROG_LIBTOOL
-
if test -z "$TAR"; then
AC_PATH_PROG(TAR, tar,, /usr/freeware/bin:/bin:/usr/local/bin:/usr/bin)
fi