summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-23 23:59:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-24 00:02:55 -0700
commite70e1404bb879d4e843d2b7b3c9303fbe0b065e8 (patch)
tree40695eb8e6d6c03c6efa562ae9893ee94bf7bb27
parent495b4c6d30caac171ca992a6e4c355feb2232009 (diff)
Delete empty AUTHORS, NEWS, & INSTALL files
Requires telling automake this is a 'foreign' package, not a GNU one. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--AUTHORS0
-rw-r--r--INSTALL0
-rw-r--r--NEWS0
-rw-r--r--configure.ac2
4 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index e69de29..0000000
--- a/AUTHORS
+++ /dev/null
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index e69de29..0000000
--- a/INSTALL
+++ /dev/null
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/configure.ac b/configure.ac
index 07dbded..d460cfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS