Commit 594f1b69 authored by Vitaly Lipatov's avatar Vitaly Lipatov

configure.ac: fix UNISET_CODEGEN setting

parent 5836f59b
......@@ -120,7 +120,7 @@ AC_SUBST(DOXYGEN)
AM_CONDITIONAL(HAVE_DOXYGEN, test x$DOXYGEN != x)
if test "x$UNISET_CODEGEN" = x ; then
UNISET_CODEGEN="sh $(top_builddir)/Utilities/codegen/uniset-codegen --path $(top_builddir)/Utilities/codegen/"
UNISET_CODEGEN="sh \$(top_builddir)/Utilities/codegen/uniset-codegen --path \$(top_builddir)/Utilities/codegen/"
fi
AC_SUBST(UNISET_CODEGEN)
echo "UNISET_CODEGEN: $UNISET_CODEGEN"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment