Changeset 1122 for trunk/src/gcc/fastjar/configure
- Timestamp:
- Jan 30, 2004, 10:27:14 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/fastjar/configure
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1121 r1122 1236 1236 else 1237 1237 case "$RM" in 1238 /* | [a-zA-Z]:*)1238 [/\\]* | [a-zA-Z]:*) 1239 1239 ac_cv_path_RM="$RM" # Let the user override the test with a path. 1240 1240 ;; 1241 ?:/*) 1241 ?:/*) 1242 1242 ac_cv_path_RM="$RM" # Let the user override the test with a dos path. 1243 1243 ;; … … 1245 1245 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1246 1246 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 1248 1248 test -z "$ac_dir" && ac_dir=. 1249 1249 if test -f $ac_dir/$ac_word; then … … 1276 1276 else 1277 1277 case "$CP" in 1278 /* | [a-zA-Z]:*)1278 [/\\]* | [a-zA-Z]:*) 1279 1279 ac_cv_path_CP="$CP" # Let the user override the test with a path. 1280 1280 ;; 1281 ?:/*) 1281 ?:/*) 1282 1282 ac_cv_path_CP="$CP" # Let the user override the test with a dos path. 1283 1283 ;; … … 1285 1285 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1286 1286 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 1288 1288 test -z "$ac_dir" && ac_dir=. 1289 1289 if test -f $ac_dir/$ac_word; then … … 1316 1316 else 1317 1317 case "$STRIP" in 1318 /* | [a-zA-Z]:*)1318 [/\\]* | [a-zA-Z]:*) 1319 1319 ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path. 1320 1320 ;; 1321 ?:/*) 1321 ?:/*) 1322 1322 ac_cv_path_STRIP="$STRIP" # Let the user override the test with a dos path. 1323 1323 ;; … … 1325 1325 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1326 1326 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 1328 1328 test -z "$ac_dir" && ac_dir=. 1329 1329 if test -f $ac_dir/$ac_word; then … … 1356 1356 else 1357 1357 case "$CHMOD" in 1358 /* | [a-zA-Z]:*)1358 [/\\]* | [a-zA-Z]:*) 1359 1359 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path. 1360 1360 ;; 1361 ?:/*) 1361 ?:/*) 1362 1362 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a dos path. 1363 1363 ;; … … 1365 1365 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1366 1366 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 1368 1368 test -z "$ac_dir" && ac_dir=. 1369 1369 if test -f $ac_dir/$ac_word; then … … 2497 2497 if test -z "$ac_dots"; then top_srcdir=. 2498 2498 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 2499 /* | [A-Za-z]:*)2499 [/\\]* | [a-zA-Z]:*) 2500 2500 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 2501 2501 *) # Relative path. … … 2505 2505 2506 2506 case "$ac_given_INSTALL" in 2507 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;2507 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 2508 2508 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2509 2509 esac -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.