~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to configure.ac

ImportĀ upstreamĀ versionĀ 5.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Set the version number to e.g. 5.0.beta42 immediately before a release.
2
2
dnl Set the version number to e.g. 5.0.beta42+ immediately after (this will
3
3
dnl enable -Werror).
4
 
AC_INIT(telepathy-mission-control, 5.2.1)
 
4
AC_INIT(telepathy-mission-control, 5.2.2)
5
5
 
6
6
AC_CONFIG_MACRO_DIR([m4])
7
7
AC_CONFIG_SRCDIR(Makefile.am)
18
18
AM_PROG_MKDIR_P
19
19
 
20
20
AC_HEADER_STDC
 
21
AC_CHECK_HEADERS([sys/stat.h sys/types.h])
 
22
AC_CHECK_FUNCS([umask])
21
23
 
22
24
case "$PACKAGE_VERSION" in
23
25
  *+)