This commit is contained in:
parent
8e1f372e2e
commit
aae11b0bef
@ -1,14 +1,10 @@
|
||||
--- configure.in
|
||||
+++ configure.in
|
||||
@@ -664,7 +664,11 @@ AC_MSG_CHECKING([Whether to write depend
|
||||
@@ -660,6 +660,7 @@ AC_ARG_ENABLE(explicit-deps,
|
||||
enable_explicit_deps="$enableval",
|
||||
enable_explicit_deps=auto)
|
||||
|
||||
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
|
||||
AC_MSG_CHECKING([Whether to write dependencies into .pc files])
|
||||
case $enable_explicit_deps in
|
||||
auto)
|
||||
export SED
|
||||
+ if test -x libtool; then
|
||||
deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
|
||||
+ else
|
||||
+ deplibs_check_method=`(libtool --config; echo 'eval echo $deplibs_check_method') | sh`
|
||||
+ fi
|
||||
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
|
||||
enable_explicit_deps=yes
|
||||
else
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 14:09:27 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Don't use libtool before it is created.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 00:14:08 CEST 2008 - maw@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 1.20.1
|
||||
Release: 3
|
||||
Release: 11
|
||||
Summary: System for Layout and Rendering of Internationalised Text
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
||||
Source1: README.SuSE
|
||||
@ -184,6 +184,8 @@ fi
|
||||
%{_datadir}/gtk-doc/html/pango
|
||||
|
||||
%changelog
|
||||
* Tue May 06 2008 schwab@suse.de
|
||||
- Don't use libtool before it is created.
|
||||
* Sat Apr 12 2008 maw@suse.de
|
||||
- Tag pango-libtool.patch, which was added in the previous
|
||||
submission.
|
||||
|
Loading…
x
Reference in New Issue
Block a user