automake
[Top][All Lists]
Advanced

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

Re: executable scripts produced by AC_OUTPUT?


From: Thien-Thi Nguyen
Subject: Re: executable scripts produced by AC_OUTPUT?
Date: 22 May 2005 07:29:11 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Irek Szczesniak <address@hidden> writes:

> Is there a way of achieving my goal?

i believe this can be handled completely by autoconf,
w/o involving automake.  try placing in configure.ac:

AC_CONFIG_FILES([fsclient.sh],[chmod +x fsclient.sh])
AC_OUTPUT

tested w/ GNU Autoconf 2.59.

thi




reply via email to

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