* 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
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
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
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
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
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