~xsplash-team/xsplash/packaging

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2009-08-10 13:08:45 UTC
  • mfrom: (32.1.7 xsplash)
  • Revision ID: ken.vandine@canonical.com-20090810130845-tumhh9cjqrgfvxa2
Merged

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