Commit 22489e0c authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Tollef Fog Heen

Invoke libtoolize before aclocal.

libtoolize was overwriting m4/libtool.m4, which aclocal.m4 depended on
and needed aclocal to update. This caused the autotools files to be
updated, triggering a second configure run on first build.
parent ebba85fe
......@@ -41,8 +41,8 @@ fi
set -ex
aclocal -I m4
$LIBTOOLIZE --copy --force
aclocal -I m4
autoheader
automake --add-missing --copy --foreign
autoconf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment