1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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