aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorHk <8922964+rollingslack@users.noreply.github.com>2018-07-02 13:06:42 -0400
committerBruce A. Mah <bmah@kitchenlab.org>2018-07-02 10:06:42 -0700
commitf64da9b9bc8c4aeab9a031b75c992ad2a13d6b5b (patch)
treefcbc4a0c04885824081f8af590ffde8489c2dd9c /bootstrap.sh
parent31819d81df6adf7cad2c3e88caf5a90adb408a3e (diff)
downloadiperf3-f64da9b9bc8c4aeab9a031b75c992ad2a13d6b5b.tar.gz
Move the automake "foreign" directive from bootstrap.sh to configure.ac (#765)
Fixes #764.
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 73511fb..b0ffdc3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -49,6 +49,6 @@ set -x
$libtoolize --copy --force --automake
aclocal -I config
autoheader
-automake --foreign --add-missing --copy
+automake --add-missing --copy
autoconf
rm -rf config.cache