Re: Using automake/autoconf with Libtool

2005-08-30 Thread Ralf Wildenhues
* Tommy Nordgren wrote on Tue, Aug 30, 2005 at 11:00:26PM CEST: > How do you maintain a build system based on the GNU autotools, when > some of the tools have different names on some machines. > Specifically, gnu libtool is installed as glibtool, > and libtoolize is installed as glibtool. If you

Using automake/autoconf with Libtool

2005-08-30 Thread Tommy Nordgren
How do you maintain a build system based on the GNU autotools, when some of the tools have different names on some machines. Specifically, gnu libtool is installed as glibtool, and libtoolize is installed as glibtool. The reason for this is that mac OS X / Darwin have a tool called libtool, wh

Re: archives down?

2005-08-30 Thread Ralf Wildenhues
Hi Tom, * tom fogal wrote on Tue, Aug 30, 2005 at 08:59:52PM CEST: > The recent archives for this list seem to be missing from the website. > >No messages here yet Look here: http://lists.gnu.org/archive/html/automake/ Cheers, Ralf

archives down?

2005-08-30 Thread tom fogal
The recent archives for this list seem to be missing from the website. No messages here yet No messages have been sent to automake during this time period yet. Please check back again later. From: http://sources.redhat.com/ml/automake/2005-08/ -tom

How to pass '-p' flag to "install"?

2005-08-30 Thread Peter Simons
Hi, I need to specify the '-p' flag when "/usr/bin/install"ing things because I have to retain the original timestamps of the files -- regardless of whether it's a binary, a header file, or just data. So I figured that running $ ./configure INSTALL="/usr/bin/install -p" would do the trick, but

Re: non-recursive automake advice?

2005-08-30 Thread Stepan Kasal
Hello Bob, > % time gmake > gmake all-am > gmake[1]: Entering directory > `/scratch/bfriesen/build/GraphicsMagick-16-static' > gmake[1]: Leaving directory `/scratch/bfriesen/build/GraphicsMagick-16-static' > gmake 0.78s user 0.10s system 88% cpu 0.990 total > % > > Note that the messages appea