pango r2729 - trunk
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2729 - trunk
- Date: Fri, 10 Oct 2008 23:59:29 +0000 (UTC)
Author: behdad
Date: Fri Oct 10 23:59:29 2008
New Revision: 2729
URL: http://svn.gnome.org/viewvc/pango?rev=2729&view=rev
Log:
2008-10-10 Behdad Esfahbod <behdad gnome org>
Bug 552107 â Small libtool fixes
* configure.in: Regenerate libtool early, quote $deplibs_check_method.
Patch by Patryk Zawadzki
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Oct 10 23:59:29 2008
@@ -135,6 +135,8 @@
fi
AM_PROG_LIBTOOL
+dnl when using libtool 2.x create libtool early, because it's used in configure
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
AC_MSG_CHECKING([for some Win32 platform])
case "$host" in
@@ -685,7 +687,7 @@
case $enable_explicit_deps in
auto)
export SED
- deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
+ deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
enable_explicit_deps=yes
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]