diff options
| author | Sergey Poznyakoff <gray@gnu.org> | 2025-11-07 08:43:37 +0200 |
|---|---|---|
| committer | Sergey Poznyakoff <gray@gnu.org> | 2025-11-07 08:49:28 +0200 |
| commit | 07c02a91048b37784c56a55ac634b6c2a3c7e5f9 (patch) | |
| tree | 29351bce8882ffb67c73606ed52d4ba58e4fab1e | |
| parent | d9fe8980ffcf6222e799643090bce636b5f47386 (diff) | |
| download | mailfromd-07c02a91048b37784c56a55ac634b6c2a3c7e5f9.tar.gz mailfromd-07c02a91048b37784c56a55ac634b6c2a3c7e5f9.tar.bz2 | |
| -rw-r--r-- | configure.ac | 5 | ||||
| -rw-r--r-- | elisp/Makefile.am | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 7ed1acbe..d5ce70b2 100644 --- a/configure.ac +++ b/configure.ac @@ -103,11 +103,6 @@ fi ### Check for Emacs site-lisp directory AM_PATH_LISPDIR -if test "$EMACS" != "no"; then - lisp_LISP='$(LISPSRC)' -fi -AC_SUBST(lisp_LISP) - # Gettext. AM_GNU_GETTEXT([external], [need-formatstring-macros]) AM_GNU_GETTEXT_VERSION([0.19]) diff --git a/elisp/Makefile.am b/elisp/Makefile.am index abb1eac1..3879d2b7 100644 --- a/elisp/Makefile.am +++ b/elisp/Makefile.am @@ -14,6 +14,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -LISPSRC = mfl-mode.el obfemail-mode.el -lisp_LISP=@lisp_LISP@ -EXTRA_DIST=$(LISPSRC) +lisp_LISP = mfl-mode.el obfemail-mode.el +EXTRA_DIST=$(lisp_LISP) |
