branch: externals/realgud-ipdb commit acc9e550883906cb608fdd0aba67f2a33f997e01 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@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 \