Re: make distcheck problem

2004-01-14 Thread Tom Tromey
> "Lars" == Lars Hecking <[EMAIL PROTECTED]> writes: Lars> if BUILD_SRC_BEOS_SUBDIR Lars> d_beos = beos Lars> endif Lars> SUBDIRS = $(d_beos) Lars> If I run make distcheck in the top level directory, it bombs out at Lars> one point because the beos subdir doesn't exist. Is this a bug in Lar

make distcheck problem

2004-01-13 Thread Lars Hecking
I have the following in a Makefile.am: if BUILD_SRC_BEOS_SUBDIR d_beos = beos endif SUBDIRS = $(d_beos) where BUILD_SRC_BEOS_SUBDIR is from an AM_CONDITIONAL in configure.in. BUILD_SRC_BEOS_SUBDIR is not defined because I'm not building on BeOS. The directory structure is top level top le