bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] bootstrap: remove some now-unneeded code


From: Jim Meyering
Subject: Re: [PATCH] bootstrap: remove some now-unneeded code
Date: Mon, 16 Jan 2012 19:02:32 +0100

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

[Prev in Thread] Current Thread [Next in Thread]