Changeset 1113 for trunk/src/binutils/etc/configure
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/etc/configure
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1112 r1113 985 985 if test -z "$ac_dots"; then top_srcdir=. 986 986 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 987 /* | [A-Za-z]:*)987 [/\\]* | [a-zA-Z]:*) 988 988 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 989 989 *) # Relative path. … … 993 993 994 994 case "$ac_given_INSTALL" in 995 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;995 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 996 996 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 997 997 esac -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.