[BACK] Return to bootstrap CVS log [TXT][DIR] Up to Nevrax / code / nel

File: Nevrax / code / nel / bootstrap (download)
Revision 1.1, Thu Nov 23 11:51:35 2000 UTC (19 months, 3 weeks ago) by valignat
Branch: MAIN
Add a more complete compilation system, only the generation of Makefiles and
the compilation works but not the installation and co ...

#! /bin/sh

set -x
rm -f config.cache
aclocal
libtoolize --force --copy
autoheader
automake --gnu --add-missing --copy
autoconf