Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoreconf -vis error while installing on RasPi #34

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments
Closed

autoreconf -vis error while installing on RasPi #34

GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@shantanubhadoria
Copy link

Had this issue myself.
$ sudo apt-get install libtool
fixed this for me in RPi.

@shantanubhadoria
Copy link

Just a note it also shows a missing libcrypto error later when i run, which is not a very helpful message in telling you what you need to install.
$ ./configure
This is how to fix it.
sudo apt-get install libssl-dev

For the author, it might be a good idea to include dependencies in installation notes. It would help those not actively working on C like myself get bootstrapped quicker. I didn't even know that I needed to run autoreconf -vis looking at this issue gave me the hint, so thank you :)

@smortex
Copy link
Contributor

smortex commented Apr 13, 2015

Directions have been integrated in 515fc66.

@smortex smortex closed this as completed Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants