# HG changeset patch # User Bruno Haible # Date 1269389658 -3600 # Node ID 83b732e6d2c424566d913da4d762e0bff356c884 # Parent 81c0a49eb40dfa22406fe4d6cb3886c859c18611 pt_chown: Make it work with automake < 1.11. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/pt_chown +++ b/modules/pt_chown @@ -12,6 +12,8 @@ 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