projecthamster / xfce4-hamster-plugin

A recreation of the gnome-shell 'hamster project extension' for the xfce4 panel.
http://projecthamster.org
GNU General Public License v2.0
27 stars 8 forks source link

autogen.sh / configure does not work (version 1.0) #9

Closed rapgro closed 10 years ago

rapgro commented 10 years ago
+ sh autogen.sh
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses
panel-plugin/Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined
panel-plugin/Makefile.am:3:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
panel-plugin/Makefile.am:3:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
panel-plugin/Makefile.am:3:   If 'LT_INIT' is in 'configure.ac', make sure
panel-plugin/Makefile.am:3:   its definition is in aclocal's search path.
panel-plugin/Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1
Working, please wait...
Finding interesting files...done
./configure: line 2855: syntax error near unexpected token `2.2.6'
./configure: line 2855: `LT_PREREQ(2.2.6)'
autogen.sh: line 5: ./config.status: No such file or directory
Preparation done
+ exit 0
rapgro commented 10 years ago

… and please add intltool as a needed dependency in README

aquaherd commented 10 years ago

Hello Raphael,

thanks for your help - I'll set up a fedora machine to test compilation and update the missing files.

Regards,

Hakan

aquaherd commented 10 years ago

Fixed in release v1.1

rapgro commented 10 years ago

That was quick, thanks!