gtk+ r21411 - trunk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21411 - trunk
- Date: Wed, 17 Sep 2008 15:10:30 +0000 (UTC)
Author: matthiasc
Date: Wed Sep 17 15:10:30 2008
New Revision: 21411
URL: http://svn.gnome.org/viewvc/gtk+?rev=21411&view=rev
Log:
2008-09-17 Matthias Clasen <mclasen redhat com>
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 Wed Sep 17 15:10:30 2008
@@ -184,6 +184,9 @@
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
+dnl when using libtool 2.x create libtool early, because it's used in configure
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
+
# Make sure we use 64-bit versions of various file stuff.
AC_SYS_LARGEFILE
@@ -398,7 +401,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]