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

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

[elpa] externals/realgud-ipdb acc9e55088: Autoupdate configure.ac


From: ELPA Syncer
Subject: [elpa] externals/realgud-ipdb acc9e55088: Autoupdate configure.ac
Date: Mon, 20 Mar 2023 06:58:50 -0400 (EDT)

branch: externals/realgud-ipdb
commit acc9e550883906cb608fdd0aba67f2a33f997e01
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

    Autoupdate configure.ac
---
 README.md    | 8 +++++++-
 configure.ac | 5 ++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3d151efe92..0b5140e26e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,13 @@
 Introduction
 ============
 
-Emacs Lisp Module to add [ipdb](https://pypi.org/project/ipdb/) support to 
[realgud](https://github.com/realgud/realgud).
+Emacs Lisp Module to add [ipdb](https://pypi.
+
+
+
+
+
+org/project/ipdb/) support to [realgud](https://github.com/realgud/realgud).
 
 
 Installation
diff --git a/configure.ac b/configure.ac
index ed62976058..e2ca628841 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,11 @@
 dnl FIXME: pick up from realgud.el
-AC_INIT(realgud-ipdb, 1.0.0,)
+AC_INIT([realgud-ipdb],[1.0.0],[])
 AC_CONFIG_SRCDIR(ipdb/ipdb.el)
 AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 
 AC_PATH_PROG([EMACS], [emacs], [emacs])
-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)
 
 AC_MSG_NOTICE("Checking emacs version")
 $EMACS -batch -q --no-site-file -eval \



reply via email to

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