summaryrefslogtreecommitdiff
path: root/bootstrap.sh
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 /bootstrap.sh
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>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 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