Changeset 1113 for trunk/src/binutils/configure
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1112 r1113 2171 2171 break 2172 2172 fi 2173 if test -f $dir/yacc ${ac_cv_exeext}; then2173 if test -f $dir/yacc; then 2174 2174 YACC=yacc${ac_cv_exeext} 2175 2175 break … … 2178 2178 IFS="$save_ifs" 2179 2179 if test -z "${YACC}" ; then 2180 YACC="bison -y"2180 YACC="bison${ac_cv_exeext} -y" 2181 2181 fi 2182 2182 fi … … 4409 4409 if test -z "$ac_dots"; then top_srcdir=. 4410 4410 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 4411 /* | [A-Za-z]:*)4411 [/\\]* | [a-zA-Z]:*) 4412 4412 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4413 4413 *) # Relative path. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.