Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
1c1c95f6
Commit
1c1c95f6
authored
May 21, 2012
by
Alexandre Duret-Lutz
Browse files
Use the distributed LBTT is the installed one is not 1.2.1a.
* m4/lbtt.m4: Check version number.
parent
a8fd9e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/lbtt.m4
View file @
1c1c95f6
...
...
@@ -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])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment