From 407c7cd1f52c7ba9b885980a18904ff98c31a9d9 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 13 Jun 2015 22:31:26 -0500 Subject: set 'foreign' flag in automake Avoid warnings about following GNU standards, since this is not a GNU project. Thanks to Doug Hogan for pointing this out. --- AUTHORS | 0 NEWS | 0 configure.ac | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 AUTHORS delete mode 100644 NEWS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e69de29..0000000 diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29..0000000 diff --git a/configure.ac b/configure.ac index 0c71d91..8fe9339 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_SUBST([LIBSSL_VERSION], m4_esyscmd([tr -d '\n' < ssl/VERSION])) AC_SUBST([LIBTLS_VERSION], m4_esyscmd([tr -d '\n' < tls/VERSION])) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([subdir-objects]) +AM_INIT_AUTOMAKE([subdir-objects foreign]) AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.3-55-g6feb