annotate msdos/sed1v2.inp @ 36150:46e59561af4c

Display Vars node renamed Display Custom. Include info there about customizing cursor appearance. Clean up aggressive scrolling. Clarify horizontal scrolling discussion. Fix index entries for line number mode.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 16:45:37 +0000
parents 323c60449a68
children a4fb0c9be609
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 # -sed1v2.inp-----------------------------------------------------------
30119
c690de255e56 Set LIBSOUND to an empty string.
Eli Zaretskii <eliz@gnu.org>
parents: 29923
diff changeset
2 # Configuration script for src/Makefile under DJGPP v2.x
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 # ----------------------------------------------------------------------
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 s/^#.*//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 s/^[ \f\t][ \f\t]*$//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 s/^ / /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 s/\.h\.in/.h-in/
26497
d7fc0ed0cd81 sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 24748
diff changeset
8 /^ LC_ALL=C \.\/temacs/i\
19800
d0a1da20c8dd Enlarge the stack size of temacs to 100KB.
Richard M. Stallman <rms@gnu.org>
parents: 19286
diff changeset
9 stubedit temacs.exe minstack=100k
26497
d7fc0ed0cd81 sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 24748
diff changeset
10 /^ LC_ALL=C \.\/temacs/s/LC_ALL=C/set &;/
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 /^MAKE *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 /^SHELL *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 /^srcdir *=/s/@[^@\n]*@/./
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 /^VPATH *=/s/@[^@\n]*@/./
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 /^CC *=/s/@[^@\n]*@/gcc/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 /^CPP *=/s/@[^@\n]*@/gcc -e/
24748
8c634c8d8401 Use -gcoff instead of -g in CFLAGS, for those who
Eli Zaretskii <eliz@gnu.org>
parents: 19800
diff changeset
17 /^CFLAGS *=/s/@[^@\n]*@/-O2 -gcoff/
19286
64f0f84b04f3 (CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents: 18769
diff changeset
18 /^CPPFLAGS *=/s/@[^@\n]*@//
64f0f84b04f3 (CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents: 18769
diff changeset
19 /^LDFLAGS *=/s/@[^@\n]*@//
28587
e18200d8143f Add LIBS, LIBOBJS.
Dave Love <fx@gnu.org>
parents: 26497
diff changeset
20 /^LIBS *=/s/@[^@\n]*@//
30276
323c60449a68 Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
Eli Zaretskii <eliz@gnu.org>
parents: 30119
diff changeset
21 /^LIBOBJS *=/s/@[^@\n]*@/getloadavg.o/
323c60449a68 Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
Eli Zaretskii <eliz@gnu.org>
parents: 30119
diff changeset
22 /^GETLOADAVG_LIBS *=/s/@[^@\n]*@//
30119
c690de255e56 Set LIBSOUND to an empty string.
Eli Zaretskii <eliz@gnu.org>
parents: 29923
diff changeset
23 /^LIBSOUND *=/s/@LIBSOUND@//
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 /^LN_S *=/s/@[^@\n]*@/ln -s/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 /^@SET_MAKE@$/s/@SET_MAKE@//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 /^.\${libsrc}make-doc/s!>.*$!!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 /^[ ]*$/d
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 /^temacs:/s/prefix-args//
18769
48fd714b8115 Remove `stamp-oldxmenu' dependency, so
Richard M. Stallman <rms@gnu.org>
parents: 14967
diff changeset
32 /^temacs:/s/stamp-oldxmenu//
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33 /^ #/d