This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
aclocal rerun problem
- To: automake@gnu.org
- Subject: aclocal rerun problem
- From: Feiyi Wang <fwang2@mcnc.org>
- Date: Wed, 26 May 1999 17:35:34 -0400
- Organization: Advanced Networking Group, MCNC
Hi,
I generated a "configure" script on a linux box using autoconf 2.13, and
run it on a freebsd box (with autoconf 2.12 installed). It generate
Makefile with no problem, but when I run "make", it tried to re-run
aclocal, automake, autoconf, therefore gave the following error. My
understanding of autoconf is once you have the "configure", it should
not depend on whether or not target system has autoconf installed, not
mention to even re-run it, am i missing something here?
Thanks
Feiyi
------------------------------
cd . && aclocal
cd . && automake --gnu Makefile
cd . && autoconf
FATAL ERROR: Autoconf version 2.13 or higher is required for this script
make: *** [configure] Error 2