From f7fbdbf6321f7e8a4833c8543bf0fc57848373e9 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Wed, 4 Dec 2019 16:42:43 +0100 Subject: [PATCH] Move autoconfig-mandated files to docs/upstream Autoconf enforces these files only for GNU projects. ATM these files are out of date and might be misleading to the users. As long as we'll not place files with the same names in this repo, git will automatically update moved files when new commits from SVN will be merged in. For releases, it would probably be the best to write our own NEWS.md file and generate CHANGES.md file out of git log. --- configure.ac | 2 +- ChangeLog => docs/upstream/ChangeLog | 0 NEWS => docs/upstream/NEWS | 0 VERSION => docs/upstream/VERSION | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename ChangeLog => docs/upstream/ChangeLog (100%) rename NEWS => docs/upstream/NEWS (100%) rename VERSION => docs/upstream/VERSION (100%) diff --git a/configure.ac b/configure.ac index d32b70a0..baa154ad 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CANONICAL_HOST AC_CANONICAL_BUILD dnl Setup for automake -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADER(config.h) dnl Checks for programs. diff --git a/ChangeLog b/docs/upstream/ChangeLog similarity index 100% rename from ChangeLog rename to docs/upstream/ChangeLog diff --git a/NEWS b/docs/upstream/NEWS similarity index 100% rename from NEWS rename to docs/upstream/NEWS diff --git a/VERSION b/docs/upstream/VERSION similarity index 100% rename from VERSION rename to docs/upstream/VERSION