~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): Loïc Minier
  • Date: 2009-09-10 16:56:56 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910165656-ls9bvgvpobffkqvb
Tags: 0.5.6-0ubuntu1
* New upstream release.
* Add .PHONY to rules.
* Use dh_prep instead of deprecated dh_clean -k.

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.4, [])
 
2
AC_INIT(desktop-switcher, 0.5.6, [])
3
3
AM_INIT_AUTOMAKE()
4
4
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
5
5
AC_CONFIG_SRCDIR(src/main.c)