configure.in is the old name, configure.ac is the new name.

I prefer:

 AC_CONFIG_FILES(Makefile)
 AC_CONFIG_FILES(src/Makefile)
 AC_OUTPUT

and run 'autoreconf -vfi'.

H


Reply via email to