changeset 4308:447fd6ae10cf SDL-1.2

Fixed bug #833 Fixed errors with older autoconf
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 09:58:32 +0000
parents f4ee83767bfd
children 3aab8b57cbd1
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Oct 10 09:43:50 2009 +0000
+++ b/configure.in	Sat Oct 10 09:58:32 2009 +0000
@@ -36,6 +36,7 @@
 LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
 LT_REVISION=$SDL_INTERFACE_AGE
 LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
+m4_pattern_allow([^LT_])
 
 AC_SUBST(LT_RELEASE)
 AC_SUBST(LT_CURRENT)
@@ -44,7 +45,7 @@
 
 dnl Detect the canonical build and host environments
 AC_CONFIG_AUX_DIR([build-scripts])
-AC_CANONICAL_HOST
+dnl AC_CANONICAL_HOST
 AC_C_BIGENDIAN
 if test x$ac_cv_c_bigendian = xyes; then
     AC_DEFINE(SDL_BYTEORDER, 4321)