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]

Re: Why does 'make install' place gsl.m4 into $prefix/share/aclocal ?


The installation of gsl.m4 into $prefix/share/aclocal is correct.

Programs that use GSL should be distributed with a ./configure file
which has all macros already compiled in. This means .m4 files are
never an issue for users, who only run ./configure and do not run
aclocal or automake.

Developers who do run aclocal will need to have gsl.m4 installed
correctly before they start.  It's generally assumed that they will do
this manually.  Alternatively you can put a copy of gsl.m4 in a
macros/ subdirectory and tell them to use 'aclocal -I ./macros'

Brian


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