diff options
Diffstat (limited to 'gst-vocschnipselssink/autogen.sh')
-rwxr-xr-x | gst-vocschnipselssink/autogen.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gst-vocschnipselssink/autogen.sh b/gst-vocschnipselssink/autogen.sh new file mode 100755 index 0000000..9df38d3 --- /dev/null +++ b/gst-vocschnipselssink/autogen.sh @@ -0,0 +1,18 @@ +#!/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 |