[CELT-dev] configure in git repository
Timothy B. Terriberry
tterribe at xiph.org
Wed Apr 27 17:14:05 PDT 2011
> doing a sudo make install of libogg placed ogg.m4 into
> /usr/local/share/aclocal folder
>
> CELT's autogen.sh is looking for it in /usr/share/aclocal
>
> Is this difference something to do with Mac vs Linux ? I'm curious what
> platform the Celt team is developing on.
Ah, no. That's the default for locally-built packages. If you were on
Linux and had installed libogg through a package manager, it would have
been installed in /usr/share, but even on Linux, if you built it from
source it would have been put in /usr/local/share (unless you passed a
--prefix argument to configure to put it somewhere else). I was not
aware that autotools looked in one and not the other.
All of the core CELT devs develop on Linux.
More information about the celt-dev
mailing list