From 971b780d47558e4688316b6b35bb15989b1541d0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 21 Oct 2008 09:34:58 -0400 Subject: [PATCH] Get rid of empty AUTHORS file build: remove redundant AUTHORS file One can use the --foreign automake option to make it not enforce presence of an AUTHORS file. Signed-off-by: Jan Engelhardt Signed-off-by: Steve Dickson --- AUTHORS | 1 - Makefile.am | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 9205d1e..0000000 --- a/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -This is a dummy AUTHORS file to make automake happy. diff --git a/Makefile.am b/Makefile.am index ec8e832..88ae210 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = foreign + SUBDIRS = tools support utils linux-nfs MAINTAINERCLEANFILES = Makefile.in -- 2.39.2