bitlbee / bitlbee-steam

Steam protocol plugin for BitlBee
GNU General Public License v2.0
126 stars 12 forks source link

autoreconf: /usr/bin/autoconf failed with exit status: 1 #100

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, on Lubuntu I get this when I run ./autogen.sh:

theo@ubuntugandhi:~/bitlbee-steam$ ./autogen.sh
^[[Dautoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -Im4
configure.ac:84: warning: macro 'AM_PATH_LIBGCRYPT' not found in library
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
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
configure.ac:84: error: possibly undefined macro: AM_PATH_LIBGCRYPT
autoreconf: /usr/bin/autoconf failed with exit status: 1

Do you know the problem and how I can fix it?

dequis commented 9 years ago

Install build-essentails, libtool, libgcrypt-dev, pkg-config, and i don't know what else.

Or you could also just use the repository at https://jgeboski.github.io/

ghost commented 9 years ago

Worked, thanks!