Don't ask people to join the LPF. Ask for a volunteer to reactivate it.
[bpt/emacs.git] / msdos / sed3v2.inp
CommitLineData
515dd711
RS
1# -sed3v2.inp-------------------------------------------------------------
2# Configuration script for lib-src/makefile under DJGPP v2
3# ----------------------------------------------------------------------
d7fcecc1
EZ
4#
5# Copyright (C) 1996, 1998, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# This file is free software; as a special exception, the author gives
11# unlimited permission to copy and/or distribute it, with or without
12# modifications, as long as this notice is preserved.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17#
18# ----------------------------------------------------------------------
515dd711
RS
19/^# DIST: /d
20/^SHELL *=/s/^/# /
21/^CC *=/s/=.*$/=gcc/
d0536a7a 22/-DVERSION=/s/@version@/\${version}/
515dd711
RS
23/^configname *=/s/=.*$/=msdos/
24/^archlibdir *=/s!=.*$!=/emacs/bin!
25/^bindir *=/s!=.*$!=/emacs/bin!
26/^libdir *=/s!=.*$!=/emacs/bin!
27/^srcdir *=/s!=.*$!=.!
28/^VPATH *=/s!=.*$!=.!
29/^CFLAGS *=/s!=.*$!=-O2 -g!
30/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
31/^LOADLIBES *=/s!=.*$!=!
b2d305a8 32/^ALLOCA *=/s!@ALLOCA@!!
515dd711
RS
33/^INSTALLABLES/s/emacsclient *//
34s!^ \./! !
35/^UTILITIES=/s/ wakeup//
36/^UTILITIES=/s/ movemail//
37/^UTILITIES=/s/ emacsserver//
38/^UTILITIES=/s/ timer//