Mercurial > emacs
changeset 104025:8e3613329929
(AC_PREREQ): Require autoconf 2.62.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Jul 2009 02:54:54 +0000 |
parents | cce8d50c4566 |
children | 99fe3671cbc1 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jul 22 02:45:34 2009 +0000 +++ b/ChangeLog Wed Jul 22 02:54:54 2009 +0000 @@ -1,3 +1,7 @@ +2009-07-22 Glenn Morris <rgm@gnu.org> + + * configure.in (AC_PREREQ): Require autoconf 2.62. + 2009-07-04 Andreas Schwab <schwab@linux-m68k.org> * configure.in (--enable-checking, --enable-profiling): Use
--- a/configure.in Wed Jul 22 02:45:34 2009 +0000 +++ b/configure.in Wed Jul 22 02:54:54 2009 +0000 @@ -21,7 +21,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -AC_PREREQ(2.61) +AC_PREREQ(2.62) AC_INIT(emacs, 23.1.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h)