comparison lib-src/Makefile.in @ 7245:00ece23611e1

(${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.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 May 1994 06:43:34 +0000
parents 8a99aef126ba
children d14d537ce03c
comparison
equal deleted inserted replaced
7244:5420c14c9169 7245:00ece23611e1
63 CFLAGS=@CFLAGS@ 63 CFLAGS=@CFLAGS@
64 ALLOCA=@ALLOCA@ 64 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
72 /* The default location for installation. Everything is placed in 72 /* The default location for installation. Everything is placed in
73 subdirectories of this directory. The default values for many of 73 subdirectories of this directory. The default values for many of
157 ${CC} -c ${CPP_CFLAGS} $< 157 ${CC} -c ${CPP_CFLAGS} $<
158 158
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
167 /* Install the internal utilities. Until they are installed, we can 167 /* Install the internal utilities. Until they are installed, we can
168 just run them directly from lib-src. */ 168 just run them directly from lib-src. */
177 for file in ${SCRIPTS}; do \ 177 for file in ${SCRIPTS}; do \
178 (cd ..; $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \ 178 (cd ..; $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \
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
186 copied when this whole directory is copied. */ 193 copied when this whole directory is copied. */
187 install: ${archlibdir} 194 install: ${archlibdir}