diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-04-17 08:23:35 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-04-17 08:23:35 +0000 |
commit | 9774371062dab4d71e48ddbcaa6e6c69436930bc (patch) | |
tree | ebf1ef2fb45921e3ab0678f4119ca980d5a189be /m4 | |
parent | 3d1ff9f0f18d0125fd91cb9df515b4e19fabd246 (diff) | |
download | automake-9774371062dab4d71e48ddbcaa6e6c69436930bc.tar.gz automake-9774371062dab4d71e48ddbcaa6e6c69436930bc.tar.bz2 automake-9774371062dab4d71e48ddbcaa6e6c69436930bc.zip |
* m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
because it uses `datarootdir'. Bump copyright year and serial.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/lispdir.m4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/m4/lispdir.m4 b/m4/lispdir.m4 index 29c4e0d85..45b51cff4 100644 --- a/m4/lispdir.m4 +++ b/m4/lispdir.m4 @@ -3,19 +3,20 @@ ## From Ulrich Drepper ## Almost entirely rewritten by Alexandre Oliva ## ------------------------ -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 9 +# serial 10 # AM_PATH_LISPDIR # --------------- AC_DEFUN([AM_PATH_LISPDIR], -[ # If set to t, that means we are running in a shell under Emacs. +[AC_PREREQ([2.59c])dnl + # If set to t, that means we are running in a shell under Emacs. # If you have an Emacs named "t", then use the full path. test x"$EMACS" = xt && EMACS= AC_CHECK_PROGS([EMACS], [emacs xemacs], [no]) |