mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC. (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT. * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4. * m4/mbrtowc.m4: New file. * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h. Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
21 lines
392 B
Makefile
21 lines
392 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
EXTRA_DIST = \
|
|
c-bs-a.m4 \
|
|
codeset.m4 \
|
|
dmalloc.m4 \
|
|
error.m4 \
|
|
gettext.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
m4.m4 \
|
|
malloc.m4 \
|
|
mbrtowc.m4 \
|
|
mbstate_t.m4 \
|
|
prereq.m4 \
|
|
progtest.m4 \
|
|
realloc.m4 \
|
|
strerror_r.m4 \
|
|
warning.m4
|