From b66f4b93226527d1257c55cc12330133fada93ae Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 10 Oct 2021 01:01:56 +0800 Subject: [PATCH] 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 --- NEWS | 4 ---- TODO | 1 - configure.ac | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 NEWS delete mode 100644 TODO diff --git a/NEWS b/NEWS deleted file mode 100644 index 96b13e5a6..000000000 --- a/NEWS +++ /dev/null @@ -1,4 +0,0 @@ -See Changelog - -******************************************* -Christophe dumez - chris@qbittorrent.org diff --git a/TODO b/TODO deleted file mode 100644 index d3aac7ecd..000000000 --- a/TODO +++ /dev/null @@ -1 +0,0 @@ -See https://blueprints.launchpad.net/qbittorrent/ diff --git a/configure.ac b/configure.ac index db038c56f..0067aa9db 100644 --- a/configure.ac +++ b/configure.ac @@ -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"