tests: fix variable naming convention
commitbb5603c2f068631c880f43b5389d55b029f425c6
authorAkim Demaille <akim.demaille@gmail.com>
Thu, 6 Sep 2018 16:14:38 +0000 (6 18:14 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Thu, 6 Sep 2018 19:28:24 +0000 (6 21:28 +0200)
tree45b95559d01e23680da94f09af37c154da24b3c7
parent2c29a70819b79e343fa292c549975bdc7ae720b8
tests: fix variable naming convention

Most of our variables for C++ flags are named FOO_CXXFLAGS, not
CXXFLAGS_FOO.

* configure.ac, tests/atlocal.in, tests/calc.at
(NO_EXCEPTIONS_CXXFLAGS): Rename as...
(CXXFLAGS_NO_EXCEPTIONS): this.
configure.ac
tests/atlocal.in
tests/calc.at