Details
Description
./autogen.sh or makefiles need updating.
svn checkout http://svn.apache.org/repos/asf/incubator/log4cxx/trunk apache-log4cxx
cd apache-log4cxx
./autogen.sh
src/test/cpp/Makefile.am:29: warning: source file 'customlogger/xlogger.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:29: 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/test/cpp/Makefile.am:29: warning: source file 'customlogger/xloggertestcase.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:29: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase1.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase2.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase3.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase4.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:39: warning: source file 'filter/andfiltertest.cpp' is in a subdirectory,
and so on....