From 32067a30832afd82d5629b0f114434b7c475f38b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Jul 1998 13:22:48 +0000 Subject: Regenerated after patch from David Fiddes for one of the aclocal macros. --- configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 6277026df0..5d12803229 100644 --- a/configure +++ b/configure @@ -1775,7 +1775,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - AR_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ar | sed -e "s%\\\\%/%g" ` + AR_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ar | sed -e 's%\\\\%/%g' ` ;; *) AR_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ar` @@ -1858,7 +1858,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - AS_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=as | sed -e "s%\\\\%/%g" ` + AS_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=as | sed -e 's%\\\\%/%g' ` ;; *) AS_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=as` @@ -1941,7 +1941,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld | sed -e "s%\\\\%/%g" ` + LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld | sed -e 's%\\\\%/%g' ` ;; *) LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld` @@ -2024,7 +2024,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm | sed -e "s%\\\\%/%g" ` + NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm | sed -e 's%\\\\%/%g' ` ;; *) NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm` @@ -2108,7 +2108,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib | sed -e "s%\\\\%/%g" ` + RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib | sed -e 's%\\\\%/%g' ` ;; *) RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib` @@ -2228,7 +2228,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - OBJCOPY_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=objcopy | sed -e "s%\\\\%/%g" ` + OBJCOPY_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=objcopy | sed -e 's%\\\\%/%g' ` ;; *) OBJCOPY_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=objcopy` @@ -2311,7 +2311,7 @@ else # native tools or uses prefixes for gnutools (e.g. gas instead of as) case $host_os in *cygwin32*) - SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size | sed -e "s%\\\\%/%g" ` + SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size | sed -e 's%\\\\%/%g' ` ;; *) SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size` -- cgit v1.2.3