]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
*** empty log message ***
authordlezcano <dlezcano>
Mon, 5 Jan 2009 12:17:44 +0000 (12:17 +0000)
committerdlezcano <dlezcano>
Mon, 5 Jan 2009 12:17:44 +0000 (12:17 +0000)
bootstrap
configure.in

index 08082322c63f66a4999879998c652fd83ab40795..9a8e103209f9bda861273de6b18bf2c4ec7d1f32 100755 (executable)
--- 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
index f28fe4befa5aaac7ef142419cd3507ff6d4daf74..a169d4d9c6bd4569fa8d1a01cf50bb6b80a3e759 100644 (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])