pyautoconf-0.2: 22-April-1998
        - This release contains all the enhancements I made to the copy of
          pyautoconf that came with pygtk.  Here is a list of some of the
          changes:
        - Integrated new Makefile sections from python 1.5 and 1.5.1.
        - Altered the PY_PYTHON_MAKE_VARS macro so its output of preprocessor
          definitions did not stuff up other tests that try to compile C
          code.  (this makes pyautoconf vastly more useful.
        - Added a 'make install' target.  This installs all shared modules,
          and a list of python modules listed in the makefile variable
          SCRIPTS (this can be set in Setup.in).  The directory the script
          is stored in decides what package it will become a part of.
        - Added a macro PY_INIT.  When it is called with no arguments, it
          calls all the other necessary macros (except PY_OUTPUT).
        - Added a macro PY_CHECK_MOD, which checks if certain python modules
          are installed (similar to AC_CHECK_LIB).

pyautoconf-0.1: 21-January-1998
        - Initial release

