diff options
| author | hallgren <hallgren@chalmers.se> | 2016-03-30 11:43:16 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2016-03-30 11:43:16 +0000 |
| commit | 465a83cd0223cf899aa5cc274041e5e71590a3ce (patch) | |
| tree | e6bce846e13ce712756c0f3050099d3ec2cb4284 | |
| parent | a393c1a246bb946e53f26b7b91a173c2ba1a0fa7 (diff) | |
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.
| -rw-r--r-- | src/runtime/c/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
