summaryrefslogtreecommitdiff
path: root/server/external/python.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-09-22Make configure script compatible with older python versionsStephen Gallagher1-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
2009-09-21Provide python bindings for sysdbJakub Hrozek1-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