Re-enable lxc_devel

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2018-12-13 18:20:10 -05:00
parent 4dcd858b92
commit 8465a7f49e
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
m4_define([lxc_devel], 0) m4_define([lxc_devel], 1)
m4_define([lxc_version_major], 3) m4_define([lxc_version_major], 3)
m4_define([lxc_version_minor], 1) m4_define([lxc_version_minor], 1)
m4_define([lxc_version_micro], 0) m4_define([lxc_version_micro], 0)