Harlan Stenn wrote:
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
You no longer need these anymore?? AC_INIT(src/hello.c) AM_INIT_AUTOMAKE(hello,1.1) AC_PROG_CC AC_PROG_INSTALL DOug P