This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

aclocal rerun problem


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]