]> git.pld-linux.org Git - packages/expat.git/blobdiff - expat-ac_fixes.patch
- rel 4; patch obsolete
[packages/expat.git] / expat-ac_fixes.patch
index 1b94244a126a6a24bf55288f302770c88d8a490a..15342967fc818dbb951a3ee76a4bf692551b9ce4 100644 (file)
@@ -1,29 +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)
- AC_CONFIG_SRCDIR(Makefile.in)
- AC_CONFIG_AUX_DIR(conftools)
-@@ -50,9 +50,6 @@
+--- expat-2.1.1/configure.ac~  2012-07-28 10:41:03.000000000 +0300
++++ expat-2.1.1/configure.ac   2012-07-28 10:41:41.511402972 +0300
+@@ -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 +19,4 @@
 +AC_C_BIGENDIAN
  
  AC_C_CONST
- AC_TYPE_OFF_T
+ AC_TYPE_SIZE_T
This page took 0.45957 seconds and 4 git commands to generate.