From a12dced2982260c41c870b9d16c4a499a6516c67 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 7 Jul 2011 13:09:49 +0200 Subject: [PATCH] appended pre-install notes to INSTALL --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index c31fd17..e74bb49 100644 --- a/INSTALL +++ b/INSTALL @@ -49,6 +49,14 @@ You may also have trouble unless your compiler's C preprocessor supports ISO C99 varadic macros. gcc is the compiler we use for almost all our testing, and we recommend it for use with srvx. +PreInstall: +---------- +$ aclocal +$ autoconf +$ autoreconf -f -i -Wall,no-obsolete +$ cp /usr/share/libtool/* ./ +$ automake + Quick Install: ---------- $ ./configure -- 2.20.1