File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dnl Checks for programs.
1313AC_PROG_CC
1414AC_PROG_CPP
1515AC_PROG_MAKE_SET
16-
16+ AC_PROG_LEX
1717
1818dnl check for environment variables
1919
@@ -127,7 +127,8 @@ AC_C_CONST
127127AC_TYPE_SIZE_T
128128
129129dnl Checks for library functions.
130- AC_CHECK_FUNCS(strdup strerror)
130+ AC_FUNC_VPRINTF
131+ AC_CHECK_FUNCS(getcwd select socket strdup strerror)
131132
132133AC_OUTPUT(Makefile modeq/ast/Makefile modelica_parser/test/parser/Makefile modelica_parser/examples/walker/Makefile mosh/src/Makefile modeq/Makefile modelica_parser/examples/mosh/Makefile modelica_parser/examples/class2dot/Makefile modeq/absyn_builder/Makefile modelica_parser/test/lexer/Makefile modeq/test_codegen/Makefile modeq/runtime/Makefile modelica_parser/src/Makefile)
133134
You can’t perform that action at this time.
0 commit comments