summaryrefslogtreecommitdiff
path: root/videoproto
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-30 11:50:13 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-30 11:50:13 -0500
commitf8d79a05e5e6a5b49c7b64aa10b1213959cd9801 (patch)
tree04fa09dbe8fa023056700664435916c32b3aea2f /videoproto
parent20edc983b0e103cff51f0723bd56691f6afb8759 (diff)
git rm */autogen.sh
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'videoproto')
-rwxr-xr-xvideoproto/autogen.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/videoproto/autogen.sh b/videoproto/autogen.sh
deleted file mode 100755
index 9348097..0000000
--- a/videoproto/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 videoproto"
-
-if test -z "$NOCONFIGURE"; then
- exec "$srcdir"/configure "$@"
-fi