summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-01 00:30:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-02 00:04:21 -0700
commit41038878afe77bc8aa6f42739be41470fbcbd9b0 (patch)
treeca983c7d86311ae38207a04a68aa8fffb6c25f35
parentc832802e101dad2cb8d9724a7a08c098df869e63 (diff)
This is not a GNU project, so declare it foreign.
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 55ca68d..fc0983f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_HOST
# Initialize Automake
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Set common system defines for POSIX extensions, such as _GNU_SOURCE