~ubuntu-branches/ubuntu/saucy/click/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-07-17 15:46:48 UTC
  • Revision ID: package-import@ubuntu.com-20130717154648-i16s81vh5gwd0inu
Tags: 0.1.5
* Fix infinite recursion in ClickUser.click_pw.
* When all the files requested for installation are Click packages,
  override org.freedesktop.packagekit.package-install* PolicyKit actions
  to com.ubuntu.click.package-install, defined with a more open default
  policy.  (This requires some backports to PackageKit, not in the archive
  yet.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
AM_CONFIG_HEADER([config.h])
9
9
LT_INIT([disable-static])
10
10
 
 
11
AM_GNU_GETTEXT([external])
 
12
AM_GNU_GETTEXT_VERSION([0.18.1])
 
13
AC_SUBST([GETTEXT_PACKAGE], [click])
 
14
IT_PROG_INTLTOOL
 
15
 
11
16
AC_PROG_CC
12
17
CFLAGS="$CFLAGS -Wall"
13
18
 
47
52
        click/Makefile
48
53
        debhelper/Makefile
49
54
        pk-plugin/Makefile
 
55
        po/Makefile.in
50
56
        preload/Makefile
51
57
        ])
52
58
AC_CONFIG_FILES([setup.py], [chmod +x setup.py])