summaryrefslogtreecommitdiff
path: root/gst-vocschnipselssink/autogen.sh
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-14 17:29:36 +0200
committerMaZderMind <github@mazdermind.de>2015-05-14 17:29:36 +0200
commit66d7b53682f87541dcd0970bd76bcb3b677977fb (patch)
tree13e9a411a0c3cdcb7ea6669f8feac09c4b14b983 /gst-vocschnipselssink/autogen.sh
parent0b222cd7f66375356f3826a5c0f77f15a3793f0d (diff)
remove schnipselsink, we'll use ffmpeg for recording
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