2005-01-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
This commit is contained in:
Ralf Corsepius
2005-01-01 11:14:03 +00:00
parent 846a4af893
commit b815d9e8fa
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-01-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
2004-11-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.

View File

@@ -16,8 +16,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
AC_ARG_ENABLE(ods68302-debug,
[AC_HELP_STRING([--enable-ods68302-debug],
[whether to support bsp debugging])],
[AS_HELP_STRING(--enable-ods68302-debug,whether to support bsp debugging)],
[case $enable_ods68302_debug in
yes ) ODS68302_DEBUG=yes;;
* ) ODS68302_DEBUG=no;;