Commit 952be76a by dlezcano

*** empty log message ***

parent d3e00ade
...@@ -4,7 +4,7 @@ set -x ...@@ -4,7 +4,7 @@ set -x
test -d autom4te.cache && rm -rf autom4te.cache test -d autom4te.cache && rm -rf autom4te.cache
ACLOCAL_AMFLAGS="-I config $ACLOCAL_AMFLAGS" ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
libtoolize --force libtoolize --force
aclocal $ACLOCAL_AMFLAGS || exit 1 aclocal $ACLOCAL_AMFLAGS || exit 1
autoheader || exit 1 autoheader || exit 1
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
AC_INIT([lxc], [0.5.1]) AC_INIT([lxc], [0.5.1])
AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_SRCDIR([configure.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
AM_CONFIG_HEADER([src/config.h]) AM_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE([-Wno-portability]) AM_INIT_AUTOMAKE([-Wno-portability])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment