aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-10-17 17:53:30 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-10-17 17:53:30 +0300
commitf505b9c4a4a051d4a013d682e807a2aba785dfd5 (patch)
tree24fa417f09379af486b95d75a49ef6e808e6ec17 /configure.ac
parentf4c143fbdf31c59c84eaf1240c08dadda5ab4ef6 (diff)
downloadgdbm-f505b9c4a4a051d4a013d682e807a2aba785dfd5.tar.gz
gdbm-f505b9c4a4a051d4a013d682e807a2aba785dfd5.tar.bz2
Escape Makefile variable references in AC_PATH_PROG
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 43a240a..0a6eab2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
LT_INIT
-AC_PATH_PROG([BISON],[bison],[$(SHELL) $(top_srcdir)/build-aux/missing bison])
-AC_PATH_PROG([FLEX],[flex],[$(SHELL) $(top_srcdir)/build-aux/missing flex])
+AC_PATH_PROG([BISON],[bison],[\$(SHELL) \$(top_srcdir)/build-aux/missing bison])
+AC_PATH_PROG([FLEX],[flex],[\$(SHELL) \$(top_srcdir)/build-aux/missing flex])
AC_ARG_VAR([GZIP_BIN],[Absolute filename of the gzip binary])
AC_PATH_PROG(GZIP_BIN,[gzip])

Return to:

Send suggestions and report system problems to the System administrator.