]> git.pld-linux.org Git - packages/crossmingw32-expat.git/commitdiff
- destdir no longer needed; update ac_fixes auto/th/expat-2_0_0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Apr 2006 16:09:46 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    expat-DESTDIR.patch -> 1.4
    expat-ac_fixes.patch -> 1.2

expat-DESTDIR.patch [deleted file]
expat-ac_fixes.patch

diff --git a/expat-DESTDIR.patch b/expat-DESTDIR.patch
deleted file mode 100644 (file)
index 9d18c0b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- expat-1.95.8/Makefile.in.orig      2004-05-07 22:00:48.000000000 +0200
-+++ expat-1.95.8/Makefile.in   2004-07-24 23:24:29.522051752 +0200
-@@ -73,14 +73,14 @@
-       tests/runtests
- install: xmlwf/xmlwf installlib
--      $(mkinstalldirs) $(bindir) $(man1dir)
--      $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
--      $(INSTALL_DATA) $(MANFILE) $(man1dir)
-+      $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
-+      $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(DESTDIR)$(bindir)/xmlwf
-+      $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(man1dir)
- installlib: $(LIBRARY) $(APIHEADER)
--      $(mkinstalldirs) $(libdir) $(includedir)
--      $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(libdir)/$(LIBRARY)
--      $(INSTALL_DATA) $(APIHEADER) $(includedir)
-+      $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
-+      $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
-+      $(INSTALL_DATA) $(APIHEADER) $(DESTDIR)$(includedir)
- uninstall: uninstalllib
-       $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
index 1b94244a126a6a24bf55288f302770c88d8a490a..ebc5208bab3bfd4599b885cc60cf75d8e2930fd6 100644 (file)
@@ -1,18 +1,15 @@
---- expat-1.95.6/configure.in~ Sat May 17 23:49:50 2003
-+++ expat-1.95.6/configure.in  Sat May 17 23:49:50 2003
-@@ -23,11 +23,7 @@
- dnl NOTE: esyscmd() is a GNU M4 extension. Thus, we wrap it in an appropriate
- dnl test. I believe this test will work, but I don't have a place with non-
- dnl GNU M4 to test it right now.
--define([expat_version], ifdef([__gnu__],
--                              [esyscmd(conftools/get-version.sh lib/expat.h)],
--                              [1.95.x]))
--AC_INIT(expat, expat_version, expat-bugs@mail.libexpat.org)
--undefine([expat_version])
-+AC_INIT(expat, 1.95.6, expat-bugs@mail.libexpat.org)
+diff -urN expat-2.0.0.org/configure.in expat-2.0.0/configure.in
+--- expat-2.0.0.org/configure.in       2006-01-11 02:10:46.000000000 +0100
++++ expat-2.0.0/configure.in   2006-04-09 18:08:18.483504500 +0200
+@@ -26,7 +26,7 @@
+ define([expat_version], ifdef([__gnu__],
+                               [esyscmd(conftools/get-version.sh lib/expat.h)],
+                               [2.0.x]))
+-AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
++AC_INIT(expat, 2.0.0, expat-bugs@libexpat.org)
+ undefine([expat_version])
  
  AC_CONFIG_SRCDIR(Makefile.in)
- AC_CONFIG_AUX_DIR(conftools)
 @@ -50,9 +50,6 @@
  
  AC_CONFIG_HEADER(expat_config.h)
@@ -23,7 +20,7 @@
  AC_LIBTOOL_WIN32_DLL
  AC_PROG_LIBTOOL
  
-@@ -77,9 +77,7 @@
+@@ -83,9 +80,7 @@
  
  dnl Checks for typedefs, structures, and compiler characteristics.
  
@@ -33,4 +30,4 @@
 +AC_C_BIGENDIAN
  
  AC_C_CONST
- AC_TYPE_OFF_T
+ AC_TYPE_SIZE_T
This page took 0.075676 seconds and 4 git commands to generate.