fixes for a couple of autoconf macros; update exit builtin for POSIX interp 1602; include more info in EOF error message when parsing compound command; update Makefiles by removing some variables, initializing others; update dependencies on version.h

This commit is contained in:
Chet Ramey
2024-10-28 15:05:35 -04:00
parent ee3b91dfd9
commit 4917f2859c
26 changed files with 263 additions and 265 deletions
+1
View File
@@ -110,6 +110,7 @@ extern int subshell_environment;
extern int current_command_number;
extern int indirection_level;
extern int shell_compatibility_level;
extern const int default_compatibility_level;
extern int running_under_emacs;
extern int pretty_print_mode;