From c8d8e3938596a4cb5e162be36563cf636a571772 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 20 Sep 2015 11:39:07 +0200 Subject: Don't check for hugin. --- autogen.sh | 11 ----------- configure.ac | 6 +++--- 2 files changed, 3 insertions(+), 14 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 diff --git a/configure.ac b/configure.ac index 6e64b82..2e3fc7c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([drumgizmo], m4_esyscmd([cat version.h | cut -d'"' -f2 | xargs echo -n]))dnl" +AC_INIT([camsync], m4_esyscmd([cat version.h | cut -d'"' -f2 | xargs echo -n]))dnl" -AC_CONFIG_SRCDIR([src/drumgizmo.cc]) +AC_CONFIG_SRCDIR([src/lv2.cc]) AM_INIT_AUTOMAKE AC_PROG_CXX @@ -107,7 +107,7 @@ AM_CONDITIONAL([ENABLE_PUGL], [test "x$enable_gui" = "xpugl"]) # dnl ====================== # AC_ARG_WITH([test], # AS_HELP_STRING([--with-test], [Build unit tests])) -# +# # AS_IF([test x$with_test == xyes], # [AC_MSG_WARN([*** Building unittests!]) # AM_PATH_CPPUNIT(1.9.6)] -- cgit v1.2.3