From: Eric Blake Date: Wed, 19 Oct 2011 22:35:50 +0000 (-0600) Subject: pt_chown: use configmake to simplify build X-Git-Tag: v0.1~1556 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9ff147f45a591c809b15de3b28ec3a0b8c668f6a;p=gnulib.git pt_chown: use configmake to simplify build 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 --- diff --git a/ChangeLog b/ChangeLog index bd08758f93..a19154adb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-10-19 Eric Blake + 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 9606a026af..515df4b725 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