Code

m4/ax_with_curses.m4: update to serial 15
authorMax Kellermann <max@duempel.org>
Mon, 9 Jun 2014 09:27:39 +0000 (11:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 9 Jun 2014 09:27:39 +0000 (11:27 +0200)
m4/ax_with_curses.m4

index e5ff6a5b240e172f3aad6a9ae5b076b55e81e3f1..e4cbd31bae42d47a7fe9dc336806ed13a9881f4d 100644 (file)
@@ -88,7 +88,7 @@
 #
 #     AX_WITH_CURSES
 #     if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" != xyes; then
-#         AX_MSG_ERROR([requires either NcursesW or Ncurses library])
+#         AC_MSG_ERROR([requires either NcursesW or Ncurses library])
 #     fi
 #
 #   If any Curses library will do (but one must be present and must support
 #   To use the HAVE_xxx_H preprocessor symbols, insert the following into
 #   your system.h (or equivalent) header file:
 #
-#     #if defined(HAVE_NCURSESW_CURSES_H)
+#     #if defined HAVE_NCURSESW_CURSES_H
 #     #  include <ncursesw/curses.h>
-#     #elif defined(HAVE_NCURSESW_H)
+#     #elif defined HAVE_NCURSESW_H
 #     #  include <ncursesw.h>
-#     #elif defined(HAVE_NCURSES_CURSES_H)
+#     #elif defined HAVE_NCURSES_CURSES_H
 #     #  include <ncurses/curses.h>
-#     #elif defined(HAVE_NCURSES_H)
+#     #elif defined HAVE_NCURSES_H
 #     #  include <ncurses.h>
-#     #elif defined(HAVE_CURSES_H)
+#     #elif defined HAVE_CURSES_H
 #     #  include <curses.h>
 #     #else
 #     #  error "SysV or X/Open-compatible Curses header file required"
 #
 #   Copyright (c) 2009 Mark Pulford <mark@kyne.com.au>
 #   Copyright (c) 2009 Damian Pietras <daper@daper.net>
-#   Copyright (c) 2011 Reuben Thomas <rrt@sc3d.org>
+#   Copyright (c) 2012 Reuben Thomas <rrt@sc3d.org>
 #   Copyright (c) 2011 John Zaitseff <J.Zaitseff@zap.org.au>
 #
 #   This program is free software: you can redistribute it and/or modify it
 #   modified version of the Autoconf Macro, you may extend this special
 #   exception to the GPL to apply to your modified version as well.
 
-#serial 11
+#serial 15
 
 AU_ALIAS([MP_WITH_CURSES], [AX_WITH_CURSES])
 AC_DEFUN([AX_WITH_CURSES], [