spot/configure.ac
Alexandre Duret-Lutz 5b245d7dd1 * configure.ac, NEWS: Bump version to 0.0f.
* iface/gspn/simple.test, iface/gspn/dcswave.test,
iface/gspn/dcswaveltl.test: Make sure the example directory
is writable.
* m4/lbtt.m4, m4/buddy.m4: Always configure buddy/ and lbtt/,
regardless of the --with-included-buddy and --with-included-lbtt
settings.
2003-08-01 10:25:56 +00:00

50 lines
867 B
Text

AC_PREREQ([2.57])
AC_INIT([spot], [0.0f])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])
adl_CHECK_PYTHON
AC_PROG_CXX
AM_PROG_LEX
AC_PROG_YACC
AC_LANG(C++)
AX_CHECK_BUDDY
AX_CHECK_LBTT
AX_CHECK_GSPNLIB
AC_PROG_LIBTOOL
CF_GXX_WARNINGS
AC_CHECK_PROG([DOT], [dot], [dot])
AC_CONFIG_FILES([
Makefile
doc/Makefile
doc/Doxyfile
iface/Makefile
iface/gspn/Makefile
iface/gspn/defs
src/Makefile
src/ltlenv/Makefile
src/ltlast/Makefile
src/ltlparse/Makefile
src/ltltest/Makefile
src/ltltest/defs
src/ltlvisit/Makefile
src/tgba/Makefile
src/tgbaalgos/Makefile
src/tgbaparse/Makefile
src/tgbatest/Makefile
src/tgbatest/defs
src/misc/Makefile
wrap/Makefile
wrap/python/Makefile
wrap/python/tests/Makefile
])
AC_CONFIG_FILES([wrap/python/tests/run], [chmod +x wrap/python/tests/run])
AC_OUTPUT