From 2b85ab880d4fff8addb2deac4c25223c7973976e Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 21 May 2011 15:02:10 +0200 Subject: build-sys: use AUTOMAKE_OPTIONS = gnu The change will cause make dist to have INSTALL file from automake release, which hopefully is more up to date than manually maintained version. The gnu option will also require ChangeLog to be present, and without doubts no-one wants to maintain that manually. I added file to reference link to internet git repository view. At the time of make dist current tag is added to the ChangeLog reference which will make release to point exactly to the point where changes ended. Minor drawback is that untagged make dist releases will contain a broken link in ChangeLog. Signed-off-by: Sami Kerola --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fab74fdbe..be7996332 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ mkinstalldirs compile depcomp install-sh +INSTALL missing libtool cscope.out -- cgit v1.2.3-55-g7522