diff --git a/INSTALL.md b/INSTALL.md index 2844f781..5cc34167 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,7 +7,7 @@ * C compiler that supports the c99 standard. (gcc or clang) * make * autoconf -* automake +* automake (1.14.0 or up) * Dev packages of the external libraries ### External libraries diff --git a/Makefile.am b/Makefile.am index 69b068ed..33b95821 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# Specify automake version. +AUTOMAKE_OPTIONS = 1.14.0 ## # Rofi the program