>>>>> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes:
Raif> if the above interpretation is correct, then the 'jarsigner' and Raif> 'keytool' targets in the Makefile.am will only serve to copy them from Raif> their *.sh equivalent Yup. Raif> ; assuming that the install script chmods the Raif> scripts correctly --which it seems to be doing. Raif> +tools/jarsigner Raif> +tools/keytool [...] Raif> AC_CONFIG_COMMANDS([gen-classlist],[chmod 755 lib/gen-classlist.sh]) I would add an AC_CONFIG_COMMANDS, like this one, for each of the new tools. That way they will be executable in builddir. Raif> +CLEANFILES = $(bin_SCRIPTS) Don't do this. configure outputs are really only supposed to be removed by 'make distclean', and this will be handled automatically by automake. Tom
