]> git.proxmox.com Git - mirror_lxc.git/blobdiff - configure.ac
configure: replace deprecated AM_CONFIG_HEADER
[mirror_lxc.git] / configure.ac
index 1dff441b4ab909ca4e1cb92a742df89026d09cde..aaedabb8f4a289c59c6d123be3942f91c141765d 100644 (file)
@@ -1,11 +1,11 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lxc], [0.9.0.alpha2])
+AC_INIT([lxc], [0.9.0.alpha3])
 
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
-AM_CONFIG_HEADER([src/config.h])
+AC_CONFIG_HEADERS([src/config.h])
 AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability])
 AC_CANONICAL_HOST
 AM_PROG_CC_C_O