aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorPavel Roskin <proskin@src.gnome.org>2000-08-02 08:54:46 +0800
committerPavel Roskin <proskin@src.gnome.org>2000-08-02 08:54:46 +0800
commit3ce00eb40ede3898fda426b3e125139ab84242b4 (patch)
treee99b05d6083666792f42eb9593cc87ac08906581 /macros
parentea8003dcd6d7b5a60be930d9d213c313a983f33e (diff)
downloadgsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.gz
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.bz2
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.lz
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.xz
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.zst
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.zip
AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=4463
Diffstat (limited to 'macros')
-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 3022f1c529..901314afdd 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 3dd4ffaa4c..3e7092685f 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)