From 7066e876f9602b889b4328f88e26109169981427 Mon Sep 17 00:00:00 2001 From: Ronan Waide Date: Sun, 15 Oct 2000 17:22:22 +0000 Subject: Fix to allow building with Martin Schwenke's gnuserv. --- lisp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/Makefile') diff --git a/lisp/Makefile b/lisp/Makefile index e3cdfdd..cc1ddf9 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -107,7 +107,7 @@ bbdb-vm.elc: bbdb.elc bbdb-vm.el -f batch-byte-compile $(@:.elc=.el) bbdb-srv.elc: bbdb.elc bbdb-srv.el - $(EMACS) -batch -q $(PUSHPATH) -l ./bbdb.elc -eval '(if (and (locate-library "gnuserv") (locate-library "itimer")) (byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - gnuserv not found"))' + $(EMACS) -batch -q $(PUSHPATH) -l ./bbdb.elc -eval '(or (fboundp (quote define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library "gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) (byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - gnuserv not found"))' bbdb-reportmail.elc: bbdb.elc bbdb-reportmail.el $(EMACS) -batch -q $(PUSHPATH) -l ./bbdb.elc -eval '(if (locate-library "reportmail") (byte-compile-file "bbdb-reportmail.el") (message "Optional package bbdb-reportmail skipped - reportmail not found"))' -- cgit v1.2.3