aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2025-11-07 08:43:37 +0200
committerSergey Poznyakoff <gray@gnu.org>2025-11-07 08:49:28 +0200
commit07c02a91048b37784c56a55ac634b6c2a3c7e5f9 (patch)
tree29351bce8882ffb67c73606ed52d4ba58e4fab1e
parentd9fe8980ffcf6222e799643090bce636b5f47386 (diff)
downloadmailfromd-07c02a91048b37784c56a55ac634b6c2a3c7e5f9.tar.gz
mailfromd-07c02a91048b37784c56a55ac634b6c2a3c7e5f9.tar.bz2
Fix installing *.elc files.HEADmaster
-rw-r--r--configure.ac5
-rw-r--r--elisp/Makefile.am5
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)

Return to:

Send suggestions and report system problems to the System administrator.