branch: externals/load-relative
commit b7987c265a64435299d6b02f960ed2c894c4a145
Author: rocky <r...@dustyfeet.com>
Commit: rocky <r...@dustyfeet.com>

    Bit rot ...
    
    Bump copyright date, version number, and "autoupdate" configure.ac
---
 configure.ac     | 5 ++---
 load-relative.el | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 489f12030f..e7ffd037aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,11 @@
-AC_INIT(emacs-load-relative, 1.3.1,)
+AC_INIT([emacs-load-relative],[1.3.1],[])
 AC_CONFIG_SRCDIR(load-relative.el)
 AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 AM_MISSING_PROG(GIT2CL, git2cl, $missing_dir)
 
 AC_PATH_PROG(EMACS, emacs, no)
-AC_ARG_WITH(emacs, AC_HELP_STRING([--with-emacs],
-                  [location of emacs program]), EMACS=$withval)
+AC_ARG_WITH(emacs, AS_HELP_STRING([--with-emacs],[location of emacs program]), 
EMACS=$withval)
 if test x$EMACS != xno ; then
   $EMACS -batch -q -no-site-file -eval \
   '(if (< emacs-major-version 23)
diff --git a/load-relative.el b/load-relative.el
index e229b82a98..dacf8a028b 100644
--- a/load-relative.el
+++ b/load-relative.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/rocky/emacs-load-relative
 ;; Compatibility: GNU Emacs 23.x
 
-;; Copyright (C) 2015-2020 Free Software Foundation, Inc
+;; Copyright (C) 2015-2020, 2023 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

Reply via email to