Skip to content

Commit

Permalink
Fixed bug #833
Browse files Browse the repository at this point in the history
Fixed errors with older autoconf
  • Loading branch information
slouken committed Oct 10, 2009
1 parent b2b41fb commit 08df374
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -33,6 +33,7 @@ LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE`
LT_REVISION=$INTERFACE_AGE
LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
m4_pattern_allow([^LT_])

AC_SUBST(LT_RELEASE)
AC_SUBST(LT_CURRENT)
Expand All @@ -41,7 +42,7 @@ AC_SUBST(LT_AGE)

dnl Detect the canonical build and host environments
AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
AC_CANONICAL_HOST
dnl AC_CANONICAL_HOST

dnl Check for tools
AC_PROG_LIBTOOL
Expand Down

0 comments on commit 08df374

Please sign in to comment.