Displaying 5 results from an estimated 5 matches for "have_langinfo_codeset".
Did you mean:
dhave_langinfo_codeset
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
...C_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
+ [AC_TRY_LINK([#include <langinfo.h>],
+ [char* cs = nl_langinfo(CODESET);],
+ am_cv_langinfo_codeset=yes,
+ am_cv_langinfo_codeset=no)
+ ])
+ if test $am_cv_langinfo_codeset = yes; then
+ AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
+ [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
+ fi
+])
--- m4/README.old 2004-04-17 15:16:01 +0200
+++ m4/README 2004-04-17 15:18:27 +0200
@@ -38,3 +38,7 @@
libtool.m4
is from libtool 1.5.
+
+ codeset.m4
+ is from GNU gettext and checks whether nl_langinfo(C...
2005 Sep 27
2
vorbiscomment, ogg123 charset bug - ticket #685
Hi
I've a bug in vorbis-tools's libutf8 - some share/*.[ch] files don't include config.h; as a result, utf8.c:convert_set_charset doesn't try charset = nl_langinfo(CODESET) which would correctly return UTF-8, because HAVE_LANGINFO_CODESET isn't defined (it's defined in config.h, but config.h is not included). So, the bugfix is simple - just include config.h everywhere where it's missing.
--
The human knowledge belongs to the world
2001 Sep 30
3
UTF-8 stuff
...C_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
+ [AC_TRY_LINK([#include <langinfo.h>],
+ [char* cs = nl_langinfo(CODESET);],
+ am_cv_langinfo_codeset=yes,
+ am_cv_langinfo_codeset=no)
+ ])
+ if test $am_cv_langinfo_codeset = yes; then
+ AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
+ [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
+ fi
+])
diff -ru xiph.orig/vorbis-tools/configure.in xiph/vorbis-tools/configure.in
--- xiph.orig/vorbis-tools/configure.in Mon Sep 24 23:42:12 2001
+++ xiph/vorbis-tools/configure.in Sun Sep 30 19:14:19 2001
@@ -111,6...
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi,
I am curious why don't you guys create /etc/tinc directory, set permissions,
add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ?
Doing a make install and not finding an example config in /etc/tinc is kind
of frustrating. Am I missing something? Maybe there is a good reason for
that?
Also, why is it not finding evp.h when I try to do configure? Is creating
2010 Jul 21
0
Samba install on AIX
...39;'INCLUDE_NEXT''@|include_next|g' -e
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e
's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' -e
's|@''GNULIB_NL_LANGINFO''@|1|g' -e 's|@''HAVE_LANGINFO_CODESET''@|1|g'
-e 's|@''HAVE_LANGINFO_ERA''@|1|g' -e 's|@''HAVE_NL_LANGINFO''@|1|g' -e
's|@''REPLACE_NL_LANGINFO''@|0|g' -e '/definition of _GL_WARN_ON_USE/r
warn-on-use.h' < ./langinfo.in.h; } > lang...