|
From: Daniel G. <li...@da...> - 2006-03-24 14:52:28
|
Am Freitag 24 M=E4rz 2006 15:34 schrieb Hans-Bernhard Br=F6ker: > Daniel Graupner wrote: > This may be a good time to complain to the FreeBSD people about > installing obviously flawed automake macros into your system. Well, automake is gnu automake19 from the ports tree... > This a problem with your make: it failed to substitute "$<" in the rule > for building Makefile.am.in. autoconf/automake is a little picky. It > expects people who use it to have a fully GNUified work setup, including > a 'make' that is actually GNU make. Our 'prepare' script makes similar > requirements. OK, I substituted make with gmake in the prepare script. There are a lot of= =20 warnings but it finishes now and I can build gnuplot. Seems to work. Thanks for the hint, Daniel. |