diff --git a/zimg-5.0.0.patch b/zimg-5.0.0.patch index 9879518..da7ce9f 100644 --- a/zimg-5.0.0.patch +++ b/zimg-5.0.0.patch @@ -9,12 +9,11 @@ AC_SUBST(VERSION) AM_INIT_AUTOMAKE(zimg, $VERSION) -@@ -69,7 +69,7 @@ AC_LIBTOOL_DLOPEN +@@ -69,6 +69,7 @@ AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) --if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then -+if if test -x libtool; then ${CONFIG_SHELL} ./libtool --features; else libtool --features; fi | grep "enable static" >/dev/null; then ++m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then STATIC=-static else - STATIC= diff --git a/zimg.changes b/zimg.changes index 0546044..0d724ae 100644 --- a/zimg.changes +++ b/zimg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 6 14:42:09 CEST 2008 - schwab@suse.de + +- Don't use libtool before it is created. + ------------------------------------------------------------------- Fri Apr 11 14:44:25 CEST 2008 - schwab@suse.de diff --git a/zimg.spec b/zimg.spec index 1b91133..7281279 100644 --- a/zimg.spec +++ b/zimg.spec @@ -18,7 +18,7 @@ Group: Productivity/Graphics/Visualization/Graph Requires: gd >= 1.8.3 AutoReqProv: on Version: 5.0.0 -Release: 160 +Release: 166 Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}.patch Url: http://sourceforge.net/projects/zimg/ @@ -71,6 +71,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man1/zimg* %changelog +* Tue May 06 2008 schwab@suse.de +- Don't use libtool before it is created. * Fri Apr 11 2008 schwab@suse.de - Work around broken configure script. - Use autoreconf.