autogen.sh: advice about installing libtool
authorAndres G. Aragoneses <knocte@gmail.com>
Mon, 31 Mar 2014 20:16:47 +0000 (22:16 +0200)
committerStephan Sundermann <ssundermann@gnome.org>
Tue, 1 Apr 2014 16:36:51 +0000 (18:36 +0200)
commit4000100604fc454cd89b369ce3798e25a0f1ac5c
treedc562f3118e360ad9663bf3927288c87783d0a3f
parent96957570833aef11a325ee82b88e30cd98902506
autogen.sh: advice about installing libtool

libtool not being present in a system meant that this cryptic
error about LT_INIT would be shown:

sources/glue/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
sources/glue/Makefile.am:1:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
sources/glue/Makefile.am:1:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
sources/glue/Makefile.am:1:   If 'LT_INIT' is in 'configure.ac', make sure
sources/glue/Makefile.am:1:   its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
autogen.sh