]> git.pld-linux.org Git - packages/expat.git/blame - expat-ac_fixes.patch
- release 1
[packages/expat.git] / expat-ac_fixes.patch
CommitLineData
c645eb57
ER
1--- expat-2.1.0/configure.in~ 2012-07-28 10:41:03.000000000 +0300
2+++ expat-2.1.0/configure.in 2012-07-28 10:41:41.511402972 +0300
7ae6a66e
AM
3@@ -26,7 +26,7 @@
4 define([expat_version], ifdef([__gnu__],
5 [esyscmd(conftools/get-version.sh lib/expat.h)],
c645eb57 6 [2.1.x]))
7ae6a66e 7-AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
c645eb57 8+AC_INIT(expat, 2.1.0, expat-bugs@libexpat.org)
7ae6a66e 9 undefine([expat_version])
fa35ebbc 10
11 AC_CONFIG_SRCDIR(Makefile.in)
c645eb57 12@@ -51,8 +51,6 @@
fa35ebbc 13
14 AC_CONFIG_HEADER(expat_config.h)
15
fa35ebbc 16-sinclude(conftools/ac_c_bigendian_cross.m4)
17-
18 AC_LIBTOOL_WIN32_DLL
19 AC_PROG_LIBTOOL
20
7ae6a66e 21@@ -83,9 +80,7 @@
fa35ebbc 22
23 dnl Checks for typedefs, structures, and compiler characteristics.
24
25-dnl Note: Avoid using AC_C_BIGENDIAN because it does not
26-dnl work in a cross compile.
27-AC_C_BIGENDIAN_CROSS
28+AC_C_BIGENDIAN
29
30 AC_C_CONST
7ae6a66e 31 AC_TYPE_SIZE_T
This page took 0.034088 seconds and 4 git commands to generate.