Change to automake foreign
Now NEWS, COPYING, AUTHORS, ChangeLog and README are not actually required.
This commit is contained in:
parent
65e09ba0c1
commit
736889f1d6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user