diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-04 06:14:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-04 06:14:57 +0000 |
commit | 478cba00bbf074da143ec606b9edc9d601c81491 (patch) | |
tree | 694a2f29a87b122f762a40ca21c06f9041e844d5 /textproc | |
parent | 13068ed6d1f1c7c9e50b47c9764285fb83ec938e (diff) | |
download | pkgsrc-478cba00bbf074da143ec606b9edc9d601c81491.tar.gz |
By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date. Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target. This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gsed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index bd44e7bf6c0..c80479b8b9f 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/29 12:30:06 seb Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/04 06:15:01 jlam Exp $ # DISTNAME= sed-3.02 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/sed/sed.html COMMENT= GNU version of sed GNU_CONFIGURE= YES -AUTOMAKE_OVERRIDE= YES CONFIGURE_ARGS= --program-prefix=g INFO_FILES= sed.info AUTOMAKE_PATTERNS+= sed.info version.texi stamp-vti |