Move the automake "foreign" directive from bootstrap.sh to configure.ac (#765)
Fixes #764.
This commit is contained in:
parent
31819d81df
commit
f64da9b9bc
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user