|
From: Mojca M. <moj...@gm...> - 2013-07-03 13:26:18
|
Hi, I wanted to test the latest gnuplot, but automake (1.14) keeps complaining: ./prepare aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' make: `Makefile.am' is up to date. make: `Makefile.am' is up to date. make: `Makefile.am' is up to date. make: `Makefile.am' is up to date. make: `Makefile.am' is up to date. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' src/Makefile.am:93: warning: source file 'wxterminal/wxt_gui.cpp' is in a subdirectory, src/Makefile.am:93: 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. src/Makefile.am:97: warning: source file 'wxterminal/gp_cairo.c' is in a subdirectory, src/Makefile.am:97: but option 'subdir-objects' is disabled src/Makefile.am:97: warning: source file 'wxterminal/gp_cairo_helpers.c' is in a subdirectory, src/Makefile.am:97: but option 'subdir-objects' is disabled src/Makefile.am:146: warning: source file 'qtterminal/qt_term.cpp' is in a subdirectory, src/Makefile.am:146: but option 'subdir-objects' is disabled src/Makefile.am:149: warning: source file 'qtterminal/qt_term_mac.m' is in a subdirectory, src/Makefile.am:149: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/gnuplot_qt.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/QtGnuplotWindow.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/QtGnuplotApplication.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/QtGnuplotWidget.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/QtGnuplotScene.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/QtGnuplotItems.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled src/Makefile.am:160: warning: source file 'qtterminal/QtGnuplotEvent.cpp' is in a subdirectory, src/Makefile.am:160: but option 'subdir-objects' is disabled It nevertheless works, but it would be great to fix these problems (I know that I can probably downgrade autotools, but ...). Mojca |