Eric Blake wrote:
...
> diff --git a/build-aux/bootstrap b/build-aux/bootstrap
...
> @@ -758,7 +758,7 @@ fi
>  # Autoreconf runs aclocal before libtoolize, which causes spurious
>  # warnings if the initial aclocal is confused by the libtoolized
>  # (or worse out-of-date) macro directory.
> -if grep '^[    ]*LT_INIT' configure.ac >/dev/null; then
> +if test $use_libtool = 1; then
>    echo "running: $LIBTOOLIZE --copy --install"
>    $LIBTOOLIZE --copy --install
>  fi

Thanks.

Reply via email to