From 984123f08b6499405b87c7cc1408b1c1ac06ddd3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Nov 2002 14:54:45 +0000 Subject: 2002-11-19 Ralf Corsepius * aclocal/sysv-ipc.m4: Remove (Unused). * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312). --- aclocal/target.m4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'aclocal/target.m4') 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]) -- cgit v1.2.3