* Karl Schmitt wrote on Thu, Sep 14, 2006 at 03:58:30PM CEST: > AC_OUTPUT([ > Makefile [...] > dnl src/plandisp/Makefile [...] Please remove the line within the first AC_OUTPUT argument that is commented out with dnl. Then autoconf should succeed. If it moans about macros such as AM_INIT_AUTOMAKE that it could not find, then you forgot to run aclocal before running automake. Hope that helps. You may want to upgrade to Autoconf-2.60, and heed the comments that autoconf -Wall gives you then. But it isn't crucial. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf