RE: hacking in freebsd
"Hugo Meiland" <[email protected]>
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <[email protected]> |
> > Hugo Meiland <[email protected]> writes: > > AC_PROG_LIBTOOL is a macro which is delivered by the > libtool package > > in libtool<version>.m4, and you should probably copy this file from > > /usr/local/share/aclocal/ to arla/cf/ . > > > If you do it the "hard" way and just build the latest > versions of automake, autoconf, and libtool from source and > install them in $HOME/toolchain or smth and then prefix your > PATH with $HOME/toolchain, does it work? I find that there is > always something wrong with the standard/ports installation > on almost every OS I find, while building from scratch > usually does the trick. > A bit late... But yes, that does (off course) the trick, thanks for reminding... Hugo