Hi Stepan,
> I tried this with ntp-dev-4.2.0b-20050917 and saw nothing suspicious:
That's because I have not yet released this code.
If you visit http://ntp.isc.org/~stenn you'll see a tarball.
I believe you will have to run:
% autoreconf -vfi
in the top-level directory to get it back to th
Hi folks,
It seems that the *_DATA objects are verified twice
during make install. In the Makefile you find
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
*_DATA objects are verified on 2 paths:
1) install-am -> all-am -> $(DATA) -> *_DATA
2) install-am -> i
Hello Harlan,
On Mon, Sep 19, 2005 at 08:34:43PM +, 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