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>2021-09-14 05:53:54 +0300
committerMike Frysinger <vapier@gentoo.org>2021-11-06 21:14:49 +0300
commit59e83de0b107948ffb2d4ad7205e8c8d66ec7c3c (patch)
tree64364d395d097dd0796a32ddb1e1ec34b84d6e8e /newlib/doc
parent55dd0676ce50391ed0ee29c630925dd5a0c7123c (diff)
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.
Diffstat (limited to 'newlib/doc')
-rw-r--r--newlib/doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \