changeset 4656:cf76b620e335

removed harmful lines inside definitions.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 17 Jun 2008 13:55:34 +0900
parents 60910362ecf2
children 763b20a53874
files acinclude.m4
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Mon Jun 16 14:50:16 2008 +0300
+++ b/acinclude.m4	Tue Jun 17 13:55:34 2008 +0900
@@ -48,7 +48,6 @@
 dnl ** Simple wrapper for AC_ARG_ENABLE
 dnl ** AUD_ARG_ENABLE([name], [default value], [help string], [if enabled], [if disabled])
 AC_DEFUN([AUD_ARG_ENABLE], [dnl
-# _A_ARG_ENABLE($1, $2, $3, $4, $5)
     define([Name], [translit([$1], [./-], [___])])dnl
     define([cBasce], [$3 (def: ifelse([$2],[yes],[enabled],[disabled]))])dnl
     AC_ARG_ENABLE([$1], [AS_HELP_STRING([ifelse([$2],[yes],[--disable-$1],[--enable-$1])], cBasce)],, [enable_[]Name=$2])
@@ -60,7 +59,6 @@
 
 
 AC_DEFUN([AUD_ARG_SIMPLE], [dnl
-# _A_ARG_SIMPLE($1, $2, $3, $4, $5, $6)
     define([Name], [translit([$1], [./-], [___])])dnl
     define([cBasce], [$3 (def: ifelse([$2],[yes],[enabled],[disabled]))])dnl
     AC_ARG_ENABLE([$1], [AS_HELP_STRING([ifelse([$2],[yes],[--disable-$1],[--enable-$1])], cBasce)],, [enable_[]Name=$2])