comparison lib-src/Makefile.in @ 7471:7c857b26b91e

(maybe-blessmail): Mention bless-mail is in lib-src.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 May 1994 10:52:49 +0000
parents 4863a9ad1a69
children bd6f993b61d8
comparison
equal deleted inserted replaced
7470:c5dab4ea2a4c 7471:7c857b26b91e
173 /* Don't charge ahead and do it! Let the installer decide. 173 /* Don't charge ahead and do it! Let the installer decide.
174 ./blessmail ${archlibdir}/movemail */ 174 ./blessmail ${archlibdir}/movemail */
175 @if [ `wc -l <blessmail` != 2 ] ; then \ 175 @if [ `wc -l <blessmail` != 2 ] ; then \
176 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ 176 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
177 echo Assuming $$dir is really the mail spool directory, you should; \ 177 echo Assuming $$dir is really the mail spool directory, you should; \
178 echo run ./blessmail ${archlibdir}/movemail; \ 178 echo run lib-src/blessmail ${archlibdir}/movemail; \
179 echo as root, to give movemail appropriate permissions.; \ 179 echo as root, to give movemail appropriate permissions.; \
180 echo Do that after running make install.; \ 180 echo Do that after running make install.; \
181 fi 181 fi
182 #endif 182 #endif
183 183