[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nts] bootstrap patch
From: |
Harlan Stenn |
Subject: |
Re: [nts] bootstrap patch |
Date: |
Wed, 16 Aug 2017 12:59:53 -0700 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
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!
- bootstrap patch, Bruce Korb, 2017/08/16
- Re: [nts] bootstrap patch,
Harlan Stenn <=