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

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

 



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

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux