autoconf
[Top][All Lists]
Advanced

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

AC_CONFIG_FILES and chmod


From: Lorenzo Bettini
Subject: AC_CONFIG_FILES and chmod
Date: Sat, 13 Jun 2009 10:05:08 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

On configure.ac, if you need to set the executable flag of a file generated by configure, you can do like this (as reported in the manual):

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

Now, since I have many generated files to set as executable, is there a quicker way than to have an AC_CONFIG_FILES([...], [chmod +x ...]) instruction for each file?

thanks in advance
        Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134     (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net





reply via email to

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