~ubuntu-branches/ubuntu/precise/xsplash/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-10-27 20:52:12 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20091027205212-7cbx88c14a27sfy4
Tags: upstream-0.8.5
ImportĀ upstreamĀ versionĀ 0.8.5

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