projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634612f
)
(AC_CHECK_HEADERS): Add langinfo.h (moved here from
author
Jim Meyering
<jim@meyering.net>
Mon, 3 Apr 2000 07:48:06 +0000
(07:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 3 Apr 2000 07:48:06 +0000
(07:48 +0000)
textutils/configure.in). Suggestion from Paul Eggert.
(AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in)
m4/codeset.m4
patch
|
blob
|
history
diff --git
a/m4/codeset.m4
b/m4/codeset.m4
index 6f0b58e09d6afc74f931e2afb6dee5c916d168ff..fbe6a80d3a1cbdc09feedfa4da7615efcf68718c 100644
(file)
--- a/
m4/codeset.m4
+++ b/
m4/codeset.m4
@@
-1,9
+1,12
@@
-#serial
1
+#serial
2
dnl From Bruno Haible.
AC_DEFUN(jm_LANGINFO_CODESET,
[
+ AC_CHECK_HEADERS(langinfo.h)
+ AC_CHECK_FUNCS(nl_langinfo)
+
AC_CACHE_CHECK([for nl_langinfo and CODESET], jm_cv_langinfo_codeset,
[AC_TRY_LINK([#include <langinfo.h>],
[char* cs = nl_langinfo(CODESET);],