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