Hi David,

* David Fang wrote on Thu, Oct 06, 2005 at 01:46:27AM CEST:
>       I have a configure.ac whose tail end looks something like:

> AC_CONFIG_FILES([
>       myscript.sh
>       ])
> AC_OUTPUT
> 
> chmod +x myscript.sh

Read the fine manual
  info Autoconf "Configuration Files"
where it shows as example

  AC_CONFIG_FILES([Makefile src/Makefile man/Makefile X/Imakefile])
  AC_CONFIG_FILES([autoconf], [chmod +x autoconf])

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to