Re: gmake vs. ucb make and SUBDIRS

2000-05-27 Thread Alexandre Oliva
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 `

ANNOUNCE: libtool-1.3.5 released

2000-05-27 Thread Gary V. Vaughan
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

gmake vs. ucb make and SUBDIRS

2000-05-27 Thread Linus Nilsson
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 \