From 4cbc2a7a6dc6ff05b9d70af8d3cee71426b5409b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 24 Mar 2010 01:14:18 +0100 Subject: [PATCH] pt_chown: Make it work with automake < 1.11. --- ChangeLog | 6 ++++++ modules/pt_chown | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0b1dc208c1..1d13895595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-23 Bruno Haible + + pt_chown: Make it work with automake < 1.11. + * modules/pt_chown (Makefile.am): Define pkglibexecdir. + Reported by Simon Josefsson. + 2010-03-23 Bruno Haible pt_chown: Don't depend on GPLed modules. diff --git a/modules/pt_chown b/modules/pt_chown index a52fef0d08..b861331d2a 100644 --- a/modules/pt_chown +++ b/modules/pt_chown @@ -12,6 +12,8 @@ configure.ac: Makefile.am: # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s). +# The next line can be removed once we assume automake >= 1.11. +pkglibexecdir = $(libexecdir)/@PACKAGE@ pkglibexec_PROGRAMS = pt_chown pt_chown_LDADD = libgnu.a -- 2.30.2