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.
29 lines
610 B
29 lines
610 B
Index: BUILD |
|
--- BUILD.orig 2003-01-11 21:42:08 +0100 |
|
+++ BUILD 2006-08-20 10:29:25 +0200 |
|
@@ -83,8 +83,7 @@ |
|
fi |
|
|
|
# Bring up the info browsers with some test data to see if they work. |
|
- if test -x Eli/pkg/info/texinfo/tclinfo.exe || \ |
|
- test -x Eli/pkg/info/texinfo/xinfotool.exe |
|
+ if false |
|
then |
|
echo "" |
|
if test "$DISPLAY" = '' -a "$WINDOW_PARENT" = '' |
|
@@ -139,6 +138,7 @@ |
|
done |
|
fi |
|
|
|
+ if false; then |
|
cat <<-END |
|
|
|
Eli includes an info browser based on the curses library. The browser should |
|
@@ -181,6 +181,7 @@ |
|
response=x |
|
fi |
|
done |
|
+ fi |
|
fi |
|
|
|
if test "$quiet" = "0"
|
|
|