]> git.pld-linux.org Git - packages/libtool.git/blob - libtool-ac253.patch
- Changed Req. coreutils into shutils and fileutils. I hope it's OK for RA
[packages/libtool.git] / libtool-ac253.patch
1 --- libtool-1.4.2/libtool.m4.orig       Tue Sep 11 05:16:01 2001
2 +++ libtool-1.4.2/libtool.m4    Fri May  3 13:20:45 2002
3 @@ -68,8 +68,8 @@
4  AC_CHECK_TOOL(RANLIB, ranlib, :)
5  AC_CHECK_TOOL(STRIP, strip, :)
6  
7 -ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
8 -ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
9 +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
10 +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
11  enable_win32_dll=yes, enable_win32_dll=no)
12  
13  AC_ARG_ENABLE(libtool-lock,
14 @@ -113,7 +113,7 @@
15    fi
16    ;;
17  
18 -ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
19 +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
20  [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
21    AC_CHECK_TOOL(DLLTOOL, dlltool, false)
22    AC_CHECK_TOOL(AS, as, false)
This page took 0.095915 seconds and 3 git commands to generate.