summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/curses.m46
2 files changed, 7 insertions, 3 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 3022f1c5..901314af 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-01 Pavel Roskin <proski@gnu.org>
+
+ * curses.m4: AC_WARN replaced with AC_MSG_WARN in comments
+
2000-06-23 Stanislav Brabec <utx@penguin.cz>
* gnome-pilot.m4: Use 'PISOCK_INCLUDEDIR' in pisock version check.
diff --git a/macros/curses.m4 b/macros/curses.m4
index 3dd4ffaa..3e709268 100644
--- a/macros/curses.m4
+++ b/macros/curses.m4
@@ -201,9 +201,9 @@ dnl AC_DEFINE(HAS_CURSES)
dnl has_curses=true
dnl AC_DEFINE(USE_BSD_CURSES)
dnl AC_MSG_RESULT(Please note that some screen refreshs may fail)
-dnl AC_WARN(Use of the bsdcurses extension has some)
-dnl AC_WARN(display/input problems.)
-dnl AC_WARN(Reconsider using xcurses)
+dnl AC_MSG_WARN(Use of the bsdcurses extension has some)
+dnl AC_MSG_WARN(display/input problems.)
+dnl AC_MSG_WARN(Reconsider using xcurses)
dnl)