summaryrefslogtreecommitdiff
path: root/m4/lispdir.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-01-10 23:12:46 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-01-10 23:12:46 +0000
commit91d0556f89c982268c4b0e20f2e8371eaa3e5be1 (patch)
tree8f9ba511d7b44a416fa556c7b391fb8e767207cb /m4/lispdir.m4
parentfebefa72f8ece0be843be1d9d45b2b1c5fba39bf (diff)
downloadautomake-91d0556f89c982268c4b0e20f2e8371eaa3e5be1.tar.gz
* m4/as.m4 (AM_PROG_AS): Format and align help string more
consistently. * m4/depend.m4 (AM_DEP_TRACK): Likewise. * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise. * m4/multi.m4 (AM_ENABLE_MULTILIB): Likewise.
Diffstat (limited to 'm4/lispdir.m4')
-rw-r--r--m4/lispdir.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lispdir.m4 b/m4/lispdir.m4
index 0986584f8..521a178fa 100644
--- a/m4/lispdir.m4
+++ b/m4/lispdir.m4
@@ -34,7 +34,7 @@ AC_DEFUN([AM_PATH_LISPDIR],
AC_ARG_VAR([EMACS], [the Emacs editor command])
AC_ARG_VAR([EMACSLOADPATH], [the Emacs library search path])
AC_ARG_WITH([lispdir],
- [ --with-lispdir Override the default lisp directory ],
+ [ --with-lispdir override the default lisp directory],
[ lispdir="$withval"
AC_MSG_CHECKING([where .elc files should go])
AC_MSG_RESULT([$lispdir])],