Ralf Wildenhues wrote: > * Roberto Alejandro Espí Muñoz wrote: > > AC_INIT([/src/main.cpp]) > > Also note that there is a new form of AC_INIT/AM_INIT_AUTOMAKE, > used and explained in the manual: > <http://sources.redhat.com/automake/automake.html#Hello-World>
To give an example, try using this instead of what you have now. AC_INIT([hmi], [0.3]) AM_INIT_AUTOMAKE([-Wall]) Bob