summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2014-08-28 10:23:28 -0700
committerAaron Plattner <aplattner@nvidia.com>2014-08-29 10:16:08 -0700
commitf8f18bfde792e0de2d51ef02dc96707318c1aafb (patch)
treef602e76754b3cc67d696abfffef07f70360a70b6
parenta7cc3fa5760b8915853223f487f054c9100c2795 (diff)
Set the AM_INIT_AUTOMAKE foreign flag
Turning on 'foreign' lets us delete pointless files like AUTHORS and NEWS. Interested parties can get the author list using 'git log | git shortlog -s'. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--AUTHORS5
-rw-r--r--NEWS0
-rw-r--r--README0
-rw-r--r--configure.ac2
4 files changed, 1 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 5687353..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,5 +0,0 @@
-Wladimir J. van der Laan
-Aaron Plattner
-Rajib Mahapatra
-José Hiram Soltren
-Andy Ritger
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/README b/README
deleted file mode 100644
index e69de29..0000000
--- a/README
+++ /dev/null
diff --git a/configure.ac b/configure.ac
index e5bb1f4..4b78eaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT(vdpauinfo,[0.1],[xorg@lists.freedesktop.org],vdpauinfo)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE
AC_PROG_CXX