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-Tag: v0.1~4440 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4cbc2a7a6dc6ff05b9d70af8d3cee71426b5409b;p=gnulib.git pt_chown: Make it work with automake < 1.11. --- diff --git a/ChangeLog b/ChangeLog index 0b1dc208c..1d1389559 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * lib/pt_chown.c: Don't include idpriv.h. (main): Don't drop privileges. diff --git a/modules/pt_chown b/modules/pt_chown index a52fef0d0..b861331d2 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