diff options
author | Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de> | 2015-03-25 10:30:27 +0100 |
---|---|---|
committer | Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de> | 2015-03-25 10:32:21 +0100 |
commit | 059bfdbed84a2c3e8274ca9bc99a103171cdeca5 (patch) | |
tree | f1b52ceb429d4e792460f00de8e97e42f10ac8d1 /src | |
parent | 456a9a6f0c44bba9294ddae99e83463bef67ee95 (diff) |
Add an autotools-based build system
This is based on util-cursor's build system and libxcb/configure.ac for finding
xcb-proto's XML files.
Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
Diffstat (limited to 'src')
-rwxr-xr-x | src/extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions.py b/src/extensions.py index c7a1afe..c776935 100755 --- a/src/extensions.py +++ b/src/extensions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import sys from xml.etree.cElementTree import parse |