This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl header files placement (CVS version)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]