# HG changeset patch # User Eric Blake # Date 1319063750 21600 # Node ID 5b8b0e22d39fe565fcb4aef4baaa5754412e9e54 # Parent d28ebf7351e2d7d5cd07776ecd6c50ca254674f9 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 --- 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 --- a/modules/pt_chown +++ b/modules/pt_chown @@ -8,13 +8,12 @@ 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