From: Marcelo V. <mv...@vm...> - 2009-02-06 03:48:35
|
Josh Rickmar wrote: > Sorry, but I don't have any experience with automake and autoconf. I > applied the patch, but when running autoconf, I get an error saying that > my version is wrong. I am using autoconf 2.62, but it says that it won't > work because it was made with version 2.61. I checked, and I can't find > 2.61 in the ports tree. > > Again, sorry for the slightly off-topic error. What should I try doing > instead? You should run "make distclean" (not sure if it's strictly necessary but it doesn't hurt) and then "autoreconf --install". That will recreate the configure script. The just run ./configure / gmake. -- - Marcelo |