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;)