Loic's fix that removes the % from the instructions in the bottom

This commit is contained in:
Daniel Stenberg 2001-01-09 10:09:39 +00:00
parent a9be9bc7f5
commit 19d3fd1185
1 changed files with 6 additions and 6 deletions

View File

@ -14,9 +14,9 @@ perl/ is a subdirectory with various perl scripts
To build after having extracted everything from CVS, do this:
% automake
% aclocal
% autoheader
% autoconf
% ./configure
% make
automake
aclocal
autoheader
autoconf
./configure
make