Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157231 Details for
Bug 173464
media-libs/flac-1.2.1-r3: autoconf fails due to missing AM_ICONV on uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
codeset.m4
codeset.m4 (text/plain), 758 bytes, created by
Natanael Copa
on 2008-06-17 09:15:04 UTC
(
hide
)
Description:
codeset.m4
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2008-06-17 09:15:04 UTC
Size:
758 bytes
patch
obsolete
># codeset.m4 serial 2 (gettext-0.16) >dnl Copyright (C) 2000-2002, 2006 Free Software Foundation, Inc. >dnl This file is free software; the Free Software Foundation >dnl gives unlimited permission to copy and/or distribute it, >dnl with or without modifications, as long as this notice is preserved. > >dnl From Bruno Haible. > >AC_DEFUN([AM_LANGINFO_CODESET], >[ > AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, > [AC_TRY_LINK([#include <langinfo.h>], > [char* cs = nl_langinfo(CODESET); return !cs;], > 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 >])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 173464
:
144215
|
157223
|
157225
|
157227
| 157231