From aa3d5a4038c430fa33c0a4da1aaec4a8ff39fd66 Mon Sep 17 00:00:00 2001 From: Felice Pantaleo Date: Tue, 3 Dec 2019 12:12:53 +0100 Subject: [PATCH] Add libtool to the dependencies Installing `libtool` is required. The following error is produced if this dependency is missing: ``` configure.ac:30: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 ``` --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index fb2d50d..fd93768 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ line flags. However, the outputs are incompatible. You cannot use the profile generated for GCC in LLVM and vice-versa. Install dependencies: - sudo apt-get -y install autoconf automake git libelf-dev libssl-dev pkg-config + sudo apt-get -y install autoconf automake git libelf-dev libssl-dev pkg-config libtool Clone the repository using the following command: git clone --recursive https://github.com/google/autofdo.git