]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
remove m4 dir usage
authorDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 26 Apr 2009 09:43:41 +0000 (11:43 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 26 Apr 2009 09:43:41 +0000 (11:43 +0200)
As the m4 directory is not used, remove the usage from
the scripts.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
autogen.sh
configure.in

index e2e473b639b6648ec93812a9a365017c153e0269..80dbf9d5372d1594d6ecca37f8451eb661f496e9 100755 (executable)
@@ -3,9 +3,8 @@
 set -x
 
 test -d autom4te.cache && rm -rf autom4te.cache
-test -d m4 || mkdir m4
 libtoolize --force --copy
-aclocal -I m4 -I config || exit 1
+aclocal -I config || exit 1
 autoheader || exit 1
 autoconf || exit 1
 automake --add-missing --copy || exit 1
index 8ac132e7836acf0681cf0413cedca30457b58c03..67a152ce9052cce10f82bd31ceaa9794af0718f8 100644 (file)
@@ -4,7 +4,6 @@
 AC_INIT([lxc], [0.6.2])
 
 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])