]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-09-04 Jeremy Elson <jelson@circlemud.org>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 4 Sep 1999 07:29:13 +0000 (07:29 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 4 Sep 1999 07:29:13 +0000 (07:29 +0000)
* autoheader.m4 (AC_CHECK_HEADER): Define.

1999-08-18  Ben Elliston  <bje@cygnus.com>

* config.guess: Remove "/MP" from the release string on
multiprocessor x86 machines running SVR4.0. Suggested by Tom
Purcell <Tom.Purcell@wang.com>.

1999-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

* acgeneral.m4 (AC_CHECK_TYPE): Add optional third argument
INCLUDES, which specifies the headers in which to search for the
type in question. Also, pass a "description" argument to
AC_DEFINE_UNQUOTED.
* acconfig.h (mode_t, off_t, pid_t, size_t): Remove definitions.
* autoconf.texi (AC_CHECK_TYPE): Document optional third argument.

ChangeLog

index 7c3f09ce027b6df3a868ed1c92b09ec1e974324b..75bda34e71451780db1100e5b5c5916096dd8c55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-04  Jeremy Elson  <jelson@circlemud.org>
+
+       * autoheader.m4 (AC_CHECK_HEADER): Define.
+
 1999-08-28  Ben Elliston  <bje@cygnus.com>
 
        * config.guess: Once and for all, emit the correct string for
        * autoreconf.sh: Run aclocal with the -I option only if
        aclocal_dir != `.'.  Fix for autoconf/44.
        
+1999-08-18  Ben Elliston  <bje@cygnus.com>
+
+       * config.guess: Remove "/MP" from the release string on
+       multiprocessor x86 machines running SVR4.0. Suggested by Tom
+       Purcell <Tom.Purcell@wang.com>.
+
+1999-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * acgeneral.m4 (AC_CHECK_TYPE): Add optional third argument
+       INCLUDES, which specifies the headers in which to search for the
+       type in question. Also, pass a "description" argument to
+       AC_DEFINE_UNQUOTED.
+       * acconfig.h (mode_t, off_t, pid_t, size_t): Remove definitions.
+       * autoconf.texi (AC_CHECK_TYPE): Document optional third argument.
+
 1999-08-05  Jeffrey A Law  <law@cygnus.com>
 
        * config.sub (-wrs case): Use os=-vxworks, not os=vxworks.