Advertisement
Guest User

Untitled

a guest
Oct 29th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. parallels@ubuntu:~$ cd '/home/parallels/kodi14.1'
  2. parallels@ubuntu:~/kodi14.1$ make
  3. autoreconf -vif .
  4. autoreconf: 'configure.ac' and 'configure.in' both present.
  5. autoreconf: proceeding with 'configure.ac'
  6. autoreconf: Entering directory `.'
  7. autoreconf: configure.ac: not using Gettext
  8. autoreconf: running: aclocal --force
  9. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  10. aclocal: warning: 'configure.ac' and 'configure.in' both present.
  11. aclocal: proceeding with 'configure.ac'
  12. autoreconf: configure.ac: tracing
  13. autoconf: warning: both `configure.ac' and `configure.in' are present.
  14. autoconf: warning: proceeding with `configure.ac'.
  15. autoreconf: configure.ac: not using Libtool
  16. autoreconf: running: /usr/bin/autoconf --force
  17. autoconf: warning: both `configure.ac' and `configure.in' are present.
  18. autoconf: warning: proceeding with `configure.ac'.
  19. configure.ac:584: error: possibly undefined macro: AC_PROG_LIBTOOL
  20. If this token and others are legitimate, please use m4_pattern_allow.
  21. See the Autoconf documentation.
  22. autoreconf: /usr/bin/autoconf failed with exit status: 1
  23. make: *** [Makefile.include] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement