diff options
author | Brent Cook <bcook@openbsd.org> | 2015-06-13 22:31:26 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-06-13 22:31:26 -0500 |
commit | 407c7cd1f52c7ba9b885980a18904ff98c31a9d9 (patch) | |
tree | a04c1ae9f9f1ad62a93c06cddcb45f1e4f2216e8 | |
parent | b091d23685dd59185b0b8e8e23786a452f622b16 (diff) | |
download | portable-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-- | AUTHORS | 0 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
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/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])) | |||
18 | AC_SUBST([LIBTLS_VERSION], m4_esyscmd([tr -d '\n' < tls/VERSION])) | 18 | AC_SUBST([LIBTLS_VERSION], m4_esyscmd([tr -d '\n' < tls/VERSION])) |
19 | 19 | ||
20 | AC_CANONICAL_HOST | 20 | AC_CANONICAL_HOST |
21 | AM_INIT_AUTOMAKE([subdir-objects]) | 21 | AM_INIT_AUTOMAKE([subdir-objects foreign]) |
22 | AC_CONFIG_MACRO_DIR([m4]) | 22 | AC_CONFIG_MACRO_DIR([m4]) |
23 | 23 | ||
24 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | 24 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |