[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
- [elpa] externals/mmm-mode edace0ef20 02/14: Rename configure.in -> configure.ac as recommended, (continued)
- [elpa] externals/mmm-mode edace0ef20 02/14: Rename configure.in -> configure.ac as recommended, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 869d5ef628 08/14: Correct the docstring of mmm-classes-alist, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 7401e1a746 11/14: Replace the distribution hack in Makefile.am, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 8d3a7ecd75 03/14: Quote all AC_DEFUN names in acinclude.m4, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode f5974d4894 06/14: Remove emacs/xemacs handling from configure.ac, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 2a36ac3557 05/14: Update the missing script to support --is-lightweight, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 3269d940b9 14/14: Merge pull request #126 from snogge/build-cleanup, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 8cc02668b3 04/14: Rename mmm.texinfo -> mmm.texi as recommended, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 1b1b2f5f47 10/14: Correct the docstring of mmm-clear-all-regions, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 27fff80e0e 12/14: Remove elisp-comp, obsolete since Automake 1.13, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 0181c54d12 01/14: Use correct initialization of autoconf and automake,
ELPA Syncer <=
- [elpa] externals/mmm-mode d5af05a4a9 09/14: Mark `mmm-add-find-file-hook' as obsolete, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode eb0ca09da2 07/14: Use `eval' to enable minor modes in mmm.texi, ELPA Syncer, 2022/10/10
- [elpa] externals/mmm-mode 6fa96364e9 13/14: Remove mkinstalldirs, obsolete for a long time, ELPA Syncer, 2022/10/10