Paul Menzel <[email protected]> writes: > I ran a build from scratch with `EXTRA_AUTORECONF = "--exclude=autopoint"` > from `autotools.bbclass` and did not see any regressions.
There are regressions in projects using 'intltool' (e.g. 'pmount'); ./configure will fail with 'po/Makefile.in.in was not created by intltoolize' there. A solution might be the swapping of 'intltoolize' + 'autoreconf' calls in autotools.bbclass. I did not extensive tests yet but this swapping might be (independent from '--exclude=autopoint' removal) a good idea because 'intltoolize' checks for 'intltool.m4' version information in 'aclocal.m4' which are added by 'autoreconf'. Enrico _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
