OBS User unknown 2008-05-06 22:22:40 +00:00 committed by Git OBS Bridge
parent c12de8b5e8
commit a3b6865066
3 changed files with 11 additions and 5 deletions

View File

@ -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=

View File

@ -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

View File

@ -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.