~chrisccoulson/libindicate/lp736240

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ted Gould
  • Date: 2010-09-09 16:37:49 UTC
  • Revision ID: ted@gould.cx-20100909163749-ard0uj23f24ehjii
Tags: 0.4.2
0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(libindicate, 0.4.1, ted@canonical.com)
 
2
AC_INIT(libindicate, 0.4.2, ted@canonical.com)
3
3
 
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(libindicate, 0.4.1)
 
7
AM_INIT_AUTOMAKE(libindicate, 0.4.2)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])