• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


Commit MetaInfo

Revision2dcc3f5b2bd859095f515cf011ea916e97b38e0a (tree)
Time2006-12-24 09:54:11
Authoryamaken <yamaken@ff9a...>
Commiteryamaken

Log Message

* sigscheme/configure.in

- Fix --with-libgcroots help message

Change Summary

Incremental Difference

--- a/sigscheme/configure.in
+++ b/sigscheme/configure.in
@@ -252,10 +252,11 @@ AX_CHECK_PAGE_ALIGNED_MALLOC
252252 #####################
253253
254254 AC_ARG_WITH(libgcroots,
255- AS_HELP_STRING([--with-libgcroots[=WHICH]],
255+ AS_HELP_STRING([--with-libgcroots@<:@=WHICH@:>@],
256256 [use alternative libgcroots instead of
257257 package-bundled one.
258- WHICH=(installed|tiny-subst) [default=installed]]))
258+ WHICH=(installed|tiny-subst)
259+ @<:@default=installed@:>@]))
259260
260261 case "${with_libgcroots:=no}" in
261262 no)