Remove TODO and NEWS files

The contents are outdated and the files are not in use.
`configure.ac` is adjusted to suppress automake errors.
https://www.gnu.org/software/automake/manual/html_node/Strictness.html#index-Strictness_002c-foreign
This commit is contained in:
Chocobo1 2021-10-10 01:01:56 +08:00
parent 9dfe5f5f07
commit b66f4b9322
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 1 additions and 6 deletions

4
NEWS
View file

@ -1,4 +0,0 @@
See Changelog
*******************************************
Christophe dumez - chris@qbittorrent.org

1
TODO
View file

@ -1 +0,0 @@
See https://blueprints.launchpad.net/qbittorrent/

View file

@ -8,7 +8,7 @@ AC_PROG_CXX
AC_PROG_SED
AC_LANG(C++)
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
# use compiler from env variables if available
QBT_CC="$CC"