On Wed, May 18, 2005 at 05:02:29PM +1200, Michal Ludvig wrote: > 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 $
thanks! that worked a lot better on my out-dated test system than the autoreconf, which complained about automake not recognizing --force-missing best, Herbert > Michal Ludvig > -- > * Personal homepage: http://www.logix.cz/michal > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
