summaryrefslogtreecommitdiffstats
path: root/server/external/python.m4
Commit message (Collapse)AuthorAgeFilesLines
* Make configure script compatible with older python versionsStephen Gallagher2009-09-221-7/+16
| | | | | | | | Older python versions (such as that used in RHEL5) do not have a python-config executable to report CFLAGS and LIBS. In order to support such versions of python, we will duplicate the logic that python-config would have performed directly in our configure script
* Provide python bindings for sysdbJakub Hrozek2009-09-211-0/+49
Implement a set of python bindings for the sysdb with feature set similar to what is available in the tools. The primary consumers would be applications like system-config-users. Resolves: Ticket #102