>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> I think I have this right too, since not all the *.am file
Akim> depend on ?EXEC?. See SCRIPTS and PROGRAMS below.
The point is that it is the directory name and not the primary that
determines which install-* target to use.
For instance, what about pkgdata_SCRIPTS?
This is a valid use. But it should be installed by install-data.
What about sysconf_DATA? This is another one.
>> This test is necessary but not sufficient.
>> Please add some more cases like those above...
Akim> Sorry I'm lost :( Can you help me improve the test?
Sure. Try adding sysconf_DATA and then checking that it is installed
by install-exec.
Akim> mysbindir = $(sbin)/my
Akim> mysbindir_DATA = data
Akim> .am:11: invalid variable `mysbindir_DATA'
This is a new failure, since this feature has worked for a long time.
Tom