You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
565 B
19 lines
565 B
Index: configure |
|
--- configure.orig 2005-11-11 01:17:39.000000000 +0100 |
|
+++ configure 2006-10-12 14:31:38.331363439 +0200 |
|
@@ -1644,6 +1644,7 @@ |
|
if test "X${TR}" = "X"; then |
|
TR=tr |
|
fi |
|
+if false; then |
|
TR_TEST="`echo Test | ${TR} 'a-z,' 'A-Z '`" |
|
if test "X${TR_TEST}" != "XTEST"; then |
|
{ { echo "$as_me:$LINENO: error: tr program doesn't work" >&5 |
|
@@ -1653,6 +1654,7 @@ |
|
echo "$as_me:$LINENO: result: yes" >&5 |
|
echo "${ECHO_T}yes" >&6 |
|
fi |
|
+fi |
|
|
|
echo "$as_me:$LINENO: checking if basename works" >&5 |
|
echo $ECHO_N "checking if basename works... $ECHO_C" >&6
|
|
|