From: Francesco M. <f18...@ya...> - 2007-03-07 19:20:13
|
John Labenski ha scritto: > There's also a difference in the versions of the bakefile and autoconf versions. > > BAKEFILE_BAKEFILE_M4_VERSION="0.2.0" > BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.2" > > Giving you this message. > > "Versions of Bakefile used to generate makefiles 0.2.2 and configure > 0.2.0 do not match." > > If you just edit the configure script and change them both to 0.2.2 it > works. I can't find where these get set, but they're in the generated > files "aclocal.m4" and "autoconf_inc.m4" after running aclocal.sh. yes, exactly. If you have just upgraded your bakefile version to 0.2.2 you should remove those auto-generated .m4 files (i.e. "aclocal.m4" and "autoconf_inc.m4") and also the "autom4te.cache" folder and then rerun the bakefile_gen and acregen.sh script. If the mismatch persists, then you'll need to be sure that the directory returned by `aclocal --print-ac-dir` does contain the bakefile*.m4 files with the correct BAKEFILE_BAKEFILE_M4_VERSION string. HTH, Francesco |