File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1762,8 +1762,8 @@ Optional Features:
1762
1762
Enable unitary tests and checks at compilation time
1763
1763
--enable-build-swig=path
1764
1764
Regenerate Java => C and Scilab => C wrappers
1765
- produces by Swig
1766
- --enable-build-giws Regenerate C/C++ => Java wrappers produces by Giws
1765
+ produced by Swig
1766
+ --enable-build-giws Regenerate C/C++ => Java wrappers produced by Giws
1767
1767
--enable-build-parser Regenerate code for the parser (Lex & YACC)
1768
1768
--disable-nls do not use Native Language Support
1769
1769
--disable-build-localization
Original file line number Diff line number Diff line change @@ -152,11 +152,11 @@ AC_ARG_WITH(gui,
152
152
AS_HELP_STRING ( [ --without-gui] ,[ Disable the Scilab Graphical User Interface (GUI). Intended for embedded/clustering/grid Scilab ] ) )
153
153
154
154
AC_ARG_ENABLE ( build-swig ,
155
- AS_HELP_STRING ( [ --enable-build-swig=path] ,[ Regenerate Java => C and Scilab => C wrappers produces by Swig] ) )
155
+ AS_HELP_STRING ( [ --enable-build-swig=path] ,[ Regenerate Java => C and Scilab => C wrappers produced by Swig] ) )
156
156
157
157
158
158
AC_ARG_ENABLE ( build-giws ,
159
- AS_HELP_STRING ( [ --enable-build-giws] ,[ Regenerate C/C++ => Java wrappers produces by Giws] ) )
159
+ AS_HELP_STRING ( [ --enable-build-giws] ,[ Regenerate C/C++ => Java wrappers produced by Giws] ) )
160
160
161
161
AC_ARG_ENABLE ( build-parser ,
162
162
AS_HELP_STRING ( [ --enable-build-parser] ,[ Regenerate code for the parser (Lex & YACC)] ) )
You can’t perform that action at this time.
0 commit comments