]> git.pld-linux.org Git - packages/gedit.git/commitdiff
- proper fix (thx qboosh) auto/ti/gedit2-2_22_3-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 28 May 2008 16:02:11 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gedit2-libtool.patch -> 1.2

gedit2-libtool.patch

index 48c09898220e7ea03d8c9ac4130b43a22e83a467..6875258db7f4fe3b090b4170456e214695a9a783 100644 (file)
@@ -1,14 +1,12 @@
 diff -urN gedit-2.22.3/configure.ac gedit-2.22.3.new/configure.ac
 --- gedit-2.22.3/configure.ac  2008-05-27 14:05:34.000000000 +0200
-+++ gedit-2.22.3.new/configure.ac      2008-05-28 16:27:21.000000000 +0200
-@@ -232,8 +232,8 @@
- }
- EOF
++++ gedit-2.22.3.new/configure.ac      2008-05-28 17:58:51.000000000 +0200
+@@ -31,6 +31,8 @@
+ IT_PROG_INTLTOOL([0.35.0])
  
--      if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
--              /bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version -no-undefined $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
-+      if /bin/sh /usr/bin/libtool --tag=CC --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
-+              /bin/sh /usr/bin/libtool --tag=CC --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version -no-undefined $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
-               grep 'dlname.*testpython' testpython.la >/dev/null 2>&1; then
-               result=yes
-       else
+ AC_PROG_LIBTOOL
++dnl when using libtool 2.x create libtool early, because it's used in configure
++m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
+ GNOME_DOC_INIT
+ GTK_DOC_CHECK([1.0])
This page took 0.174346 seconds and 4 git commands to generate.