1.
./bootstrap:6:./bootstrap:autopoint:not found
Workaround:
$ sudo apt-get install Autopoint
2.
Autoreconf:entering directory '. '
Autoreconf:running:intltoolize--automake--copy--force
Can ' t exec "intltoolize": No such file or directory at/usr/share/autoconf/autom4te/fileutils.pm line 345.
Autoreconf:failed to run intltoolize:no such file or directory
Autoreconf:autopoint is needed because the package uses Gettext
Workaround:
$ sudo apt-get install Intltool
3.
Autoreconf:entering directory '. '
Autoreconf:running:intltoolize--automake--copy--force
Autoreconf:running:aclocal--force-i M4
Autoreconf:configure.ac:tracing
Autoreconf:configure.ac:not using Libtool
Autoreconf:running:/usr/bin/autoconf--force
configure.ac:15:error:possibly undefined Macro:ac_prog_libtool
If this token and others is legitimate, please use M4_pattern_allow.
See the Autoconf documentation.
Autoreconf:/usr/bin/autoconf failed with exit Status:1
Workaround:
$ sudo apt-get install Libtool
Redshifte compilation errors encountered (ubuntu14.04)