diff lib-src/Makefile.in.in @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents bfd6434d15b3
children f53b5ca2e663
line wrap: on
line diff
--- a/lib-src/Makefile.in.in	Mon Aug 13 09:53:23 2007 +0200
+++ b/lib-src/Makefile.in.in	Mon Aug 13 09:54:23 2007 +0200
@@ -49,7 +49,7 @@
 libdir=@libdir@
 srcdir=@srcdir@
 archlibdir=@archlibdir@
-
+configuration=@configuration@
 ## ==================== Utility Programs for the Build =================
 
 INSTALL = @INSTALL@
@@ -178,23 +178,31 @@
 #define MOVEMAIL_NEEDS_BLESSING
 blessmail = blessmail
 blessmail:
-	../src/emacs -batch -l ../lisp/blessmail.el
+	../src/xemacs -batch -l ../lisp/utils/blessmail.el
 	chmod +x $@
 #endif /* movemail needs blessing */
 
 maybe-blessmail: $(blessmail)
 #ifdef MOVEMAIL_NEEDS_BLESSING
 ## Do not charge ahead and do it!  Let the installer decide.
-	  ./blessmail ${archlibdir}/movemail  */
+##	  ./blessmail ${archlibdir}/movemail  
 	@if test `wc -l <blessmail` != 2; then \
 	  dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
-	  echo "Assuming $$dir is really the mail spool directory, you should"; \
+	  echo "*************************************************************";\
+	  echo "Assuming $$dir is really the mail spool directory, you should";\
 	  echo "run  lib-src/blessmail ${archlibdir}/movemail"; \
 	  echo "as root, to give  movemail  appropriate permissions."; \
 	  echo "Do that after running  make install."; \
+	  echo "You can also do  make blessmail. "; \
+	  echo "*************************************************************";\
 	fi
 #endif
 
+do-blessmail: $(blessmail)
+#ifdef MOVEMAIL_NEEDS_BLESSING
+	./blessmail ${archlibdir}/movemail  
+#endif
+
 ## Install the internal utilities.  Until they are installed, we can
 ## just run them directly from lib-src.
 ${archlibdir}: all