Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
04989822
Commit
04989822
authored
Mar 09, 2016
by
Houtan Bastani
Browse files
build system: fix lexinc path by replacing the last instance of 'flex'
parent
f471105a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
04989822
...
...
@@ -64,7 +64,7 @@ AC_PROG_MKDIR_P
AM_PROG_LEX
# Hack to get lex include dir, ticket #575
AC_PATH_PROG([LEXPATH], [$LEX])
AC_SUBST([LEXINC], [`eval "echo $LEXPATH | sed 's|$LEX$|../include|'"`])
AC_SUBST([LEXINC], [`eval "echo $LEXPATH | sed 's|
\(.*\)
$LEX$|
\1
../include|'"`])
AC_CHECK_PROG([YACC], [bison], [bison])
if test "x$YACC" = "x"; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment