[Coin-discuss] autoconf executable bit

Stefan Vigerske stefan at vigerske.de
Sun Oct 18 14:08:06 EDT 2009


Hi,

the scripts that run the unittest in Ipopt & co have the same problem.
Here the chmod+x is executed by make test.

I haven't tried, but you could place a chmod +x in configure.ac.
Probably it needs to come after the AC_COIN_FINALIZE line, which is not
necessarily nice.

Stefan

Matthew Galati schrieb:
> Trying to setup build/install for DIP project.
> 
> I have some scripts that I want the user to run (dealing with third-party stuff for DIP applications). The script gets copied from my_script.sh.in to my_script.sh to the build dir for the user to run. The original my_script.sh.in is set with the svn:executable bit ON. But, when autoconf makes the copy the executable bit is lost. How can I fix this? Currently, the user has to chmod+x before it can run the script.
> 
> Thanks,
> Matt
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/coin-discuss




More information about the Coin-discuss mailing list