]> git.pld-linux.org Git - packages/dia.git/commitdiff
- automake fixes.
authorkloczek <kloczek@pld-linux.org>
Tue, 8 Aug 2000 06:21:49 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dia-automake.patch -> 1.1

dia-automake.patch [new file with mode: 0644]

diff --git a/dia-automake.patch b/dia-automake.patch
new file mode 100644 (file)
index 0000000..63331e6
--- /dev/null
@@ -0,0 +1,22 @@
+--- dia-0.86/app/Makefile.am   Tue Aug  8 07:03:05 2000
++++ dia-0.86.new/app/Makefile.am       Tue Aug  8 07:03:36 2000
+@@ -154,7 +154,7 @@
+       $(APP_LIBS) $(XML_LIBS) $(BONOBO_LIBS) $(GDK_IMLIB_LIBS) \
+       $(LIBART_LIBS) $(PNG_LIBS) $(GDK_PIXBUF_LIBS) $(INTLLIBS)
+-LDFLAGS = -export-dynamic
++dia_embedd_LDFLAGS = -export-dynamic
+ EXTRA_DIST = \
+       dia.gnorba \
+--- dia-0.86/configure.in      Wed Aug  2 16:55:21 2000
++++ dia-0.86.new/configure.in  Tue Aug  8 07:06:00 2000
+@@ -11,7 +11,7 @@
+ dnl Initialize libtool
+ AC_DISABLE_STATIC
+-AC_PROG_LIBTOOL
++AM_PROG_LIBTOOL
+ dnl Build time sanity check
+ AM_SANITY_CHECK
This page took 0.07997 seconds and 4 git commands to generate.