Пытаюсь откомпилировать liferea. Делаю как в
https://forum.ubuntu.ru/index.php?topic=2269.0$ sudo ./autogen.sh
Can't exec "libtoolize": Нет такого файла или каталога at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
configure.ac:133: warning: macro `AM_GCONF_SOURCE_2' not found in library
configure.ac:160: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
src/fl_sources/Makefile.am:11: library used but `RANLIB' is undefined
src/fl_sources/Makefile.am:11: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/fl_sources/Makefile.am:11: to `configure.ac' and run `autoconf' again.
src/notification/Makefile.am:12: library used but `RANLIB' is undefined
src/notification/Makefile.am:12: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/notification/Makefile.am:12: to `configure.ac' and run `autoconf' again.
src/notification/Makefile.am:25: Libtool library used but `LIBTOOL' is undefined
src/notification/Makefile.am:25: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/notification/Makefile.am:25: to `configure.ac' and run `aclocal' and `autoconf' again.
src/notification/Makefile.am:25: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/notification/Makefile.am:25: its definition is in aclocal's search path.
src/parsers/Makefile.am:11: library used but `RANLIB' is undefined
src/parsers/Makefile.am:11: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/parsers/Makefile.am:11: to `configure.ac' and run `autoconf' again.
src/scripting/Makefile.am:15: Libtool library used but `LIBTOOL' is undefined
src/scripting/Makefile.am:15: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/scripting/Makefile.am:15: to `configure.ac' and run `aclocal' and `autoconf' again.
src/scripting/Makefile.am:15: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/scripting/Makefile.am:15: its definition is in aclocal's search path.
src/sync/Makefile.am:10: library used but `RANLIB' is undefined
src/sync/Makefile.am:10: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/sync/Makefile.am:10: to `configure.ac' and run `autoconf' again.
src/ui/Makefile.am:9: library used but `RANLIB' is undefined
src/ui/Makefile.am:9: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/ui/Makefile.am:9: to `configure.ac' and run `autoconf' again.
src/webkit/Makefile.am:5: library used but `RANLIB' is undefined
src/webkit/Makefile.am:5: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/webkit/Makefile.am:5: to `configure.ac' and run `autoconf' again.
Makefile.am:32: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL
autoreconf: automake failed with exit status: 1
intltoolize: 'po/Makefile.in.in' exists: use '--force' to overwrite
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
./configure: line 2174: syntax error near unexpected token `yes'
./configure: line 2174: `AC_ENABLE_SHARED(yes)'
После этого ./configure файл ломается, и не работает. Что делать?