Le 05/10/2013 14:39, Vincent van Ravesteijn a écrit :
If it works, we can adapt the trick used in libcurl:
m4_ifdef([_AM_PROG_CC_C_O],
[
AM_INIT_AUTOMAKE([subdir-objects])
],[
AM_INIT_AUTOMAKE
])dnl
This allows to use subdir-objects only with version 1.14, where this
_AM_PROG_CC_C_O got introduced.
So, I will need to revert the subdir-objects option.
You did not like by ugly hack? ;) At least it can be properly documented.
Apparently, there will be no problem until automake 2.0 ?
No problems, but ugly warnings. We can update the configure.ac code
later in the 2.1 cycle if you want.
I did not have the occasion to test distclean on 1.14, but releasing
next beta is the priority.
JMarc