From 542ad4b9b7f5e20f85a524c92dee796f8e690eda Mon Sep 17 00:00:00 2001 From: Eric Nawrocki Date: Wed, 29 Jun 2016 10:27:37 -0400 Subject: [PATCH] Fixes instructions for building from git repo. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2235b8e9..2e2b6e10 100644 --- a/INSTALL +++ b/INSTALL @@ -51,7 +51,7 @@ want the in-development code. And finally: ln -s easel/aclocal.m4 aclocal.m4 - ln -s easel/aclocal.m4 hmmer/aclocal.m4 + (cd hmmer; ln -s ../easel/aclocal.m4 aclocal.m4;) autoconf (cd easel; autoconf; cd ../hmmer; autoconf;)