summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-11-18 21:28:57 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-11-18 21:28:57 +0100
commit892e40c2dd1e3379e6bf08e997179394c0302bf1 (patch)
tree802485364d1ed78eee760809fad58f71346cdd97
parenta9e821dc6d7201678d8991f67f090235c29d4ad4 (diff)
Removed unused hugin submodule.
-rw-r--r--.gitmodules3
-rw-r--r--Makefile.am9
-rwxr-xr-xautogen.sh21
m---------hugin0
4 files changed, 1 insertions, 32 deletions
diff --git a/.gitmodules b/.gitmodules
index f6d5982..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "hugin"]
- path = hugin
- url = http://git.oftal.dk/hugin.git
diff --git a/Makefile.am b/Makefile.am
index b9e2bc8..1456f0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,11 +3,4 @@ SUBDIRS = src icons tools
DISTDIRS = src icons tools
EXTRA_DIST = \
- version.h \
- hugin/hugin.h \
- hugin/hugin.hpp \
- hugin/hugin.c \
- hugin/hugin_util.h \
- hugin/hugin_syslog.h \
- hugin/hugin_syslog.c
-
+ version.h
diff --git a/autogen.sh b/autogen.sh
index c027031..a6d018c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,25 +1,4 @@
#!/bin/sh -e
-# Check if hugin has been obtained:
-if [ ! -d hugin ]
-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
-AC_INIT([actest], [1.0.0])
-AM_PATH_CPPUNIT(1.9.6)
-EOF
-[ -f acinclude.m4 ] && rm acinclude.m4
-autoreconf -W error actest 2>/dev/null || echo "AC_DEFUN([AM_PATH_CPPUNIT],[echo 'cppunit hack'])" > acinclude.m4
-rm -Rf actest
-
# Now run autoreconf
${AUTORECONF:-autoreconf} -fiv
diff --git a/hugin b/hugin
deleted file mode 160000
-Subproject 233dd597324bc9f857790367233b0599c52a117