diff options
author | Paul Eggert <eggert@twinsun.com> | 2001-12-07 05:49:20 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 2001-12-07 05:49:20 +0000 |
commit | d6a702046ca0e472da447f442461cee545c65c16 (patch) | |
tree | abe18d5865f47ac5407dd08d779326fa7f906e1f /ChangeLog | |
parent | c93674bb07eb5ccd85094043370f697e4d208c53 (diff) | |
download | emacs-d6a702046ca0e472da447f442461cee545c65c16.tar.gz |
* configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
(AC_FUNC_VFORK): Remove.
(AC_FUNC_FORK): Add.
(HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
this is required by recent Autoconf versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e1f533fe366..7638610e977 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-12-06 Paul Eggert <eggert@twinsun.com> + + * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork. + (AC_FUNC_VFORK): Remove. + (AC_FUNC_FORK): Add. + (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS; + this is required by recent Autoconf versions. + 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * make-dist: Do not try to link removed files (aclocal.m4, _emacs, |