From 8ef66ccb2544f95bdc8b3c8aa4172073a9a03bf2 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Tue, 26 Jan 1999 21:40:55 +0000 Subject: [PATCH] don't use backquotes in warning text -Yosh --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ configure.in | 4 ++-- 9 files changed, 34 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e050333..14472f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 26 13:39:22 PST 1999 Manish Singh + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e050333..14472f2 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 + + * configure.in: don't use backquotes in warning text + 1999-01-26 Sebastian Wilhelmi * gdate.c (g_date_set_time): Removed the #warning about MT diff --git a/configure.in b/configure.in index a01a905..ce96ad0 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 *************************************** -- 2.7.4