Irek Szczesniak <[EMAIL PROTECTED]> writes: > Is there a way of achieving my goal?
i believe this can be handled completely by autoconf, w/o involving automake. try placing in configure.ac: AC_CONFIG_FILES([fsclient.sh],[chmod +x fsclient.sh]) AC_OUTPUT tested w/ GNU Autoconf 2.59. thi