diff options
| author | Richard M. Stallman | 1994-05-01 06:43:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-01 06:43:34 +0000 |
| commit | cf770692be6cfe1e650b45f2bf82cab893923567 (patch) | |
| tree | d66029910b8455a7ee8123035f9f25c850016e79 /lib-src/Makefile.in | |
| parent | df8af8a8af6beecb0923fe5cd9a11eb60b6e15da (diff) | |
| download | emacs-cf770692be6cfe1e650b45f2bf82cab893923567.tar.gz emacs-cf770692be6cfe1e650b45f2bf82cab893923567.zip | |
(${archlibdir}): Don't run blessmail; instead
print advice to run it, if it has anything significant to do.
And only if MOVEMAIL_NEEDS_BLESSING.
(blessmail): Use emacs, not temacs.
(configuration): Renamed from configname.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 94cb500bfff..bd1b0be4d44 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -65,7 +65,7 @@ ALLOCA=@ALLOCA@ | |||
| 65 | LOADLIBES=LIBS_SYSTEM LIBS_MACHINE | 65 | LOADLIBES=LIBS_SYSTEM LIBS_MACHINE |
| 66 | YACC=@YACC@ | 66 | YACC=@YACC@ |
| 67 | version=@version@ | 67 | version=@version@ |
| 68 | configname=@configuration@ | 68 | configuration=@configuration@ |
| 69 | 69 | ||
| 70 | /* ==================== Where To Install Things ==================== */ | 70 | /* ==================== Where To Install Things ==================== */ |
| 71 | 71 | ||
| @@ -159,8 +159,8 @@ CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ | |||
| 159 | all: ${UTILITIES} ${INSTALLABLES} | 159 | all: ${UTILITIES} ${INSTALLABLES} |
| 160 | 160 | ||
| 161 | #ifdef MOVEMAIL_NEEDS_BLESSING | 161 | #ifdef MOVEMAIL_NEEDS_BLESSING |
| 162 | blessmail: ../src/temacs | 162 | blessmail: ../src/emacs |
| 163 | ../src/temacs -batch -l blessmail.el | 163 | ../src/emacs -batch -l blessmail.el |
| 164 | chmod +x blessmail | 164 | chmod +x blessmail |
| 165 | #endif | 165 | #endif |
| 166 | 166 | ||
| @@ -179,7 +179,14 @@ ${archlibdir}: all BLESSMAIL | |||
| 179 | done ; \ | 179 | done ; \ |
| 180 | fi | 180 | fi |
| 181 | #ifdef MOVEMAIL_NEEDS_BLESSING | 181 | #ifdef MOVEMAIL_NEEDS_BLESSING |
| 182 | ./blessmail ${archlibdir}/movemail | 182 | /* Don't charge ahead and do it! Let the installer decide. |
| 183 | ./blessmail ${archlibdir}/movemail */ | ||
| 184 | @if [ "`wc -l blessmail`" != " 2 blessmail" ] ; then \ | ||
| 185 | dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ | ||
| 186 | echo Assuming $$dir is really the mail spool directory, you should; \ | ||
| 187 | echo run ./blessmail ${archlibdir}/movemail; \ | ||
| 188 | echo as root, to make movemail setuid or setgid.; \ | ||
| 189 | fi | ||
| 183 | #endif | 190 | #endif |
| 184 | 191 | ||
| 185 | /* We don't need to install `wakeup' explicitly, because it will be | 192 | /* We don't need to install `wakeup' explicitly, because it will be |