I just installed Autoconf 2.57, but when I try to ./configure automake
1.7.5 all I get is:
configure: error: Autoconf 2.54 or better is required.
Is it installed? Is it in your PATH? (try running `autoconf
--version')
Is it working? See also config.log for error messages before this
one.
On Sat, Jul 05, 2003 at 10:23:42AM +0200, Akim Demaille wrote:
>
> > This seems to make my NetBSD sed unhappy... Thoughts?
>
> I'm installing the following.
...
> - sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'
> + sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
==