summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1999-01-26 21:40:55 +0000
committerManish Singh <yosh@src.gnome.org>1999-01-26 21:40:55 +0000
commit8ef66ccb2544f95bdc8b3c8aa4172073a9a03bf2 (patch)
tree00ada926778c87286e7c2bb91113fe9ffac0756d
parentd60b23eb028090f35fb925c845b0bad0d99d1e49 (diff)
don't use backquotes in warning text
-Yosh
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-124
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--configure.in4
9 files changed, 34 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e050333d1..14472f223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index e050333d1..14472f223 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Tue Jan 26 13:39:22 PST 1999 Manish Singh <yosh@gimp.org>
+
+ * configure.in: don't use backquotes in warning text
+
1999-01-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdate.c (g_date_set_time): Removed the #warning about MT
diff --git a/configure.in b/configure.in
index a01a905e8..ce96ad016 100644
--- a/configure.in
+++ b/configure.in
@@ -574,8 +574,8 @@ FUNC_NO_GETPWUID_R="the 'g_get_(user_name|real_name|home_dir|tmp_dir)'
functions will not be MT-safe during their first call because
there is no 'getpwuid_r' on your system."
-FUNC_NO_LOCALTIME_R="the `g_date_set_time' function will not be MT-safe
- because there is no `localtime_r' on your system."
+FUNC_NO_LOCALTIME_R="the 'g_date_set_time' function will not be MT-safe
+ because there is no 'localtime_r' on your system."
dnl determination of thread implementation
dnl ***************************************