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:
parent
8f2a153dc2
commit
f7fbdbf632
4 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue