summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 1c3417c..01cd53a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,9 +1,9 @@
#!/bin/sh -e
# Check if hugin has been obtained:
-if [ ! -f lrtp/autogen.sh ] || [ ! -f libaudioin/autogen.sh ]
+if [ ! -f lrtp/autogen.sh ] || [ ! -f libaudioio/autogen.sh ]
then
- echo "You are missing the lrtp and/or libaudioin submodule."
+ echo "You are missing the lrtp and/or libaudioio submodule."
echo "Run"
echo " git submodule init"
echo " git submodule update"
@@ -13,5 +13,5 @@ fi
# Now run autoreconf
${AUTORECONF:-autoreconf} -fiv
-(cd lrtp; ./autogen.sh)
-(cd libaudioin; ./autogen.sh) \ No newline at end of file
+#(cd lrtp; ./autogen.sh)
+#(cd libaudioio; ./autogen.sh)