From a03c1ab95c9f8e6c57a7b77f5ded1d7a6b941c00 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Feb 2004 17:00:13 +0000 Subject: 2004-02-12 Ralf Corsepius * configure.ac: Use AS_HELP_STRING(ada). --- c/src/ChangeLog | 4 ++++ c/src/configure.ac | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 58665d09ac..df72ef5970 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2004-02-12 Ralf Corsepius + + * configure.ac: Use AS_HELP_STRING(ada). + 2004-02-12 Ralf Corsepius * aclocal/bspopts.m4: Use AS_HELP_STRING. diff --git a/c/src/configure.ac b/c/src/configure.ac index f1d896d5f6..0361caabcc 100644 --- a/c/src/configure.ac +++ b/c/src/configure.ac @@ -115,16 +115,16 @@ RTEMS_CANONICALIZE_TOOLS AC_SUBST(CUSTOM_CFG_FILES) AC_SUBST(cfg_dir) -## Configure ${srcdir}/../../cpukit as exec/ if multilibs are disabled +## Configure ${srcdir}/../../cpukit as cpukit/ if multilibs are disabled AS_IF([test x"$multilib" = x"no"],[ RTEMS_CHECK_MULTIPROCESSING AC_CONFIG_COMMANDS_POST([ if test x"$multilib" = x"no"; then - RTEMS_CONFIG_SUBDIR([exec],[../../cpukit], + RTEMS_CONFIG_SUBDIR([cpukit],[../../cpukit], ['--with-project-root=../../..' '--enable-rtemsbsp=$RTEMS_BSP']) fi ]) - BSP_SUBDIRS="exec" + BSP_SUBDIRS="cpukit" ]) ## Note: the order of the directories below is essential @@ -164,7 +164,7 @@ BSP_SUBDIRS="$BSP_SUBDIRS support" BSP_SUBDIRS="$BSP_SUBDIRS wrapup" AC_ARG_ENABLE([ada], -[AC_HELP_STRING([--enable-ada],[enable ada support])], +[AS_HELP_STRING(--enable-ada,enable ada support)], [case "${enable_ada}" in yes) ;; no) ;; -- cgit v1.2.3