]> git.pld-linux.org Git - packages/crossmingw32-expat.git/blob - expat-ac_fixes.patch
- cleanups, separated -static,-dll
[packages/crossmingw32-expat.git] / expat-ac_fixes.patch
1 diff -urN expat-2.0.0.org/configure.in expat-2.0.0/configure.in
2 --- expat-2.0.0.org/configure.in        2006-01-11 02:10:46.000000000 +0100
3 +++ expat-2.0.0/configure.in    2006-04-09 18:08:18.483504500 +0200
4 @@ -26,7 +26,7 @@
5  define([expat_version], ifdef([__gnu__],
6                                [esyscmd(conftools/get-version.sh lib/expat.h)],
7                                [2.0.x]))
8 -AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
9 +AC_INIT(expat, 2.0.0, expat-bugs@libexpat.org)
10  undefine([expat_version])
11  
12  AC_CONFIG_SRCDIR(Makefile.in)
13 @@ -50,9 +50,6 @@
14  
15  AC_CONFIG_HEADER(expat_config.h)
16  
17 -sinclude(conftools/libtool.m4)
18 -sinclude(conftools/ac_c_bigendian_cross.m4)
19 -
20  AC_LIBTOOL_WIN32_DLL
21  AC_PROG_LIBTOOL
22  
23 @@ -83,9 +80,7 @@
24  
25  dnl Checks for typedefs, structures, and compiler characteristics.
26  
27 -dnl Note: Avoid using AC_C_BIGENDIAN because it does not
28 -dnl work in a cross compile.
29 -AC_C_BIGENDIAN_CROSS
30 +AC_C_BIGENDIAN
31  
32  AC_C_CONST
33  AC_TYPE_SIZE_T
This page took 0.061426 seconds and 3 git commands to generate.