~clint-fewbar/ubuntu/oneiric/lxc/use-uec-for-natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-08-04 13:23:42 UTC
  • mfrom: (1.1.5 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100804132342-ds4lm3oaroeoxfxx
Tags: 0.7.2-1
* New upstream version
* Convert libcap dependency to versioned (closes: #571527)
* Bump up standards version to 3.9.0
* Fix too-deep /usr/lib/lxc/lxc path (closes: #587847)
* Add init script (closes: #573830)
  Thanks to Przemysław Knycz <pknycz@kolnet.eu> for the base example
* Bump up standards version (3.9.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#                                               -*- Autoconf -*-
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
 
AC_INIT([lxc], [0.7.1])
 
4
AC_INIT([lxc], [0.7.2])
5
5
 
6
6
AC_CONFIG_SRCDIR([configure.ac])
7
7
AC_CONFIG_AUX_DIR([config])
56
56
 
57
57
AS_AC_EXPAND(LXCPATH, "${with_config_path}")
58
58
AS_AC_EXPAND(LXCROOTFSMOUNT, "${with_rootfs_path}")
59
 
AS_AC_EXPAND(LXCINITDIR, $libdir/lxc)
60
 
AS_AC_EXPAND(LXCTEMPLATEDIR, $libdir/lxc/templates)
 
59
AS_AC_EXPAND(LXCINITDIR, $libdir)
 
60
AS_AC_EXPAND(LXCTEMPLATEDIR, $libdir/templates)
61
61
AH_TEMPLATE([LXCPATH], [lxc configuration repository])
62
62
AH_TEMPLATE([LXCINITDIR], [lxc-init directory location])
63
63
AH_TEMPLATE([LXCROOTFSMOUNT], [lxc default rootfs mount point])
148
148
        src/lxc/lxc-netstat
149
149
        src/lxc/lxc-checkconfig
150
150
        src/lxc/lxc-setcap
 
151
        src/lxc/lxc-setuid
151
152
        src/lxc/lxc-version
152
153
        src/lxc/lxc-create
153
154
        src/lxc/lxc-destroy