tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New configure test for make fails


From: Kai Großjohann
Subject: New configure test for make fails
Date: Sun, 20 Jul 2003 19:48:24 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

When I do "make savannah", it invokes ./configure.  And that
invocation fails when testing for the right make version.

I added the following line to the configure script:

echo "xyzzy$(${MAKE} -f test.makefile 123)xyzzy"

With this line, I see the following output from ./configure, called by
"make savannah":

/----
| scp tramp-2.0.36.tar.gz address@hidden:/upload/tramp
| tramp-2.0.36.tar.gz                           100%  256KB  49.9KB/s   00:05   
 
| ./configure
| configure: Tramp 2.0.36
| checking for make... make
| xyzzymake[1]: Entering directory `/data/home/kai/work/gnu/tramp'
| 123
| make[1]: Leaving directory `/data/home/kai/work/gnu/tramp'xyzzy
| checking for reasonable make version... nok
| configure: error: make is not up-to-date, you need at least GNU make 3.76
| make: *** [savannah] Error 1
\----

Weird, huh?  Maybe ${MAKE} is set wrongly?  Lessee now...  No,
another statement shows that ${MAKE} is just "make", without the
additional -C argument that I expected.

What to do?
-- 
~/.signature




reply via email to

[Prev in Thread] Current Thread [Next in Thread]