kensanata / bitlbee-mastodon

A Mastodon plugin for Bitlbee
https://alexschroeder.ch/software/Bitlbee_Mastodon
GNU General Public License v2.0
30 stars 7 forks source link

Ubuntu Dependencies #1

Closed zyphlar closed 6 years ago

zyphlar commented 6 years ago

Firstly, autotools is apparently called autoconf in Ubuntu, so to get around this error:

./autogen.sh: 18: ./autogen.sh: autoreconf: not found

I had to apt install autoconf.

Then to get around this error:

configure.ac:32: error: possibly undefined macro: AC_DISABLE_STATIC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:33: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

I had to apt install libtool

Just FYI in terms of actual Ubuntu dependencies.

Thanks for the plugin!

kensanata commented 6 years ago

Thanks. I added a short note.