CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/05/09 19:47:35
Modified files:
. : configure.in ChangeLog
Log message:
(gui_b): Add mbrtowc checking.
Resurrect [utf8/]wchar.h checking.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/configure.in.diff?tr1=1.150&tr2=1.151&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3581&tr2=1.3582&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3581 lilypond/ChangeLog:1.3582
--- lilypond/ChangeLog:1.3581 Mon May 9 14:39:21 2005
+++ lilypond/ChangeLog Mon May 9 19:47:34 2005
@@ -1,3 +1,8 @@
+2005-05-09 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+
+ * configure.in (gui_b): Add mbrtowc checking.
+ Resurrect [utf8/]wchar.h checking.
+
2005-05-09 Mats Bengtsson <[EMAIL PROTECTED]>
* Documentation/user/advanced-notation.itely (Metronome marks):
Index: lilypond/configure.in
diff -u lilypond/configure.in:1.150 lilypond/configure.in:1.151
--- lilypond/configure.in:1.150 Mon May 9 09:21:13 2005
+++ lilypond/configure.in Mon May 9 19:47:33 2005
@@ -59,7 +59,7 @@
STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.1)
STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20041208)
-AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h])
+AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h])
AC_LANG_PUSH(C++)
AC_CHECK_HEADERS([sstream])
AC_LANG_POP(C++)
@@ -67,6 +67,8 @@
AC_FUNC_MEMCMP
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([chroot fopencookie funopen gettext isinf mbrtowc memmem
snprintf vsnprintf wcrtomb])
+AC_CHECK_HEADERS([utf8/wchar.h], LIBS="$LIBS -lutf8")
+AC_SEARCH_LIBS(mbrtowc, [mingwex msvcp60])
STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)
if test "$gui_b" = "yes"; then
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs