autotools: remove

Since 2008, autotools has served us well - thank you!

However, mu is now using meson build, and it's time to remove the
autotools support -- one build system is enough.
This commit is contained in:
Dirk-Jan C. Binnema
2022-08-20 10:38:28 +03:00
parent f2ab2f5083
commit e416a5215f
52 changed files with 1 additions and 6552 deletions

View File

@ -172,7 +172,7 @@ version_texi_data.set('UPDATED',
version_texi_data.set('UPDATEDMONTH',
run_command('date', '+%B %Y', check:true).stdout().strip())
configure_file(input: 'version.texi.in',
configure_file(input: join_paths('build-aux', 'version.texi.in'),
output: 'version.texi',
configuration: version_texi_data)