From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 520243858D39; Wed, 2 Mar 2022 01:30:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 520243858D39 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: drop redundant AM_MAINTAINER_MODE call X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 74885d4fbd75d7d24598ae0633297cbe08844960 X-Git-Newrev: e15b2e8691cb26b7ecf8b7ea3d52e508c3be6625 Message-Id: <20220302013011.520243858D39@sourceware.org> Date: Wed, 2 Mar 2022 01:30:11 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2022 01:30:11 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3De15b2e8691c= b26b7ecf8b7ea3d52e508c3be6625 commit e15b2e8691cb26b7ecf8b7ea3d52e508c3be6625 Author: Mike Frysinger Date: Mon Feb 28 23:32:12 2022 -0500 newlib: drop redundant AM_MAINTAINER_MODE call =20 This is already called earlier in this file, so no need to do it again. Diff: --- newlib/acinclude.m4 | 4 +--- newlib/configure | 28 ---------------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4 index 60fe6ca74..424460dc7 100644 --- a/newlib/acinclude.m4 +++ b/newlib/acinclude.m4 @@ -115,7 +115,7 @@ AC_SUBST(abs_newlib_basedir) AC_CANONICAL_HOST =20 AM_INIT_AUTOMAKE([foreign no-installinfo no-dependencies no-dist no-define= subdir-objects 1.15.1]) -AM_MAINTAINER_MODE() +AM_MAINTAINER_MODE AM_SILENT_RULES(yes) =20 AC_NO_EXECUTABLES @@ -132,8 +132,6 @@ dnl expanding them multiple times. AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_AWK])dnl =20 -AM_MAINTAINER_MODE - . [$]{newlib_basedir}/configure.host =20 NEWLIB_CFLAGS=3D${newlib_cflags} diff --git a/newlib/configure b/newlib/configure index 4a145c8ba..993abcafa 100755 --- a/newlib/configure +++ b/newlib/configure @@ -4682,30 +4682,6 @@ fi =20 =20 =20 - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable mainta= iner-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Mak= efiles... " >&6; } - # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" =3D set; then : - enableval=3D$enable_maintainer_mode; USE_MAINTAINER_MODE=3D$enableval -else - USE_MAINTAINER_MODE=3Dno -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >= &5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } - if test $USE_MAINTAINER_MODE =3D yes; then - MAINTAINER_MODE_TRUE=3D - MAINTAINER_MODE_FALSE=3D'#' -else - MAINTAINER_MODE_TRUE=3D'#' - MAINTAINER_MODE_FALSE=3D -fi - - MAINT=3D$MAINTAINER_MODE_TRUE - - - . ${newlib_basedir}/configure.host =20 NEWLIB_CFLAGS=3D${newlib_cflags} @@ -6633,10 +6609,6 @@ else am__EXEEXT_FALSE=3D fi =20 -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