From 465a83cd0223cf899aa5cc274041e5e71590a3ce Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 30 Mar 2016 11:43:16 +0000 Subject: [PATCH] src/runtime/c/INSTALL: add automake to the list of needed packages on Linux The automake package contains aclocal, which is needed when running autoreconf -i. I never needed to install automake explicitly on Linux, presumably because it got installed anyway because of some other dependency, but apparently you can't take this for granted. --- src/runtime/c/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/INSTALL b/src/runtime/c/INSTALL index af8dd3e84..6bbaefdce 100644 --- a/src/runtime/c/INSTALL +++ b/src/runtime/c/INSTALL @@ -12,7 +12,7 @@ grammar you also have to add the option '-literal=Symb' while compiling. For Linux users --------------- -You will need the packages: autoconf, libtool, make +You will need the packages: autoconf, automake, libtool, make The compilation steps are: