]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Nov 2001 18:48:58 +0000 (18:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Nov 2001 18:48:58 +0000 (18:48 +0000)
* doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
  __PROTOTYPES too.

ChangeLog

index cb2ff45d7ff0ddc3e068241bb325801448c99579..dea7bfa2d3b141b7a1a173225a6fe639aa3896d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-12  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
+       * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
+       __PROTOTYPES too.
+
 2001-11-12  Akim Demaille  <akim@epita.fr>
 
        * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.