comparison configure.ac @ 3161:78cf83b934a0

[xemacs-hg @ 2005-12-23 11:33:38 by stephent] Three typos fixed.
author stephent
date Fri, 23 Dec 2005 11:33:39 +0000
parents a61bf7b32988
children 483af4dd065b
comparison
equal deleted inserted replaced
3160:7806dcd19859 3161:78cf83b934a0
282 --without-FEATURE do not use FEATURE (same as --with-FEATURE=no) 282 --without-FEATURE do not use FEATURE (same as --with-FEATURE=no)
283 --disable-FEATURE alias for --without-FEATURE]])dnl 283 --disable-FEATURE alias for --without-FEATURE]])dnl
284 dnl NOTE: The next eol adds a blank line before the heading. 284 dnl NOTE: The next eol adds a blank line before the heading.
285 m4_divert_once([HELP_ENABLE], [[ 285 m4_divert_once([HELP_ENABLE], [[
286 $1]])dnl 286 $1]])dnl
287 dnl Add an underscpne 287 dnl Add an underscore
288 dnl NOTE: The next eol adds a blank line after the underscore. 288 dnl NOTE: The next eol adds a blank line after the underscore.
289 m4_divert_text([HELP_ENABLE], patsubst([$1], [.], [-]) 289 m4_divert_text([HELP_ENABLE], patsubst([$1], [.], [-])
290 )])dnl 290 )])dnl
291 dnl 291 dnl
292 dnl XEmacs keyword option support 292 dnl XEmacs keyword option support
327 dnl 327 dnl
328 dnl 328 dnl
329 define([XE_KEYWORD], 329 define([XE_KEYWORD],
330 [m4_append([XE_KEYWORD_LIST],[$1],[ ])dnl 330 [m4_append([XE_KEYWORD_LIST],[$1],[ ])dnl
331 dnl Separate with a ':' instead of a ',' (see the parsing code above) to avoid 331 dnl Separate with a ':' instead of a ',' (see the parsing code above) to avoid
332 dnl confusion with marco parameter lists. 332 dnl confusion with macro parameter lists.
333 m4_append([XE_KEYWORD_VALUES],[\`$1'],[:])dnl 333 m4_append([XE_KEYWORD_VALUES],[\`$1'],[:])dnl
334 ])dnl 334 ])dnl
335 dnl 335 dnl
336 dnl XE_KEYWORD_ARG(PACKAGE, HELP-STRING, ACTION-IF-TRUE, ACTION-IF-FALSE, 336 dnl XE_KEYWORD_ARG(PACKAGE, HELP-STRING, ACTION-IF-TRUE, ACTION-IF-FALSE,
337 dnl [XE_KEYWORD(keyword), ....]) 337 dnl [XE_KEYWORD(keyword), ....])
369 dnl 369 dnl
370 define([XE_EXPAND_COMPLEX_OPTION], 370 define([XE_EXPAND_COMPLEX_OPTION],
371 [_[$1]_[$2]_default=[$3] 371 [_[$1]_[$2]_default=[$3]
372 m4_append([XE_COMPONENT_LIST],[$2],[ ])dnl 372 m4_append([XE_COMPONENT_LIST],[$2],[ ])dnl
373 dnl Separate with a ':' instead of a ',' (see <prefix>_default below) to avoid 373 dnl Separate with a ':' instead of a ',' (see <prefix>_default below) to avoid
374 dnl confusion with marco parameter lists. 374 dnl confusion with macro parameter lists.
375 m4_append([XE_COMPONENT_DEFAULT],[m4_if([$3],no,no)[$2]],[:])dnl 375 m4_append([XE_COMPONENT_DEFAULT],[m4_if([$3],no,no)[$2]],[:])dnl
376 ])dnl 376 ])dnl
377 dnl 377 dnl
378 dnl XE_EXPAND_COMPLEX_OPTIONS(prefix, option_list) 378 dnl XE_EXPAND_COMPLEX_OPTIONS(prefix, option_list)
379 dnl ---------------------------------------------- 379 dnl ----------------------------------------------