summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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])