summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libotr/read/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/libotr/read/INSTALL')
-rw-r--r--plugins/MirOTR/libotr/read/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirOTR/libotr/read/INSTALL b/plugins/MirOTR/libotr/read/INSTALL
index 9a7a433d6d..4226b2f44d 100644
--- a/plugins/MirOTR/libotr/read/INSTALL
+++ b/plugins/MirOTR/libotr/read/INSTALL
@@ -18,7 +18,7 @@ COMPILING
If you're got a CVS copy, you will need to regenerate the configure
script using:
- autoreconf -s -i
+ ./bootstrap
Once you have the configure script (which comes with the source
deistribution), run it with the "--with-pic" option, as well as any
@@ -32,7 +32,7 @@ NETBSD:
./configure --with-pic --prefix=/usr/pkg
mingw cross-compiler from Debian Linux:
- ./configure --with-pic --build=`./config.guess` --host=i586-mingw32msvc \
+ ./configure --with-pic --host=i586-mingw32msvc \
--prefix=/usr/i586-mingw32msvc
Once the configure script writes a Makefile, you should be able to just