summaryrefslogtreecommitdiffstats
path: root/src/setup_common.py
Commit message (Collapse)AuthorAgeFilesLines
* Port to Python 3 while maintaining compatibility with Python >= 2.6Slavek Kabrda2015-02-031-9/+11
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Take endinanness into consideration when compilingDavid Sommerseth2009-12-141-0/+8
|
* Moved a OS-specific library settings out to commonv3.10.6-rc1Nima Talebi2009-08-031-0/+6
| | | | | The libxml2 path is now handled by `setup_common.py', so the actual setup files are clean from any OS-specific (Debian/RedHat) hacks.
* Make get_version() look for version.h one more placeDavid Sommerseth2009-06-111-1/+5
|
* Improved setup.py/setup-dbg.py even moreDavid Sommerseth2009-06-111-0/+83
Get libxml2 compile time info from xml2-config. Retrieve version number from src/version.h