pt_chown: use configmake to simplify build
authorEric Blake <eblake@redhat.com>
Wed, 19 Oct 2011 22:35:50 +0000 (16:35 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 19 Oct 2011 22:35:50 +0000 (16:35 -0600)
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 <eblake@redhat.com>
ChangeLog
modules/pt_chown

index bd08758..a19154a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-10-19  Eric Blake  <eblake@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.
index 9606a02..515df4b 100644 (file)
@@ -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