Change to automake foreign

Now NEWS, COPYING, AUTHORS, ChangeLog and README are not actually
required.
This commit is contained in:
Ruben Laguna 2015-01-28 22:58:21 +01:00
parent 65e09ba0c1
commit 736889f1d6

View File

@ -3,7 +3,7 @@
AC_PREREQ([2.69])
AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign]) # Does not require NEWS, COPYING, AUTHORS, ChangeLog or README
AM_SILENT_RULES([yes]) # less verbose make output https://autotools.io/automake/silent.html