summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-16 07:51:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-16 07:51:54 +0000
commit88b6d8d9943cd60ebb0ed90bb4a9b446d128ca5f (patch)
tree15771d8845d604176c68e72faab7b5e272f72b0f /c/src/aclocal
parent2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-88b6d8d9943cd60ebb0ed90bb4a9b446d128ca5f.tar.bz2
2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/bspopts.m4: Add missing m4 quotes.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/bspopts.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/aclocal/bspopts.m4 b/c/src/aclocal/bspopts.m4
index b88419f678..705511f2ef 100644
--- a/c/src/aclocal/bspopts.m4
+++ b/c/src/aclocal/bspopts.m4
@@ -43,7 +43,7 @@ dnl RTEMS_BSPOPTS_SET(VAR,BSP,DEFAULT)
dnl Set up a value DEFAULT to be used as default value for variable VAR for
dnl BSP in RTEMS_BSPOPTS_HELP.
-dnl MUST be use in front of exactly _one_ corresponding RTEMS_BSPOPTS_HELP
+dnl MUST be used in front of exactly _one_ corresponding RTEMS_BSPOPTS_HELP
AC_DEFUN([RTEMS_BSPOPTS_SET],[dnl
m4_append([_$1],
@@ -61,6 +61,6 @@ dnl Stripped down version of autoconf-2.52's AC_ARG_VAR.
AC_DEFUN([RTEMS_ARG_VAR],
[
m4_expand_once([m4_divert_once([HELP_VAR],
-[AS_HELP_STRING($1,$2, )])],
+[AS_HELP_STRING([$1],[$2], )])],
[$0($1)])dnl
])