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

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-09-10 14:24:18 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910142418-5dwct4or515jkep9
Tags: 0.7.1-0ubuntu1
* New upstream version (LP: #427478)
  - show last frame in ping-pong mode, fix by Anders Kaseorg
  - configurable signals

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.7],
 
4
        [0.7.1],
5
5
        [https://bugs.launchpad.net/xsplash])
6
6
AC_CONFIG_SRCDIR([src/xsplash.c])
7
7
AC_CONFIG_MACRO_DIR([build/autotools])