From: Rafael L. <lab...@ps...> - 2003-03-25 15:11:41
|
* Rafael Laboissiere <lab...@ps...> [2003-03-25 15:02]: > * Maurice LeBrun <mj...@ga...> [2003-03-25 06:23]: > > > Maurice LeBrun writes: > > > Can anyone tell me what versions of autoconf/automake/libtool etc are > > > working for you? Today I tried a new checkout of plplot on Solaris > > > and got a very long list of errors when running bootstrap.sh. E.g. > > > > > > tonga$ ./bootstrap.sh > > > Running aclocal (GNU automake) 1.7...aclocal: couldn't open directory > > > `/usr/share/libtool/libltdl': No such file or directory > > > done > > > ... > > > Aside: the first error about looking under /usr/share/libtool/libltdl is > > > really strange.. I run everything local to my account -- > > > > Ahem. > > > > tonga$ fgrep /usr/share * > > bootstrap.sh: -I /usr/share/libtool/libltdl > > bootstrap.sh:aclocal_opts=${aclocal_opts:="-I /usr/share/libtool/libltdl"} > > > > Not cool. Surely there is a better way? > > Sure, this is a hack. Even worse: not documented. [...] I meant: not very well documented. Indeed: $ ./bootstrap.sh --help Usage: ./bootstrap.sh [OPTIONS] [ACLOCAL OPTIONS] Options: --version=VER --date-version --help aclocal options usually look like: -I /usr/share/libtool/libltdl -- Rafael |