Subject: Re: CVS commit: pkgsrc/sysutils/fileutils
To: None <seb@netbsd.org, tech-pkg@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2001 19:02:49
[moved to tech-pkg]

On Wednesday 19 December 2001 12:14 am, Stoned Elipot wrote:
> Module Name:	pkgsrc
> Committed By:	seb
> Date:		Wed Dec 19 00:14:32 UTC 2001
>
> Modified Files:
> 	pkgsrc/sysutils/fileutils: Makefile
>
> Log Message:
> Make this package's build working again after AUTOMAKE_OVERRIDE became
> the default: *.in files are touched , unfortunately
> fileutils-4.0/m4/Makefile.am is generated from
> fileutils-4.0/m4/Makefile.am.in, as is this leads to in the Makefile.am
> being regenerated (with GNU make required) and GNU "auto*" being invoked.

I think the definition of AUTOMAKE_PATTERNS is too generic and should be 
changed to something like

AUTOMAKE_PATTERNS+=     *.m4
AUTOMAKE_PATTERNS+=     Makefile.in configure.in
AUTOMAKE_PATTERNS+=     ${CONFIGURE_SCRIPT:T}

Thoughts?

Nick