From de89d242ec644f3be92875b1db7439da3d7dc8c4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 20 Sep 2015 12:13:04 +0200 Subject: Reinstate hugin. --- autogen.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index a108775..c0b9008 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,16 @@ #!/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 -- cgit v1.2.3