summaryrefslogtreecommitdiffstats
path: root/aclocal/target.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-19 14:54:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-19 14:54:45 +0000
commit984123f08b6499405b87c7cc1408b1c1ac06ddd3 (patch)
tree5a15ddb8b4fca1705d50bf8be96fc6d970c29f4d /aclocal/target.m4
parent2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-984123f08b6499405b87c7cc1408b1c1ac06ddd3.tar.bz2
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/sysv-ipc.m4: Remove (Unused). * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
Diffstat (limited to 'aclocal/target.m4')
-rw-r--r--aclocal/target.m49
1 files changed, 6 insertions, 3 deletions
diff --git a/aclocal/target.m4 b/aclocal/target.m4
index e29f17ad2c..d6c2de9fd2 100644
--- a/aclocal/target.m4
+++ b/aclocal/target.m4
@@ -22,9 +22,12 @@ if test "$no_recursion" != yes; then
fi
RTEMS_CONFIGURE_ARGS_QUOTE([ac_sub_configure_args],
[
- --target*) ;;
- --build*) ;;
- --host*) ;;
+ -host* | --host* ) ;;
+ --host ) ac_prev=host_alias;;
+ -target* | --target* ) ;;
+ -target ) ac_prev=target_alias ;;
+ -build* | --build* ) ;;
+ -build ) ac_prev_build_alias ;;
*_alias=* ) ;; # HACK: Workaround to autoconf passing *_alias
],
[rtems_configure_args])