branch: externals/realgud
commit 4160d8370b2d5eb4ce9d6ee1795e9baaf5429712
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Autoupdate configure.ac
---
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 \