forked from Imagelibrary/rtems
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:
@@ -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*.
|
||||
|
||||
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user