DaehwanKimLab / tophat

Spliced read mapper for RNA-Seq
http://ccb.jhu.edu/software/tophat
Boost Software License 1.0
91 stars 46 forks source link

Fixing issue with newer automakes #63

Open snehring opened 2 years ago

snehring commented 2 years ago

Newer versions of automake don't tolerate multiple uses of AM_INIT_AUTOMAKE

Removing the first seems to satisfy it.