Commit 19d3fd11 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent a9be9bc7
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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