summaryrefslogtreecommitdiffstats
path: root/aclocal/target.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:15:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:15:11 +0000
commit080afecb64218725773fe76353cab709412c9ce0 (patch)
tree959820f8554f6ed74692e33e197fd7022aa8ac47 /aclocal/target.m4
parent2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-080afecb64218725773fe76353cab709412c9ce0.tar.bz2
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS, add 2nd arg to _RTEMS_CPU_SUBDIR. * aclocal/target.m4: Replace ac_configure_args with rtems_configure_args, add rtems_configure_args to INIT-CMDS. * Makefile.am: Require automake-1.5.
Diffstat (limited to '')
-rw-r--r--aclocal/target.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal/target.m4 b/aclocal/target.m4
index b79698439a..5c0d67d0ea 100644
--- a/aclocal/target.m4
+++ b/aclocal/target.m4
@@ -23,7 +23,7 @@ if test "$no_recursion" != yes; then
# Remove --cache-file and --srcdir arguments so they do not pile up.
ac_sub_configure_args=
rtems_prev=
- for rtems_arg in $ac_configure_args; do
+ for rtems_arg in $rtems_configure_args; do
if test -n "$rtems_prev"; then
rtems_prev=
continue
@@ -82,6 +82,7 @@ if test "$no_recursion" != yes; then
fi],
[
RTEMS_BUILD_SUBDIRS="$RTEMS_BUILD_SUBDIRS"
+rtems_configure_args="$ac_configure_args"
])
])