~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Stéphane Graber
  • Date: 2011-08-11 18:43:51 UTC
  • mto: (3.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: stgraber@ubuntu.com-20110811184351-xa4c5v0ct5ud45d0
Tags: upstream-0.7.5
Import upstream version 0.7.5

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.4.2])
 
4
AC_INIT([lxc], [0.7.5])
5
5
 
6
6
AC_CONFIG_SRCDIR([configure.ac])
7
7
AC_CONFIG_AUX_DIR([config])
139
139
        templates/Makefile
140
140
        templates/lxc-lenny
141
141
        templates/lxc-debian
142
 
        templates/lxc-lucid
143
 
        templates/lxc-maverick
144
 
        templates/lxc-natty
 
142
        templates/lxc-ubuntu
 
143
        templates/lxc-opensuse
145
144
        templates/lxc-busybox
146
145
        templates/lxc-fedora
147
146
        templates/lxc-sshd
156
155
        src/lxc/lxc-setuid
157
156
        src/lxc/lxc-version
158
157
        src/lxc/lxc-create
 
158
        src/lxc/lxc-clone
159
159
        src/lxc/lxc-destroy
160
160
 
161
161
])