From 93a316c51d491d9ea51506bba1ab90bca5766b6e Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Sat, 5 Jun 2021 07:57:27 -0400 Subject: THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE Patch: Christopher Friedt This closes #2405 Signed-off-by: Christopher Friedt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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. -- cgit v1.2.1