Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-03-01 07:32:12 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-02 04:30:05 +0300
commite15b2e8691cb26b7ecf8b7ea3d52e508c3be6625 (patch)
treea8183c3d320f451d2ebda5819c26ae027242c9e4 /newlib/configure
parent74885d4fbd75d7d24598ae0633297cbe08844960 (diff)
newlib: drop redundant AM_MAINTAINER_MODE call
This is already called earlier in this file, so no need to do it again.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure28
1 files changed, 0 insertions, 28 deletions
diff --git a/newlib/configure b/newlib/configure
index 4a145c8ba..993abcafa 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -4682,30 +4682,6 @@ fi
-
-{ $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
-
-
-
. ${newlib_basedir}/configure.host
NEWLIB_CFLAGS=${newlib_cflags}
@@ -6637,10 +6613,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
-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 "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
as_fn_error $? "conditional \"ELIX_LEVEL_0\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5