summaryrefslogtreecommitdiff
path: root/m4/lispdir.m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-01-28 10:47:52 +0000
committerAkim Demaille <akim@epita.fr>2002-01-28 10:47:52 +0000
commitf139e4f52345f47fe1d1adf6e2a910e9e6801372 (patch)
treee5d7e0c4e6741a8b208c40c90c3df9117612904b /m4/lispdir.m4
parentaa5daee475fac02087581814065639d22202f333 (diff)
downloadautomake-f139e4f52345f47fe1d1adf6e2a910e9e6801372.tar.gz
* m4/lispdir.m4 (AM_PATH_LISPDIR): Serial 5.
Respect the --help layout.
Diffstat (limited to 'm4/lispdir.m4')
-rw-r--r--m4/lispdir.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/lispdir.m4 b/m4/lispdir.m4
index 2c534d998..4d7b60d1b 100644
--- a/m4/lispdir.m4
+++ b/m4/lispdir.m4
@@ -21,13 +21,13 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
-# serial 4
+# serial 5
# AM_PATH_LISPDIR
# ---------------
AC_DEFUN([AM_PATH_LISPDIR],
[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])],