Move the automake "foreign" directive from bootstrap.sh to configure.ac (#765)

Fixes #764.
This commit is contained in:
Hk 2018-07-02 13:06:42 -04:00 committed by Bruce A. Mah
parent 31819d81df
commit f64da9b9bc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -34,7 +34,7 @@ AC_CONFIG_AUX_DIR(config)
# Initialize the automake system
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(src/iperf_config.h)