diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2022-12-15 10:40:11 +0000 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2022-12-15 10:40:11 +0000 |
commit | 4f27bc50e66ab3ff08f3ebc090f45610ee8203f1 (patch) | |
tree | 5a4265865b2e55c73e4fd45b0433559c5077eefc /gcc/configure | |
parent | 2e0ff34783ac0fc03ebcfd964bbb650d8779120f (diff) | |
download | gcc-devel/modula-2.zip gcc-devel/modula-2.tar.gz gcc-devel/modula-2.tar.bz2 |
PR-108123 Rebuilt gcc/m2/gm2config.h.indevel/modula-2
Rebuilt the file gcc/m2/gm2config.h.in using autoheader-2.69.
gcc/m2/ChangeLog:
* gm2config.h.in: Rebuilt.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 2225a84..61b3ced 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8969,10 +8969,10 @@ $as_echo "$gcc_cv_prog_python3_modern" >&6; } if test $gcc_cv_prog_python3_modern = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Python3 is missing. -*** Documentation for modula-2 will not include the library modules." >&5 +*** Documentation for modula-2 will not include the target SYSTEM module." >&5 $as_echo "$as_me: WARNING: *** Python3 is missing. -*** Documentation for modula-2 will not include the library modules." >&2;} +*** Documentation for modula-2 will not include the target SYSTEM module." >&2;} HAVE_PYTHON=no else HAVE_PYTHON=yes |