Skip to content
Snippets Groups Projects
Verified Commit 209f8b3d authored by Val Packett's avatar Val Packett Committed by sunpoet
Browse files

devel/m4: Add INFO option

PR:		259554
parent 3e8a53b1
No related branches found
No related tags found
No related merge requests found
......@@ -12,21 +12,24 @@ COMMENT= GNU M4
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe iconv makeinfo tar:xz
USES= cpe iconv tar:xz
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split"
GNU_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/gm4
INFO= m4
CPE_VENDOR= gnu
OPTIONS_DEFINE= EXAMPLES LIBSIGSEGV NLS
OPTIONS_DEFINE= EXAMPLES INFO LIBSIGSEGV NLS
OPTIONS_DEFAULT=INFO
OPTIONS_SUB= yes
LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv)
INFO_CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split"
INFO_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-no-info
INFO_INFO= m4
INFO_USES= makeinfo
LIBSIGSEGV_CONFIGURE_WITH= libsigsegv-prefix=${LOCALBASE}
LIBSIGSEGV_LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
NLS_CONFIGURE_ENABLE= nls
......
--- doc/Makefile.in.orig 2021-05-28 18:48:48 UTC
+++ doc/Makefile.in
@@ -2223,7 +2223,7 @@ distdir-am: $(DISTFILES)
dist-info
check-am: all-am
check: check-am
-all-am: Makefile $(INFO_DEPS) $(MANS)
+all-am: Makefile $(MANS)
installdirs:
for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
@@ -2279,7 +2279,7 @@ info: info-am
info-am: $(INFO_DEPS)
-install-data-am: install-info-am install-man
+install-data-am: install-man
install-dvi: install-dvi-am
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment