]> git.pld-linux.org Git - packages/crossmingw32-expat.git/blame - expat-ac_fixes.patch
- standard buildroot
[packages/crossmingw32-expat.git] / expat-ac_fixes.patch
CommitLineData
a7336604 1--- expat-1.95.6/configure.in~ Sat May 17 23:49:50 2003
2+++ expat-1.95.6/configure.in Sat May 17 23:49:50 2003
3@@ -23,11 +23,7 @@
4 dnl NOTE: esyscmd() is a GNU M4 extension. Thus, we wrap it in an appropriate
5 dnl test. I believe this test will work, but I don't have a place with non-
6 dnl GNU M4 to test it right now.
7-define([expat_version], ifdef([__gnu__],
8- [esyscmd(conftools/get-version.sh lib/expat.h)],
9- [1.95.x]))
10-AC_INIT(expat, expat_version, expat-bugs@mail.libexpat.org)
11-undefine([expat_version])
12+AC_INIT(expat, 1.95.6, expat-bugs@mail.libexpat.org)
13
14 AC_CONFIG_SRCDIR(Makefile.in)
15 AC_CONFIG_AUX_DIR(conftools)
16@@ -50,9 +50,6 @@
17
18 AC_CONFIG_HEADER(expat_config.h)
19
20-sinclude(conftools/libtool.m4)
21-sinclude(conftools/ac_c_bigendian_cross.m4)
22-
23 AC_LIBTOOL_WIN32_DLL
24 AC_PROG_LIBTOOL
25
26@@ -77,9 +77,7 @@
27
28 dnl Checks for typedefs, structures, and compiler characteristics.
29
30-dnl Note: Avoid using AC_C_BIGENDIAN because it does not
31-dnl work in a cross compile.
32-AC_C_BIGENDIAN_CROSS
33+AC_C_BIGENDIAN
34
35 AC_C_CONST
36 AC_TYPE_OFF_T
This page took 0.289817 seconds and 4 git commands to generate.