Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. root@FIVEM:~/zarhexcash# ./autogen.sh
  2. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  3. libtoolize: copying file 'build-aux/ltmain.sh'
  4. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  5. libtoolize: copying file 'build-aux/m4/libtool.m4'
  6. libtoolize: copying file 'build-aux/m4/ltoptions.m4'
  7. libtoolize: copying file 'build-aux/m4/ltsugar.m4'
  8. libtoolize: copying file 'build-aux/m4/ltversion.m4'
  9. libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  10. configure.ac:45: installing 'build-aux/compile'
  11. configure.ac:28: installing 'build-aux/missing'
  12. Makefile.am: installing 'build-aux/depcomp'
  13. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  14. libtoolize: copying file 'build-aux/ltmain.sh'
  15. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  16. libtoolize: copying file 'build-aux/m4/libtool.m4'
  17. libtoolize: copying file 'build-aux/m4/ltoptions.m4'
  18. libtoolize: copying file 'build-aux/m4/ltsugar.m4'
  19. libtoolize: copying file 'build-aux/m4/ltversion.m4'
  20. libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  21. configure.ac:10: installing 'build-aux/compile'
  22. configure.ac:9: installing 'build-aux/missing'
  23. Makefile.am:54: warning: source file 'src/secp256k1.c' is in a subdirectory,
  24. Makefile.am:54: but option 'subdir-objects' is disabled
  25. automake: warning: possible forward-incompatibility.
  26. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  27. automake: automake option hasn't been enabled. For now, the corresponding output
  28. automake: object file(s) will be placed in the top-level directory. However,
  29. automake: this behaviour will change in future Automake versions: they will
  30. automake: unconditionally cause object files to be placed in the same subdirectory
  31. automake: of the corresponding sources.
  32. automake: You are advised to start using 'subdir-objects' option throughout your
  33. automake: project, to avoid future incompatibilities.
  34. Makefile.am:68: warning: source file 'src/bench_inv.c' is in a subdirectory,
  35. Makefile.am:68: but option 'subdir-objects' is disabled
  36. Makefile.am:65: warning: source file 'src/bench_sign.c' is in a subdirectory,
  37. Makefile.am:65: but option 'subdir-objects' is disabled
  38. Makefile.am:62: warning: source file 'src/bench_verify.c' is in a subdirectory,
  39. Makefile.am:62: but option 'subdir-objects' is disabled
  40. Makefile.am:76: warning: source file 'src/tests.c' is in a subdirectory,
  41. Makefile.am:76: but option 'subdir-objects' is disabled
  42. Makefile.am: installing 'build-aux/depcomp'
  43. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  44. libtoolize: copying file 'build-aux/ltmain.sh'
  45. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  46. libtoolize: copying file 'build-aux/m4/libtool.m4'
  47. libtoolize: copying file 'build-aux/m4/ltoptions.m4'
  48. libtoolize: copying file 'build-aux/m4/ltsugar.m4'
  49. libtoolize: copying file 'build-aux/m4/ltversion.m4'
  50. libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  51. configure.ac:213: error: possibly undefined macro: AC_MSG_ERROR
  52. If this token and others are legitimate, please use m4_pattern_allow.
  53. See the Autoconf documentation.
  54. configure.ac:264: error: possibly undefined macro: AC_CHECK_LIB
  55. configure.ac:827: error: possibly undefined macro: PKG_CHECK_MODULES
  56. configure.ac:854: error: possibly undefined macro: AC_CHECK_HEADER
  57. autoreconf: /usr/bin/autoconf failed with exit status: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement