You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2021/06/07 21:20:38 UTC

[thrift] branch master updated: THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE Patch: Christopher Friedt

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 93a316c  THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE Patch: Christopher Friedt
93a316c is described below

commit 93a316c51d491d9ea51506bba1ab90bca5766b6e
Author: Christopher Friedt <ch...@gmail.com>
AuthorDate: Sat Jun 5 07:57:27 2021 -0400

    THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE
    Patch: Christopher Friedt
    
    This closes #2405
    
    Signed-off-by: Christopher Friedt <ch...@gmail.com>
---
 bootstrap.sh | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 1989437..d699909 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 5abfe49..93d761d 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.