Updated bootstrap and readded aclocal.m4

This commit is contained in:
jjako 2004-01-13 07:35:36 +00:00
parent 7ca679d1f8
commit dea041164d
2 changed files with 4483 additions and 3 deletions

4477
aclocal.m4 vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,13 @@
# bootstrap - Execute relevant autotools scripts
# After running this script the directory is ready for distribution as
# a tarball.
# a tarball. It should also be executed before checking milestones
# into CVS.
# It should also be executed before checking milestones into CVS.
# After executing this script the project can be build by executing:
# ./configure
# make
# make install
aclocal
autoheader
@ -18,5 +22,4 @@ make clean
rm config.status
rm libtool
rm -r autom4te.cache/
rm aclocal.m4