~laney/activity-log-manager/merge-archive-uploads

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Manish Sinha
  • Date: 2013-06-20 02:06:00 UTC
  • Revision ID: manishsinha@ubuntu.com-20130620020600-po7lvnsultwfvb8n
Don't show single tab when app runs standalone

Bumped the automake needed to 1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
AC_CONFIG_SRCDIR([Makefile.am])
11
11
AC_CONFIG_HEADERS([config.h])
12
12
AC_CONFIG_SRCDIR([configure.ac])
13
 
AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
 
13
AM_INIT_AUTOMAKE([1.13 tar-ustar dist-xz no-dist-gzip -Wno-portability])
14
14
AM_MAINTAINER_MODE
15
15
 
16
16
AC_PROG_CC