autoconf
[Top][All Lists]
Advanced

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

Re: AC_CONFIG_FILES or AC_OUTPUT


From: Bob Proulx
Subject: Re: AC_CONFIG_FILES or AC_OUTPUT
Date: Fri, 26 May 2006 22:19:33 -0600
User-agent: Mutt/1.5.9i

Douglas Phillipson wrote:
> I see tutorials where Makefiles come from both:
> 
> AC_CONFIG_FILES([Makefile])
> AC_OUTPUT
> 
> And
> 
> AC_OUTPUT([Makefile])
> 
> Which is the "proper" format?  Is one method just newer than the other?

The first one is the best format.  It is the new one with new being
relative because it has been that way for a while.  The last one is
the old format from way long ago.  You want the new format.

Just in case you are not aware of it here is a good tutorial that you
might find useful.

  http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html

Good Luck!

Bob




reply via email to

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