aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-17 14:43:59 -0600
committerTed Gould <ted@gould.cx>2009-12-17 14:43:59 -0600
commit71a92476b54d0a543b8c6ad9de354ea7fe8cf597 (patch)
tree7fd206460ffdb2de232019ef720c07e6dc3d3cfe /configure.ac
parente1736069d21858ba9d0de33d51cf22ff288a92c8 (diff)
parent7eb8f46d806caa924e1a78eec58d8451c64c5b6a (diff)
downloadlibayatana-appindicator-71a92476b54d0a543b8c6ad9de354ea7fe8cf597.tar.gz
libayatana-appindicator-71a92476b54d0a543b8c6ad9de354ea7fe8cf597.tar.bz2
libayatana-appindicator-71a92476b54d0a543b8c6ad9de354ea7fe8cf597.zip
* Upstream release 0.0.6
* Keeping a constant signature for the library instead of building it each time.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 2992df2..559c2b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.5, 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.5)
+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)