Bottom line is that I have:

foo/scriptname.in: the script source

foo/Makefile.am:
bin_SCRIPTS = scriptname

configure.ac:
AC_CONFIG_FILE([foo/scriptname], [chmod +x foo/scriptname])

H

Reply via email to