branch: externals/realgud
commit f0f07ce7da9b26343a5d0010ea2e17bbd39b4689
Merge: 8a521c5617 4160d8370b
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    Merge branch 'master' into gdb-support-for-detecting-breakpoints
---
 configure.ac | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index b0a1804fa5..0d055afffa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,11 @@
 dnl FIXME: pick up from realgud.el
-AC_INIT(emacs-realgud, 1.5.1,)
+AC_INIT([emacs-realgud],[1.5.1],[])
 AC_CONFIG_SRCDIR(realgud.el)
 AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 
 AC_PATH_PROG([EMACS], [emacs], [emacs])
-AC_ARG_WITH(emacs, AC_HELP_STRING([--with-emacs=VALUE],
-                  [location of emacs program]), EMACS=$withval)
+AC_ARG_WITH(emacs, AS_HELP_STRING([--with-emacs=VALUE],[location of emacs 
program]), EMACS=$withval)
 
 AC_MSG_NOTICE("Checking emacs version")
 $EMACS -batch -q --no-site-file -eval \

Reply via email to