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

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

[elpa] master 96cf00c: Add how to configure/test from emacs..


From: Rocky Bernstein
Subject: [elpa] master 96cf00c: Add how to configure/test from emacs..
Date: Thu, 25 May 2017 02:12:02 -0400 (EDT)

branch: master
commit 96cf00ca8bc3a2c69f21221653aaefc5305c44ad
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Add how to configure/test from emacs..
    
    update copyright
---
 packages/load-relative/README.md        | 3 ---
 packages/load-relative/autogen.sh       | 6 ++++++
 packages/load-relative/load-relative.el | 8 +++++++-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/packages/load-relative/README.md b/packages/load-relative/README.md
index c250d4e..36afb3b 100644
--- a/packages/load-relative/README.md
+++ b/packages/load-relative/README.md
@@ -1,5 +1,3 @@
-[![Build 
Status](https://travis-ci.org/rocky/emacs-load-relative.png)](https://travis-ci.org/rocky/emacs-load-relative)
-
 # Emacs multi-file develop/run-from-of-source routines
 
 The rational behind module is to be able to write small Emacs
@@ -133,4 +131,3 @@ relative file.
    (with-relative-file "README.md"
      (buffer-substring))
 ```
-     
diff --git a/packages/load-relative/autogen.sh 
b/packages/load-relative/autogen.sh
index 8a72837..fce38da 100755
--- a/packages/load-relative/autogen.sh
+++ b/packages/load-relative/autogen.sh
@@ -1,4 +1,10 @@
 #!/bin/sh
+# An autoconf setup script.
+# From inside emacs, make sure test-simple is installed and then
+# Press C-x C-e at the end of the next line run this script
+# (test-simple-run "EMACSLOADPATH=%s ./autogen.sh"  (mapconcat 'identity 
load-path ":"))
+ln -fs README.md README
+touch common.mk
 autoreconf -vi && \
 autoconf && {
   echo "Running configure with --enable-maintainer-mode $@"
diff --git a/packages/load-relative/load-relative.el 
b/packages/load-relative/load-relative.el
index 155ba40..4aa021a 100644
--- a/packages/load-relative/load-relative.el
+++ b/packages/load-relative/load-relative.el
@@ -6,7 +6,7 @@
 ;; URL: http://github.com/rocky/emacs-load-relative
 ;; Compatibility: GNU Emacs 23.x
 
-;; Copyright (C) 2015, 2016 Free Software Foundation, Inc
+;; Copyright (C) 2015, 2016, 2017 Free Software Foundation, Inc
 
 ;; This program is free software: you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -104,6 +104,12 @@
 
 ;;; Code:
 
+;; Press C-x C-e at the end of the next line configure the program in
+;; for building via "make" to get set up.
+;; (compile (format "EMACSLOADPATH=:%s ./autogen.sh" "."))
+;; After that you can run:
+;; (compile "make check")
+
 ;;;###autoload
 (defun __FILE__ (&optional symbol)
   "Return the string name of file/buffer that is currently begin executed.



reply via email to

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