From: Akim Demaille Date: Mon, 28 Jan 2002 10:47:52 +0000 (+0000) Subject: * m4/lispdir.m4 (AM_PATH_LISPDIR): Serial 5. X-Git-Tag: Release-1-6~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f139e4f52345f47fe1d1adf6e2a910e9e6801372;p=thirdparty%2Fautomake.git * m4/lispdir.m4 (AM_PATH_LISPDIR): Serial 5. Respect the --help layout. --- diff --git a/ChangeLog b/ChangeLog index b36cc9c27..7e2dfd786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-28 Akim Demaille + + * m4/lispdir.m4 (AM_PATH_LISPDIR): Serial 5. + Respect the --help layout. + 2002-01-27 Tom Tromey * configure.in: Bumped to 1.5e. 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])],