gsl header files placement (CVS version)
Brian Gough
bjg@network-theory.co.uk
Mon Oct 18 17:00:00 GMT 2004
Giulio Bottazzi writes:
> Hi,
> the last cvs version seems to place the header files gsl_*.h in the
> include directory (e.g. /urs/local/include/) rather than in a gsl
> subdirectory (e.g. /usr/local/include/gsl/). Is this an intended feature
> or a bug?
Hello,
We still use pkginclude_ targets in Automake so everything should be
installed under a /gsl/ subdirectory.
Most likely it is difference in how your checked-out cvs version is
configured with libtool/autoconf/automake causing the 'package'
variable to be undefined. Then things are installed in
/usr/local/include// because the package name is empty, causing a //.
For reference I use,
libtoolize --automake
aclocal -I /opt/libtool-1.4.3/share/aclocal/
automake --add-missing --gnu
autoconf
./configure --enable-maintainer-mode
--
Brian Gough
More information about the Gsl-discuss
mailing list