summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 084b5efeef..edec9ebc2c 100755
--- a/buildconf
+++ b/buildconf
@@ -93,6 +93,8 @@ fi
./scripts/preconfig
+libtoolize --automake $automake_flags --force
+
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then