Mercurial > hg > octave-nkf > gnulib-hg
changeset 15970:5b8b0e22d39f
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 <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 19 Oct 2011 16:35:50 -0600 |
parents | d28ebf7351e2 |
children | 6658b301bbee |
files | ChangeLog modules/pt_chown |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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