~ubuntu-branches/ubuntu/karmic/xfsprogs/karmic

« back to all changes in this revision

Viewing changes to m4/package_utilies.m4

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-05-06 11:29:18 UTC
  • mfrom: (8.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506112918-75bcsncvvf710kl7
Tags: 3.0.2
New bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    AC_SUBST(make)
33
33
    AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make])
34
34
 
35
 
    if test -z "$LIBTOOL"; then
36
 
        AC_PATH_PROG(LIBTOOL, glibtool,, /usr/bin)
37
 
    fi
38
 
    if test -z "$LIBTOOL"; then
39
 
        AC_PATH_PROG(LIBTOOL, libtool,, /usr/bin:/usr/local/bin:/usr/freeware/bin)
40
 
    fi
41
 
    libtool=$LIBTOOL
42
 
    AC_SUBST(libtool)
43
 
    AC_PACKAGE_NEED_UTILITY($1, "$libtool", libtool, [GNU libtool])
44
 
 
45
35
    if test -z "$TAR"; then
46
36
        AC_PATH_PROG(TAR, tar,, /usr/freeware/bin:/bin:/usr/local/bin:/usr/bin)
47
37
    fi