Even with older automake, our configmake module provides the guarantee that pt_chown needs.
* modules/pt_chown (Makefile.am): Drop line guaranteed by configmake. Signed-off-by: Eric Blake <ebl...@redhat.com> --- This is an alternative solution to: https://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00319.html, made possible due to changes made to configmake in Dec 2010. ChangeLog | 3 +++ modules/pt_chown | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd08758..a19154a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-10-19 Eric Blake <ebl...@redhat.com> + pt_chown: use configmake to simplify build + * modules/pt_chown (Makefile.am): Drop line guaranteed by configmake. + ptsname and others: relax license * modules/grantpt (License): Change from LGPLv3+ to LGPLv2+. * modules/unlockpt (License): Likewise. diff --git a/modules/pt_chown b/modules/pt_chown index 9606a02..515df4b 100644 --- a/modules/pt_chown +++ b/modules/pt_chown @@ -8,13 +8,12 @@ lib/pty-private.h Depends-on: ptsname stdlib +configmake 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 -- 1.7.4.4