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
@@ -72,7 +72,6 @@ ALLOCA_SOURCE = alloca.c
ALLOCA_OBJECT = alloca.o
MALLOC_SRC = @MALLOC_SRC@
MALLOC = @MALLOC@
ALLOCA = @ALLOCA@
MALLOC_OBJS = malloc.o $(ALLOCA) trace.o stats.o table.o watch.o