summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-11-21 22:01:39 -0800
committerJamey Sharp <jamey@minilop.net>2006-11-21 22:01:39 -0800
commit5d98a6e665f62127a884fdc5534163ece807aba1 (patch)
tree8778e62f90237e984a1f1bde0821c223e32a0ad6 /autogen.sh
downloadxcb-pthread-stubs-5d98a6e665f62127a884fdc5534163ece807aba1.tar.gz
Library that provides pthread stubs that are missing from your platform libc.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..d68a142
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure "$@"