timmerk / libfreefare

Automatically exported from code.google.com/p/libfreefare
Other
0 stars 0 forks source link

autoreconf -vis error while installing on RasPi #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when I run auroreconf -vis on RasPi, I get the following output:
autoreconf -vis
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --no-force
configure.ac:8: installing `./ar-lib'
configure.ac:13: installing `./install-sh'
configure.ac:13: installing `./missing'
contrib/libutil/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
contrib/libutil/Makefile.am:5:   The usual way to define `LIBTOOL' is to add 
`LT_INIT'
contrib/libutil/Makefile.am:5:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
contrib/libutil/Makefile.am:5:   If `LT_INIT' is in `configure.ac', make sure
contrib/libutil/Makefile.am:5:   its definition is in aclocal's search path.
contrib/libutil/Makefile.am: installing `./depcomp'
libfreefare/Makefile.am:6: Libtool library used but `LIBTOOL' is undefined
libfreefare/Makefile.am:6:   The usual way to define `LIBTOOL' is to add 
`LT_INIT'
libfreefare/Makefile.am:6:   to `configure.ac' and run `aclocal' and `autoconf' 
again.
libfreefare/Makefile.am:6:   If `LT_INIT' is in `configure.ac', make sure
libfreefare/Makefile.am:6:   its definition is in aclocal's search path.
test/Makefile.am:33: Libtool library used but `LIBTOOL' is undefined
test/Makefile.am:33:   The usual way to define `LIBTOOL' is to add `LT_INIT'
test/Makefile.am:33:   to `configure.ac' and run `aclocal' and `autoconf' again.
test/Makefile.am:33:   If `LT_INIT' is in `configure.ac', make sure
test/Makefile.am:33:   its definition is in aclocal's search path.
test/common/Makefile.am:14: Libtool library used but `LIBTOOL' is undefined
test/common/Makefile.am:14:   The usual way to define `LIBTOOL' is to add 
`LT_INIT'
test/common/Makefile.am:14:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
test/common/Makefile.am:14:   If `LT_INIT' is in `configure.ac', make sure
test/common/Makefile.am:14:   its definition is in aclocal's search path.
Makefile.am: installing `./INSTALL'
autoreconf: automake failed with exit status: 1

Original issue reported on code.google.com by praveenk...@gmail.com on 14 Jan 2015 at 5:24