Ignore:
Timestamp:
Jan 30, 2004, 10:27:14 PM (22 years ago)
Author:
bird
Message:

Regenerated with new autoconf (forced to use stable).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/fastjar/configure

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1121 r1122  
    12361236else
    12371237  case "$RM" in
    1238   /* | [a-zA-Z]:*)
     1238  [/\\]* | [a-zA-Z]:*)
    12391239  ac_cv_path_RM="$RM" # Let the user override the test with a path.
    12401240  ;;
    1241   ?:/*)                 
     1241  ?:/*)                  
    12421242  ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
    12431243  ;;
     
    12451245  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12461246  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
    1247   for ac_dir in $ac_dummy; do
     1247  for ac_dir in $ac_dummy; do 
    12481248    test -z "$ac_dir" && ac_dir=.
    12491249    if test -f $ac_dir/$ac_word; then
     
    12761276else
    12771277  case "$CP" in
    1278   /* | [a-zA-Z]:*)
     1278  [/\\]* | [a-zA-Z]:*)
    12791279  ac_cv_path_CP="$CP" # Let the user override the test with a path.
    12801280  ;;
    1281   ?:/*)                 
     1281  ?:/*)                  
    12821282  ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
    12831283  ;;
     
    12851285  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12861286  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
    1287   for ac_dir in $ac_dummy; do
     1287  for ac_dir in $ac_dummy; do 
    12881288    test -z "$ac_dir" && ac_dir=.
    12891289    if test -f $ac_dir/$ac_word; then
     
    13161316else
    13171317  case "$STRIP" in
    1318   /* | [a-zA-Z]:*)
     1318  [/\\]* | [a-zA-Z]:*)
    13191319  ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
    13201320  ;;
    1321   ?:/*)                 
     1321  ?:/*)                  
    13221322  ac_cv_path_STRIP="$STRIP" # Let the user override the test with a dos path.
    13231323  ;;
     
    13251325  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    13261326  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
    1327   for ac_dir in $ac_dummy; do
     1327  for ac_dir in $ac_dummy; do 
    13281328    test -z "$ac_dir" && ac_dir=.
    13291329    if test -f $ac_dir/$ac_word; then
     
    13561356else
    13571357  case "$CHMOD" in
    1358   /* | [a-zA-Z]:*)
     1358  [/\\]* | [a-zA-Z]:*)
    13591359  ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
    13601360  ;;
    1361   ?:/*)                 
     1361  ?:/*)                  
    13621362  ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a dos path.
    13631363  ;;
     
    13651365  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    13661366  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
    1367   for ac_dir in $ac_dummy; do
     1367  for ac_dir in $ac_dummy; do 
    13681368    test -z "$ac_dir" && ac_dir=.
    13691369    if test -f $ac_dir/$ac_word; then
     
    24972497      if test -z "$ac_dots"; then top_srcdir=.
    24982498      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    2499   /* | [A-Za-z]:*)
     2499  [/\\]* | [a-zA-Z]:*)
    25002500    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    25012501  *) # Relative path.
     
    25052505
    25062506  case "$ac_given_INSTALL" in
    2507   [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
     2507  [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    25082508  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    25092509  esac
Note: See TracChangeset for help on using the changeset viewer.