pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  4 08:43:07 UTC 2019

Modified Files:
        pkgsrc/mk/configure: gnu-configure.mk

Log Message:
mk/configure: document how to fix GNU_CONFIGURE_STRICT failures


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mk/configure/gnu-configure.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/configure/gnu-configure.mk
diff -u pkgsrc/mk/configure/gnu-configure.mk:1.19 pkgsrc/mk/configure/gnu-configure.mk:1.20
--- pkgsrc/mk/configure/gnu-configure.mk:1.19   Sat Apr 20 16:32:42 2019
+++ pkgsrc/mk/configure/gnu-configure.mk        Sat May  4 08:43:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: gnu-configure.mk,v 1.19 2019/04/20 16:32:42 rillig Exp $
+# $NetBSD: gnu-configure.mk,v 1.20 2019/05/04 08:43:06 rillig Exp $
 #
 # Package-settable variables:
 #
@@ -13,8 +13,17 @@
 #      Whether unknown --enable/--disable/--with/--without options make
 #      the package fail immediately.
 #
+#      When this check fails, inspect the configure script using "bmake
+#      configure-help" and adjust the CONFIGURE_ARGS accordingly.
+#      Inspect whether the configure script runs embedded configure
+#      scripts from subdirectories. In that case, some of the
+#      sub-configure scripts may need the options and some may not know
+#      them at all.
+#
 #      Possible: yes no
 #      Default: no
+#
+# Keywords: configure configure_args gnu
 
 _VARGROUPS+=                   gnu-configure
 _USER_VARS.gnu-configure=      # none



Home | Main Index | Thread Index | Old Index