Hi, On Tue, Jan 25, 2005 at 03:18:30PM +0100, Jonas Geiregat wrote: > I've tried the following code with autoconf version 2.13 and 2.59 please use 2.59, which is the current version. > AC_INIT ([main.c]) ... > ./configure: line 523: main.c: command not found Use: AC_INIT([main.c]) (no space), so that m4 understands it as a parameter. HTH, Stepan Kasal _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf