summaryrefslogtreecommitdiff
path: root/m4/ax_prototype_accept.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
committerReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
commitc6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f (patch)
tree90269678bc2a42a9492c62e07dbe08ecc10835a3 /m4/ax_prototype_accept.m4
parent386747c45473a6f4b7ca32a787c316d205705586 (diff)
downloadautoconf-archive-c6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f.tar.gz
More renamings missed previously.
Diffstat (limited to 'm4/ax_prototype_accept.m4')
-rw-r--r--m4/ax_prototype_accept.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_prototype_accept.m4 b/m4/ax_prototype_accept.m4
index bc9da31..e994fc4 100644
--- a/m4/ax_prototype_accept.m4
+++ b/m4/ax_prototype_accept.m4
@@ -8,7 +8,7 @@
#
# DESCRIPTION
#
-# Requires the AC_PROTOTYPE macro.
+# Requires the AX_PROTOTYPE macro. FIXME: Put this in the code!
#
# Find the type of argument two and three of accept. User must include the
# following in acconfig.h:
@@ -50,7 +50,7 @@
# exception to the GPL to apply to your modified version as well.
AC_DEFUN([AX_PROTOTYPE_ACCEPT],[
-AC_PROTOTYPE(accept,
+AX_PROTOTYPE(accept,
[
#include <sys/types.h>
#include <sys/socket.h>