make distclean fails for conditional nested package with VPATH build

2010-11-29 Thread Daily, Jeff A
I had a user point out that "make distclean" from within their VPATH build failed due to a missing, optional nested package. The nested package is called "tascel". I have in configure.ac: AC_ARG_ENABLE([tascel], [omit for brevity], [], [enable_tascel=no]) AM_CONDITIONAL([ENABLE_TASCEL], [test

Re: make distclean fails for conditional nested package with VPATH build

2010-11-29 Thread Ralf Wildenhues
Hello Jeff, * Daily, Jeff A wrote on Mon, Nov 29, 2010 at 11:04:04PM CET: > I had a user point out that "make distclean" from within their VPATH > build failed due to a missing, optional nested package. The nested > package is called "tascel". I have in configure.ac: > > AC_ARG_ENABLE([tascel],

RE: make distclean fails for conditional nested package with VPATH build

2010-11-29 Thread Daily, Jeff A
> -Original Message- > From: Ralf Wildenhues [mailto:ralf.wildenh...@gmx.de] > Sent: Monday, November 29, 2010 2:33 PM > To: Daily, Jeff A > Cc: automake@gnu.org > Subject: Re: make distclean fails for conditional nested package with VPATH > build > > Hello Jeff, > > * Daily, Jeff A wrote