|
From:
<br...@ph...> - 2005-06-28 15:39:47
|
Christopher Cordell wrote:
> I tried the sample unix makefile with no success so then I grabbed
> the required versions of autoconf, m4, etc. and tried to follow the
> directions on the page.
Looks like you also need a different 'make' --- GNU make should do,
or any other one that gets the $< reference in config/Makefile.am.in
correctly expanded:
> sed -n '/^##m4-files-end/,$p' >> Makefile.amt
^^--- there's supposed to be a
Makefile.am.in inserted here, but it's not.
It's generally quite tricky to build CVS versions of completely auto*'ed
packages like gnuplot on any not completely GNUed-up platform.
|