From 59e83de0b107948ffb2d4ad7205e8c8d66ec7c3c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Sep 2021 22:53:54 -0400 Subject: libgloss/newlib: update configure.ac in Makefile.in files The maintainer rules refer to configure.in directly, so update that after renaming all the configure.ac files. --- newlib/doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/doc') diff --git a/newlib/doc/Makefile.in b/newlib/doc/Makefile.in index a12872d93..46b0869c7 100644 --- a/newlib/doc/Makefile.in +++ b/newlib/doc/Makefile.in @@ -57,7 +57,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(srcdir)/../../mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \ - $(top_srcdir)/configure.in + $(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 \ -- cgit v1.2.3