From: Daniel Stenberg Date: Tue, 9 Jan 2001 10:09:39 +0000 (+0000) Subject: Loic's fix that removes the % from the instructions in the bottom X-Git-Tag: curl_7_6-pre3~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19d3fd11855f983e5f51ff8385190fa9d8de9d32;p=thirdparty%2Fcurl.git Loic's fix that removes the % from the instructions in the bottom --- diff --git a/CVS-INFO b/CVS-INFO index 39d9c0eef6..68836fa738 100644 --- a/CVS-INFO +++ b/CVS-INFO @@ -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