aboutsummaryrefslogtreecommitdiffstats
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
parentea8003dcd6d7b5a60be930d9d213c313a983f33e (diff)
downloadgsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.gz
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.zst
gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.zip
AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=4463
-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)
ice bars in consoleBaptiste Daroussin2022-02-042-1/+12 * x11/ly: Fix coredumps on STABLETom R2021-10-172-7/+21 * x11/ly: Update to 0.5.2Neel Chauhan2021-04-105-16/+24 * One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0 * all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0 * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 * x11/ly: Update to 0.5.0 and adopt portNeel Chauhan2021-02-069-42/+119 * x11/ly: Return to the poolMateusz Piotrowski2020-04-291-1/+1