* m4/lbtt.m4 (AX_CHECK_LBTT): Set LBTT and LBTT_TRANSLATE

when using an already installed lbtt.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-15 12:26:03 +00:00
parent 9791182f64
commit 49fd9579da
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2003-07-15 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-07-15 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* m4/lbtt.m4 (AX_CHECK_LBTT): Set LBTT and LBTT_TRANSLATE
when using an already installed lbtt.
Homogenize passing of automata as pointers, not references. Homogenize passing of automata as pointers, not references.
Disallow copy for security. Disallow copy for security.

View file

@ -19,6 +19,9 @@ AC_DEFUN([AX_CHECK_LBTT], [
AC_CONFIG_SUBDIRS([lbtt]) AC_CONFIG_SUBDIRS([lbtt])
LBTT='${top_builddir}/lbtt/src/lbtt' LBTT='${top_builddir}/lbtt/src/lbtt'
LBTT_TRANSLATE='${top_builddir}/lbtt/src/lbtt-translate' LBTT_TRANSLATE='${top_builddir}/lbtt/src/lbtt-translate'
else
LBTT=lbtt
LBTT_TRANSLATE=lbtt-translate
fi fi
AM_CONDITIONAL([WITH_INCLUDED_LBTT], [test "$with_included_lbtt" = yes]) AM_CONDITIONAL([WITH_INCLUDED_LBTT], [test "$with_included_lbtt" = yes])
AC_SUBST([LBTT]) AC_SUBST([LBTT])