summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 19:37:27 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 19:37:27 +0000
commitb50e6e06f22d3c653166e1817d75c3f4a98b2748 (patch)
tree6bb947525e32363ee985b71537c1e5dcdbd0e462 /autogen.sh
parentc1990aed3deb74e3bec72a99bf43debe53d8506a (diff)
Autotool libXi
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..904cd67
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ORIGDIR=`pwd`
+cd $srcdir
+
+autoreconf -v --install || exit 1
+cd $ORIGDIR || exit $?
+
+$srcdir/configure --enable-maintainer-mode "$@"