autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Howto use autoconf-archive


From: Peter Simons
Subject: Re: Howto use autoconf-archive
Date: Wed, 21 Apr 2010 19:38:49 +0200

Hi guys,

 > It is also possible to let aclocal do the copying of files into `m4'
 > but based on your email it seems you aclocal doesn't know where
 > autoconf-archive macros are installed.

Gordon said that he calls "aclocal" without any flags. I don't know
Ubuntu, so I may be wrong, but it might be worth trying

  aclocal --install

or

  aclocal -I m4 --install

instead. The help string for the --install option says: "copy
third-party files to the first -I directory". Based on the assumption
that Ubuntu installs the archive's macros into a system location where
aclocal finds them, this should do the trick.

Of course, Peter Johansson's suggestion of calling

 > autoreconf -ivf

is probably going to do that transparently anyway.

I hope this helps,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]