]> git.pld-linux.org Git - packages/crossmingw32-expat.git/blobdiff - expat-ac_fixes.patch
- updated to 2.1.0 (note: new soname)
[packages/crossmingw32-expat.git] / expat-ac_fixes.patch
index 1b94244a126a6a24bf55288f302770c88d8a490a..0a36e887033cd6bd8c7e1fffee6d3ca66a055207 100644 (file)
@@ -1,29 +1,24 @@
---- 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)
+--- expat-2.1.0/configure.in~  2012-07-28 10:41:03.000000000 +0300
++++ expat-2.1.0/configure.in   2012-07-28 10:41:41.511402972 +0300
+@@ -26,7 +26,7 @@
+ define([expat_version], ifdef([__gnu__],
+                               [esyscmd(conftools/get-version.sh lib/expat.h)],
+                               [2.1.x]))
+-AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
++AC_INIT(expat, 2.1.0, expat-bugs@libexpat.org)
+ undefine([expat_version])
  
  AC_CONFIG_SRCDIR(Makefile.in)
- AC_CONFIG_AUX_DIR(conftools)
-@@ -50,9 +50,6 @@
+@@ -51,8 +51,6 @@
  
  AC_CONFIG_HEADER(expat_config.h)
  
--sinclude(conftools/libtool.m4)
 -sinclude(conftools/ac_c_bigendian_cross.m4)
 -
  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 +28,4 @@
 +AC_C_BIGENDIAN
  
  AC_C_CONST
- AC_TYPE_OFF_T
+ AC_TYPE_SIZE_T
This page took 0.071798 seconds and 4 git commands to generate.