1
0
Fork 0

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.
This commit is contained in:
Patryk Obara 2019-12-04 16:42:43 +01:00 committed by Patryk Obara
parent 8f2a153dc2
commit f7fbdbf632
4 changed files with 1 additions and 1 deletions

View file

@ -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.