AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=4463
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user