On Fri, Sep 27, 2002 at 11:17:59PM +0200, Grzegorz Adam Hankiewicz wrote: > On Thu, Sep 26, 2002 at 06:21:19PM -0500, Art Haas wrote: > > If you have a relatively new automake/aclocal, the easiest way > > to tell aclocal to look in the /usr/share/aclocal directory is > > to create a file called "dirlist" in the /usr/local/share/aclocal > > directory, and the file should have the line > > Looks like my version doesn't support this, so I ended with the symlinks. > > > There's more info about this in the automake info pages in the > > 'Macro search path' page. I just added a dirlist file to the > > /usr/local/share/aclocal directory to handle just the sort of thing > > you're dealing with, and things have worked smoothly with it there. > > This definitely shows it, since there's no such page in my info version. >
The "destdir" support was added in automake-1.7. I'd been using automake from CVS, so even though the version I'd been using was 1.6 (1.6c, 1.6d, etc), I was really using what was to become 1.7. Maybe you may want to try using 1.7 to get this functionality? Art Haas -- They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin Franklin, Historical Review of Pennsylvania, 1759 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
