]> git.proxmox.com Git - mirror_lxc.git/commit
add aclocal include in makefile
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)
commitccf1319832ffeb8e07fcef9bfe67e96e283fead7
treeb0e3b435069a6c6097fad3052a8cec3b14d9d689
parent5b2b6e7e2d5c9b8b28f9ec3864ff5dde223a3669
add aclocal include in makefile

When auto-regen is done at the make time, eg. when the configure.in
script has been modified, the configure is not correctly generated
because the 'config' directory is missing for aclocal, and that makes
the generation to fail due to the missing macros defined in config
directory.

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