From: Francesco M. <f18...@ya...> - 2005-11-21 23:03:17
|
Hi all, I would like to inform everyone using acregen.sh script that I committed to the build\ folders of all bakefile-based components the new acregen.sh script. So, do a cvs update on your repositories before using it ;) This adds two useful features: 1) it checks the aclocal version you are using and if < 1.9.6, then it tells you to update your automake package. In fact, since 1.9.6 is quite new many probably still have older versions (which do not work). This will help not to loose time against the strange error message given out by aclocal < 1.9.6 2) ability to be run from any dir: instead of always doing: cd build ./acregen.sh cd .. ./configure to try out the new configure script, you can now do just build/acregen.sh ./configure Hope this will be useful, Francesco |