Kouhei Sutou
null+****@clear*****
Mon Mar 25 22:51:50 JST 2013
Kouhei Sutou 2013-03-25 22:51:50 +0900 (Mon, 25 Mar 2013) New Revision: cbdfbb4508f886cb3bf168793cd923ce9292de58 https://github.com/mroonga/mroonga/commit/cbdfbb4508f886cb3bf168793cd923ce9292de58 Message: Use AS_HELP_STRING instead of hand format Modified files: configure.ac Modified: configure.ac (+6 -2) =================================================================== --- configure.ac 2013-03-25 22:44:39 +0900 (be5507d) +++ configure.ac 2013-03-25 22:51:50 +0900 (fc282bc) @@ -202,8 +202,12 @@ AC_DEFUN([CONFIG_OPTION_GROONGA_NORMALIZER_MYSQL], [ ]) AC_ARG_WITH(debug, - [ --with-debug Add debug code - --with-debug=full Add debug code (adds memory checker, very slow)], + [dnl +AS_HELP_STRING([--with-debug], + [Add debug code]) +AS_HELP_STRING([--with-debug=full], + [Add debug code (adds memory checker, very slow)])dnl + ], [with_debug=$withval], [with_debug=no]) if test "$with_debug" = "yes" -------------- next part -------------- HTML����������������������������...Download