diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2013-08-11 16:54:21 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2013-08-11 16:54:21 -0500 |
commit | 9f9ca5b9d357281a57964e697b89eedbe6333de1 (patch) | |
tree | e108f00503fee971167b4000267e526d9a9c5c32 /build-gnunet.sh | |
parent | ae33c2fd0899ef483984432c75d2ea0d3247f3a2 (diff) |
Add missing test-driver in libgcrypt build.
Diffstat (limited to 'build-gnunet.sh')
-rwxr-xr-x | build-gnunet.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-gnunet.sh b/build-gnunet.sh index 834ce1c..4797df9 100755 --- a/build-gnunet.sh +++ b/build-gnunet.sh @@ -56,6 +56,7 @@ git clone ../downloads/libgcrypt libgcrypt || die "Unable to clone libgcrypt git repository" cd libgcrypt patch -p1 < ../../patches/libgcrypt.patch +automake --add-missing ./autogen.sh || die "Uanble to autogen libgcrypt" emconfigure ./configure --enable-maintainer-mode \ |