summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-09 10:09:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-09 10:09:39 +0000
commit19d3fd11855f983e5f51ff8385190fa9d8de9d32 (patch)
tree9fb6ef5dbdf69e5c2ad483ef5a7e261c303985bf
parenta9be9bc7f564479788b9e9ddebf88eae62e6affd (diff)
downloadgnurl-19d3fd11855f983e5f51ff8385190fa9d8de9d32.tar.gz
gnurl-19d3fd11855f983e5f51ff8385190fa9d8de9d32.tar.bz2
gnurl-19d3fd11855f983e5f51ff8385190fa9d8de9d32.zip
Loic's fix that removes the % from the instructions in the bottom
-rw-r--r--CVS-INFO12
1 files changed, 6 insertions, 6 deletions
diff --git a/CVS-INFO b/CVS-INFO
index 39d9c0eef..68836fa73 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