aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-06-13 22:31:26 -0500
committerBrent Cook <bcook@openbsd.org>2015-06-13 22:31:26 -0500
commit407c7cd1f52c7ba9b885980a18904ff98c31a9d9 (patch)
treea04c1ae9f9f1ad62a93c06cddcb45f1e4f2216e8
parentb091d23685dd59185b0b8e8e23786a452f622b16 (diff)
downloadportable-407c7cd1f52c7ba9b885980a18904ff98c31a9d9.tar.gz
portable-407c7cd1f52c7ba9b885980a18904ff98c31a9d9.tar.bz2
portable-407c7cd1f52c7ba9b885980a18904ff98c31a9d9.zip
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.
-rw-r--r--AUTHORS0
-rw-r--r--NEWS0
-rw-r--r--configure.ac2
3 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/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
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]))
18AC_SUBST([LIBTLS_VERSION], m4_esyscmd([tr -d '\n' < tls/VERSION])) 18AC_SUBST([LIBTLS_VERSION], m4_esyscmd([tr -d '\n' < tls/VERSION]))
19 19
20AC_CANONICAL_HOST 20AC_CANONICAL_HOST
21AM_INIT_AUTOMAKE([subdir-objects]) 21AM_INIT_AUTOMAKE([subdir-objects foreign])
22AC_CONFIG_MACRO_DIR([m4]) 22AC_CONFIG_MACRO_DIR([m4])
23 23
24m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 24m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])