Keresztfalvi Gabor <[EMAIL PROTECTED]> writes:
> I'm wondering why the snapshot Makefile, generated by ./configure, calls
> autoheader?
Which makefile? The toplevel Makefile or src/Makefile, or...?
> It should be already called upon creating the snapshot, so the
> user without autoconf package should be able to compile the snapshot.
> Indeed this problem exists for a while, but didn't annoy me, till 0.1.11.
> Now it complains, that my autoconf is under 2.13. And it's right! :) I have
> only autoconf-2.12...
You probably want to upgrade to 2.13 anyway. The particular 2.13
feature I use seems to be AC_SEARCH_LIBS, and I have been doing that
for a long time (at least since February 27, according to cvs
annotate)...
> The "bad" part of the Makefile is:
> $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
> cd $(top_srcdir) && $(AUTOHEADER)
> @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
> If I cut $(AUTOHEADER) then everything is fine...
config.h.in is generated automatically from configure.in and
acconfig.h, and this rule says how and when to do that. If it is
invoked, it is probably because either (i) you have edited
configure.in or acconfig.h, or (ii) for some reason stamp-h.in doesn't
exist or has the wrong timestamp.
> (Almost... lshd coredumps if:
> - I try the compression
> - I try ssh2 as client)
Error messages, and -v or --debug output, please.
Best regards,
/Niels