diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-09 10:09:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-09 10:09:39 +0000 |
commit | 19d3fd11855f983e5f51ff8385190fa9d8de9d32 (patch) | |
tree | 9fb6ef5dbdf69e5c2ad483ef5a7e261c303985bf /CVS-INFO | |
parent | a9be9bc7f564479788b9e9ddebf88eae62e6affd (diff) | |
download | curl-19d3fd11855f983e5f51ff8385190fa9d8de9d32.tar.gz |
Loic's fix that removes the % from the instructions in the bottom
Diffstat (limited to 'CVS-INFO')
-rw-r--r-- | CVS-INFO | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |