added missing FGREP to Makefile.in. fixed syntax. regenerated configure.

This commit is contained in:
Ozkan Sezer
2022-11-24 17:00:32 +03:00
parent 836eb22442
commit f73f23a35c
3 changed files with 91 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ LDFLAGS = @BUILD_LDFLAGS@
EXTRA_LDFLAGS = @EXTRA_LDFLAGS@
LIBTOOL = @LIBTOOL@
INSTALL = @INSTALL@
FGREP = @FGREP@
AR = @AR@
RANLIB = @RANLIB@
RC = @RC@