diff options
| author | rocky <rb@dustyfeet.com> | 2023-02-14 05:31:52 -0500 |
|---|---|---|
| committer | rocky <rb@dustyfeet.com> | 2023-02-14 05:32:24 -0500 |
| commit | b7987c265a64435299d6b02f960ed2c894c4a145 (patch) | |
| tree | 26bd74b48e6a3b086a4151f7e659b893dd74283b | |
| parent | e79d8f1581991381a9e3f1657af59dd0c35058fa (diff) | |
Bit rot ...externals/load-relative
Bump copyright date, version number, and "autoupdate" configure.ac
| -rw-r--r-- | configure.ac | 5 | ||||
| -rw-r--r-- | load-relative.el | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 489f120..e7ffd03 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 e229b82..dacf8a0 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 |
