bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new module 'pt_chown'


From: Bruno Haible
Subject: Re: new module 'pt_chown'
Date: Wed, 24 Mar 2010 01:14:37 +0100
User-agent: KMail/1.9.9

Simon Josefsson wrote:
> Btw, there is also some errors when building these modules:
> 
> gllib/Makefile.am:4103: `pkglibexec_PROGRAMS' is used but `pkglibexecdir' is 
> undefined
> ...
> gllib/Makefile.am:4104: variable `pt_chown_LDADD' is defined but no program or
> gllib/Makefile.am:4104: library has `pt_chown' as canonic name (possible typo)

Oops, fixed like this:


2010-03-23  Bruno Haible  <address@hidden>

        pt_chown: Make it work with automake < 1.11.
        * modules/pt_chown (Makefile.am): Define pkglibexecdir.
        Reported by Simon Josefsson.

*** modules/pt_chown.orig       Wed Mar 24 01:13:23 2010
--- modules/pt_chown    Wed Mar 24 01:12:57 2010
***************
*** 12,17 ****
--- 12,19 ----
  
  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
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]