summaryrefslogtreecommitdiff
path: root/gst-vocschnipselssink/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gst-vocschnipselssink/autogen.sh')
-rwxr-xr-xgst-vocschnipselssink/autogen.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/gst-vocschnipselssink/autogen.sh b/gst-vocschnipselssink/autogen.sh
deleted file mode 100755
index 9df38d3..0000000
--- a/gst-vocschnipselssink/autogen.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# you can either set the environment variables AUTOCONF, AUTOHEADER, AUTOMAKE,
-# ACLOCAL, AUTOPOINT and/or LIBTOOLIZE to the right versions, or leave them
-# unset and get the defaults
-
-autoreconf --verbose --force --install --make || {
- echo 'autogen.sh failed';
- exit 1;
-}
-
-./configure || {
- echo 'configure failed';
- exit 1;
-}
-
-echo
-echo "Now type 'make' to compile this module."
-echo