I have a configure.in file, I can generate configure file
from this(by autoconf) and which can subsequently give me Makefile for my project.
My question is as I want to do cross
compilation, where target board options can be given in configure.in file( m4 macros), so tjhat generated...