diff options
author | marha <marha@users.sourceforge.net> | 2010-06-11 15:04:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-11 15:04:08 +0000 |
commit | f56cfbb54588917d9566277a669fa086a842b2f5 (patch) | |
tree | c96e64395853bcb39e04dd41bbfe7d27b673f0e1 /libX11/autogen.sh | |
parent | 4c61bf84b11e26e6f22648668c95ea760a379163 (diff) | |
download | vcxsrv-f56cfbb54588917d9566277a669fa086a842b2f5.tar.gz vcxsrv-f56cfbb54588917d9566277a669fa086a842b2f5.tar.bz2 vcxsrv-f56cfbb54588917d9566277a669fa086a842b2f5.zip |
libX11 and libXext git update 11/6/2010
Diffstat (limited to 'libX11/autogen.sh')
-rw-r--r-- | libX11/autogen.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libX11/autogen.sh b/libX11/autogen.sh new file mode 100644 index 000000000..6fcae015c --- /dev/null +++ b/libX11/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 "$@"
|