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
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:
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
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
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
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