[Python-Dev] autoheader warning for WITH_UNIVERSAL_NEWLINES

Skip Montanaro skip@pobox.com
Tue, 16 Apr 2002 09:34:27 -0500


    Jack> how do I find out about all this autoconf magic? 

There are a number of sources for this sort of stuff.  One page that looks
promising from a Google search is

    http://www.sunsite.ualberta.ca/Documentation/Gnu/gnu-docs.html

It has autoconf and automake docs.  Another useful is the "Goat Book",
available in dead tree and online formats:

    http://sources.redhat.com/autobook/

I like that site because it talks about using automake, autoconf and libtool
together.

Skip