aboutsummaryrefslogtreecommitdiff
path: root/libXau/autogen.sh
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-23 12:34:59 +0000
committermarha <marha@users.sourceforge.net>2010-07-23 12:34:59 +0000
commit51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb (patch)
treeeefff5aa7ecc7ce28ae0f242ec37eddefea51ed5 /libXau/autogen.sh
parent2a0169e6a76ab2e898f988c23e862e51d700e462 (diff)
downloadvcxsrv-51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb.tar.gz
vcxsrv-51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb.tar.bz2
vcxsrv-51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb.zip
libXau git update 23/7/2010
Diffstat (limited to 'libXau/autogen.sh')
-rw-r--r--libXau/autogen.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/libXau/autogen.sh b/libXau/autogen.sh
new file mode 100644
index 000000000..6fcae015c
--- /dev/null
+++ b/libXau/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 "$@"