From: Bruno Haible Date: Wed, 24 Mar 2010 00:14:18 +0000 (+0100) Subject: pt_chown: Make it work with automake < 1.11. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cbc2a7a6dc6ff05b9d70af8d3cee71426b5409b;p=pspp pt_chown: Make it work with automake < 1.11. --- 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