Use the distributed LBTT is the installed one is not 1.2.1a.

* m4/lbtt.m4: Check version number.
This commit is contained in:
Alexandre Duret-Lutz 2012-05-21 14:36:30 +02:00
parent a8fd9e8b14
commit 1c1c95f65f

View file

@ -2,7 +2,7 @@ AC_DEFUN([AX_CHECK_LBTT], [
AC_ARG_WITH([included-lbtt],
[AC_HELP_STRING([--with-included-lbtt],
[use the LBTT program inclued here])])
AS_IF([AM_RUN_LOG([lbtt-translate --help | grep spot])],
AS_IF([AM_RUN_LOG([lbtt-translate --version | grep 1.2.1a])],
[need_included_lbtt=no],
[need_included_lbtt=yes])