summaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authorreed <reed>2004-05-08 16:14:55 +0000
committerreed <reed>2004-05-08 16:14:55 +0000
commit5a08a58d334a2dc24c3f8b505076e8cc3578e36d (patch)
tree7ebdb4744dc613cfca0c95a7f2fd96626a43a3d7 /devel/m4
parent7755515774abdf81ce5adf3f3c5dbab5b163d270 (diff)
downloadpkgsrc-5a08a58d334a2dc24c3f8b505076e8cc3578e36d.tar.gz
Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that does not support --infodir option (while using INFO_FILES) can set CONFIGURE_HAS_INFODIR=NO. This was suggested by agc@ as a clearer definition.
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index 2ee3e4fe1b8..a05812f4ddb 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/05/08 02:08:38 reed Exp $
+# $NetBSD: Makefile,v 1.28 2004/05/08 16:14:55 reed Exp $
#
DISTNAME= m4-1.4
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-NO_CONFIGURE_INFODIR= yes
+CONFIGURE_HAS_INFODIR= no
MAKE_ENV+= INFO_DIR=${INFO_DIR}
INFO_FILES= m4.info
USE_MAKEINFO= yes