jin@1:~$ #!/bin/bash
jin@1:~$ git clone -b test --depth 1 https://github.com/yama-natuki/JD.git jd
Cloning into 'jd'...

Checking connectivity... done.

jin@1:~$ cd jd
jin@1:~/jd$ sh autogen.sh --prefix=prefered_install_path make make install
GNU Make 4.1 found
checking autoconf ...

configure.ac:6: installing './missing'
src/Makefile.am: installing './depcomp'
----------------------------------------------
以上までエラーなく通ったみたい

jin@1:~/jd$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

checking for SMlib.h and ICElib.h... /usr/include
checking for libSM and libICE... could not find libSM and libICE.
use gnutls
checking for GNUTLS... yes
gnutls >= 1.2
checking gcrypt.h usability... no
checking gcrypt.h presence... no
checking for gcrypt.h... no
checking for gcry_md_hash_buffer in -lgcrypt... no
configure: error: gcrypt not found