autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chmod-ing AC_OUTPUT files


From: Ralf Wildenhues
Subject: Re: chmod-ing AC_OUTPUT files
Date: Thu, 6 Oct 2005 09:01:25 +0200
User-agent: Mutt/1.5.11

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]