automake
[Top][All Lists]
Advanced

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

Re: dealing with executable shell scripts


From: Harlan Stenn
Subject: Re: dealing with executable shell scripts
Date: Mon, 19 Mar 2012 19:36:22 -0700

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

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