addedd gcc-4.4.0
[dottout.git] / x11-libs / gtk+ / files / gtk+-2.12.9-libtool-2.patch
blobb4570cafb10d9d67099989e5239b02de34fe346c
1 #############
2 # Taken from
3 # http://www.mail-archive.com/pld-cvs-commit@lists.pld-linux.org/msg135168.html
4 #############
6 --- gtk+-2.12.9/configure.in.orig 2008-03-12 05:17:28.000000000 +0100
7 +++ gtk+-2.12.9/configure.in 2008-04-22 14:48:55.434333756 +0200
8 @@ -166,6 +166,8 @@
10 AC_LIBTOOL_WIN32_DLL
11 AM_PROG_LIBTOOL
12 +dnl when using libtool 2.x create libtool early, because it's used in configure
13 +m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
15 # Make sure we use 64-bit versions of various file stuff.
16 AC_SYS_LARGEFILE
17 @@ -377,7 +379,7 @@
18 case $enable_explicit_deps in
19 auto)
20 export SED
21 - deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
22 + deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
23 if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
24 enable_explicit_deps=yes
25 else