From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id D16383858002; Mon, 13 Sep 2021 15:25:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D16383858002 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Regenerate Makefile.in after configure.in -> configure.ac change X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: e8e0eb739804d68b365ba4fe12b3b75670a430b3 X-Git-Newrev: 8c8d3b7a9443732eaa73ed528862b8fcbde380e2 Message-Id: <20210913152555.D16383858002@sourceware.org> Date: Mon, 13 Sep 2021 15:25:55 +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: Mon, 13 Sep 2021 15:25:55 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8c8d3b7a9443732eaa73ed528862b8fcbde380e2 commit 8c8d3b7a9443732eaa73ed528862b8fcbde380e2 Author: Corinna Vinschen Date: Mon Sep 13 17:25:46 2021 +0200 Regenerate Makefile.in after configure.in -> configure.ac change Signed-off-by: Corinna Vinschen Diff: --- newlib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/Makefile.in b/newlib/Makefile.in index a4eba9120..266b61a8a 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -64,7 +64,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \ $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in + $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \