diff options
Diffstat (limited to 'xextproto')
-rwxr-xr-x | xextproto/autogen.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xextproto/autogen.sh b/xextproto/autogen.sh deleted file mode 100755 index 4b6f68c..0000000 --- a/xextproto/autogen.sh +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh - -srcdir=`dirname "$0"` -test -z "$srcdir" && srcdir=. - -ORIGDIR=`pwd` -cd "$srcdir" - -autoreconf -v --install || exit 1 -cd "$ORIGDIR" || exit $? - -git config --local --get format.subjectPrefix >/dev/null 2>&1 || - git config --local format.subjectPrefix "PATCH xextproto" - -if test -z "$NOCONFIGURE"; then - exec "$srcdir"/configure "$@" -fi |