rename SPOT_NB_ACC to SPOT_MAX_ACCSETS

* NEWS, bin/autcross.cc, bin/autfilt.cc, bin/ltlcross.cc,
configure.ac, spot/parseaut/parseaut.yy, spot/twa/acc.cc,
spot/twa/acc.hh, tests/core/acc.cc, .gitlab-ci.yml: Here.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-24 17:52:42 +02:00
parent cc2c4615d0
commit 2e165f188d
10 changed files with 33 additions and 30 deletions

View file

@ -11,7 +11,7 @@ debian-stable-gcc:
image: registry.lrde.epita.fr/spot-debuild:stable
script:
- autoreconf -vfi
- ./configure --enable-nb-acc=256
- ./configure --enable-max-accsets=256
- make
- make distcheck
artifacts: