~ubuntu-branches/ubuntu/oneiric/xpad/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Bart Martens
  • Date: 2009-02-09 14:48:46 UTC
  • mfrom: (1.1.9 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090209144846-s4jwq147xdsifnbd
Tags: 3.1-1
* New upstream release.
* debian/copyright: Updated for new upstream release.
* debian/control: Fixed debhelper-but-no-misc-depends.
* debian/control: Build-Depends: intltool >= 0.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
3
# Sets up autoconf.
4
 
AC_INIT([Xpad],[3.0],[xpad-devel@lists.sourceforge.net])
 
4
AC_INIT([Xpad],[3.1],[xpad-hackers@lists.launchpad.net])
5
5
AC_CONFIG_SRCDIR(src/xpad-app.c)
6
6
AC_CONFIG_HEADERS([config.h:config.h.in])
7
7