Update m4 from 1.4 to 1.4.4.

This commit is contained in:
Andrius Štikonas 2021-02-04 21:29:33 +00:00
parent fb522be854
commit 3e7b17c03e
6 changed files with 10 additions and 21 deletions

View file

@ -8,7 +8,9 @@ AR = tcc -ar
CFLAGS = -DPACKAGE=\"$(PACKAGE)\" \
-DVERSION=\"$(VERSION)\" \
-DHAVE_DIRENT_H=1 \
-DHAVE_UNISTD_H=1
-DHAVE_UNISTD_H=1 \
-DHAVE_STRERROR=1 \
-DREGEX_MALLOC=1
.PHONY: all