From: Zack Weinberg Date: Tue, 3 Feb 2026 16:30:53 +0000 (-0500) Subject: autoconf.texi: typo fix X-Git-Tag: v2.72.90~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea66bae6979ad351e85a6585b73a1d092af03a9;p=thirdparty%2Fautoconf.git autoconf.texi: typo fix ‘the the’ -> ‘the’ in one place. Caught by ‘make syntax-check’. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 61ada56ec..5b4f106a4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -20573,7 +20573,7 @@ MAKEFLAGS = --unix -k @cindex @code{SHELL} and @command{make} @cindex @command{make} and @code{SHELL} -Many @command{make} implementations use the the @code{$(SHELL)} +Many @command{make} implementations use the @code{$(SHELL)} macro to spawn shell processes and execute Make rules. This is a builtin macro with a default value upplied by @command{make}; the default can be overridden by a makefile or by a command-line argument,