summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Friedt <chrisfriedt@gmail.com>2021-06-05 07:57:27 -0400
committerJens Geyer <jensg@apache.org>2021-06-07 23:20:03 +0200
commit93a316c51d491d9ea51506bba1ab90bca5766b6e (patch)
treeb07dc853e3a384e2e0a48c81750d89def80956e0
parent29fb3464c948f26474a69cf345d29584f15513a0 (diff)
downloadthrift-93a316c51d491d9ea51506bba1ab90bca5766b6e.tar.gz
THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE
Patch: Christopher Friedt This closes #2405 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
-rwxr-xr-xbootstrap.sh2
-rwxr-xr-xconfigure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 1989437a0..d699909ce 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -61,4 +61,4 @@ autoheader
sed '/undef VERSION/d' config.hin > config.hin2
mv config.hin2 config.hin
autoconf
-automake --copy --add-missing --foreign
+automake --copy --add-missing
diff --git a/configure.ac b/configure.ac
index 5abfe498c..93d761d8c 100755
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_INIT([thrift], [0.15.0])
AC_CONFIG_AUX_DIR([.])
-AM_INIT_AUTOMAKE([1.13 subdir-objects tar-ustar])
+AM_INIT_AUTOMAKE([1.13 subdir-objects tar-ustar foreign])
PKG_PROG_PKG_CONFIG
AC_ARG_VAR([PY_PREFIX], [Prefix for installing Python modules.