From af814231cc7fbab3fd6653ae499f8c6929d3144c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 17 Dec 2009 15:01:24 -0500 Subject: Don't create the signature during build --- configure.ac | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 114b42b..559c2b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.4, ted@canonical.com) +AC_INIT(indicator-application, 0.0.6, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.4) +AM_INIT_AUTOMAKE(indicator-application, 0.0.6) AM_MAINTAINER_MODE @@ -81,15 +81,9 @@ if test "x$GACUTIL" = "xno" ; then AC_MSG_ERROR([No gacutil tool found]) fi -AC_PATH_PROG(SN, sn, no) -if test "x$SN" = "xno" ; then - AC_MSG_ERROR([No sn tool found]) -fi - AC_SUBST(RUNTIME) AC_SUBST(CSC) AC_SUBST(GACUTIL) -AC_SUBST(SN) AC_SUBST(LIB_PREFIX) AC_SUBST(LIB_SUFFIX) AC_SUBST(GENERATED_SOURCES) -- cgit v1.2.3