2013-04-21  Brandon Invergo  <brandon@invergo.net>

	* src/Makefile.in.make (byte-compile): Add target to byte-compile
	Python libraries
	(build): Add general build target

	* pyconf.in: Add --overwrite option to protect from clobbering
	existing files.

2013-04-16  Brandon Invergo  <brandon@invergo.net>

	* src/configure.ac: Update to include PC_INIT

	* src/m4/python.m4 (PC_INIT): Allow full version strings to be
	used for the min/max versions

2013-04-15  Brandon Invergo  <brandon@invergo.net>

	* src/m4/python.m4 (PC_INIT): Make PC_INIT much more flexible and
	robust.

2013-04-10  Brandon Invergo  <brandon@invergo.net>

	* src/m4/python.m4 (PC_INIT): Add initial version of the PC_INIT
	macro

2013-04-08  Brandon Invergo  <brandon@invergo.net>

	* src/m4/python.m4 (PC_PYTHON_VERIFY_VERSIN): Support any
	comparison operator (i.e. "<", ">", "==", etc.)

2013-03-17  Brandon Invergo  <brandon@invergo.net>

	* src/Makefile.in.distutils (dist): Un-silence the dist procedure

	* pyconf.in (gen_configure): Set executable bits for bootstrap.sh
	and install-sh after copying to the user's directory.

	* COPYING: Add info on pyconf.in license.

	* COPYING.GPLv3: Add file. pyconf.in is under GPLv3+.

	* pyconf.in: Change pyconf.py to be configured by Automake/Make
	(print_version): Add function and command-line options to view
	version/license information.

	* Makefile.am: Manually configure pyconf.in via Automake/Make

	* src/PKG-INFO.in: Remove, no longer necessary

	* src/configure: Remove, no longer necessary (autogenerated by
	pyconf script)

2013-03-16  Brandon Invergo  <brandon@invergo.net>

	* pyconf.py (gen_distutils): Fix to support multiple targets in
	the future.
	(gen_configure): Rearrange and print more messages

	* src/setup.py.in.make: Add make-wrapping setup.py

2013-03-14  Brandon Invergo  <brandon@invergo.net>

	* src/Makefile.in.make: Add Makefile with pure-Make installation
	logic

2013-03-12  Brandon Invergo  <brandon@invergo.net>

	* src/configure.ac (AC_INIT): Revert AC_INIT argument values to
	those required by the pyconf script

	* pyconf.py (gen_distutils): Add missing copy action

2013-03-06  Brandon Invergo  <brandon@invergo.net>

	* src/configure.ac: Clean up, reorganize and add more comments

	* src/m4/python.m4 (PC_PYTHON_CHECK_SITE_DIR): Remove extraneous
	braces

	* src/m4/python.m4 (PC_PYTHON_CHECK_EXEC_DIR): Remove extraneous
	braces

2013-01-13  Brandon Invergo  <brandon@invergo.net>

	* pyconf.py: Add script

	* src/setup.py.in.distutils (setup): Add remaining keyword
	arguments and set up Python substitution patterns

	* src/configure.ac (AC_CONFIG_FILES): Remove PKG-INFO
	(AC_INIT): set up Python substitution patterns

	* src/Makefile.in.distutils (DISTFILES): Clean out unused files

2013-01-09  Brandon Invergo  <brandon@invergo.net>

	* Makefile.am (EXTRA_DIST): Include bootstrap.sh in files to be
	distributed.

2013-01-08  Brandon Invergo  <brandon@invergo.net>

	* Makefile.am (EXTRA_DIST): Remove no-longer-existent scripts

	* src/m4/python.m4 (PC_PYTHON_CHECK_SITE_DIR): Fix incorrect
	Python syntax.
	(PC_PYTHON_CHECK_EXEC_DIR): Fix incorrect Python syntax.

	* src/Makefile.in (DISTFILES): Fix errant newline

	* src/bootstrap.sh: create

	* src/PKG-INFO.in (Classifier): Expand default Classifiers

2012-12-03 Brandon Invergo <brandon@invergo.net>

	* src/m4/python.m4: fix log file redirection. Thanks Duncan Burke!

2012-11-25 Brandon Invergo <brandon@invergo.net>

	* src/configure.ac: improve Python version checking

	* src/Makefile.in: extend `dist' and `uninstall' targets

	* src/PKG-INFO.in: create

	* src/setup.py.in: create

	* src/configure.ac: add PKG-INFO and setup.py as files to be
	configured

2012-11-11 Brandon Invergo <brandon@invergo.net>

	* src/Makefile.in: add support for datarootdir

	* src/Makefile: add support for datarootdir

2012-11-03 Brandon Invergo <brandon@invergo.net>

	* general cleanup

	* Makefile.am: create

	* configure.ac: create

	* doc/Makefile: create
