summaryrefslogtreecommitdiff
path: root/buildconf.sh
diff options
context:
space:
mode:
authorfdrake <fdrake>2001-07-24 19:54:20 +0000
committerfdrake <fdrake>2001-07-24 19:54:20 +0000
commite50ea194c77c37ddd086175a247593ccce091727 (patch)
treef43b14c248ce25c940b00292e4bbfacf0c518bba /buildconf.sh
parent278128248a26ee93281b8ca4f2c080698a461a41 (diff)
downloadlibexpat-e50ea194c77c37ddd086175a247593ccce091727.tar.gz
Use the AC_C_BIGENDIAN_CROSS macro instead of the non-cross-compile-safe
version normally provided with autoconf. I have not tested this in a cross-compilation environment, but it does not break things in my x86 environment. (If this breaks things for anyone, please file a bug report!) This closes SF patch #431342.
Diffstat (limited to 'buildconf.sh')
-rwxr-xr-xbuildconf.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconf.sh b/buildconf.sh
index ceaca5e..1f71126 100755
--- a/buildconf.sh
+++ b/buildconf.sh
@@ -11,6 +11,10 @@ echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4
echo "dnl edits here will be lost" >> aclocal.m4
cat $ltfile >> aclocal.m4
+ltfile='conftools/ac_c_bigendian_cross.m4'
+echo "Incorporating $ltfile into aclocal.m4 ..."
+cat $ltfile >> aclocal.m4
+
#
# Create the libtool helper files
#