configure.ac (AC_CONFIG_FILES): The makefile handles pygst.py now.
authorAndy Wingo <wingo@pobox.com>
Tue, 12 Jul 2005 14:00:03 +0000 (14:00 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 12 Jul 2005 14:00:03 +0000 (14:00 +0000)
commit76ea628334f794e3790b124a00a7424408cd5238
tree7c5f266b02fe5f23c2d0980f9e68a4f4997b07de
parent74f550caf049f7234b0f3e921fe3af2d643b3e8e
configure.ac (AC_CONFIG_FILES): The makefile handles pygst.py now.

Original commit message from CVS:
2005-07-12  Andy Wingo  <wingo@pobox.com>

* configure.ac (AC_CONFIG_FILES): The makefile handles pygst.py
now.

* Makefile.am (install-data-local): Actually install pygst.pth to
the pythondir, not pyexecdir. Also install a properly sedded
pygst.py.
(pygst.py): Sed the builddir into pygst.py, and set not writable
(to avoid any confusion about which file to edit).

* pygst.py.in (_pygst_dir): Set _pygst_dir from one variable,
@PYGSTDIR@, which is manually sedded in from the Makefile, so that
it works both installed and uninstalled.
ChangeLog
Makefile.am
configure.ac
pygst.py.in