Remove unused tests/configure.ac
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 11 Dec 2020 01:43:35 +0000 (04:43 +0300)
committerMark Wielaard <mark@klomp.org>
Fri, 11 Dec 2020 11:47:54 +0000 (12:47 +0100)
commit441d2f09e1a9a27451ccf9b20a2be3bb3d1986c1
tree194cf20a9ed8ff27fc57435759bf94a9d31a4bce
parentbe084ccb5507e0c092ac4e434026a4d47e9007bf
Remove unused tests/configure.ac

tests/configure.ac was introduced 15 years ago by commit
d7f8d0caa7a357f9f4765e5dc93255f5057eba2e.  However, the ability to build
tests as a separate project was broken by the same author 4 years later
by commit 22359e265395fd2f8267190ef97f5417770e6206, if not earlier.

An attempt to run autoreconf in tests would currently fail
with the following automake error:
automake: error: cannot open < config/eu.am: No such file or directory

Apparently, nobody builds tests as a separate project for more than 10
years, so cleanup the remains of that unused and broken code.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
ChangeLog
configure.ac
tests/ChangeLog
tests/Makefile.am
tests/configure.ac [deleted file]