Re: distcheck and AC_CONFIG_SUBDIRS

2006-01-16 Thread Harlan Stenn
Thanks very much Ralf, I really appreciate this! I have been working on this code for so long there are things I simply don't see anymore - the code has spanned *many* versions of the auto* tools. H

Re: distcheck and AC_CONFIG_SUBDIRS

2006-01-16 Thread Ralf Wildenhues
Hi Harlan, * Harlan Stenn wrote on Mon, Jan 16, 2006 at 10:25:02AM CET: > > ftp://ftp.eecis.udel.edu/pub/ntp/ntp4/testing/ntp-dev-ag.tar.gz First issue that pops up: configure -C cp Makefile Makefile-1 ./config.status --recheck ./config.status diff Makefile-1 Makefile is not empty:

Re: distcheck and AC_CONFIG_SUBDIRS

2006-01-16 Thread Stepan Kasal
Hello, On Sat, Jan 14, 2006 at 10:55:08PM +, Harlan Stenn wrote: > "make distcheck" is failing, apparently because the Makefile in the > tear-off subdir is getting "cleaned" twice, once in as part of the > top-level Makefile SUBDIRS list and again as part of the SUBDIRS list in > the tear-off

Re: distcheck and AC_CONFIG_SUBDIRS

2006-01-16 Thread Harlan Stenn
Hi Ralf, > Pardon my language ignorance: what do you mean by "tear-off package"? > Could you post the code that exemplifies this? NTP includes an SNTP implementation. If you get an ntp tarball you also get the sntp subdir. The configure.ac includes an AC_CONFIG_SUBDIRS(sntp). It is possible fo

Re: distcheck and AC_CONFIG_SUBDIRS

2006-01-16 Thread Ralf Wildenhues
Hi Harlan, * Harlan Stenn wrote on Sat, Jan 14, 2006 at 11:55:08PM CET: > > The top-level package uses a library in a subdir of the tear-off > package. > > "make distcheck" is failing, apparently because the Makefile in the > tear-off subdir is getting "cleaned" twice, once in as part of the > t

distcheck and AC_CONFIG_SUBDIRS

2006-01-14 Thread Harlan Stenn
I have a package that includes a tear-off subdir. The top-level package uses a library in a subdir of the tear-off package. "make distcheck" is failing, apparently because the Makefile in the tear-off subdir is getting "cleaned" twice, once in as part of the top-level Makefile SUBDIRS list and ag