I'm trying to install autoconf 2.57 and get the error msg:- AUTOCONF-2.57/Makefile.maint:344: *** multiple target patterns. Stop.
Here is line 344 of Makefile.maint:-
.PHONY: $(get-targets)
$(get-targets):
$(WGET) $(url) -O $(target).t \
&& $(move_if_change) $(target).t $(target)
Can anyone give me a pointer to what is going wrong here?
--
John
