From: Michal B. <mic...@ti...> - 2008-12-12 14:32:34
|
Hi, i'm trying to use bakefiles system included in wxcode (latest SVN version), but I cannot create configuration files because of this error: configure.ac:21: error: possibly undefined macro: m4_include If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:4192: error: possibly undefined macro: AC_BAKEFILE I tried to call ./acregen.sh in several components (wxsqlite3, advtable,...), but it always failed with the same error. Moreover, If I try to create makefiles using the bakefile in my projects, the process fails with message: [4/9] generating gnu from wxsf.bkl /home/michal/Src/Projekty/wxCode/build/bakefiles/presets/wxcode.bkl:23: error: Please use the current stable branch as WX_VERSION option default and not $(shell $(WX_CONFIG) --selected-config | sed -e 's/.*-\([0-9]*\)\.\([0-9]*\)$$/\1\2/')! included from /home/michal/Src/Projekty/wxCode/components/shapeframework/build/wxsf.bkl:57 The same configuration files worked with bakefile 2.3. Any idea what is broken? I use Ubuntu 8.10 with bakefile 2.5, autoconf 2.61 and aclocal 1.10.1 Regards Michal |