summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-09-11 00:16:30 +0200
committerGitHub <noreply@github.com>2016-09-11 00:16:30 +0200
commite541456ee75fae1ad3f9fd9c8016d2623eb4b80c (patch)
tree08122835a45c9ad196a1e46515f86013d6f587d0
parentc5da1cc934d5c75b109e2cc81398cb6cb4b37d92 (diff)
parent60e5fc7c576efe7ba03ebfe7418de7e667a9c724 (diff)
Merge pull request #36 from obnoxxx/issue-21
build: remove foreign from AM_INIT_AUTOMAKE - generate INSTALL again
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdf8d42..b4dee00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([Tinyproxy], [tinyproxy_version],
[tinyproxy])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz])
+AM_INIT_AUTOMAKE([dist-bzip2 dist-xz])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4macros])