diff options
author | Michael Adam <obnox@samba.org> | 2016-09-11 00:16:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-11 00:16:30 +0200 |
commit | e541456ee75fae1ad3f9fd9c8016d2623eb4b80c (patch) | |
tree | 08122835a45c9ad196a1e46515f86013d6f587d0 | |
parent | c5da1cc934d5c75b109e2cc81398cb6cb4b37d92 (diff) | |
parent | 60e5fc7c576efe7ba03ebfe7418de7e667a9c724 (diff) |
Merge pull request #36 from obnoxxx/issue-21
build: remove foreign from AM_INIT_AUTOMAKE - generate INSTALL again
-rw-r--r-- | configure.ac | 2 |
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]) |