Hello Harlan,
On Mon, Sep 19, 2005 at 08:34:43PM +0000, Harlan Stenn wrote:
> If I go to the top of the tree and run "autoreconf -vfi" the resulting
> Makefile.in files under sntp/ fail because they contain generated
> dependencies for .m4 files from ntp's m4/ subdir that are both not
> needed and not present.
I tried this with ntp-dev-4.2.0b-20050917 and saw nothing suspicious:
$ grep m4 sntp/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
-rm -rf $(top_srcdir)/autom4te.cache
I use a recent CVS build of Autoconf and Automake 1.9.6.
Could you please try them? Or could you tell us a more exact procedure
to reproduce the problem?
Stepan