]> git.pld-linux.org Git - packages/expat.git/blob - expat-ac_fixes.patch
- release 1
[packages/expat.git] / expat-ac_fixes.patch
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
3 @@ -26,7 +26,7 @@
4  define([expat_version], ifdef([__gnu__],
5                                [esyscmd(conftools/get-version.sh lib/expat.h)],
6                                [2.1.x]))
7 -AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
8 +AC_INIT(expat, 2.1.0, expat-bugs@libexpat.org)
9  undefine([expat_version])
10  
11  AC_CONFIG_SRCDIR(Makefile.in)
12 @@ -51,8 +51,6 @@
13  
14  AC_CONFIG_HEADER(expat_config.h)
15  
16 -sinclude(conftools/ac_c_bigendian_cross.m4)
17 -
18  AC_LIBTOOL_WIN32_DLL
19  AC_PROG_LIBTOOL
20  
21 @@ -83,9 +80,7 @@
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
31  AC_TYPE_SIZE_T
This page took 0.048917 seconds and 3 git commands to generate.