summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 11:39:07 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 11:39:07 +0200
commitc8d8e3938596a4cb5e162be36563cf636a571772 (patch)
treec62f78afa1c82ed14d64f9746bc09be884e96839 /autogen.sh
parent24bb55371a5d8d81b23521ebdfcde68f0035697c (diff)
Don't check for hugin.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
index c0b9008..a108775 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,16 +1,5 @@
#!/bin/sh -e
-# Check if hugin has been obtained:
-if [ ! -f hugin/hugin.c ]
-then
- echo "You are missing the hugin submodule."
- echo "Run"
- echo " git submodule init"
- echo " git submodule update"
- echo "to obtain it."
- exit 1
-fi
-
# Check for the existence of cppunit.m4. If missing emulate it.
mkdir -p actest
cat << EOF > actest/configure.ac