autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Noobie question about doing "src" dirs


From: Stepan Kasal
Subject: Re: Noobie question about doing "src" dirs
Date: Wed, 31 May 2006 21:39:00 +0200
User-agent: Mutt/1.4.2.1i

Hello,

On Wed, May 31, 2006 at 12:27:42PM -0700, Douglas Phillipson wrote:
> You no longer need these anymore??
> 
> AC_INIT(src/hello.c)
> AM_INIT_AUTOMAKE(hello,1.1)
> AC_PROG_CC
> AC_PROG_INSTALL

Of course you do.  We were not just speaking about the tail of
configure.ac; you start with AC_INIT, then continue with various macros
and shell code to achieve what you need for your package, and end
with AC_OUTPUT.

The following tutrial might help you:
http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html

Have a nice day,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]