autoconf
[Top][All Lists]
Advanced

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

Re: First steps with autoconf and autotools - building an OpenSSL app


From: Ralf Wildenhues
Subject: Re: First steps with autoconf and autotools - building an OpenSSL app
Date: Sat, 10 Jul 2010 08:42:23 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

Hello,

* Peter Johansson wrote on Sat, Jul 10, 2010 at 04:48:10AM CEST:
> On 7/9/10 9:54 PM, Ivan "Rambius" Ivanov wrote:

> >AC_OUTPUT(Makefile src/Makefile)
> >
> same here
> 
> AC_OUTPUT([Makefile src/Makefile])

While we're in nitpicking mode, let's write this as
  AC_CONFIG_FILES([Makefile src/Makefile])
  AC_OUTPUT

because the other way is old style and the new style makes it clear that
config files are not the only thing generated by config.status.

Cheers,
Ralf



reply via email to

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