Permalink
Browse files
Fixes instructions for building from git repo.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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;)
|
|
|
|
|
|
|
0 comments on commit
542ad4b