From: Michal Ludvig (michal_at_logix.cz)
Date: Wed 18 May 2005 - 06:02:29 BST
Herbert Poetzl wrote:
> probably I'm just too dumb to figure it myself, but
> how would you build the tools from the savannah CVS?
This one works for me on SuSE Linux 9.2:
~/src/utils-vserver-cvs $ cat bootstrap
#!/bin/sh
rm -rf autom4te*.cache
aclocal -I . -I m4 || exit 1
autoheader || exit 1
libtoolize --force --copy || exit 1
automake --foreign --add-missing --copy || exit 1
autoconf || exit 1
~/src/utils-vserver-cvs $
Michal Ludvig
-- * Personal homepage: http://www.logix.cz/michal _______________________________________________ Vserver mailing list Vserver_at_list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver