> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes:
Roger> Is automake CVS available anonymously?
Roger> Sorry for being lame--I found it on Savannah.
The Savannah copy is frequently out-of-date.
The real automake can be found here:
http://sources.redhat.com/automake/
Tom
On Thu, Feb 28, 2002 at 11:38:11PM +, Roger Leigh wrote:
> At the moment, every possible
> installation directory is created, leaving unused empty directories
> after installation.
I have made two patches to implement this, and I have seen no problems
with my package. Now directories will on
On Thu, Feb 28, 2002 at 11:38:11PM +, Roger Leigh wrote:
> Is automake CVS available anonymously?
Sorry for being lame--I found it on Savannah.
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-pr
In a Makefile.am, I have the following (summary):
pkglibdir = $(cups_conf_serverbin)
cupsexec_filterdir = $(pkglibdir)/filter
if BUILD_CUPS
cupsexec_filter_PROGRAMS = rastertoprinter commandtoepson commandtocanon
endif
Thus, if --with-cups is given to configure, AM_CONDITIONAL is used to
conditi