mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 05:11:13 +02:00
Rename "Changelog" to "NEWS"
autoconfig requires the existence of a "NEWS" file. "git log" is a better changelog, and "ChangeLog" is really condensed and suitable to be NEWS. After renaming ChangeLog to NEWS, autoconfig complains about the missing "ChangeLog" file. Replacing the default automake GNU flavor with "foreign" removes the requirement for defining the NEWS, COPYING, AUTHORS, ChangeLog, and README files. Reported-by: Petr Vorel <pvorel@suse.cz> Suggested-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT(ima-evm-utils, 1.3, zohar@linux.ibm.com)
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
Reference in New Issue
Block a user