Re: [nts] bootstrap patch

Harlan Stenn <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.patches
Message-ID <[email protected]>
I haven't looked carefully, but it seems that this will add a few
instances of :: to ACLOCAL_PATH.  Is that OK?

H

On 8/16/2017 10:41 AM, Bruce Korb wrote:
> This fixes the "I don't know anything about libtool" error message.
> Autoconf needs to be fixed, but meanwhile:
> 
> bootstrap: 1.49 1.50 bkorb 17/08/16 10:38:39 (modified, needs delta)
> 
> @@ -155,6 +155,12 @@ cp depsver.mf sntp/
> 
>  cp bincheck.mf sntp/
>  cp depsver.mf sntp/
> +export ACLOCAL_PATH=${ACLOCAL_PATH}:
> +test -d /usr/local/share/aclocal && \
> +    ACLOCAL_PATH=${ACLOCAL_PATH}:/usr/local/share/aclocal:
> +test -d /usr/share/aclocal && \
> +    ACLOCAL_PATH=${ACLOCAL_PATH}:/usr/share/aclocal:
> +ACLOCAL_PATH=${ACLOCAL_PATH%:}
> 
>  ${AUTORECONF} -i -v "$@"
> 

-- 
Harlan Stenn, Network Time Foundation
http://nwtime.org - be a Member!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.