Magellan Linux

Contents of /trunk/acl/patches/acl-2.2.47-libtool.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 949 - (show annotations) (download)
Tue Dec 22 22:35:23 2009 UTC (14 years, 4 months ago) by niro
File size: 1144 byte(s)
-added acl patches

1 --- m4/package_utilies.m4
2 +++ m4/package_utilies.m4
3 @@ -32,15 +32,7 @@ AC_DEFUN([AC_PACKAGE_UTILITIES],
4 AC_SUBST(make)
5 AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make])
6
7 - if test -z "$LIBTOOL"; then
8 - AC_PATH_PROG(LIBTOOL, glibtool,, /usr/bin)
9 - fi
10 - if test -z "$LIBTOOL"; then
11 - AC_PATH_PROG(LIBTOOL, libtool,, /usr/bin:/usr/local/bin:/usr/freeware/bin)
12 - fi
13 - libtool=$LIBTOOL
14 - AC_SUBST(libtool)
15 - AC_PACKAGE_NEED_UTILITY($1, "$libtool", libtool, [GNU libtool])
16 + AC_PROG_LIBTOOL
17
18 if test -z "$TAR"; then
19 AC_PATH_PROG(TAR, tar,, /usr/freeware/bin:/bin:/usr/local/bin:/usr/bin)
20 --- include/builddefs.in
21 +++ include/builddefs.in
22 @@ -17,6 +17,7 @@ LIBMISC = $(TOPDIR)/libmisc/libmisc.la
23
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26 +top_builddir = @top_builddir@
27 datarootdir = @datarootdir@
28
29 PKG_NAME = @pkg_name@
30 --- m4/package_globals.m4
31 +++ m4/package_globals.m4
32 @@ -8,6 +8,8 @@ AC_DEFUN([AC_PACKAGE_GLOBALS],
33 [ pkg_name="$1"
34 AC_SUBST(pkg_name)
35
36 + AC_PROG_CC
37 +
38 . ./VERSION
39 pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
40 AC_SUBST(pkg_version)