mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
fix cosmetic error when printing if commands containing here-documents in the body; compiling -DSTRICT_POSIX now forces posix-mode shells to expand redirections before assignment statements preceding simple commands
This commit is contained in:
+3
-1
@@ -5,7 +5,7 @@ dnl report bugs to chet.ramey@case.edu
|
||||
dnl
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
# Copyright (C) 1987-2025 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1987-2026 Free Software Foundation, Inc.
|
||||
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
@@ -783,6 +783,8 @@ m4_include([m4/host-cpu-c-abi.m4])
|
||||
m4_include([m4/c-bool.m4])
|
||||
m4_include([m4/d-type.m4])
|
||||
|
||||
m4_include([m4/environ.m4])
|
||||
|
||||
dnl C compiler characteristics
|
||||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
|
||||
Reference in New Issue
Block a user