AC_WARN replaced with AC_MSG_WARN in comments
authorPavel Roskin <proskin@src.gnome.org>
Wed, 2 Aug 2000 00:54:46 +0000 (00:54 +0000)
committerPavel Roskin <proskin@src.gnome.org>
Wed, 2 Aug 2000 00:54:46 +0000 (00:54 +0000)
svn path=/trunk/; revision=1345

macros/ChangeLog
macros/curses.m4

index 3022f1c..901314a 100644 (file)
@@ -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.
index 3dd4ffa..3e70926 100644 (file)
@@ -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)