On 02/19/2013 10:09 AM, Stéphane Graber wrote: > On 02/19/2013 04:17 AM, Natanael Copa wrote: >> Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADER. >> >> This is needed for automake-1.13. >> >> Signed-off-by: Natanael Copa <nc...@alpinelinux.org> >> --- >> configure.ac | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configure.ac b/configure.ac >> index 931e0d6..c5c71e4 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -5,7 +5,7 @@ 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_HEADER([src/config.h]) >> AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability]) >> AC_CANONICAL_HOST >> AM_PROG_CC_C_O >> > > According to documentation AC_CONFIG_HEADER doesn't exist. > However it clearly does and is called by AC_CONFIG_HEADERS which is > apparently the one we're supposed to call nowadays.
Just did a few test builds with AC_CONFIG_HEADERS and it appears to work, so I pushed it with that small change. Acked-by: Stéphane Graber <stgra...@ubuntu.com> -- Stéphane Graber Ubuntu developer http://www.ubuntu.com
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel