aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 0fa016d..a93ee90 100755
--- a/bootstrap
+++ b/bootstrap
@@ -560,9 +560,10 @@ find "$m4_base" -name '*.m4' -depth -type l -xtype l -delete > /dev/null 2>&1
560 560
561# Reconfigure, getting other files. 561# Reconfigure, getting other files.
562 562
563aclocal_flags=`sed -n 's/ACLOCAL_AMFLAGS *=//p' Makefile.am`
563for command in \ 564for command in \
564 libtool \ 565 libtool \
565 'aclocal --force -I m4' \ 566 "aclocal --force $aclocal_flags" \
566 'autoconf --force' \ 567 'autoconf --force' \
567 'autoheader --force' \ 568 'autoheader --force' \
568 'automake --add-missing --copy --force-missing'; 569 'automake --add-missing --copy --force-missing';

Return to:

Send suggestions and report system problems to the System administrator.