Re: some minor errors in stow's Makefile.am

Adam Spiers <[email protected]> Tue, 6 Dec 2011 15:22:49 +0000
Newsgroups gmane.comp.gnu.stow.bugs
Message-ID <CAOkDyE_3N1NYompMRPMs2Jtk3=O7j63JxaSuF7-FLwFeSTJMLw@mail.gmail.com>
On Tue, Dec 6, 2011 at 12:30 PM, Stefano Lattarini
<[email protected]> wrote:
> Hi!
>
> While looking in stow's Makefile.am, I've noticed few minor errors
> and blunders, and I think you might want to know about them.

Many thanks for this review Stefano, it's hugely helpful!  I will fix
these and make a new release.  I have also just fixed the fact that
--with-pmdir is completely ineffectual, by adding

  AC_SUBST([PMDIR])

to configure.ac, and

  pmdir = $(PMDIR)

to Makefile.am.

But there is still the question of what the default value should be,
and for that I need further advice, so I will post my question to the
automake list.