~fginther/evemu/evemu-rename

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Stephen M. Webb
  • Date: 2012-03-23 20:34:08 UTC
  • Revision ID: stephen.webb@canonical.com-20120323203408-d9vbi0opj0s3mr5t
Tags: v1.0.9
releaseĀ 1.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Initialize Autoconf
2
2
AC_PREREQ([2.60])
3
3
AC_INIT([Kernel device emulation],
4
 
        [1.0.8],
 
4
        [1.0.9],
5
5
        [],
6
6
        [utouch-evemu])
7
7
AC_CONFIG_SRCDIR([Makefile.am])
9
9
AC_CONFIG_AUX_DIR([config-aux])
10
10
 
11
11
# Initialize Automake
12
 
AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
12
AM_INIT_AUTOMAKE([foreign dist-xz])
13
13
AM_SILENT_RULES([yes])
14
14
AM_MAINTAINER_MODE([enable])
15
15