revert a7842ac for building static modelcheck

* configure.ac, tests/Makefile.am: Here.
This commit is contained in:
Etienne Renault 2020-10-09 11:33:40 +02:00
parent eb7097ba78
commit 43bd39f13f
2 changed files with 0 additions and 4 deletions

View file

@ -171,8 +171,6 @@ esac
AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes]) AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes])
AM_CONDITIONAL([USE_LTSMIN], [test "x${enable_shared:-yes}" = xyes])
if test "x${enable_python:-yes}" = xyes; then if test "x${enable_python:-yes}" = xyes; then
AC_MSG_NOTICE([You may configure with --disable-python ]dnl AC_MSG_NOTICE([You may configure with --disable-python ]dnl
[if you do not need Python bindings.]) [if you do not need Python bindings.])

View file

@ -463,7 +463,6 @@ EXTRA_DIST = \
############################## LTSMIN ############################## ############################## LTSMIN ##############################
if USE_LTSMIN
check_PROGRAMS += ltsmin/modelcheck check_PROGRAMS += ltsmin/modelcheck
check_PROGRAMS += ltsmin/testconvert check_PROGRAMS += ltsmin/testconvert
ltsmin_modelcheck_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \ ltsmin_modelcheck_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
@ -507,7 +506,6 @@ EXTRA_DIST += ltsmin/beem-peterson.4.dve ltsmin/beem-peterson.4.gal \
ltsmin/elevator2.1.pm ltsmin/finite.dve ltsmin/finite.pm ltsmin/finite.gal ltsmin/elevator2.1.pm ltsmin/finite.dve ltsmin/finite.pm ltsmin/finite.gal
ltlsmin/kripke.log: core/kripkecat$(EXEEXT) ltlsmin/kripke.log: core/kripkecat$(EXEEXT)
endif
############################## SANITY ############################## ############################## SANITY ##############################