Skip to content

Instantly share code, notes, and snippets.

@zmike
Created February 8, 2016 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmike/e5f6b75a584421e329c9 to your computer and use it in GitHub Desktop.
Save zmike/e5f6b75a584421e329c9 to your computer and use it in GitHub Desktop.
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
configure.ac:50: warning: LT_INIT was called before AM_PROG_AR
/usr/share/aclocal-1.15/ar-lib.m4:13: AM_PROG_AR is expanded from...
configure.ac:50: the top level
configure.ac:50: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:285: AM_PROG_AR is expanded from...
configure.ac:50: the top level
!CFLconfigure.ac:50: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:285: AM_PROG_AR is expanded from...
configure.ac:50: the top level
configure.ac:50: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:285: AM_PROG_AR is expanded from...
configure.ac:50: the top level
configure.ac:42: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:42: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:42: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:50: installing './ar-lib'
configure.ac:38: installing './compile'
configure.ac:38: installing './config.guess'
configure.ac:38: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
parallel-tests: installing './test-driver'
elm_code/src/bin/Makefile.am: installing './depcomp'
Makefile_Eolian_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension
elm_code/src/lib/Makefile.am:10: 'Makefile_Eolian_Helper.am' included from here
Makefile_Eolian_Helper.am:18: warning: '%'-style pattern rules are a GNU make extension
elm_code/src/lib/Makefile.am:10: 'Makefile_Eolian_Helper.am' included from here
Makefile_Eolian_Helper.am:21: warning: '%'-style pattern rules are a GNU make extension
elm_code/src/lib/Makefile.am:10: 'Makefile_Eolian_Helper.am' included from here
elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget_text.c' is in a subdirectory,
elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget_tooltip.c' is in a subdirectory,
elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget_selection.c' is in a subdirectory,
elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
elm_code/src/lib/Makefile.am:39: warning: source file 'widget/elm_code_widget.c' is in a subdirectory,
elm_code/src/lib/Makefile.am:39: but option 'subdir-objects' is disabled
elm_code/src/tests/Makefile.am:20: warning: abspath $(srcdir: non-POSIX variable name
elm_code/src/tests/Makefile.am:20: (probably a GNU make extension)
elm_code/src/tests/Makefile.am:8: warning: source file 'widget/elm_code_test_widget.c' is in a subdirectory,
elm_code/src/tests/Makefile.am:8: but option 'subdir-objects' is disabled
elm_code/src/tests/Makefile.am:8: warning: source file 'widget/elm_code_test_widget_text.c' is in a subdirectory,
elm_code/src/tests/Makefile.am:8: but option 'subdir-objects' is disabled
elm_code/src/tests/Makefile.am:8: warning: source file 'widget/elm_code_test_widget_selection.c' is in a subdirectory,
elm_code/src/tests/Makefile.am:8: but option 'subdir-objects' is disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment