summaryrefslogtreecommitdiff
path: root/gst-plugin/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gst-plugin/autogen.sh')
-rwxr-xr-xgst-plugin/autogen.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst-plugin/autogen.sh b/gst-plugin/autogen.sh
index 8765890..549c4a4 100755
--- a/gst-plugin/autogen.sh
+++ b/gst-plugin/autogen.sh
@@ -9,6 +9,10 @@ fi
# if you would want to be running autoheader as well, you will have to do
# something similar as above for it
if test -z $AUTOCONF; then export AUTOCONF=autoconf; fi
+echo "#!/bin/sh" > autoregen.sh
+echo "./autogen.sh $@ \$@" >> autoregen.sh
+chmod +x autoregen.sh
+
set -x
# if any of these steps fails, the others will not execute, which is good
@@ -18,5 +22,4 @@ libtoolize --force && \
# autoheader
$AUTOMAKE -a && \
$AUTOCONF && \
-./configure
-
+./configure $*