[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
custom install options: No more binPROGRAMS_INSTALL?
From: |
Alessandro Vesely |
Subject: |
custom install options: No more binPROGRAMS_INSTALL? |
Date: |
Sat, 19 Jul 2014 20:47:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.6.0 |
Hi,
searching the web I found suggestions to use install-exec-hook and
from there issue chown/chmod as needed. However, some years ago I had
found instructions for setting those in Makefile.am like so:
helloexecdir = @MY_AC_STUFF@
helloexec_PROGRAMS = whatever
helloexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)@MY_OTHER_AC_STUFF@
First line still works, third one does not. MY_OTHER_AC_STUFF
contains the required -o and -g options to install; the variable is
defined but not used.
Is that possibility gone for good? Are hooks the only way?
TIA
Ale
P.S. I'm using automake 1.11.6 (Debian wheezy)
- custom install options: No more binPROGRAMS_INSTALL?,
Alessandro Vesely <=