Ignore:
Timestamp:
Jan 29, 2004, 10:37:45 PM (22 years ago)
Author:
bird
Message:

Regenerated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/configure

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1112 r1113  
    21712171        break
    21722172      fi
    2173       if test -f $dir/yacc${ac_cv_exeext}; then
     2173      if test -f $dir/yacc; then
    21742174        YACC=yacc${ac_cv_exeext}
    21752175        break
     
    21782178    IFS="$save_ifs"
    21792179    if test -z "${YACC}" ; then
    2180       YACC="bison -y"
     2180      YACC="bison${ac_cv_exeext} -y"
    21812181    fi
    21822182  fi
     
    44094409      if test -z "$ac_dots"; then top_srcdir=.
    44104410      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    4411   /* | [A-Za-z]:*)
     4411  [/\\]* | [a-zA-Z]:*)
    44124412    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    44134413  *) # Relative path.
Note: See TracChangeset for help on using the changeset viewer.