Something occurred to me: the `make` command is the standard Mavericks
binary:

GNU Make 3.81
> Copyright (C) 2006  Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
> This program built for i386-apple-darwin11.3.0
>


> which make
> /usr/bin/make


Does this also have to be under the same prefix tree?



On 19 June 2014 12:31, Jeffrey Sheen <[email protected]> wrote:

> Werner,
>
> Each of the tools resides under `/opt/local/bin/`
>
>
>> which m4
>> /opt/local/bin/m4
>
>
>
>> which glibtoolize
>> /opt/local/bin/glibtoolize
>
>
>
>>  which autoconf
>> /opt/local/bin/autoconf
>
>
>
>> which automake
>> /opt/local/bin/automake
>
>
>
> On 19 June 2014 12:20, Werner LEMBERG <[email protected]> wrote:
>
>> > Now, aside from `libtoolize` being named `glibtoolize` (which
>> > appears to be catered for in `autogen.sh`), all GNU autotools are up
>> > to date.
>>
>> And are they all installed in the same prefix tree, e.g., /usr/local?
>> This is quite important!
>>
>> > My `configure.ac` does contain many macros that start "AC_".
>>
>> This is correct.
>>
>> > Are you saying that this should not be the case, or that these
>> > should be in the static file, and should be being replaced at
>> > runtime by `autoconf`?
>>
>> The latter.
>>
>>
>>     Werner
>>
>
>
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to