Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1:/tmp/cvs-serv6042
Modified Files:
configure configure.in
Log Message:
unicode fixes
Index: configure
===================================================================
RCS file: /cvsroot/mahogany/M/configure,v
retrieving revision 1.308
retrieving revision 1.309
diff -b -u -2 -r1.308 -r1.309
--- configure 9 Oct 2003 22:50:13 -0000 1.308
+++ configure 12 Oct 2003 22:03:35 -0000 1.309
@@ -1231,5 +1231,5 @@
cat >> confdefs.h <<EOF
-#define M_OSINFO "`uname -s -r -m`"
+#define M_OSINFO _T("`uname -s -r -m`")
EOF
Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.295
retrieving revision 1.296
diff -b -u -2 -r1.295 -r1.296
--- configure.in 9 Oct 2003 22:43:36 -0000 1.295
+++ configure.in 12 Oct 2003 22:03:36 -0000 1.296
@@ -171,5 +171,5 @@
dnl setting the OS type for information
AC_DEFINE_UNQUOTED(M_CANONICAL_HOST,"$host")
-AC_DEFINE_UNQUOTED(M_OSINFO,"`uname -s -r -m`")
+AC_DEFINE_UNQUOTED(M_OSINFO,_T("`uname -s -r -m`"))
AC_DEFINE_UNQUOTED(M_PREFIX,_T("$prefix"))
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates