I am noticing that autoreconf passes the "-warning=cross" parameter to other tools like aclocal, automake, which these tools reject with warnings like bellow.
These are with latest versions of autoreconf: 2.68 & automake:1.11.1, aclocal:1.11.1 Is there any fix which would avoid these warnings ? Thanks, Nitin NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I/disk0/pokybuild/build-multilib-x32-qemu/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /disk0/pokybuild/build-multilib-x32-qemu/tmp/work/x86_64-x32-poky-linux-gnux32/file-5.04-r2/file-5.04/aclocal-copy/ autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I /disk0/pokybuild/build-multilib-x32-qemu/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /disk0/pokybuild/build-multilib-x32-qemu/tmp/work/x86_64-x32-poky-linux-gnux32/file-5.04-r2/file-5.04/aclocal-copy/ -I /disk0/pokybuild/build-multilib-x32-qemu/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /disk0/pokybuild/build-multilib-x32-qemu/tmp/work/x86_64-x32-poky-linux-gnux32/file-5.04-r2/file-5.04/aclocal-copy/ --force --warnings=cross aclocal: unknown warning category `cross'