GNOME Bugzilla – Bug 769807
Missing libtool dependency in autogen.sh script
Last modified: 2016-08-14 07:21:30 UTC
When running ./autogen.sh script stops at: checking for glib-compile-resources... /usr/bin/glib-compile-resources checking for gtk3-update-icon-cache... no checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache checking for valadoc... no ./configure: line 4399: syntax error near unexpected token `2.2' ./configure: line 4399: `LT_PREREQ(2.2)' Expected behaviour: Script prompt information about missing libtool
Created attachment 333189 [details] [review] Missing libtool dependency in autogen.sh script Running autogen.sh script without libtool installed ended with error. Now user is informed about missing dependency: *** No libtool found, please install it ***
Attachment 333189 [details] pushed as 38519a8 - Missing libtool dependency in autogen.sh script