On Wed, 2005-08-24 at 01:28, Ralf Wildenhues wrote: > Hi Daryl, > > * Daryl Lee wrote on Tue, Aug 23, 2005 at 09:25:11PM CEST: > > I am trying to work my way through the "GNU Autoconf, Automake, and > > Libtool" tutorial, and have run into a problem with (I think) Autoscan. > > If http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html > is what you're talking about, you're on the right way. > It wasn't, but it is now :). I referred to "the Goat Book" by Vaughan, Elliston, Tromey, and Taylor, published by New Riders and online at http://sources.redhat.com/autobook/autobook/autobook_toc.html. > > When I run autoscan in the "foonly" project, freshly untarred, I get a > > warning: "missing AC_PREREQ wanted by: autoscan". > > Acknowledged. What a useless warning message. > Took me a while to understand that it wants you to put > AC_PREREQ(2.59) > into configure.ac. Put it right after AC_INIT. > > > Here are my questions: > > 1. Should I ignore warnings? > > 2. How do I resolve these warnings? > > Depends both on the individual warnings. Show them, we might be able to > give hints as to what is worthwhile to work on. (No use trying to make > one part of a project ultra-portable if it's only to be used on a small > set of systems anyway.) I gather from yur suggestion above that the "missing" refers to "missing from your config.in file--add them", as opposed to "missing from my repository of macros." The others reported as missing are AC_CHECK_DECLS, AC_CHECK_HEADERS, AC_C_VOLATILE, AC_FUNC_ERROR_AT_LINE, AC_FUNC_FORK, AC_FUNC_MALLOC, AC_FUNC_REALLOC, and AC_TYPE_SIGNAL. > > > 3. Is there a better startup guide than the referenced text? > > Above mentioned tutorial is good, although still in the works. I'll spend some time with it tonight. -- Daryl Lee Open the Present, it's a Gift. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf