* lbtt/: New directory. Contains a patched version of lbtt 1.0.1.

* Makefile.am (MAYBE_LBTT): New variables.
(SUBDIRS): Add $(MAYBE_LBTT).
(EXTRA_DIST): Add m4/lbtt.m4.
* configure.ac: Call AX_CHECK_LBTT.
* m4/lbtt.m4: New file.
* src/tgbatest/Makefile.am (check_PROGRAMS): Add spotlbtt.
(spotlbtt_SOURCES): New variables.
(TESTS): Add spotlbtt.test.
(CLEANFILE): Add config.
* src/tgbatest/defs.in (top_builddir, LBTT, LBTT_TRANSLATE): New
substitutions.
* src/tgbatest/spotlbtt.cc, src/tgbatest/spotlbtt.test: New files.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-09 15:40:24 +00:00
parent 71b7da1437
commit 79bed65843
9 changed files with 165 additions and 6 deletions

View file

@ -13,6 +13,7 @@ AC_PROG_YACC
AC_LANG(C++)
AX_CHECK_BUDDY
AX_CHECK_LBTT
AC_PROG_LIBTOOL