summaryrefslogtreecommitdiff
path: root/buildconf.sh
diff options
context:
space:
mode:
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
#