AC_WARN replaced with AC_MSG_WARN in comments

svn path=/trunk/; revision=4463
This commit is contained in:
Pavel Roskin
2000-08-02 00:54:46 +00:00
parent ea8003dcd6
commit 3ce00eb40e
2 changed files with 7 additions and 3 deletions

View 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.

View 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)