]> git.lyx.org Git - features.git/commit
Require automake 1.14 and autoconf 2.65
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 6 Apr 2017 11:48:32 +0000 (13:48 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 6 Apr 2017 12:56:30 +0000 (14:56 +0200)
commit86ae7dad3fc1cad3744663d0da8034625dc9ffb1
tree3dad12936805f2bc8db24db178b2cdcf51e1ade8
parent3bd49d1f75d4d48c03165cd93479a19d9d7d1ab3
Require automake 1.14 and autoconf 2.65

This allows to fix distclean properly, since we know that
subdir-objects is used. When it is the case, it is not a good idea for
a Makefile to use a source file which is under the control of another
one. This could not be made to work work with old automake versions
(<1.14).

Therefore we refer directly to object files in Makefile.am instead of
source files. The actually leads to less compilation in tex2lyx.

Update the code here and there to remove compatibility hacks. Update
documentation.

Re-enable the layout test and fix the Length test, which was ovewriting
memory in test_inPixels() because lyxrc did not had a correct layout.
INSTALL
autogen.sh
configure.ac
src/Makefile.am
src/tests/dummy_functions.cpp [new file with mode: 0644]
src/tex2lyx/Makefile.am