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

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

[elpa] externals/mmm-mode 0181c54d12 01/14: Use correct initialization o


From: ELPA Syncer
Subject: [elpa] externals/mmm-mode 0181c54d12 01/14: Use correct initialization of autoconf and automake
Date: Mon, 10 Oct 2022 18:57:50 -0400 (EDT)

branch: externals/mmm-mode
commit 0181c54d12f474e7a05a9743a58faf2e7556c511
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Use correct initialization of autoconf and automake
---
 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index b2f3a7060a..02d6c80046 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT()
-
-AM_INIT_AUTOMAKE(mmm-mode, 0.5.8)
+AC_INIT([mmm-mode], [0.5.8])
+AC_CONFIG_SRCDIR([mmm-mode.el])
+AM_INIT_AUTOMAKE([info-in-builddir])
 
 dnl
 dnl Apparently, if you run a shell window in Emacs, it sets the EMACS



reply via email to

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