*** empty log message ***

This commit is contained in:
dlezcano 2009-01-05 12:17:44 +00:00
parent d3e00ade76
commit 952be76a13
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -x
test -d autom4te.cache && rm -rf autom4te.cache
ACLOCAL_AMFLAGS="-I config $ACLOCAL_AMFLAGS"
ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
libtoolize --force
aclocal $ACLOCAL_AMFLAGS || exit 1
autoheader || exit 1

View File

@ -4,6 +4,7 @@
AC_INIT([lxc], [0.5.1])
AC_CONFIG_SRCDIR([configure.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
AM_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE([-Wno-portability])