From: dlezcano Date: Mon, 5 Jan 2009 12:17:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: lxc_0_5_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952be76a13b4d4086232d7597ecc711f664978ba;p=thirdparty%2Flxc.git *** empty log message *** --- diff --git a/bootstrap b/bootstrap index 08082322c..9a8e10320 100755 --- a/bootstrap +++ b/bootstrap @@ -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 diff --git a/configure.in b/configure.in index f28fe4bef..a169d4d9c 100644 --- a/configure.in +++ b/configure.in @@ -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])