Hello, On Wed, May 31, 2006 at 12:27:42PM -0700, Douglas Phillipson wrote: > You no longer need these anymore?? > > AC_INIT(src/hello.c) > AM_INIT_AUTOMAKE(hello,1.1) > AC_PROG_CC > AC_PROG_INSTALL Of course you do. We were not just speaking about the tail of configure.ac; you start with AC_INIT, then continue with various macros and shell code to achieve what you need for your package, and end with AC_OUTPUT. The following tutrial might help you: http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html Have a nice day, Stepan Kasal _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf