- Timestamp:
- Jul 10, 1998, 1:22:23 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 32067a30
- Parents:
- fb32356b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/canonicalize-tools.m4
rfb32356b r8555ddb 16 16 dnl FIXME: Hack for cygwin/egcs reporting mixed '\\' and '/' 17 17 dnl Should be removed once cygwin/egcs reports '/' only 18 $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e "s%\\\\%/%g"`18 $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e 's%\\\\%/%g' ` 19 19 ;; 20 20 *)
Note: See TracChangeset
for help on using the changeset viewer.