Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  2. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  3. configure.ac:50: warning: LT_INIT was called before AM_PROG_AR
  4. /usr/share/aclocal-1.15/ar-lib.m4:13: AM_PROG_AR is expanded from...
  5. configure.ac:50: the top level
  6. configure.ac:50: warning: LT_INIT was called before AM_PROG_AR
  7. aclocal.m4:285: AM_PROG_AR is expanded from...
  8. configure.ac:50: the top level
  9. !CFLconfigure.ac:50: warning: LT_INIT was called before AM_PROG_AR
  10. aclocal.m4:285: AM_PROG_AR is expanded from...
  11. configure.ac:50: the top level
  12. configure.ac:50: warning: LT_INIT was called before AM_PROG_AR
  13. aclocal.m4:285: AM_PROG_AR is expanded from...
  14. configure.ac:50: the top level
  15. configure.ac:42: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
  16. configure.ac:42: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
  17. configure.ac:42: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
  18. configure.ac:50: installing './ar-lib'
  19. configure.ac:38: installing './compile'
  20. configure.ac:38: installing './config.guess'
  21. configure.ac:38: installing './config.sub'
  22. configure.ac:8: installing './install-sh'
  23. configure.ac:8: installing './missing'
  24. parallel-tests: installing './test-driver'
  25. elm_code/src/bin/Makefile.am: installing './depcomp'
  26. Makefile_Eolian_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension
  27. elm_code/src/lib/Makefile.am:10: 'Makefile_Eolian_Helper.am' included from here
  28. Makefile_Eolian_Helper.am:18: warning: '%'-style pattern rules are a GNU make extension
  29. elm_code/src/lib/Makefile.am:10: 'Makefile_Eolian_Helper.am' included from here
  30. Makefile_Eolian_Helper.am:21: warning: '%'-style pattern rules are a GNU make extension
  31. elm_code/src/lib/Makefile.am:10: 'Makefile_Eolian_Helper.am' included from here
  32. elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget_text.c' is in a subdirectory,
  33. elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
  34. automake: warning: possible forward-incompatibility.
  35. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  36. automake: automake option hasn't been enabled. For now, the corresponding output
  37. automake: object file(s) will be placed in the top-level directory. However,
  38. automake: this behaviour will change in future Automake versions: they will
  39. automake: unconditionally cause object files to be placed in the same subdirectory
  40. automake: of the corresponding sources.
  41. automake: You are advised to start using 'subdir-objects' option throughout your
  42. automake: project, to avoid future incompatibilities.
  43. elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget_tooltip.c' is in a subdirectory,
  44. elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
  45. elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget_selection.c' is in a subdirectory,
  46. elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
  47. elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget.c' is in a subdirectory,
  48. elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
  49. elm_code/src/tests/Makefile.am:20: warning: abspath $(srcdir: non-POSIX variable name
  50. elm_code/src/tests/Makefile.am:20: (probably a GNU make extension)
  51. elm_code/src/tests/Makefile.am:8: warning: source file 'widget/elm_code_test_widget.c' is in a subdirectory,
  52. elm_code/src/tests/Makefile.am:8: but option 'subdir-objects' is disabled
  53. elm_code/src/tests/Makefile.am:8: warning: source file 'widget/elm_code_test_widget_text.c' is in a subdirectory,
  54. elm_code/src/tests/Makefile.am:8: but option 'subdir-objects' is disabled
  55. elm_code/src/tests/Makefile.am:8: warning: source file 'widget/elm_code_test_widget_selection.c' is in a subdirectory,
  56. elm_code/src/tests/Makefile.am:8: but option 'subdir-objects' is disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement