emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud-lldb d784d9c 56/56: Require 25+ now


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb d784d9c 56/56: Require 25+ now
Date: Thu, 23 May 2019 02:11:48 -0400 (EDT)

branch: externals/realgud-lldb
commit d784d9cf9348de5cb17c0f9fb9d573cb314593e2
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Require 25+ now
---
 common.mk.in       | 6 +++---
 configure.ac       | 4 ++--
 lldb/track-mode.el | 1 +
 realgud-lldb.el    | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/common.mk.in b/common.mk.in
index 88f3a9d..032d0d7 100644
--- a/common.mk.in
+++ b/common.mk.in
@@ -7,7 +7,7 @@ short:
 %.short:
        $(MAKE) $(@:.short=) 2>&1 >/dev/null
 
-# This is the default target but We need to include an EMACSLOADPATH
+# This is the default rule, but we need to include an EMACLOADPATH
 .el.elc:
        if test "$(EMACS)" != "no"; then \
          am__dir=. am__subdir_includes=''; \
@@ -17,8 +17,8 @@ short:
          esac; \
          test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \
          EMACSLOADPATH=$(EMACSLOADPATH) $(EMACS) --batch \
-           $(AM_ELCFLAGS) --eval "(progn(package-initialize))" \
+           $(AM_ELCFLAGS) $(ELCFLAGS) \
            $$am__subdir_includes -L $(builddir) -L $(srcdir) \
-           --eval "(defun byte-compile-dest-file (f) \"address@hidden")" \
+           --eval "(defun byte-compile-dest-file-function (f) 
\"address@hidden")" \
            --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \
        else :; fi
diff --git a/configure.ac b/configure.ac
index deb1ed7..f9b2cba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_ARG_WITH(emacs, AC_HELP_STRING([--with-emacs],
 
 AC_MSG_NOTICE("Checking emacs version")
 $EMACS -batch -q --no-site-file -eval \
-  '(if (<= emacs-major-version 23)
+  '(if (<= emacs-major-version 24)
        (progn
-         (error "You need GNU Emacs 24 or better.")
+         (error "You need GNU Emacs 25 or later.")
          (kill-emacs 1)
        )
    )'
diff --git a/lldb/track-mode.el b/lldb/track-mode.el
index 738b811..6c1f93a 100644
--- a/lldb/track-mode.el
+++ b/lldb/track-mode.el
@@ -18,6 +18,7 @@
 
 (eval-when-compile (require 'cl-lib))
 
+(require 'load-relative)
 (require 'realgud)
 
 (require-relative-list '("core" "init") "realgud--lldb-")
diff --git a/realgud-lldb.el b/realgud-lldb.el
index f68b43c..6a5c59e 100644
--- a/realgud-lldb.el
+++ b/realgud-lldb.el
@@ -39,7 +39,7 @@
 (defgroup realgud-lldb  nil
   "Realgud interface to lldb"
   :group 'realgud
-  :version "24.3")
+  :version "25.1")
 
 (require-relative-list '( "./lldb/lldb" ) "realgud-")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]