don't use backquotes in warning text
authorManish Singh <yosh@src.gnome.org>
Tue, 26 Jan 1999 21:40:55 +0000 (21:40 +0000)
committerManish Singh <yosh@src.gnome.org>
Tue, 26 Jan 1999 21:40:55 +0000 (21:40 +0000)
-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index e050333..14472f2 100644 (file)
--- 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
index e050333..14472f2 100644 (file)
@@ -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
index e050333..14472f2 100644 (file)
@@ -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
index e050333..14472f2 100644 (file)
@@ -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
index e050333..14472f2 100644 (file)
@@ -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
index e050333..14472f2 100644 (file)
@@ -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
index e050333..14472f2 100644 (file)
@@ -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
index e050333..14472f2 100644 (file)
@@ -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
index a01a905..ce96ad0 100644 (file)
@@ -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 ***************************************