Daniel Stenberg wrote:
On Tue, 29 Sep 2009, Yang Tse wrote:

Just realised that these 5 files aren't in the version control system repository, so then it must be a packaging issue which is also affecting daily libssh2 snapshots.

Weird. It's quite unclear to me how _any_ files in the m4 subdirectory end up in the tarball. It seems that's some kind of default or possibly the ACLOCAL_AMFLAGS variable triggers it.

I've seen the same problem with another "configure" script.
It seems that libtool creates a script that does not set the
"echo" and "ECHO" environment variables.

The following work-around helps continue compiling, although it
does not solve the root-problem:

    $ echo=echo; ECHO=echo; export echo ECHO
    $ make

Heiner
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to