Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
a1b86103
Commit
a1b86103
authored
Apr 09, 2010
by
Roland Levillain
Browse files
Require SWIG >= 1.3.35 for Swilena.
* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here.
parent
10c5d398
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a1b86103
2010-04-09 Roland Levillain <roland@lrde.epita.fr>
Require SWIG >= 1.3.35 for Swilena.
* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here.
2010-03-31 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Check for HeVeA instead of TeX4ht.
...
...
m4/with-swilena.m4
View file @
a1b86103
...
...
@@ -95,14 +95,14 @@ if test x$with_swig != xno; then
# [You need Ruby development files to compile the Ruby interface.])])
# CPPFLAGS=$save_CPPFLAGS
AC_PROG_SWIG([1.3.3
6
])
AC_PROG_SWIG([1.3.3
5
])
if (eval "$SWIG -version") >/dev/null 2>&1; then :; else
oln_has_swig=no
fi
case $with_swig:$oln_has_swig in
yes:no)
AC_MSG_ERROR([SWIG 1.3.3
6
is required.
AC_MSG_ERROR([SWIG 1.3.3
5
is required.
Use `--without-swig' to disable SWIG modules.]);;
esac
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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