diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-11 22:15:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-11 22:15:59 +0000 |
commit | e068dd74f74b9f62fa3e6934c03406ab17ff9947 (patch) | |
tree | dd6a945f88468603d8210d1628e2e4673b233177 /lib/libdrm/configure | |
parent | f01000c858b0f964fcbd1f65aa8be81a122232ad (diff) |
regen
Diffstat (limited to 'lib/libdrm/configure')
-rw-r--r-- | lib/libdrm/configure | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/libdrm/configure b/lib/libdrm/configure index d382c19af..31c066c9c 100644 --- a/lib/libdrm/configure +++ b/lib/libdrm/configure @@ -785,6 +785,9 @@ build HAVE_XSLTPROC_FALSE HAVE_XSLTPROC_TRUE XSLTPROC +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE target_alias host_alias build_alias @@ -826,6 +829,7 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking +enable_maintainer_mode with_xsltproc enable_silent_rules enable_dependency_tracking @@ -1499,6 +1503,9 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking @@ -2477,6 +2484,29 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + # Preserves the interface, should it be implemented later @@ -14106,6 +14136,10 @@ LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${HAVE_XSLTPROC_TRUE}" && test -z "${HAVE_XSLTPROC_FALSE}"; then as_fn_error $? "conditional \"HAVE_XSLTPROC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |