On my box (Slackware 2.4.18) I have autoconf 2.53 installed from the original distr. While trying to compile a new ver of autoconf (2.57) i got
==snip-snip=== $ make cd . && /bin/sh /home/woo/autoconf-2.57/config/missing --run autoconf aclocal.m4:46: error: Autoconf version 2.54 or higher is required aclocal.m4:46: the top level make: *** [configure] Error 1 ==snip-snip=== So then I obtained 2.54, I tried to compile it....No success ==snip-snip=== $make cd . && /bin/sh /home/woo/autoconf-2.54/config/missing --run autoconf aclocal.m4:46: error: Autoconf version 2.53b or higher is required aclocal.m4:46: the top level make: *** [configure] Error 1 ==snip-snip=== What's wrong?
