summaryrefslogtreecommitdiff
path: root/m4/package_utilies.m4
diff options
context:
space:
mode:
authorBarry Naujok <bnaujok@sgi.com>2007-01-23 14:51:14 +0000
committerBarry Naujok <bnaujok@sgi.com>2007-01-23 14:51:14 +0000
commitde7b3f627488dd0baaf1c6cda9ab556dad94cfe8 (patch)
tree7c140653048fa60e7020919149fed86f424af59b /m4/package_utilies.m4
parentdd6bfa6a1d7550723b31e83362464b0563a9840b (diff)
downloadattr-de7b3f627488dd0baaf1c6cda9ab556dad94cfe8.tar.gz
Fix cross-compile issues with libtool and compiler.
Merge of master-melb:xfs-cmds:27984a by kenmcd. Fix cross-compile issues with libtool and compiler.
Diffstat (limited to 'm4/package_utilies.m4')
-rw-r--r--m4/package_utilies.m410
1 files changed, 1 insertions, 9 deletions
diff --git a/m4/package_utilies.m4 b/m4/package_utilies.m4
index fa66f95..6569e3b 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -32,15 +32,7 @@ AC_DEFUN([AC_PACKAGE_UTILITIES],
AC_SUBST(make)
AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make])
- if test -z "$LIBTOOL"; then
- AC_PATH_PROG(LIBTOOL, glibtool,, /usr/bin)
- fi
- if test -z "$LIBTOOL"; then
- AC_PATH_PROG(LIBTOOL, libtool,, /usr/bin:/usr/local/bin:/usr/freeware/bin)
- fi
- libtool=$LIBTOOL
- AC_SUBST(libtool)
- AC_PACKAGE_NEED_UTILITY($1, "$libtool", libtool, [GNU libtool])
+ AC_PROG_LIBTOOL
if test -z "$TAR"; then
AC_PATH_PROG(TAR, tar,, /usr/freeware/bin:/bin:/usr/local/bin:/usr/bin)