summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>2015-03-25 10:30:27 +0100
committerUli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>2015-03-25 10:32:21 +0100
commit059bfdbed84a2c3e8274ca9bc99a103171cdeca5 (patch)
treef1b52ceb429d4e792460f00de8e97e42f10ac8d1 /src
parent456a9a6f0c44bba9294ddae99e83463bef67ee95 (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-xsrc/extensions.py2
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