From 952be76a13b4d4086232d7597ecc711f664978ba Mon Sep 17 00:00:00 2001 From: dlezcano Date: Mon, 5 Jan 2009 12:17:44 +0000 Subject: [PATCH] *** empty log message *** --- bootstrap | 2 +- configure.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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])