summaryrefslogtreecommitdiffstats
path: root/aclocal/canonicalize-tools.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:50:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:50:20 +0000
commit78ffe896ec72aa52fbdc6117c0c1101d865b4954 (patch)
tree8f32f5e978d330a256f539a809eafb9c0b66f6fa /aclocal/canonicalize-tools.m4
parentAdded as part of moving librdbg to its own top level package. This was (diff)
downloadrtems-78ffe896ec72aa52fbdc6117c0c1101d865b4954.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore.
Diffstat (limited to 'aclocal/canonicalize-tools.m4')
-rw-r--r--aclocal/canonicalize-tools.m419
1 files changed, 10 insertions, 9 deletions
diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4
index ef9d241539..149e14ca66 100644
--- a/aclocal/canonicalize-tools.m4
+++ b/aclocal/canonicalize-tools.m4
@@ -12,16 +12,17 @@ dnl 98/02/12 Ralf Corsepius (corsepiu@faw.uni-ulm.de)
dnl
AC_DEFUN(RTEMS_GCC_PRINT,
-[ case $host_os in
- *cygwin*)
- dnl FIXME: Hack for cygwin/egcs reporting mixed '\\' and '/'
- dnl Should be removed once cygwin/egcs reports '/' only
- $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e 's%\\\\%/%g' `
- ;;
- *)
+[
+dnl case $host_os in
+dnl *cygwin*)
+dnl dnl FIXME: Hack for cygwin/egcs reporting mixed '\\' and '/'
+dnl dnl Should be removed once cygwin/egcs reports '/' only
+dnl $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e 's%\\\\%/%g' `
+dnl ;;
+dnl *)
$1=`$CC_FOR_TARGET --print-prog-name=$2`
- ;;
- esac
+dnl ;;
+dnl esac
])
AC_DEFUN(RTEMS_PATH_TOOL,