Firstlt, I downloaded cufflinks from gitghub.
Then, I run this:
cd cufflinks ; autoreconf --install
But it showed:
configure.ac:123: error: AM_INIT_AUTOMAKE expanded multiple times \
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...\
configure.ac:17: the top level \
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... \
configure.ac:123: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1
So How to solve this problem