~ubuntu-branches/ubuntu/natty/desktop-switcher/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-09-09 16:32:56 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090909163256-ipg3b37wmztcrbao
Tags: 0.5.4-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.53)
2
 
AC_INIT(desktop-switcher, 0.5.2, [])
 
2
AC_INIT(desktop-switcher, 0.5.4, [])
3
3
AM_INIT_AUTOMAKE()
 
4
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
4
5
AC_CONFIG_SRCDIR(src/main.c)
5
6
AM_CONFIG_HEADER(config.h)
6
7
AM_MAINTAINER_MODE