]> sourceware.org Git - automake.git/commitdiff
* m4/lispdir.m4 (AM_PATH_LISPDIR): Serial 5.
authorAkim Demaille <akim@epita.fr>
Mon, 28 Jan 2002 10:47:49 +0000 (10:47 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 28 Jan 2002 10:47:49 +0000 (10:47 +0000)
Respect the --help layout.

ChangeLog
m4/lispdir.m4

index b36cc9c2737adc11d23ac7e0fa270cf326d7960d..7e2dfd7863b7a8d66e8c4f3f8bfacdf146472f27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-28  Akim Demaille  <akim@epita.fr>
+
+       * m4/lispdir.m4 (AM_PATH_LISPDIR): Serial 5.
+       Respect the --help layout.
+
 2002-01-27  Tom Tromey  <tromey@redhat.com>
 
        * configure.in: Bumped to 1.5e.
index 2c534d9983d5f2a4df236d7ada752abba16b1151..4d7b60d1b14e3e0071660e0d346c55f59a5efa84 100644 (file)
 # 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])],
This page took 0.03664 seconds and 5 git commands to generate.