From d57eca4b94590f20e1caf0b1ebeb195613d3be4a Mon Sep 17 00:00:00 2001 From: Walter de Jong Date: Thu, 6 Jun 2013 09:48:05 +0200 Subject: run libtoolize too --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 007e939..3058c27 100644 --- a/INSTALL +++ b/INSTALL @@ -11,6 +11,11 @@ without warranty of any kind. Basic Installation ================== +$ aclocal +$ autoconf +$ autoheader +$ libtoolize +$ automake --add-missing Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following -- cgit v1.2.3