On May 27, 2000, Linus Nilsson <[EMAIL PROTECTED]> wrote:
> All other targets work fine with BOTH BSD and GNU Make though and
> I'd love make clean to work with BSD make aswell.
Which version of automake are you using? The latest release will only
work with non-GNU makes after `make dist' (or `
The Libtool Team is pleased to announce patch release 1.3.5 of
GNU libtool. A complete tarball for libtool-1.3.5 will be
available from ftp://ftp.gnu.org/gnu/libtool and all GNU
mirror sites in the next few days, along with diffs and xdeltas
from release 1.3.4. In the mean time you can fet
Hi!
I'm having a problem with automake.
My project has a subdirectory named src/
Makefile.am at top level reads:
TAR = tar
SUBDIRS = src
Makefile.am in src/ reads:
AUTOMAKE_OPTIONS = no-dependencies
bin_PROGRAMS = yawm
yawm_SOURCES = client.c main.c new.c taskbar.c events.c misc.c screen.c \