Macro works OK, but aclocal says "macro `AM_PATH_GSL' not found in library"

Earnie Boyd earnie_boyd@yahoo.com
Tue Apr 8 07:04:00 GMT 2003


Dr. David Kirkby wrote:
> I copied the macro 'gsl.m4' from the GNU scientific library (latest
> version 1.3). The macro tests for the presence, version and path of
> the gsl library.
> 
> Running first automake and autoconf, no problems are reported. After
> this, the macro works as expected. But 'aclocal' reports an error:
> 
> % automake
> % autoconf
> % aclocal
> aclocal: configure.ac: 95: macro `AM_PATH_GSL' not found in library
> 

$ aclocal --help
Usage: aclocal [OPTIONS] ...


Generate `aclocal.m4' by scanning `configure.ac' or `configure.in'

   --acdir=DIR           directory holding config files
   --help                print this help, then exit
   -I DIR                add directory to search list for .m4 files
   --output=FILE         put output in FILE (default aclocal.m4)
   --print-ac-dir        print name of directory holding m4 files
   --verbose             don't be silent
   --version             print version number, then exit

Report bugs to <bug-automake@gnu.org>.

$

Does the above help any?

Earnie.



More information about the Gsl-discuss mailing list