diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:44:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:44:06 +0000 |
commit | 4c3fe61d096c73b3dd10c67ba73a4bee61e11427 (patch) | |
tree | 3ddf0efb9d21fb48f40a89e86c8b30a71335278c /font/winitzki-cyrillic/configure | |
parent | 40d132881cb13ea4be5db131d61037057addaaa1 (diff) |
Regen
Diffstat (limited to 'font/winitzki-cyrillic/configure')
-rw-r--r-- | font/winitzki-cyrillic/configure | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/font/winitzki-cyrillic/configure b/font/winitzki-cyrillic/configure index 7db949066..7920c14ef 100644 --- a/font/winitzki-cyrillic/configure +++ b/font/winitzki-cyrillic/configure @@ -629,6 +629,9 @@ PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG CHANGELOG_CMD +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE am__untar am__tar AMTAR @@ -694,6 +697,7 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking +enable_maintainer_mode enable_silent_rules with_fontrootdir with_fontdir @@ -1335,6 +1339,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") @@ -2320,6 +2327,29 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' +{ $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 + + + @@ -3271,6 +3301,10 @@ $as_echo_n "checking that generated files are newer than configure... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } +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 : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 |