~ubuntu-branches/ubuntu/raring/xsplash/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Ken VanDine
  • Date: 2009-09-04 11:36:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090904113644-k4t7rczg14jnkz9h
Tags: 0.7-0ubuntu1
* debian/control:
  - update vcs url

[ Ken VanDine ]
* New version (LP: #423885)
  - Logo placement fixes
  - Changed fallback timeout from 10s to 15s

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
2
 
3
3
AC_INIT([xsplash],
4
 
        [0.6],
 
4
        [0.7],
5
5
        [https://bugs.launchpad.net/xsplash])
6
6
AC_CONFIG_SRCDIR([src/xsplash.c])
7
7
AC_CONFIG_MACRO_DIR([build/autotools])