Don't remake aclocal.m4 and configure after autogen.sh && configure.
Call aclocal after libtoolize, as otherwise `make` will remake aclocal.m4 and configure due to aclocal.m4 being older than libtool macros installed to m4/ by libtoolize.
This commit is contained in:
@ -85,8 +85,8 @@ if test x$AUTOHEADER = x; then
|
||||
fi
|
||||
fi
|
||||
|
||||
run $ACLOCAL $ACLOCAL_FLAGS || die "Can't execute aclocal"
|
||||
run $LIBTOOLIZE $LIBTOOLIZE_FLAGS || die "Can't execute libtoolize"
|
||||
run $ACLOCAL $ACLOCAL_FLAGS || die "Can't execute aclocal"
|
||||
run $AUTOHEADER || die "Can't execute autoheader"
|
||||
run $AUTOMAKE $AUTOMAKE_FLAGS || die "Can't execute automake"
|
||||
run $AUTOCONF || die "Can't execute autoconf"
|
||||
|
||||
Reference in New Issue
Block a user