[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need help in "deep" project ..
From: |
Bob Proulx |
Subject: |
Re: need help in "deep" project .. |
Date: |
Tue, 3 Jul 2007 13:03:40 -0600 |
User-agent: |
Mutt/1.5.9i |
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