mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 05:32:55 +00:00
remove m4 dir usage
As the m4 directory is not used, remove the usage from the scripts. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
ccf1319832
commit
8db2cb8e0d
@ -3,9 +3,8 @@
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
test -d autom4te.cache && rm -rf autom4te.cache
|
test -d autom4te.cache && rm -rf autom4te.cache
|
||||||
test -d m4 || mkdir m4
|
|
||||||
libtoolize --force --copy
|
libtoolize --force --copy
|
||||||
aclocal -I m4 -I config || exit 1
|
aclocal -I config || exit 1
|
||||||
autoheader || exit 1
|
autoheader || exit 1
|
||||||
autoconf || exit 1
|
autoconf || exit 1
|
||||||
automake --add-missing --copy || exit 1
|
automake --add-missing --copy || exit 1
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
AC_INIT([lxc], [0.6.2])
|
AC_INIT([lxc], [0.6.2])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([configure.in])
|
AC_CONFIG_SRCDIR([configure.in])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
AC_CONFIG_AUX_DIR([config])
|
AC_CONFIG_AUX_DIR([config])
|
||||||
AM_CONFIG_HEADER([src/config.h])
|
AM_CONFIG_HEADER([src/config.h])
|
||||||
AM_INIT_AUTOMAKE([-Wno-portability])
|
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||||
|
Loading…
Reference in New Issue
Block a user