File: quotearg.m4

package info (click to toggle)
lftp 3.5.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,360 kB
  • ctags: 8,591
  • sloc: cpp: 45,133; ansic: 42,256; sh: 9,528; yacc: 865; makefile: 621; perl: 120; sed: 16
file content (17 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# quotearg.m4 serial 4
dnl Copyright (C) 2002, 2004, 2005 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.

AC_DEFUN([gl_QUOTEARG],
[
  AC_LIBSOURCES([quotearg.c, quotearg.h])
  AC_LIBOBJ([quotearg])

  dnl Prerequisites of lib/quotearg.c.
  AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
  AC_CHECK_FUNCS_ONCE(iswprint mbsinit)
  AC_TYPE_MBSTATE_T
  gl_FUNC_MBRTOWC
])