summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-03 09:13:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-03 09:13:41 +0000
commit438928008a524482298f9938f3adfb01f6be214b (patch)
tree1b01d29ba3561ecf6376442e99fc42efa8da348f /c
parent2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-438928008a524482298f9938f3adfb01f6be214b.tar.bz2
2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bspopts.m4: Quoting cosmetics.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog8
-rw-r--r--c/src/aclocal/bspopts.m42
2 files changed, 9 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 154b0e7648..c60c656b13 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/bspopts.m4: Quoting cosmetics.
+
2009-01-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
@@ -25,6 +29,10 @@
2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * aclocal/canonical-target-name.m4: Remove tic4x.
+
+2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/c/src/aclocal/bspopts.m4 b/c/src/aclocal/bspopts.m4
index 705511f2ef..31d10bd81c 100644
--- a/c/src/aclocal/bspopts.m4
+++ b/c/src/aclocal/bspopts.m4
@@ -29,7 +29,7 @@ dnl appropriate /bin/sh-magic to "configure" to have VAR set up.
AC_DEFUN([RTEMS_BSPOPTS_HELP],[
RTEMS_ARG_VAR([$1],[$2])
m4_ifdef([_$1],[
-case ${RTEMS_BSP} in
+case "${RTEMS_BSP}" in
_$1[]dnl
esac],[])
if test -n "[$]{$1}"; then[]dnl