From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Mon, 7 Dec 2015 15:32:06 +0100 (CET) Received: by wmvv187 with SMTP id v187so169240722wmv.1 for ; Mon, 07 Dec 2015 06:32:05 -0800 (PST) References: From: Milan Broz Message-ID: <56659863.6080701@gmail.com> Date: Mon, 7 Dec 2015 15:32:03 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Subject: Re: [dm-crypt] configure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Almeida, Gabriel" , "dm-crypt@saout.de" On 12/07/2015 03:12 PM, Almeida, Gabriel wrote: > While trying to install cryptsetup and I get the following error=85 > Steps are done as follows: >=20 >=20 >=20 > $ git clone https://gitlab.com/cryptsetup/cryptsetup.git >=20 > $ git checkout v1_7_0 >=20 > $ cd cryptsetup >=20 >=20 >=20 > At this point, instructions are asking to run ./configure, however > there is no such file inside. Configure is distributed in tarballs, downloaded from https://www.kernel.org/pub/linux/utils/cryptsetup/ For git branch you need to run ./autogen.sh to generate it. > So while running ./autogen.sh I get the following error: >=20 >=20 >=20 > configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR >=20 > If this token and others are legitimate, please use > m4_pattern_allow. >=20 > See the Autoconf documentation. >=20 > configure.ac:156: error: possibly undefined macro: AM_PATH_LIBGCRYPT You do not have all development packages installed. (I guess pkgconfig or gcrypt devel here.) I do not know your distro but better use tarball, run pregenerated configure and it will probably print more info. Milan