Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
fec852d6
Commit
fec852d6
authored
Mar 25, 2002
by
Joel Rosdahl
Browse files
Corrected help text for --with-default-language.
parent
275e1c9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
fec852d6
2002-03-25 Joel Rosdahl <joel@lysator.liu.se>
* distribution-configure.in: Corrected help text for
--with-default-language.
2002-03-23 Joel Rosdahl <joel@lysator.liu.se>
Fix bug 422:
...
...
src/distribution-configure.in
View file @
fec852d6
...
...
@@ -29,7 +29,7 @@ The language must be one of swedish or english.]) ;;
AC_ARG_WITH(default-language,
[ --with-default-language=LANG set default language to LANG (default
swed
ish)],
[ --with-default-language=LANG set default language to LANG (default
engl
ish)],
[ case "${withval}" in
sv|swedish) val="swedish" ;;
en|english) val="english" ;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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